.headline-title {
    padding: 8px 0 24px;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
}

/* Banner  */
.banner .item > img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner .item {
    position: relative;
}

.img-mobile {
    display: none !important;
}

.banner .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.banner .item .content {
    position: absolute;
    top: 50%;
    left: 50%;  
    transform: translate(-50%, -50%);
    z-index: 1;
}

.banner .item .content img {
    max-width: 300px;
    width: 100%;
}

/* New arrivals  */
.new-arrivals {
    padding: 50px 0 30px;
}

.new-arrivals-slider .slick-slide {
    margin: 0 12px;
}

.new-arrivals-slider .slick-list {
    margin: 0 -12px;
}

.new-arrivals .item .title {
    font-size: 20px;
    margin-bottom: 16px;
}

.new-arrivals .item .des {
    font-size: 16px;
    margin-bottom: 16px;
}

.new-arrivals .item .content {
    text-align: center;
    padding: 16px;
}

/* Bộ sưu tập  */
.hero-wrap {
    text-align: center;
}

.hero-text {
    font-size: 16px;
    margin-bottom: 10px;
}

.hero-title {
    font-size: 52px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.passionate .video-wrap {
    margin-top: 80px;
    max-height: 760px;
    overflow: hidden;
    position: relative;
}

.passionate .video-wrap video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.passionate .video-wrap .btn-video {
    position: absolute;
    z-index: 6;
    top: 16px;
    left: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: #00000040;
    border: none;
}

.passionate .video-wrap .btn-video svg {
    width: 20px;
    height: 20px;
    fill: #FFF;
    color: #FFF;
}

.passionate {
    background-color: #f7f7f7;
    padding-top: 100px;
}

.btn-video .icon-play {
    display: none;
}

.btn-video.is-pause .icon-pause {
    display: none;
}

.btn-video.is-pause .icon-play {
    display: inline-block;
}

.new-collection,
.best-collection {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.new-collection .item ,
.best-collection .item{
    position: relative;
    display: flex;
}

.new-collection .item .inner,
.best-collection .item .inner {
    text-align: center;
}

.new-collection .content,
.best-collection .content {
    padding: 24px;
    align-items: flex-end;
    background: rgba(0, 0, 0, 0.06);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    z-index: 5;
    color: #FFF;
}

.new-collection .content h2 {
    font-size: 52px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.new-collection .content .buy-collection {
    text-transform: uppercase;
    color: #FFF;
}

.best-collection .content h2 {
    font-size: 75px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.best-collection .content .kham-pha {
    border: 1px solid #ddd;
    background-color: #FFF;
    color: #212121;
    padding: 16px 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
}

.best-collection .content .kham-pha:hover {
    background-color: #212121;
    color: #FFF;
}

.best-collection .content .text {
    font-size: 16px;
}

.best-collection video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* product home  */
.product-card {
    position: relative;
}

.product-card .img-wrap:hover .choose-option {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}

.product-card .img-wrap {
    position: relative;
}

.choose-option {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 12px;
    padding: 0 16px;
    transition: .3s ease-in;
    transform: translateY(125%);
    opacity: 0;
    visibility: hidden;
}

.choose-option.mobile {
    display: none;
}

/* .body-home .choose-option {
    display: none;
} */

.choose-option button {
    color: #000;
    background-color: #FFF;
    border: 1px solid #ddd;
    transition: .3s;
    padding: 16px 24px;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
}

.choose-option button:hover {
    background-color: #000;
    color: #FFF;
}

.product-card .product-image {
    position: relative;
    width: 100%;
    padding-bottom: 150%;
    overflow: hidden;
    display: block;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.product-image .main-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

.product-image .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.product-image:hover .hover-img {
    opacity: 1;
}

.product-image:hover .main-img {
    opacity: 0;
}

.product-card .product-info {
    text-align: center;
    padding: 12px 0 5px;
}

.product-brand {
    font-size: 12px;
    letter-spacing: 1px;
    color: #8e8e8e;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.product-name {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 400;
    display: block;
}

.product-card .price-wrap {
    margin-bottom: 12px;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.product-card .old-price {
    color: #888;
}

.product-price {
    font-size: 16px;
}

.color-options {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
}

.color-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer; 
    transition: all 0.3s ease;
    position: relative;
}

.color-dot::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.color-dot.active::before {
    border-color: #212121;
}

.must-have-slider .slick-slide {
    margin: 0 5px;
}

.must-have-slider .slick-list {
    margin: 0 -5px;
}

.must-have {
    padding: 60px 0 30px;
}
/* blog */
.blog {
    padding: 50px 0;
}

.button-normal {
    background-color: #2d2d2d;
    color: #FFF !important;
    width: 100%;
    padding: 16px 24px;
    font-size: 14px;
    letter-spacing: 2px;
    transition: .3s ease-in;
}

.button-normal:hover {
    background-color: #000;
}

.button-link {
    letter-spacing: 2px;
    font-size: 14px;
    transition: .3s ease-in;
    text-transform: uppercase;
    position: relative;
}

.button-link::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transform-origin: right;
}

.button-link::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transform-origin: left;
    transform: scale(0);
}

.button-link:hover::before {
    transform: scale(0);
    transition: .4s transform ease;
}

.button-link:hover::after {
    transform: scale(1);
    transition: .4s transform ease .3s;
}

.item-blog .content {
    padding: 0 24px;
    text-align: center;
}

.item-blog .author {
    font-size: 12px;
    margin-top: 16px;
    letter-spacing: 1px;
    opacity: .6;
    text-transform: uppercase;
}

.item-blog .title {
    font-size: 22px;
    text-transform: uppercase;
    margin: 12px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.item-blog .des {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.item-blog .readmore-wrap {
    margin: 16px 0;
}

/* Feedback  */
.our-feedback {
    padding: 20px 0;
    border-top: 1px solid #e6e6e6;
}

.feedback-slider .slick-slide {
    margin: 0 12px;
}

.feedback-slider .slick-list {
    margin: 0 -12px;
}

/* Map address   */
.map-address {
    padding: 20px 0 40px;
}

.map-address iframe {
    width: 100%;
    height: 320px;
}

.dk-nhantin {
    padding: 70px 0;
    background-color: #f3f0ea;
}

.dk-nhantin .inner {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.dk-nhantin .inner h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.dk-nhantin .inner .text {
    font-size: 16px;
    margin-bottom: 16px;
}

.form-dk-nhantin {
    display: grid;
    grid-template-columns: auto max-content;
}

.form-dk-nhantin button {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #000;
    color: #FFF;
    padding: 16px;
}

.form-dk-nhantin input {
    width: 100%;
    padding: 8px 12px;
    font-size: 16px;
}

@media (max-width: 992px) { 
    .choose-option.pc {
        display: none;
    }

    .choose-option.mobile {
        display: block;
        position: unset;
        transform: translateY(0%); 
        opacity: 1; 
        visibility: visible;
        margin-top: 8px;
        padding: 0;
    }

    .choose-option button {
        font-size: 11px;
        padding: 8px 16px;
    }
}

@media (max-width: 768px) {  
    .must-have {
        padding: 30px 0 20px;
    }

    .hero-title {
        font-size: 30px;
        margin-bottom: 24px;
    }

    .new-arrivals {
        padding: 30px 0 20px;
    }

    .passionate {
        padding-top: 40px;
    }

    .passionate .video-wrap {
        margin-top: 40px;
    }

    .new-collection, .best-collection {
        grid-template-columns: repeat(1, 1fr);
    }

    .new-collection .content h2,
    .best-collection .content h2 {
        font-size: 28px;
    }

    .blog {
        padding: 30px 0;
    }

    .map-address {
       padding: 20px 0 20px;
    }

    .img-mobile {
        display: block !important;
    }

    .img-pc {
        display: none !important; 
    }
}

@media (max-width: 550px) {
    .item-blog .title {
        font-size: 18px;
    }

    .dk-nhantin {
        padding: 40px 0;
    }

    .product-card .price-wrap {
        display: block;
    }    
}