* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "ImpactCustom";
    src: url("../fontfamily/impact/impact.ttf") format("truetype");
    font-style: normal;
}

body {
    overflow-x: hidden !important;
}

.body::-webkit-scrollbar {
    display: none !important;
}

.impact-regular {
    font-family: "ImpactCustom", Impact, sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1 {
    margin-bottom: 0 !important;
}

h2 {
    margin-bottom: 0 !important;
}

h3 {
    margin-bottom: 0 !important;
}

h4 {
    margin-bottom: 0 !important;
}

h5 {
    margin-bottom: 0 !important;
}

h6 {
    margin-bottom: 0 !important;
}

p {
    margin-bottom: 0 !important;
}

a {
    color: inherit;
    text-decoration: none;
}

.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.first-nav {
    background: #e4e4e4;
    height: 36px;
}

.first-nav h3 {
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
}

.translatorselect {
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    background: transparent;
    border: none;
}

.translatorselect option {
    color: #000 !important;
}

.navright h3 {
    color: #000000;
    font-size: 13.27px;
}

.navright h2 {
    font-size: 20px;
}

/* Keep the translated desktop cart/account controls compact. */
.header-actions {
    flex: 0 0 auto;
    gap: 12px !important;
    min-height: 64px;
}

.header-actions > a {
    flex: 0 0 auto;
}

.header-actions .navright {
    gap: 8px !important;
}

.header-actions .navright h3,
.header-actions .navright h2 {
    margin: 0;
    line-height: 1.2;
    white-space: nowrap;
}

.header-actions .navright h3 {
    font-size: 11px;
}

.header-actions .navright h2 {
    font-size: 14px;
}

.searchdiv {
    position: relative;
}

.searchdiv input {
    height: 49px;
    border-radius: 10px;
    border: none;
    outline: none;
    background: #ededed;
    padding: 0px 44px 0px 20px;
    color: rgba(0, 0, 0, 50%);
}

.searchdiv .searchicon {
    position: absolute;
    top: 10px;
    right: 20px;
}

/* Default: Right Arrow (White) */
.catedropdown .dropdown-toggle::after {
    display: inline-block;
    content: "";
    width: 17px;
    height: 17px;
    background: url("../img/arrow-right-white.svg") no-repeat center center;
    background-size: contain;
    border: none;
    vertical-align: middle;
    margin-left: 30px;
    transition: background 0.3s ease;
}

/* When dropdown is open: Down Arrow (Black) */
.catedropdown .dropdown-toggle.show::after {
    background: url("../img/arrowdown.svg") no-repeat center center;
    background-size: contain;
}

.thirdnav {
    height: 88px;
    background-color: #003786;
}

.catedropdown.dropdown button {
    background: transparent;
    border: 1px solid #ffffff;
    width: 267px;
    height: 55px;
    border-radius: 10px;

    color: #ffffff;
    font-size: 22px;
}

.catedropdown.dropdown button.show {
    color: #000000;
    background: #ffffff !important;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.catedropdown .dropdown-menu {
    padding: 10px 20px;
    margin-top: 0;
    width: 267px;
    border-radius: 0px;
    border: 0px;
    top: 97%;
    left: 0px;
}

.catedropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    color: rgba(0, 0, 0, 50%);
    border-bottom: 1px solid rgba(0, 0, 0, 20%);
    padding-left: 0;
    padding: 8px 0px;
}

.catedropdown .dropdown-item:active {
    background-color: rgba(255, 255, 255, 80%);
}

.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99999999999999999;
}

.navbar-expand-lg {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

#carouselExampleDark {
    padding-top: 110px;
}

.thirdheadnav .navbar-nav .nav-link.active {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color: #ffffff;
    position: relative;
}

.thirdheadnav .navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: #ffffff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.thirdheadnav .navbar-nav .nav-link::after {
    transition: all 0.3s ease;
}

.thirdheadnav ul li a {
    color: #ffffff;
    font-size: 19px;
}

.thirdheadnav .nav-link:focus,
.thirdheadnav .nav-link:hover {
    color: rgba(255, 255, 255, 90%);
}

.thirdheadnav .navbar-nav {
    margin-left: 200px !important;
}

.carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: transparent !important;
    border: 5px solid #fff;
    margin: 0 5px;
    opacity: 1;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.carousel-indicators .active {
    transform: scale(1.2);
    border-color: #fff !important;
    background-color: #a45eef !important;
}

.icondiv {
    --quick-nav-peek: 22px;
    position: fixed;
    bottom: 10px;
    left: 0;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 10px 8px;
    border: 1px solid #c0c0c0;
    z-index: 9999999999999999;
    gap: 8px;
    border-radius: 0 10px 10px 0;
    transform: translateX(calc(-100% + var(--quick-nav-peek)));
    transition: transform 0.25s ease;
    will-change: transform;
}

.icondiv::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -18px;
    width: 18px;
    height: 56px;
    transform: translateY(-50%);
    background-color: #ffffff;
    border: 1px solid #c0c0c0;
    border-left: 0;
    border-radius: 0 8px 8px 0;
    box-shadow: 3px 0 8px rgba(0, 0, 0, 0.12);
}

.icondiv::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    width: 4px;
    height: 28px;
    transform: translateY(-50%);
    border-radius: 999px;
    background-color: #003786;
    z-index: 1;
}

.icondiv:hover,
.icondiv:focus-within {
    transform: translateX(0);
}

.quick-nav-item {
    min-width: 64px;
    min-height: 52px;
    color: #111;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    touch-action: manipulation;
}

.quick-nav-item i {
    font-size: 21px;
}

.quick-nav-item span {
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
}

.sec2 {
    padding: 32px 0px 70px;
}

.sec2 h3 {
    font-size: 20px;
}

.mainhead {
    font-size: 28px;
    color: #000000;
    text-transform: capitalize;
}

.mainhead span {
    color: #ffffff;
    background-color: #003786;
    border-radius: 10px;
    padding: 0px 5px;
}

.sec2shopbox {
    height: 244px;
    border: 1px solid #acacac;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    overflow: hidden;
    padding: 10px 12px 12px;
}

.sec2shopbox .category-image {
    width: 100%;
    height: 140px;
    object-fit: contain;
    object-position: center center;
    display: block;
    background-color: #fff;
}

.sec2shopbox:hover {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

.sec2shopbox h2 {
    font-size: 20px;
    color: #000000;
    line-height: 1.18;
    margin-top: 8px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-keywords {
    display: none;
}

.sec3 {
    padding-bottom: 140px;
}

.packing-section {
    background-color: #28d7fb;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 300px;
}

.packing-text h1 {
    font-size: 49.16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 40px;
    color: #000000;
}

.packing-text h2 {
    font-size: 49.16px;
    font-weight: bold;
    padding-left: 0px;
}

.packing-text h2 span {
    padding: 0px 40px;
    background-color: #000000;
    color: #ffffff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.packing-text p {
    padding-left: 40px;
    font-size: 20px;
}

.buy-now {
    margin-left: 40px;
    border-radius: 70px;
    width: 142px;
    height: 40px;
    border: none;
    color: #ffffff;
    background: #0c0c0c;
}

.imgcard .mainimage {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
    background-color: #fff;
}

.product-card-media {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.product-card-media.is-video-previewing .product-card-video {
    opacity: 1;
}

.product-card-video-badge {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(155, 0, 1, 0.92);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
    z-index: 2;
}

.product-card-video-badge i {
    font-size: 13px;
    margin-left: 2px;
}

.imgcard a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgcard {
    height: 220px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.bestpro-card .imgcard {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}

.logo,
.footerlogo {
    height: auto;
    object-fit: contain;
}

.logo {
    width: 164px;
}

.footerlogo {
    width: 164px;
}

.bestpro-card {
    min-height: 430px;
    height: auto;
    border-radius: 10px;
    background: #f5f5f5;
    padding: 10px 12px;
    transition: box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.bestpro-card:hover {
    box-shadow: 0 16px 18px -6px rgba(0, 0, 0, 0.3);
}

.bestpro-card h2 {
    font-size: 20px;
}

.bestpro-card p {
    font-size: 16px;
    color: rgba(0, 0, 0, 50%);
}

.swiper-wrapper {
    margin-bottom: 10px;
}

.addcartbox {
    height: 54px;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 0px 30px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    border: 1.5px solid rgba(0, 0, 0, 35%);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 8%);
}

.add-to-cart-btn3 {
    display: block;
    margin-top: auto;
}

.product-list-section {
    padding-bottom: 20px !important;
}

.addcartbox:hover {
    border-color: #bd0002;
    box-shadow: 0 4px 12px rgba(189, 0, 2, 16%);
}

.viewbtn {
    width: 200px;
    height: 50px;
    border-radius: 10px;
    background-color: #bd0002;
    color: #ffffff;
    font-size: 16px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.4s ease-in-out;
    border: 1px solid #bd0002;
}

.viewbtn:hover {
    color: #000000;
    background-color: transparent;
    border: 1px solid #bd0002;
}

.slick-dots {
    position: absolute;
    top: -45px;
    right: 0;
    width: 100%;
    display: flex !important;
    justify-content: end;
    padding: 0;
    margin: 0;
    list-style: none;
}

.slick-dots li {
    margin: 0 8px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: flex;
    width: 73.66px;
    height: 5.14px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #dbdbdb;
    border-radius: 70px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.slick-dots li.slick-active button {
    background-color: #bd0002;
    width: 105.35px;
    height: 5.14px;
    transform: scale(1.2);
}

.slidertext {
    position: absolute;
    top: 30px;
    left: 30px;
}

.slidertext h3 {
    color: #ffffff;
    font-size: 39px;
    text-transform: capitalize;
}

.slidertext p {
    color: #ffffff;
    font-size: 16.17px;
}

.buy-now2 {
    border-radius: 70px;
    width: 142px;
    height: 40px;
    border: none;
    color: #000000;
    font-size: 12.93px;
    background: #ffffff;
    font-weight: bold;
}

.sec4 {
    background: url(../img/sec4bg.svg);
    background-position: center;
    background-size: cover;
    display: flex;
    background-attachment: fixed;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 433px;
}

.sec4 h1 {
    font-size: 69.74px;
    color: #ffffff;
}

.sec4 p {
    font-size: 16px;
    color: #ffffff;
}

.footerpara {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
}

.copywrighttext {
    font-size: 13px;
}

.footer h6 {
    font-size: 25px;
}

.wishlisticon {
    position: absolute;
    top: 10px;
    right: 15px;
}

.wishlisticon img {
    height: 22px;
    cursor: pointer;
}

.footerbg {
    background: #e4e4e4;
}

.sec1bg {
    background-color: #e4e4e4;
    height: 15px;
}

.whitebg {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.bluebg {
    background-color: #e4e4e4;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.bluebg-2 {
    background-color: #e4e4e4;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
}

.login-box {
    width: 486px;
    height: fit-content;
    padding-bottom: 10px;
    border-radius: 20px;
    background-color: white;
}

.login-head {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 35px;
    color: black;
    margin-top: 45px;
    text-transform: capitalize;
    margin-left: 2px;
}

.login-input {
    width: 100%;
    height: 57px;
    border-radius: 10px;
    border: 1px solid #cdcdcd;
    outline: none;
    padding-left: 20px;
}

input::-webkit-input-placeholder {
    text-transform: capitalize;
    color: black;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

#password {
    width: 100%;
    height: 57px;
    border-radius: 10px;
    border: 1px solid #cdcdcd;
    outline: none;
    padding-left: 20px;
}

.toggle-eye {
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 15px;
}

.toggle-eye img {
    width: 25px;
    height: 25px;

    display: none;
}

.toggle-eye img.show-icon {
    display: block;
}

.forgetpara {
    font-size: 14px;
    color: black;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin-left: 20px;
}

.loginbtn {
    width: 100%;
    height: 57px;
    background-color: #bd0002;
    color: white;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-size: 18px;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.forget-box {
    width: 486px;
    height: fit-content;
    padding-bottom: 50px;
    border-radius: 20px;
    background-color: white;
}

a {
    text-decoration: none !important;
}

.veryfy-para {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: black;
    /* text-transform: capitalize; */
}

.verify-input {
    width: 15%;
    height: 58px;
    border-radius: 10px;
    border: 1px solid #cdcdcd;
    outline: none;
    text-align: center;
    color: black;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
}

/* Chrome, Safari, Edge */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.veryfy-head {
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: black;
    text-align: center;
    /* text-transform: capitalize; */
}

.new-pass-box {
    width: 486px;
    height: fit-content;
    padding-bottom: 35px;
    border-radius: 20px;
    background-color: white;
}

.sing-input {
    width: 100%;
    height: 57px;
    border-radius: 10px;
    border: 1px solid #cdcdcd;
    outline: none;
    padding-left: 20px;
}

#password2 {
    width: 100%;
    height: 57px;
    border-radius: 10px;
    border: 1px solid #cdcdcd;
    outline: none !important;
    padding-left: 20px;
}

#password1 {
    width: 100%;
    height: 57px;
    border-radius: 10px;
    border: 1px solid #cdcdcd;
    outline: none !important;
    padding-left: 20px;
}

input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.review {
    background-color: #e4e4e4;
    height: fit-content;
    padding-bottom: 30px;
    min-height: 100vh;
}

.listingbreadcrums {
    font-size: 17px;
    color: #000000;
    text-transform: capitalize;
}

.listingbreadcrums .active {
    color: #000000;
}

.breadcrumb-item+.breadcrumb-item {
    color: #000000;
    padding: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding: 0;
    color: #000000;
}

.sortingbox {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 7px;
}

.show-dropdown select {
    height: 49px;
    border: none;
    background: #ffffff;
    border-radius: 7px;
    font-family: "Poppins", sans-serif;
    font-size: 15.25px;
    width: 141px;
    text-align: center;
}

.sort-dropdown select {
    height: 49px;
    border: none;
    background: #ffffff;
    border-radius: 7px;
    font-family: "Poppins", sans-serif;
    font-size: 15.25px;
    width: 100%;
    padding: 0px 15px;
    text-align: center;
}

.tabpan2 .imgcard {
    width: 100%;
    margin: unset;
    /*align-items: unset;*/
}

.detail-display {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    border-radius: 8.79px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.detailimg {
    border-radius: 8.79px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-main-video {
    display: block;
    background-color: #fff;
    object-fit: cover;
}

.playbtndiv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.playbtndiv img {
    width: 40px;
    height: 40px;
}

.detail h1,
.detail h2 {
    font-size: 34.16px;
    color: #000000;
    text-transform: capitalize;
}

.add-to-cart-btn3 {
    width: 100%;
}

.detail p {
    font-size: 16px;
    color: rgba(0, 0, 0, 50%);
}

.detail .product-copy {
    color: rgba(0, 0, 0, 50%);
    font-size: 16px;
    line-height: 1.7;
}

.detail .stardiv img {
    width: 38px;
    height: 38px;
    cursor: pointer;
}

.cartbox {
    height: 52px;
    background-color: #9b0001;
    border-radius: 10px;
    border: 1px solid #9b0001;
    transition: all 0.5s ease-in-out;
}

.cartbox:hover {
    background-color: transparent;
}

.cartbox:hover h2 {
    color: #000000;
}

.cartbox:hover .whiteicon {
    display: none;
}

.cartbox img {
    width: 24px;
    height: 23px;
}

.blackicon {
    transition: display 0.5s ease-in-out;
    display: none;
}

.cartbox:hover .blackicon {
    display: block;
}

.cartbox h2 {
    color: #fff;
    font-size: 17.59px;
}

.counterbox {
    height: 52px;
    border-radius: 10px;
    padding: 0px 18px;
    border: 2px solid #d9d9d9;
    width: 100%;
}

.cartcounterbox {
    height: 30px;
    border-radius: 5.82px;
    padding: 0px 18px;
    border: 1.16px solid #d9d9d9;
    width: 136.28px;
}

.cartcounterbox input {
    color: #000000;
    font-size: 19.97px;
    outline: none;
    border: none;
    width: 40px;
    background-color: transparent;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cartcounterbox img {
    width: 14.56px;
    cursor: pointer;
}

.counterbox img {
    cursor: pointer;
}

.counterbox input {
    color: #000000;
    font-size: 34.29px;
    outline: none;
    border: none;
    width: 40px;
    background-color: transparent;
}

.wechatbtn {
    border-radius: 10px;
    height: 50px;
    background: #25d366;
    color: #ffffff;
    font-size: 20px;
    width: 100%;
    border: none;
    transition: all 0.5s ease-in-out;
    border: 1px solid #25d366;
}

.wechatbtn:hover {
    border: 1px solid #22a900;
    color: #000000;
    background: transparent;
}

.detail h3 {
    font-size: 20px;
    color: #000000;
    text-transform: capitalize;
}

.sliderimgbox {
    /* width: 150.42px;
  height: 153.42px; */
    border-radius: 8.79px;
    background-color: #ffffff;
    border: 1px solid #c2c0c0;
    display: flex;
    align-items: center;
}

.product-thumb-slider .sliderimgbox {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.slidervideobox {
    width: 142px;
    height: 142px;
    cursor: pointer;
    border-radius: 8.79px;
    object-fit: cover;
}

.product-thumb-slider .sliderimgbox > img,
.product-thumb-slider .sliderimgbox > video {
    width: 100% !important;
    height: 100% !important;
    border-radius: 8.79px;
    object-fit: contain;
}

.product-thumb-slider .sliderimgbox > video {
    object-fit: cover;
}

.sliderimgbox img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.owl-carousel .sliderimgbox img {
    cursor: pointer;
    /* width: unset !important; */
}

.product-youtube-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

.product-youtube-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.owl-carousel .owl-nav {
    display: flex !important;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    pointer-events: auto;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    background: none;
    border: none;
}

.owl-carousel .owl-prev img,
.owl-carousel .owl-next img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 30%;
    width: 100%;
    pointer-events: none;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    pointer-events: auto;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
    background: none !important;
}

.owl-carousel .owl-prev {
    position: absolute;
    left: -20px;
}

.owl-carousel .owl-next {
    position: absolute;
    right: -20px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: none !important;
}

.swiper-button-prev {
    position: absolute;
}

.swiper-button-next-custom {
    position: absolute;
}

.cartimgbox {
    width: 175.97px;
    height: 112.46px;
    border-radius: 5.82px;
    background-color: #f5f5f5;
    border: 1px solid #c2c0c0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cartimgbox img {
    width: 91.49px;
    height: 92.42px;
}

.proname {
    font-size: 12.91px;
    color: rgba(0, 0, 0, 50%);
    text-align: center;
    text-transform: capitalize;
}

.cartbody td {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.crossimg {
    cursor: pointer;
}

.addtocartbox {
    border: 1px solid #c2c0c0;
    background: #fafafa;
    border-radius: 10px;
    padding: 25px 10px;
}

.addtocartbox h1 {
    color: #000000;
    font-size: 35.16px;
    text-transform: capitalize;
}

.addtocartbox h3 {
    color: #000000;
    font-size: 14px;
    text-transform: capitalize;
}

.checkoutbtn {
    font-size: 16px;
    color: #ffffff;
    border-radius: 10px;
    height: 60px;
    background-color: #9b0001;
    border: 1px solid #9b0001;
    width: 100%;
    border: none;
    transition: all 0.5s ease-in-out;
}

.checkoutbtn:hover {
    color: #000000;
    border: 1px solid #9b0001;
    background: transparent;
}

.mobilecartbox {
    background-color: #ffffff;
    border: 1px solid #bebebe;
    border-radius: 10px;
    padding: 25px 20px;
}

.mobilecartbox h2 {
    font-size: 14.82px;
    color: #000000;
}

.mobilecartboxh3 {
    font-size: 11.91px;
}

.mobileimgbox {
    width: 100px;
    height: 64px;
    border-radius: 5.82px;
    background-color: #f5f5f5;
    border: 1px solid #c2c0c0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobileimgbox img {
    width: 52px;
    height: 53px;
}

.billingdetails h1 {
    font-size: 35.16px;
    color: #000000;
    text-transform: capitalize;
}

.billingdetails label {
    font-size: 13.82px;
    color: #000000;
    text-transform: capitalize;
}

.billingdetails input {
    font-size: 15.82px;
    color: #000000;
    background: #f5f5f5;
    border: 1px solid #c2c0c0;
    border-radius: 5.82px;
    height: 55px;
    padding-left: 10px;
}

.billingdetails textarea {
    font-size: 15.82px;
    color: #000000;
    background: #f5f5f5;
    border: 1px solid #c2c0c0;
    border-radius: 5.82px;
    height: 180px;
    padding: 10px;
    outline: none;
}

.checkboxdiv input {
    width: 18px;
    height: 18px;
}

.checkboxdiv p {
    color: #696969;
    font-size: 12px;
}

.faq-container h2 {
    font-size: 35px;
    color: #000000;
}

.faq-container h3 {
    font-size: 19.54px;
    color: rgba(0, 0, 0, 50%);
    text-transform: uppercase;
}

.faq-item {
    border-bottom: 2px solid #d9d9d9;
    padding: 20px 0 12px;
}

.question-text {
    font-size: 19px;
    color: rgba(0, 0, 0, 50%);
    text-transform: capitalize;
    margin-bottom: 5px;
    width: 92%;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    color: rgba(0, 0, 0, 50%);
    font-size: 14px;
    transition: max-height 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    /* adjust as needed */
}

.wishlistcard {
    background: #f5f5f5;
    border-radius: 6.69px;
    padding: 10px;
    width: 200.47px;
}

.wishimgcard {
    background: #ffffff;
    border-radius: 6.69px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 15px;
}

.wishimgcard .img1 {
    width: 140.33px;
    height: 141.76px;
}

.addwishlist {
    position: absolute;
    top: 10px;
    right: 10px;
}

.wishlistcard h2 {
    font-size: 13.39px;
    color: #000000;
}

.wishlistcard p {
    font-size: 10.71px;
    color: rgba(0, 0, 0, 50%);
}

.wishlistcard .starimg img {
    width: 16.46px;
    height: 16.46px;
}

.wishlistcard h3 {
    font-size: 13.39px;
}

.cartimg {
    width: 15.61px;
    height: 15.61px;
}

.remvoetxt {
    font-size: 17.82px;
    color: #000000;
}

.aboutUssec {
    padding: 40px 0px 70px 0px;
}

.about-video-frame {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.aboutUssec h1,
.aboutUssec h2 {
    font-size: 54.9px;
    color: #000000;
}

.aboutUssec p {
    font-size: 16px;
    color: rgba(0, 0, 0, 50%);
}

.aboutUssec ul li {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 50%);
}

.termsbox {
    background-color: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #c2c0c0;
    margin: 0px 50px;
    padding: 30px;
}

.termsbox h1,
.termsbox h2 {
    font-size: 18px;
    color: #333333;
    text-transform: uppercase;
}

.termsbox h1 span,
.termsbox h2 span {
    color: #83b735;
}

.termsbox p {
    font-size: 15.4px;
    color: #767676;
}

.termsbox p span {
    color: #333333;
}

.blogspage h1 {
    font-size: 43.16px;
    color: #000000;
}

.blogspage h2 {
    font-size: 35px;
    color: #000000;
}

.blogspage p {
    color: rgba(0, 0, 0, 50%);
    font-size: 16px;
}

.blogspage p span {
    color: #69019e;
    text-decoration: underline;
}

.blogspage h3 {
    color: #000000;
    font-size: 27px;
    text-decoration: underline;
}

.blogspage h4 {
    color: #000000;
    font-size: 20px;
    text-decoration: underline;
}

.cart-icon-wrapper {
    position: relative;
    display: inline-block;
}

.cart-badge {
    font-size: 12px;
    padding: 2px 6px;
    color: white;
    background-color: red;
    border-radius: 50%;
}

.padding {
    margin-top: 190px;
}

.blogspage {
    padding-top: 190px;
}

.wishlisticon {
    cursor: pointer;
}

.bottomnav {
    position: fixed;
    bottom: 0;
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-top-left-radius: 30px;
  border-top-right-radius: 30px; */
    background-color: #fff;
    /* Ensure visible contrast */
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    padding: 0px 25px;
}

.bottomnav .quick-nav-item {
    flex: 1;
    min-width: 0;
    height: 100%;
}

.bottomnav .quick-nav-item i {
    font-size: 23px;
}

.bottomnav .quick-nav-item span {
    font-size: 10px;
}

.font-icon i {
    width: 46px;
    max-width: 46px;
    min-width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #000000;
    font-size: 20px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.font-icon i:hover {
    background: #000000;
    color: #ffffff;
}

.detailfonticon i {
    width: 33.66px;
    max-width: 33.66px;
    min-width: 33.66px;
    height: 33.66px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    font-size: 14px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.detailfonticon i:hover {
    background: #000000;
    color: #ffffff;
}

.product-social-row {
    display: flex;
    align-items: center;
}

.social-qr-links {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px;
}

.social-qr-item {
    appearance: none;
    border: 0;
    background: transparent;
    color: #000000;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 0;
    text-decoration: none !important;
    cursor: pointer;
}

.social-qr-thumb {
    display: block;
    width: 72px;
    height: 72px;
    padding: 3px;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    background: #ffffff;
    object-fit: contain;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.social-qr-label {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
}

.social-qr-item:hover .social-qr-thumb,
.social-qr-item:focus-visible .social-qr-thumb {
    transform: translateY(-2px);
    border-color: #000000;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.14);
}

.social-qr-item:focus-visible {
    border-radius: 8px;
    outline: 2px solid #000000;
    outline-offset: 3px;
}

.social-qr-links--compact {
    gap: 10px;
}

.social-qr-links--compact .social-qr-thumb {
    width: 58px;
    height: 58px;
    border-radius: 7px;
}

.social-qr-modal-content {
    border: 0;
    border-radius: 12px;
}

.social-qr-modal-image {
    display: block;
    width: 380px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1;
    margin: 0 auto;
    padding: 8px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    background: #ffffff;
    object-fit: contain;
}

.share-copy-btn {
    min-width: 128px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.25s ease;
}

.share-copy-btn:hover {
    background: #000;
    color: #fff;
}

.customShadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.sales-section {
    font-family: "Poppins", sans-serif;
}

.sales-section h1,
.sales-section h2 {
    font-size: 35.16px;
    color: #000000;
    text-transform: capitalize;
}

.contact-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #fff;
    transition: transform 0.2s, box-shadow 0.2s;
}

.contact-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.manager-contact-card {
    overflow: hidden;
}

.contact-photo {
    width: 100%;
    aspect-ratio: 4 / 3;
    border: 1px solid #edf0f4;
    border-radius: 8px;
    overflow: hidden;
    background: #f6f8fb;
}

.contact-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.contact-name {
    font-weight: 600;
    font-size: 1.1rem;
    color: #111;
}

.contact-info {
    font-size: 0.95rem;
    color: #555;
}

.contact-info a {
    color: #000000;
    text-decoration: underline !important;
}

.contact-info a:hover {
    text-decoration: underline;
}

.text-area-styling {
    width: 100% !important;
    height: 200px;
}


#bannerCarousel {
    margin-top: 144px;
    width: 100%;
    height: 423px;
    overflow: hidden;
}

#bannerCarousel .carousel-inner,
#bannerCarousel .carousel-item {
    height: 100%;
}

#bannerCarousel img,
#bannerCarousel .homepage-banner-image {
    width: 100% !important;
    height: 100% !important;
    display: block;
    max-width: none !important;
    object-fit: fill !important;
    object-position: center center !important;
}



.mobile-main-slider {
    display: none !important;
}

@media(max-width:768px) {

    .desktop-main-image {
        display: none !important;
    }

    .mobile-main-slider {
        display: block !important;
    }

}






/* ── Floating Button ── */
.wa-fab {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 9990;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    pointer-events: none;
}

/* ── Support Box ── */
.wa-box {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.14), 0 2px 8px rgba(0, 0, 0, 0.08);
    width: 300px;
    overflow: hidden;
    transform-origin: bottom right;
    transform: scale(0.85) translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s cubic-bezier(.34, 1.56, .64, 1), opacity 0.25s ease;
}

.wa-box.open {
    transform: scale(1) translateY(0);
    opacity: 1;
    pointer-events: all;
}

/* Box Header */
.wa-header {
    background: linear-gradient(135deg, #075e54, #128c7e);
    padding: 18px 20px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.wa-header-icon {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wa-header-icon svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.wa-header-text h5 {
    margin: 0 0 2px;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.wa-header-text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
}

.wa-online-dot {
    width: 8px;
    height: 8px;
    background: #25d366;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    margin-right: 5px;
    animation: wa-pulse 2s infinite;
}

@keyframes wa-pulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
    }

    50% {
        box-shadow: 0 0 0 5px rgba(37, 211, 102, 0);
    }
}

/* Box Body */
.wa-body {
    padding: 16px 16px 6px;
}

.wa-intro {
    font-size: 0.78rem;
    color: #888;
    margin: 0 0 12px 4px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 600;
}

/* Contact Card */
.wa-contact {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 13px 14px;
    border-radius: 13px;
    background: #f7f8f9;
    border: 1px solid #eff0f1;
    text-decoration: none;
    margin-bottom: 10px;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
    cursor: pointer;
}

.wa-contact:hover {
    background: #edfbf3;
    border-color: #b6f0d0;
    transform: translateX(3px);
    text-decoration: none;
}

.wa-contact:active {
    transform: scale(0.98);
}

.wa-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25d366, #128c7e);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.02em;
}

.wa-contact-info {
    flex: 1;
    min-width: 0;
}

.wa-contact-name {
    font-size: 0.88rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wa-contact-num {
    font-size: 0.78rem;
    color: #888;
    margin: 0;
}

.wa-arrow {
    width: 28px;
    height: 28px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s, transform 0.2s;
}

.wa-contact:hover .wa-arrow {
    background: #1da851;
    transform: scale(1.1);
}

.wa-arrow svg {
    width: 14px;
    height: 14px;
    fill: #fff;
}

/* Footer */
.wa-footer {
    padding: 10px 16px 14px;
    text-align: center;
    font-size: 0.7rem;
    color: #bbb;
    border-top: 1px solid #f0f0f0;
    margin-top: 4px;
}

.wa-footer span {
    color: #25d366;
    font-weight: 600;
}

/* ── Main FAB Button ── */
.wa-btn {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25d366;
    border: none;
    cursor: pointer;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45), 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.25s cubic-bezier(.34, 1.56, .64, 1), box-shadow 0.25s ease, background 0.2s;
    position: relative;
    flex-shrink: 0;
}

.wa-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 32px rgba(37, 211, 102, 0.5), 0 4px 12px rgba(0, 0, 0, 0.12);
}

.wa-btn:active {
    transform: scale(0.96);
}

.wa-btn svg {
    width: 30px;
    height: 30px;
    fill: #fff;
    transition: transform 0.3s ease, opacity 0.25s;
}

.wa-btn .wa-icon-open {
    position: absolute;
}

.wa-btn .wa-icon-close {
    position: absolute;
    transform: rotate(-90deg) scale(0.6);
    opacity: 0;
}

.wa-btn.active .wa-icon-open {
    transform: rotate(90deg) scale(0.6);
    opacity: 0;
}

.wa-btn.active .wa-icon-close {
    transform: rotate(0deg) scale(1);
    opacity: 1;
}

.wa-btn.active {
    background: #075e54;
    box-shadow: 0 6px 24px rgba(7, 94, 84, 0.35), 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Notification badge */
.wa-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 18px;
    height: 18px;
    background: #ef4444;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 0.62rem;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: wa-bounce 1.5s ease infinite;
}

@keyframes wa-bounce {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.18);
    }
}

/* Tooltip */
.wa-tooltip {
    position: absolute;
    right: 70px;
    background: #1a1a1a;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 8px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(6px);
    transition: opacity 0.2s, transform 0.2s;
    pointer-events: none;
}

.wa-tooltip::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-right: none;
    border-left-color: #1a1a1a;
}

.wa-fab:not(.box-open) .wa-btn:hover~.wa-tooltip,
.wa-fab:not(.box-open):hover .wa-tooltip {
    opacity: 1;
    transform: translateX(0);
}



.empty-cart-wrapper {

    font-family: "Poppins", sans-serif;
}



.empty-cart-img {
    width: 150px;
    opacity: 0.9;
}

.empty-cart-box h2 {
    font-size: 24px;
    font-weight: 600;
}

.empty-cart-box p {
    font-size: 15px;
    line-height: 1.6;
}


.start-shopping-btn {
    display: inline-block;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #9b0001;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0px 5px 15px rgba(155, 0, 1, 0.25);
}

.start-shopping-btn:hover {
    background-color: #7f0001; /* slightly darker on hover */
    transform: translateY(-2px);
    box-shadow: 0px 8px 22px rgba(155, 0, 1, 0.35);
    color: #ffffff;
}

.start-shopping-btn:active {
    transform: scale(0.97);
}


.empty-cart-msg {
    background: #fff4f4;
    border: 1px solid #f5c2c2;
    padding: 14px 18px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #9b0001;
    font-weight: 500;
}

.empty-cart-msg .empty-icon {
    font-size: 20px;
}
