/** Shopify CDN: Minification failed

Line 34:0 Unexpected "<"
Line 238:0 Unexpected "<"

**/
div#shopify-section-mb_nav .wrap-mob.t4s-mb__menu ul.gm-grid {
    display: flex !important;
}
div#shopify-section-mb_nav .wrap-mob.t4s-mb__menu ul.gm-links {
    display: block !important;
}
/* ⭐ Stars */
.review-stars {
    color: #FFC107;
    font-size: 20px;
    margin-bottom: 20px;
}

.price--compare {
  text-decoration: line-through;
  color: #999;
  margin-right: 8px;
}

.price--sale {
  color: #e60023; /* sale color */
  font-weight: bold;
}

.price--regular {
  font-weight: 500;
}
<style>
  .custom-featured-products-one {
    background: #f5f5f7;
    padding-block: 60px;
}
.custom-featured-products:has(.promotional-card) {
    background: #fff;
}
.product-grid {
    display: grid;
    gap: 20px;
}  

.product-card-inner {
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 20px;
    background: #fff;
    overflow:hidden;
}
.product-card-media {
    position: relative;
}
.product-card-inner .product-tag {
    background: #000;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 10px;
    border-radius: 6px;
}
.cstm-wrapper-icons.icons-view {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
}
.cstm-wrapper-icons .info--btn:hover {
    background: #000;
    color: #fff;
    fill:#fff;
}

.cstm-wrapper-icons .info--btn:hover svg {
    color: #fff;
    fill:#fff;
}

.cstm-wrapper-icons .info--btn {
    width: 34px;
    height: 34px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f7;
    border-radius: 100%;
}

.cstm-wrapper-icons .t4s-svg-pr-icon {
    display: inline-flex;
}
.product-card__info-inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
}

.product-card__title {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.coll-title-wrap {
    width: 100%;
    color: #B64400;
    font-size: 14px;
}

.product-card__price, .product-card__price .price--sale {
    font-size: 16px;
    color: #000;
    font-weight:normal;
}

.product-card__info {
    padding: 10px;
}
.product-card__info .product-btn {
    border-radius: 30px;
    min-height: 44px;
}
.promotional-card {
    display: grid;
    border-radius: 20px;
    overflow: hidden;
}
.promotional-card-media {
    grid-area: 1/-1;
}
.promotional-card-media img {
    width: 100%;
    height: 100%;
}
.promotional-card-content {
    grid-area: 1/-1;
    z-index: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}
.promotional-card-heading {
    color: #fff;
    margin-bottom: 20px;
}
.promotional-card-desc {
    font-size: 16px;
    color: #fff;
}
.t4s-col-lg-15, .t4s-row-cols-lg-5 .flickityt4s-slider>.t4s-col-item, .t4s-row-cols-lg-5>.t4s-col-item {
    width: 33.33%;
}
.t4s-product .t4s-product-info__btns {
    display: block !important;
}
  .icons-view span.t4s-text-pr {
    display: none;
}



@media (min-width:768px) {
.product-grid.columns-4 {
    grid-template-columns: repeat(2,1fr);
}  
.product-grid.columns-3 {
    grid-template-columns: repeat(2,1fr);
}
.product-grid.columns-2 {
    grid-template-columns: repeat(2,1fr);
}
}

@media (min-width:992px) {
.product-grid.columns-4 {
    grid-template-columns: repeat(4,1fr);
}  
.product-grid.columns-3 {
    grid-template-columns: repeat(3,1fr);
}
.product-grid.columns-2 {
    grid-template-columns: repeat(2,1fr);
}
}

@media (max-width:767px) {
.product-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}
.promotional-card-content {
    padding: 10px;
}
.promotional-card-heading {
    margin-bottom: 10px;
    font-size: 24px;
}
.promotional-card-desc {
    font-size: 14px;
}
.custom-featured-products-one {
    padding-block: 40px;
    order:3;
    background:#fff;
}
.product-card__title {
    font-size: 16px;
}
.cstm-wrapper-icons .info--btn {
    width: 24px;
    height: 24px;
}
.icons-view .t4s-svg-pr-icon svg {
    width: 14px;
    height: 14px; 
}
.product-card-inner .product-tag {
    font-size: 12px;
    padding: 6px;
}
.product-card__info .product-btn {
    min-height: 34px;
    padding:6px !important;
}
}

</style>
@media (max-width:1024px) {
ul#menu-mb__ul {
    display: none !important;
}
}