/* ===== FIGMA STYLE PRODUCT GRID ===== */
.figma-products {
    padding: 40px 0;
}

/* Card */
.figma-products .product-item {
    background: #f4f4f4;
    border-radius: 18px;
    padding: 20px 16px 22px;
    text-align: center;
    transition: all 0.3s ease;
}

.figma-products .product-item:hover {
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    transform: translateY(-6px);
}

/* Image */
.figma-products .product-image-wrapper {
    background: #fff;
    border-radius: 14px;
    padding: 16px;
    margin-bottom: 14px;
}

.figma-products .product-image-photo {
    max-height: 160px;
    object-fit: contain;
}

/* Name */
.figma-products .product-item-name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}

/* Rating */
.figma-products .rating-summary {
    justify-content: center;
    margin-bottom: 6px;
}

/* Price */
.figma-products .price-box {
    font-size: 15px;
    margin-bottom: 10px;
}

/* Hide Add to Cart (Figma style) */
.figma-products .actions-primary {
    display: none;
}

/* Wishlist + Compare */
.figma-products .actions-secondary {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.figma-products .action.towishlist,
.figma-products .action.tocompare {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* View All button */
.home-view-all {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.product-item-inner {
  display: none;
}
/* ===== 28-FEB ===== */

.ti::before {
    color: #333;
}
.container-fluid.top-bar a {
    color: white;
}
.uc-search input.input-text {
    background-color: white !important;
}
input#search::placeholder {
    font-size: 16px;
}
.uc-search .field.search .control::before{
    top: 50%;
}
i.ti.ti-x::before {
    color: white;
}
.uc-search input.input-text{
    width: 98%;
}
@media only screen and (max-width: 768px) {
    .noonmobile {
        display: none !important;
    }
}
.minicart-wrapper {
     margin-top: 0px; 
}
.navigation .level0 > .level-top {
    color: white  !important;
}
.navigation .level0.parent > .level-top > .ui-menu-icon:after {
    font-size: 30px  !important;
    color: white  !important;
}
.navigation .level0 .submenu li.parent > a > .ui-menu-icon:after{
    font-size: 30px  !important;
}

.field.search .control {
    position: relative;
}

.field.search .control svg {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    color: #333;
    pointer-events: none; /* allows typing without clicking the icon */
}

.field.search .input-text {
    padding-left: 55px; /* space for icon */
}

.navigation .level0.parent > .level-top > .ui-menu-icon:after {
    margin-right: -8px !important;
}
a.action.showcart {
    margin: 0px;
    top: 2px;
}
.uc-search input{
    height: 54px;
}

/*homepage*/
main#maincontent {
    max-width: none;
    max-height: none;
    padding: 0px;
}
.reviews-header h2 {
    margin-left: 33%;
}
.cms-index-index strong.product-item-name {
    font-weight: 700;
}
@media only screen and (max-width: 768px) {
    .noonmobile {
        display: block !important;
    }
}
a.pagebuilder-button-link {
    padding: 12px 32px;
    border-radius: 999px; /* pill shape */
    border: 1px solid #e5e5e5;
    background-color: #f7f7f7;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

a.pagebuilder-button-link:hover {
    background-color: #ececec;
    border-color: #dcdcdc;
}

a.pagebuilder-button-link:active {
    transform: scale(0.98);
}
.product-item-details {
    text-align: center;
}