.s-blog-list-v1 .blog-item, .s-blog-list-v2 .blog-item {
    margin-bottom: 40px;
}
.s-blog-list-v1 .blog-item:last-of-type, .s-blog-list-v2 .blog-item:last-of-type {
    margin-bottom: 60px;
}
.s-blog-list-grid {
    gap: 42px 24px;
}
.s-blog-list-grid.grid-2 .blog-item .entry_image {
    aspect-ratio: 1.1746835443;
}
.s-blog-single .heading {
    gap: 20px;
    text-align: center;
    margin-bottom: 48px;
}
.s-blog-single .heading > .entry-tag, .s-blog-single .heading > .entry-meta {
    justify-content: center;
}
.s-blog-single .content {
    margin-bottom: 80px;
}
.s-blog-single .content .entry_image {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 42px;
}
.s-blog-single .content .text {
    font-size: 16px;
    line-height: 24px;
    color: var(--text);
    max-width: 1008px;
    width: 100%;
    margin: 0px auto;
    margin-bottom: 42px;
    text-align: center;
}
.s-blog-single .group-image {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 65px;
}
.s-blog-single .group-image .entry_image {
    margin-bottom: 0 !important;
}
.s-blog-single .entry-social {
    display: flex;
    align-items: center;
    gap: 15px;
}
.s-blog-single .entry-social > p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}
.s-blog-single .bot {
    margin-bottom: 42px;
}
.s-blog-single .bot .entry-tag {
    margin-bottom: 20px;
}
.s-blog-single .related-post {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0px 42px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    gap: 30px;
}
.s-blog-single .related-post .post {
    display: flex;
    gap: 20px;
    align-items: center;
}
.s-blog-single .related-post .post:hover .icon {
    background-color: var(--primary);
    color: var(--white);
}
.s-blog-single .related-post .post:hover .name-post {
    color: var(--primary);
}
.s-blog-single .related-post p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 15px;
}
.s-blog-single .related-post p.name-post {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.s-blog-single .related-post .icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--line);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    flex-shrink: 0;
}
.s-blog-single .related-post .text-wrap-left {
    text-align: left;
}
.s-blog-single .related-post .text-wrap-right {
    text-align: right;
}
.block-quote {
    padding: 30px;
    border-radius: 16px;
    background-color: #eeffde;
    min-height: 230px;
    display: flex;
    align-items: center;
    margin-bottom: 42px;
}
.block-quote p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    max-width: 1008px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
.sb-contact {
    border-radius: 16px;
    background-color: var(--surface);
    padding: 40px;
}
.sb-contact .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 30px;
}
.sb-contact .sub {
    color: var(--text);
    line-height: 22px;
    margin-bottom: 28px;
}
.sb-contact .btn-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 252px;
    width: 100%;
    margin: 0px auto;
}
.sb-contact .tf-btn {
    text-transform: none;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
}
.s-faq .faq-item:not(:last-child) {
    margin-bottom: 52px;
}
.s-faq .name-faq {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 32px;
}
.s-term-user .content {
    display: grid;
    gap: 52px;
    max-width: 1008px;
    width: 100%;
    margin: 0px auto;
}
.s-term-user h1,
.s-term-user h2,
.s-term-user h3,
.s-term-user h4,
.s-term-user .term-title {
    font-weight: 500;
    color: var(--dark);
}
.s-term-user h1,
.s-term-user .term-title {
    font-size: 26px;
    line-height: 31px;
}
.s-term-user h2,
.s-term-user .term-title {
    font-size: 24px;
    line-height: 29px;
}
.s-term-user h3,
.s-term-user .term-title {
    font-size: 22px;
    line-height: 27px;
}
.s-term-user h4,
.s-term-user .term-title {
    font-size: 20px;
    line-height: 25px;
}
.s-term-user .term-title {
    margin-bottom: 24px;
}
.s-term-user .term-text span {
    font-weight: 500;
    color: var(--dark);
}
.s-term-user .text-wrap {
    display: grid;
    gap: 24px;
}
.tf-page-title {
    padding: 52px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/section/page-title.jpg);
}
.tf-page-title .box-title {
    display: grid;
    gap: 12px;
    max-width: 560px;
    margin: auto;
}
.tf-page-title .breadcrumb-list {
    justify-content: center;
}
.breadcrumb-list {
    display: flex;
    gap: 8px;
    align-items: center;
}
.breadcrumb-list .breadcrumb-item {
    color: #757575;
}
.breadcrumb-list .breadcrumb-item::before {
    content: none;
}
.breadcrumb-list .dot {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumb-list .dot span {
    width: 4px;
    height: 4px;
    display: inline-block;
    background-color: #757575;
    border-radius: 50%;
}
.breadcrumb-list .current {
    color: var(--dark);
}
.breadcrumb-wrap {
    padding: 32px 0px 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.breadcrumb-prev-next {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--dark);
}
.breadcrumb-prev-next .breadcrumb-back {
    font-size: 20px;
}
.breadcrumb-prev-next .breadcrumb-next, .breadcrumb-prev-next .breadcrumb-prev {
    width: 18px;
    height: 18px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s-404 {
    padding: 100px 0px;
}
.wg-404 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.wg-404 .image {
    max-width: 236px;
    width: 100%;
    margin-bottom: 12px;
}
.wg-404 .title {
    margin-bottom: 12px;
}
.wg-404 .sub {
    margin-bottom: 32px;
}
.wg-countdown .countdown__timer {
    display: flex;
    gap: 20px;
}
.wg-countdown .countdown__item {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    width: 90px;
    height: 90px;
    text-align: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid var(--primary);
}
.wg-countdown .countdown__value {
    display: inline-block;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.02em;
}
.wg-countdown .countdown__value .countdown__value--3 {
    width: 100%;
    max-width: 90px;
}
.wg-countdown-2 {
    width: max-content;
    padding: 16px 32px;
    border-radius: 8px;
    border: 1px solid var(--line);
    background-color: var(--white);
}
.wg-countdown-2.color-1 .countdown__value {
    color: #8f6dff;
}
.wg-countdown-2 .countdown__value {
    padding-top: 0px;
    font-family: "Be Vietnam Pro", serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    color: var(--primary);
}
.wg-countdown-2 .countdown__timer {
    display: flex;
    gap: 29px;
}
.wg-countdown-2 .countdown__item {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 4px;
    min-width: 56px;
}
.wg-countdown-2 .countdown__item:not(:last-child) .countdown__value {
    position: relative;
}
.wg-countdown-2 .countdown__item:not(:last-child) .countdown__value::after {
    content: ":";
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    right: -14px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--dark);
}
.wg-countdown-2 .countdown__item:first-child {
    min-width: 30px;
}
.wg-coming-soon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 100px;
}
.wg-coming-soon .title {
    margin-bottom: 12px;
}
.wg-coming-soon .sub {
    margin-bottom: 48px;
}
.wg-coming-soon .wg-countdown {
    margin-bottom: 48px;
}
.wg-coming-soon .form-email-wrap {
    max-width: 482px;
    width: 100%;
    margin-bottom: 64px;
}
.wg-coming-soon .form-email-wrap .button-submit {
    right: 5px;
}
.wg-map.style-absolute {
    position: relative;
}
.wg-map.style-absolute .box-store {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    max-width: 419px;
}
.wg-map.style-absolute .box-store:hover {
    background-color: var(--white);
}
.wg-map .map {
    border-radius: 16px;
    overflow: hidden;
    height: 589px;
    width: 100%;
}
.wg-map .map iframe{
    width: 100%;
    height: 100%;
}
.s-contact .content-right, .s-contact .content-left {
    display: grid;
    gap: 20px;
}
.s-contact .wg-map {
    margin-bottom: 91px;
}
.s-contact .sub-title {
    font-size: 16px;
    line-height: 26px;
}
.s-contact.style-2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap-reverse;
    gap: 15px;
}
.s-contact.style-2 .content-left {
    padding: 30px;
    border-radius: 16px;
    position: relative;
    z-index: 2;
    gap: 15px;
    margin-bottom: 0;
    justify-items: flex-start;
}
.s-contact.style-2 .content-left .tf-btn {
    padding: 10px 24px;
    text-transform: none;
    margin-top: 20px;
}
.s-contact.style-2 .content-left .tf-social-icon .social-item:not(:hover) {
    background-color: transparent;
    border-color: var(--white);
}
.s-contact.style-2 .image-right {
    border-radius: 16px;
    overflow: hidden;
}
.s-contact.style-2 .image-right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.contact-list {
    display: grid;
    gap: 10px;
}
.contact-list p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.contact-list a, .contact-list span {
    font-weight: 400;
    color: var(--text);
}
.box-store {
    padding: 40px 24px 20px;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: var(--white);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.box-store .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    margin-bottom: 8px;
}
.box-store .contact-list {
    gap: 0px;
    margin-bottom: 20px;
}
.box-store:hover {
    background: var(--primary-4);
}
.box-store.style-2 {
    display: grid;
    gap: 15px;
    padding: 30px;
    border-color: var(--white);
}
.grid-box-store {
    gap: 24px;
}
.s-store-location .wg-map {
    margin-bottom: 24px;
}
.s-banner-colection .banner-content {
    overflow: hidden;
    border-radius: 16px;
    gap: 0px;
    background-color: #f7f7f7;
    position: relative;
}
.s-banner-colection .box-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px auto;
    gap: 42px;
    padding: 24px;
}
.s-banner-colection .box-title-banner {
    display: grid;
    gap: 24px;
}
.s-banner-colection.style-abs .box-content {
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;
    padding: 0;
}
.s-banner-colection.style-abs-2 .box-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    right: 15px;
    padding: 0;
}
.s-banner-colection.style-abs-2 .image img {
    min-height: 350px;
    object-fit: cover;
}
.banner-cls-bicycle .banner-content {
    height: 400px;
    width: 100%;
}
.banner-cls-electric .banner-content {
    background: linear-gradient(67.69deg, #eeefff 11.66%, #f6f0f0 47.21%, #ffeff6 82.77%);
    padding: 16px 0px;
}
.banner-cls-electric .banner-content .box-title-banner {
    gap: 12px;
}
.banner-cls-mega-electric.style-abs-2 .image img {
    min-height: 296px;
    object-fit: cover;
}
.banner-cls-phonecase .banner-content {
    background-color: unset;
    border-radius: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.banner-cls-phonecase .banner-content > * {
    width: 100%;
}
.banner-cls-phonecase .box-content {
    margin: unset;
    padding: 0;
}
.banner-cls-phonecase .image {
    border-radius: 16px;
    overflow: hidden;
}
.banner-cls-petaccess .banner-content {
    background-color: #ffecce;
}
.banner-cls-electric-acc.style-abs-2 .box-content {
    background-color: var(--white);
    border-radius: 16px;
    left: 15px;
    right: 15px;
    margin: unset;
    padding: 30px 15px;
}
.banner-cls-mega-electric .new {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #d2a40c;
    border-radius: 22px;
    padding: 5px 12px;
}
.banner-cls-mega-electric .box-title-banner {
    justify-items: center;
}
.btn-sidebar-mb {
    position: fixed;
    top: 200px;
    left: 0;
    z-index: 50;
}
.btn-sidebar-mb button {
    width: 40px;
    height: 40px;
    border-radius: 0;
    border: 1px solid var(--dark);
    padding: 0;
    justify-content: center;
}
.btn-sidebar-mb button:hover {
    background-color: var(--white);
    color: var(--dark);
}
.btn-sidebar-mb.right {
    left: unset;
    right: 0;
    transform: rotate(180deg);
}
.s-banner-countdown {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.s-banner-countdown .image img {
    min-height: 488px;
    width: 100%;
    object-fit: cover;
}
.s-banner-countdown .banner-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: grid;
    gap: 12px;
}
.s-banner-countdown .box-title {
    display: grid;
    gap: 4px;
}
.banner-cd-phonecase {
    border-radius: 16px;
    overflow: hidden;
    margin: 0px 12px;
}
.banner-cd-phonecase .banner-wrap {
    position: relative;
}
.banner-cd-phonecase .banner-content {
    z-index: 2;
    background-color: var(--white);
    border-radius: 16px;
    padding: 30px 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    gap: 24px;
}
.banner-cd-phonecase .countdown__timer {
    gap: 12px;
}
.banner-cd-phonecase .countdown__timer .countdown__label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.banner-cd-phonecase .box-title {
    display: grid;
    gap: 8px;
}
.banner-cd-phonecase .image img {
    width: 100%;
}
.s-banner-cd-baby .banner-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    background-color: #f3f2ee;
    padding: 50px;
    gap: 20px;
}
.s-banner-cd-baby .box-title {
    display: grid;
    gap: 12px;
}
.s-banner-cd-baby .content {
    display: grid;
    gap: 24px;
}
.s-banner-cd-baby .wg-countdown .countdown__item {
    background-color: var(--white);
    border-radius: 50%;
    width: 70px;
    height: 70px;
}
.s-banner-cd-baby .wg-countdown .countdown__item .countdown__value {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    color: #f6620c;
}
.s-banner-product .content-banner {
    display: flex;
    gap: 42px;
    justify-content: center;
}
.s-banner-product .image-wrap {
    position: relative;
}
.s-banner-product .image {
    max-width: 512px;
    border-radius: 16px;
    overflow: hidden;
}
.s-banner-product .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.s-banner-product .content-right {
    display: flex;
    flex-direction: column;
    gap: 42px;
    justify-content: center;
}
.s-banner-product .content-right .box-title {
    display: grid;
    gap: 10px;
}
.s-banner-product .loobook-product {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    padding: 12px;
    gap: 12px;
}
.s-banner-with-text .content-banner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
}
.s-banner-with-text .box-title-banner {
    display: grid;
    gap: 10px;
}
.s-banner-with-text br {
    display: none;
}
.s-banner-with-text .image-banner {
    position: relative;
    overflow: hidden;
}
.s-banner-with-text .image {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
}
.s-banner-with-text .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.s-banner-with-text .image-1:hover {
    position: relative;
    z-index: 2;
}
.banner-text-fashion .image-1 {
    max-width: 531px;
    margin-left: auto;
}
.banner-text-fashion .image-2 {
    position: absolute;
    max-width: 316px;
    z-index: 2;
    left: 71px;
    bottom: 44px;
}
.banner-text-fashion .image-2 .img-style {
    height: 100%;
}
.banner-text-skincare.type-2 .image-1 {
    width: 85%;
}
.banner-text-skincare.type-2 .image-2 {
    position: absolute;
    width: 44%;
    bottom: 5%;
    right: 0;
}
.banner-text-jewelry .image-1 {
    width: 85%;
}
.banner-text-jewelry .image-2 {
    width: 39%;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 5%;
}
.banner-tagline-phonecase {
    display: flex;
    gap: 50px;
    position: relative;
}
.banner-tagline-phonecase .image {
    border-radius: 16px;
    overflow: hidden;
}
.banner-tagline-phonecase .content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.banner-tagline-phonecase .list-tagline li {
    display: flex;
    gap: 10px;
    padding: 15px;
}
.banner-tagline-phonecase .list-tagline li .box-text {
    display: grid;
    gap: 5px;
}
.banner-tagline-phonecase .list-tagline li:not(:last-child) {
    border-bottom: 1px solid #595959 33;
}
.banner-tagline-phonecase .icon i {
    font-size: 35px;
    color: #c596ff;
}
.flat-title {
    display: grid;
    gap: 12px;
    text-align: center;
    margin-bottom: 30px;
}
.flat-title.style-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: start;
}
.flat-title .box-title {
    display: grid;
    gap: 12px;
}
.flat-title.mb_1 {
    margin-bottom: 33px;
}
.flat-title.style-2 {
    gap: 10px;
}
.flat-title.style-line {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 12px;
}
.flat-title.style-line .line-title {
    flex-grow: 1;
    display: block;
    border-bottom: 1px solid var(--line);
}
.flat-title-2 {
    display: grid;
    gap: 20px;
    margin-bottom: 30px;
}
.flat-title-2 .box-title {
    display: grid;
    gap: 5px;
}
.simpleParallax {
    height: 100%;
    width: 100%;
}
.simpleParallax img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.wg-offer .image {
    border-radius: 16px;
    margin-bottom: 20px;
}
.wg-offer .content {
    display: grid;
    gap: 12px;
}
.wg-offer .box-title {
    display: grid;
    gap: 8px;
}
.flat-title-v2 {
    display: grid;
    gap: 12px;
    margin-bottom: 30px;
}
.tab-content .box-btn {
    margin-top: 24px;
}
.s-banner-bundle .bundle-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.s-banner-bundle .tf-swiper {
    width: 100%;
}
.s-banner-bundle .image-banner {
    width: 100%;
    height: 100%;
}
.s2-banner-bundle .bundle-wrap {
    position: relative;
    padding: 0px 30px 30px;
    border: 1px solid #f3a24b;
    border-radius: 16px;
}
.s2-banner-bundle .flat-title {
    background-color: var(--white);
    width: fit-content;
    margin: -25px auto 8px;
}
.s2-banner-bundle .banner-bundle {
    position: relative;
    width: 100%;
    height: 100%;
}
.s2-banner-bundle .banner-bundle .item {
    position: absolute;
    display: none;
    bottom: -77px;
    animation: swing2 10s infinite ease-in-out;
}
.bundle-wrap .nav-swiper {
    width: 34px;
    height: 34px;
}
.bundle-wrap .nav-swiper.swiper-button-prev {
    left: -40px;
}
.bundle-wrap .nav-swiper.swiper-button-next {
    right: -40px;
}
@keyframes swing2 {
    20% {
        transform: rotate(5deg);
    }
    40% {
        transform: rotate(-4deg);
    }
    60% {
        transform: rotate(3deg);
    }
    80% {
        transform: rotate(-2deg);
    }
    100% {
        transform: rotate(0);
    }
}
.s-banner-bundle .content-list {
    display: grid;
    gap: 12px;
    padding: 24px 15px;
    border-radius: 0px 0px 16px 16px;
    border: 1px solid var(--line);
}
.s-banner-bundle .list-recipe {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.s-banner-bundle .list-recipe .br--line {
    display: block;
    height: 16px;
    width: 1px;
    background-color: var(--line);
}
.flat-iconbox {
    padding: 33px 0px;
}
.tf-compare-table {
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow-x: scroll;
}
.tf-compare-table::-webkit-scrollbar {
    height: 4px;
}
.tf-compare-table::-webkit-scrollbar-thumb {
    border-radius: 33px;
    background: #d9d9d9;
    cursor: grab;
}
.tf-compare-row {
    display: flex;
}
.tf-compare-col {
    max-width: 240px;
    min-width: 240px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    position: relative;
}
.tf-compare-col .tf-compare-item {
    text-align: center;
}
.tf-compare-col .tf-compare-item .tf-compare-image {
    aspect-ratio: calc(320 / 407);
}
.tf-compare-item {
    display: grid;
    gap: 15px;
    padding: 20px 15px;
}
.tf-compare-item .tf-compare-image {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
}
.tf-compare-item .tf-compare-image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.tf-compare-item .icon-close {
    font-size: 8px;
}
.tf-compare-item .tf-compare-remove .tf-btn-icon {
    width: 48px;
    height: 48px;
    cursor: pointer;
}
.tf-compare-item .tf-compare-remove .tf-btn-icon:hover {
    border-color: var(--primary);
}
.tf-compare-item .tf-compare-remove .tf-btn-icon:hover i {
    color: var(--primary);
    transform: unset;
}
.tf-compare-item .content {
    display: grid;
    gap: 10px;
}
.tf-compare-field, .tf-compare-value {
    padding: 15px;
}
.tf-compare-value {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tf-compare-stock {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #48b02c;
}
.list-esd .item {
    display: grid;
    gap: 10px;
    padding: 20px 0px;
}
.list-esd .item:not(:last-child) {
    border-bottom: 1px solid var(--line);
}
.wrapper-wishlist .tf-wishlist-empty {
    grid-column: -1;
    width: 100%;
}
.wrapper-wishlist .tf-wishlist-empty .text-noti {
    margin-bottom: 32px;
}
.wrapper-wishlist .tf-wishlist-empty .btn-back-shop {
    max-width: 228px;
    font-family: "DM Sans", sans-serif;
    line-height: 120%;
    font-weight: 600;
    width: 100%;
}
.box-testimonial-quote {
    background-color: #eeffde;
    border-radius: 16px;
    padding: 30px 15px;
    display: grid;
    gap: 20px;
}
.box-testimonial-quote .box-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.box-testimonial-quote .box-author .avt {
    max-width: 32px;
    border-radius: 50%;
    overflow: hidden;
}
.box-testimonial-quote .icon-star {
    font-size: 20px;
}
.mega-categories {
    background-color: var(--white);
    text-align: left;
    color: var(--dark);
    padding: 12px 4px 22px;
}
.mega-categories li:not(:last-child) {
    margin-bottom: 4px;
}
.mega-categories .cate-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    color: var(--dark);
    border-radius: 4px;
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
}
.mega-categories .cate-item .img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: var(--surface);
    overflow: hidden;
}
.mega-categories .cate-item:hover, .mega-categories .cate-item.active {
    background-color: var(--purple-2);
}
.mega-cate-box {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--purple);
}
.mega-cate-box .categories-title {
    display: flex;
    background-color: var(--purple);
    padding: 15px 24px;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}
.mega-cate-box .categories-title .icon {
    font-size: 20px;
}
.mega-box .mega-title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.mega-iconbox {
    border-radius: 16px;
    border: 1px solid var(--line);
    padding: 32px 12px;
}
.mega-iconbox .tf-icon-box:not(:last-child) {
    margin-bottom: 32px;
}
.image-compare {
    border-radius: 16px;
}
.image-compare .icv__arrow-wrapper {
    display: none;
}
.image-compare .icv__circle {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.3);
    position: relative;
    border-color: transparent !important;
}
.image-compare .icv__circle::after {
    position: absolute;
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--white);
}
.image-compare .icv__circle::before {
    position: absolute;
    font-family: "icomoon";
    content: "\e901";
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    font-size: 14px;
}
.image-compare .icv__label {
    padding: 9px 24px;
    color: var(--dark);
    font-family: "Albert Sans", sans-serif;
    border-radius: 40px;
    background-color: var(--white);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    bottom: 24px;
}
.image-compare .icv__label-before {
    left: 24px;
}
.image-compare .icv__label-after {
    right: 24px;
}
.img-viewer-compare-wrap {
    margin-bottom: 40px;
}
.banner-why-shop {
    padding-left: 15px;
    padding-right: 15px;
}
.s2-banner-with-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    max-width: 1143px;
    margin: auto;
}
.s2-banner-with-text .content-with-text {
    display: grid;
    gap: 20px;
    justify-items: left;
}
.s2-banner-with-text .box-title-content {
    display: grid;
    gap: 12px;
}
.s3-banner-with-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.s3-banner-with-text .content-with-text {
    gap: 20px;
    display: grid;
    justify-items: left;
}
.s3-banner-with-text .image-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    flex-shrink: 0;
}
.s3-banner-with-text .image-banner .image {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
}
.s3-banner-with-text .image-banner .image-1 {
    position: absolute;
    width: 41.6%;
    z-index: 2;
    left: 0px;
    bottom: 0px;
}
.s3-banner-with-text .image-banner .image-2 {
    width: 74%;
    margin-left: auto;
}
.s3-banner-with-text .box-title-content .subtitle {
    margin-bottom: 10px;
    display: inline-block;
}
.s3-banner-with-text .box-title-content .title {
    margin-bottom: 12px;
}
.banner-cls-baby .item {
    max-width: 217px;
    position: absolute;
    animation: moveRight 10s infinite linear alternate;
    right: -69px;
    bottom: -35px;
    display: none;
}
.grid-cls-suppermarket .s-cls .img-style {
    width: 100%;
    height: 100%;
}
@keyframes moveRight {
    0% {
        transform: translateX(-20px);
    }
    100% {
        transform: translateX(20px);
    }
}
.section-results .results-item {
    margin-bottom: 83px;
}
.section-bought-together {
    position: relative;
}
.section-bought-together h3.title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--white);
    z-index: 2;
    padding: 0 34px;
}
.section-bought-together .wrapper {
    border: 1px solid #f2bd7b;
    border-radius: 16px;
    padding: 103px 15px 82px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.section-bought-together .wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(180deg, #f2bd7b 0%, #8575ea 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 16px;
    z-index: -1;
}
.section-bought-together .swiper {
    max-width: 1074px;
    margin-left: auto;
    margin-right: auto;
}
.section-asked-questions .content {
    display: flex;
    flex-direction: column;
    gap: 34px;
}
.section-asked-questions .content .bot {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.section-asked-questions .content .bot a {
    max-width: 229px;
}
.section-asked-questions .faq-wrap {
    background-color: var(--white);
    padding: 64px 48px;
    border-radius: 20px;
}
.section-asked-questions .faq-wrap .widget-accordion:first-child {
    border-top: 0;
}
.section-asked-questions .faq-wrap .widget-accordion:last-child {
    border-bottom: 0;
}
