/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.entire-action-header {
    position: relative;
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/

.swiper-slider-main {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}

.swiper-slider-main .swiper-slide {
    height: 100%;
}

.swiper-slider-main .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1366px) {
    .swiper-slider-main {
        height: 65vh;
    }
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .swiper-slider-main {
        height: 38vh;
        min-height: 260px;
    }

    .side-in-bot {
        top: 120px;
    }
}

.side-in-bot {
    top: 200px;
    position: relative;
    transition: 2.2s all;
}

.swiper-slider-main .swiper-slide-active .swiper-slide--description-short {
    transition: 2s all;
}

.swiper-slider-main .swiper-slide-active .swiper-slide--tile {
    transition: 2.2s all;
}

.swiper-slider-main .swiper-slide-active .swiper-slide--link {
    transition: 2.4s all;
}

.swiper-slider-main .swiper-slide-active .side-in-bot {
    top: 0;
}

.prd-cate-title {
    font-weight: bold;
    font-size: 1.7rem;
}

.banner-home a img {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    transition: all 0.5s ease;
}

.banner-home a:hover img {
    opacity: 0.9;
    transform: scale(1.1) rotate(5deg);
    transition: all 0.5s ease;
}

.section-fash-sale {
    background-color: #ff9d2e;
    padding: 3rem 0;
}

.dot {
    width: 15px;
    height: 15px;
    background: red;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin-right: 1rem;
}

.dot:after {
    content: "";
    border-radius: 100%;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: transparent;
    animation: pulseSmall2 1.25s linear infinite;
}

@-webkit-keyframes pulseSmall {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.7)
    }

    70% {
        -webkit-box-shadow: 0 0 0 5px rgba(255,255,255,0.44)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.14)
    }
}

@-webkit-keyframes pulseSmall2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,0,0,0.3)
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,0,0,0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,0,0,0.3)
    }
}

.bg-feedback {
    padding: 3rem 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.feedback-item {
    border: 1px solid var(--color-highlight);
    border-radius: 1rem;
    padding: 1rem;
    background: whitesmoke;
}

.feedback-item .inner-name {
    font-size: 1.8rem;
    font-weight: bold;
}

.feedback-item .inner-content {
    font-size: 1.8rem;
    min-height: 8.1rem;
}

.feedback-item .inner-image img {
    width: 7rem;
    aspect-ratio: 1/1;
    border-radius: 1rem;
    margin-right: 1rem;
}

.btn-filter-mobile {
    display: block;
    color: var(--color-main);
}

.btn-filter-mobile, .content-filter-head {
    display: block;
}

.content-filter-product {
    position: fixed;
    width: 32rem;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 1100;
    background-color: #fff;
    overflow: auto;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(-32rem, 0, 0);
    -moz-transform: translate3d(-32rem, 0, 0);
    -ms-transform: translate3d(-32rem, 0, 0);
    -o-transform: translate3d(-32rem, 0, 0);
    transform: translate3d(-32rem, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    -webkit-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
}

.content-filter-product.open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.filter-url .back-drop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 1020;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
}

.filter-url .back-drop.open {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
}

.content-filter-head {
    background: #faf9f8;
    padding: 2rem 3rem;
}

.title-seo {
    font-size: 2.8rem;
    color: var(--color-highlight);
}

.item-policy {
    font-size: 1.6rem;
    color: var(--color-highlight);
    padding: .5rem 0;
}

.item-policy i {
    margin-right: .5rem;
}

.product-content-detail .product-description img {
    height: auto;
    max-width: 100%;
}

.swiper-cate {
    width: 60%;
}

/* chi nhanh */
.branch-box {
    background: whitesmoke;
    padding: 1rem;
    max-height: 43rem;
    overflow-y: scroll;
}

.branch-box::-webkit-scrollbar {
    width: .5em;
}

.branch-box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.branch-box::-webkit-scrollbar-thumb {
    background-color: var(--color-highlight);
}

.branch-box .nav-item .nav-link.active {
    background: var(--color-highlight);
    color: white !important;
}

.branch-box .item {
    border: 1px solid var(--color-highlight);
    padding: 1rem;
    margin-bottom: 1.5rem;
    cursor: pointer;
}

.branch-box .item.active, .branch-box .item:hover {
    background: var(--color-highlight);
    color: white;
}

.branch-section {
    background: var(--color-highlight);
    padding: 1rem;
    font-size: 2rem;
    font-weight: bold;
}
/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
footer {
    background: #303030;
    position: relative;
    overflow: hidden;
}

footer::before {
    position: absolute;
    width: 1200px;
    height: 1200px;
    top: -280px;
    left: 50%;
    margin-left: -600px;
    content: "";
    background: transparent url(/templates/fashion03/assets/img/bg-footer.png) no-repeat center center;
    background-size: 100% auto;
    opacity: .3;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 60s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 60s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}
/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
|  Product Horizontal Strip (Landing / Marketing)
--------------------------------------------------------------------------*/

.product-horizontal-wrapper {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 12px;
}

.product-horizontal-wrapper::-webkit-scrollbar {
    height: 6px;
}

.product-horizontal-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.product-horizontal-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
}

.product-horizontal-item {
    min-width: 260px;
    flex-shrink: 0;
}


.is-mobile .swiper-slide--tile {
    font-size: 7rem;
}
/* ICON TÌM KIẾM – MÀU HỒNG */
.search-section.entire-action-header i.fa-magnifying-glass {
    color: #ff69b4 !important;
}


