@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

header {
    top: -1px !important;
}

.link:hover {
    color: white;
}

@media (max-width: 497px) {
    video {
        height: 400px !important;
    }

    .flat-title .title {
        font-size: 25px !important;
    }

    .header-bottom {
        display: none;
    }

}


.logo-header img {
    /* width: 101% !important; */
}

.heading-img {
    width: 200px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.flat-title .title {
    /* font-family: "Rowdies", sans-serif; */
    color: black;
}

/* Style for the left banner */
#msubbantxt {
    color: white;
}

@media(max-width:767px) {
    .mobile {
        display: block !important;
    }

    .desktop {
        display: block;
    }


    .wrap-slider img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }

    .wrap-slider Video {
        width: 100%;
        height: 320px !important;
        object-fit: cover;
    }

    .tf-sw-collection .swiper-slide img {

        width: 363px;
        height: 181px;
    }
}

.left-banner {
    background: url('images/th.jpeg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 50px 20px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 10px
}

.left-banner div {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
}

.category_page_title {
    font-size: 24px;
    color: #ee88aa;
    position: relative;
    z-index: 1;
    margin: 0 0 15px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.holder {
    margin: 12rem auto 0;
    width: 150px;
    height: 400px;
    position: relative;
}

.holder *,
.holder *:before,
.holder *:after {
    position: absolute;
    content: "";
}

.candle {
    bottom: 0;
    width: 150px;
    height: 300px;
    border-radius: 150px / 40px;
    box-shadow: inset 20px -30px 50px 0 rgba(0, 0, 0, 0.4), inset -20px 0 50px 0 rgba(0, 0, 0, 0.4);
    background: #190f02;
    background: linear-gradient(#e48825, #e78e0e, #833c03, #4c1a03 50%, #1c0900);
}

.candle:before {
    width: 100%;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #d47401;
    background: #b86409;
    background: radial-gradient(#eaa121, #8e4901 45%, #b86409 80%);
}

.candle:after {
    width: 34px;
    height: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    top: 14px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    background: radial-gradient(rgba(0, 0, 0, 0.6), transparent 45%);
}

.thread {
    width: 6px;
    height: 36px;
    top: -17px;
    left: 50%;
    z-index: 1;
    border-radius: 40% 40% 0 0;
    transform: translateX(-50%);
    background: #121212;
    background: linear-gradient(#d6994a, #4b232c, #121212, black, #e8bb31 90%);
}

.flame {
    width: 24px;
    height: 120px;
    left: 50%;
    transform-origin: 50% 100%;
    transform: translateX(-50%);
    bottom: 100%;
    border-radius: 50% 50% 20% 20%;
    background: rgba(255, 255, 255, 1);
    background: linear-gradient(white 80%, transparent);
    animation: moveFlame 6s linear infinite, enlargeFlame 5s linear infinite;
}

.flame:before {
    width: 100%;
    height: 100%;
    border-radius: 50% 50% 20% 20%;
    box-shadow: 0 0 15px 0 rgba(247, 93, 0, .4), 0 -6px 4px 0 rgba(247, 128, 0, .7);
}

@keyframes moveFlame {

    0%,
    100% {
        transform: translateX(-50%) rotate(-2deg);
    }

    50% {
        transform: translateX(-50%) rotate(2deg);
    }
}

@keyframes enlargeFlame {

    0%,
    100% {
        height: 120px;
    }

    50% {
        height: 140px;
    }
}

.glow {
    width: 26px;
    height: 60px;
    border-radius: 50% 50% 35% 35%;
    left: 50%;
    top: -48px;
    transform: translateX(-50%);
    background: rgba(0, 133, 255, .7);
    box-shadow: 0 -40px 30px 0 #dc8a0c, 0 40px 50px 0 #dc8a0c, inset 3px 0 2px 0 rgba(0, 133, 255, .6), inset -3px 0 2px 0 rgba(0, 133, 255, .6);
}

.glow:before {
    width: 70%;
    height: 60%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.35);
}

.blinking-glow {
    width: 100px;
    height: 180px;
    left: 50%;
    top: -55%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #ff6000;
    filter: blur(60px);
    animation: blinkIt .1s infinite;
}

@keyframes blinkIt {
    50% {
        opacity: .8;
    }
}

.s-soft {
    position: fixed;
    top: 35%;
    left: 10;
    z-index: 1000;
    transition: all linear 0.2s;
}

.s-item {
    display: block;
    width: 40px;
    height: 40px;
    color: white;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    transition: all linear 0.2s;
}

.s-item:hover {
    width: 75px;
    border-radius: 0px 20px 20px 0px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

#so-open {
    position: fixed;
    top: 100px;
    left: -90px;
    border-radius: 0 30px 30px 0;
    transition: all linear 0.2s;
}

.facebook {
    background-color: #3b5999;
}

.twitter {
    background-color: #3AAFD6;
}

.print {
    background-color: #de3c7d;
}

.pinterest {
    background-color: #BD081C;
}

.linkedin {
    background-color: #0e76a8;
}

.instagram {
    background-color: #c32aa3;
}

.youtube {
    background-color: #ff4135;
}

.so-collapse {
    left: -60px;
}


/* Button Styling */
.left-banner button {
    background-color: #ffffffde;
    color: #000000;
    border: none;
    padding: 15px 30px;
    font-size: 1.2rem;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    /* width: 80%; */
    /* Make it responsive */
}

.left-banner button:hover {
    background-color: #000000;
    transform: scale(1.05);
    color: white;
}

.right-images {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.right-images img {
    width: 100%;
    height: 48%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 497px) {
    .left-banner button {
        font-size: 1rem;
        padding: 8px 10px;
        /* width: 90%; */
        /* Make it fit better on smaller screens */
    }

    .right-images img {
        margin-bottom: 15px;
        /* height: auto; */
        margin-block: 1vh;
    }

    .left-banner {
        height: 239px;
        border-radius: 10px;
    }

    .card-product .card-product-wrapper img {
        display: block;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
        width: 100%;
        height: 270px;
    }
}

.icon-section {
    background-color: #ffeef5;
    padding: 20px 0;
    text-align: center;
}

.icon-section img {
    width: 100px;
    margin-bottom: 10px;
}

.nav-link.active {
    color: #d1004d !important;
    border-bottom: 2px solid #d1004d;
}

.logo {
    font-size: 1.8rem;
    color: red;
    font-weight: bold;
}

.jewel-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: 2px solid transparent;
    transition: 0.3s;
}

.jewel-card:hover {
    border-color: #d1004d;
    transform: translateY(-5px);
}

.jewel-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jewel-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: white;
}

.jewel-overlay h5 {
    font-weight: bold;
    color: white;
}

.jewel-overlay p {
    font-size: 0.9rem;
}

.collection-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.collection-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    filter: brightness(85%);
    transition: all 0.3s ease;
}

.collection-card:hover img {
    filter: brightness(100%);
    transform: scale(1.02);
}

.collection-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    color: white;
}

.collection-info h5 {
    margin-bottom: 10px;
    font-size: 27px;
    color: white;
    font-weight: 600;
}

.collection-info .btn {
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-size: 17.577px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    border: 1.019px solid #FFF;
    display: inline-flex;
    align-items: center;
    width: max-content;
    padding: 7px 13px;
    width: 100%;
    max-width: 120px;
    justify-content: center;
}

.collection-info .btn:hover {
    background-color: #fff;
    color: #000;
}

@media (max-width:767px) {
    .logo-header img {
        width: 55px;
        margin-bottom: 20px;
    }

    .collection-card img {
        width: 100%;
        height: 307px;

    }
}

.search-wrapper {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.search-wrapper input {
    border: none;
    outline: none;
    width: 100%;
    padding-left: 10px;
    background-color: transparent;
}

.search-wrapper i {
    color: gray;
}

.search-wrapper input::placeholder {
    color: #888;
}

.search-bar-container {
    max-width: 600px;
    margin: 30px auto;
}

.category-title {
    font-weight: 600;
    text-align: center;
    margin: 40px 0 20px;
}

.category-item {
    text-align: center;
    margin-bottom: 30px;
}

.category-item img {
    border-radius: 50%;
    border: 5px solid #d4286d;
    width: 120px;
    height: 120px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.category-item img:hover {
    transform: scale(1.05);
}

.category-item p {
    margin-top: 10px;
    font-weight: 500;
}

@media (max-width: 767px) {
    #desktop {
        display: none !important
    }

    #mobile {
        display: block !important
    }

    .category-title {
        font-size: 1.5rem;
    }

    .float {
        bottom: 72px !important;
    }

    .kimirica-section {
        padding: 15px 0 !important;
    }

}

.wrap-slider video {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.card-video {
    object-fit: cover;
    width: 100%;
    height: 300px;
}

.card-title {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 17px;
}

.price {
    font-weight: bold;
}

.add-to-bag {
    background-color: black;
    color: white;
    padding: 7px 10px;
}

.concern-card {
    border: 1px solid #ffb6c1;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.concern-card:hover {
    transform: translateY(-5px);
}

.concern-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.concern-title {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    padding: 1rem;
    margin-bottom: 0;
}