/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-primary:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white);
}

.btn.btn-secondary {
    background: var(--bs-secondary) !important;
    color: var(--bs-white);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border: 1px solid var(--bs-secondary);
    transition: 0.5s;
}

.btn.btn-secondary:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-secondary) !important;
}

/*** Topbar Start ***/
.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;
    }
}

/*** Topbar End ***/


/*** Navbar ***/
.nav-bar .categories-bars .categories-bars-item {
    padding: 5px 15px;
    border-bottom: 1px solid rgba(256, 256, 256, 0.1);
    display: flex;
    justify-content: space-between;
    transition: 0.5s;
}

.nav-bar .categories-bars .categories-bars-item a,
.nav-bar .categories-bars .categories-bars-item span {
    color: var(--bs-dark);
    transition: 0.5s;
}

.nav-bar .categories-bars .categories-bars-item:hover {
    background: var(--bs-primary);
}

.nav-bar .categories-bars .categories-bars-item:hover a,
.nav-bar .categories-bars .categories-bars-item:hover span {
    color: var(--bs-white);
}

.nav-bar .navbar.navbar-light {
    padding: 0 !important;
}

.nav-bar .navbar .navbar-nav .nav-link {
    padding: 18px 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-white);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

@media (max-width: 992px) {
    .nav-bar .navbar .navbar-nav .nav-link {
        padding: 8px 0px;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

.navbar .navbar-toggler {
    padding: 5px 15px;
}

#allCat {
    position: absolute;
    left: 0;
    right: 0;
    top: 51px;
    z-index: 999;
    background: var(--bs-light);
}

.nav-bar .navbar-toggler {
    border-radius: 5px !important;
    box-shadow: none !important;
}

/*** Navbar End ***/

/*** Carousel Header Start ***/
.header-carousel.owl-carousel .owl-nav .owl-prev,
.header-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 87%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: var(--bs-white);
}

.header-carousel.owl-carousel .owl-nav .owl-prev {
    right: 130px;
    transition: 0.5s;
}

.header-carousel.owl-carousel .owl-nav .owl-next {
    right: 60px;
    transition: 0.5s;
}

.header-carousel.owl-carousel .owl-nav .owl-prev:hover,
.header-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.carousel .carousel-header-banner {
    position: relative;
}

.carousel .carousel-banner-offer {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.carousel .carousel-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

/*** Carousel Header End ***/


/*** Page Header start ***/
.page-header {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/carousel-1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/*** Page Header end ***/


/*** Products Start ***/
.product .product-item {
    width: 100%;
    height: 100%;
    position: relative;
}

.product .product-item .product-item-inner {
    height: 100%;
}

.product .product-item .product-item-add {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.product .product-item:hover .product-item-add {
    background: var(--bs-white);
    margin-bottom: -124px;
    opacity: 1;
}

.product .product-item:hover .product-item-inner {
    border-bottom: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.product .product-item .product-item-inner .product-item-inner-item {
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
}

.product .product-item .product-item-inner .product-item-inner-item .product-new,
.product .product-item .product-item-inner .product-item-inner-item .product-sale {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .product-item .product-item-inner .product-item-inner-item .product-new {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.product .product-item .product-item-inner .product-item-inner-item .product-sale {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.product .product-item .product-item-inner img {
    transition: 0.5s;
}

.product .product-item:hover .product-item-inner img {
    transform: scale(1.1);
}

.product .product-item .product-item-inner .product-item-inner-item .product-details {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.5s;
}

.product .product-item .product-item-inner .product-item-inner-item .product-details a i {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
}

.product .product-item:hover .product-item-inner .product-item-inner-item .product-details a i:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.product .product-item:hover .product-item-inner .product-details {
    opacity: 1;
}

.product .tab-class .nav .nav-item a.active {
    background: var(--bs-primary) !important;
}

.product .tab-class .nav .nav-item a.active span {
    color: var(--bs-white) !important;
}

/*** Product End ***/


/*** ProductList Categories Start ***/
.productList .productList-carousel {
    height: 215px !important;
}

.productList .productList-carousel .productImg-carousel.productList-item .productImg-item {
    position: relative;
    width: calc(100% - 1px);
    transition: 0.5s;
}

.productList .productList-carousel .productImg-carousel.productList-item .productImg-item {
    margin-bottom: 75px;
}

.productList .productList-carousel .productImg-carousel.productList-item .productImg-item:hover {
    border-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.productList .productList-carousel .owl-nav .owl-prev,
.productList .productList-carousel .owl-nav .owl-next {
    position: absolute;
    top: -40px;
    padding: 5px 40px;
    border-radius: 30px;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
}

.productList .productList-carousel .owl-nav .owl-prev:hover,
.productList .productList-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

.productList .productList-carousel .owl-nav .owl-prev {
    left: 0;
}

.productList .productList-carousel .owl-nav .owl-next {
    right: 0;
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-prev,
.productList .productList-carousel .productImg-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0px;
    padding: 5px 10px;
    border-radius: 30px;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
    opacity: 0;
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-prev:hover,
.productList .productList-carousel .productImg-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-prev {
    left: 0;
}

.productList .productList-carousel .productImg-carousel .owl-nav .owl-next {
    right: 0;
}

.productList .productList-carousel .productImg-carousel.productList-item:hover .owl-nav .owl-prev,
.productList .productList-carousel .productImg-carousel.productList-item:hover .owl-nav .owl-next {
    opacity: 1;
}

/*** ProductList Categories End ***/



/*** bestseller Products Start ***/
.products .products-mini .products-mini-item {
    position: relative;
    border-radius: 10px;
    transition: 0.5s;
}

.products .products-mini .products-mini-item:hover {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.products .products-mini .products-mini-item .products-mini-img {
    position: relative;
    overflow: hidden;
}

.products .products-mini .products-mini-item .products-mini-img img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.5s;
}

.products .products-mini .products-mini-item:hover .products-mini-img img {
    border-bottom-left-radius: 0 !important;
    transform: scale(1.3);
}

.products .products-mini .products-mini-item .products-mini-img .products-mini-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.products .products-mini .products-mini-item:hover .products-mini-img .products-mini-icon {
    opacity: 1;
}

.products .products-mini .products-mini-item:hover .products-mini-img .products-mini-icon:hover {
    background: var(--bs-secondary) !important;
}

.products .products-mini .products-mini-item .products-mini-add {
    position: absolute;
    bottom: 0;
    left: -1px;
    right: -1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--bs-white);
    transition: 0.5s;
    z-index: 9;
    opacity: 0;
}

.products .products-mini .products-mini-item:hover .products-mini-add {
    opacity: 1;
    margin-bottom: -75px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*** bestseller Products End ***/

/*** Pagination Start ***/
.pagination {
    display: inline-block;
}

.pagination a {
    color: var(--bs-dark);
    padding: 10px 16px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid var(--bs-secondary);
    margin: 0 4px;
}

.pagination a.active {
    background-color: var(--bs-primary);
    color: var(--bs-light);
    border: 1px solid var(--bs-secondary);
}

.pagination a:hover:not(.active) {
    background-color: var(--bs-primary)
}

.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--bs-secondary) !important;
}

/*** Pagination End ***/

/*** Shop Page Start ***/
.shop .product-categories .categories-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.shop .product-categories .categories-item a {
    transition: 0.5s;
}

.shop .product-categories .categories-item a:hover {
    color: var(--bs-primary) !important;
}

.shop .product-color .product-color-item {
    display: flex;
    padding: 10px 0;
}

.shop .product-color .product-color-item a {
    transition: 0.5s;
}

.shop .product-color .product-color-item a:hover {
    color: var(--bs-secondary);
}

.shop .price {
    padding: 10px 0;
}

.shop .additional-product .additional-product-item {
    padding: 10px 0;
}

.shop .featured-product .featured-product-item {
    display: flex;
    align-items: center;
    justify-content: start;
}

.shop .product-tags .product-tags-items a {
    display: inline-block !important;
    background: var(--bs-white);
    color: var(--bs-dark);
    transition: 0.5;
}

.shop .product-tags .product-tags-items a:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

/*** Shop Page End ***/


/*** Single Products Start ***/
.single-product .owl-nav .owl-prev,
.single-product .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -13%;
    font-size: 22px;
    color: var(--bs-primary);
}

.single-product .owl-nav .owl-prev {
    left: 0;
}

.single-product .owl-nav .owl-next {
    right: 0 !important;
}


.single-product .single-carousel .owl-dots {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    transition: 0.5s;
}

.single-product .single-carousel .owl-dots .owl-dot img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin-right: 15px;
    border: 2px solid var(--bs-primary);
    transition: 0.5s;
}

.single-product .single-carousel .owl-dots .owl-dot.active img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: 4px solid var(--bs-secondary);
}



.related-product .related-carousel .related-item {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 125px;
    transition: 0.5s;
}

.related-product .related-carousel .related-item .related-item-add {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
    z-index: 99;
}

.related-product .related-carousel .related-item:hover .related-item-add {
    background: var(--bs-white);
    margin-bottom: -125px;
    opacity: 1;
}

.related-product .related-carousel .related-item:hover .related-item-inner {
    border-bottom: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item {
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-new,
.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-sale {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-new {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-sale {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.related-product .related-carousel .related-item .related-item-inner img {
    transition: 0.5s;
}

.related-product .related-carousel .related-item:hover .related-item-inner img {
    transform: scale(1.1);
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-details {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.5s;
}

.related-product .related-carousel .related-item .related-item-inner .related-item-inner-item .related-details a i {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
}

.related-product .related-carousel .related-item:hover .related-item-inner .related-item-inner-item .related-details a i:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.related-product .related-carousel .related-item:hover .related-item-inner .related-details {
    opacity: 1;
}


.related-product .owl-nav .owl-prev,
.related-product .owl-nav .owl-next {
    position: absolute;
    top: -40px;
    padding: 5px 40px;
    border-radius: 30px;
    background: var(--bs-primary);
    color: var(--bs-white);
    transition: 0.5s;
}

.related-product .owl-nav .owl-prev {
    left: 0;
}

.related-product .owl-nav .owl-next {
    right: 0;
}

.related-product .owl-nav .owl-prev:hover,
.related-product .owl-nav .owl-next:hover {
    background: var(--bs-secondary) !important;
}

/*** Single Products End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 30px;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-secondary);
}

/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-primary) !important;
}

/*** copyright end ***/

.ooty-topbar {
    background: linear-gradient(90deg, #4e342e, #6d4c41);
    color: #fff;
    padding: 8px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.ooty-topbar .ooty-callbtn {
    background: #fff;
    color: #222;

    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.ooty-topbar .ooty-callbtn:hover {
    background: rgb(255, 216, 185);
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
}

/* Navbar */
.ooty-navbar {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.ooty-leftmenu {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ooty-catbtn {
    background: #6d4c41;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    cursor: pointer;
    border: none;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
}

.ooty-catbtn:hover {
    background: #4e342e;
    transform: scale(1.05);
}

.ooty-logo {
    font-size: 1.7rem;
    font-weight: 700;
    color: #4e342e;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ooty-navlinks {
    display: flex;
    gap: 28px;
}

.ooty-navlinks a {
    text-decoration: none;
    color: #3b2f2f;
    font-weight: 500;
    position: relative;
    transition: 0.3s;
}

.ooty-navlinks a:hover {
    color: #6d4c41;
}

.ooty-navlinks a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #ffcc00, #6d4c41);
    border-radius: 3px;
    transition: width 0.3s ease;
}

.ooty-navlinks a:hover::after {
    width: 100%;
}

.ooty-searchbar {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
}

.ooty-searchbar input {
    width: 60%;
    padding: 10px 40px 10px 15px;
    border: 1px solid #ccc;
    border-radius: 30px;
    transition: 0.3s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.ooty-searchbar input:focus {
    border-color: #6d4c41;
    box-shadow: 0 0 15px rgba(77, 54, 46, 0.6);
    outline: none;
}

.ooty-searchbar i {
    position: absolute;
    right: 23%;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
}

/* Hamburger */
.ooty-hamburger {
    display: none;
    font-size: 1.8rem;
    cursor: pointer;
    color: #6d4c41;
}

/* Sidebar (Left - Categories) */
.ooty-sidebar {
    width: 260px;
    background: linear-gradient(180deg, #6d4c41, #4e342e);
    color: #fff;
    position: fixed;
    top: 0;
    left: -280px;
    height: 100%;
    padding: 25px;
    transition: 0.4s ease;
    z-index: 2000;
    overflow-y: auto;
    box-shadow: 5px 0 20px rgba(0, 0, 0, 0.4);
}

.ooty-sidebar.active {
    left: 0;
}

.ooty-sidebar h3 {
    margin-bottom: 25px;
    font-size: 1.4rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
}

.ooty-sidebar ul {
    list-style: none;
}

.ooty-sidebar ul li {
    margin: 16px 0;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
}

.ooty-sidebar ul li:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(8px);
    box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.3);
}

/* Sidebar (Right - Mobile Menu) */
.ooty-rightsidebar {
    width: 260px;
    background: #fff;
    position: fixed;
    top: 0;
    right: -280px;
    height: 100%;
    padding: 25px;
    transition: 0.4s ease;
    z-index: 2000;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
}

.ooty-rightsidebar.active {
    right: 0;
}

.ooty-rightsidebar h3 {
    margin-bottom: 20px;
    font-size: 1.3rem;
    color: #4e342e;
}

.ooty-rightsidebar ul {
    list-style: none;
}

.ooty-rightsidebar ul li {
    margin: 15px 0;
}

.ooty-rightsidebar ul li a {
    text-decoration: none;
    font-size: 1.1rem;
    color: #4e342e;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.ooty-rightsidebar ul li a:hover {
    color: #ff9900;
    transform: translateX(5px);
}

.ooty-rightsidebar .ooty-closebtn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.5rem;
    background: none;
    border: none;
    color: #4e342e;
    cursor: pointer;
}

/* Overlay */
.ooty-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1500;
}

.ooty-overlay.show {
    display: block;
}

/* Sections */

section.show {
    opacity: 1;
    transform: translateY(0);
}

#home {
    background: linear-gradient(to right, #4e342e, #3E1A0E);
    color: #fff;
    text-align: left;
}

#home h1 {
    font-size: 3.2rem;
    margin-bottom: 15px;
}

#home p {
    font-size: 1.2rem;
    max-width: 650px;
}

#about {
    background: #fcefe6;
    text-align: center;
}

#products {
    background: #fff8f2;
}

#contact {
    background: linear-gradient(135deg, #6d4c41, #4e342e);
    color: #fff;
    text-align: center;
}

/* Responsive */
@media(max-width:768px) {
    .ooty-navlinks {
        display: none;
    }

    .ooty-hamburger {
        display: block;
    }

    .ooty-searchbar {
        display: none;
    }

    .ooty-topbar .ooty-callbtn {
        background: #fff;
        color: #222;
        padding: 10px 10px;
        width: 100%;
        max-width: 30%;
        border: none;
        border-radius: 25px;
        cursor: pointer;
        font-weight: 600;
        transition: all 0.3s ease;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }



}

.unique-slider-container {
    position: relative;
    width: 100%;
    height: 105vh;
    overflow: hidden;
}

.unique-slide {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: left 1s ease-in-out;
}

.unique-slide.active {
    left: 0;
}

.unique-slide.prev {
    left: -100%;
}

/* Black overlay */
.unique-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.unique-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 700px;
    padding: 20px;
    top: 20%;
    left: 7%;
}

.unique-title,
.unique-subtitle,
.unique-para,
.unique-btn {
    opacity: 0;
    transform: translateX(-50px);
    animation-fill-mode: forwards;
    color: #fff;
    padding-bottom: 20px;

}

.unique-title {
    font-size: 4rem;
}

.unique-subtitle {
    font-size: 2rem;
}

.unique-para {
    font-size: 1.5rem;
}

.unique-slide.active .unique-title {
    animation: slideInLeft 1s ease forwards 0.5s;
}

.unique-slide.active .unique-subtitle {
    animation: slideInLeft 1s ease forwards 1s;
}

.unique-slide.active .unique-para {
    animation: slideInLeft 1s ease forwards 1.5s;
}

/* Buttons animation (from bottom) */
.unique-slide.active .unique-btn-1 {
    animation: slideUp 1s ease forwards 2s;
}

.unique-slide.active .unique-btn-2 {
    animation: slideUp 1s ease forwards 2.5s;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.unique-btn {
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 12px 25px;
    border: 2px solid #fff;
    color: #fff;
    background: #9A6A53;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    transition: background 0.3s;
}

.unique-btn:hover {
    background: #fff;
    color: #000;
}

/* Navigation buttons */
.unique-nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.unique-nav button {
    border: none;
    background: rgba(255, 255, 255, 0.7);
    margin: 0 5px;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.unique-nav button.active {
    background: #fff;
}


/* Mobile landscape & small tablets */
@media (max-width: 768px) {
    .unique-title {
        font-size: 2.8rem;
        padding-bottom: 20px;
    }

    .unique-content {
        top: 25%;
        left: 5%;
        max-width: 90%;


    }

    .unique-slider-container {
        height: 80vh;
        /* shorter for small screens */
    }

    .unique-subtitle {
        font-size: 1.8rem;
        padding-bottom: 20px;
    }



    .unique-para {
        font-size: 1.2rem;
        padding-bottom: 20px;
    }

    .unique-content {
        top: 18%;
        left: 5%;
    }

    .unique-btn {
        font-size: 1rem;
        padding: 8px 18px;

    }
}

/* Mobile portrait */
@media (max-width: 576px) {
    .unique-slider-container {
        height: 70vh;
        /* shorter for small screens */
    }

    .unique-content {
        top: 18%;
        left: 5%;

    }

    .unique-title {
        font-size: 36px;
        padding-bottom: 20px;
    }

    .unique-subtitle {
        font-size: 21px;
        padding-bottom: 20px;
    }

    .unique-para {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .unique-btn {

        width: fit-content;
        margin: 10px auto;
        font-size: 1rem;
        padding: 7px 15px;

    }

    .unique-nav {
        bottom: 10px;
    }
}

.about-ooty-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 60px 5%;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)),
        url('../img/hero/4.jpg') no-repeat center/cover;
    color: #fff;
    min-height: 80vh;
    /* ✅ Ensure visible height */
    position: relative;
    z-index: 1;
}

.about-ooty-text {
    flex: 1 1 45%;
    padding: 20px;
}

.about-ooty-text h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #f6d1b0;
}

.about-ooty-text h4 {
    font-size: 1.3rem;
    margin: 10px 0;
    font-weight: 500;
}

.about-ooty-text p {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 18px;
    text-align: left;
}

.about-ooty-icons {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}

.about-ooty-icons i {
    font-size: 2rem;
    background: #f6d1b0;
    color: #333;
    padding: 15px;
    border-radius: 50%;
    transition: 0.3s;
}

.about-ooty-icons i:hover {
    background: #fff;
    color: #333;
}

.about-ooty-img {
    flex: 1 1 45%;
    text-align: center;
    padding: 20px;
}

.about-ooty-img img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
    .about-ooty-section {
        flex-direction: column;
        padding: 40px 20px;
        text-align: center;
    }

    .about-ooty-text,
    .about-ooty-img {
        flex: 1 1 100%;
    }

    .about-ooty-text h2 {
        font-size: 2rem;
    }

}


/* ========== Base Layout ========== */
.tooty-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Sidebar */
.tooty-sidebar {
    max-width: 400px;
    width: 100%;
    background: linear-gradient(180deg, #3E1A0E, #382521);
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.3);
    flex-shrink: 0;
}

/* Sidebar Title */
.tooty-sidebar h3 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #f6d1b0;
}

/* Sidebar List */
.tooty-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tooty-sidebar ul li {
    padding: 12px 15px;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tooty-sidebar ul li:hover,
.tooty-sidebar ul li.tooty-active {
    background: rgba(255, 254, 254, 0.2);
    color: #f6d1b0;
    transform: translateX(5px);
}

/* Products Container */
.tooty-products-container {
    flex: 1;
    min-width: 280px;
}

.tooty-products-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    color: #222;
}

/* Product Card */
.tooty-product-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    padding: 20px;
    text-align: center;
    transition: all 0.4s ease;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: 10px;
}

.tooty-product-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.tooty-product-card img {
    width: 100%;
    max-height: 300px;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.tooty-product-card:hover img {
    transform: scale(1.15) rotate(-3deg);
}

/* Product Info */
.tooty-product-info {
    margin-top: 15px;
}

.tooty-product-info h4 {
    font-size: 20px;
    margin: 10px 0;
    font-weight: 600;
    color: #000;
}

.tooty-product-price {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-top: 10px;
}

.tooty-stars {
    margin: 8px 0;
    color: #f1c40f;
    font-size: 14px;
}

/* Modal */
.tooty-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.tooty-modal-content {
    margin: 5% auto;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    max-width: 500px;
    text-align: center;
}

.tooty-modal-content h2 {
    color: #000;
    font-weight: 700;
    font-size: 1.9rem;
    padding-top: 10px;
}

.tooty-modal-content img {
    width: 200px;
    height: auto;
}

.tooty-close {
    position: absolute;
    top: 45px;
    right: 175px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
}

/* ========== Responsive ========== */

/* Tablets: sidebar full width on top */


.ootyContactWrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 50px;
    width: 100%;
    max-width: 1200px;

    opacity: 0;
    transform: translateY(60px);
    transition: all 1s ease-in-out;
}

.ootyContactWrapper.active {
    opacity: 1;
    transform: translateY(0);
}

/* Left Info with Image Overlay */
.ootyContactInfo {
    flex: 1;
    min-width: 300px;
    background: url("../img/shop.jpg") no-repeat center/cover;
    position: relative;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.ootyContactInfo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

.ootyContactInfo h2,
.ootyContactInfo p,
.ootyContactInfo .ootySocialLinks {
    position: relative;
    z-index: 1;
}

.ootyContactInfo h2 {
    font-size: 2.3rem;
    margin-bottom: 20px;
    color: #f6d1b0;
    font-weight: 800;
    transform: translateX(-50px);
    opacity: 0;
    transition: all 0.8s ease;
}

.ootyContactWrapper.active .ootyContactInfo h2 {
    transform: translateX(0);
    opacity: 1;
}

.ootyContactInfo p {
    margin: 12px 0;
    font-size: 1.2rem;
    display: flex;
    font-weight: 700;
    color: #fff;
    align-items: center;
    transform: translateX(-50px);
    opacity: 0;
    transition: all 0.8s ease;
}

.ootyContactWrapper.active .ootyContactInfo p {
    transform: translateX(0);
    opacity: 1;
}

.ootyContactInfo p:nth-child(2) {
    transition-delay: 0.2s;
}

.ootyContactInfo p:nth-child(3) {
    transition-delay: 0.4s;
}

.ootyContactInfo p:nth-child(4) {
    transition-delay: 0.6s;
}

.ootyContactInfo p:nth-child(5) {
    transition-delay: 0.8s;
}

.ootyContactInfo p i {
    margin-right: 12px;
    color: #f6d1b0;
    font-size: 1.5rem;
}

.ootySocialLinks {
    margin-top: 30px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease 1s;
}

.ootyContactWrapper.active .ootySocialLinks {
    opacity: 1;
    transform: translateY(0);
}

.ootySocialLinks a {
    display: inline-block;
    margin-right: 15px;
    color: #f6d1b0;
    font-size: 1.8rem;
    transition: transform 0.3s, color 0.3s;
}

.ootySocialLinks a:hover {
    transform: scale(1.2);
    color: #fff;
}

/* Right Form */
.ootyContactForm {
    flex: 1.5;
    min-width: 300px;
    background: #fff;
    color: #333;
    padding: 40px;
    opacity: 0;
    transform: translateX(60px);
    transition: all 1s ease 0.5s;
}

.ootyContactWrapper.active .ootyContactForm {
    opacity: 1;
    transform: translateX(0);
}

.ootyContactForm h2 {
    font-size: 2rem;
    color: #000;
    margin-bottom: 20px;
}

.ootyFormGroup {
    margin-bottom: 20px;
}

.ootyFormGroup label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.ootyFormGroup input,
.ootyFormGroup textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 10px;
    outline: none;
    transition: 0.3s;
    font-size: 1rem;
}

.ootyFormGroup input:focus,
.ootyFormGroup textarea:focus {
    border-color: #4e342e;
    box-shadow: 0 0 8px rgba(44, 95, 45, 0.3);
}

.ootyContactForm button {
    background: #3E1A0E;
    color: #fff;
    border: none;
    padding: 14px 25px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.ootyContactForm button:hover {
    background: #a4766c;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .ootyContactWrapper {
        flex-direction: column;
    }

    .ootyContactInfo,
    .ootyContactForm {
        min-width: 100%;
        padding: 30px;
    }

    .tooty-modal-content {
        margin: 5% auto;
        background: #fff;
        border-radius: 20px;
        padding: 20px;
        max-width: 400px;
        text-align: center;
    }

    .tooty-modal-content img {
        width: 200px;
        height: auto;
    }

    .tooty-close {
        position: absolute;
        top: 25px;
        right: 55px;
        font-size: 28px;
        color: #000;
        cursor: pointer;
    }



}

.ooty-footer {
    background: #3E1A0E;
    color: #fff;
    text-align: center;
    padding: 25px 15px;
}

.ooty-footer .footer-tagline {
    font-size: 15px;
    font-weight: 500;
    color: #ecf0f1;
    margin-bottom: 15px;
    font-style: italic;
}

.ooty-footer .social-icons {
    margin: 15px 0;
}

.ooty-footer .social-icons a {
    color: #fff;
    margin: 0 8px;
    font-size: 18px;
    transition: color 0.3s;
}

.ooty-footer .social-icons a:hover {
    color: #1abc9c;
}

.ooty-footer p {
    font-size: 13px;
    margin-top: 10px;
    color: #bdc3c7;
}

section {
    min-height: 100vh;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

/* Section styling */
.featureoo-section {
    padding: 60px 20px;
    background: linear-gradient(135deg, #f0ac95, #3E1A0E);
    overflow: hidden;
}

.featureoo-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: auto;
}

/* Card styling */
.featureoo-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.6s ease, opacity 0.6s ease;
    opacity: 0;
    transform: translateY(50px);
}

.featureoo-card i {
    font-size: 40px;
    color: #3E1A0E;
    margin-bottom: 15px;
}

.featureoo-card h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
    text-transform: uppercase;
}

.featureoo-card p {

    color: #000;
    line-height: 1.6;
}

/* Hover effect */
.featureoo-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

/* Direction animations */
.from-left {
    transform: translateX(-100px);
}

.from-right {
    transform: translateX(100px);
}

.from-top {
    transform: translateY(-100px);
}

.from-bottom {
    transform: translateY(100px);
}

.featureoo-card.visible {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .featureoo-card {
        padding: 25px 15px;
    }

    .featureoo-card i {
        font-size: 35px;
    }

    .featureoo-card h6 {
        font-size: 16px;
    }
}

.fresh-advero-section {

    padding-left: 20px;
    padding-left: 20px;
    padding-top: 80px;
    overflow: hidden;
}

.fresh-advero-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Banner Card */
.fresh-advero-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 40px 50px;
    opacity: 0;
    transform: translateY(80px);
    transition: all 1s ease;
    position: relative;
    overflow: hidden;
}

.fresh-advero-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 215, 185, 0.4), rgba(255, 255, 255, 0));
    transition: left 0.7s ease;
}

.fresh-advero-banner:hover::before {
    left: 100%;
}

/* Text Content */
.fresh-advero-content {
    max-width: 55%;
}

.fresh-advero-sub {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}

.fresh-advero-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #6d4c41;
    margin-bottom: 18px;
}

.fresh-advero-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #6d4c41;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.fresh-advero-btn:hover {
    background: #6d4c41;
    transform: translateY(-2px);
}

/* Image */
.fresh-advero-image img {
    max-width: 250px;
    border-radius: 14px;
    transition: transform 0.4s ease;
}

.fresh-advero-banner:hover .fresh-advero-image img {
    transform: scale(1.08) rotate(-2deg);
}

/* Scroll Animations */
.fresh-advero-banner.from-left {
    transform: translateX(-120px);
}

.fresh-advero-banner.from-right {
    transform: translateX(120px);
}

.fresh-advero-banner.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Responsive */
@media (max-width: 992px) {
    .fresh-advero-banner {
        flex-direction: column-reverse;
        text-align: center;
        padding: 25px;
    }

    .fresh-advero-content {
        max-width: 100%;
    }

    .fresh-advero-image img {
        max-width: 200px;
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .fresh-advero-sub {
        font-size: 16px;
    }

    .fresh-advero-title {
        font-size: 1.8rem;
    }

    .fresh-advero-btn {
        padding: 10px 22px;
        font-size: 14px;
    }

    .fresh-advero-image img {
        max-width: 400px;
    }
}

.shop-btn-wrapper {
    position: relative;
    display: inline-block;
}

.shop-btn {
    position: relative;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #111;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.2s ease-in-out;
}

/* Gradient border animation */
.shop-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 3px;
    background: linear-gradient(90deg, #ff416c, #ff4b2b, #ff9a44, #ff416c);
    background-size: 300% 300%;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: borderMove 4s linear infinite;
    z-index: -1;
}

@keyframes borderMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Shine effect */
.shop-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.6),
            transparent);
    transform: skewX(-25deg);
    transition: 0.5s;
}

.shop-btn:hover::after {
    left: 130%;
}

.shop-btn:hover {
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 600px) {
    .shop-btn {
        padding: 12px 30px;
        font-size: 16px;
    }
}

.shopnow-btn-unique7 {
    position: relative;
    display: inline-block;
    padding: 8px 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(135deg, #3E1A0E, #50340e);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shopnow-btn-unique7::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(45deg);
    transition: 0.6s;
}

.shopnow-btn-unique7:hover::before {
    top: -20%;
    left: -20%;
}

.shopnow-btn-unique7:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(255, 65, 108, 0.5);
}

@media (max-width: 768px) {
    .shopnow-btn-unique7 {
        font-size: 16px;
        padding: 12px 28px;
    }
}

@media (max-width: 480px) {
    .shopnow-btn-unique7 {
        font-size: 14px;
        padding: 10px 24px;
    }
}

.tooty-buy-btn {
    margin-top: 10px;
    background: #ff6b35;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
}

.tooty-buy-btn:hover {
    background: #e0521f;
    transform: translateY(-2px);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

.tooty-product-card {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: 0.3s;
    text-align: center;
    padding: 15px;
}

.tooty-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
}