body {
    background: #F5E6CC;
}
header.header-sticky:not(.header-s5, .header-abs) {
    background: #F5E6CC;
}
h1, h2, h3, h4, h5, h6 {
    font-family: system-ui !important;
    font-weight: 400 !important;
}
p {
    font-family: system-ui !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    color: #121212bf !important;
    margin-bottom: 15px;
}
small {
    font-size: 13px;
}
span {
    font-family: system-ui !important;
    font-weight: 400 !important;
    color: #121212bf !important;
}
.svg-wrapper {
    width: 20px;
    height: 20px;
    display: flex;
}
.svg-wrapper svg {
    width: 20px;
    height: 20px;
}
.header-s4 .item-link {
    padding-top: 5px;
    padding-bottom: 8px;
    color: #121212bf;
    font-size: 15px;
    font-family: system-ui;
    font-weight: 400;
}
.hero-slider{
    position:relative;
    width:100%;
}
.slider{
    width:100%;
}
.hero-slider .swiper-wrapper {
    width: 100%;
    height: auto;
}
.hero-slider .slider .swiper-slide{
    width:100%;
    height: auto;
}
.hero-slider .slider img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}
.hero-slider .slider-controls{
    height:48px;
    background:#F5E6CC;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    border-top:1px solid #ddd;
}
.hero-slider .swiper-button-prev-custom,
.hero-slider .swiper-button-next-custom,
.hero-slider .swiper-autoplay-toggle{
    cursor:pointer;
    font-size:20px;
    color:#555;
    user-select:none;
}
.hero-slider .swiper-pagination{
    position:static !important;
    width:auto !important;
    display:flex;
    align-items:center;
}
.hero-slider .swiper-pagination-bullet{
    width:8px;
    height:8px;
    background:#bcbcbc;
    opacity:1;
    margin:0 7px !important;
}
.hero-slider .swiper-pagination-bullet-active{
    background:#000;
}
.hero-slider .swiper-button-prev-custom:hover,
.hero-slider .swiper-button-next-custom:hover,
.hero-slider .swiper-autoplay-toggle:hover{
    color:#000;
}
.swiper-button-next::after,
.swiper-button-prev::after{
    display:none;
}
.swiper-button-next svg, .swiper-button-prev svg {
    display:none;
}
.annoucement .swiper-wrapper {
    align-items: center;
}
.annoucement i {
    color: #fff;
}

.productSwiper{
    padding-bottom:10px;
    position:relative;
}
.product-card img{
    width:100%;
    height:260px;
    object-fit:cover;
}
.product-card h4{
    font-size:18px;
    margin:12px 0;
}
.product-card .price{
    font-size:20px;
    font-weight:600;
    margin-bottom:15px;
}
.product-card .btn{
    display:block;
    text-align:center;
    border:1px solid #000;
    padding:12px;
    text-decoration:none;
    color:#000;
}
.product-prev,
.product-next{
    position:initial;
    top:auto;
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    z-index:10;
}
.product-prev{
    left:45%;
}
.product-next{
    right:45%;
}
.product-pagination{
    text-align:center;
}
.productSwiper .swiper-wrapper {
    height: auto;
}
.productSwiper .swiper-button-disabled {
    opacity: 0.1;
}
.card-product_info .name-product {
    font-family: system-ui !important;
    font-weight: 400 !important;
    color: #000 !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}
.productSwiper .product-pagination {
    width: auto;
}
.card-product_info {
    display: block;
    height: 100px;
    padding: 10px 0;
}
.card-product a:hover .name-product {
    text-decoration: underline;
}
.card-product a:hover .card-product_wrapper {
    transition: transform 3s ease, box-shadow .5s ease;
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem #0000000d, 1rem 1rem 1rem -1rem #0000000d, 0 0 .5rem #fff0, 0 2rem 3.5rem -2rem #00000080;
}
.card-product a:hover .card-product_wrapper .img-hover {
    opacity: 1;
    transform: scale(1.05);
}
.tf-btn {
    padding: 8px 16px;
    height: auto;
    text-align: center;
    font-size: 15px;
    border-radius: 0px;
    background: transparent;
    color: #000;
    font-weight: 400;
    font-family: system-ui;
    border: solid 1px #000;
}
.tf-btn:hover {
    transition: transform 3s ease, box-shadow .5s ease;
    transform: rotate(1deg);
    border: solid 2px #000;
    box-shadow: -1rem -1rem 1rem -1rem #0000000d, 1rem 1rem 1rem -1rem #0000000d, 0 0 .5rem #fff0, 0 2rem 3.5rem -2rem #00000080;
}
.product-action_bot {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 10px;
    right: auto;
    background: #fff;
    padding: 0px 15px;
    font-size: 14px;
    border-radius: 22px;
    font-family: system-ui;
    bottom: 10px;
}
.instagramcard {
    width: 100%;
    height: 300px;
}
.instagramcard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.instagramcard span {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    height: 100%;
    color: #fff !important;
    background: #00000078;
    font-size: 20px;
    display: none;
}
.instagramcard:hover span{
    display: flex;
}
.cl-text-3 {
    color: #121212bf !important;
}
.footer-bottom .inner-bottom {
    padding-top: 0;
    padding-bottom: 0;
}
.testimonialSwiper{
    width:100%;
    padding:40px 0;
}
.testimonialSwiper .swiper-slide{
    transition:.4s;
    transform:scale(.85);
    opacity:.7;
}
.testimonialSwiper .swiper-slide-active{
    transform:scale(1.15);
    opacity:1;
    z-index:9;
}
.card-box{
    position:relative;
    border-radius:12px;
    overflow:hidden;
    height:360px;
    width: 100%;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
    display: block;
}
.card-box img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.overlay{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:20px;
    text-align:center;
    color:#fff;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.75),
        rgba(0,0,0,.2),
        transparent
    );
}
.stars{
    font-size:22px;
    color:#000;
    margin-bottom:8px;
}
.overlay h5{
    margin:0;
    font-size:20px;
    font-weight:700;
}
#loginModal .modal-content{
    border-radius:12px !important;
    overflow:hidden;
    background:#f5e6cc;
}
#loginModal .form-control {
    font-family: system-ui;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    padding: 15px;
}
.offer-banner {
    background: #eee;
    padding: 10px 15px 0;
}
.offer-banner h2{
    color: #ff3d00;
    font-size: 20px;
    font-weight: bold !important;
    line-height: 1.1;
}
.offer-text {
    color: #ff5722 !important;
    font-size: 14px;
    font-weight: 600 !important;
    border-bottom: solid 1px #ff5722;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.coupon-box {
    color: #ff3d00;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}
.coupon-box span{
    border: 1px dashed #ff5722;
    color: #ff5722 !important;
    padding: 5px 10px;
    font-weight: 700 !important;
    border-radius: 0;
    line-height: 1;
}
.banner-girl{
    max-height: 100%;
    width: 100%;
    height: 100%;
}
.btn-login{
    background: #ff3d00;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 12px;
    font-family: system-ui;
}
.btn-login:hover{
    background:#e63700;
    color:#fff;
}
.terms{
    color:#888;
    font-size:14px;
}
.divider{
    text-align:center;
    margin:14px 0;
    position:relative;
}
.divider:before{
    content:'';
    position:absolute;
    left:0;
    top:50%;
    width:100%;
    height:1px;
    background:#ddd;
}
.divider span{
    background:#f5e6cc;
    position:relative;
    padding:0 15px;
}
.google-btn{
    border:1px solid #ddd;
    background:#fff;
    padding:12px;
    font-size:18px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
}
.google-btn:hover{
    background:#000;
    color:#fff;
}
.review-popup{
    position:fixed;
    left:20px;
    bottom:20px;
    width:380px;
    background:#fff;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
    z-index:9999;
    overflow:hidden;
    animation:slideUp .5s ease;
}
.popup-img{
    width: 120px;
    height: 145px;
}
.popup-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popup-content{
    padding:15px;
    flex:1;
}
.stars{
    color:#f4b400;
    font-size:18px;
    margin-bottom:8px;
}
.popup-content p{
    font-size:14px;
    color:#555;
    margin-bottom:10px;
}
.popup-content h6{
    font-size:15px;
    font-weight:600;
    margin:0;
}
.popup-close{
    position:absolute;
    right:10px;
    top:10px;
    border:none;
    background:#f5f5f5;
    width:30px;
    height:30px;
    border-radius:50%;
    cursor:pointer;
}
.discount-badge{
    position:fixed;
    left:20px;
    bottom:40px;
    background:#fff;
    padding:15px 25px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.15);
    z-index:9999;
    font-size:22px;
    font-weight:600;
}
.discount-badge span{
    margin-left:15px;
    color:#999;
    cursor:pointer;
}
@keyframes slideUp{
    from{
        opacity:0;
        transform:translateY(50px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}
@media (max-width: 768px) {
    .review-popup{
        width:95%;
        right:10px;
        left:10px;
    }
    .card-product_info {
        display: block;
        height: 130px;
        padding: 10px 0;
    }
    .instagramcard {
        width: 100%;
        height: 280px;
    }
    .offer-banner h2 {
        font-size: 18px;
    }
    .card-box {
        height: 180px;
    }
    .coupon-box {
        color: #ff3d00;
        font-size: 10px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 5px;
    }
}
@media (max-width: 1199px) {
    .tf-header {
        padding-top: 0;
        padding-bottom: 0;
    }
}