h1 {
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
}

.promotion-top-banner {
    width: 100%;
    height: auto;
    position: relative;
}

.promotion-top-banner .container {
    position: relative;
}

.promotion-section {
    margin-top: 20px;
}


.promotion-top-banner .button-prev,
.promotion-top-banner .button-next,
.m-promotion-banner .button-prev,
.m-promotion-banner .button-next {
    border-bottom: none !important;
    border-top: none !important;
}

/* Hot category */
.category-banner img {
    border-radius: var(--border-radius-small);
    -webkit-border-radius: var(--border-radius-small);
    -moz-border-radius: var(--border-radius-small);
    -ms-border-radius: var(--border-radius-small);
    -o-border-radius: var(--border-radius-small);
}

.promotion-section .product-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.promotion-section .collection-products ul {
    flex-wrap: wrap;
}

.promotion-section .product-item {
    width: calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: -webkit-calc(100% / 2);
    width: -ms-calc(100% / 2);
    height: auto;
}

.promotion-section .product-item .product-image {
    height: calc(calc(100vw - 64px) / 2);
    height: -moz-calc(calc(100vw - 64px) / 2);
    height: -webkit-calc(calc(100vw - 64px) / 2);
    height: -ms-calc(calc(100vw - 64px) / 2);
}

/* recommend banner */
.recommend-banner ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.recommend-banner li {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.recommend-banner li p {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

/* service item */
.service-item ul {
    display: flex;
    justify-content: center;
    gap: 0 15px;
}

.service-item li {
    width: calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: -webkit-calc(100% / 3);
    width: -ms-calc(100% / 3);
    text-align: center;
}

.service-item .item-icon span {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(235, 111, 37, 0.04);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.service-item .item-icon i {
    color: var(--primary-color);
    font-size: 50px;
}

.service-item li p {
    margin-top: 10px;
    font-size: 14px;
    color: rgba(var(--color-foreground), 0.7);
}

/* Brand logo */
.promotion-brand {
    width: 100%;
    margin: 30px auto 0;
}

.promotion-brand ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.promotion-brand li {
    width: calc(calc(100% - 10px) / 2);
    width: -moz-calc(calc(100% - 10px) / 2);
    width: -webkit-calc(calc(100% - 10px) / 2);
    width: -ms-calc(calc(100% - 10px) / 2);
    height: 17.33vw;
}

/* Blog */
.promotion-blog {
    width: 100%;
    height: auto;
}

.promotion-blog ul {
    display: flex;
}

.promotion-blog li {
    width: calc(calc(100% - 15px) / 1.1);
    width: -moz-calc(calc(100% - 15px) / 1.1);
    width: -webkit-calc(calc(100% - 15px) / 1.1);
    width: -ms-calc(calc(100% - 15px) / 1.1);
    margin-right: 15px;
    position: relative;
}

.promotion-blog .image a:before {
    content: "";
    background: linear-gradient(180deg, rgba(var(--color-background), 0) 0, rgba(var(--color-background), .7));
    position: absolute;
    top: 0;
    inset-inline: 0;
    bottom: 0;
    z-index: 1;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}

.promotion-blog .image {
    position: relative;
    height: 62.67vw;
}

.promotion-blog img {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}

.promotion-blog .date {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 30px;
    z-index: 1;
}

.promotion-blog .date .inner {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.promotion-blog .date i {
    margin-right: 10px;
    color: #fff;
    font-size: 18px;
}

.promotion-blog .post-title {
    padding: 10px 15px;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

/* faq */
.promotion-faq .item {
    border-top: 1px solid rgba(var(--color-foreground), 0.1);
}

.promotion-faq .item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    cursor: pointer;
}

.promotion-faq h3 {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.promotion-faq h3 i {
    margin-right: 10px;
    font-size: 18px;
}

.promotion-faq .item-title span {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(var(--color-foreground), .05);
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}

.promotion-faq .item-title span i {
    font-size: 18px;
    color: rgba(var(--color-foreground));
    font-weight: 600;
}

.promotion-faq .item-title:hover span {
    background: rgb(var(--color-foreground));
}

.promotion-faq .item-title:hover span i {
    color: #fff;
}

.promotion-faq .item-title[aria-expanded="true"] span i:before {
    content: "\e662";
}

.promotion-faq .question-list {
    padding: 0 15px 15px 30px;
}

.promotion-faq .answer p {
    margin-bottom: 10px;
}

.promotion-faq h4 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

.promotion-faq .question-list li {
    margin-bottom: 25px;
}

.promotion-faq .answer {
    font-size: 14px;
}

.category-banner .carousel-banner li{
    margin-right: 20px;
    width: calc(calc(100% - 60px) / 4);
    width: -moz-calc(calc(100% - 60px) / 4);
    width: -webkit-calc(calc(100% - 60px) / 4);
    width: -ms-calc(calc(100% - 60px) / 4);
}

.card-heading a:after, .full-link:after {
    bottom: .5rem;
    content: "";
    inset-inline: .5rem;
    position: absolute;
    top: .5rem;
    z-index: 1;
    outline-offset: .3rem;
}

.full-unstyled-link {
    text-decoration: none;
    color: currentColor;
    display: block;
}
.scrolling-text-item--outline {
  color: rgb(var(--color-background));
  -webkit-text-stroke: 7px rgb(var(--color-foreground));
}

.scrolling-text-item--gradient {
  background: linear-gradient(57deg, rgba(249, 119, 255, 1) 8%, rgba(54, 212, 255, 1) 47%, rgba(43, 252, 135, 1) 83%);
 -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.scrolling-text-list li:nth-child(2n) .scrolling-text-item--gradient{
    background: linear-gradient(133deg, rgba(250, 220, 54, 1) 11%, rgba(254, 98, 146, 1) 49%, rgba(250, 220, 54, 1) 87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}
.product-list .product-item .product-image {
    height: calc(calc(100vw - 84px) / 2);
    height: -moz-calc(calc(100vw - 84px)/ 2);
    height: -webkit-calc(calc(100vw - 84px) / 2);
    height: -ms-calc(calc(100vw - 84px)/ 2);
}

/* Pause animation when reduced-motion is set */

/* Enable animation */

.scrolling-text-content{
    margin: 20px 0;
    display: flex;
    font-size: 50px;
    gap: 50px;
}

.enable-animation .scrolling-text-list {
    animation: scroll 30s linear infinite normal;
    flex-shrink: 0;   
    display: flex;
    justify-content: space-around;
    gap: 50px;
    min-width: 100%;
}

.scrolling-text-content--pause-on-hover:hover .scrolling-text-list {
  animation-play-state: paused;
}
.three-banner li .box{
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 10px -5px rgba(var(--color-foreground),.04),0 20px 25px -5px rgba(var(--color-foreground),.1);
}
.three-banner li img{
    border-radius: 10px;
}
.three-banner li .box-bottom{
    padding: 30px;
}

.three-banner li .box-title{
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
}

.three-banner li a{
    position: relative;
}

.three-banner li a:before{
    content: "";
    inset-inline-start: 0;
    position: absolute;
    bottom: -.1rem;
    border-bottom: 1px solid rgb(22,101,52);
    width: 0;
    transition: width .3s ease-in-out;
}

.three-banner li a:hover:before {
    width: 100%;
}

.three-banner li:first-child .box{
    background: #effdf4;
    color: rgb(22,101,52);
}

.three-banner li:first-child a{
    color: rgb(22,101,52)!important;
}

.three-banner li:nth-child(2) a:before{
     border-bottom: 1px solid rgb(160,98,7); 
}

.three-banner li:nth-child(2) .box{
    background: #fefce8;
    color: rgb(160,98,7);
}

.three-banner li:nth-child(2) a{
    color: rgb(160,98,7)!important;
}

.three-banner li:nth-child(3) .box{
    background: #fef2f2;
    color: rgb(152,28,27);
}

.three-banner li:nth-child(3) a:before{
     border-bottom: 1px solid rgb(152,28,27); 
}

.three-banner li:nth-child(3) a{
    color: rgb(152,28,27)!important;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc((100% + 50px) * -1));
  }
}

@media (prefers-reduced-motion: reduce) {
  .scrolling-text-list {
    animation-play-state: paused !important;
  }
}

@media (max-width: 767px) {
    .category-banner .carousel-banner li{
        margin-right: 10px;
        width: calc(calc(100% - 10px) / 1.5);
        width: -moz-calc(calc(100% - 10px) / 1.5);
        width: -webkit-calc(calc(100% - 10px) / 1.5);
        width: -ms-calc(calc(100% - 10px) / 1.5);
        height: 281px;
    }
    .scrolling-text-content{
        font-size: 30px;
    }
    .enable-animation .scrolling-text-list{
        animation: scroll 8s linear infinite normal;
    }
}

@media (max-width: 575px) {
    .category-banner .carousel-banner li{
        margin-right: 10px;
        width: calc(calc(100vw - 40px) / 1.5);
        width: -moz-calc(calc(100vw - 40px) / 1.5);
        width: -webkit-calc(calc(100vw - 40px) / 1.5);
        width: -ms-calc(calc(100vw - 40px) / 1.5);
        height: calc(calc(calc(100vw - 40px) / 1.5) / 1.19);
        height: -moz-calc(calc(calc(100vw - 40px) / 1.5) / 1.19);
        height: -webkit-calc(calc(calc(100vw - 40px) / 1.5) / 1.19);
        height: -ms-calc(calc(calc(100vw - 40px) / 1.5) / 1.19);
    }
    .promotion-top-banner .container {
        padding: 0;
    }

    .promotion-top-banner .swiper-container:hover .button-prev,
    .promotion-top-banner .swiper-container:hover .button-next {
        display: none !important;
    }

    .m-promotion-banner .inner {
        height: 131.4vw;
        overflow: hidden;
    }

    .m-promotion-banner img {
        width: 100%;
        height: auto;
    }

    .m-promotion-banner .container {
        padding-left: 0;
        padding-right: 0;
    }

}

@media (min-width: 450px) {
    .promotion-brand li {
        width: calc(calc(100% - 20px) / 3);
        width: -moz-calc(calc(100% - 20px) / 3);
        width: -webkit-calc(calc(100% - 20px) / 3);
        width: -ms-calc(calc(100% - 20px) / 3);
        height: 13.87vw;
    }
}

@media (min-width: 576px) {
    .m-promotion-banner .inner {
        height: 756px;
    }

    .promotion-brand li {
        width: calc(calc(100% - 20px) / 3);
        width: -moz-calc(calc(100% - 20px) / 3);
        width: -webkit-calc(calc(100% - 20px) / 3);
        width: -ms-calc(calc(100% - 20px) / 3);
        height: 64px;
    }

    .promotion-blog .image {
        height: 344px;
    }
        .product-list .product-item .product-image {
        height: 238px;
    }
}

@media (min-width: 768px) {
    .promotion-top-banner .inner {
        height: 260px;
    }

    .promotion-section .product-item {
        width: calc(100% / 4);
        width: -moz-calc(100% / 4);
        width: -webkit-calc(100% / 4);
        width: -ms-calc(100% / 4);
    }



    .recommend-banner li {
        width: calc(100% / 2);
        width: -moz-calc(100% / 2);
        width: -webkit-calc(100% / 2);
        width: -ms-calc(100% / 2);
    }

    .promotion-brand li {
        width: calc(calc(100% - 30px) / 4);
        width: -moz-calc(calc(100% - 30px) / 4);
        width: -webkit-calc(calc(100% - 30px) / 4);
        width: -ms-calc(calc(100% - 30px) / 4);
        height: 64px;
    }

    .promotion-blog li {
        width: calc(calc(100% - 56px) / 2.2);
        width: -moz-calc(calc(100% - 56px) / 2.2);
        width: -webkit-calc(calc(100% - 56px) / 2.2);
        width: -ms-calc(calc(100% - 56px) / 2.2);
        margin-right: 28px;
    }

    .promotion-blog .image {
        height: 222px;
    }
         
    .category-banner .carousel-banner li{
        margin-right: 10px;
        width: calc(calc(100% - 20px) / 2.2);
        width: -moz-calc(calc(100% - 20px) / 2.2);
        width: -webkit-calc(calc(100% - 20px) / 2.2);
        width: -ms-calc(calc(100% - 20px) / 2.2);
        height: 253px;
    }
        .product-list .product-item .product-image {
        height: 153px;
    }
}

@media (min-width: 992px) {
    .promotion-top-banner .inner {
        height: 350px;
    }

    .promotion-section {
        margin: 40px 0;
    }

    .category-banner img {
        border-radius: var(--border-radius);
        -webkit-border-radius: var(--border-radius);
        -moz-border-radius: var(--border-radius);
        -ms-border-radius: var(--border-radius);
        -o-border-radius: var(--border-radius);
    }

    .promotion-section .product-item {
        width: calc(100% / 5);
        width: -moz-calc(100% / 5);
        width: -webkit-calc(100% / 5);
        width: -ms-calc(100% / 5);
    }



    .recommend-banner li {
        width: calc(calc(100% - 90px) / 4);
        width: -moz-calc(calc(100% - 90px) / 4);
        width: -webkit-calc(calc(100% - 90px) / 4);
        width: -ms-calc(calc(100% - 90px) / 4);
    }

    .recommend-banner li:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transition: transform 1s ease;
        -webkit-transition: transform 1s ease;
        -moz-transition: transform 1s ease;
        -ms-transition: transform 1s ease;
        -o-transition: transform 1s ease;
    }

    .service-item .item-icon span {
        width: 90px;
        height: 90px;
    }

    .service-item .item-icon i {
        font-size: 80px;
    }

    .service-item li p {
        font-size: 20px;
    }

    .promotion-brand ul {
        gap: 10px 20px;
    }

    .promotion-brand li {
        width: calc(calc(100% - 80px) / 5);
        width: -moz-calc(calc(100% - 80px) / 5);
        width: -webkit-calc(calc(100% - 80px) / 5);
        width: -ms-calc(calc(100% - 80px) / 5);
        height: 66px;
    }

    .promotion-blog li {
        width: calc(calc(100% - 56px) / 3);
        width: -moz-calc(calc(100% - 56px) / 3);
        width: -webkit-calc(calc(100% - 56px) / 3);
        width: -ms-calc(calc(100% - 56px) / 3);
    }

    .promotion-blog .image {
        height: 216px;
    }

    .promotion-blog .post-title {
        font-weight: bold;
        font-size: 24px;
    }

    .promotion-faq h3 {
        font-size: 18px;
    }

    .promotion-faq .question-list li {
        margin-bottom: 30px;
    }

    .promotion-faq .answer {
        font-size: 16px;
    }
     
    .category-banner .carousel-banner li{
        margin-right: 20px;
        width: calc(calc(100% - 60px) / 4);
        width: -moz-calc(calc(100% - 60px) / 4);
        width: -webkit-calc(calc(100% - 60px) / 4);
        width: -ms-calc(calc(100% - 60px) / 4);
        height: 180px;
    }
        .product-list .product-item .product-image {
        height: 312px;
    }
    
}

@media (min-width: 1200px) {
    .promotion-top-banner .inner {
        height: 410px;
    }


    .promotion-brand ul {
        gap: 15px 20px;
    }

    .promotion-blog .image {
        height: 258px;
    }

    .category-banner .carousel-banner li{
        height: 220px;
    }
    .product-list .product-item .product-image {
        height: 257px;
    }

}

@media (min-width: 1400px) {
    .promotion-top-banner .inner {
        height: 480px;
    }

    .promotion-brand li {
        height: 76px;
    }

    .promotion-blog .image {
        height: 302px;
    }
    .category-banner .carousel-banner li{
        height: 258px;
    }
       .product-list .product-item .product-image {
        height: 302px;
    }
}

@media (min-width: 1500px) {
    .product-list .product-item .product-image {
        height: 322px;
    }
    .promotion-top-banner .inner {
        height: 530px;
    }


    .promotion-brand li {
        height: 82px;
    }

    .promotion-blog .image {
        height: 328px;
    }
    .category-banner .carousel-banner li{
        height: 275px;
    }
}
