@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Jost:wght@400;500;600;700&family=Hind+Siliguri:wght@400;500;600;700&display=swap");

/* =====================================================================
   BP-THEME — "Tahitian Pearl" storefront theme (BLACK Pearl)
   Served at /bp-theme.css, linked in layouts/master.blade.php AFTER
   style.css + responsive.css, so equal-specificity rules here win.
   Remove that one <link> to roll the whole theme back.
   ===================================================================== */

:root {
    --bp-ink: #1a1320;
    --bp-deep: #2a1033;
    --bp-plum: #5b2166;
    --bp-plum-2: #6a2479;
    --bp-rose: #c2417a;
    --bp-gold: #c8a15a;
    --bp-pearl: #f8f5fa;
    --bp-line: #ece4f0;
    --bp-muted: #756a7e;
    --bp-grad: linear-gradient(120deg, #2a1033 0%, #6a2479 52%, #c2417a 100%);
    --bp-grad-wide: linear-gradient(120deg, #2a1033 0%, #6a2479 35%, #c2417a 70%, #6a2479 100%);
    --bp-sheen: conic-gradient(from 210deg, #2a1033, #6a2479, #c2417a, #f0d3e1, #6a2479, #2a1033);
    --bp-shadow: 0 14px 34px -18px rgba(74, 20, 90, .45);
    --bp-cta-shadow: 0 10px 22px -12px rgba(194, 65, 122, .75);
    --bp-font: "Jost", "Hind Siliguri", system-ui, sans-serif;
    --bp-bangla: "Hind Siliguri", "Jost", sans-serif;
    --bp-display: "Marcellus", Georgia, serif;
}

/* ---------- base ---------- */
body {
    font-family: var(--bp-font);
    color: var(--bp-ink);
    background: #fff;
}
p { color: var(--bp-ink); }
a, a:hover, a:focus { color: var(--bp-ink); }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid var(--bp-rose) !important;
    outline-offset: 2px;
}

/* ---------- header ---------- */
header { box-shadow: 0 6px 24px -16px rgba(42, 16, 51, .5); }
.main-header { background: #fff; }
.logo-area { padding: 10px 0; }

.main-search form {
    height: 44px;
    border: 1.5px solid var(--bp-line);
    border-radius: 999px;
    background: var(--bp-pearl);
    transition: border-color .2s ease, box-shadow .2s ease;
}
.main-search form:focus-within {
    border-color: var(--bp-plum-2);
    box-shadow: 0 0 0 4px rgba(106, 36, 121, .12);
}
.main-search form input {
    background: transparent;
    padding: 0 18px;
    font-size: 14px !important;
}
.main-search form button {
    width: 56px;
    background: var(--bp-grad);
    border-radius: 999px;
    margin: 3px;
    height: calc(100% - 6px);
}
.header-list-items ul li a,
.header-list-items ul li p { color: var(--bp-ink); }
.header-list-items ul li i { color: var(--bp-plum); }
.header-list-items ul li span,
.menu-bag .margin-shopping span {
    background: var(--bp-rose);
    box-shadow: 0 0 0 2px #fff;
    font-weight: 700;
}
.cshort-summary { border-radius: 14px; overflow: hidden; }
.go_cart {
    background: var(--bp-grad) !important;
    color: #fff !important;
    border-radius: 999px;
}

/* category bar: the brand gradient lives here */
.menu-area {
    background: var(--bp-grad);
    border: 0;
}
li.cat_bar > a {
    background-color: transparent;
    color: #fff;
    font-weight: 500;
    letter-spacing: .06em;
    position: relative;
}
li.cat_bar > a::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 9px;
    height: 2px;
    border-radius: 2px;
    background: var(--bp-gold);
    transform: scaleX(0);
    transition: transform .25s ease;
}
li.cat_bar:hover > a::after { transform: scaleX(1); }
.menu-area .Cat_menu {
    border: 1px solid var(--bp-line);
    border-radius: 0 0 14px 14px;
    box-shadow: var(--bp-shadow);
    overflow: hidden;
}
ul.Cat_menu li { border-bottom: 1px solid var(--bp-line) !important; }
ul.Cat_menu li:hover { background: var(--bp-pearl); }
ul.Cat_menu li a span { color: var(--bp-ink); font-weight: 500; }

/* ---------- hero slider ---------- */
.home-slider-container {
    border-radius: 20px;
    overflow: hidden;
}
.main_slider .owl-nav button.owl-prev,
.main_slider .owl-nav button.owl-next {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92) !important;
    color: var(--bp-plum) !important;
    font-size: 18px !important;
    line-height: 46px !important;
    box-shadow: 0 8px 20px -10px rgba(0, 0, 0, .5);
}
.main_slider .owl-nav button.owl-prev { left: 16px; }
.main_slider .owl-nav button.owl-next { right: 16px; }
.main_slider .owl-nav button i { color: var(--bp-plum); }

/* ---------- section titles + timers ---------- */
.homeproduct { padding: 18px 0; }
.sec_title { margin-bottom: 18px; }
.section-title-header {
    position: relative;
    border-bottom: 1px solid var(--bp-line);
    padding-bottom: 12px;
}
.section-title-header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 72px;
    height: 3px;
    border-radius: 3px;
    background: var(--bp-grad);
}
.section-title-header .section-title-name {
    font-family: var(--bp-display);
    font-weight: 400;
    font-size: 28px;
    text-transform: none;
    letter-spacing: .01em;
    color: var(--bp-ink);
}
.timer_inner { align-items: center; }
.timer_inner .syotimer-cell {
    width: auto;
    min-width: 54px;
    padding: 8px 12px;
    border-radius: 12px;
    background: var(--bp-grad);
    font-family: var(--bp-font);
    font-size: 15px;
    box-shadow: var(--bp-cta-shadow);
}

/* ---------- top categories: pearl-lustre rings ---------- */
.category-sliger .bp-cat-ring {
    display: block;
    width: 100%;
    max-width: 160px;
    aspect-ratio: 1;
    margin: 4px auto 10px;
    padding: 3px;
    border-radius: 50%;
    background: var(--bp-sheen);
}
.category-sliger .bp-cat-img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
    transition: transform .4s ease;
}
.category-sliger .bp-cat-ring:hover .bp-cat-img { transform: scale(1.04); }
.category-sliger .bp-cat-name {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .08em;
    color: var(--bp-ink);
}

/* ---------- product cards (home, category, search, hot deals, related) ---------- */
.product_item {
    display: flex;
    flex-direction: column;
    padding: 8px;
    margin-bottom: 22px;
    border: 1px solid var(--bp-line);
    border-radius: 18px;
    background: #fff;
    transition: border-color .25s ease, box-shadow .25s ease;
}
.product_item:hover {
    border-color: rgba(106, 36, 121, .35) !important;
    box-shadow: var(--bp-shadow);
}
.product_item .product_item_inner {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.product_item .pro_img {
    height: auto;
    aspect-ratio: 4 / 5;
    border-radius: 13px;
    background: var(--bp-pearl);
    overflow: hidden;
}
.product_item .pro_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}
.product_item .product_item_inner:hover .pro_img img { transform: scale(1.06); }
.product_item .pro_img:has(.stock-out-overlay) img { filter: grayscale(.55) opacity(.8); }
.product_item .stock-out-overlay {
    top: auto;
    bottom: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    transform: none;
    padding: 6px 0;
    border-radius: 999px;
    background: rgba(26, 19, 32, .78);
    color: #fff;
    opacity: 1;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    backdrop-filter: blur(4px);
}

/* discount: gradient price-tag pill, top-left of the photo */
.product_item_inner .sale-badge {
    top: 16px;
    left: 16px;
    right: auto;
}
.product_item_inner .sale-badge-inner { width: auto; height: auto; }
.product_item_inner .sale-badge-box {
    width: auto;
    height: auto;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--bp-grad);
    box-shadow: var(--bp-cta-shadow);
}
.product_item_inner span.sale-badge-text {
    display: flex;
    align-items: baseline;
    gap: 3px;
    font-family: var(--bp-bangla);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
}
.product_item_inner span.sale-badge-text p {
    display: inline;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}

.product_item .pro_des {
    text-align: left;
    padding: 12px 4px 0;
}
.product_item .pro_name {
    height: auto;
    min-height: 2.7em;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.35;
}
.product_item .pro_name a {
    font-size: 14.5px;
    font-weight: 500;
    color: var(--bp-ink);
}
.product_item .pro_name a:hover { color: var(--bp-plum); text-decoration: none; }
.product_item .pro_des .rounded-pill {
    display: inline-block;
    margin-top: 6px;
    padding: 2px 10px !important;
    background: var(--bp-pearl) !important;
    border: 1px solid var(--bp-line);
    color: var(--bp-plum);
    font-size: 11.5px;
    font-weight: 600;
}
.product_item .pro_price { margin: 6px 0 0; }
.product_item .pro_price p {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-start;
    gap: 2px 8px;
    margin: 0;
    text-align: left;
    color: var(--bp-plum);
    font-size: 16.5px;
    font-weight: 700;
}
.product_item .pro_price del {
    order: 2;
    margin: 0;
    color: var(--bp-muted);
    font-size: 12.5px;
    font-weight: 400;
    text-decoration-color: var(--bp-rose);
}

.product_item .pro_btn {
    display: flex;
    gap: 8px;
    margin-top: auto;
    padding-top: 12px;
}
.product_item .pro_btn > form:last-child,
.product_item .pro_btn > a.cart-icon-link {
    flex: 0 0 42px;
    max-width: 42px;
}
/* .pro_btn + button in the selectors: must out-rank style.css ".product_item .pro_btn button" (0,2,1) */
.product_item .pro_btn .order-btn,
.product_item .pro_btn .order-btn-link,
.product_item .pro_btn button.order-btn,
.product_item .pro_btn button.order-btn-link {
    height: 42px;
    padding: 0 10px;
    border: 0;
    border-radius: 999px;
    background: var(--bp-grad-wide);
    background-size: 220% 100%;
    background-position: 0 0;
    color: #fff !important;
    font-family: var(--bp-bangla);
    font-size: 14.5px;
    font-weight: 600;
    text-transform: none;
    white-space: nowrap;
    box-shadow: var(--bp-cta-shadow);
    transition: background-position .5s ease, box-shadow .25s ease;
}
.product_item .pro_btn .order-btn:hover,
.product_item .pro_btn .order-btn-link:hover,
.product_item .pro_btn button.order-btn:hover,
.product_item .pro_btn button.order-btn-link:hover {
    background: var(--bp-grad-wide);
    background-size: 220% 100%;
    background-position: 100% 0;
    color: #fff !important;
}
.product_item .cart-icon-btn,
.product_item .cart-icon-link,
.product_item .pro_btn button.cart-icon-btn,
.product_item .pro_btn button.cart-icon-link {
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid var(--bp-line);
    border-radius: 50%;
    background: var(--bp-pearl);
    box-shadow: none;
    transition: background .25s ease, border-color .25s ease;
}
.product_item .cart-icon-btn i,
.product_item .cart-icon-link i {
    font-size: 16px;
    color: var(--bp-plum);
}
.product_item .cart-icon-btn:hover,
.product_item .cart-icon-link:hover,
.product_item .pro_btn button.cart-icon-btn:hover,
.product_item .pro_btn button.cart-icon-link:hover {
    background: var(--bp-grad);
    border-color: transparent;
}
.product_item .cart-icon-btn:hover i,
.product_item .cart-icon-link:hover i { color: #fff; }

/* grids */
.category-product {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    grid-gap: 18px;
}
.product_sliders { grid-gap: 18px; }
.show_more_btn { margin: 4px 0 18px; }
a.view_more_btn {
    display: inline-block;
    padding: 10px 26px;
    border: 1.5px solid var(--bp-plum);
    border-radius: 999px;
    background: #fff;
    color: var(--bp-plum);
    font-family: var(--bp-font);
    font-weight: 600;
    transition: background .25s ease, color .25s ease;
}
a.view_more_btn:hover {
    background: var(--bp-grad);
    border-color: transparent;
    color: #fff;
}

/* ---------- product details: gallery ---------- */
.homeproduct.main-details-page { margin-top: 18px; }
.main-details-page .product-section { padding: 16px 0 28px; }
.details_slider {
    border: 0;
    border-radius: 22px;
    overflow: hidden;
    background: var(--bp-pearl);
}
.dimage_item img {
    width: 100%;
    height: 560px !important;
    object-fit: contain;
    background: var(--bp-pearl);
}
.indicator_thumb { grid-gap: 10px; margin: 12px 0; }
.indicator-item {
    border: 2px solid transparent;
    border-radius: 14px;
    background: var(--bp-pearl);
    cursor: pointer;
    transition: border-color .2s ease;
}
.indicator-item:hover { border-color: var(--bp-line); }
.indicator-item.active { border-color: var(--bp-plum-2); }
.indicator-item img { height: 88px !important; object-fit: cover; }

.product-details-discount-badge { top: 16px; left: 28px; right: auto; }
.product-details-discount-badge span.sale-badge-text {
    width: auto;
    height: auto;
    flex-direction: row;
    align-items: baseline;
    gap: 4px;
    padding: 6px 14px;
    border-radius: 999px;
    background: var(--bp-grad);
    box-shadow: var(--bp-cta-shadow);
    font-family: var(--bp-bangla);
    font-size: 12px;
}
.product-details-discount-badge span.sale-badge-text p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

/* ---------- product details: info panel ---------- */
.details_right {
    padding: 26px 30px;
    border: 1px solid var(--bp-line);
    border-radius: 22px;
    background: #fff;
}
.details_right .breadcrumb { margin-bottom: 10px; }
.details_right .breadcrumb ul li a,
.details_right .breadcrumb ul li span { font-size: 13px; color: var(--bp-muted); }
.details_right .breadcrumb ul li a:hover { color: var(--bp-plum); }
.product-cart .name {
    font-family: var(--bp-display);
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--bp-ink);
}
.details-price {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin: 14px 0 10px;
    font-size: 30px;
    font-weight: 700;
    color: var(--bp-plum);
}
.details-price del {
    order: 2;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: var(--bp-muted);
    text-decoration-color: var(--bp-rose);
}
.details-ratting-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    margin-bottom: 14px;
}
.details-ratting-wrapper i { color: var(--bp-gold); }
.details-ratting-wrapper i.far.fa-star { color: #d6cbdc; }
.details-ratting-wrapper span { margin-left: 4px; font-size: 13px; color: var(--bp-muted); }
.all-reviews-button { margin-left: 12px; font-size: 13px; color: var(--bp-plum); }
.product-code p {
    display: inline-flex;
    align-items: center;
    padding: 5px 14px;
    margin-bottom: 12px;
    border: 1px solid var(--bp-line);
    border-radius: 999px;
    background: var(--bp-pearl);
    color: var(--bp-ink);
    font-size: 13px;
    line-height: 1.4;
}
.product-code p span { margin-right: 4px; color: var(--bp-muted); }
.details_right .pro_brand { margin: 6px 0 8px; }
.details_right .pro_brand p,
.details_right .pro_unig label { font-size: 14px; font-weight: 500; color: var(--bp-muted); }

/* variant pickers: pill sizes, ringed colour swatches */
.color_inner,
.size_inner { align-items: center; gap: 12px; margin: 10px 0; }
.color_inner p,
.size_inner p { min-width: 52px; margin: 0; font-weight: 600; color: var(--bp-ink); }
.size-container { margin-bottom: 0; }
.color_inner .selector,
.size_inner .selector { display: flex; flex-wrap: wrap; gap: 8px; }
.size_inner .selector-item_label {
    min-width: 46px;
    height: 38px;
    line-height: 35px;
    padding: 0 14px;
    border: 1.5px solid var(--bp-line);
    border-radius: 999px;
    background: #fff;
    color: var(--bp-ink);
    font-weight: 600;
    transition: border-color .2s ease, color .2s ease;
}
.size_inner .selector-item_label:hover {
    background: #fff;
    border-color: var(--bp-plum-2);
    color: var(--bp-plum);
}
.size_inner .selector-item_radio:checked + .selector-item_label {
    background: var(--bp-grad);
    border-color: transparent;
    color: #fff;
}
.color_inner .selector .selector-item label {
    width: 32px;
    height: 32px;
    border: 0;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--bp-line);
}
.color_inner .selector-item_radio:checked + .selector-item_label,
.color_inner .selector .selector-item label:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--bp-plum-2);
}

/* quantity stepper */
.qty-cart .quantity {
    width: 140px;
    height: 46px;
    margin-top: 14px;
    border: 1.5px solid var(--bp-line);
    border-radius: 999px;
    background: #fff;
}
.qty-cart .quantity input { background: transparent; font-weight: 600; }
.qty-cart .quantity .minus,
.qty-cart .quantity .plus {
    width: 44px;
    height: 43px;
    line-height: 41px;
    border: 0;
    font-size: 22px;
    color: var(--bp-plum);
    transition: background .2s ease;
}
.qty-cart .quantity .minus:hover,
.qty-cart .quantity .plus:hover { background: var(--bp-pearl); }

/* buy buttons */
.d-flex.single_product { gap: 12px; margin-top: 14px; }
.single_product .add_cart_btn,
.single_product .order_now_btn {
    flex: 1 1 0;
    width: auto;
    height: 52px;
    margin: 0;
    border-radius: 999px;
    font-family: var(--bp-bangla);
    font-size: 17px;
    font-weight: 600;
}
.single_product .add_cart_btn {
    background: #fff;
    border: 1.5px solid var(--bp-plum);
    color: var(--bp-plum);
}
.single_product .add_cart_btn:hover,
.single_product .add_cart_btn:active {
    background: var(--bp-pearl) !important;
    border-color: var(--bp-plum) !important;
    color: var(--bp-plum) !important;
}
.single_product .order_now_btn {
    border: 0;
    background: var(--bp-grad-wide);
    background-size: 220% 100%;
    color: #fff;
    box-shadow: var(--bp-cta-shadow);
    transition: background-position .5s ease;
}
.single_product .order_now_btn:hover,
.single_product .order_now_btn:active {
    background: var(--bp-grad-wide) !important;
    background-size: 220% 100% !important;
    background-position: 100% 0 !important;
    border-color: transparent !important;
    color: #fff !important;
}
.details_right .shadow { box-shadow: none !important; }
.details_right a.btn-primary,
.details_right a.btn-success {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 48px;
    border: 0;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
}
.details_right a.btn-primary { background: var(--bp-ink); }
.details_right a.btn-primary:hover { background: var(--bp-deep); }
.details_right a.btn-success { background: #1f9e57; }
.details_right a.btn-success:hover { background: #188a4b; }

/* ---------- product details: tabs, description, reviews ---------- */
.description-nav-wrapper {
    padding: 12px 0;
    border-top: 1px solid var(--bp-line);
    border-bottom: 1px solid var(--bp-line);
    box-shadow: none;
}
.desc-nav-ul { gap: 10px; margin-left: 0; }
.desc-nav-ul li a {
    padding: 9px 22px;
    border: 1px solid var(--bp-line);
    border-radius: 999px;
    box-shadow: none;
    color: var(--bp-ink);
    font-weight: 500;
    transition: background .2s ease, color .2s ease;
}
.desc-nav-ul li.active a,
.desc-nav-ul li:hover a {
    background: var(--bp-grad);
    border-color: transparent;
    color: #fff;
}
section.pro_details_area { padding: 10px 0 30px; }
.pro_details_area .description,
.pro_details_area .tab-content {
    margin: 22px 0 0;
    padding: 26px 30px;
    border: 1px solid var(--bp-line);
    border-radius: 20px;
    background: #fff;
}
.pro_details_area .description {
    border-color: transparent;
    background: var(--bp-pearl);
    line-height: 1.75;
}
.description h2,
.section-head h2,
.pro_vide h2 {
    font-family: var(--bp-display);
    font-size: 24px;
    font-weight: 400;
    color: var(--bp-ink);
    border-bottom: 1px solid var(--bp-line);
}
.section-head h2 { border-bottom: 0; }
.details-action-box .section-head { align-items: center; border-bottom: 1px solid var(--bp-line); }
.details-action-box .section-head .title p { color: var(--bp-muted); }
.details-action-box .section-head .action .details-action-btn,
.details-review-button {
    padding: 9px 22px;
    border: 0;
    border-radius: 999px;
    background: var(--bp-grad);
    color: #fff;
    font-weight: 600;
}
.review-card { padding: 16px 18px; border-radius: 16px; background: var(--bp-pearl); }
.review_star { color: var(--bp-gold); }
.details-action-box .empty-content i { background-color: var(--bp-pearl); color: var(--bp-plum); }
.pro_vide { border: 1px solid var(--bp-line); border-radius: 20px; overflow: hidden; }

/* related products */
section.related-product-section { margin-top: 10px; padding-top: 24px; }
.related-title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--bp-line);
}
.related-title::after {
    content: "";
    position: absolute;
    left: 12px;
    bottom: -1px;
    width: 72px;
    height: 3px;
    border-radius: 3px;
    background: var(--bp-grad);
}
.related-title h5 {
    font-family: var(--bp-display);
    font-size: 28px;
    font-weight: 400;
    color: var(--bp-ink);
}
.related-product-section .owl-nav button.owl-prev,
.related-product-section .owl-nav button.owl-next {
    background: #fff !important;
    border: 1px solid var(--bp-line) !important;
    box-shadow: var(--bp-shadow);
}
.related-product-section .owl-nav button i { color: var(--bp-plum) !important; }
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span { background: var(--bp-plum-2); }

/* ---------- checkout ---------- */
.chheckout-section {
    padding: 34px 0 48px;
    background: linear-gradient(180deg, var(--bp-pearl) 0, #fff 340px);
}
.checkout-shipping .card,
.cart_details .card {
    border: 1px solid var(--bp-line);
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--bp-shadow);
}
.checkout-shipping .card-header,
.cart_details .card-header {
    padding: 18px 22px;
    border-bottom: 1px solid var(--bp-line);
    background: #fff;
}
.checkout-shipping .card-body { padding: 22px; }
.checkout-shipping h6 {
    margin: 0;
    padding-left: 14px;
    border-left: 4px solid var(--bp-rose);
    font-family: var(--bp-bangla);
    font-size: 15.5px;
    line-height: 1.55;
    text-align: left;
    color: var(--bp-ink);
}
.cart_details h5 {
    font-family: var(--bp-display);
    font-size: 22px;
    font-weight: 400;
    text-transform: none;
    color: var(--bp-ink);
}
.checkout-shipping label {
    margin-bottom: 7px;
    font-family: var(--bp-bangla);
    font-size: 15px;
    font-weight: 600;
    color: var(--bp-ink);
}
.checkout-shipping input.form-control,
.checkout-shipping select.form-control,
.checkout-shipping textarea.form-control {
    height: 48px;
    padding: 0 16px;
    border: 1.5px solid var(--bp-line);
    border-radius: 12px;
    background: #fff;
    font-size: 15px;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.checkout-shipping textarea.form-control { height: auto; padding: 12px 16px; }
.checkout-shipping .form-control:focus {
    border-color: var(--bp-plum-2);
    box-shadow: 0 0 0 4px rgba(106, 36, 121, .12) !important;
}
.bp-order-note {
    padding: 16px;
    border: 1px dashed #dccfe3;
    border-radius: 16px;
    background: var(--bp-pearl);
}
.radio_payment label { font-family: var(--bp-bangla); font-size: 15px; }
.payment-methods .form-check {
    display: flex !important;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    margin-bottom: 0;
    padding: 12px 16px;
}
.payment-methods .form-check-input {
    float: none;
    flex: 0 0 auto;
    width: 18px !important;
    height: 18px !important;
    margin: 0;
}
.payment-methods .form-check:has(.form-check-input:checked) {
    border-color: var(--bp-plum-2);
    background: var(--bp-pearl);
    box-shadow: 0 0 0 3px rgba(106, 36, 121, .12);
}
.payment-methods .form-check-label { margin: 0; color: var(--bp-ink); }
.payment-methods .form-check-label i.text-success { color: var(--bp-plum) !important; }
.order_place {
    height: 56px;
    margin-top: 20px;
    padding: 0;
    border-radius: 999px;
    background: var(--bp-grad-wide);
    background-size: 220% 100%;
    font-family: var(--bp-bangla);
    font-size: 19px;
    font-weight: 600;
    text-transform: none;
    box-shadow: var(--bp-cta-shadow);
    transition: background-position .5s ease;
}
.order_place:hover {
    background: var(--bp-grad-wide);
    background-size: 220% 100%;
    background-position: 100% 0;
}

/* order summary table */
.cart_details .card-body.cartlist { padding: 8px 18px 18px; }
.cart_details .cart_table { margin: 0; border-color: var(--bp-line); }
.cart_details table.cart_table tr > * {
    padding: 12px 10px;
    border-color: var(--bp-line);
    background-color: transparent;
    box-shadow: none;
    vertical-align: middle;
    --bs-table-accent-bg: transparent;
    --bs-table-bg-type: transparent;
}
.cart_details table.cart_table thead th {
    background: var(--bp-pearl);
    color: var(--bp-muted);
    font-size: 13px;
    font-weight: 600;
}
.cart_details .cart_table td a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--bp-ink);
    font-weight: 500;
}
.cart_details .cartlist td img {
    width: 46px;
    height: 56px;
    object-fit: cover;
    border-radius: 10px;
    background: var(--bp-pearl);
}
.cart_details .cart_remove {
    width: 34px;
    height: 34px;
    justify-content: center;
    border-radius: 50%;
    background: #fdf0f5;
    cursor: pointer;
}
.cart_details .cart_remove i { color: var(--bp-rose) !important; }
.cart_details table.cart_table tfoot th { font-weight: 500; color: var(--bp-muted); }
.cart_details table.cart_table tfoot tr:has(#grandTotalAmount) > * {
    background: var(--bp-pearl);
    color: var(--bp-ink);
    font-weight: 700;
}
#grandTotalAmount { font-size: 19px; color: var(--bp-plum); }
@media (min-width: 768px) {
    .cust-order-1 .cart_details { position: sticky; top: 140px; }
}

/* ---------- category / listing pages ---------- */
.sorting-section { margin-bottom: 22px; }
.category-breadcrumb a,
.category-breadcrumb span { font-size: 14px; color: var(--bp-muted); }
.category-breadcrumb strong {
    font-family: var(--bp-display);
    font-size: 22px;
    font-weight: 400;
    color: var(--bp-ink);
}
.sort-form select {
    height: 44px;
    padding: 0 40px 0 18px;
    border: 1.5px solid var(--bp-line) !important;
    border-radius: 999px !important;
}
.sidebar_item .accordion-item {
    border: 1px solid var(--bp-line);
    border-radius: 16px;
    overflow: hidden;
}
.sidebar_item h2.accordion-header button.accordion-button {
    background: var(--bp-grad);
    color: #fff;
    letter-spacing: .08em;
    box-shadow: none;
}
.cust_according_body ul li:hover a { color: var(--bp-plum); }
.ui-slider .ui-slider-range { background: var(--bp-grad); }
.ui-slider .ui-slider-handle {
    border: 2px solid var(--bp-plum-2);
    border-radius: 50%;
    background: #fff;
}
.filter_btn,
.filter_close {
    border: 0;
    border-radius: 12px;
    background: var(--bp-grad);
}

/* ---------- footer ---------- */
.footer-top {
    padding: 56px 0 40px;
    background: linear-gradient(160deg, #1a1320 0%, #2a1033 60%, #3b1446 100%);
}
.footer-about a img {
    width: 190px;
    padding: 10px 18px;
    border-radius: 16px;
    background: #fff;
}
.footer-about p { font-size: 15px; color: #d9cfe0; }
.footer-about a,
.footer-hotlint { color: #fff; }
.footer-hotlint { font-size: 19px; }
.footer-menu .title,
.footer-menu .title a {
    font-family: var(--bp-display);
    font-size: 19px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: .02em;
    color: #fff;
}
.footer-menu ul li a { color: #c4b8cc; }
.footer-menu ul li a:hover { color: #fff; }
.footer-top ul.social_link { margin-top: 4px; }
.footer-top ul.social_link li.social_list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
    transition: background .25s ease, border-color .25s ease;
}
.footer-top ul.social_link li.social_list a i {
    padding: 0;
    font-size: 16px;
    color: #fff !important;
    background: transparent !important;
}
.footer-top ul.social_link li.social_list a:hover {
    border-color: transparent;
    background: var(--bp-grad);
}
.footer-bottom { background: #120d17; }
.copyright p,
.copyright p span,
.copyright a span { color: #b9adc2 !important; }

/* mobile bottom bar */
.footer_nav {
    border-top: 1px solid var(--bp-line);
    box-shadow: 0 -8px 24px -18px rgba(42, 16, 51, .5);
}
.footer_nav ul li a,
.footer_nav ul li a span { color: var(--bp-ink); }
.footer_nav ul li i { color: var(--bp-plum); }

/* ---------- phones ---------- */
@media only screen and (max-width: 767px) {
    .home-slider-container { border-radius: 14px; }
    .homeproduct { padding: 12px 0; }
    .section-title-header .section-title-name { font-size: 21px; }
    .timer_inner .syotimer-cell {
        min-width: 42px;
        padding: 6px 8px;
        border-radius: 10px;
        font-size: 13px;
    }
    .category-sliger .bp-cat-name { font-size: 12px; }

    .category-product,
    .main_product_inner { grid-template-columns: 1fr 1fr; grid-gap: 10px; }
    .product_sliders { grid-gap: 10px; }
    .product_item { padding: 6px; margin-bottom: 12px; border-radius: 16px; }
    .product_item .pro_img { height: auto; border-radius: 12px; }
    .product_item_inner .sale-badge { top: 12px; left: 12px; }
    .product_item .pro_des { padding: 10px 2px 0; }
    .product_item .pro_name a { font-size: 13px; }
    .product_item .pro_price p { font-size: 15px; }
    .product_item .pro_btn { gap: 6px; padding-top: 10px; }
    .product_item .pro_btn .order-btn,
    .product_item .pro_btn .order-btn-link,
    .product_item .pro_btn button.order-btn,
    .product_item .pro_btn button.order-btn-link {
        height: 38px;
        padding: 0 6px;
        font-size: 13px;
    }
    .product_item .pro_btn > form:last-child,
    .product_item .pro_btn > a.cart-icon-link { flex: 0 0 38px; max-width: 38px; }
    .product_item .cart-icon-btn,
    .product_item .cart-icon-link,
    .product_item .pro_btn button.cart-icon-btn,
    .product_item .pro_btn button.cart-icon-link { width: 38px; height: 38px; }

    .dimage_item img {
        height: auto !important;
        aspect-ratio: 4 / 5;
        object-fit: cover;
    }
    .indicator-item img { height: 72px !important; }
    .product-details-discount-badge { left: 22px; }
    .details_right { margin-top: 14px; padding: 18px 16px; border-radius: 18px; }
    .product-cart .name { font-size: 24px; }
    .details-price { font-size: 24px; }
    .d-flex.single_product {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .single_product .add_cart_btn,
    .single_product .order_now_btn { width: 100%; height: 48px; font-size: 15.5px; }
    .pro_details_area .description,
    .pro_details_area .tab-content { margin-left: 0; padding: 18px 16px; border-radius: 16px; }
    .desc-nav-ul li a { padding: 7px 16px; font-size: 13px; }
    .related-title h5 { font-size: 22px; }

    .chheckout-section { padding: 14px 0 30px; }
    .checkout-shipping .card-body { padding: 16px; }
    .checkout-shipping .card-header,
    .cart_details .card-header { padding: 14px 16px; }
    .cart_details .card-body.cartlist { padding: 6px 10px 12px; }
    .cart_details table.cart_table tr > * { padding: 10px 6px; font-size: 13px; }

    .footer_nav ul li.mobile_home {
        border: 3px solid #fff;
        background: var(--bp-grad);
        box-shadow: var(--bp-cta-shadow);
    }
    .footer_nav ul li.mobile_home a,
    .footer_nav ul li.mobile_home a span,
    .footer_nav ul li.mobile_home i { color: #fff; }
    .mobile-search form,
    .main-search.mobile-search form { border-radius: 999px; }
}

@media (prefers-reduced-motion: reduce) {
    .product_item,
    .product_item .pro_img img,
    .category-sliger .bp-cat-img,
    .product_item .order-btn,
    .product_item .order-btn-link,
    .single_product .order_now_btn,
    .order_place,
    li.cat_bar > a::after { transition: none !important; }
    .product_item .product_item_inner:hover .pro_img img,
    .category-sliger .bp-cat-ring:hover .bp-cat-img { transform: none; }
}
