@media (min-width: 1441px) and (max-width: 1919px) {
    html {
        font-size: 17px;
    }

}

@media (min-width: 1281px) and (max-width: 1440px) {
    html {
        font-size: 16px;
    }

}

@media (min-width: 1025px) and (max-width: 1280px) {
    html {
        font-size: 15px;
    }

    /* Navbar */
    .header-search-bar {
        width: 70%;
    }

    /* Breadcrumbs */
    .breadcrumb-section {
        padding: 15px 0;
        height: 200px;
        position: relative;
    }

    .breadcrumb-section .breadcrumb-content {
        position: absolute;
        top: 50%;
        left: 5%;
    }

    .breadcrumb-heading {
        font-size: 35px !important;
        line-height: 39px !important;
    }

    /* Headings */
    .heading .heading-subtitle {
        font-size: 45px;
        line-height: 55px;
    }

    .heading .heading-description {
        font-size: 15px;
        line-height: 24px;
    }

    /* Home - Natural Oil */
    .natural-oil-section .natural-oil-counter .natural-oil-counter-content .number {
        font-size: 40px;
        line-height: 42px;
    }

    .natural-oil-section .natural-oil-counter .natural-oil-counter-content .text {
        font-size: 15px;
        line-height: 24px;
    }

    /* Home - Product Card */
    .product-card .product-content .product-name {
        font-size: 15px;
        line-height: 18px;
    }

    .product-card .product-content .product-description {
        font-size: 13px;
    }

    .product-card .product-content .product-price {
        font-size: 11px;
    }

    .product-card .product-content .product-price span {
        font-size: 13px;
    }

    /* About - About Counter */

}

@media (min-width: 768px) and (max-width: 1024px) {
    html {
        font-size: 14px;
    }

    /* Navbar */
    .header-search-bar {
        width: 60%;
    }

    /* Breadcrumbs */
    .breadcrumb-section {
        padding: 15px 0;
        height: 200px;
        position: relative;
    }

    .breadcrumb-section .breadcrumb-content {
        position: absolute;
        top: 50%;
        left: 5%;
    }

    .breadcrumb-heading {
        font-size: 35px !important;
        line-height: 39px !important;
    }

    /* Headings */
    .heading .heading-title {
        font-size: 14px;
        line-height: 14px;
    }

    .heading .heading-subtitle {
        font-size: 40px;
        line-height: 50px;
    }

    .heading .heading-description {
        font-size: 14px;
        line-height: 22px;
    }

    /* Home - Natural Oil */
    .natural-oil-section .natural-oil-counter .natural-oil-counter-img {
        height: 56px;
        width: 56px;
        margin-right: 20px;
    }

    .natural-oil-section .natural-oil-counter .natural-oil-counter-content .number {
        font-size: 36px;
        line-height: 38px;
    }

    .natural-oil-section .natural-oil-counter .natural-oil-counter-content .text {
        font-size: 14px;
        line-height: 22px;
    }

    /* Home - Product Card */
    .product-card {
        margin-top: 20px;
    }

    .product-card .product-content .product-name {
        font-size: 14px;
        line-height: 17px;
    }

    .product-card .product-content .product-description {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .product-card .product-content .product-price {
        font-size: 10px;
    }

    .product-card .product-content .product-price span {
        font-size: 12px;
    }

    /* About - About Counter */
    .about-counters-section {
        padding: 80px 0;
        background-size: cover;
    }

    .about-counters-section .about-conter-main-text {
        font-size: 38px;
        line-height: 50px;
        margin-top: 16px !important;
    }

    .about-counters-section .about-counter-text {
        font-size: 18px;
        line-height: 30px;
    }

    .about-counters-section .about-counter-card .about-counter-card-number {
        font-size: 40px;
        line-height: 60px;
    }

    .about-counters-section .about-counter-card .about-counter-card-text {
        font-size: 18px;
    }

    /* Shop - Category Section */
    .category-section .category-card .category-card-text {
        font-size: 20px;
        line-height: 26px;
        margin-top: 24px;
    }

    /* Cart - Cart Table */
    .cart-section .cart-header {
        display: none;
    }

    .cart-section .cart-item {
        position: relative;
        border: 1px solid #d1cbc6;
    }

    .cart-section .cart-item .cart-item-details .cart-item-details-content {
        font-size: 18px;
        color: var(--color-black);
        font-family: var(--montserrat);
        text-align: center;
        margin: 14px 0;
    }

    .cart-section .cart-item .cart-item-details .cart-item-details-content p {
        margin: 0;
    }

    .cart-section .cart-item .cart-item-price .cart-item-price-content {
        font-size: 16px;
        color: var(--color-black);
        font-family: var(--montserrat);
        text-align: center;
    }

    .cart-section .cart-item .cart-item-price .cart-item-price-content p {
        margin: 0;
    }

    .cart-section .cart-item .cart-item-quantity .quantity-container .quantity-btn {
        padding: 8px 12px;
    }

    .cart-section .cart-item .cart-item-quantity .quantity-container .quantity-input {
        height: 40px;
        width: 40px;
        text-align: center;
    }

    .cart-section .cart-item .cart-item-subtotal .cart-item-subtotal-content {
        font-size: 16px;
        color: var(--color-black);
        font-family: var(--montserrat);
        text-align: center;
        border-top: 1px solid #d1cbc6;
        margin: 14px 0;
    }

    .cart-section .cart-item .cart-item-subtotal .cart-item-subtotal-content p {
        margin: 14px 0 0 0;
    }

    .cart-section .cart-item .cart-item-remove .cart-item-remove-content {
        position: absolute;
        top: 20px;
        right: 12px;
        height: 30px;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fdf3f2;
        color: var(--color-medium-brown);
        border: 0;
        font-size: 16px;
        cursor: pointer;
        transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
    }

    .cart-section .cart-item .cart-item-remove .cart-item-remove-content p {
        margin: 0;
    }

    .cart-section .cart-item .cart-item-remove .cart-item-remove-content:hover {
        background: #e74c3c;
        color: #fff;
        transform: scale(1.1);
    }

    .cart-section .cart-item .cart-item-remove .cart-item-remove-content:hover {
        box-shadow: 0px 4px 8px rgba(231, 76, 60, 0.4);
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    html {
        font-size: 13px;
    }

    /* Breadcrumbs */
    .breadcrumb-section {
        padding: 20px 0;
        height: auto;
    }

    .breadcrumb-heading {
        font-size: 20px;
    }

    .breadcrumb-content ul {
        font-size: 12px;
    }

    /* Headings */
    .heading .heading-title {
        font-size: 13px;
        line-height: 13px;
    }

    .heading .heading-subtitle {
        font-size: 35px;
        line-height: 45px;
    }

    .heading .heading-description {
        font-size: 14px;
        line-height: 20px;
    }

    /* Home - Natural Oil */
    .natural-oil-section .natural-oil-counter .natural-oil-counter-img {
        height: 50px;
        width: 50px;
        margin-right: 15px;
    }

    .natural-oil-section .natural-oil-counter .natural-oil-counter-content .number {
        font-size: 32px;
        line-height: 34px;
    }

    .natural-oil-section .natural-oil-counter .natural-oil-counter-content .text {
        font-size: 13px;
        line-height: 20px;
    }

    /* Home - Product Card */
    .product-card .product-image .product-badges .sale-badge {
        font-size: 9px;
        padding: 2px 10px;
    }

    .product-card .product-content .product-name {
        font-size: 13px;
    }

    .product-card .product-content .product-description {
        font-size: 12px;
    }

    .product-card .product-content .product-price {
        font-size: 10px;
    }

    .product-card .product-content .product-price span {
        font-size: 11px;
    }

    /* Home - Deal Of The Section */
    .deal-of-day-section .dods-left .heading .heading-subtitle {
        color: var(--color-white);
    }

    .deal-of-day-section .dods-left .heading .heading-description {
        color: var(--color-white);
    }

    /* About - About Counter */
    .about-counters-section {
        padding: 60px 0;
    }

    .about-counters-section .about-conter-main-text {
        font-size: 32px;
        line-height: 45px;
        text-align: center;
    }

    .about-counters-section .about-counter-text {
        font-size: 16px;
        line-height: 28px;
        text-align: center;
        margin-top: 16px !important;
    }

    .about-counters-section .about-counter-card {
        text-align: center;
        margin-bottom: 20px;
    }

    .about-counters-section .about-counter-card .about-counter-card-number {
        font-size: 36px;
        line-height: 50px;
    }

    .about-counters-section .about-counter-card .about-counter-card-text {
        font-size: 16px;
    }

    /* Shop - Category Section */
    .category-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .category-section .category-card {
        width: 83%;
    }

    .category-section .category-card .category-card-img {
        width: 100%;
        height: auto;
    }

    .category-section .category-card .category-card-text {
        font-size: 18px;
        line-height: 24px;
        margin-top: 20px;
    }

    /* Cart - Cart Table */
    .cart-section .cart-header {
        display: none;
    }

    .cart-section .cart-item {
        position: relative;
        border: 1px solid #d1cbc6;
    }

    .cart-section .cart-item .cart-item-details .cart-item-details-content {
        font-size: 18px;
        color: var(--color-black);
        font-family: var(--montserrat);
        text-align: center;
        margin: 14px 0;
    }

    .cart-section .cart-item .cart-item-details .cart-item-details-content p {
        margin: 0;
    }

    .cart-section .cart-item .cart-item-price .cart-item-price-content {
        font-size: 16px;
        color: var(--color-black);
        font-family: var(--montserrat);
        text-align: center;
    }

    .cart-section .cart-item .cart-item-price .cart-item-price-content p {
        margin: 0;
    }

    .cart-section .cart-item .cart-item-quantity .quantity-container .quantity-btn {
        padding: 8px 12px;
    }

    .cart-section .cart-item .cart-item-quantity .quantity-container .quantity-input {
        height: 40px;
        width: 40px;
        text-align: center;
    }

    .cart-section .cart-item .cart-item-subtotal .cart-item-subtotal-content {
        font-size: 16px;
        color: var(--color-black);
        font-family: var(--montserrat);
        text-align: center;
        border-top: 1px solid #d1cbc6;
        margin: 14px 0;
    }

    .cart-section .cart-item .cart-item-subtotal .cart-item-subtotal-content p {
        margin: 14px 0 0 0;
    }

    .cart-section .cart-item .cart-item-remove .cart-item-remove-content {
        position: absolute;
        top: 20px;
        right: 12px;
        height: 30px;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fdf3f2;
        color: var(--color-medium-brown);
        border: 0;
        font-size: 16px;
        cursor: pointer;
        transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
    }

    .cart-section .cart-item .cart-item-remove .cart-item-remove-content p {
        margin: 0;
    }

    .cart-section .cart-item .cart-item-remove .cart-item-remove-content:hover {
        background: #e74c3c;
        color: #fff;
        transform: scale(1.1);
    }

    .cart-section .cart-item .cart-item-remove .cart-item-remove-content:hover {
        box-shadow: 0px 4px 8px rgba(231, 76, 60, 0.4);
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    html {
        font-size: 12px;
    }

    /* Breadcrumbs */
    .breadcrumb-section {
        padding: 15px 0;
        height: 200px;
        position: relative;
    }

    .breadcrumb-section .breadcrumb-content {
        position: absolute;
        top: 50%;
        left: 5%;
    }

    .breadcrumb-heading {
        font-size: 35px !important;
        line-height: 39px !important;
    }

    /* Headings */
    .heading .heading-title {
        font-size: 12px;
        line-height: 12px;
    }

    .heading .heading-subtitle {
        font-size: 30px;
        line-height: 40px;
    }

    .heading .heading-description {
        font-size: 13px;
        line-height: 18px;
    }

    /* Home - Banner Content */
    .home-banner-section .home-banner-content h3 {
        text-align: center;
        font-size: 32px;
        line-height: 36px;
    }

    .home-banner-section .home-banner {
        height: 100%;
        margin-top: 1em;
    }

    .home-banner-section .home-banner #home-banner-video {
        height: 100%;
    }

    /* Home - Natural Oil */
    .natural-oil-section .natural-oil-counter .natural-oil-counter-img {
        height: 40px;
        width: 40px;
        margin-right: 10px;
    }

    .natural-oil-section .natural-oil-counter .natural-oil-counter-content .number {
        font-size: 28px;
        line-height: 30px;
    }

    .natural-oil-section .natural-oil-counter .natural-oil-counter-content .text {
        font-size: 12px;
        line-height: 18px;
    }

    /* Home - Product Card */
    .product-card {
        margin-top: 15px;
    }

    .product-card .product-image {
        aspect-ratio: 4 / 5;
    }

    .product-card .product-content .product-name {
        font-size: 12px;
        margin-top: 12px;
    }

    .product-card .product-content .product-description {
        font-size: 11px;
    }

    .product-card .product-content .product-price {
        font-size: 9px;
    }

    .product-card .product-content .product-price span {
        font-size: 10px;
    }

    /* Home - Deal Of The Section */
    .deal-of-day-section .dods-left .heading .heading-subtitle {
        color: var(--color-white);
    }

    .deal-of-day-section .dods-left .heading .heading-description {
        color: var(--color-white);
    }

    /* Home - Follow us on Instagram */
    .social-media-section .instagram-reel-embed iframe {
        max-height: 480px;
        min-width: 0;
    }

    .social-media-section .social-media-swiper .social-media-card {
        height: 200px;
    }

    /* About - About Counter */
    .about-counters-section {
        padding: 40px 0;
    }

    .about-counters-section .about-conter-main-text {
        font-size: 26px;
        line-height: 38px;
        text-align: center;
        margin-top: 16px !important;
    }

    .about-counters-section .about-counter-text {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }

    .about-counters-section .about-counter-card {
        text-align: center;
        margin-bottom: 15px;
    }

    .about-counters-section .about-counter-card .about-counter-card-number {
        font-size: 30px;
        line-height: 40px;
    }

    .about-counters-section .about-counter-card .about-counter-card-text {
        font-size: 14px;
    }

    /* Shop - Category Section */
    .category-section .category-card {
        width: 100%;
    }

    .category-section .category-card .category-card-img {
        width: 80%;
        margin: 0 auto;
    }

    .category-section .category-card .category-card-text {
        font-size: 16px;
        line-height: 22px;
        margin-top: 16px;
    }

    /* Product Details - Review Section */
    .review-section .review-card .review-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .review-section .review-card .review-header .review-info {
        justify-content: flex-start;
    }

    .review-section .review-card .review-header .review-info .product-stars {
        margin-top: 5px;
    }

    /* Checkout - Order Table */
    .checkout-section .coupon-container {
        display: flex;
        flex-direction: column;
    }

    .checkout-section .order-table tbody .order-table-product td {
        width: 100%;
    }

    /* My Account */
    .my-account-section .my-account-content #v-tabs-dashboard .dashboards-content {
        margin-top: 16px;
    }

    .my-account-section .my-account-content #v-tabs-dashboard .dashboards-content p {
        font-size: 15px;
    }

    .my-account-section .my-account-content #v-tabs-dashboard .dashboards-content p strong {
        font-size: 14px;
    }

    .my-account-section .my-account-content #v-tabs-orders .my-account-order-section {
        margin-top: 16px;
    }

    .my-account-section .my-account-content .my-account-order-section .browse-product {
        flex-direction: column;
    }

    .my-account-section .my-account-content #v-tabs-addresses .my-account-address-section {
        margin-top: 16px;
    }

    .my-account-section .my-account-content #v-tabs-addresses .my-account-address-section p {
        font-size: 15px;
    }

    .my-account-section .my-account-content .my-account-address-section .address-div .address-div-header .address-div-header-title {
        font-size: 30px;
        line-height: 34px;
    }

    .my-account-section .my-account-content .my-account-address-section .address-div .address-div-content {
        font-size: 15px;
        line-height: 20px;
    }

    /* Cart - Cart Table */
    .cart-section .cart-header {
        display: none;
    }

    .cart-section .cart-item {
        position: relative;
        border: 1px solid #d1cbc6;
    }

    .cart-section .cart-item .cart-item-details .cart-item-details-content {
        font-size: 18px;
        color: var(--color-black);
        font-family: var(--montserrat);
        text-align: center;
        margin: 14px 0;
    }

    .cart-section .cart-item .cart-item-details .cart-item-details-content p {
        margin: 0;
    }

    .cart-section .cart-item .cart-item-price .cart-item-price-content {
        font-size: 16px;
        color: var(--color-black);
        font-family: var(--montserrat);
        text-align: center;
    }

    .cart-section .cart-item .cart-item-price .cart-item-price-content p {
        margin: 0;
    }

    .cart-section .cart-item .cart-item-quantity .quantity-container .quantity-btn {
        padding: 8px 12px;
    }

    .cart-section .cart-item .cart-item-quantity .quantity-container .quantity-input {
        height: 40px;
        width: 40px;
        text-align: center;
    }

    .cart-section .cart-item .cart-item-subtotal .cart-item-subtotal-content {
        font-size: 16px;
        color: var(--color-black);
        font-family: var(--montserrat);
        text-align: center;
        border-top: 1px solid #d1cbc6;
        margin: 14px 0;
    }

    .cart-section .cart-item .cart-item-subtotal .cart-item-subtotal-content p {
        margin: 14px 0 0 0;
    }

    .cart-section .cart-item .cart-item-remove .cart-item-remove-content {
        position: absolute;
        top: 20px;
        right: 12px;
        height: 30px;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fdf3f2;
        color: var(--color-medium-brown);
        border: 0;
        font-size: 16px;
        cursor: pointer;
        transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
    }

    .cart-section .cart-item .cart-item-remove .cart-item-remove-content p {
        margin: 0;
    }

    .cart-section .cart-item .cart-item-remove .cart-item-remove-content:hover {
        background: #e74c3c;
        color: #fff;
        transform: scale(1.1);
    }

    .cart-section .cart-item .cart-item-remove .cart-item-remove-content:hover {
        box-shadow: 0px 4px 8px rgba(231, 76, 60, 0.4);
    }
}

/* Disable hover effects on touch devices */
@media (hover: none),
(pointer: coarse) {

    .product-card .product-image .first-image,
    .product-card .product-image .second-image {
        transform: none !important;
        opacity: 1 !important;
    }

    .product-card .product-image .add-to-cart {
        opacity: 0 !important;
        pointer-events: none !important;
    }
}