/* Home  start*/
* {
    font-family: "Source Sans 3", sans-serif;
}

.product-details-home video {
    object-fit: cover !important;
    width: 100%;
   height: 600px;
   
}

@media (max-width:575px) {
    .product-details-home {
        height: 360px !important;
    }
}

.product-details-home::before {
    content: "";
    position: absolute;
    background: linear-gradient(179.27deg, rgba(0, 0, 0, 0) -3.78%, rgba(0, 0, 0, 0.3) 101.37%);
    height: 100%;
    width: 100%;
    top: 0;

}

/* Super Aromatic Premixes */
.aromatic-premixes {
    padding-top: 80px;
    background-color: #FFFFFF;

}

@media (max-width:575px) {
    .aromatic-premixes {
        padding-top: 30px;
    }
}

@media (max-width:768px) {
    .aromatic-premixes .category {
        padding: 40px 0 10px;
    }
}

@media (max-width:575px) {
    .aromatic-premixes .category {
        padding: 10px;
    }
}

.aromatic-premixes .aromatic_header {
    text-align: center;
}

.aromatic-premixes .aromatic_header h3 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
}

@media (max-width:991px) {
    .aromatic-premixes .aromatic_header h3 {
        font-size: 32px;
    }
}

@media (max-width:575px) {
    .aromatic-premixes .aromatic_header h3 {
        font-size: 30px;
    }
}

@media (max-width:420px) {
    .aromatic-premixes .aromatic_header h3 {
        font-size: 25px;
    }
}

.aromatic-premixes .aromatic_header p {
    font-size: 22px;
    font-weight: 400;
    margin-top: 12px;
}

@media (max-width:991px) {
    .aromatic-premixes .aromatic_header p {
        font-size: 20px;
    }
}

@media (max-width:991px) {
    .aromatic-premixes .aromatic_header p {
        font-size: 16px;
    }
}


.aromatic-premixes .category .category_item .category_option {
    position: relative;
    border: none;
    background: none;
}

.aromatic-premixes .category .category_item .category_option img {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    object-fit: cover;
}


.aromatic-premixes .category .category_item .category_option::before {
    content: "";
    position: absolute;
    background-color: #000;
    opacity: 0;
    top: 0;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

@media (max-width:991px) {
    .aromatic-premixes .category .category_item .category_option::before {
        height: 145px;
        width: 145px;
    }
}

@media (max-width:768px) {
    .aromatic-premixes .category .category_item .category_option::before {
        height: 120px;
        width: 120px;
    }
}

@media (max-width:575px) {
    .aromatic-premixes .category .category_item .category_option::before {
        height: 85px;
        width: 85px;
    }
}

.aromatic-premixes .category .category_item .category_option:hover::before {
    opacity: 0.6;
}



@media (max-width:991px) {
    .aromatic-premixes .category .category_item .category_option img {
        height: 145px;
        width: 145px;
    }
}

@media (max-width: 768px) {
    .aromatic-premixes .category .category_item .category_option img {
        height: 120px;
        width: 120px;
    }
}

@media (max-width: 575px) {
    .aromatic-premixes .category .category_item .category_option img {
        height: 85px;
        width: 85px;
    }
}

.aromatic-premixes .category .category_item .category_option .category-name {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    position: absolute;
    top: 0%;
    margin-bottom: 0;
    color: #fff;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: translate(-50%, -50%);
    left: 50%;
}

.aromatic-premixes .category .category_item .category_option:hover .category-name {
    opacity: 1;
    top: 50%;

}

@media (max-width:768px) {
    .aromatic-premixes .category .category_item .category_option .category-name {
        font-size: 24px;
        opacity: 1;
        top: 50%;
    }

    .aromatic-premixes .category .category_item .category_option::before {
        opacity: 0.6;
    }

}

@media (max-width:575px) {
    .aromatic-premixes .category .category_item .category_option .category-name {
        font-size: 20px;
        letter-spacing: .1px;
    }
}


.aromatic-premixes .category .category_item {
    display: flex;
    gap: 40px;
    padding: 40px 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    justify-content: center;
}


@media(max-width:991px) {

    .aromatic-premixes .category .category_item {

        gap: 20px;
    }
}

@media (max-width:575px) {
    .aromatic-premixes .category .category_item {
        padding: 0;
        gap: 10px;
        justify-content: space-between;
    }
}

.aromatic-premixes .product-premix {
    padding: 40px 0;
}

@media (max-width:575px) {
    .aromatic-premixes .product-premix {
        padding: 45px 0 10px;
    }
}

.product-premix .product-premix-header {
    display: flex;
    justify-content: space-between;
}

.product-premix .product-premix-header h3 {
    font-size: 36px;
    font-weight: 600;
    color: #000;

}

.product-premix .product-premix-header .filter {
    position: relative;
    display: inline-block;
}

.product-premix .product-premix-header .filter .filter-btn {
    background-color: #9d400c;
    border: 1px solid #ccc;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    width: 120px;
    color: white;
}

.product-premix .product-premix-header .filter .dropdown {
    position: absolute;
    top: 110%;
    left: 0;
    background-color: white;
    border: 1px solid #ccc;
    min-width: 120px;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.product-premix .product-premix-header .filter .dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-premix .product-premix-header .filter .dropdown li {
    padding: 10px 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

.product-premix .product-premix-header .filter .dropdown li:hover {
    background-color: #f5f5f5;
}

@media (max-width:991px) {
    .product-premix .product-premix-header h3 {
        font-size: 32px;
    }
}

@media (max-width:575px) {
    .product-premix .product-premix-header h3 {
        font-size: 27px;
      
    }
}

@media (max-width:420px) {
    .product-premix .product-premix-header h3 {
        font-size: 24px;

    }
}


.premix_box {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;

}


@media (max-width:575px) {
    .premix_box {
        gap: 10px;
    }
}

.aromatic-premixes .premix_box .premix_product_box {
    position: relative;
    transition: all 0.3s ease-in-out;
    background-color: #D6D6D64D;
    flex: 1;
    flex: 0 0 calc(25% - 20px);
}

@media (max-width:1199px) {
    .aromatic-premixes .premix_box .premix_product_box {
        flex: 0 0 calc(50% - 20px);
    }
}

@media (max-width:575px) {
    .aromatic-premixes .premix_box .premix_product_box {
        height: unset;
    }
}

.aromatic-premixes .premix_box .premix_product_box img {
    width: 100%;
    height: auto;
    display: flex;

}

@media (max-width:455px) {
    .aromatic-premixes .premix_box .premix_product_box img {
        width: 100%;
        display: flex;
        justify-self: center;
        padding-bottom: 20px;
    }
}

.aromatic-premixes .premix_box .premix_product_box .hover_option {
    height: 40px;
    background-color: #9D400C;
    padding: 10px 20px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

@media (max-width:1199px) {
    .aromatic-premixes .premix_box .premix_product_box .hover_option {
        padding: 10px 10px;
    }
}

@media (max-width:1024px) {
    .aromatic-premixes .premix_box .premix_product_box .hover_option {
        opacity: 1;
    }
}

@media (max-width:575px) {
    .aromatic-premixes .premix_box .premix_product_box .hover_option {
        padding: 5px 10px;
    }
}

.aromatic-premixes .premix_box .premix_product_box:hover .hover_option {
    opacity: 1;
}

.aromatic-premixes .premix_box .premix_product_box .hover_option a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

@media (max-width:991px) {
    .aromatic-premixes .premix_box .premix_product_box .hover_option a {
        font-size: 11px;
    }
}

.aromatic-premixes .premix_box .premix_product_box .hover_option i {
    transition: all 0.3s ease-in-out;
}

.aromatic-premixes .premix_box .premix_product_box:hover .hover_option i {
    transform: translateX(10px);
}

.premix-coftea-family {
    background-color: #fffbef;
    padding: 80px 0;
}

@media (max-width:768px) {
    .premix-coftea-family {
        padding: 20px 0 80px;
    }
}

@media (max-width:575px) {
    .premix-coftea-family {
        padding: 40px 0;
    }
}

.premix-coftea-family .premix-coftea-family_flex {
    display: flex;
    gap: 40px;
}

@media (max-width:768px) {
    .premix-coftea-family .premix-coftea-family_flex {
        flex-direction: column-reverse;
    }
}

.premix-coftea-family .premix-coftea-family_flex img {
    max-width: 620px;
    width: 100%;

}

@media(min-width:1200px) {

    .premix-coftea-family .premix-coftea-family_flex img {

        height: 400px;
    }

}

@media (max-width:1199px) {
    .premix-coftea-family .premix-coftea-family_flex img {
        max-width: 465px;
        height: auto;
    }
}

@media (max-width:991px) {
    .premix-coftea-family .premix-coftea-family_flex img {
        max-width: 358px;
    }
}

@media (max-width:768px) {
    .premix-coftea-family .premix-coftea-family_flex img {
        max-width: 100%;
    }
}

.premix-coftea-family .premix-coftea-family_content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width:1199px) {
    .premix-coftea-family .premix-coftea-family_content {
        gap: 20px;
    }
}

@media (max-width:991px) {
    .premix-coftea-family .premix-coftea-family_content {
        gap: 12px;
    }
}

@media (max-width:768px) {
    .premix-coftea-family .premix-coftea-family_content {
        text-align: center;
    }
}

.premix-coftea-family .premix-coftea-family_content h3 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
}

@media (max-width:1199px) {
    .premix-coftea-family .premix-coftea-family_content h3 {
        font-size: 35px;
    }
}

@media (max-width:991px) {
    .premix-coftea-family .premix-coftea-family_content h3 {
        font-size: 31px;
    }
}

.premix-coftea-family .premix-coftea-family_content p {
    font-size: 28px;
    font-weight: 400;
}

@media (max-width:1366px) {
    .premix-coftea-family .premix-coftea-family_content p {
        font-size: 21px;
        font-weight: 400;
    }
}

@media (max-width:1199px) {
    .premix-coftea-family .premix-coftea-family_content p {
        font-size: 19px;
    }
}

@media (max-width:991px) {
    .premix-coftea-family .premix-coftea-family_content p {
        font-size: 19px;
        line-height: 24px;
    }
}

@media (max-width:575px) {
    .premix-coftea-family .premix-coftea-family_content p {
        font-size: 16px;
        line-height: 22px;
    }
}



.premix-coftea-family .premix-coftea-family_content a {
    background-color: #9D400C;
    border: 1px solid #9D400C;
    color: #fff;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    width: fit-content;
    transition: all 0.3s ease-in-out;
}

@media (max-width:1199px) {
    .premix-coftea-family .premix-coftea-family_content a {
        font-size: 16px;
    }
}

@media (max-width:768px) {
    .premix-coftea-family .premix-coftea-family_content a {
        margin: auto;
    }
}

.premix-coftea-family .premix-coftea-family_content a:hover {
    color: #9D400C;
    background-color: transparent;
}

/* Your Next Favourite */

.next_favourite {
    background-color: #F8ECDD;
    padding: 40px 0;

}

.next_favourite h3 {
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    text-align: center;
}

@media (max-width:991px) {
    .next_favourite h3 {
        font-size: 32px;
    }
}

@media (max-width:575px) {
    .next_favourite h3 {
        font-size: 30px;
    }
}

@media (max-width:420px) {
    .next_favourite h3 {
        font-size: 24px;
    }
}

.next_fav_sec {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding-top: 40px;
}


@media(max-width:991px) {
    .next_fav_sec {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width:575px) {
    .next_fav_sec {
        gap: 10px;
        padding-top: 20px;
    }
}

.next_fav_sec .fav_box {
    background-color: #fff;
    width: fit-content;
    position: relative;
    text-align: center;
}

@media (max-width:768px) {
    .next_fav_sec .fav_box {
        width: 100%;
    }
}

.next_fav_sec .fav_box img {
    width: 100%;
    height: auto;
    margin: auto;
    display: flex;
}

.next_fav_sec .fav_box .new_arrival {
    background-color: #9D400CCC;
    border: 1px solid #aa795ecc;
    padding: 7px 10px;
    width: fit-content;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}

.next_fav_sec .fav_box .new_arrival span {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

.next_fav_sec .fav_box .new_option {
    background-color: #9D400C;
    padding: 10px 20px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

@media (max-width:1024px) {
    .next_fav_sec .fav_box .new_option {
        opacity: 1;
    }
}

@media (max-width:991px) {
    .next_fav_sec .fav_box .new_option {
        padding: 10px 10px;
    }
}

.next_fav_sec .fav_box .new_option a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

@media (max-width:991px) {
    .next_fav_sec .fav_box .new_option a {
        font-size: 11px;
    }
}

.next_fav_sec .fav_box:hover .new_option {
    opacity: 1;
}

.next_fav_sec .fav_box .new_option i {
    transition: all 0.3s ease-in-out;
}

.next_fav_sec .fav_box:hover .new_option i {
    transform: translateX(10px);
}

@media(max-width:575px) {
    .next_fav_sec .fav_box .new_arrival {
        padding: 0px;
    }
}

/* pagination style */

.aromatic-premixes .pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.aromatic-premixes .pagination-button {
    padding: 8px 16px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
}

.aromatic-premixes .pagination-button:hover {
    background: #f0f0f0;
}

.aromatic-premixes .pagination-button.active {
    background: #9d400c;
    color: #fff;
    border-color: #9d400c;
}

.aromatic-premixes .pagination-button:disabled {
    background: #eee;
    cursor: not-allowed;
}

@media(max-width:575px) {
    .aromatic-premixes .pagination-button {
        font-size: 12px
    }

    .aromatic-premixes .pagination {

        gap: 5px;
    }
}