/* ===== HERO BANNER ===== */
.hero {
    position: relative;
    overflow: hidden;
    height: calc(100vh - var(--header-h, 278px));
    max-height: 720px;
    min-height: 360px;
    margin-bottom: 40px !important;
    /* background: #1a0a2e; */
}

.hero .swiper,
.hero-swiper {
    width: 100%;
    height: 100%;
}

.hero .swiper-wrapper,
.hero .swiper-slide,
.hero .hero-slide {
    height: 100% !important;
}

.hero .hero-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.hero .hero-banner-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    background: #1a0a2e;
}

@media (max-width: 767px) {
    .hero {
        height: 52vw;
        min-height: 150px;
        max-height: 420px;
    }

    .hero .swiper,
    .hero-swiper,
    .hero .swiper-wrapper,
    .hero .swiper-slide,
    .hero .hero-slide {
        height: 100% !important;
    }

    .hero .hero-banner-img {
        height: 100%;
        object-fit: cover;
    }
}
@media screen and (min-width: 1020px) and (max-width: 1900px) {

    .hero {
        height: 36.5vw;
        min-height: 360px;
        max-height: 690px;
    }

    .hero .swiper,
    .hero-swiper,
    .hero .swiper-wrapper,
    .hero .swiper-slide,
    .hero .hero-slide {
        height: 100% !important;
    }

    .hero .hero-banner-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

}


.icon-wrapper .icon {
    position: relative;
    display: inline-block;
}

.icon-wrapper i {
    font-size: 22px;
    color: #6E6D79;
}

/* Badge styling */
.icon-wrapper .badge {
    position: absolute;
    top: -6px;
    right: -10px;
    background: #d9bf7d;
    color: #000000;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 50%;
    line-height: 1;
    min-width: 18px;
    text-align: center;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1040;
    background: #fff7e9;
    box-shadow: 0 8px 24px rgba(39, 5, 66, 0.12);
}

.header .header-center-section {
    background: #270542;
}

.header .cart-submenu,
.header .category-dropdown {
    z-index: 1050;
}

.header-nav-menu .menu-list > li > a {
    position: relative;
}

.header-nav-menu .menu-list > li.active > a,
.header-nav-menu .menu-list > li > a:hover {
    color: #ae1c9a;
}

.header-nav-menu .menu-list > li.active > a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: #9b7245;
    transform: translateX(-50%);
}

.header-nav .category-menu-section .category-dropdown,
.offcanvas-body .category-dropdown {
    border: 1px solid rgba(39, 5, 66, 0.12);
    border-radius: 8px;
    box-shadow: 0 16px 30px rgba(17, 26, 47, 0.14);
    overflow: hidden;
}

.header-nav .category-menu-section .category-dropdown .category-list,
.offcanvas-body .category-dropdown .category-list {
    margin: 0;
    padding: 0;
}

.header-nav .category-menu-section .category-dropdown .category-list-item,
.offcanvas-body .category-dropdown .category-list-item {
    border-bottom: 1px solid #efe7dc;
}

.header-nav .category-menu-section .category-dropdown .category-list-item:last-child,
.offcanvas-body .category-dropdown .category-list-item:last-child {
    border-bottom: 0;
}

.header-nav .category-menu-section .category-dropdown .dropdown-item,
.offcanvas-body .category-dropdown .dropdown-item {
    min-height: 46px;
    padding: 8px 14px;
}

.header-nav .category-menu-section .category-dropdown .dropdown-list-item,
.offcanvas-body .category-dropdown .dropdown-list-item {
    align-items: center;
    width: 100%;
}

.header-nav .category-menu-section .category-dropdown .dropdown-text,
.offcanvas-body .category-dropdown .dropdown-text {
    color: #270542;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.mobile-menu-header {
    display: grid !important;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
}

.mobile-menu-header .btn,
.mobile-menu-header .header-cart {
    width: 44px;
    min-width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.mobile-header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding-right: 44px;
}

.mobile-header-logo img {
    width: min(210px, 100%);
    max-height: 138px;
    object-fit: contain;
}

.mobile-menu-header > .header-cart {
    display: none !important;
}

.offcanvas-body .header-input {
    width: 100%;
    min-height: 48px;
}

.offcanvas-body .header-input input {
    flex: 1 1 auto;
    min-width: 0;
    height: 28px;
    font-size: 14px;
}

.offcanvas-body .header-input button {
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #111a2f;
    cursor: pointer;
    padding: 0;
}

.mobile-offcanvas-links,
.mobile-offcanvas-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 18px;
}

.mobile-offcanvas-links a,
.mobile-offcanvas-actions a {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(174, 28, 154, 0.1);
    border-radius: 8px;
    background: #fff;
    color: #111a2f;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    padding: 0 12px;
    text-decoration: none;
}

.mobile-offcanvas-links a:hover,
.mobile-offcanvas-actions a:hover {
    border-color: rgba(174, 28, 154, 0.28);
    color: #ae1c9a;
}

.mobile-offcanvas-links a.active {
    border-color: rgba(174, 28, 154, 0.24);
    background: #fff7e9;
    color: #ae1c9a;
    box-shadow: inset 4px 0 0 #ae1c9a;
}

.mobile-offcanvas-links i,
.mobile-offcanvas-actions i {
    width: 20px;
    flex: 0 0 20px;
    color: #270542;
    font-size: 17px;
    line-height: 1;
    text-align: center;
}

.mobile-offcanvas-links a.active i {
    color: #ae1c9a;
}

.mobile-offcanvas-actions strong {
    min-width: 22px;
    min-height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border-radius: 999px;
    background: #d9bf7d;
    color: #270542;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.mobile-offcanvas-title {
    color: #270542;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 14px;
    padding: 10px;
}

.mobile-localization-shell {
    margin-bottom: 18px;
}

.mobile-localization-shell .kk-localization {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0;
    position: static;
}

.mobile-localization-shell .kk-localization-field {
    width: 100%;
}

.mobile-localization-shell .kk-localization-field span {
    color: #270542;
    font-size: 13px;
}

.mobile-localization-shell .kk-localization-field .kk-select,
.mobile-localization-shell .kk-localization-field select {
    width: 100%;
}

.mobile-localization-shell .kk-localization-field .kk-select-button {
    height: 42px;
    background: #fff7e9;
}

.mobile-localization-shell .kk-localization-field .kk-select-options {
    width: 100%;
    max-width: 100%;
}

.shop-search-form {
    display: flex;
    align-items: center;
    width: min(100%, 360px);
    min-height: 44px;
    border: 1px solid #e4d8c7;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.shop-search-form input {
    flex: 1 1 auto;
    min-width: 0;
    height: 44px;
    border: 0;
    outline: 0;
    padding: 0 14px;
    color: #111a2f;
    font-size: 15px;
}

.shop-search-form button {
    width: 46px;
    height: 44px;
    border: 0;
    background: #270542;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-sorting-section {
    gap: 14px;
}

@media (max-width: 575px) {
    .mobile-menu {
        padding: 8px 10px;
    }

    .mobile-header-logo img {
        width: min(194px, 100%);
        max-height: 132px;
    }

    .offcanvas.offcanvas-start {
        width: min(300px, 86vw);
    }

    .offcanvas-body {
        padding: 1.25rem 1.5rem;
    }

    .offcanvas-body .header-top {
        margin: 1rem 0 1.5rem;
    }

.offcanvas-body .header-top .header-cart {
        gap: 0.75rem;
    }

    .mobile-offcanvas-links,
    .mobile-offcanvas-actions {
        gap: 7px;
        margin-bottom: 16px;
    }

    .mobile-offcanvas-links a,
    .mobile-offcanvas-actions a {
        min-height: 40px;
        font-size: 14px;
    }

    .product-sorting-section {
        align-items: stretch;
        flex-direction: column;
    }

    .shop-search-form {
        width: 100%;
    }
}

.offcanvas-body .header-top .header-compaire {
    display: none;
}

.offcanvas-body .header-top .header-favourite {
    display: none;
}

.offcanvas-body .header-top .header-cart {
    gap: 12px;
}

.mobile-top-action {
    position: relative;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #270542;
    text-decoration: none;
}

.mobile-top-action i {
    font-size: 20px;
    line-height: 1;
}

.mobile-top-account {
    max-width: 126px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(39, 5, 66, 0.16);
    border-radius: 8px;
    background: #fff;
    color: #270542;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    padding: 0 8px;
}

.mobile-top-account i {
    flex: 0 0 auto;
    font-size: 18px;
}

.mobile-top-account span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile-account-menu {
    min-width: 150px;
    border: 1px solid rgba(39, 5, 66, 0.14);
    border-radius: 8px;
    box-shadow: 0 14px 28px rgba(17, 26, 47, 0.14);
    padding: 6px;
}

.mobile-account-menu .dropdown-item {
    border-radius: 6px;
    color: #111a2f;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 10px;
}

.mobile-account-menu .dropdown-item:hover {
    background: #fff7e9;
    color: #270542;
}

.header-user .dropdown-menu {
    min-width: 170px;
    border: 1px solid rgba(39, 5, 66, 0.14);
    border-radius: 8px;
    box-shadow: 0 16px 30px rgba(17, 26, 47, 0.16);
    padding: 6px;
}

.header-user .dropdown-menu .dropdown-item {
    border-radius: 6px;
    color: #270542;
    font-size: 15px;
    font-weight: 700;
    padding: 9px 12px;
}

.header-user .dropdown-menu .dropdown-item:hover {
    background: #fff7e9;
    color: #ae1c9a;
}

.mobile-top-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 17px;
    height: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #9b7245;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

.kk-localization {
    gap: 10px;
    margin-left: auto;
    margin-right: 28px;
}

.kk-localization-field {
    display: grid;
    gap: 4px;
    margin: 0;
    position: relative;
}

.kk-localization-field span {
    color: #f8e8c0;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.kk-localization-field select {
    width: 118px;
    height: 34px;
    border: 1px solid rgba(217, 191, 125, 0.55);
    border-radius: 6px;
    background: #fff7e9;
    color: #270542 !important;
    font-size: 13px;
    font-weight: 700;
    outline: none;
    padding: 0 8px;
}

.kk-localization-field select option {
    background: #fff7e9;
    color: #270542;
}

.kk-localization-field select:focus {
    border-color: #d9bf7d;
    box-shadow: 0 0 0 3px rgba(217, 191, 125, 0.18);
}

.kk-localization-field .kk-native-select-hidden {
    bottom: 0;
    height: 1px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 1px;
}

.kk-localization-field .kk-select {
    position: relative;
    width: 148px;
}

.kk-localization-field .kk-select-button {
    align-items: center;
    background: #fff7e9;
    border: 1px solid rgba(217, 191, 125, 0.55);
    border-radius: 7px;
    color: #270542 !important;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 38px;
    justify-content: space-between;
    line-height: 1.1;
    padding: 0 12px;
    width: 100%;
}

.kk-localization-field .kk-select-current {
    color: #270542 !important;
    opacity: 1;
}

.kk-localization-field .kk-select-button::after {
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
    height: 8px;
    margin-left: 10px;
    transform: rotate(45deg) translateY(-2px);
    width: 8px;
}

.kk-localization-field .kk-select.is-open .kk-select-button {
    border-color: #d9bf7d;
    box-shadow: 0 0 0 3px rgba(217, 191, 125, 0.18);
}

.kk-localization-field .kk-select-options {
    background: #fff;
    border: 1px solid rgba(39, 5, 66, 0.14);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 16px 30px rgba(17, 26, 47, 0.16);
    display: none;
    left: 0;
    list-style: none;
    margin: 4px 0 0;
    max-height: 224px;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    min-width: 100%;
    z-index: 10050;
}

.kk-localization-field .kk-select.is-open .kk-select-options {
    display: block;
}

.kk-localization-field .kk-select-option {
    color: #270542;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    min-width: 100%;
    padding: 11px 14px;
    white-space: nowrap;
}

.kk-localization-field .kk-select-option:hover,
.kk-localization-field .kk-select-option.is-selected {
    background: #270542;
    color: #ffffff;
}

.kk-localization-field .kk-select-options::-webkit-scrollbar {
    width: 6px;
}

.kk-localization-field .kk-select-options::-webkit-scrollbar-track {
    background: #f4dfbe;
}

.kk-localization-field .kk-select-options::-webkit-scrollbar-thumb {
    background: #270542;
    border-radius: 10px;
}

#google_translate_element {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.goog-te-banner-frame,
.goog-te-gadget,
.skiptranslate {
    display: none !important;
}

body {
    top: 0 !important;
}

@media (max-width: 1199px) {
    .kk-localization {
        gap: 6px;
        margin-right: 18px;
    }

    .kk-localization-field select {
        width: 96px;
    }

    .kk-localization-field .kk-select {
        width: 118px;
    }
}

.premium-saree-section {
    background: #320035;
    color: #fff;
    overflow: hidden;
    padding: clamp(22px, 2.8vw, 38px) 0;
}

.premium-saree-section .container {
    width: min(100%, 1420px);
    padding-left: clamp(16px, 4vw, 72px);
    padding-right: clamp(16px, 4vw, 72px);
}

.premium-saree-section .latest-collection-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: clamp(16px, 2vw, 24px);
}

.premium-saree-section .latest-collection-swiper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 40px;
}

/* Fix Swiper padding overlap to prevent side-slide peeking */
.premium-saree-section .latest-collection-swiper .swiper-slide {
    height: auto;
    padding: 0 !important;
}

.premium-saree-section .latest-count-1 {
    max-width: min(100%, 520px);
}

.premium-saree-section .latest-count-2 {
    max-width: 100%;
}

.premium-saree-section .latest-count-3 {
    max-width: 100%;
}

.premium-saree-section .title {
    color: #d4af37;
    font-size: clamp(26px, 2.4vw, 38px);
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
}

.premium-saree-section .description {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(15px, 1vw, 18px);
    line-height: 1.65;
    margin: 6px 0 0;
}

.premium-saree-section .explore-btn {
    display: inline-block;
    min-width: 136px;
    padding: 14px 26px;
    background: linear-gradient(45deg, #d4af37, #f7e7a1);
    color: #000;
    border-radius: 999px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    transition: background 0.3s ease, transform 0.25s ease;
}

.premium-saree-section .explore-btn:hover {
    background: #fff;
    color: #000;
    transform: translateY(-2px);
}

.latest-collection-card {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.22),
        0 0 0 1px rgba(212, 175, 55, 0.18);
}

.latest-collection-image-wrap {
    position: relative;
    display: block;
    height: clamp(300px, 52vw, 460px);
    overflow: hidden;
    background: #f5e7f4;
}

.latest-collection-image-wrap .wishlist-top {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    margin: 0;
}

.latest-collection-image-wrap .wishlist-top .favourite {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    background: #fff;
    color: #111a2f;
    box-shadow: 0 8px 20px rgba(17, 26, 47, 0.12);
    transition: color 0.25s ease, transform 0.25s ease;
}

.latest-collection-image-wrap .wishlist-top .favourite:hover {
    color: #ae1c9a;
    transform: scale(1.08);
}

.latest-collection-image-wrap .wishlist-top .favourite i {
    font-size: 18px;
    line-height: 1;
}

.latest-collection-image {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f5e7f4;
}

.latest-collection-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.4s ease;
}

.latest-collection-card:hover .latest-collection-image img {
    transform: scale(1.04);
}

.latest-collection-info {
    padding: 14px 18px 18px;
}

.latest-collection-name {
    display: block;
    color: #111a2f;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 6px;
    text-decoration: none;
}

.latest-collection-card .price {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.latest-collection-card .price-cut {
    color: #6e6d79;
    font-size: 16px;
    text-decoration: line-through;
}

.latest-collection-card .new-price {
    color: #ae1c9a;
    font-size: 17px;
    font-weight: 800;
}

.latest-collection-link {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 15px;
    border-radius: 999px;
    background: #f8edcf;
    color: #d19600;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.latest-collection-link:hover {
    background: #270542;
    color: #fff;
}

.premium-saree-section .latest-collection-pagination {
    bottom: 0 !important;
}

.premium-saree-section .latest-collection-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

.premium-saree-section .latest-collection-pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 999px;
    background: #d4af37;
}

@media (max-width: 991px) {
    .premium-saree-section .latest-collection-head {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .premium-saree-section .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .premium-saree-section .title {
        font-size: 28px;
    }

    .premium-saree-section .explore-btn {
        min-width: 124px;
        padding: 13px 22px;
    }

    .latest-collection-info {
        padding: 18px;
    }

    .latest-collection-image-wrap {
        height: 320px;
    }

    .premium-saree-section .latest-collection-swiper {
        max-width: 100%;
    }
}

.top-selling .section-title,
.product.weekly-sale:not(.mb-5) .section-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
}

.top-selling .section-title h5,
.product.weekly-sale:not(.mb-5) .section-title h5 {
    margin: 0;
}

.top-selling .section-title .view,
.product.weekly-sale:not(.mb-5) .section-title .view {
    margin-left: auto;
    white-space: nowrap;
}

.home-blog-section {
    background: #f9f5ed;
    padding: 72px 0 80px;
}

.home-blog-section .section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 34px;
}

.home-blog-section .section-title h5 {
    color: #111a2f;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.home-blog-section .section-title .view {
    color: #111a2f;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.home-blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(216, 191, 117, 0.28);
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(17, 26, 47, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-blog-card:hover {
    border-color: rgba(216, 191, 117, 0.65);
    box-shadow: 0 18px 44px rgba(17, 26, 47, 0.12);
    transform: translateY(-4px);
}

.home-blog-card .wrapper-img {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f3eadb;
}

.home-blog-card .wrapper-img a,
.home-blog-card .wrapper-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.home-blog-card .wrapper-img img {
    object-fit: cover;
    object-position: center top;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.home-blog-card:hover .wrapper-img img {
    filter: brightness(1.05);
    transform: scale(1.045);
}

.home-blog-card .wrapper-info {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px 28px 28px;
}

.home-blog-card .wrapper-data {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 32px;
    margin-bottom: 12px;
}

.home-blog-card .wrapper-item .text {
    color: #6e6d79;
    font-size: 14px;
    line-height: 1.4;
}

.home-blog-card .wrapper-details {
    color: #111a2f;
    display: -webkit-box;
    min-height: 64px;
    overflow: hidden;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.32;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-blog-card .divider {
    width: 100%;
    height: 1px;
    margin: 22px 0 20px;
    background: #efe4d4;
}

.home-blog-card .shop-btn {
    align-self: flex-start;
    margin: auto 0 0;
    padding: 0;
    background: transparent;
    color: #ae1c9a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.home-blog-card .shop-btn:hover {
    color: #270542;
}

.arrival-section .product-img .wishlist-top,
.top-selling-section .product-img .wishlist-top,
.weekly-sale-section .product-img .wishlist-top,
.product-sidebar-section .product-img .wishlist-top {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    margin: 0;
}

.arrival-section .product-img .wishlist-top .favourite,
.top-selling-section .product-img .wishlist-top .favourite,
.weekly-sale-section .product-img .wishlist-top .favourite,
.product-sidebar-section .product-img .wishlist-top .favourite {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    background: #fff;
    color: #111a2f;
    box-shadow: 0 8px 20px rgba(17, 26, 47, 0.12);
    transition: color 0.25s ease, transform 0.25s ease;
}

.arrival-section .product-img .wishlist-top .favourite:hover,
.top-selling-section .product-img .wishlist-top .favourite:hover,
.weekly-sale-section .product-img .wishlist-top .favourite:hover,
.product-sidebar-section .product-img .wishlist-top .favourite:hover {
    color: #ae1c9a;
    transform: scale(1.08);
}

.arrival-section .product-img .wishlist-top .favourite i,
.top-selling-section .product-img .wishlist-top .favourite i,
.weekly-sale-section .product-img .wishlist-top .favourite i,
.product-sidebar-section .product-img .wishlist-top .favourite i {
    font-size: 18px;
    line-height: 1;
}

.arrival-section .product-wrapper .product-img,
.top-selling-section .product-wrapper .product-img,
.weekly-sale-section .product-wrapper .product-img,
.product-sidebar-section .product-wrapper .product-img {
    position: relative;
    overflow: hidden;
}

.arrival-section .product-wrapper .product-img::before,
.top-selling-section .product-wrapper .product-img::before,
.weekly-sale-section .product-wrapper .product-img::before,
.product-sidebar-section .product-wrapper .product-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    width: 55%;
    height: 100%;
    background: linear-gradient(
        115deg,
        transparent 0%,
        rgba(255, 255, 255, 0.16) 38%,
        rgba(255, 255, 255, 0.72) 50%,
        rgba(255, 255, 255, 0.16) 62%,
        transparent 100%
    );
    transform: skewX(-18deg);
    pointer-events: none;
}

.arrival-section .product-wrapper:hover .product-img::before,
.top-selling-section .product-wrapper:hover .product-img::before,
.weekly-sale-section .product-wrapper:hover .product-img::before,
.product-sidebar-section .product-wrapper:hover .product-img::before {
    animation: kk-image-shine 0.85s ease;
}

.arrival-section .product-wrapper .product-img img,
.top-selling-section .product-wrapper .product-img img,
.weekly-sale-section .product-wrapper .product-img img,
.product-sidebar-section .product-wrapper .product-img img {
    transition: transform 0.45s ease, filter 0.45s ease;
}

.arrival-section .product-wrapper:hover .product-img img,
.top-selling-section .product-wrapper:hover .product-img img,
.weekly-sale-section .product-wrapper:hover .product-img img,
.product-sidebar-section .product-wrapper:hover .product-img img {
    filter: brightness(1.08);
    transform: scale(1.035);
}

.product-sidebar-section .product-image-link {
    display: block;
    height: 100%;
}

.product-info-content .product-action-buttons {
    display: flex;
    flex: 1 1 auto;
    gap: 14px;
}

.product-info-content .product-quantity {
    justify-content: flex-start;
    gap: 16px;
}

.product-info-content .product-quantity .quantity-wrapper {
    gap: 14px;
    flex: 0 0 auto;
}

.product-info-content .product-quantity .quantity {
    width: 150px;
    min-width: 150px;
    height: 58px;
    gap: 22px;
    font-size: 18px;
}

.product-info-content .product-quantity .wishlist {
    width: 58px;
    min-width: 58px;
    height: 58px;
    gap: 0;
    background: #fff;
    color: #111a2f;
    border: 1px solid rgba(174, 28, 154, 0.14);
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(17, 26, 47, 0.08);
    line-height: 1;
    transition: color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.product-info-content .product-quantity .wishlist:hover {
    color: #ae1c9a;
    border-color: rgba(174, 28, 154, 0.36);
    transform: translateY(-1px);
}

.product-info-content .product-quantity .wishlist span,
.product-info-content .product-quantity .wishlist i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
}

.product-info-content .product-action-buttons form {
    flex: 0 0 auto;
}

.product-info-content .product-action-buttons .shop-btn {
    width: 194px;
    min-width: 194px;
    height: 58px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.product-info-content .product-action-buttons .buy-now-btn {
    background: #270542;
}

.product-info-content .product-action-buttons .shop-btn span {
    white-space: nowrap;
}

@media (max-width: 575px) {
    .product-info-content .product-quantity,
    .product-info-content .product-quantity .quantity-wrapper {
        width: 100%;
    }

    .product-info-content .product-quantity .quantity-wrapper {
        justify-content: space-between;
    }

    .product-info-content .product-action-buttons {
        width: 100%;
        flex-direction: column;
    }

    .product-info-content .product-action-buttons .shop-btn {
        width: 100%;
        min-width: 100%;
    }
}

.sidebar-section .sidebar-range .price-inputs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.sidebar-section .sidebar-range .price-inputs label {
    color: #111a2f;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.sidebar-section .sidebar-range .price-inputs input {
    width: 100%;
    height: 42px;
    padding: 8px 12px;
    border: 1px solid #e4d8c7;
    border-radius: 6px;
    background: #fff;
    color: #111a2f;
    font-size: 15px;
    outline: none;
}

.sidebar-section .sidebar-range .price-inputs input:focus {
    border-color: #d19600;
    box-shadow: 0 0 0 3px rgba(209, 150, 0, 0.14);
}

.sidebar-section .sidebar-range .price-summary {
    color: #6e6d79;
    font-size: 15px;
    font-weight: 600;
    margin-top: 6px;
}

@keyframes kk-image-shine {
    from {
        left: -85%;
    }
    to {
        left: 125%;
    }
}

.checkout-page {
    background: #fff;
    padding-top: 48px;
}

.checkout-success-open {
    overflow: hidden;
}

.checkout-success-overlay {
    position: fixed;
    inset: 0;
    z-index: 5000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(2, 6, 23, 0.58);
}

.checkout-success-overlay[hidden] {
    display: none;
}

.checkout-success-card {
    width: min(420px, 100%);
    padding: 34px 28px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(2, 6, 23, 0.25);
    text-align: center;
}

.checkout-success-icon {
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #16a34a;
    color: #fff;
    font-size: 38px;
    font-weight: 900;
}

.checkout-success-card h3 {
    color: #020617;
    font-size: 24px;
    font-weight: 900;
    margin: 0 0 8px;
}

.checkout-success-card p {
    color: #64748b;
    font-size: 16px;
    margin: 0;
}

.checkout-title {
    color: #020617;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 16px;
}

.checkout-login-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-content: start;
    align-items: start;
    gap: 14px;
    margin-bottom: 24px;
    border: 1px solid #dbe3ef;
    border-radius: 12px;
    background: #fff;
    padding: 18px 20px;
}

.checkout-login-trigger {
    width: 100%;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 8px 10px;
    text-align: left;
}

.checkout-login-trigger:hover h3,
.checkout-login-trigger:focus h3 {
    color: #270542;
}

.checkout-login-trigger:focus {
    outline: 3px solid rgba(39, 5, 66, 0.16);
    outline-offset: 4px;
}

.checkout-login-trigger span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-top: 10px;
    border-radius: 999px;
    background: #f5ecff;
    color: #270542;
    font-size: 13px;
    font-weight: 800;
    padding: 0 12px;
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.checkout-login-trigger:hover span,
.checkout-login-panel.is-open .checkout-login-trigger span {
    background: #ead8ff;
    box-shadow: 0 8px 18px rgba(39, 5, 66, 0.1);
}

.checkout-login-trigger:active span {
    transform: scale(0.97);
}

.checkout-login-panel h3 {
    color: #020617;
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 6px;
}

.checkout-login-panel p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.checkout-login-form {
    display: grid;
    width: min(100%, 560px);
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-8px);
    transition: max-height 0.34s ease, opacity 0.24s ease, transform 0.34s ease;
}

.checkout-login-panel.is-open .checkout-login-form {
    max-height: 220px;
    opacity: 1;
    transform: translateY(0);
}

.checkout-login-form input {
    appearance: none;
    width: 100%;
    min-height: 46px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 10px 12px;
    color: #020617;
    font-size: 15px;
    outline: none;
}

.checkout-login-form input:focus {
    border-color: #270542;
    box-shadow: 0 0 0 3px rgba(39, 5, 66, 0.12);
}

.checkout-login-form > button[type="submit"] {
    width: 140px;
    min-height: 46px;
    justify-self: start;
    border: 0;
    border-radius: 8px;
    background: #270542;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    padding: 0 22px;
}

.checkout-password-field {
    position: relative;
}

.checkout-password-field input {
    width: 100%;
    padding-right: 46px;
}

.checkout-password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #270542;
    transform: translateY(-50%);
}

.checkout-password-toggle i {
    font-size: 17px;
    line-height: 1;
}

.checkout-password-toggle:hover,
.checkout-password-toggle:focus {
    background: rgba(39, 5, 66, 0.1);
}

.checkout-panel .checkout-password-field input {
    min-height: 50px;
}

.checkout-create-account {
    border-top: 1px solid #e5e7eb;
    margin-top: 6px;
    padding-top: 18px;
}

.checkout-panel {
    border: 1px solid #dbe3ef;
    border-radius: 12px;
    padding: 28px;
    background: #fff;
}

.checkout-panel label {
    color: #081225;
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.checkout-panel label span {
    color: #e11d48;
}

.checkout-panel input,
.checkout-panel select {
    width: 100%;
    min-height: 50px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    padding: 12px 14px;
    color: #020617;
    font-size: 16px;
    outline: none;
}

.checkout-panel select {
    background: #fff;
}

.checkout-panel input:focus,
.checkout-panel select:focus {
    border-color: #270542;
    box-shadow: 0 0 0 3px rgba(39, 5, 66, 0.12);
}

.checkout-panel select:disabled {
    background: #eef4ff;
    color: #64748b;
}

.pincode-status {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-top: 8px;
    min-height: 18px;
}

.pincode-status.is-success {
    color: #16a34a;
}

.pincode-status.is-error {
    color: #dc2626;
}

.order-panel {
    border-radius: 28px;
}

.checkout-item,
.checkout-line,
.checkout-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid #e5e7eb;
    padding: 14px 0;
}

.checkout-item {
    align-items: flex-start;
}

.checkout-item img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
}

.checkout-item div {
    flex: 1;
}

.checkout-item strong,
.checkout-item span {
    display: block;
    color: #020617;
    font-size: 15px;
}

.checkout-line {
    color: #020617;
    font-size: 16px;
}

.checkout-total {
    border-bottom: 0;
    color: #020617;
    font-size: 17px;
    padding-top: 18px;
}

.checkout-total strong {
    font-size: 24px;
}

.shipping-courier-box {
    border: 1px solid #ff1493;
    border-radius: 12px;
    margin: 18px 0 8px;
    padding: 16px;
}

.shipping-courier-box h4 {
    color: #ff1493;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 14px;
}

.courier-card {
    display: grid !important;
    grid-template-columns: auto 1fr auto;
    align-items: center !important;
    gap: 12px !important;
    border: 1px solid #dbe3ef;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 12px !important;
    padding: 14px 16px;
}

.courier-card.is-selected {
    border-color: #ff1493;
    box-shadow: 0 0 0 1px #ff1493 inset;
}

.courier-card input {
    width: 16px;
    min-height: 16px;
    accent-color: #ff1493;
}

.courier-card strong {
    color: #1f2937;
    display: block;
    font-size: 15px;
    font-weight: 800;
}

.courier-card small {
    color: #64748b;
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

.courier-card b {
    color: #ff1493;
    font-size: 16px;
    white-space: nowrap;
}

.coupon-box {
    margin-top: 18px;
}

.coupon-box strong,
.payment-box h4 {
    color: #020617;
    display: block;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
}

.coupon-box div {
    display: flex;
}

.coupon-box input {
    border-radius: 10px 0 0 10px;
}

.coupon-box button {
    min-width: 106px;
    border: 0;
    border-radius: 0 10px 10px 0;
    background: #000;
    color: #fff;
    font-weight: 800;
}

.payment-box {
    margin-top: 24px;
}

.payment-box label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.payment-box input {
    width: 20px;
    min-height: 20px;
    accent-color: #d4144f;
}

.place-order-btn {
    width: 100%;
    min-height: 44px;
    border: 0;
    border-radius: 8px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    margin-top: 6px;
}

.thankyou-page {
    background: #fff;
    padding-top: 56px;
}

.thankyou-card {
    max-width: 760px;
    margin: 0 auto;
    padding: 40px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.thankyou-success-message {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto 18px;
    padding: 12px 22px;
    border: 1px solid #bbf7d0;
    border-radius: 999px;
    background: #f0fdf4;
    color: #15803d;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
}

.thankyou-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #16a34a;
    color: #fff;
    font-size: 36px;
    font-weight: 800;
}

.thankyou-card h1 {
    color: #020617;
    font-size: 30px;
    font-weight: 800;
}

.thankyou-card p {
    color: #64748b;
    font-size: 16px;
}

.thankyou-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 26px 0;
    text-align: left;
}

.thankyou-details div,
.thankyou-items div {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 14px;
}

.thankyou-details span {
    color: #64748b;
    display: block;
    font-size: 13px;
}

.thankyou-details strong {
    color: #020617;
    font-size: 16px;
}

.thankyou-items {
    display: grid;
    gap: 10px;
    margin-top: 20px;
    text-align: left;
}

.thankyou-items div {
    display: flex;
    justify-content: space-between;
}

.thankyou-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 26px;
}

.thankyou-actions a {
    border-radius: 8px;
    background: #000;
    color: #fff;
    padding: 12px 18px;
    text-decoration: none;
    font-weight: 700;
}

@media (max-width: 575px) {
    .checkout-login-panel,
    .checkout-login-form {
        grid-template-columns: 1fr;
    }

    .checkout-panel,
    .thankyou-card {
        padding: 22px;
    }

    .thankyou-details {
        grid-template-columns: 1fr;
    }

    .thankyou-actions {
        flex-direction: column;
    }
}

/* Home categories: simple image + category name */
.product-category {
    background: #fff;
    padding: 48px 0 54px;
}

.product-category .section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 34px;
}

.product-category .section-title h5 {
    color: #111a2f;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

.product-category .section-title .view {
    color: #111a2f;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.category-section {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 28px;
    row-gap: 42px;
    align-items: stretch;
}

.category-section .product-wrapper {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    padding: 18px 14px 16px !important;
    margin: 0 !important;
    background: #fff !important;
    border: 1px solid #d8bf75 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    text-align: center;
}

.category-section .product-wrapper:hover {
    border-color: #b8913e !important;
    box-shadow: 0 10px 24px rgba(17, 26, 47, 0.08) !important;
}

.category-section .product-wrapper a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.category-section .product-wrapper .wrapper-img {
    width: 100%;
    max-width: 190px;
    height: 235px;
    margin: 0 auto 18px;
    overflow: hidden;
    border-radius: 0;
    background: transparent;
}

.category-section .product-wrapper .wrapper-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    transition: transform 0.35s ease !important;
    transform: none !important;
}

.category-section .product-wrapper:hover .wrapper-img img {
    transform: scale(1.08) !important;
}

.category-section .wrapper-info {
    position: static;
    width: 100%;
    padding: 0;
    text-align: center;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-section .wrapper-details {
    display: block;
    color: #050515;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    margin: 0;
}

.category-section .view-btn-overlay {
    display: none !important;
}

@media (max-width: 991px) {
    .category-section {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 34px;
    }

    .category-section .product-wrapper .wrapper-img {
        max-width: 220px;
        height: 250px;
    }
}

@media (max-width: 575px) {
    .product-category {
        padding: 34px 0 42px;
    }

    .product-category .section-title h5 {
        font-size: 30px;
    }

    .product-category .section-title .view {
        font-size: 18px;
    }

    .category-section {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 34px;
        column-gap: 18px;
    }

    .category-section .product-wrapper .wrapper-img {
        max-width: 160px;
        height: 190px;
    }

    .category-section .wrapper-details {
        font-size: 16px;
    }

    .home-blog-section {
        padding: 46px 0 54px;
    }

    .home-blog-section .section-title {
        align-items: flex-start;
        margin-bottom: 24px;
    }

    .home-blog-section .section-title h5 {
        font-size: 26px;
    }

    .home-blog-section .section-title .view {
        font-size: 16px;
        padding-top: 7px;
    }

    .home-blog-card .wrapper-info {
        padding: 20px 20px 24px;
    }

    .home-blog-card .wrapper-details {
        min-height: auto;
        font-size: 21px;
    }
}

/* ============================================================
   PRODUCT CARD - COMPACT & UNIFORM FIX
   ============================================================ */

/* --- Base product-wrapper: compact flex layout --- */
.arrival-section .product-wrapper,
.weekly-sale-section .product-wrapper,
.product-sidebar-section .product-wrapper,
.product-category .product-wrapper {
    height: auto !important;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0 0 0.8rem 0 !important;
    border-radius: 1rem;
}

/* --- Product image: compact aspect ratio --- */
.arrival-section .product-wrapper .product-img,
.weekly-sale-section .product-wrapper .product-img,
.product-sidebar-section .product-wrapper .product-img,
.product-category .product-wrapper .product-img {
    height: auto !important;
    aspect-ratio: 5 / 6;
    overflow: hidden;
}

/* --- Images: cover fill --- */
.arrival-section .product-wrapper .product-img img,
.weekly-sale-section .product-wrapper .product-img img,
.product-sidebar-section .product-wrapper .product-img img,
.product-category .product-wrapper .product-img img {
    width: 100%;
    height: 100%;
    /* object-fit: cover !important; */
}

/* --- Product info: compact padding --- */
.arrival-section .product-wrapper .product-info,
.weekly-sale-section .product-wrapper .product-info,
.product-sidebar-section .product-wrapper .product-info,
.product-category .product-wrapper .product-info {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1rem 1.2rem 0.5rem !important;
}

/* --- Price: compact --- */
.arrival-section .product-wrapper .price span,
.weekly-sale-section .product-wrapper .price span,
.product-sidebar-section .product-wrapper .price span,
.product-category .product-wrapper .price span {
    font-size: 1.5rem !important;
}

/* --- Cart button: compact & relative --- */
.arrival-section .product-wrapper .product-cart-btn,
.weekly-sale-section .product-wrapper .product-cart-btn,
.product-sidebar-section .product-wrapper .product-cart-btn,
.product-category .product-wrapper .product-cart-btn {
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
    text-align: right;
    margin-top: auto;
}

.arrival-section .product-wrapper .product-cart-btn .product-btn,
.weekly-sale-section .product-wrapper .product-cart-btn .product-btn,
.product-sidebar-section .product-wrapper .product-cart-btn .product-btn,
.product-category .product-wrapper .product-cart-btn .product-btn {
    padding: 0.7rem 1.2rem 0.7rem 1.8rem;
    font-size: 1.75rem;
}

/* --- Row: equal-height columns --- */
.arrival-section .row,
.weekly-sale-section .row,
.product-sidebar-section .row,
.product-category .arrival-section .row {
    display: flex;
    flex-wrap: wrap;
}

.arrival-section .row > [class*="col"],
.weekly-sale-section .row > [class*="col"],
.product-sidebar-section .row > [class*="col"],
.product-category .arrival-section .row > [class*="col"] {
    display: flex;
}

.arrival-section .row > [class*="col"] > .product-wrapper,
.weekly-sale-section .row > [class*="col"] > .product-wrapper,
.product-sidebar-section .row > [class*="col"] > .product-wrapper,
.product-category .arrival-section .row > [class*="col"] > .product-wrapper {
    flex: 1;
    width: 100%;
}

/* --- Product name: compact truncation --- */
.product-wrapper .product-details {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: auto;
    font-size: 1.6rem !important;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.6rem;
}


/* =============================================
   RESPONSIVE BREAKPOINTS
   ============================================= */

/* --- Mobile (up to 575px) --- */
@media (max-width: 575.98px) {
    .arrival-section .product-wrapper .product-img,
    .weekly-sale-section .product-wrapper .product-img,
    .product-sidebar-section .product-wrapper .product-img,
    .product-category .product-wrapper .product-img {
        aspect-ratio: 1 / 1;
    }

    .product-wrapper .product-info {
        margin: 0.5rem 0.8rem 0.2rem !important;
    }

    .product-wrapper .product-details {
        font-size: 1.45rem !important;
    }

    .product-wrapper .price span {
        font-size: 1.35rem !important;
    }

    .product-wrapper .product-cart-btn .product-btn {
        padding: 0.6rem 1rem 0.6rem 1.4rem;
        font-size: 1.3rem;
    }


}

/* --- Tablet (576px - 991px) --- */
@media (min-width: 576px) and (max-width: 991.98px) {
    .arrival-section .product-wrapper .product-img,
    .weekly-sale-section .product-wrapper .product-img,
    .product-sidebar-section .product-wrapper .product-img,
    .product-category .product-wrapper .product-img {
        aspect-ratio: 5 / 6;
    }

    .product-wrapper .product-details {
        font-size: 1.55rem !important;
    }
}

/* --- Desktop (992px+) --- */
@media (min-width: 992px) {
    .arrival-section .product-wrapper .product-img,
    .weekly-sale-section .product-wrapper .product-img,
    .product-sidebar-section .product-wrapper .product-img,
    .product-category .product-wrapper .product-img {
        aspect-ratio: 5 / 6;
    }
}


/* ============================================================
   PAGINATION BUTTONS FIX
   ============================================================ */
.pagination {
    display: flex !important;
    gap: 8px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.pagination .page-item .page-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 40px !important;
    height: 40px !important;
    padding: 0 10px !important;
    border-radius: 8px !important;
    border: 1px solid #ddd !important;
    background: #fff !important;
    color: #333 !important;
    font-size: 1.4rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.pagination .page-item.active .page-link {
    background: #AE1C9A !important;
    color: #fff !important;
    border-color: #AE1C9A !important;
}

.pagination .page-item.disabled .page-link {
    background: #f8f9fa !important;
    color: #aaa !important;
    cursor: not-allowed !important;
    border-color: #eee !important;
}

.pagination .page-item:not(.active):not(.disabled):hover .page-link {
    background: #f9e8f7 !important;
    color: #AE1C9A !important;
    border-color: #AE1C9A !important;
}

.footer hr {
    margin: 0;
}

.footer .copyright {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 1.4rem 0 1.6rem;
    text-align: center;
}

.footer .copyright a {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.footer .copyright a:hover {
    color: #AE1C9A;
    text-decoration: underline;
}

@media (max-width: 575px) {
    .footer .copyright {
        font-size: 1.35rem;
        padding: 1.2rem 0 1.4rem;
    }

    .footer .copyright a {
        font-size: 1.7rem;
    }
}
