@media only screen and (min-width:3000px) {
    .mobile-menu {
        display: none;
    }
    .mobile-search {
        display: none;
    }
    .mobile-filter-toggle {
        display: none;
    }
}

/* Desktop styles */
@media only screen and (min-width:1200px) {
    .product_sliders {
        grid-template-columns: repeat(5,1fr);
        grid-gap: 10px;
    }
    
    .pro_img {
        height: 180px;
    }
}

/* Tablet styles */
@media only screen and (min-width:768px) and (max-width:1199px) {
    .product_sliders {
        grid-template-columns: repeat(4,1fr);
        grid-gap: 10px;
    }
    
    .pro_img {
        height: 170px;
    }
}

@media only screen and (min-width:320px) and (max-width:3000px) {
    .d-flex.single_product {
      display: flex !important;
      width: 100%;
   }
   .add_cart_btn {
    width: 100%;
   }
  .order_now_btn {
    width: 98%;
    margin-left:0;
}
    header#navbar_top {
    position: inherit;
}
    .cat_img a {
    display: block;
    height: 100%;
}
.cat_img img {
    height: 75px;
    /* add ratio */
    
}    .cat_img {
    height: 75px;
    text-align: center;
}
    
    .topcategory {
     grid-template-columns: repeat(3,1fr);
   }
   
   /* Mobile specific product grid */
   @media only screen and (max-width:767px) {
       .product_sliders {
           grid-template-columns: repeat(2,1fr);
           grid-gap: 10px;
       }
       
       .pro_img {
           height: 158px;
       }
   }
    .payment-method-wrappers {
        grid-template-columns: repeat(2, 1fr);
    }
    .filter_sort {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        padding: 0 6px;
        margin-top: 12px;
    }
    .filter_sidebar {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        top: 30px;
        transition: 0.35s all;
        background: #fff;
    }
    .filter_sidebar.active {
        background: #fff;
        z-index: 9999;
        height: 100%;
        width: 97%;
        top: 2px;
        visibility: visible;
        opacity: 1;
        overflow-y: auto;
    }
    .filter_sidebar.active::-webkit-scrollbar-track
    {
    	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    	background-color: #F5F5F5;
    }
    
    .filter_sidebar.active::-webkit-scrollbar
    {
    	width: 6px;
    	background-color: #F5F5F5;
    }
      .filter_sidebar.active::-webkit-scrollbar-thumb
    {
    	background-color: #FFB6C1;
    }    .filter_btn {
        display: inline-block;
        background: linear-gradient(45deg, #FFB6C1, #FF69B4);
        color: #fff;
        width: 55px;
        height: 33px;
        line-height: 33px;
        font-size: 17px;
        border: 1px solid #FFB6C1;
        text-align: center;
        text-transform: capitalize;
        cursor: pointer;
        border-radius: 20px;
        box-shadow: 0 4px 15px rgba(255, 182, 193, 0.3);
        transition: all 0.3s ease;
    }    .filter_close {
        background: linear-gradient(45deg, #FF69B4, #FF91A4);
        padding: 10px 15px;
        font-size: 18px;
        color: #fff;
        border-radius: 25px;
        margin: 8px 0;
        cursor: pointer;
        display: block;
        box-shadow: 0 4px 15px rgba(255, 182, 193, 0.3);
        transition: all 0.3s ease;
        font-weight: 600;
        border: 2px solid #fff;
    }
    .sidebar-menu {
        display: none;
    }      li.mobile_home {
        border: 3px solid #fff;
        margin-top: -35px;
        background: linear-gradient(45deg, #FF69B4, #FF91A4);
        padding-top: 15px;
        border-radius: 50%;
        width: 75px;
        height: 75px;
        box-shadow: 0 4px 20px rgba(255, 182, 193, 0.4);
        animation: gentle-bounce 2s ease-in-out infinite;
    }
    
    li.mobile_home a {
        color: #fff;
    }
    
	.scrolltop {
	    display: none !important;
	}
    .hightlight_cont ul {

    padding-left: 5px;
}
    .mobile_hide {
        display:none;
    }
    .desktop_hide {
        display:block;
    }
    .sorting-section {
    margin-top: -15px;
}
    .card-body.cartlist {
    overflow-x: scroll;
}
.section-title-header .section-title-name {
    font-size: 15px;
}

#content {
    margin-left: 0;
    padding-top: 0;
}

   .meta_description {
   	display: none;
   }
	.mm-ocd {
    display: none;
   }
    .page-sort {
        padding-right: 6px;
    }
    .showing-data {
        display: none;
    }
    .mobile-filter-toggle {
        display: flex;
        justify-content: center;
        margin: 10px 0;
        align-items: center;
        column-gap: 10px;
        display: none;
    }
.mobile-filter-toggle span {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
}
    .home-slider-container {
        width: 100%;
        margin-left: 0;
    }
    .feature-products p {
        padding-left: 20px;
    }
.feature-products {
    position: fixed;
    top: 0;
    z-index: 99999;
    background-color: #fff;
    left: -300px;
    width: 300px;
    padding-top: 10px;
    height: 100vh;
    overflow-y: auto;
    transition: all 0.3s ease;
}
.category-breadcrumb {
    justify-content: center;
}
.feature-products.active {
    left: 0;
}

    .mobile-menu.active {
    left: 0;
}
.mobile-menu {
    width: 300px;
    left: -300px;
    position: fixed;
    top: 0;
    z-index: 99999;
    background-color: #fff;
    height: 100vh;
    transition: all 0.3s ease;
    overflow-y: auto;
}
.mobile-menu::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.mobile-menu::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.mobile-menu::-webkit-scrollbar-thumb
{
	background: linear-gradient(45deg, #FFB6C1, #FF69B4);
	border-radius: 10px;
	border: 2px solid #fff;
}

.menu-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.search-icon, .menu-track, .menu-bag, .menu-profile, .menu-login {
    display: flex;
    align-items: center;
}

.search-icon {
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

.search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

.search-overlay.active {
    display: block;
}

.mobile-search {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 15px 16px;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

.search-overlay.active .mobile-search {
    transform: translateY(0);
}

.search-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.search-close {
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
}

.mobile-search form {
    display: flex;
    border: 2px solid #FFB6C1;
    border-radius: 25px;
    background: linear-gradient(45deg, #FFB6C1, #FFC0CB);
    height: 40px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 15px rgba(255, 182, 193, 0.3);
}
.mobile-search form svg {
    height: 16px;
    width: 16px;
    color: #fff;
}
.mobile-search form input {
    text-align: left;
    padding-left: 15px;
    color: #000;
}

.mobile-search form button {
    background: linear-gradient(45deg, #FFB6C1, #FF69B4);
    flex: 0 0 60px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin: 3px;
    transition: all 0.3s ease;
    border: none;
}
.mobile-menu-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
}
.logo-image img {
    height: 40px;
    width: auto;
}
.mobile-menu-close {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.mobile-menu-close i {
    font-size: 22px;
}
.first-nav .parent-category {
    display: block;
    line-height: 33px;
}
.first-nav .menu-category-list {
    display: block;
}
.first-nav .menu-category-list .menu-category-link {
    padding: 10px 0;
    display: block;
    padding-left: 20px;
}
.first-nav .parent-category .menu-category-name {
    display: block;
    padding: 10px;
    padding-left: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #222;
}
.mobile-menu li.parent-category {
    position: relative;
}
.mobile-menu span.menu-category-toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
}
.mobile-menu span.menu-category-toggle.active i {
    transition: transform 0.3s ease;
}
.mobile-menu span.menu-category-toggle.active i {
    transform: rotate(180deg);
}
.second-nav {
    padding: 0 0px;
    background-color: #fff;
}
.second-nav.active {
    min-height: 15px;
}
.parent-subcategory {
    display: block;
    position: relative;
    padding: 0px;
}
.parent-subcategory .menu-subcategory-name {
    display: block;
    padding: 10px;
    padding-left: 40px;
}
span.menu-subcategory-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
}

span.menu-subcategory-toggle.active i {
    transition: transform 0.3s ease;
}
span.menu-subcategory-toggle.active i {
    transform: rotate(180deg);
}
li.childcategory {
    display: block;
}
ul.third-nav {
    padding: 0;
    background-color: #f2f2f2;
}
li.parent-category.active {
    background-color: rgba(0,0,0,.05);
}
li.parent-subcategory.active {
    background-color: #fff;
}

.menu-childcategory-name {
    display: block;
    padding: 10px 0;
    padding-left: 60px;
}
header .toggle {
    margin-top: 0;
    padding-left: 30px;
}
.mobile-menu-social .mobile-social-list .mobile-social-link i {
    color: #c0c0c0;
    font-size: 16px;
}
.mobile-menu-social .mobile-social-list .mobile-social-link {
    border: 2px solid #c0c0c0;
    padding: 5px 13px;
    border-radius: 5px;
    display: block;
}
.mobile-menu-social .mobile-menu-social {
    display: flex;
    column-gap: 5px;
    padding-left: 20px;
}
    .logo-area {
        display: none;
    }
    .menu-area {
        display: none;
    }
    .header-left {
        justify-content: center;
    }
    .header-right {
        display: none;
    }
	.category-item {
	    padding: 5px 0;
	}
	.category-item p {
	    font-weight: 400;
	}
.qty-cart .quantity {
    margin-left: 4px;

    display: flex;
}
	.quantity .minus,.quantity .plus {
	    height: 35px;
	    line-height: 35px;
	    width: 92px !important;
	    font-size: 35px;
        text-align: center;
        background: #FFB6C1;
	}
.d-flex.single_product.col-sm-6 {
    margin-left: 4px;
    margin-top: 10px;
}

	.qty-cart {
	    width: auto !important;
	}
	.cus-order-2 {
	    order: 0;
	}
	.cus-order-1 {
	    order: 1;
	}
	.chheckout-section {
	    padding: 10px 0;
	}
	.cart_details{
	    margin-bottom: 15px;
	}
    .success-img img {
        width: 200px;
    }
	.main_product_inner {
	    grid-template-columns: 1fr 1fr;
	}
	.qty-cart {
		grid-template-columns: 130px auto;
	}
	.quantity .minus {
		width: 40px;
	}
	.quantity .plus {
		width: 40px;
	} 
	.compare_store.mobile-show {
        display: block !important;
        line-height: 42px;
        text-align: center;
    }
    
	.add-to-cart.mobile-fix {
		position: fixed;
		bottom: 64px;
		left: 0;
		right: 0;
		z-index: 999;
		padding: 10px;
		margin: 0 10px;
	}
	.footer-top {
		padding: 30px 0;
	}
	.footer-menu ul li img {
		margin: 0 auto;
		display: block;
	}
	.front-view-flex {
		padding: 10px 0px;
	}
	.front_category_title h1 {
		font-size: 20px;
	}
	.front-view-item {
		margin-bottom: 15px;
	}
	.front-view-title a {
		font-size: 13px;
	}
	.home-page-section-title-box h3 {
		font-size: 20px;
	}
	.category-banner-products {
		padding: 20px 5px;
	}
    .flash-product-section .col-sm-4 {
        padding: 10px 10px !important;
    }
    .flash_all {
        margin-top: 10px;
    }
    .slider-section .offset-sm-3 {
        padding-left: 5px;
    }
	.main-header {
	    display: none;
	}
	.mobile-header {
	    display: block;
	    background-color: #fff;
	    position: relative;
	    z-index: 9999;
	}	.mobile-top {
	    background: linear-gradient(45deg, #FFB6C1, #FFC0CB);
	    padding: 8px 0;
	    box-shadow: 0 2px 10px rgba(255, 182, 193, 0.3);
	}
	.mobile-top ul{
		text-align: right;
	}
	.mobile-top ul li a {
	    color: #fff;
	    margin: 0 5px;
	}
	.menu-bar i {
    font-size: 22px;
}
.mobile-logo {
    display: grid;
    grid-template-columns: 15% 55% 30%;
    text-align: center;
    font-size: 16px;
    height: 70px;
    align-items: center;
}
	.fixed-top .mobile-logo {
		margin-bottom: 0px;
	}
.menu-logo img {
    width: auto;
    height: 50px;
    margin-top: 0;
}
.footer-menu ul li a {
    text-align: center;
    text-transform: capitalize;
}
	.main-search.mobile-search {
	    margin: 18px 0;
	    padding: 0 10px;
	}
.menu-bar {
    margin-top: 0;
}

.menu-bag .margin-shopping {
    position: relative;
    width: 30px;
}
.menu-bag .margin-shopping span {
    position: absolute;
    display: inline-block;
    background: linear-gradient(45deg, #FF69B4, #FF91A4);
    height: 20px;
    border-radius: 50px;
    padding: 1px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    top: -10px;
    right: 0;
    border: 2px solid #fff;
    box-shadow: 0 2px 10px rgba(255, 182, 193, 0.3);
    animation: pulse-cute 1.5s ease-in-out infinite;
}
.menu-bag .margin-shopping span i.fa-solid.fa-bag-shopping {
    font-size: 22px;
}
.menu-bag {
    margin-top: 0px;
    display: flex;
    justify-content: flex-end;
    margin-right: 7px;
}
	.menu-bag ul li a {
	    margin-right: 15px;
	    position: relative;
	}
	.menu-bag li span {
	    background: #E62E04;
	    font-size: 10px;
	    color: #fff;
	    position: absolute;
	    top: 0;
	    left: 12px;
	    width: 15px;
	    height: 15px;
	    border-radius: 50px;
	    line-height: 15px;
	}

	.slider-item {
	    height: 150px;
	    margin-top: 0px;
	}
	.footer-about p {
	    text-align: center;
	}
	.footer-bottom {
    margin-bottom: 24px;
    padding-bottom: 77px;
}
	
	.footer-about {
        text-align: center;
        padding: 0 15px;
    }
	.footer_nav {
	    display: block;
	}
	.section-title-left h4 {
	    font-size: 16px;
	}
	.section-title-right a {
	    font-size: 13px;
	}
	.product-info .name {
	    height: 70px;
	}
	.product-info {
	    padding: 15px 10px;
	}
	.row>* {
	    padding-right: calc(var(--bs-gutter-x) * .3);
	    padding-left: calc(var(--bs-gutter-x) * .3);
	}
	.feature-title ul {
	    text-align: center;
	    overflow-y: scroll;
	}
	.feature-title h4 {
		text-align: center;
	    margin-bottom: 10px;
	}
	.footer-top {
	    padding-bottom: 32px;
	}

	.category-sidebar {
	    position: fixed;
	    z-index: 9999;
	    width: 100%;
	    top: 0;
	    background: #fff;
	    left: 0;
	    visibility: hidden;
	    opacity: 0;
	    transition: 0.35s all;
	}
	.close_filter {
	    position: absolute;
	    top: 0;
	    right: 12px;
	    border: 2px solid #ddd;
	    font-size: 19px;
	    padding: 0px 10px;
	    border-radius: 50px;
	    background: #d3b520;
	    color: #fff;
	}
	.close_filter,.show_filter {
	    display: block;
	}
	.show_filter {
	    display: inline-block;
	    margin-right: 10px;
	    margin-left: 8px;
	}
	.page-title h5 {
   		 font-size: 16px;
	}
	.product-section {
	    margin-top: 0;
	}
	.sort-form select {
	    font-size: 14px;
	}
	.category-sidebar.active {
	    visibility: visible;
	    opacity: 1;
	}
	.auth-section, .checkout-shipping {
      margin-top: 5px;
    }
	.payment-form .gap-3 {
	    gap: 0 !important;
	}
	.modal-view.quick-product {
    	width: 100%;
	}
	.quick-product .short_description,.quick-product .details_short {
	    display: none;
	} 	
	.quick-product-img {
	    width: 20%;
	}
	.quick-product-content {
	    width: 80%;
	}
	.close-modal {
	    left: 50%;
	    top: -17px;
	    transform: translateX(-50%);
	}
	.vcart-section {
	    margin-top: 60px;
	}
	.menu-product{
		display: none;
	}
	.details-wishlist {
        display: none !important;
    }
    a.details-wishlist.compare_store.cursor {
    display: none !important;
}
}
@media only screen and (min-width:767px) and (max-width:991px) {
.menu-product{
	display: none;
}

}
@media only screen and (min-width:992px) and (max-width:1140px) {


}
@media only screen and (min-width:1141px){


}
.top-bar-search-icon {
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    color: #333;
    padding: 10px;
}

.search-bar {
    display: none;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 10px;
}

.search-bar.active {
    display: block;
    animation: slideDown 0.3s ease-in-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Cute animations for girl products theme */
@keyframes gentle-bounce {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-3px); }
}

@keyframes pulse-cute {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

@keyframes sparkle {
    0%, 100% { opacity: 0.7; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.1); }
}

/* Additional cute styling improvements */
.mobile-header {
    background: #fff !important;
    box-shadow: 0 4px 20px rgba(255, 182, 193, 0.2);
    border-bottom: 2px solid #FFE4E1;
}

.mobile-logo {
    background: #fff;
    border-radius: 15px;
    margin: 5px;
    box-shadow: 0 2px 15px rgba(255, 182, 193, 0.2);
}

/* Product styling */
.product-item,
.single_product {
    background: #fff !important;
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(255, 182, 193, 0.2);
    transition: all 0.3s ease;
    border: 2px solid #FFE4E1;
}

.product-item:hover,
.single_product:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(255, 182, 193, 0.3);
    border-color: #FFB6C1;
}

.pro_img {
    border-radius: 15px 15px 0 0 !important;
    overflow: hidden;
    position: relative;
}

/* Category items */
.category-item {
    border-radius: 15px;
    margin: 5px;
    background: #FFE4E1;
    transition: all 0.3s ease;
}

.category-item:hover {
    background: #FFB6C1;
    transform: scale(1.02);
}

.cat_img {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(255, 182, 193, 0.2);
}

/* Button improvements */
.add_cart_btn,
.order_now_btn,
.btn-primary {
    background: linear-gradient(45deg, #FFB6C1, #FF69B4) !important;
    border: none !important;
    border-radius: 25px !important;
    padding: 12px 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 182, 193, 0.3);
    color: #fff !important;
}

.add_cart_btn:hover,
.order_now_btn:hover,
.btn-primary:hover {
    background: linear-gradient(45deg, #FF69B4, #FF91A4) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 182, 193, 0.4);
}

/* Quantity controls */
.quantity .minus,
.quantity .plus {
    background: #FFB6C1 !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-weight: 700;
    transition: all 0.3s ease;
}

.quantity .minus:hover,
.quantity .plus:hover {
    background: #FF69B4 !important;
    transform: scale(1.1);
}

/* Section titles */
.section-title-header .section-title-name,
.home-page-section-title-box h3,
.front_category_title h1 {
    color: #D1477A !important;
    font-family: 'Jost', 'Rubik', sans-serif !important;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(255, 182, 193, 0.3);
}

/* Footer styling */
.footer-top {
    background: linear-gradient(135deg, #FFE4E1 0%, #FFF0F5 100%) !important;
    border-top: 3px solid #FFB6C1;
}

.footer-bottom {
    background: #FFB6C1 !important;
    color: #fff !important;
}

/* Menu and sidebar improvements */
.mobile-menu,
.feature-products,
.filter_sidebar {
    background: #fff !important;
    border-right: 3px solid #FFE4E1;
    box-shadow: 0 8px 32px rgba(255, 182, 193, 0.15) !important;
}

.mobile-menu-logo {
    background: linear-gradient(45deg, #FFE4E1, #FFF0F5);
    border-bottom: 2px solid #FFB6C1 !important;
}

/* Form styling */
input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
    border-radius: 20px !important;
    border: 2px solid #E8E8E8 !important;
    padding: 12px 18px !important;
    transition: all 0.3s ease;
    font-family: 'Rubik', 'Comic Sans MS', cursive, sans-serif;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
    border-color: #FFB6C1 !important;
    box-shadow: 0 0 15px rgba(255, 182, 193, 0.3) !important;
}

/* Icon styling */
.menu-bar i,
.search-icon,
.menu-category-toggle i,
.menu-subcategory-toggle i {
    color: #D1477A !important;
    transition: all 0.3s ease;
}

.menu-bar i:hover,
.search-icon:hover {
    color: #FF69B4 !important;
    transform: scale(1.1);
}

/* Search input in mobile search */
.mobile-search form input {
    background: #fff !important;
    border-radius: 20px !important;
    margin: 3px;
    padding: 8px 15px !important;
    font-family: 'Rubik', 'Comic Sans MS', cursive, sans-serif;
    font-size: 14px;
}

/* Product grid improvements */
.product_sliders {
    gap: 15px !important;
}

.topcategory {
    gap: 15px !important;
}

/* Close filter button update */
.close_filter {
    background: linear-gradient(45deg, #FF69B4, #FF91A4) !important;
    border: 2px solid #fff !important;
    border-radius: 25px !important;
    color: #fff !important;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(255, 182, 193, 0.3);
    transition: all 0.3s ease;
}

.close_filter:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(255, 182, 193, 0.4);
}

/* Additional bag icon fix */
.menu-bag li span {
    background: linear-gradient(45deg, #FF69B4, #FF91A4) !important;
    border: 2px solid #fff !important;
    box-shadow: 0 2px 10px rgba(255, 182, 193, 0.3);
}

/* Product info styling */
.product-info {
    padding: 15px !important;
    background: #fff;
}

.product-info .name {
    font-family: 'Jost', 'Rubik', sans-serif !important;
    font-weight: 600;
    color: #D1477A !important;
    margin-bottom: 8px;
}

.product-info .price {
    color: #FF69B4 !important;
    font-weight: 700;
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    .mobile-logo {
        margin: 3px;
        border-radius: 12px;
    }
    
    .product-item,
    .single_product {
        border-radius: 15px !important;
    }
    
    .add_cart_btn,
    .order_now_btn {
        padding: 10px 16px;
        font-size: 14px;
    }
}