.sale-section {
    background: linear-gradient(90deg, #000000, #ff0000);
    border-radius: 12px;
    padding: 10px;
    color: #fff;
}

.wishlist-btn,
.wishlist-btn:hover {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    padding: 10px;
    border-radius: 50%;
}



.best-sale-section {
    background: #fff;
    padding: 20px;
}

.sale-card {
    border-radius: 6px;
    background: #fff;
    padding: 0px;
    position: relative;
    height: 100%;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ddd;
}

/* hover effect zoom-in */
.sale-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.badge-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e0006c;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 5px;
}

.badge-tag+.badge-tag {
    top: 35px;
}

.product-cat-title {
    font-size: 14px;
    font-weight: bold;
    color: #b86c36;
    margin-top: 10px;
    padding-left: 6px;
}

.product-title {
    font-size: 14px;
    color: #333;
    padding-left: 6px;
    /* min-height: 40px; */
}

.price-old {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
    padding-left: 6px;
}

.price-new {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    margin-left: 5px;
}

.see-all-btn {
    background: #fff;
    color: #000;
    font-weight: bold;
    border-radius: 30px;
    padding: 2px 7px;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #ddd;
}

.see-all-btn:hover {
    color: #000;
    background: #ddd;
}

#cam {
    font-weight: bold;
    position: absolute;
    top: 6px;
    right: 6px;
    background: red;
    color: #fff;
    height: 15px;
    width: 14px;
    line-height: 15px;
    font-size: 10px;
    border-radius: 50px;
    padding: 0px 4px;
}

#cam2 {
    font-weight: bold;
    position: absolute;
    top: 6px;
    right: 20px;
    background: red;
    color: #fff;
    height: 15px;
    width: 14px;
    line-height: 15px;
    font-size: 10px;
    border-radius: 50px;
    padding: 0px 4px;
}

.owl-nav button {
    background: #fff !important;
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    color: #000 !important;
    font-size: 18px !important;
    margin: 0 5px;
}

.owl-nav button:hover {
    background: #e0006c !important;
    color: #fff !important;
}

/* ====== Hover Add Button (+) ====== */
.mobile-add-btn {
    position: absolute;
    top: 2px;
    right: 3px;
    background: #e0006c;
    color: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* ====== Hover Add Button (+) ====== */
.sale-card .add-btn {
    position: absolute;
    top: -50px;
    right: -50px;
    background: red;
    color: #fff;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.sale-card:hover .add-btn {
    top: 10px;
    right: 10px;
}

.sale-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.featured-cat-title {
    color: gray;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}



@media screen and (min-width:700px) {
    .mobile-add-btn {
        display: none;
    }
}

@media screen and (max-width:700px) {
    .sale-card .add-btn {
        display: none;
    }

    #live-search-results {
        top: 107px;
    }
}



.submenu-container {
    width: 100%;
    border: 1px solid #e9e9e9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0px auto;
}

.submenu-column {
    padding: 0 10px;
}

.submenu-column h6 {
    font-weight: bold;
}

.submenu-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.submenu-column ul li {
    padding: 2px 0;
    cursor: pointer;
}

.category-product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* সর্বোচ্চ ২ লাইন */
    -webkit-box-orient: vertical;
    overflow: hidden;

    color: #222222;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    margin-bottom: 5px;
    text-align: start;
    height: 37px;
}

.category-product-title:hover {
    color: #339769;
}

@media (max-width: 991px) {
    .submenu-container {
        max-width: 100%;
    }

    .category-product-title {
        font-size: 12px;
        min-height: 32px;
        height: 34px;
    }
}

.category-menu {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
    scrollbar-width: thin;
}

/* @media (max-width: 700px) { */
.category-menu {
    height: 55px;
}

/* } */
.category-menu::-webkit-scrollbar {
    height: 6px;
}

.category-menu::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.category-item {
    flex: 0 0 auto;
    padding: 6px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    font-size: 14px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s;
}

.category-item:hover {
    background: #f8f9fa;
}

.category-item.active {
    border-color: #ff4d4d;
    background: #fff0f0;
    color: #ff4d4d;
}

.addtocartbtn {
    background: #70B51C;
    border: none;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    font-size: 14px;
}

.addtocartbtn:hover {
    background: #243D66;
    color: #fff;
}

.eloraButtonBg {
    color: #fff;
    background: #339769;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
}

.eloraButtonBg:hover {
    color: #fff !important;
    border: 1px solid #243D66 !important;
    background: #243D66 !important;
}

.view-all {
    text-align: center;
    margin-top: 30px;
}

.view-all a {
    color: #007D43;
    border: 1px solid #007D43;
    padding: 10px 60px;
    border-radius: 20px;
}

.view-all a:hover {
    color: #fff;
    background: #007D43;
}

.customer-review-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.review-image-area {
    width: 50%;
}

.review-content-area {
    width: 50%;
}

/* Left Image Only */
.review-main-image {
    width: 100%;
    /* height: 530px; */
    overflow: hidden;
    border-radius: 18px;
}

.review-main-image img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    display: block;
}


/* Right Content */

.review-title {
    font-size: 32px;
    font-weight: 700;
    color: #14213d;
    margin: 3px 0 24px;
}

.review-cardd {
    display: flex;
    align-items: flex-start;
    gap: 16px;

    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 15px;

    padding: 20px 10px;
    margin-bottom: 20px;

    box-shadow: 0 3px 8px rgba(0, 0, 0, .10);
}

.review-user-image {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;

    border-radius: 50%;
    overflow: hidden;

    border: 1px solid #f0dfb5;
}

.review-user-image img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.review-details {
    flex: 1;
    min-width: 0;
}

.review-name-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 6px;
}

.review-name-row h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

.verified-buyer {
    font-size: 12px;
    background: #f7f7f7;
    padding: 3px 8px;
    border-radius: 10px;
}

.review-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 7px;
    color: #FDC700;
}

.review-stars i {
    color: #ffbd00;
    font-size: 17px;
}

.review-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
    color: #303030;
}


/* Mobile */

@media (max-width: 767px) {

    .customer-review-wrapper {
        flex-direction: column;
        gap: 35px;
    }

    .review-image-area,
    .review-content-area {
        width: 100%;
    }

    .review-main-image {
        /* height: 400px; */
        border-radius: 15px;
    }

    .review-title {
        font-size: 26px;
    }

    .review-cardd {
        padding: 18px;
        gap: 12px;
    }
}

/* before after efect */
.ba-slider {
    position: relative;
    width: 100%;
    max-width: 700px;
    aspect-ratio: 4 / 3;
    margin: 0 auto;
    border-radius: 18px;
    overflow: hidden;
    user-select: none;
    cursor: ew-resize;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    touch-action: none;
}

.ba-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.ba-after-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    clip-path: inset(0 0 0 50%);
    /* default: right half visible */
}

.ba-after-wrap .ba-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ba-divider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    background: #fff;
    transform: translateX(-50%);
    pointer-events: none;
}

/* invisible wide strip so the divider is easy to grab anywhere along its height */
.ba-handle-hit {
    position: absolute;
    top: 0;
    left: 50%;
    width: 56px;
    height: 100%;
    transform: translateX(-50%);
    cursor: ew-resize;
    touch-action: none;
}

.ba-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

.ba-badge {
    position: absolute;
    top: 16px;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    transition: opacity 0.25s ease;
    z-index: 5;
}

.ba-badge-left {
    left: 16px;
    background: #e5384d;
}

.ba-badge-right {
    right: 16px;
    background: #1fa855;
}

.ba-label {
    position: absolute;
    bottom: 16px;
    padding: 8px 18px;
    border-radius: 22px;
    font-size: 13px;
    font-weight: 600;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: opacity 0.25s ease;
    z-index: 5;
    white-space: nowrap;
}

.ba-label-left {
    left: 16px;
    color: #333;
}

.ba-label-right {
    right: 16px;
    color: #1fa855;
}

.ba-hidden {
    opacity: 0 !important;
    pointer-events: none;
}
.phb-sticky-bar {
    display: none;
  }

  @media (max-width: 767px) {
    .phb-sticky-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 999;
      padding: 10px 14px;
      background-color: #ffffff;
      border-top: 1px solid #e5e5e5;
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
    }
  }

  .phb-product-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
  }

  .phb-icon-wrap {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    border: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
  }

  .phb-icon-wrap svg {
    width: 22px;
    height: 22px;
  }

  .phb-text-wrap {
    min-width: 0;
  }

  .phb-title {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 42vw;
  }

  .phb-price {
    margin: 2px 0 0;
    font-size: 13px;
    font-weight: 600;
    color: #222;
  }

  .phb-buy-btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #1fa34a;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
  }

  .phb-buy-btn svg {
    width: 15px;
    height: 15px;
  }

  .phb-buy-btn:active {
    opacity: 0.85;
  }
