.page-footer{background:#F6F5F7;background-color:#F6F5F7;}
.action.primary{background:#2fa071;border-color:#2fa071;}
.action.primary:hover, .action.primary:focus, .action.primary:active{background:#4DC995;border-color:#4DC995;}
.tocart.action, .block.soldtogether-block .soldtogether-cart-btn, .bundle-actions .action.primary.customize{background:#2fa071;border-color:#2fa071;}
.tocart.action:hover, .block.soldtogether-block .soldtogether-cart-btn:hover, .bundle-actions .action.primary.customize:hover, .tocart.action:active, .block.soldtogether-block .soldtogether-cart-btn:active, .bundle-actions .action.primary.customize:active, .tocart.action:focus, .block.soldtogether-block .soldtogether-cart-btn:focus, .bundle-actions .action.primary.customize:focus{background:#4DC995;border-color:#4DC995;}
.page-header .block-search .control {
  border-radius: 10px !important;
 }
.block-swissup-ajaxsearch-results .tt-suggestion .amount {
        display:none !important;  
    }

.benefits .text, .benefits .text{
    font-size:1.5rem;    
}

.benefits .title, .benefits .title{
    font-size: 2.2rem;
    FONT-FAMILY: KOBLENZ-HEAVY;
}

.benefits .col-md-3{
    min-height:0px;
    padding:7px 0 0 0;
}

.icon-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.icon-text i {
      flex-shrink: 0;
}

.icon-text span {
    word-wrap: break-word;
    flex: 1;
}

.fa-truck::before, .fa-paint-brush::before, .fa-calendar::before{
    margin-right:5px;
}



.only-mobile{
    display: none;
}

.not-mobile {
    display: block;
}

.category-carousel-block {
    min-width: 175px;
    min-height: 175px;
    text-align: center;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    position: relative;
}

div.swiper-wrapper{
    margin-bottom:30px;
}

.category-carousel-link {
    display: block;
    width: 100%;
    height: 100%; 
    text-decoration: none;
    position: relative;
}

.cc-overlay-discount {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 25%;
    height: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.featCustRow {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.featCustBlock2 {
    width: 50%; 
}
.checkout-index-index .authentication-wrapper {
    display: none;
}




@media (min-width: 768px) {
    .featCustBlock4 {
        width: 25%; 
    }
    
}

@media only screen and (max-width: 768px) {
    .only-mobile {
        display: block;
    }
    .not-mobile {
        display: none;
    }
    .featCustRow {
        flex-wrap: wrap;
    }
}

/* Target product grid inside Page Builder */
.pagebuilder-content-type .widget-product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}

.four-col-grid .widget-product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.four-col-grid .widget-product-grid > .product-item {
  width: 23%;
}
