.banner-main {
    gap: 22px; /* Adds spacing between columns */
}
.banner-main .banner-col-1{
    margin-top: 80px;
}
.banner-section .banner-col-2 .first-row-group{
    margin-right: -8%;
    margin-left: 18%;
}
.banner-section .banner-col-2 .second-row-group {
    margin-right: -28%;
    margin-left: 39%;
}
.banner-section .banner-col-2 .third-row-group {
    margin-right: 0%;
}
.banner-section .banner-col-2 .fig img{
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 5px;
}
.banner-section .banner-col-2 .first-row-group,.banner-section .banner-col-2 .second-row-group {
    margin-bottom: -1%;
}
.banner-image-columns .single-image-col{
    margin-left: -21px;
}
.banner-main .banner-col-1 .shadow-text{
    line-height: 86px;
    color: transparent;
    -webkit-text-stroke: 1px #C5C5C5;
    background-color: transparent;
    font-family: sans-serif;
    top: -16%;
    white-space: nowrap;  
    overflow: visible;    
}
.banner-main .banner-col-1 .non-shadow-text, .banner-main .banner-col-1 .main-para, .category-section .category-text,.category-section .category-columns .product-card .product-title{
    font-family: "Montserrat", sans-serif;
}
.banner-main .banner-col-1 .non-shadow-text{
    position: inherit;
    z-index: 1;
}
.banner-main .banner-col-1 .main-heading, .category-section .category-title {
    font-family: "Bebas Neue", sans-serif;
}
.banner-main .banner-col-1 .main-heading .title-text {
    bottom: 0;
    font-size: 35px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 0.5px #FF6208;
    background-color: transparent;
    font-weight: 500;
    letter-spacing: 1px;
}
.banner-main .banner-col-1 .button-image a{
    color: #171717;
    font-size: 14px!important;
    font-weight: 600!important;
    padding: 11px 9px 10px 20px;
    height: 58px;
    background-image: url(../images/button-bg.svg)!important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    line-height: 1.5;
    z-index: 1;
    border: none;
}
.banner-main .banner-col-1 .banner-button a::after {
    content: "\f105"; 
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900; 
    font-size: 12px;
    margin-left: 35px; 
    position: relative;
    background-color: #171717;
    color: #ffffff;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.banner-main .banner-col-1 .banner-button:hover a::after {
    background-color: #ffffff; 
    color: #171717; 
}
.banner-main .banner-col-1 .button-image a:hover{
    background-color: inherit!important; 
    color: inherit!important; 
    cursor: default!important; 
    background-image: url(../images/button-hover.svg)!important;
}
.banner-section .bottom-image img{
   margin-bottom: -6%;  
}
.banner-section .banner-main .banner-col-1 .category-button{
    border: 1px solid #FF6208;
    border-radius: 5px;
    color: #5A5A5A!important;
    width: auto;
    font-size: 13px;
    font-weight: 600;
    background: none;
    padding: 8px 18px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.banner-section .banner-main .banner-col-1 .category-button select#wp-block-categories-1{
    border: none;
    background: transparent;
    font-size: 13px;
}
.banner-section .banner-main .banner-col-1 .category-button select#wp-block-categories-1:focus{
    outline: none!important;
}
.banner-main .banner-col-1 .banner-search-section .search-bar input#wp-block-search__input-2,.banner-main .banner-col-1 .banner-search-section .search-bar button.wp-block-search__button.has-icon.wp-element-button{
    background-color: #5A5A5A;
}
.banner-main .banner-col-1 .banner-search-section .search-bar input#wp-block-search__input-2{
    border-radius: 5px 0 0 5px;
}
.banner-main .banner-col-1 .banner-search-section .search-bar button.wp-block-search__button.has-icon.wp-element-button{
    border-radius: 0 5px 5px 0;
}
.banner-col-1 .search-bar-col .wp-block-search__inside-wrapper {
    border-radius: 8px;
}
.banner-main .banner-col-1 .banner-search-section .search-bar input#wp-block-search__input-2::placeholder{
    color: #ffffff;
}
.banner-main .banner-col-1 .banner-search-section .search-bar button.wp-block-search__button{
    margin-left: 0px;
    border: none;
}
.banner-section .cat-sec option{
    text-align: center;
}
/* Category section  */
.category-section .category-box{
    border: 1px solid #FF6208;
    display: inline-block;
    padding: 20px;
    height: 100%;
}
.category-section .category-columns{
    margin-top: 3rem;
}
.category-section .product-category{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.category-section .product-category li:first-child a{
    background-color: #FF6208;
    border-radius: 5px;
    width: 268px;
    margin-left: -62px;
    padding: 10px 61px;
    color: #ffffff;
}
.category-section .product-category li {
    list-style-type: none;
    padding: 10px 0;
}
.category-section .product-category li a{
    text-decoration: none!important;
}
.category-section .category-list-heading{
    margin-bottom: 10px;
}
.category-section .product-category li:not(:first-child):hover{
    background-color: #FF6208;
    border-radius: 5px;
    width: 268px;
    margin-left: -63px;
    padding: 10px 30px;
    color: #ffffff;
}
.category-section .product-category li:not(:first-child):hover a {
    color: #ffffff !important;
}
.category-section .product-category li a{
    color: #5A5A5A;
    display: flex;
    gap: 6px;
}
.category-section .category-columns li .my-product-card{
    box-shadow: 0px 4px 4px 0px #00000040;
}
.category-section .category-columns .product-card .product-title a{
    text-decoration: none!important;
}
.category-section .category-columns .product-card .product-link-button button{
    color: #5A5A5A!important;
    border: 1px solid #FF6208;
    border-radius: 5px;
    padding: 10px 20px;
}
.category-section .category-columns .type-product:hover .product-link-button button{
    background-color: #FF6208;
    color: #ffffff!important;
}
.category-section .product-category li:first-child a::before {
    content: "\f508"; /* Unicode for Font Awesome user-tie icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: white;
    font-size: 14px;
    position: absolute;
    margin-top: 8px;
    margin-left: -17px;
    transform: translateY(-50%);
}
.category-section .product-category li:nth-child(2) a::before,.category-section .product-category li:nth-child(3) a::before,
.category-section .product-category li:nth-child(4) a::before,
.category-section .product-category li:nth-child(5) a::before,.category-section .product-category li:nth-child(6) a::before{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #FF6208;
    font-size: 14px;
    position: absolute;
    margin-top: 8px;
    margin-left: -17px;
    transform: translateY(-50%);
}
.category-section .product-category li:nth-child(2) a::before {
    content: "\f5bd"; 
}
.category-section .product-category li:nth-child(3) a::before {
    content: "\f0eb"; 
}
.category-section .product-category li:nth-child(4) a::before {
    content: "\e4c6"; 
}
.category-section .product-category li:nth-child(5) a::before {
    content: "\f015";  /* Unicode for fa-house */
}
.category-section .product-category li:nth-child(6) a::before {
    content: "\f015";  /* Unicode for fa-house */
}
.category-section .product-category li:hover a::before {
    color: white;
}
.product-price del{
    display: none;
}
.category-section .category-columns .product-card .product-link-button a.added_to_cart{
    display: inline-block;
    color: #5A5A5A !important;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #FF6208;
    border-radius: 5px;
    padding: 5px 13px;
    text-decoration: none !important;
    margin-top: 4px;
}
.my-product-card .product-info .wp-block-group{
    word-break: normal;
}
/* media query */
@media screen and (max-width: 1700px) and (min-width: 1444px) {
    .banner-section .banner-col-2 .second-row-group {
        margin-right: -8%;
    }
    .banner-section .banner-col-2 .first-row-group {
        margin-right: 2%;
    }
}
@media screen and (max-width: 1443px) and (min-width: 1200px) {
    .banner-main{
        margin-left: 8rem!important; 
    }
    .banner-main {
        gap: 40px; 
    }
    .banner-section .banner-main .banner-col-1 .category-button select#wp-block-categories-1 {
        font-size: 12px;
        margin-left: -24px;
    }
    .banner-image-columns .single-image-col {
        width: 10rem;
    }
    .banner-section .banner-col-2 .fig img {
        height: 86px;
    }
    .banner-section .banner-col-2 {
        margin-right: 10rem;
    }
    .banner-section .banner-col-2 .first-row-group,.banner-section .banner-col-2 .second-row-group {
        margin-bottom: -7%;
    }
    .banner-section .banner-col-2 .second-row-group {
        margin-right: -14%;
    }
    .category-section .category-columns .product-card a img {
        height: 240px !important;
        width: 100% !important;
    }
}
@media screen and (max-width: 1201px) and (min-width: 992px) {
    .banner-main .banner-col-1 h1{
        font-size: 1.7rem !important;
    }
    .banner-main .banner-col-1 p{
        font-size: 0.9rem;
    }
    .banner-main .banner-col-1 p.shadow-text {
        font-size: 5rem!important;
    }
    .banner-main .banner-col-1 {
        margin-left: 7rem;
    }
    .banner-image-columns .single-image-col {
        width: 9rem;
    }
    .banner-section .banner-col-2 .fig img {
        height: 72px;
    }
    .banner-section .banner-col-2 {
        margin-right: 10rem;
    }
    .banner-section .banner-col-2 .first-row-group,.banner-section .banner-col-2 .second-row-group {
        margin-bottom: -6rem;
    }
    .banner-section .banner-col-2 .second-row-group {
        margin-right: -14%;
    }
    .banner-section .banner-main .banner-col-1 .category-button select#wp-block-categories-1 {
        margin-left: -19px;
    }
    .banner-section .banner-main .banner-col-1 .category-button {
        padding-top: 11px;
        padding-bottom: 11px;
    }
    .banner-section .banner-main .banner-col-1 .category-button {
        width: 8rem;
    }
    .category-section .category-columns .product-card .product-link-button button{
        font-size: 12px !important;
    }
}
@media screen and (max-width: 993px) and (min-width: 933px) {
    .banner-section .banner-col-2 .first-row-group,.banner-section .banner-col-2 .second-row-group{
        margin-bottom: -2rem!important;
    }  
}
@media screen and (max-width: 992px) and (min-width: 780px) {
    .banner-main .banner-col-1 h1{
        font-size: 1.7rem !important;
    }
    .banner-main .banner-col-1 p{
        font-size: 0.9rem;
    }
    .banner-main .banner-col-1 p.shadow-text {
        font-size: 4.8rem!important;
    }
    .banner-main .banner-col-1 {
        margin-left: 7rem;
    }
    .banner-image-columns .single-image-col {
        width: 7rem;
    }
    .banner-section .banner-col-2 .fig img {
        height: 72px;
    }
    .banner-section .banner-col-2 {
        margin-right: 8rem;
    }
    .banner-section .banner-col-2 .second-row-group {
        margin-right: -14%;
    }
    .banner-section .banner-main .banner-col-1 .category-button select#wp-block-categories-1 {
        
        margin-left: -24px;
    }
    .banner-col-2 .img-row1{
        margin-top: 6rem;
    }
    .banner-section .banner-main .banner-col-1 .category-button {
        width: 8rem;
    }
    .banner-main .banner-col-1 .shadow-text {
        top: -13%;
    }
}
@media screen and (max-width: 780px) and (min-width:574px) {
   .banner-col-1 .banner-search-section .search-bar-col{
    width: 220%;
   }
   .banner-main .banner-col-1 .shadow-text {
    top: -15%;
    }
}
@media screen and (max-width: 781px) {
    .banner-main .banner-col-1 h1{
        font-size: 1.7rem !important;
    }
    .banner-main .banner-col-1 p{
        font-size: 0.9rem;
    }
    .banner-main .banner-col-1 p.shadow-text {
        font-size: 4.8rem!important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: auto !important; 
        justify-content: center !important;
    }
    .banner-col-1,.banner-col-2 {
        width: 100%;
    }
    .banner-image-columns .single-image-col {
        width: 10rem;
    }
    .banner-section .banner-col-2 .fig img {
        height: 85px;
    }
    .banner-main .banner-col-1 {
        margin-left:16%;
        margin-right:16%;
    }
    .banner-image-columns .single-image-col {
        width: 8rem;
    }
    .banner-section .banner-col-2 .first-row-group, .banner-section .banner-col-2 .second-row-group, .banner-section .banner-col-2 .third-row-group {
        margin-right: 21%;
        margin-left: 0;
    }
    .banner-search-section .wp-block-columns {
        flex-wrap: nowrap !important;
    }
    .banner-section .banner-col-2 {
        justify-content: center;
        margin-left: 15%;
    }
}
@media screen and (min-width: 768px){
    .category-box{
        flex-grow: 0!important;
    }
    .category-section .category-columns .product-card{
        width: auto;
    }
    .category-section .category-columns .category-box {
        flex-grow: 0;
        width: 250px!important;
    }
    .category-section .category-columns {
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 767px) {
    .category-section .category-columns .category-box {
        flex-grow: 0;
        width: 250px!important;
    }
    .category-section .category-columns {
        display: flex;
        justify-content: center;
    }
    .category-section .product-category li:first-child a {
        width: 265px!important;
    } 
    .category-section .category-columns .product-card ul {
        display: block!important;
    }
    .category-section .category-columns .product-card ul a img {
        height: auto!important;
    }
    .category-section .category-columns li .my-product-card {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 574px) {
    .banner-search-section .wp-block-columns {
        flex-wrap: wrap!important;
    }
    .banner-section .banner-main .banner-col-1 .category-button {
        width: 130px;
    }
    .banner-section .banner-main .banner-col-1 .category-button select#wp-block-categories-1 {
        margin-left: -20px;
    }
    .banner-main .banner-col-1 .shadow-text {
        top: -13%;
    }
}
@media screen and (max-width: 500px){
    .banner-image-columns .single-image-col {
        width: 7rem;
    }
    .banner-section .banner-col-2 .fig img {
        height: 70px;
    }
    .banner-section .banner-col-2 .first-row-group, .banner-section .banner-col-2 .second-row-group, .banner-section .banner-col-2 .third-row-group {
        margin-right: 17%;
        margin-left: 0;
    }
}
@media screen and (max-width: 400px){
    .banner-image-columns .single-image-col {
        width: 5rem;
    }
    .banner-section .banner-col-2 .fig img {
        height: 65px;
    }
    .banner-section .banner-col-2 .first-row-group, .banner-section .banner-col-2 .second-row-group, .banner-section .banner-col-2 .third-row-group {
        margin-right: 19%;
        margin-left: 0;
    }
}
/* category section */
@media screen and (max-width: 1199px) {
    .category-section .category-columns .category-box {
        flex-basis: unset!important;
        width: 200px;
    }
    .category-section .product-category li:first-child a {
        width: 218px;
    }
    .category-section .category-columns .product-card a img {
        height: 240px!important;
        width: 100% !important;
    }
    .category-section .category-columns li .product-card {
        height: 97%;
    }
    .category-section .category-columns .product-card .product-price {
        font-size: 16px !important;
    }
    .category-section .category-columns .product-card .product-link-button button {
        padding:5px;
    }
    .product-info h3{
        margin-bottom: 0px!important;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .category-section .category-columns .category-box  {
        flex-basis: unset!important;
        width: 190px;
    }
    .category-section .product-category li:first-child a {
        width: 211px;
    }
}
@media screen and (min-width: 1444px){
    .banner-section {
        height:500px;
    }
    .banner-section .bottom-image img{
        height: 200px;
        margin-top: -5%;
    }

}