.trailer-box {
    background: #f5f5f5;
    border-radius: 12px;
    padding: 30px 35px;
    flex: 0 0 250px;
    display: inline-block;
    flex-direction: column;
    gap: 10px;
    width: 453px;
    margin-right: 20px;
    border: 1px solid #EE2629;
}

.trailer-box .tag {
    background: #EE2629;
    color: #fff;
    font-weight: 900;
    padding: 5px 22px;
    border-radius: 12px;
    font-size: 29px;
}

.trailer-box-title {
    margin: 0;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    padding: 0 !important;
}

.view-all-btn svg {
    fill: #000;
    width: 31px;
    height: 18px;
}

.trailer-box .view-all-btn {
    margin-top: auto;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
}

.product-categories-list {
    display: inline-block;
}

.trailer_box_main_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-categories-list .single-category {
    text-align: center;
    flex: 0 0 auto;
    width: 16.66%;
    display: inline-block;
}

.single-category {
    padding: 20px 10px;
}

.single-category a {
    display: block;
    position: relative;
}

.single-category a::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F2F2F2;
    height: 60%;
    z-index: -1;
    border-radius: 20px 20px 10px 10px;
}

.product-categories-list .single-category img {
    width: 136px;
    height: 136px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 17px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.product-categories-list .single-category .cat-name {
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #000;
    line-height: 1.2;
    padding-bottom: 25px;
}

.pd90 {
    padding: 90px 0 !important;
}

.pd0 {
    padding: 0 !important;
}

.site_width_r {
    width: 100% !important;
    max-width: 1420px !important;
    margin: auto !important;
}

.view-all-btn {
    border: 1px solid #222222;
    width: 77px;
    text-align: center;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

.trailer_box_main_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.hm_products_main_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -10px;
}

.hm_products_main_sub {
    width: 25%;
    padding: 10px;
}

.hm_products_main_boxxx {
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    height: 100%;
}

.product_img_box a img {
    display: block;
    margin: auto;
    border-radius: 15px;
    height: 201px;
    object-fit: cover;
    width: 100%;
}

.product_img_box {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
    padding-left: 34px;
    padding-right: 34px;
}

.product_btns_box_home {
    display: flex;
    border-top: 1px solid #DDDDDD;
}

.product_btns_home {
    width: 50%;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_btns_home.enq_btn {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 0 0 0 10px;
    transition: 0.6s ease;
}

.hm_product_title {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 0 !important;
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product_btns_home.view_prod_btn {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background-color: #EE2629;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 0 0 10px 0;
    transition: 0.6s ease;
}

.hm_product_price .amount bdi, .regular_price {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #EE2629;
}

.hm_product_price del .amount bdi {
    color: #aaa;
}

.hm_product_price del {
    text-decoration-color: #aaa;
}

.product_title_box {
    padding: 23px 20px;
}

.hm_product_price {
    margin-top: 10px;
}

.title_with_btn_main_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 23px;
}

.title_with_btn_main_box .site_title {
    padding: 0 !important;
    font-size: 40px;
    font-weight: 700;
    color: #000;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .site_width_r {
        width: 100% !important;
        max-width: 100% !important;
        margin: auto !important;
    }

    .pd0.site_width_r {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .trailer-box {
        width: 100%;
        padding: 22px 20px 16px;
        margin-right: 10px;
        display: block;
        margin: auto;
        margin-bottom: 15px;
    }

    .trailer-box-title {
        font-size: 24px;
    }

    .view-all-btn {
        width: 55px;
        height: 26px;
    }

    .view-all-btn svg {
        width: 22px;
        height: auto;
    }

    .trailer-box .tag {
        padding: 5px 15px;
        font-size: 20px;
    }

    .product-categories-list .single-category .cat-name {
        font-size: 14px;
        padding-bottom: 15px;
    }

    .product-categories-list .single-category img {
        width: 100px;
        height: 100px;
        margin-bottom: 11px;
    }

    .single-category {
        padding: 15px 10px;
    }

    .product-categories-list .single-category {
        width: 50%;
    }

    .product_title_box {
        padding: 12px;
    }

    .product_img_box {
        padding: 12px;
    }

    .hm_product_price .amount bdi, .regular_price {
        font-size: 16px;
        line-height: 18px;
    }

    .product_btns_home.enq_btn,
    .product_btns_home.view_prod_btn {
        font-size: 14px;
        line-height: 20px;
        height: 35px;
    }

    .title_with_btn_main_box .site_title {
        font-size: 27px;
        text-align: center;
        margin-bottom: 10px;
    }

    .title_with_btn_main_box {
        padding-bottom: 17px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .hm_product_price {
        margin-top: 8px;
    }

    .hm_products_main_sub {
        width: 100%;
    }

    .hm_product_title {
        font-size: 15px;
        line-height: 22px;
        height: 44px;
    }

    .product_img_box a img {
        height: 201px;
    }

    .hm_product_title {
        font-size: 15px;
        line-height: 22px;
        height: unset;
    }

    .site_heading {
        width: 100% !important;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .product-categories-list .single-category {
        width: 33.33%;
    }

    .hm_products_main_sub {
        width: 50%;
    }

    .hm_product_title {
        font-size: 15px;
        line-height: 22px;
        height: 44px;
    }

    .product_img_box a img {
        height: 171px;
    }

    .title_with_btn_main_box .site_title {
        font-size: 27px;
        margin-bottom: 0;
    }

    .title_with_btn_main_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 23px;
    }

    .title_with_btn_main_box {
        padding-bottom: 16px;
    }

    .site_heading {
        width: fit-content !important;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .site_width_r {
        width: 100% !important;
        max-width: 100% !important;
        margin: auto !important;
    }

    .pd0.site_width_r {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .trailer-box {
        width: 100%;
        padding: 22px 20px 16px;
        margin-right: 10px;
        display: block;
        margin: auto;
        margin-bottom: 15px;
    }

    .trailer-box-title {
        font-size: 24px;
    }

    .view-all-btn {
        width: 55px;
        height: 26px;
    }

    .view-all-btn svg {
        width: 22px;
        height: auto;
    }

    .trailer-box .tag {
        padding: 5px 15px;
        font-size: 20px;
    }

    .product-categories-list .single-category .cat-name {
        font-size: 15px;
        padding-bottom: 15px;
    }

    .product-categories-list .single-category img {
        width: 100px;
        height: 100px;
        margin-bottom: 11px;
    }

    .single-category {
        padding: 15px 10px;
    }

    .product-categories-list .single-category {
        width: 25%;
    }

    .product_title_box {
        padding: 12px;
    }

    .product_img_box {
        padding: 12px;
    }

    .hm_product_price .amount bdi, .regular_price {
        font-size: 16px;
        line-height: 18px;
    }

    .product_btns_home.enq_btn,
    .product_btns_home.view_prod_btn {
        font-size: 14px;
        line-height: 20px;
        height: 35px;
    }

    .title_with_btn_main_box .site_title {
        font-size: 30px;
    }

    .title_with_btn_main_box {
        padding-bottom: 17px;
    }

    .hm_product_price {
        margin-top: 8px;
    }

    .hm_products_main_sub {
        width: 33.33%;
    }

    .hm_product_title {
        font-size: 15px;
        line-height: 22px;
        height: 44px;
    }

    .product_img_box a img {
        height: 171px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .site_width_r {
        width: 100% !important;
        max-width: 100% !important;
        margin: auto !important;
    }

    .pd0.site_width_r {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .trailer-box {
        width: 37.90%;
        padding: 22px 20px 16px;
        margin-right: 10px;
    }

    .trailer-box-title {
        font-size: 24px;
    }

    .view-all-btn {
        width: 55px;
        height: 26px;
    }

    .view-all-btn svg {
        width: 22px;
        height: auto;
    }

    .trailer-box .tag {
        padding: 5px 15px;
        font-size: 20px;
    }

    .product-categories-list .single-category .cat-name {
        font-size: 15px;
        padding-bottom: 15px;
    }

    .product-categories-list .single-category img {
        width: 100px;
        height: 100px;
        margin-bottom: 11px;
    }

    .single-category {
        padding: 15px 10px;
    }

    .product-categories-list .single-category {
        width: 20%;
    }

    .product_title_box {
        padding: 17px 16px;
    }

    .product_img_box {
        padding: 15px;
    }

    .hm_product_price .amount bdi, .regular_price {
        font-size: 18px;
        line-height: 20px;
    }

    .product_btns_home.enq_btn,
    .product_btns_home.view_prod_btn {
        font-size: 15px;
        line-height: 22px;
    }

    .title_with_btn_main_box .site_title {
        font-size: 32px;
    }

    .title_with_btn_main_box {
        padding-bottom: 17px;
    }

    .hm_product_price {
        margin-top: 8px;
    }

    .hm_products_main_sub {
        width: 33.33%;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .site_width_r {
        width: 100% !important;
        max-width: 100% !important;
        margin: auto !important;
    }

    .pd0.site_width_r {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .trailer-box {
        width: 37.90%;
        padding: 22px 20px 16px;
    }

    .trailer-box-title {
        font-size: 27px;
    }

    .view-all-btn {
        width: 65px;
        height: 30px;
    }

    .view-all-btn svg {
        width: 22px;
        height: auto;
    }

    .trailer-box .tag {
        padding: 5px 15px;
        font-size: 22px;
    }

    .product-categories-list .single-category .cat-name {
        font-size: 15px;
        padding-bottom: 15px;
    }

    .product-categories-list .single-category img {
        width: 116px;
        height: 116px;
        margin-bottom: 11px;
    }

    .single-category {
        padding: 15px 10px;
    }

    .product-categories-list .single-category {
        width: 20%;
    }

    .product_title_box {
        padding: 17px 16px;
    }

    .product_img_box {
        padding: 15px;
    }

    .hm_product_price .amount bdi, .regular_price {
        font-size: 18px;
        line-height: 20px;
    }

    .product_btns_home.enq_btn,
    .product_btns_home.view_prod_btn {
        font-size: 15px;
        line-height: 22px;
    }

    .title_with_btn_main_box .site_title {
        font-size: 36px;
    }

    .title_with_btn_main_box {
        padding-bottom: 17px;
    }

    .hm_product_price {
        margin-top: 6px;
    }

    .hm_products_main_sub {
        width: 33.33%;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .site_width_r {
        width: 100% !important;
        max-width: 100% !important;
        margin: auto !important;
    }

    .pd0.site_width_r {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .trailer-box {
        width: 31.32%;
        padding: 22px 20px 16px;
    }

    .trailer-box-title {
        font-size: 27px;
    }

    .view-all-btn {
        width: 65px;
        height: 30px;
    }

    .view-all-btn svg {
        width: 22px;
        height: auto;
    }

    .trailer-box .tag {
        padding: 5px 15px;
        font-size: 22px;
    }

    .product-categories-list .single-category .cat-name {
        font-size: 15px;
        padding-bottom: 15px;
    }

    .product-categories-list .single-category img {
        width: 116px;
        height: 116px;
        margin-bottom: 11px;
    }

    .single-category {
        padding: 15px 10px;
    }

    .product_title_box {
        padding: 17px 16px;
    }

    .product_img_box {
        padding: 15px;
    }

    .hm_product_price .amount bdi, .regular_price {
        font-size: 18px;
        line-height: 20px;
    }

    .product_btns_home.enq_btn,
    .product_btns_home.view_prod_btn {
        font-size: 15px;
        line-height: 22px;
    }

    .title_with_btn_main_box .site_title {
        font-size: 36px;
    }

    .title_with_btn_main_box {
        padding-bottom: 17px;
    }

    .hm_product_price {
        margin-top: 6px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .site_width_r {
        width: 100% !important;
        max-width: 100% !important;
        margin: auto !important;
    }

    .pd0.site_width_r {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .trailer-box {
        width: 31.32%;
        padding: 30px 25px 20px;
    }

    .trailer-box-title {
        font-size: 27px;
    }

    .view-all-btn {
        width: 65px;
        height: 30px;
    }

    .view-all-btn svg {
        width: 22px;
        height: auto;
    }

    .trailer-box .tag {
        padding: 5px 15px;
        font-size: 22px;
    }

    .product_title_box {
        padding: 17px 16px;
    }

    .product_img_box {
        padding: 15px;
    }

    .hm_product_price .amount bdi, .regular_price {
        font-size: 18px;
        line-height: 20px;
    }

    .product_btns_home.enq_btn,
    .product_btns_home.view_prod_btn {
        font-size: 15px;
        line-height: 22px;
    }

    .title_with_btn_main_box .site_title {
        font-size: 36px;
    }

    .title_with_btn_main_box {
        padding-bottom: 17px;
    }

    .hm_product_price {
        margin-top: 6px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}