.hero-prev,
.hero-next {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease;
}

.hero-prev::after,
.hero-next::after {
    font-family: initial !important;
    font-size: 32px;
    font-weight: 600;
    color: white;
    line-height: 1;
}

.hero-prev::after {
    content: "‹‹";
}

.hero-next::after {
    content: "››";
}

.hero-products {
    padding: 10px 0 0 0;
    position: relative;
}

.inner-swiper-prev,
.inner-swiper-next {
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease;
    top: 50%;
    transform: translateY(-50%);
}

.inner-swiper-prev::after,
.inner-swiper-next::after {
    font-family: initial !important;
    font-size: 32px;
    font-weight: 600;
    color: white;
    line-height: 1;
}

.inner-swiper-prev::after {
    content: "‹‹";
}

.inner-swiper-next::after {
    content: "››";
}

.product-panel {
    display: none;
    position: relative;
}

.product-panel.active-panel {
    display: block;
}

.product-group {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.hero-product-card {
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.hero-product-image {
    overflow: hidden;
    position: relative;
}

.hero-product-card img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.hero-product-card:hover img {
    transform: scale(1.08);
}

.hero-product-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: 0.4s;
}

.hero-product-card:hover .hero-product-image::after {
    opacity: 1;
}

.hero-product-card h6 {
    font-size: 13px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-top: 12px;
    color: #111;
    font-weight: 500;
}

.hero-product-card p {
    font-size: 13px;
    color: #777;
    margin-top: 5px;
}

.hero-product-card:hover p {
    color: #000;
}

@media (max-width: 1200px) {
    .product-group {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .product-group {
        grid-template-columns: repeat(3, 1fr);
    }

    .hero-product-card img {
        height: 260px;
    }
}

@media (max-width: 576px) {
    .hero-banner {
        height: 13vh;
        min-height: 0px;
    }

    .product-group {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .hero-product-card img {
        height: 260px;
    }

    .hero-product-card h6 {
        font-size: 11px;
    }

    .hero-product-card p {
        font-size: 11px;
    }
}

.view-more-btn {
    display: inline-block;
    background: transparent;
    color: var(--text-dark);
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.view-more-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 10px 0;
    width: 100%;
}

.fashion-showcase {
    min-height: 70vh;
    padding: 30px 0px 35px 0px;
}

.showcase-container {
    max-width: 1400px;
    margin: 0 auto;
}

.fashion-grid {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 20px;
    align-items: stretch;
}

.fashion-card {
    position: relative;
    overflow: hidden;
    background: var(--bg-white);
    box-shadow: var(--shadow-soft);
    display: flex;
    flex-direction: column;
}

.fashion-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.fashion-card:hover img {
    transform: scale(1.05);
}

.vertical-text {
    text-orientation: mixed;
    text-align: center;
    padding: 40px 20px;
    min-width: 120px;
    font-family: var(--font-editorial);
}

.vertical-text::before {
    content: "";
    width: 50px;
    height: 50px;
    position: relative;
    top: 301px;
    left: -18px;
    padding: 19rem 19px;
    z-index: -1;
    background: #faead2;
}

.vertical-text-1 {
    text-orientation: mixed;
    padding: 20px 20px;
    min-width: 150px;
    font-family: var(--font-editorial);
    z-index: 1;
    position: relative;
}

.vertical-text-1::after {
    content: "";
    height: 26px;
    position: absolute;
    top: 45px;
    left: 8px;
    width: 520px;
    z-index: -1;
    background: #faead2;
}

.vertical-text-4 {
    text-orientation: mixed;
    padding: 20px 20px;
    min-width: 120px;
    font-family: var(--font-editorial);
    z-index: 1;
    position: relative;
}

.vertical-text-4::after {
    content: "";
    height: 26px;
    position: absolute;
    top: 44px;
    left: 8px;
    padding: 0px 260px;
    z-index: -1;
    background: #faead2;
}

.vertical-text-2 {
    text-orientation: mixed;
    padding: 20px 0px;
    text-align: center;
}

.vertical-text-2::before {
    content: "";
    width: 50px;
    height: 50px;
    position: relative;
    top: 158px;
    left: -16px;
    padding: 149px 16px;
    z-index: -1;
    background: #faead2;
}

.vertical-text-3 {
    text-orientation: mixed;
    padding: 20px 0px;
    text-align: center;
}

.vertical-text-3::before {
    content: "";
    width: 50px;
    height: 50px;
    position: relative;
    top: 339px;
    left: -17px;
    padding: 277px 16px;
    z-index: -1;
    background: #faead2;
}

.vertical-text-5 {
    text-orientation: mixed;
    padding: 20px 20px;
    min-width: 150px;
    font-family: var(--font-editorial);
    z-index: 1;
    position: relative;
}

.vertical-text-5::after {
    content: "";
    height: 26px;
    position: absolute;
    top: 45px;
    left: 8px;
    width: 520px;
    z-index: -1;
    background: #faead2;
}

.vertical-text-6 {
    text-orientation: mixed;
    padding: 20px 20px;
    min-width: 150px;
    font-family: var(--font-editorial);
    z-index: 1;
    position: relative;
}

.vertical-text-6::after {
    content: "";
    height: 26px;
    position: absolute;
    top: 45px;
    left: 8px;
    width: 520px;
    z-index: -1;
    background: #faead2;
}

.vertical-text-7 {
    text-orientation: mixed;
    padding: 20px 20px;
    min-width: 150px;
    font-family: var(--font-editorial);
    z-index: 1;
    position: relative;
}

.vertical-text-7::after {
    content: "";
    height: 26px;
    position: absolute;
    top: 45px;
    left: 8px;
    width: 520px;
    z-index: -1;
    background: #faead2;
}

.vertical-text h1 {
    font-size: clamp(3rem, 5vw, 5rem);
    font-weight: var(--fw-light);
    letter-spacing: 0em;
    color: var(--text-dark);
    margin: 0;
    font-family: var(--font-editorial);
}

.section-title {
    color: var(--text-dark);
}

@media (max-width: 1200px) {
    .fashion-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .vertical-text {
        writing-mode: horizontal-tb;
        text-orientation: initial;
        grid-column: 1 / -1;
        padding: 30px 20px;
        text-align: center;
        min-width: auto;
    }

    .vertical-text h1 {
        writing-mode: horizontal-tb;
        letter-spacing: 0.2em;
    }
}

@media (max-width: 991px) {
    .vertical-text-5::after {
        height: 21px;
        top: 37px;
        right: 8px;
        width: 139px;
        left: unset;
    }

    .vertical-text-6::after {
        height: 21px;
        top: 37px;
        width: 116px;

    }

    .vertical-text-7::after {
        height: 21px;
        top: 37px;
        width: 193px;
    }

    .view-more-btn {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .fashion-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .double-image-card {
        flex-direction: row;
        gap: 15px;
    }

    .double-image-card .fashion-card {
        flex: 1;
    }

    .vertical-text-4::after {
        height: 17px;
        top: 34px;
        left: 0px;
        padding: 0px;
        width: 319px;
    }

    .decorative-divider img {
        width: 350px;
    }

    .vertical-text-1::after {
        content: "";
        height: 26px;
        position: absolute;
        top: 32px;
        left: 8px;
        padding: 0px 135px;
        z-index: -1;
        background: #faead2;
    }
}

@media (max-width: 576px) {
    .fashion-showcase {
        padding: 20px 14px;
    }

    .double-image-card {
        flex-direction: column;
        gap: 15px;
    }

    .vertical-text h1 {
        font-size: 2.5rem;
    }

    .vertical-text-1::after {
        content: "";
        height: 22px;
        position: absolute;
        top: 36px;
        left: 8px;
        padding: 0px 50px;
        z-index: -1;
        background: #faead2;
        width: 323px;
    }

    .view-more-wrap {
        padding: 0 17px;
    }
}

.fashion-card {
    animation: fadeInUp 0.6s ease-out;
}

.fashion-card:nth-child(1) {
    animation-delay: 0.1s;
}

.fashion-card:nth-child(2) {
    animation-delay: 0.2s;
}

.vertical-text {
    animation: fadeInRight 0.8s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.shop-category-section {
    padding: 25px 0 40px 0px;
    background-color: var(--bg-white);
}

.category-container {
    max-width: 1200px;
    margin: 0 auto;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    position: relative;
}

.category-grid::before,
.category-grid::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: repeating-linear-gradient(to bottom,
            var(--text-dark) 0,
            var(--text-dark) 8px,
            transparent 8px,
            transparent 16px);
}

.category-grid::before {
    left: 32.5%;
}

.category-grid::after {
    left: 67.4%;
}

.horizontal-divider {
    grid-column: 1 / -1;
    height: 1px;
    background: repeating-linear-gradient(to right,
            var(--text-dark) 0,
            var(--text-dark) 8px,
            transparent 8px,
            transparent 16px);
    margin: 0;
}

.category-card {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1.2;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
    animation: fadeInUp 0.6s ease-out forwards;
}

.category-card:hover {
    transform: scale(1.02);
    z-index: 10;
}

.category-card:nth-child(1) {
    animation-delay: 0.1s;
}

.category-card:nth-child(2) {
    animation-delay: 0.2s;
}

.category-card:nth-child(3) {
    animation-delay: 0.3s;
}

.category-card:nth-child(5) {
    animation-delay: 0.4s;
}

.category-card:nth-child(6) {
    animation-delay: 0.5s;
}

.category-card:nth-child(7) {
    animation-delay: 0.6s;
}

.category-image-wrapper {
    flex: 1;
    overflow: hidden;
    position: relative;
    background-color: var(--bg-light);
}

.category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.category-card:hover img {
    transform: scale(1.1);
}

.category-label {
    background-color: #000;
    color: var(--bg-cream);
    padding: 12px 20px;
    text-align: center;
    font-size: var(--fs-body-sm);
    font-weight: var(--fw-medium);
    letter-spacing: var(--ls-wide);
    text-transform: uppercase;
    position: relative;
}

.category-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.category-card:hover::after {
    opacity: 1;
}

.category-label::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 80%;
    height: 2px;
    background: var(--bg-cream);
    transition: transform 0.3s ease;
}

.category-card:hover .category-label::before {
    transform: translateX(-50%) scaleX(1);
}

.fashion-card-1 {
    padding-right: 20px;
}

.side-heading {
    font-size: 55px;
    font-family: var(--font-editorial);
    line-height: 0.7;
}

.side-heading-1 {
    font-size: 55px;
    position: relative;
    top: 60px;
    font-family: var(--font-editorial);
    line-height: 0.7;
}

@media (max-width: 992px) {
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .category-grid::before {
        left: 50%;
    }

    .category-grid::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .shop-category-section {
        padding: 40px 15px;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .category-label {
        padding: 10px 15px;
        font-size: 0.75rem;
    }

    .fashion-card-1 {
        padding-right: 0;
        padding-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .category-grid {
        grid-template-columns: 1fr;
    }

    .category-grid::before,
    .category-grid::after {
        display: none;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .category-card {
        aspect-ratio: 1 / 1;
    }
}

.highlights-section {
    padding: 0px 0 40px 0;
    background-color: var(--bg-white);
    position: relative;
    overflow: hidden;
}

.highlights-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.highlights-title {
    font-family: var(--font-editorial);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: var(--fw-regular);
    letter-spacing: var(--ls-wide);
    text-transform: uppercase;
    margin-bottom: 50px;
    color: var(--text-dark);
    text-align: left;
    padding-left: 20px;
}

.highlights-swiper-container {
    position: relative;
}

.highlights-swiper {
    overflow: visible;
}

.highlights-slide {
    background-color: var(--bg-white);
    overflow: hidden;
    position: relative;
    height: auto;
    opacity: 0;
    animation: highlightsFadeIn 0.6s ease-out forwards;
}

.highlights-slide-image {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.highlights-slide:hover .highlights-slide-image {
    transform: scale(1.05);
}

.highlights-slide-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 5;
}

.highlights-slide-tag {
    background-color: rgba(255, 255, 255, 0.95);
    color: var(--text-dark);
    padding: 10px 20px;
    font-size: var(--fs-body-xs);
    font-weight: var(--fw-bold);
    letter-spacing: var(--ls-wide);
    text-transform: uppercase;
    display: none;
    margin-bottom: 10px;
    line-height: 1.4;
    max-width: 80%;
}

.highlights-slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0.4) 50%,
            transparent 100%);
    color: var(--bg-white);
    padding: 30px 20px 20px;
    text-align: center;
}

.highlights-slide-caption h3 {
    font-size: var(--fs-body-md);
    font-weight: var(--fw-bold);
    letter-spacing: var(--ls-wide);
    text-transform: uppercase;
    margin: 0;
    line-height: 1.3;
    display: none;
}

.highlights-swiper-button-prev,
.highlights-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.25s ease;
}

.highlights-swiper-button-prev::after {
    content: "‹‹";
    font-family: initial !important;
    font-size: 32px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1;
}

.highlights-swiper-button-next::after {
    content: "››";
    font-family: initial !important;
    font-size: 32px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1;
}

.highlights-swiper-button-prev {
    left: 0;
}

.highlights-swiper-button-next {
    right: 0;
}

.highlights-swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.highlights-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: var(--border-dark);
    opacity: 1;
    transition: all 0.3s ease;
}

.highlights-swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--text-dark);
    width: 30px;
    border-radius: 5px;
}

@keyframes highlightsFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {
    .highlights-section {
        padding: 60px 0;
    }

    .highlights-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .highlights-swiper-container {
        padding: 0 50px;
    }

    .highlights-swiper-button-prev,
    .highlights-swiper-button-next {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 768px) {
    .highlights-section {
        padding: 40px 0;
    }

    .highlights-title {
        font-size: 1.5rem;
        padding-left: 10px;
        margin-bottom: 30px;
    }

    .highlights-swiper-container {
        padding: 0 40px;
    }

    .highlights-swiper-button-prev,
    .highlights-swiper-button-next {
        width: 30px;
        height: 30px;
    }

    .highlights-swiper-button-prev::after,
    .highlights-swiper-button-next::after {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .highlights-swiper-container {
        padding: 0 35px;
    }

    .highlights-swiper-button-prev,
    .highlights-swiper-button-next {
        width: 28px;
        height: 28px;
    }

    .highlights-swiper-button-prev::after,
    .highlights-swiper-button-next::after {
        font-size: 16px;
    }
}