:root {
    --primary-50: #F9EBED;
    --primary-100: #F8E7E8;
    --primary-200: #F5DDDF;
    --primary-300: #F6D0D3;
    --primary-400: #F4C5CA;
    --primary-500: #F2BBC0;
    --neutral-50: #FAFAFA;
    --neutral-100: #FFFFFF;
    --neutral-200: #E3E3E3;
    --neutral-300: #C6C6C6;
    --neutral-400: #AAAAAA;
    --neutral-500: #8D8D8D;
    --neutral-600: #717171;
    --neutral-700: #545454;
    --neutral-800: #383838;
    --neutral-900: #1B1B1B;
    --minttulip-50: #EEF7F4;
    --minttulip-100: #E5F3EF;
    --minttulip-200: #D4EBE5;
    --minttulip-300: #BFE7DD;
    --minttulip-400: #ADE0D3;
    --minttulip-500: #9BD9C9;
}


/*---------------------- Public Style ---------------------*/

body {
    background: var(--neutral-100);
    margin: 0;
    padding: 230px 30px 0;
    direction: rtl;
    text-align: right;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body.overhide {
    overflow: hidden !important;
}

* {
    font-family: YekanBakh;
    outline: medium none !important;
    text-decoration: none !important;
}

.row {
    margin: 0 -15px;
}

.row>* {
    padding-right: 15px;
    padding-left: 15px;
}

.container {
    max-width: 1520px;
    padding: 0;
}

::selection {
    background-color: var(--neutral-900);
    color: var(--neutral-100);
}

i.ic-scalex {
    display: inline-block;
    transform: scaleX(-1);
}

.mt-120 {
    margin-top: 120px;
}

.head-section-sam {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.head-section-sam.head-center {
    flex-direction: column;
    justify-content: center;
    gap: 26px;
}

.head-section-sam .title {
    font-family: Morabba;
    font-size: 40px;
    font-weight: 600;
    color: var(--neutral-900);
    margin: 0;
}

.head-section-sam .title>strong {
    font-family: Morabba;
    position: relative;
    font-weight: 600;
    padding: 0 15px;
    margin: 0 5px;
}

.head-section-sam .title>strong::before {
    content: "";
    position: absolute;
    top: -14px;
    right: 0;
    left: 0;
    width: 100%;
    height: 84px;
    border-radius: 50%;
    border: 4px solid var(--minttulip-500);
}

.head-section-sam .title>strong::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 30%;
    background-color: var(--minttulip-500);
    width: 60px;
    height: 4px;
    border-radius: 100px;
    transform: rotate(-8deg);
}

.head-section-sam .btn-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    font-size: 20px;
    font-weight: 400;
    color: var(--neutral-600);
    transition: all 0.3s;
}

.head-section-sam .btn-more:hover {
    color: var(--neutral-900);
    gap: 8px;
}

.head-section-sam .btn-more>i {
    font-weight: 600;
}

.head-section-sam .nav-tabs {
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.head-section-sam .nav-tabs .nav-link {
    border: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: var(--neutral-600);
    transition: all 0.3s;
}

.head-section-sam .nav-tabs .nav-link:hover {
    color: var(--neutral-300);
}

.head-section-sam .nav-tabs .nav-link.active {
    font-weight: 700;
    color: var(--neutral-900);
}

.head-section-sam .arrows-swiper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.head-section-sam .arrows-swiper .swiper-button {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: var(--neutral-200);
    font-size: 16px;
    color: var(--neutral-600);
    transition: all 0.3s;
}

.head-section-sam .arrows-swiper .swiper-button:hover {
    background-color: var(--neutral-900);
    color: var(--neutral-100);
}

.swiper-pagination-sam {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 44px;
}

.swiper-pagination-sam .swiper-pagination-bullet {
    position: relative;
    background-color: var(--neutral-200);
    width: 24px;
    height: 24px;
    border-radius: 100px;
    opacity: 1;
    margin: 0 !important;
    transition: all 0.3s;
}

.swiper-pagination-sam .swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    background-color: var(--primary-500);
}

.swiper-pagination-sam .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    border: 2px solid var(--primary-500);
    top: -7px;
    right: -7px;
    transform: scale(0);
    opacity: 0;
    transition: all 0.3s;
}

.swiper-pagination-sam .swiper-pagination-bullet-active::before {
    transform: scale(1);
    opacity: 1;
}

.item-product-sam .box-product {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 500px 500px 0px 0px;
    border: 2px solid var(--neutral-200);
    overflow: hidden;
    transition: all 0.3s;
}

.item-product-sam .box-product:hover {
    border-color: var(--neutral-900);
    box-shadow: -6px 6px 0px 0px #9BD9C9;
}

.item-product-sam .box-product .image-box {
    position: relative;
    display: flex;
    height: 350px;
    padding: 30px 0px 45px 0px;
    justify-content: center;
    align-items: flex-end;
    align-self: stretch;
}

.item-product-sam.small-product .box-product .image-box {
    height: 300px;
}

.item-product-sam .box-product .image-box::after {
    content: "";
    background: url('../images/site/shadow.png') no-repeat center center / 186px;
    width: 186px;
    height: 30px;
    position: absolute;
    bottom: 10px;
    left: 60px;
    z-index: 10;
    opacity: 0.3;
}

.item-product-sam.small-product .box-product .image-box::after {
    background-size: 150px;
    width: 150px;
    height: 24px;
    left: 56px;
}

.item-product-sam .box-product .image-box>img {
    height: 230px;
    max-width: 185px;
    object-fit: contain;
    object-position: bottom;
    transition: all 0.3s;
}

.item-product-sam.small-product .box-product .image-box>img {
    height: 200px;
    max-width: 145px;
}

.item-product-sam .box-product:hover .image-box>img {
    transform: scale(0.9);
}

.item-product-sam .box-product .details {
    position: relative;
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
}

.item-product-sam.small-product .box-product .details {
    padding: 20px;
    gap: 20px;
}

.item-product-sam .box-product .details .btn-like {
    background-color: var(--neutral-200);
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 26px;
    color: var(--neutral-900);
    position: absolute;
    top: -60px;
    right: -60px;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    transition: all 0.3s;
}

.item-product-sam.small-product .box-product .details .btn-like {
    width: 50px;
    height: 50px;
    font-size: 22px;
}

.item-product-sam .box-product:hover .details .btn-like {
    right: 30px;
    opacity: 1;
    visibility: visible;
}

.item-product-sam.small-product .box-product:hover .details .btn-like {
    right: 20px;
}

.item-product-sam .box-product .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.item-product-sam .box-product .content .head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    color: var(--neutral-600);
}

.item-product-sam .box-product .content .head>a {
    font-size: 16px;
    font-weight: 400;
    color: var(--neutral-600);
    transition: all 0.3s;
}

.item-product-sam.small-product .box-product .content .head,
.item-product-sam.small-product .box-product .content .head>a {
    font-size: 14px;
}

.item-product-sam .box-product .content .head>a:hover {
    color: var(--primary-500);
}

.item-product-sam .box-product .content .head .bullot {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: var(--neutral-200);
}

.item-product-sam.small-product .box-product .content .head .bullot {
    width: 6px;
    height: 6px;
}

.item-product-sam .box-product .content .title {
    margin: 0;
}

.item-product-sam .box-product .content .title>a {
    display: -webkit-box;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: var(--neutral-900);
    text-align: right;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.item-product-sam.small-product .box-product .content .title>a {
    font-size: 18px;
}

.item-product-sam .box-product .options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.item-product-sam .box-product .options .buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}

.item-product-sam .box-product .options .btn-item {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    transition: all 0.3s;
}

.item-product-sam.small-product .box-product .options .btn-item {
    width: 50px;
    height: 50px;
}

.item-product-sam .box-product .options .btn-cart {
    background-color: var(--neutral-900);
    font-size: 26px;
    font-weight: bold;
    color: var(--neutral-100);
}

.item-product-sam.small-product .box-product .options .btn-cart {
    font-size: 22px;
}

.item-product-sam .box-product .options .btn-cart:hover {
    background-color: var(--minttulip-500);
    color: var(--neutral-100);
}

.item-product-sam .box-product .options .btn-off {
    background-color: var(--primary-500);
    font-size: 20px;
    font-weight: 700;
    color: var(--neutral-900);
}

.item-product-sam.small-product .box-product .options .btn-off {
    font-size: 18px;
}

.item-product-sam .box-product .options .price-all {
    direction: ltr;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 6px;
}

.item-product-sam.small-product .box-product .options .price-all {
    gap: 2px;
}

.item-product-sam .box-product .options .price-all>i {
    font-size: 25px;
    color: var(--neutral-900);
}

.item-product-sam.small-product .box-product .options .price-all>i {
    font-size: 22px;
}

.item-product-sam .box-product .options .prices {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.1;
}

.item-product-sam .box-product .options .prices>del {
    font-size: 18px;
    font-weight: 400;
    color: var(--neutral-300);
    text-decoration: line-through !important;
}

.item-product-sam.small-product .box-product .options .prices>del {
    font-size: 16px;
}

.item-product-sam .box-product .options .prices>ins {
    font-size: 26px;
    font-weight: 700;
    color: var(--neutral-900);
}

.item-product-sam.small-product .box-product .options .prices>ins {
    font-size: 24px;
}

/*---------------------- /Public Style ---------------------*/

/*---------------------- Header Main ---------------------*/

.wrapper-affix {
    display: none;
}

.header-main {    
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    padding: 0 30px;
    height: 230px;
    z-index: 99999;
    transition: all 0.4s;
}
.header-main.affix{
    height: 110px;
}
.header-main.affix-up{
    height: 180px;
}

.header-main::before {
    content: "";
    background-color: var(--neutral-100);
    width: 450px;
    height: 450px;
    border-radius: 450px;
    filter: blur(150px);
    position: absolute;
    top: -225px;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: all 0.3s;
}
.header-main.affix::before{
    top: -400px;
}

.header-main .outer-header{
    background-color: var(--primary-50);
    width: 100%;
    height: 100%;
    padding: 30px 0;
}
.header-main.affix .outer-header{
    padding: 20px 0;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 4px 0px 0px var(--minttulip-500);
}

/*---------------------- Header Top ---------------------*/

.header-top {
    position: relative;
    z-index: 100;
}

.header-top>.row {
    align-items: center;
}

.header-top .navbar-main {
    background-color: var(--neutral-100);
    display: inline-flex;
    width: auto;
    height: 60px;
    border-radius: 500px;
    padding: 8px;
    transition: all 0.3s;
}
.affix .header-top .navbar-main{
    height: 50px;
}

.header-top .navbar-main>ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-top .navbar-main>ul a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
    height: 44px;
    border-radius: 500px;
    font-size: 16px;
    font-weight: 400;
    color: var(--neutral-900);
    overflow: hidden;
    transition: all 0.3s;
}
.affix .header-top .navbar-main>ul a{
    height: 38px;
    font-size: 14px;
}

.header-top .navbar-main>ul a.active {
    background-color: var(--neutral-900);
    padding: 10px 18px;
    color: var(--neutral-100);
    font-weight: 600;
}

.header-top .navbar-main>ul:hover a.active {
    background-color: transparent;
    padding: 10px 18px;
    font-weight: 400;
    color: var(--neutral-900);
}

.header-top .navbar-main>ul a:hover,
.header-top .navbar-main>ul a.active:hover {
    background-color: var(--neutral-900);
    padding: 10px 18px;
    color: var(--neutral-100);
    font-weight: 600;
}

.header-top .navbar-main>ul a>span {
    position: relative;
    top: 0;
    display: inline-block;
    text-shadow: 0 40px 0 var(--neutral-100);
    transition: all 0.3s;
    transition-delay: 0.2s;
}

.header-top .navbar-main>ul a:hover>span {
    transform: translateY(-40px);
}

.header-top .center-top {
    text-align: center;
}

.header-top .center-top .img-logo {
    height: 90px;
    transition: all 0.3s;
}
.affix .header-top .center-top .img-logo{
    height: 70px;
}

.header-top .left-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    direction: ltr;
    gap: 20px;
}

.header-top .left-top .buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-top .left-top .buttons .btn-item {
    position: relative;
    background-color: var(--neutral-100);
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: var(--neutral-900);
    transition: all 0.3s;
}
.affix .header-top .left-top .buttons .btn-item{
    width: 50px;
    height: 50px;
    font-size: 22px;
}

.header-top .left-top .buttons .btn-item:hover {
    background-color: var(--minttulip-500);
    color: var(--neutral-900);
    font-size: 24px;
}

.header-top .left-top .buttons .btn-item .count {
    background-color: var(--primary-500);
    width: 26px;
    height: 26px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -6px;
    left: 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--neutral-900);
    padding-top: 1px;
    transition: all 0.3s;
}
.affix .header-top .left-top .buttons .btn-item .count{
    width: 22px;
    height: 22px;
    font-size: 12px;
}

.header-top .left-top .buttons .btn-item:hover .count {
    background-color: var(--neutral-900);
    color: var(--neutral-100);
}

.header-top .left-top .callus {
    display: flex;
    padding-bottom: 2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
}

.header-top .left-top .callus .number {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.header-top .left-top .callus .number>i {
    font-size: 24px;
    color: var(--neutral-900);
    transition: all 0.3s;
}
.affix .header-top .left-top .callus .number>i{
    font-size: 20px;
}

.header-top .left-top .callus .number>a {
    font-size: 18px;
    font-weight: 700;
    color: var(--neutral-900);
    transition: all 0.3s;
}
.affix .header-top .left-top .callus .number>a{
    font-size: 16px;
}

.header-top .left-top .callus .text {
    font-size: 14px;
    font-weight: 400;
    color: var(--neutral-900);
    transition: all 0.3s;
}
.affix .header-top .left-top .callus .text{
    font-size: 12px;
}

/*---------------------- /Header Top ---------------------*/

/*---------------------- Header Menu ---------------------*/

.header-menu {
    position: relative;
    margin-top: 20px;
    height: 60px;
    z-index: 100;
    transition: all 0.3s;
}
.affix .header-menu {
	visibility: hidden;
    opacity: 0;
    height: 50px;
}
.affix-up .header-menu {
	visibility: visible;
    opacity: 1;
}

.header-menu .row {
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0;
}

.header-menu .navbar-categories {
    display: inline-flex;
    width: auto;
    padding: 0;
    align-self: stretch;
}

.header-menu .navbar-categories>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    z-index: 9999;
    transition: all 0.3s;
}
.affix .header-menu .navbar-categories>ul{
    gap: 30px;
}
.header-menu .navbar-categories>ul>li{
    height: 100%;
}

.header-menu .navbar-categories>ul >li>a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    color: var(--neutral-900);
    height: 100%;
    transition: all 0.3s;
}
.affix .header-menu .navbar-categories>ul >li>a{
    font-size: 14px;
}

.header-menu .navbar-categories>ul > li> a:hover {
    color: var(--neutral-500);
}
.header-menu .navbar-categories>ul .megasam-menu.show > a{
    color: var(--neutral-100);
}

.header-menu .navbar-categories>ul a>i {
    font-size: 12px;
    transition: all 0.3s;
}
.affix .header-menu .navbar-categories>ul a>i{
    font-size: 10px;
}

.header-menu .navbar-categories>ul >li>a:hover>i,
.header-menu .navbar-categories>ul .megasam-menu.show a>i {
    transform: rotate(180deg);
}

.header-menu .form-search {
    position: relative;
    background-color: var(--neutral-100);
    width: auto;
    height: 60px;
    border-radius: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s;
}
.affix .header-menu .form-search{
    height: 50px;
}

.header-menu .form-search>input {
    padding: 8px 20px 8px 60px;
    width: 312px;
    height: 100%;
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 400;
    border-radius: 500px;
    color: var(--neutral-900);
    transition: all 0.3s;
}
.affix .header-menu .form-search>input{
    width: 270px;
    font-size: 12px;
    padding: 8px 16px 8px 50px;
}

.header-menu .form-search>input:focus {
    width: 400px;
}

.header-menu .form-search>input::placeholder {
    color: var(--neutral-500);
}

.header-menu .form-search>i {
    position: absolute;
    left: 0;
    width: 65px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: var(--neutral-900);
    transition: all 0.3s;
}
.affix .header-menu .form-search>i{
    width: 55px;
    height: 50px;
    font-size: 22px;
}

.header-menu .megasam-menu .menubox {
    background-color: var(--neutral-100);
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    max-height: 500px;
    z-index: 9999999;
    border-radius: 30px;
    border: 2px solid var(--neutral-50);
    box-shadow: -4px 4px 0px 0px var(--minttulip-500);
    padding: 30px 20px;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    transition: all 0.3s;
}

.header-menu .megasam-menu .menubox .row {
    align-items: flex-start;
}

.header-menu .megasam-menu.show .menubox {
    opacity: 1;
    visibility: visible;
}

.header-menu .megasam-menu .head-item {
    display: inline-flex;
    font-family: Morabba;
    background-color: var(--primary-500);
    padding: 3px 10px 4px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    color: var(--neutral-900);
    margin: 0 0 30px;
    transition: all 0.3s;
}
.header-menu .megasam-menu .head-item:hover{
    background-color: var(--minttulip-500);
}

.header-menu .megasam-menu .list-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.header-menu .megasam-menu .list-menu a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    font-weight: 500;
    color: var(--neutral-900);
    text-transform: uppercase;
    transition: all 0.3s;
}

.header-menu .megasam-menu .list-menu a:hover {
    color: var(--neutral-600);
}

.header-menu .megasam-menu .list-menu a::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--neutral-200);
    border-radius: 100px;
    margin-left: 10px;
    transition: all 0.3s;
}

.header-menu .megasam-menu .list-menu a:hover::before {
    background-color: var(--minttulip-500);
    margin-left: 14px;
}
.overlay-menu {
    background-color: var(--neutral-900);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}

.overlay-menu.show {
    opacity: 0.3;
    visibility: visible;
}

/*---------------------- /Header Menu ---------------------*/

/*---------------------- /Header Main ---------------------*/

/*---------------------- Content Main ---------------------*/

/*---------------------- Slideshow Main ---------------------*/

.slideshow-main {
    position: relative;
}

.slideshow-main .outer-shape {
    position: absolute;
}

.slideshow-main .outer-shape.right {
    width: 200px;
    height: 200px;
    top: -60px;
    right: 0;
    overflow: hidden;
    z-index: 999999;
}

.slideshow-main .outer-shape.right .star-outline {
    width: 200px;
    transform: translateX(80px);
}

.slideshow-main .outer-shape.right .star-outline path {
    fill: var(--primary-500);
    opacity: 0.2;
}

.slideshow-main .outer-shape.left {
    width: 300px;
    height: 300px;
    bottom: 150px;
    left: 0;
    overflow: hidden;
    z-index: 100;
}

.slideshow-main .outer-shape.left .star-outline {
    width: 300px;
    transform: translateX(-120px);
}

.slideshow-main .outer-shape.left .star-outline path {
    fill: var(--neutral-100);
    opacity: 0.2;
}

.slideshow-main .outer-box {
    position: relative;
    background-color: var(--primary-50);
    padding-top: 50px;
    overflow: hidden;
}

.slideshow-main .outer-box::before {
    content: "";
    background-color: var(--neutral-100);
    width: 450px;
    height: 450px;
    border-radius: 450px;
    filter: blur(150px);
    position: absolute;
    top: 150px;
    right: 80px;
}

.slideshow-main .outer-box::after {
    content: "";
    background-color: var(--primary-500);
    width: 450px;
    height: 450px;
    border-radius: 450px;
    filter: blur(150px);
    position: absolute;
    bottom: 170px;
    left: -100px;
    opacity: 0.8;
}

.slideshow-main .info-sam {
    position: relative;
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    flex: 1 0 0;
    align-self: stretch;
    z-index: 100;
}

.slideshow-main .info-sam .followers {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.slideshow-main .info-sam .followers::before {
    content: "";
    background: url('../images/site/spiral-arrow.svg') no-repeat center center / 52px;
    width: 52px;
    height: 120px;
    position: absolute;
    top: 20px;
    right: -65px;
    z-index: 10;
}

.slideshow-main .info-sam .followers .images {
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 20px;
    align-items: center;
}

.slideshow-main .info-sam .followers .images .item {
    position: relative;
    width: 75px;
    height: 75px;
    border-radius: 75px;
    overflow: hidden;
    border: 3px solid var(--neutral-100);
    z-index: 10;
    margin-left: -18px;
}

.slideshow-main .info-sam .followers .images .item:first-child {
    margin: 0;
}

.slideshow-main .info-sam .followers .images .item>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slideshow-main .info-sam .followers .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.slideshow-main .info-sam .followers .content .title {
    font-family: Morabba;
    font-size: 42px;
    font-weight: 300;
    color: var(--neutral-900);
    margin: 0;
}

.slideshow-main .info-sam .followers .content .title>strong {
    font-family: Morabba;
    font-size: 52px;
    font-weight: 700;
}

.slideshow-main .info-sam .followers .content .desc {
    font-size: 20px;
    font-weight: 400;
    color: var(--neutral-600);
}

.slideshow-main .pagination-slider {
    display: flex;
    width: 360px;
    justify-content: space-between;
    align-items: center;
}

.slideshow-main .pagination-slider .swiper-button {
    display: flex;
    font-size: 46px;
    color: var(--neutral-900);
    opacity: 0.1;
    transition: all 0.3s;
}

.slideshow-main .pagination-slider .swiper-button:hover {
    opacity: 1;
}

.slideshow-main .pagination-slider .swiper-pagination {
    position: relative;
    left: auto;
    bottom: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.slideshow-main .pagination-slider .swiper-pagination-bullet {
    position: relative;
    background-color: var(--neutral-100);
    width: 24px;
    height: 24px;
    border-radius: 100px;
    opacity: 1;
    margin: 0;
    transition: all 0.3s;
}

.slideshow-main .pagination-slider .swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    background-color: var(--neutral-900);
}

.slideshow-main .pagination-slider .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    border: 2px solid var(--neutral-900);
    top: -7px;
    right: -7px;
    transform: scale(0);
    opacity: 0;
    transition: all 0.3s;
}

.slideshow-main .pagination-slider .swiper-pagination-bullet-active::before {
    transform: scale(1);
    opacity: 1;
}

.slideshow-main .swiper-slideshow {
    position: relative;
    overflow: visible;
    z-index: 100;
}

.slideshow-main .swiper-slideshow .swiper-slide>.row {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.slideshow-main .swiper-slideshow .swiper-slide-active>.row {
    opacity: 1;
    visibility: visible;
}

.swiper-slideshow .details-slide {
    position: relative;
    display: flex;
    padding-top: 80px;
    padding-bottom: 80px;
    flex-direction: column;
    align-items: flex-end;
    gap: 60px;
    flex: 1 0 0;
    align-self: stretch;
}

.swiper-slideshow .details-slide .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    text-align: right;
}

.swiper-slideshow .details-slide .content .title {
    font-family: Morabba;
    font-size: 80px;
    font-weight: 300;
    line-height: 88px;
    color: var(--neutral-900);
    margin: 0;
}

.swiper-slideshow .details-slide .content .title>strong {
    font-family: Morabba;
    font-weight: 600;
    display: block;
}

.swiper-slideshow .details-slide .content .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: var(--neutral-600);
    margin: 0;
}

.btn-special-sam {
    background-color: var(--minttulip-500);
    display: flex;
    width: 270px;
    height: 70px;
    align-items: center;
    border-radius: 100px 0px 0px 100px;
    overflow: hidden;
    margin-left: auto;
    transition: all 0.3s;
}

.btn-special-sam:hover {
    background-color: var(--primary-500);
}

.btn-special-sam .text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0px 27px;
    font-size: 20px;
    font-weight: 600;
    color: var(--neutral-900);
    flex-shrink: 0;
    transition: all 0.3s;
}

.btn-special-sam:hover .text {
    padding-right: 65px;
}

.btn-special-sam .arrow {
    background-color: var(--neutral-900);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 100%;
    padding-left: 4px;
    font-size: 28px;
    color: var(--neutral-100);
    transition: all 0.3s;
}

.btn-special-sam:hover .arrow {
    transform: translateX(-80px);
}

.swiper-slideshow .image-slide {
    position: relative;
}

.swiper-slideshow .image-slide .curved-box {
    position: relative;
    background-color: var(--minttulip-500);
    width: 100%;
    height: 700px;
    border-radius: 700px 700px 0 0;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-slideshow .image-slide .curved-box::before {
    content: "";
    background: url('../images/site/sline.svg') no-repeat center center / 400px;
    width: 400px;
    height: 400px;
    position: absolute;
    top: -20px;
    left: -140px;
}

.swiper-slideshow .image-slide .curved-box::after {
    content: "";
    background: url('../images/site/shadow.png') no-repeat center center / 560px;
    width: 560px;
    height: 90px;
    position: absolute;
    bottom: 0;
    left: -224px;
    transform: scale(0.5) translateY(300px);
    opacity: 0;
    transition: all 0.8s;
    transition-delay: 0.1s;
}

.swiper-slideshow .swiper-slide-active .image-slide .curved-box::after {
    transform: scale(1) translateX(0);
    opacity: 1;
}

.swiper-slideshow .image-slide>img {
    height: 500px;
    position: absolute;
    bottom: 80px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 100;
    transform: scale(0.5) translateX(-300px);
    opacity: 0;
    transition: all 0.5s;
    transition-delay: 0.3s;
}

.swiper-slideshow .swiper-slide-active .image-slide>img {
    transform: scale(1) translateX(0);
    opacity: 1;
}

.swiper-slideshow .image-slide .circular-sam {
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 999;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(27, 27, 27, 0.10);
    backdrop-filter: blur(15px);
    transform: scale(0) translate(200px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s;
}

.swiper-slideshow .swiper-slide-active .image-slide .circular-sam {
    transform: scale(1) translate(0);
    opacity: 1;
    visibility: visible;
}

.swiper-slideshow .image-slide .circular-sam:hover {
    background-color: var(--neutral-100);
}

.swiper-slideshow .image-slide .circular-sam .text {
    width: 200px;
    flex-shrink: 0;
}

.swiper-slideshow .image-slide .circular-sam text {
    font-family: Morabba;
    fill: var(--neutral-900);
    font-size: 32px;
    font-weight: normal;
    text-transform: uppercase;
    font-variant-ligatures: none;
    letter-spacing: 10px;
    transform-origin: 250px 250px;
    animation: rotation 10s linear infinite;
}

.swiper-slideshow .image-slide .circular-sam tspan {
    font-family: Inter;
    font-size: 60px;
    fill: var(--neutral-100);
    transition: all 0.3s;
}

.swiper-slideshow .image-slide .circular-sam:hover tspan {
    fill: var(--neutral-200);
}

.swiper-slideshow .image-slide .circular-sam .textcircle {
    transition: transform 1s cubic-bezier(0.65, 0, 0.35, 1);
    transform-origin: 250px 250px;
}

.swiper-slideshow .image-slide .circular-sam:hover .textcircle {
    transform: rotate(90deg);
}

.swiper-slideshow .image-slide .circular-sam .circle-box {
    position: absolute;
    background-color: var(--neutral-100);
    display: flex;
    width: 100px;
    height: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 300px;
    transition: all 0.3s;
}

.swiper-slideshow .image-slide .circular-sam:hover .circle-box {
    background-color: var(--neutral-900);
}

.swiper-slideshow .image-slide .circular-sam .circle-box .star {
    fill: var(--primary-500);
    width: 60px;
    height: 60px;
    animation: rotationcontrary 5s linear infinite;
}

@keyframes rotation {
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotationcontrary {
    to {
        transform: rotate(-360deg);
    }
}

/*---------------------- /Slideshow Main ---------------------*/

/*---------------------- Marquee Sam ---------------------*/

.marquee-sam {
    position: relative;
    background-color: var(--neutral-900);
    width: 100%;
    height: 100px;
    border-radius: 0px 0px 30px 30px;
    overflow: hidden;
}

.marquee-sam::before,
.marquee-sam::after {
    content: "";
    background: rgb(27, 27, 27);
    background: -moz-linear-gradient(90deg, rgba(27, 27, 27, 0) 0%, rgba(27, 27, 27, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(27, 27, 27, 0) 0%, rgba(27, 27, 27, 1) 100%);
    background: linear-gradient(90deg, rgba(27, 27, 27, 0) 0%, rgba(27, 27, 27, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b1b1b", endColorstr="#1b1b1b", GradientType=1);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 35%;
    height: 100%;
    z-index: 100;
}

.marquee-sam::before {
    right: 0;
}

.marquee-sam::after {
    left: 0;
    transform: scaleX(-1);
}

.marquee-sam .row-list {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    top: 0;
    -webkit-animation: marquee 15s linear infinite;
    animation: marquee 15s linear infinite;
}

.marquee-sam .row-list:hover {
    animation-play-state: paused;
}

.marquee-sam .text {
    display: flex;
    font-family: Morabba;
    font-size: 24px;
    font-weight: 500;
    color: var(--neutral-100);
    margin: 0;
    flex-shrink: 0;
}

.marquee-sam .star {
    width: 40px;
    flex-shrink: 0;
}

.marquee-sam .star path {
    fill: var(--neutral-100);
    opacity: 0.12;
}

@-webkit-keyframes marquee {
    0% {
        right: 0;
    }

    100% {
        right: -100%;
    }
}

@keyframes marquee {
    0% {
        right: 0;
    }

    100% {
        right: -100%;
    }
}

/*---------------------- /Marquee Sam ---------------------*/

/*---------------------- Section Categories ---------------------*/

.sec-categories::after {
    content: "";
    background-color: var(--primary-500);
    width: 450px;
    height: 450px;
    border-radius: 450px;
    filter: blur(200px);
    position: absolute;
    bottom: -300px;
    right: -340px;
    opacity: 0.6;
}

.sec-categories .item-cat {
    display: flex;
    width: 100%;
    height: 300px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 500px 500px 0px 0px;
    border: 2px solid var(--neutral-200);
    overflow: hidden;
    transition: all 0.3s;
}

.sec-categories .item-cat:hover {
    border-color: var(--neutral-900);
}

.sec-categories .item-cat .box-icon {
    display: flex;
    padding-top: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
}

.sec-categories .item-cat .box-icon .img-logo {
    height: 130px;
    max-width: 160px;
    object-fit: contain;
    transition: all 0.3s;
}

.sec-categories .item-cat .svg-icon {
    transition: all 0.3s;
}

.sec-categories .item-cat:hover .svg-icon,
.sec-categories .item-cat:hover .box-icon .img-logo {
    transform: scale(0.9);
}

.sec-categories .item-cat .svg-icon .mint {
    fill: var(--minttulip-500);
    transition: all 0.3s;
}

.sec-categories .item-cat:hover .svg-icon .mint {
    fill: var(--primary-500);
}

.sec-categories .item-cat .svg-icon .black {
    fill: var(--neutral-900);
}

.sec-categories .item-cat .svg-icon .primary {
    fill: var(--primary-500);
    transition: all 0.3s;
}

.sec-categories .item-cat:hover .svg-icon .primary {
    fill: var(--minttulip-500);
}

.sec-categories .item-cat .svg-icon .light-primary {
    fill: var(--primary-200);
    transition: all 0.3s;
}

.sec-categories .item-cat:hover .svg-icon .light-primary {
    fill: var(--minttulip-200);
}

.sec-categories .item-cat .content {
    background-color: var(--neutral-50);
    display: flex;
    height: 70px;
    padding: 0px 20px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    transition: all 0.3s;
}

.sec-categories .item-cat:hover .content {
    background-color: var(--neutral-900);
}

.sec-categories .item-cat .content .title {
    font-size: 20px;
    font-weight: 600;
    color: var(--neutral-900);
    margin: 0;
    text-transform: uppercase;
    transition: all 0.3s;
}

.sec-categories .item-cat:hover .content .title {
    color: var(--neutral-100);
    font-weight: 700;
}

.sec-categories .item-cat .content .count {
    font-size: 16px;
    font-weight: 400;
    color: var(--neutral-400);
}

.sec-categories .star-outline {
    width: 200px;
    position: absolute;
    top: -30px;
    left: -110px;
}

.sec-categories .star-outline path {
    fill: var(--primary-500);
    opacity: 0.2;
}

/*---------------------- /Section Categories ---------------------*/

/*---------------------- Section Products ---------------------*/

.sec-products .row {
    gap: 30px 0;
}

.sec-products::after {
    content: "";
    background-color: var(--minttulip-500);
    width: 450px;
    height: 450px;
    border-radius: 450px;
    filter: blur(200px);
    position: absolute;
    bottom: 15%;
    left: -340px;
    opacity: 0.6;
}

.sec-products .star-outline {
    width: 200px;
    position: absolute;
    bottom: -90px;
    right: -110px;
}

.sec-products .star-outline path {
    fill: var(--minttulip-500);
    opacity: 0.2;
}

/*---------------------- /Section Products ---------------------*/

/*---------------------- Section Offer Products ---------------------*/

.sec-offer-products {
    position: relative;
    background-color: var(--primary-50);
    border-radius: 30px;
    overflow: hidden;
    height: 600px;
}

.sec-offer-products::before,
.sec-offer-products::after {
    content: "";
    background-color: var(--primary-500);
    width: 450px;
    height: 450px;
    border-radius: 450px;
    filter: blur(200px);
    position: absolute;
    opacity: 0.6;
}

.sec-offer-products::before {
    right: -80px;
    bottom: -80px;
}

.sec-offer-products::after {
    left: -80px;
    top: -80px;
}

.sec-offer-products .sline {
    width: 400px;
    position: absolute;
    top: 22px;
    right: -140px;
    transform: scaleX(-1);
    opacity: 0.3;
}

.sec-offer-products .star-outline {
    width: 220px;
    position: absolute;
    bottom: 30px;
    left: -90px;
}

.sec-offer-products .star-outline path {
    fill: var(--primary-500);
    opacity: 0.3;
}

.sec-offer-products .content-sec {
    position: relative;
    display: flex;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 80px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    z-index: 100;
}

.sec-offer-products .content-sec .head {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 26px;
    align-self: stretch;
}

.sec-offer-products .content-sec .head .title {
    font-family: Morabba;
    font-size: 70px;
    font-weight: 300;
    line-height: 80px;
    color: var(--neutral-900);
    margin: 0;
}

.sec-offer-products .content-sec .head .title>strong {
    font-family: Morabba;
    font-size: 80px;
    font-weight: 600;
}

.sec-offer-products .content-sec .head .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: var(--neutral-900);
}

.sec-offer-products .content-sec .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
}

.sec-offer-products .content-sec .countdown {
    background-color: var(--neutral-100);
    display: inline-flex;
    width: auto;
    height: 80px;
    padding: 10px 30px;
    border-radius: 100px;
}

.sec-offer-products .content-sec .countdown .countdown_exciting {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.sec-offer-products .content-sec .countdown .number {
    position: relative;
    width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.1;
    flex-shrink: 0;
}

.sec-offer-products .content-sec .countdown .txt {
    font-size: 25px;
    font-weight: 800;
    color: var(--neutral-900);
}

.sec-offer-products .content-sec .countdown .title {
    font-size: 14px;
    font-weight: 400;
    color: var(--neutral-600);
}

.sec-offer-products .content-sec .btn-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    font-size: 20px;
    font-weight: 400;
    color: var(--neutral-600);
    transition: all 0.3s;
}

.sec-offer-products .content-sec .btn-more:hover {
    color: var(--neutral-900);
    gap: 8px;
}

.sec-offer-products .content-sec .btn-more>i {
    font-weight: 600;
}

.sec-offer-products .products-sec {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

.sec-offer-products .thumbs-grid {
    position: relative;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 16px 20px;
    align-self: stretch;
    flex-wrap: wrap;
    z-index: 100;
}

.sec-offer-products .thumbs-grid .thumb {
    cursor: pointer;
    background: var(--primary-200);
    display: flex;
    width: 148px;
    height: 148px;
    padding: 10px;
    border-radius: 200px;
    border: 4px solid var(--neutral-100);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: all 0.3s;
}

.sec-offer-products .thumbs-grid .thumb:hover {
    background-color: var(--primary-300);
}

.sec-offer-products .thumbs-grid .thumb.active {
    background-color: var(--neutral-100);
    border: 4px solid var(--primary-500);
    box-shadow: -3px 3px 0px 0px #FFF;
}

.sec-offer-products .thumbs-grid .thumb>img {
    height: 100px;
    max-width: 82px;
    object-fit: contain;
    transition: all 0.3s;
}

.sec-offer-products .thumbs-grid .thumb:hover>img {
    transform: scale(0.9);
}

.sec-offer-products .swiper-offer {
    width: 72%;
    height: 520px;
    background-color: var(--neutral-100);
    border-radius: 0px 0px 600px 600px;
    overflow: visible;
}

.sec-offer-products .swiper-offer .image-box {
    position: relative;
    display: flex;
    height: 280px;
    padding-bottom: 10px;
    justify-content: center;
    align-items: flex-end;
    align-self: stretch;
}

.sec-offer-products .swiper-offer .image-box::after {
    content: "";
    background: url('../images/site/shadow.png') no-repeat center center / 310px;
    width: 310px;
    height: 50px;
    position: absolute;
    bottom: -40px;
    left: -40px;
    z-index: 10;
    transform: scale(0.5) translateY(10px);
    opacity: 0;
    transition: all 0.8s;
    transition-delay: 0.2s;
}

.sec-offer-products .swiper-offer .swiper-slide-active .image-box::after {
    transform: scale(1) translateY(0);
    opacity: 0.4;
}

.sec-offer-products .swiper-offer .image-box>img {
    height: 230px;
    max-width: 236px;
    object-fit: contain;
    object-position: bottom;
    transform: scale(0.5) translateX(-200px);
    opacity: 0;
    transition: all 0.5s;
    transition-delay: 0.1s;
}

.sec-offer-products .swiper-offer .swiper-slide-active .image-box>img {
    transform: scale(1) translateX(0);
    opacity: 1;
}

.sec-offer-products .swiper-offer .image-box:hover>img {
    transform: scale(0.9);
}

.sec-offer-products .swiper-offer .details {
    position: relative;
    display: flex;
    padding: 50px 30px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.sec-offer-products .swiper-offer .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.sec-offer-products .swiper-offer .content .title {
    margin: 0;
}

.sec-offer-products .swiper-offer .content .title>a {
    display: -webkit-box;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: var(--neutral-900);
    text-align: center;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.sec-offer-products .swiper-offer .price-all {
    direction: ltr;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    align-self: stretch;
    gap: 6px;
}

.sec-offer-products .swiper-offer .price-all>i {
    font-size: 25px;
    color: var(--neutral-900);
}

.sec-offer-products .swiper-offer .price-all .prices {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.1;
}

.sec-offer-products .swiper-offer .price-all .prices>del {
    font-size: 18px;
    font-weight: 400;
    color: var(--neutral-300);
    text-decoration: line-through !important;
}

.sec-offer-products .swiper-offer .price-all .prices>ins {
    font-size: 26px;
    font-weight: 700;
    color: var(--neutral-900);
}

.sec-offer-products .swiper-offer .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    gap: 10px;
    margin-top: 8px;
}

.sec-offer-products .swiper-offer .btn-item {
    display: flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    transition: all 0.3s;
    transition-delay: 0.3s;
}

.sec-offer-products .swiper-offer .btn-cart {
    background-color: var(--neutral-900);
    font-size: 32px;
    color: var(--neutral-100);
    transform: scale(0.2) translateX(30px);
    opacity: 0;
}

.sec-offer-products .swiper-offer .swiper-slide-active .btn-cart {
    transform: scale(1) translateX(0);
    opacity: 1;
}

.sec-offer-products .swiper-offer .btn-cart:hover {
    background-color: var(--minttulip-500);
    color: var(--neutral-100);
}

.sec-offer-products .swiper-offer .btn-off {
    background-color: var(--primary-500);
    font-size: 24px;
    font-weight: 700;
    color: var(--neutral-900);
    transform: scale(0.2) translateX(-30px);
    opacity: 0;
}

.sec-offer-products .swiper-offer .swiper-slide-active .btn-off {
    transform: scale(1) translateX(0);
    opacity: 1;
}

.sec-offer-products .swiper-offer .swiper-slide>.item-slide {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.sec-offer-products .swiper-offer .swiper-slide-active>.item-slide {
    opacity: 1;
    visibility: visible;
}

/*---------------------- /Section Offer Products ---------------------*/

/*---------------------- Section Tab Products ---------------------*/

.sec-tab-products.bestseller::before {
    content: "";
    background-color: var(--primary-500);
    width: 450px;
    height: 450px;
    border-radius: 450px;
    filter: blur(200px);
    position: absolute;
    top: 0;
    right: -340px;
    opacity: 0.6;
}

.sec-tab-products .head-section-sam {
    margin-bottom: 30px;
}

.sec-tab-products .box-banner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 590px;
    display: flex;
    padding: 60px 30px 30px 30px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 500px 500px 0px 0px;
    overflow: hidden;
}

.sec-tab-products .box-banner::before {
    content: "";
    background: url('../images/site/sline.svg') no-repeat center center / 300px;
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: 60px;
    right: 40px;
    opacity: 0.16;
}

.sec-tab-products .box-banner.mintcolor {
    background-color: var(--minttulip-500);
}

.sec-tab-products .box-banner.primarycolor {
    background-color: var(--primary-500);
}

.sec-tab-products .box-banner .title {
    font-family: Morabba;
    font-size: 40px;
    font-weight: 300;
    line-height: 44px;
    color: var(--neutral-900);
    margin: 0;
}

.sec-tab-products .box-banner .title>strong {
    font-family: Morabba;
    display: flex;
    font-size: 54px;
    font-weight: 600;
    line-height: 56px;
}

.sec-tab-products .box-banner .title>span {
    font-family: Morabba;
    display: flex;
    font-size: 32px;
    font-weight: 300;
    line-height: 56px;
}

.sec-tab-products .box-banner .btn-view {
    position: relative;
    display: flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: var(--neutral-100);
    font-size: 28px;
    color: var(--neutral-900);
    z-index: 100;
    overflow: hidden;
    transition: all 0.3s;
}

.sec-tab-products .box-banner .btn-view:hover {
    background-color: var(--neutral-900);
    color: var(--neutral-100);
}

.sec-tab-products .box-banner .btn-view>i {
    font-weight: bold;
    text-shadow: -60px 0 0 var(--neutral-100);
    transition: all 0.3s;
}

.sec-tab-products .box-banner .btn-view:hover>i {
    transform: scaleX(-1) translateX(62px);
}

.sec-tab-products.bestseller .star-outline {
    width: 200px;
    position: absolute;
    bottom: -240px;
    left: -110px;
}

.sec-tab-products.bestseller .star-outline path {
    fill: var(--primary-500);
    opacity: 0.2;
}

/*---------------------- /Section Tab Products ---------------------*/

/*---------------------- Section Brands ---------------------*/

.sec-brands::after {
    background-color: var(--minttulip-500);
    right: auto;
    bottom: auto;
    top: -100px;
    left: -340px;
}

.sec-brands .item-cat .content {
    direction: ltr;
}

/*---------------------- /Section Brands ---------------------*/

/*---------------------- Section Banners ---------------------*/

.sec-banners::before {
    content: "";
    background-color: var(--primary-500);
    width: 450px;
    height: 450px;
    border-radius: 450px;
    filter: blur(200px);
    position: absolute;
    top: 0;
    right: -340px;
    opacity: 0.6;
}

.sec-banners .link-banner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    height: 300px;
    overflow: hidden;
    gap: 20px;
}

.sec-banners .link-banner::before {
    content: "";
    width: 450px;
    height: 450px;
    border-radius: 450px;
    filter: blur(200px);
    position: absolute;
    top: -75px;
    opacity: 0.8;
}

.sec-banners .link-banner.bn-primary {
    background-color: var(--primary-50);
}

.sec-banners .link-banner.bn-primary::before {
    background-color: var(--primary-500);
}

.sec-banners .link-banner.bn-minttulip {
    background-color: var(--minttulip-50);
}

.sec-banners .link-banner.bn-minttulip::before {
    background-color: var(--minttulip-500);
}

.sec-banners .item-banner:nth-child(1) .link-banner {
    padding: 30px 80px 30px 40px;
    border-radius: 0px 400px 400px 0px;
    text-align: right;
}

.sec-banners .item-banner:nth-child(1) .link-banner::before {
    left: -225px;
}

.sec-banners .item-banner:nth-child(2) .link-banner {
    direction: ltr;
    padding: 30px 40px 30px 80px;
    border-radius: 400px 0px 0px 400px;
    text-align: left;
}

.sec-banners .item-banner:nth-child(2) .link-banner::before {
    right: -225px;
}

.sec-banners .link-banner .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
}

.sec-banners .link-banner .content .title {
    color: var(--neutral-900);
    font-family: Morabba;
    font-size: 46px;
    font-weight: 300;
    line-height: 52px;
    margin: 0;
}

.sec-banners .link-banner .content .title>strong {
    font-family: Morabba;
    display: flex;
    font-weight: 700;
}

.sec-banners .link-banner .content .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: var(--neutral-600);
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
}

.sec-banners .link-banner .image {
    position: relative;
    padding-bottom: 30px;
}

.sec-banners .link-banner .image::before {
    content: "";
    background: url('../images/site/shadow.png') no-repeat center center / 310px;
    width: 310px;
    height: 50px;
    position: absolute;
    bottom: -24px;
    z-index: 10;
    opacity: 0.6;
}

.sec-banners .item-banner:nth-child(1) .link-banner .image::before {
    left: -140px;
}

.sec-banners .item-banner:nth-child(2) .link-banner .image::before {
    right: -140px;
    transform: scaleX(-1);
}

.sec-banners .link-banner .image>img {
    height: 200px;
}

.sec-banners .link-banner .circular-sam {
    position: absolute;
    top: 10px;
    z-index: 999;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(27, 27, 27, 0.10);
    backdrop-filter: blur(15px);
    transition: all 0.8s;
}

.sec-banners .item-banner:nth-child(1) .link-banner .circular-sam {
    right: -40px;
}

.sec-banners .item-banner:nth-child(2) .link-banner .circular-sam {
    left: -40px;
}

.sec-banners .link-banner .circular-sam:hover {
    background-color: var(--neutral-100);
}

.sec-banners .link-banner .circular-sam .text {
    width: 165px;
    flex-shrink: 0;
}

.sec-banners .link-banner .circular-sam text {
    font-family: Morabba;
    fill: var(--neutral-900);
    font-size: 32px;
    font-weight: normal;
    text-transform: uppercase;
    font-variant-ligatures: none;
    letter-spacing: 10px;
    transform-origin: 250px 250px;
    animation: rotation 10s linear infinite;
}

.sec-banners .link-banner .circular-sam tspan {
    font-family: Inter;
    font-size: 60px;
    fill: var(--neutral-100);
    transition: all 0.3s;
}

.sec-banners .link-banner .circular-sam:hover tspan {
    fill: var(--neutral-200);
}

.sec-banners .link-banner .circular-sam .textcircle {
    transition: transform 1s cubic-bezier(0.65, 0, 0.35, 1);
    transform-origin: 250px 250px;
}

.sec-banners .link-banner .circular-sam:hover .textcircle {
    transform: rotate(90deg);
}

.sec-banners .link-banner .circular-sam .circle-box {
    position: absolute;
    background-color: var(--neutral-100);
    display: flex;
    width: 80px;
    height: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 300px;
    transition: all 0.3s;
}

.sec-banners .link-banner .circular-sam:hover .circle-box {
    background-color: var(--neutral-900);
}

.sec-banners .link-banner .circular-sam .circle-box .star {
    width: 50px;
    height: 50px;
    animation: rotationcontrary 5s linear infinite;
}

.sec-banners .link-banner.bn-primary .circular-sam .circle-box .star {
    fill: var(--primary-500);
}

.sec-banners .link-banner.bn-minttulip .circular-sam .circle-box .star {
    fill: var(--minttulip-500);
}

/*---------------------- /Section Banners ---------------------*/

/*---------------------- Section News ---------------------*/

.sec-news-sam .head-section-sam {
    margin-bottom: 60px;
}

.sec-news-sam .item-news {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.sec-news-sam .item-news .box-image {
    position: relative;
    background-color: var(--neutral-50);
    display: flex;
    height: 350px;
    padding: 20px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
    border-radius: 30px;
    overflow: hidden;
}

.sec-news-sam .item-news .box-image .image>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
}

.sec-news-sam .item-news:hover .box-image .image>img {
    transform: scale(1.1);
    filter: brightness(110%);
}

.sec-news-sam .item-news .box-image .content {
    position: relative;
    background: rgba(27, 27, 27, 0.10);
    display: flex;
    padding: 20px 26px 20px 20px;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border-radius: 200px;
    backdrop-filter: blur(12px);
    z-index: 100;
    transition: all 0.3s;
}

.sec-news-sam .item-news:hover .box-image .content {
    background-color: var(--neutral-100);
}

.sec-news-sam .item-news .box-image .content .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
}

.sec-news-sam .item-news .box-image .content .date {
    font-family: Morabba;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--neutral-900);
    opacity: 0.4;
}

.sec-news-sam .item-news .box-image .content .title {
    margin: 0;
}

.sec-news-sam .item-news .box-image .content .title>a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: var(--neutral-100);
    text-overflow: ellipsis;
    font-family: Morabba;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s;
}

.sec-news-sam .item-news:hover .box-image .content .title>a {
    color: var(--neutral-900);
}

.sec-news-sam .item-news .box-image .content .btn-view {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: var(--neutral-100);
    flex-shrink: 0;
    font-size: 20px;
    color: var(--neutral-900);
    overflow: hidden;
    transition: all 0.3s;
}

.sec-news-sam .item-news:hover .box-image .content .btn-view {
    background-color: var(--neutral-900);
    color: var(--neutral-100);
}

.sec-news-sam .item-news .box-image .content .btn-view>i {
    font-weight: bold;
    text-shadow: -60px 0 0 var(--neutral-100);
    transition: all 0.3s;
}

.sec-news-sam .item-news:hover .box-image .content .btn-view>i {
    transform: scaleX(-1) translateX(62px);
}

.sec-news-sam .item-news .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: var(--neutral-900);
    text-align: right;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    transition: all 0.3s;
}

.sec-news-sam .item-news:hover .desc {
    color: var(--neutral-600);
}

.sec-news-sam .star-outline {
    width: 200px;
    position: absolute;
    bottom: -20px;
    left: -110px;
}

.sec-news-sam .star-outline path {
    fill: var(--primary-500);
    opacity: 0.2;
}

/*---------------------- /Section News ---------------------*/

/*---------------------- Section Subscribe ---------------------*/

.sec-subscribe {
    background-color: var(--primary-50);
    padding: 40px 0;
    border-radius: 30px 30px 0px 0px;
    overflow: hidden;
}

.sec-subscribe::before,
.sec-subscribe::after {
    content: "";
    background-color: var(--primary-500);
    width: 450px;
    height: 450px;
    border-radius: 450px;
    filter: blur(200px);
    position: absolute;
    opacity: 0.6;
}

.sec-subscribe::before {
    top: -330px;
    right: 200px;
}

.sec-subscribe::after {
    top: -75px;
    left: -225px;
}

.sec-subscribe .row {
    position: relative;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    z-index: 100;
}

.sec-subscribe .content-sbs {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
}

.sec-subscribe .content-sbs .title {
    color: var(--neutral-900);
    font-family: Morabba;
    font-size: 46px;
    font-weight: 300;
    line-height: 50px;
    margin: 0;
}

.sec-subscribe .content-sbs .title>strong {
    font-family: Morabba;
    font-weight: 700;
}

.sec-subscribe .content-sbs .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: var(--neutral-600);
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
}

.sec-subscribe form {
    flex: 1 0 0;
}

.sec-subscribe .form-sbs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.sec-subscribe .input-group {
    position: relative;
    width: 350px;
    height: 80px;
    border-radius: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    padding: 0;
    overflow: hidden;
}

.sec-subscribe .input-group>input {
    background-color: var(--neutral-100);
    padding: 8px 32px 8px 80px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--neutral-100);
    font-size: 18px;
    font-weight: 400;
    border-radius: 500px !important;
    color: var(--neutral-900);
    transition: all 0.3s;
}

.sec-subscribe .input-group>input:focus {
    border-color: var(--neutral-900);
}

.sec-subscribe .input-group>input::placeholder {
    color: var(--neutral-500);
}

.sec-subscribe .input-group>i {
    position: absolute;
    left: 0;
    width: 85px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--neutral-900);
    transition: all 0.3s;
}

.sec-subscribe .input-group>input:focus+i {
    color: var(--primary-500);
}

.sec-subscribe .btn-send {
    position: relative;
    display: flex;
    width: 76px;
    height: 76px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: var(--neutral-900);
    font-size: 28px;
    color: var(--neutral-100);
    z-index: 100;
    overflow: hidden;
    border: none;
    transition: all 0.3s;
}

.sec-subscribe .btn-send:hover {
    background-color: var(--minttulip-500);
}

.sec-subscribe .btn-send>i {
    font-weight: bold;
    text-shadow: -60px 0 0 var(--neutral-100);
    transition: all 0.3s;
}

.sec-subscribe .btn-send:hover>i {
    transform: scaleX(-1) translateX(62px);
}

/*---------------------- /Section Subscribe ---------------------*/

/*---------------------- /Content Main ---------------------*/

/*---------------------- Footer Main ---------------------*/

.footer-main {
    position: relative;
    background-color: var(--neutral-900);
    overflow: hidden;
}

.footer-main::before,
.footer-main::after {
    content: "";
    width: 450px;
    height: 450px;
    border-radius: 450px;
    filter: blur(450px);
    position: absolute;
    opacity: 0.15;
}

.footer-main::before {
    background-color: var(--minttulip-500);
    bottom: 180px;
    right: -225px;
}

.footer-main::after {
    background-color: var(--neutral-100);
    top: -225px;
    left: -225px;
}

.footer-main .star-outline {
    width: 200px;
    position: absolute;
    z-index: 10;
    opacity: 0.1;
}

.footer-main .star-outline.primary {
    top: 40px;
    left: -80px;
}

.footer-main .star-outline.minttulip {
    bottom: 80px;
    right: -80px;
}

.footer-main .star-outline.primary path {
    fill: var(--primary-500);
}

.footer-main .star-outline.minttulip path {
    fill: var(--minttulip-500);
}

.footer-main .footer-info>.row {
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 100;
}

.footer-main .footer-info .info-col,
.footer-main .footer-info .links-col {
    display: flex;
    padding-top: 80px;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
}

.footer-main .footer-info .title-ft {
    color: var(--primary-500);
    font-family: Morabba;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.footer-main .footer-info .list-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    align-self: stretch;
}

.footer-main .footer-info .list-info .item-inf {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.footer-main .footer-info .list-info .item-inf .lbl-item {
    color: var(--neutral-600);
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.footer-main .footer-info .list-info .item-inf .tels {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    font-size: 20px;
    font-weight: 400;
    color: var(--neutral-100);
    direction: ltr;
}

.footer-main .footer-info .list-info .item-inf .text {
    color: var(--neutral-100);
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.footer-main .footer-info .list-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    row-gap: 32px;
    align-self: stretch;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-main .footer-info .list-links>li {
    width: 50%;
}

.footer-main .footer-info .list-links a {
    color: var(--neutral-600);
    font-size: 20px;
    font-weight: 400;
    transition: all 0.3s;
}

.footer-main .footer-info .list-links a:hover {
    font-weight: 700;
    color: var(--neutral-100);
}

.footer-main .footer-info .about-col .curved-box {
    position: relative;
    background: var(--neutral-100);
    display: flex;
    width: 100%;
    height: 700px;
    padding: 80px 60px 100px 60px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    border-radius: 0px 0px 800px 800px;
    overflow: hidden;
}

.footer-main .footer-info .about-col .curved-box::before {
    content: "";
    background: url('../images/site/sline.svg') no-repeat center center / 400px;
    width: 400px;
    height: 400px;
    position: absolute;
    top: -5px;
    left: -140px;
    filter: brightness(0) opacity(0.05);
}

.footer-main .footer-info .about-col .head {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2px;
    z-index: 100;
}

.footer-main .footer-info .about-col .head .title {
    color: var(--neutral-900);
    font-family: Morabba;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.footer-main .footer-info .about-col .head>a {
    color: var(--neutral-600);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2.88px;
    text-transform: uppercase;
}

.footer-main .footer-info .about-col .desc {
    position: relative;
    color: var(--neutral-600);
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    margin: 0;
    z-index: 100;
}

.footer-main .footer-info .about-col .logo>img {
    height: 90px;
}

.footer-main .footer-bottom {
    position: relative;
    padding: 40px 0;
}

.footer-main .footer-bottom::before {
    content: "";
    background-color: var(--primary-500);
    width: 450px;
    height: 450px;
    border-radius: 450px;
    filter: blur(450px);
    position: absolute;
    opacity: 0.3;
    right: 0;
    left: 0;
    bottom: -400px;
    margin: 0 auto;
}

.footer-main .footer-bottom .box-socials {
    display: inline-flex;
    height: 60px;
    padding: 10px 26px;
    justify-content: flex-start;
    align-items: center;
    gap: 26px;
    border-radius: 500px;
    background: rgba(255, 255, 255, 0.05);
}

.footer-main .footer-bottom .box-socials .title {
    color: var(--neutral-100);
    font-size: 18px;
    font-weight: 600;
}

.footer-main .footer-bottom .box-socials .socials {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 26px;
}

.footer-main .footer-bottom .box-socials .item-sc {
    display: flex;
    font-size: 26px;
    color: var(--neutral-600);
    transition: all 0.3s;
}

.footer-main .footer-bottom .box-socials .item-sc:hover {
    color: var(--neutral-100);
}

.footer-main .footer-bottom .licenses-col {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.footer-main .footer-bottom .licenses-col img {
    height: 55px;
    max-width: 50px;
    object-fit: contain;
    mix-blend-mode: luminosity;
    transition: all 0.3s;
}

.footer-main .footer-bottom .item-lcs:hover img {
    mix-blend-mode: normal;
}

.footer-main .footer-bottom .item-lcs {
    position: relative;
    width: 45px;
}

.footer-main .footer-bottom .item-lcs .tooltip-text {
    background-color: var(--neutral-100);
    padding: 10px 15px;
    border-radius: 500px;
    width: 150px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    color: var(--neutral-900);
    box-shadow: 0px 4px 100px 0px rgba(69, 71, 75, 0.5);
    position: absolute;
    bottom: 55px;
    right: -54px;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    transition: all 0.6s;
}

.footer-main .footer-bottom .item-lcs:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
}

.footer-main .footer-bottom .copyright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    text-align: left;
}

.footer-main .footer-bottom .copyright .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    direction: ltr;
}

.footer-main .footer-bottom .copyright .company {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.footer-main .footer-bottom .copyright .company>img {
    width: 18px;
}

.footer-main .footer-bottom .copyright .company>pre {
    font-family: YekanBakh;
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    color: var(--neutral-100);
    font-variant-numeric: proportional-nums;
    -moz-font-feature-settings: "ss01";
    -webkit-font-feature-settings: "ss01";
    font-feature-settings: "ss01";
}

.footer-main .footer-bottom .copyright .company>pre>span {
    font-family: Morabba;
}

.footer-main .footer-bottom .copyright .designer {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--neutral-600);
}

.footer-main .footer-bottom .copyright .designer>a {
    color: var(--neutral-600);
}

.footer-main .footer-bottom .copyright .page-scroll {
    background-color: var(--minttulip-500);
    display: flex;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    border-radius: 100px;
    color: var(--neutral-900);
    overflow: hidden;
    transition: all 0.3s;
}

.footer-main .footer-bottom .copyright .page-scroll>i {
    font-weight: 600;
    transform: rotate(-90deg);
    text-shadow: -60px 0 0 var(--neutral-900);
    transition: all 0.3s;
}

.footer-main .footer-bottom .copyright .page-scroll:hover {
    background-color: var(--neutral-100);
}

.footer-main .footer-bottom .copyright .page-scroll:hover>i {
    transform: rotate(-90deg) translateX(62px);
}

/*---------------------- /Footer Main ---------------------*/

/*---------------------- Menu Mobile ---------------------*/

.header-main .header-menu .btn-show-menu {
    background-color: var(--neutral-900);
    width: 45px;
    height: 45px;
    border-radius: 100px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--neutral-100);
    border: none;
    padding: 0;
    margin-left: 10px;
    flex-shrink: 0;
    transition: all 0.3s;
}

.resp-megamenu {
    background-color: var(--neutral-100);
    position: fixed;
    top: 0;
    width: 300px;
    height: 100vh;
    right: 0;
    z-index: 9999999;
    border-radius: 0;
    padding: 0;
    border: none;
    overflow-y: auto;
    transform: translateX(300px);
    transition: all 0.3s;
}

.resp-megamenu.show {
    transform: translateX(0);
}

.resp-megamenu .btn-close-megamenu {
    background-color: var(--neutral-200);
    width: 45px;
    height: 45px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--neutral-900);
    border: none;
    padding: 0;
    margin: 15px;
}

.resp-megamenu .list-megamenu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.resp-megamenu .list-megamenu>li {
    width: 100%;
}

.resp-megamenu .list-megamenu .item-mgmenu {
    position: relative;
    background-color: transparent;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 15px 30px;
    border: none;
    border-bottom: 1px solid var(--neutral-200);
}

.resp-megamenu .list-megamenu .item-mgmenu::after {
    content: "\e900";
    font-family: 'icomoon';
    position: absolute;
    top: 13px;
    left: 15px;
    z-index: 10;
    font-size: 10px;
    color: var(--neutral-400);
    transform: rotate(90deg);
    transition: all 0.3s;
}

.resp-megamenu .list-megamenu .item-mgmenu:hover::after {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.resp-megamenu .list-megamenu>li:last-child .item-mgmenu {
    border-bottom: none !important;
}

.resp-megamenu .list-megamenu .item-mgmenu .content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.resp-megamenu .list-megamenu .item-mgmenu .content>i {
    font-size: 25px;
    width: 25px;
    text-align: center;
    color: var(--neutral-400);
    transition: all 0.3s;
}

.resp-megamenu .list-megamenu .item-mgmenu:hover .content>i {
    color: var(--neutral-900);
}

.resp-megamenu .list-megamenu .item-mgmenu .content .title {
    font-size: 13px;
    font-weight: 400;
    color: var(--maincolor);
    transition: all 0.3s;
}

.resp-megamenu .list-megamenu .item-mgmenu:hover .content .title {
    color: var(--maincolor);
}

.resp-megamenu .list-megamenu .item-mgmenu .count {
    font-size: 18px;
    font-weight: 400;
    color: var(--blackcolor);
    transition: all 0.3s;
}

.resp-megamenu .list-megamenu .item-mgmenu:hover .count {
    opacity: 0;
    visibility: hidden;
}

.resp-megamenu .sub-megamenu {
    position: absolute;
    top: 75px;
    right: 0;
    width: 100%;
    height: 92%;
    background-color: var(--neutral-100);
    z-index: 100;
    overflow-y: auto;
    transform: translateX(100%);
    visibility: hidden;
    transition: all 0.2s;
}

.resp-megamenu .sub-megamenu.show {
    transform: translateX(0);
    visibility: visible;
}

.resp-megamenu .sub-megamenu .head-list {
    position: sticky;
    align-self: flex-start;
    top: 0;
    background-color: var(--minttulip-500);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    z-index: 100;
}

.resp-megamenu .sub-megamenu .head-list .btn-back-main {
    background-color: transparent;
    border: none;
    font-size: 12px;
    color: var(--neutral-900);
    padding: 0;
    margin: 0;
    height: auto;
    display: flex;
    transform: rotate(-90deg);
}

.resp-megamenu .sub-megamenu .head-list .title-sub-menu {
    font-size: 12px;
    font-weight: 400;
    color: var(--textcolor);
}

.resp-megamenu .sub-megamenu .list-submenu {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.resp-megamenu .sub-megamenu .list-submenu>li {
    width: 100%;
}

.resp-megamenu .sub-megamenu .list-submenu>li>a {
    position: relative;
    background-color: transparent;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid var(--neutral-200);
    font-size: 12px;
    font-weight: 400;
    color: var(--blackcolor);
    transition: all 0.3s;
}

.resp-megamenu .sub-megamenu .list-submenu>li>a:hover {
    color: var(--neutral-900);
}

.resp-megamenu .sub-megamenu .list-submenu>li:last-child>a {
    border-bottom: none;
}

.resp-megamenu .sub-megamenu .list-submenu>li>a::after {
    content: "\e900";
    font-family: 'icomoon';
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 10;
    font-size: 10px;
    color: var(--neutral-400);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.resp-megamenu .sub-megamenu .list-submenu>li>a:hover::after {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.resp-megamenu .other-megamenu .title-other {
    background-color: var(--primary-500);
    padding: 15px;
    text-align: right;
    font-size: 12px;
    font-weight: 600;
    color: var(--neutral-900);
    margin: 10px 0;
}

.resp-megamenu .other-megamenu .other-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.resp-megamenu .other-megamenu .other-list>li {
    width: 100%;
}

.resp-megamenu .other-megamenu .other-list>li>a {
    position: relative;
    background-color: transparent;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    font-size: 12px;
    font-weight: 400;
    color: var(--neutral-600);
    transition: all 0.3s;
}
.resp-megamenu .logo-sam{
    position: absolute;
    bottom: 6%;
    right: 0;
    left: 0;
    justify-content: center;
    text-align: center;
}
.resp-megamenu .logo-sam > img{
    height: 70px;
}
.overlay-resp {
    background-color: var(--neutral-900);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}

.overlay-resp.show {
    opacity: 0.6;
    visibility: visible;
}

/*---------------------- /Menu Mobile ---------------------*/

/*---------------------- Mobile Navbar ---------------------*/

.mobile-navbar {
    position: fixed;
    background-color: var(--neutral-100);
    box-shadow: 0 -3px 0px 0px var(--neutral-900);
    border-radius: 20px 20px 0 0;
    display: none;
    align-items: center;
    justify-content: space-between;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999;
}

.mobile-navbar .item-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
}

.mobile-navbar .item-nav.side-link {
    width: 40%;
    font-size: 13px;
    font-weight: 600;
    color: var(--neutral-900);
}

.mobile-navbar .item-nav.cart-link {
    width: 20%;
    font-size: 11px;
    font-weight: 600;
    color: var(--neutral-900);
}

.mobile-navbar .item-nav.cart-link .box-icon {
    position: relative;
    background-color: var(--primary-500);
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--neutral-900);
    margin-top: -25px;
    margin-bottom: 5px;
}

.mobile-navbar .item-nav.cart-link .box-icon .count {
    background-color: var(--neutral-900);
    width: 18px;
    height: 18px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    position: absolute;
    top: -3px;
    right: 1px;
    z-index: 10;
    color: var(--neutral-100);
}

/*---------------------- /Mobile Navbar ---------------------*/

/*---------------------- Responsives ---------------------*/

@media only screen and (min-width:1500px) and (max-width: 1800px) {
    .container {
        padding: 0 30px;
    }
}

@media only screen and (min-width:1200px) and (max-width: 1500px) {
    body{
        padding: 220px 15px 0;
    }
    .container {
        padding: 0 20px;
    }    
    .header-main{
        height: 220px;
        padding: 0 15px;
    }
    .header-top .center-top .img-logo{
        height: 80px;
    }
    .header-menu .navbar-categories > ul{
        gap: 30px;
    }
    .swiper-slideshow .image-slide .curved-box{
        height: 650px;
    }
    .swiper-slideshow .details-slide .content .title {
        font-size: 70px;
        line-height: 74px;
    }
    .swiper-slideshow .image-slide > img{
        height: 450px;
    }
    .slideshow-main .info-sam .followers .images .item{
        width: 70px;
        height: 70px;
    }
    .slideshow-main .info-sam .followers .content .title{
        font-size: 38px;
    }
    .slideshow-main .info-sam .followers .content .title > strong{
        font-size: 48px;
    }
    .slideshow-main .info-sam .followers .content .desc {
        font-size: 18px;
    }
    .slideshow-main .info-sam .followers::before {
        content: "";
        background-size: 48px;
        top: 15px;
        right: -60px;
    }
    .slideshow-main .pagination-slider {
        width: 335px;
    }
    .marquee-sam{
        height: 90px;
    }
    .marquee-sam .text {
        font-size: 20px;
    }
    .marquee-sam .star {
        width: 35px;
    }
    .head-section-sam .title{
        font-size: 36px;
    }
    .head-section-sam .title > strong::before {
        height: 79px;
    }
    .sec-categories .item-cat{
        height: 250px;
    }
    .sec-categories .item-cat .svg-icon {
        max-width: 90px;
    }
    .sec-categories .item-cat .content{
        height: 60px;
        padding: 0 15px;
    }
    .sec-categories .item-cat .content .title{
        font-size: 18px;
    }
    .sec-categories .item-cat .content .count{
        font-size: 14px;
    }
    .item-product-sam .box-product .image-box {
        height: 300px;
    }
    
    .item-product-sam .box-product .image-box::after {
        background-size: 150px;
        width: 150px;
        height: 24px;
        left: 56px;
    }
    
    .item-product-sam .box-product .image-box>img {
        height: 200px;
        max-width: 145px;
    }
    
    .item-product-sam .box-product .details {
        padding: 20px;
        gap: 20px;
    }
    
    .item-product-sam .box-product .details .btn-like {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
    
    .item-product-sam .box-product:hover .details .btn-like {
        right: 20px;
    }
    
    .item-product-sam .box-product .content .head,
    .item-product-sam .box-product .content .head>a {
        font-size: 14px;
    }
    
    .item-product-sam .box-product .content .head .bullot {
        width: 6px;
        height: 6px;
    }
    
    .item-product-sam .box-product .content .title>a {
        font-size: 18px;
    }
    
    .item-product-sam .box-product .options .btn-item {
        width: 50px;
        height: 50px;
    }
    
    .item-product-sam .box-product .options .btn-cart {
        font-size: 22px;
    }
    
    .item-product-sam .box-product .options .btn-off {
        font-size: 18px;
    }
    
    .item-product-sam .box-product .options .price-all {
        gap: 2px;
    }
    
    .item-product-sam .box-product .options .price-all>i {
        font-size: 22px;
    }
    
    .item-product-sam .box-product .options .prices>del {
        font-size: 16px;
    }
    
    .item-product-sam .box-product .options .prices>ins {
        font-size: 24px;
    }
    .sec-offer-products{
        height: 550px;
    }
    .sec-offer-products .content-sec .head .title {
        font-size: 60px;
        line-height: 70px;
    }
    .sec-offer-products .content-sec .head .title > strong {
        font-size: 70px;
    }
    .sec-offer-products .content-sec .countdown {
        height: 70px;
        padding: 10px 15px;
    }
    .sec-offer-products .content-sec .countdown .countdown_exciting{
        gap: 8px;
    }
    .sec-offer-products .content-sec .countdown .txt{
        font-size: 22px;
    }
    .sec-offer-products .content-sec .countdown .title{
        font-size: 12px;
    }
    .sec-offer-products .content-sec .btn-more {
        font-size: 18px;
    }
    .sec-offer-products .swiper-offer {
        width: 86%;
        height: 500px;
    }
    .sec-offer-products .thumbs-grid .thumb {
        width: 126px;
        height: 126px;
    }
    .sec-offer-products .thumbs-grid .thumb > img {
        height: 85px;
        max-width: 65px;
    }
    .sec-offer-products .swiper-offer .image-box{
        height: 250px;
    }
    .sec-offer-products .swiper-offer .image-box > img {
        height: 200px;
        max-width: 206px;
    }
    .sec-tab-products .box-banner .title {
        font-size: 36px;
        line-height: 32px;
    }
    .sec-tab-products .box-banner .title > strong {
        font-size: 50px;
        line-height: 50px;
    }
    .sec-tab-products .box-banner .title > span {
        font-size: 28px;
        line-height: 50px;
    }
    .sec-categories .item-cat .box-icon .img-logo {
        height: 110px;
        max-width: 140px;
    }
    .sec-banners .item-banner:nth-child(1) .link-banner {
        padding: 30px 60px 30px 30px;
    }
    .sec-banners .item-banner:nth-child(2) .link-banner {
        padding: 30px 30px 30px 60px;
    }
    .sec-banners .link-banner .content .title {
        font-size: 42px;
        line-height: 46px;
    }
    .sec-banners .link-banner .content .desc {
        font-size: 14px;
        line-height: 26px;
    }
    .sec-banners .link-banner .image > img {
        height: 180px;
    }
    .sec-banners .link-banner {
        height: 260px;
    }
    .sec-banners .link-banner .circular-sam{
        transform: scale(0.8);
    }
    .sec-news-sam .item-news .box-image {
        height: 320px;
        padding: 15px;
    }
    .sec-news-sam .item-news .box-image .content .date {
        font-size: 14px;
    }
    .sec-news-sam .item-news .box-image .content .title > a{
        font-size: 20px;
    }
    .sec-news-sam .item-news .box-image .content {
        padding: 15px 25px 15px 15px;
    }
    .sec-news-sam .item-news .desc {
        font-size: 16px;
        line-height: 28px;
    }
    .sec-subscribe .content-sbs{
        gap: 10px;
    }
    .sec-subscribe .content-sbs .title {
        font-size: 42px;
        line-height: 42px;
    }
    .sec-subscribe .content-sbs .desc {
        font-size: 16px;
        line-height: 26px;
    }
    .sec-subscribe .input-group {
        width: 300px;
        height: 70px;
    }
    .sec-subscribe .input-group > input {
        padding: 8px 22px 8px 70px;
    }
    .sec-subscribe .input-group > input::placeholder{
        font-size: 14px;
    }
    .sec-subscribe .input-group > i {
        width: 75px;
        height: 70px;
        font-size: 26px;
    }
    .sec-subscribe .btn-send {
        width: 66px;
        height: 66px;
        font-size: 24px;
    }
    .footer-main .footer-info .info-col, .footer-main .footer-info .links-col{
        padding-top: 60px;
        gap: 50px;
    }
    .footer-main .footer-info .title-ft {
        font-size: 26px;
    }
    .footer-main .footer-info .list-info .item-inf .lbl-item {
        font-size: 18px;
    }
    .footer-main .footer-info .list-info .item-inf .text,
    .footer-main .footer-info .list-links a {
        font-size: 18px;
    }
    .footer-main .footer-info .list-links {
        row-gap: 30px;
    }
    .footer-main .footer-info .about-col .curved-box{
        height: 650px;
        padding: 60px 40px 80px 40px;
        gap: 20px;
    }
    .footer-main .footer-info .about-col .head .title{
        font-size: 26px;
    }
    .footer-main .footer-info .about-col .head > a {
        font-size: 16px;
        letter-spacing: 2.2px;
    }
    .footer-main .footer-info .about-col .desc {
        font-size: 14px;
        line-height: 34px;
    }
    .footer-main .footer-bottom {
        padding: 20px 0;
    }
    .footer-main .footer-bottom .box-socials {
        height: 50px;
        padding: 10px 20px;
        gap: 20px;
    }
    .footer-main .footer-bottom .box-socials .title {
        font-size: 16px;
    }
    .footer-main .footer-bottom .box-socials .socials {
        gap: 22px;
    }
    .footer-main .footer-bottom .box-socials .item-sc {
        font-size: 24px;
    }
    .footer-main .footer-bottom .item-lcs {
        position: relative;
        width: 40px;
    }
    .footer-main .footer-bottom .licenses-col img {
        height: 50px;
        max-width: 45px;
    }
    .footer-main .footer-bottom .copyright .company > img {
        width: 16px;
    }
    .footer-main .footer-bottom .copyright .company > pre {
        font-size: 16px;
    }
    .footer-main .footer-bottom .copyright .designer {
        font-size: 14px;
    }
    .footer-main .footer-bottom .copyright {
        gap: 12px;
    }
    .footer-main .footer-bottom .copyright .page-scroll {
        width: 46px;
        height: 46px;
        font-size: 18px;
    }
    .footer-main .footer-info .about-col .logo>img{
        height: 80px;
    }
}

/*---------------------- /Responsives ---------------------*/