@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');

/* css for all-orders page filter-panel start */
.ty-section.ty-search-form {
    margin: 0px;
    position: relative;
    float: left;
    width: 100%;
}

.ty-section__title {
    background: #fff;
    margin: 10px 0;
    padding: 0;
}

.ty-section__title span {
    font-weight: 500;
    font-size: 15px;
}

.ty-section__title > span.ty-section__switch {
    display: none;
}

.ty-section__body{
    display: block !important;
    border: 0;
    padding: 0;
}

.ty-control-group {
    margin: 0 0 6px 0;
    width: 100%;
    padding: 0;
}

.ty-orders-search-options .span4.ty-control-group,
.ty-orders-search-options .ty-period,
.ty-period__select {
    width: 100%;
    margin: 0 0 6px;
}

.ty-control-group__title {
    font-weight: 400;
    color: #c6c6c6;
    font-size: 13px;
    padding: 6px 0;
}

input[type="text"], 
input[type="password"], 
input[type="tel"], 
input[type="number"], 
textarea, 
select,
.ty-calendar__block,
.ty-calendar__block input[type="text"]{
    width: 100%;
}

.ty-orders-search-options .ty-period__wrapper {
    padding: 0px;
}

.ty-orders-search-options .ty-period__select-date .ty-control-group__title {
    visibility: visible;
}

.ty-calendar__button {
    top: 18px;
}

.bk_order_filter form > hr {
    display: none;
}

.bk_order_filter form > hr + div.ty-control-group {
    display: none;
}

.ty-orders-search-options .ty-status-info label,
.ty-rma-search__status label {
    padding: 5px 0 5px 30px;
    font-size: 13px;
    line-height: 20px;
    color: #525252;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}

.ty-orders-search-options .ty-status-info input[type='checkbox'],
.ty-rma-search__status label input[type='checkbox']{
    position: absolute;
    left: 0;
    top: 10px;
}

.ty-search-form .ty-search-form__buttons-container,
.ty-rma-search__buttons.buttons-container {
    all: unset;
    margin: 10px 0;
    float: left;
    background: #fff;
}

.bk_order_filter .ty-search-form__buttons-container .search-odfilter,
.ty-rma-search__buttons.buttons-container button {
    all: unset;
    width: 100px;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    border: none;
    text-transform: capitalize;
    background-color: #2dbaa8;
    border-radius: 5px;
    color: #fff;
}

.ty-rma-search__buttons .bk-icon-listcart:before {
    display: none;
}

.ty-rma-search__toggle {
    background: #e3e3e3;
    margin: 20px 0 10px;
}

.ty-rma-search__toggle-title {
    width: 100%;
    padding: 0;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 766px) {
.ty-section__title {
    padding: 0px;
    border: none;
    position: absolute;
    right: 0px;
    top: 12px;
    width: auto;
    z-index: 1;
    line-height: 24px;
    margin: 0;
}

.ty-section__body {
    display: none !important;
    padding: 10px 10px 0 10px;
}

.ty-section__body.openFltrOrdr,
.ty-section__title.open+.ty-section__body {
    display: block !important;
    margin: 40px 0 15px;
    border: 1px solid #ecf0f1;
    position: absolute;
    z-index: 2;
    background: #fff;
    width: 100%;
}
}
/* css for all-orders page filter-panel end */

/* css for all-orders page start  */
h3.bk_tableTitle {
    margin: 5px 0;
    line-height: 36px;
    font-weight: 500;
    font-size: 18px;
}

.bk_orders_container {
    position: relative;
    margin: 5px 0px;
    padding: 16px;
    border: 1px solid #DFDEE3;
    border-radius: 12px;
    display: inline-block;
    width: 100%;
}

.bk_orders_container:hover {
    box-shadow: 0 0 10px #00000016;
}

.bk_order_id {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    font-weight: 500;
}
.bk_order_id span {
    color: #333;
    font-weight: 600;
}

.bk_orders_details {
    display: flex;
    gap: 20px;
    position: relative;
}

.bk_orders_details .bk_orderDetail_link {
    position: absolute;
    inset: 0;
}

.bk_order_prodImage {
    max-width: 120px;
    max-height: 120px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.bk_order_prodImage img {
    max-height: 120px;
}

.bk_order_prod_features {
    display: flex;
    gap: 20px;
    width: 100%;
}

.bk_order_prod_details {
    flex: 1;
}

.bk_order_prod_details p {
    padding: 0 0 4px;
    line-height: 18px;
}

.bk_order_prod_brand,
.bk_order_qty {
    color: #A09CAA;
}

.bk_order_prod_desc {
    color: #27262C;
}

.bk_order_qty {
    margin-top: 6px;
}

.bk_order_total_price {
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0;
}

.bk_orders_rating_wrapper {
    display: flex;
    column-gap: 10px;
    align-items: center;
    margin-top: 10px;
}

.bk_orders_rating_wrapper a {
    color: #A09CAA;
    background: none;
    margin: 0;
    padding: 0;
}

.bk_orders_rating_wrapper a:hover {
    color: inherit;
}

.bk_order_prodStatus {
    flex: 0 0 35%;
    display: flex;
    flex-flow: column;
    align-items: end;
}

.bk_order_prodStatus:not(:has(div)) {
    display: none;
}

.bk_order_refundStatus,
.bk_order_shipmentStatus {
    background: #EAFBFA;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    display: flex;
    flex-flow: column;
    gap: 8px;
    position: relative;
}

.bk_orderRefund_link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.bk_order_refundStatus .bk_order_refundText,
.bk_order_shipmentStatus > div {
    font-weight: 500;
    line-height: 24px;
}

.bk_shipment_delivery,
.bk_order_refundStatus span,
.bk_refund_status {
    font-size: 13px;
    color: #4E4B58;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    font-weight: 400;
}

.bk_order_shipmentStatus a {
    color: #2063E8;
}

span.bk_status_checkedMark {
    width: auto;
    color: #19A447;
    font-weight: 500;
    font-size: 12px;
    position: relative;
    padding-left: 20px;
    line-height: 22px;
    margin-left: 6px;
}

span.bk_status_checkedMark:before {
    content: "";
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #19A447;
    top: 2px;
    border-radius: 50%;
    background: #fff;
}

span.bk_status_checkedMark:after {
    content: "";
    position: absolute;
    left: 6px;
    width: 3px;
    height: 6px;
    border: 1px solid #19A447;
    top: 5px;
    transform: rotate(45deg);
    border-width: 0 1px 1px 0;
}

.bk_ordrDelivTag .bk_expDeliv,
.bk_ordrGreenTag .bk_expDeliv,
.bk_ordrStatusTag .bk_expDeliv,
.bk_ordrCancelTag .bk_expDeliv,
.bk_ordrOrangeTag .bk_expDeliv {
    position: relative;
    padding-left: 15px;
    font-weight: 600;
    line-height: 20px;
}

.bk_ordrDelivTag .bk_expDeliv:before,
.bk_ordrGreenTag .bk_expDeliv:before,
.bk_ordrStatusTag .bk_expDeliv:before,
.bk_ordrCancelTag .bk_expDeliv:before,
.bk_ordrOrangeTag .bk_expDeliv:before {
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background: #26a541;
    top: 6px;
    border-radius: 50%;
    border: 2px solid #26a541;
    opacity: 1;
}

.bk_ordrCancelTag .bk_expDeliv:before, 
.bk_ordrOrangeTag .bk_expDeliv:before {
    background: #ff6161;
    border-color: #ff6161;
}

.bk_ordrCancelTag--orange .bk_expDeliv:before {
    background: #f6c343;
    border-color: #f6c343;
}

.bk_ordrStatusTag .bk_expDeliv:before {
    border-color:#26a541;
    background: #b8e1e5;
}

.bk_expDelivTime {
    font-size: 13px;
    line-height: 20px;
    padding-left: 15px;
}

.bk_order_goArrowBtn,
.bk_rmaorder_goArrowBtn {
    display: none;
}

@media screen and (max-width:766px) {
    h3.bk_tableTitle {
        font-size: 16px;
    }
    .bk_orders_container {
        margin: 0 0 10px;
        padding: 5px 0 10px 0;
        border-radius: 0;
        border-width: 0 0 1px;
    }
    .bk_orders_container:hover {
        box-shadow: unset;
    }
    .bk_orders_details {
        padding-right: 30px;
    }
    .bk_order_prodImage{
        max-height: 85px;
        max-width: 85px;
    }
    .bk_order_prodImage img {
        max-height: 85px;
    }
    .bk_order_prod_features {
        flex-flow: column-reverse;
        gap: 10px;
    }
    .bk_order_prod_details p {
        padding: 0;
    }
    .bk_order_prodStatus {
        align-items: start;
        flex: 1;
    }
    .bk_order_goArrowBtn,
    .bk_rmaorder_goArrowBtn {
        position: absolute;
        top: 6px;
        width: 20px;
        text-align: center;
        right: 10px;
        line-height: 30px;
        display: block;
        font-size: 20px;
    }
}
/* css for all-orders page end */

/* My orders page shell */
.bk_my_orders_page {
    margin: 0 0 16px;
    width: 100%;
}

.bk_my_orders_header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 16px;
}

.bk_my_orders_back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    text-decoration: none;
    color: #27262C;
}

.bk_my_orders_back__icon {
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #27262C;
    border-bottom: 2px solid #27262C;
    transform: rotate(45deg);
    margin-left: 4px;
}

.bk_my_orders_title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #27262C;
}

.bk_my_orders_toolbar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
}

.bk_my_orders_search {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    height: 44px;
    border: 1px solid #E8E8E8;
    border-radius: 999px;
    background: #fff;
}

.bk_my_orders_search__icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    border: 2px solid #B0B0B0;
    border-radius: 50%;
    position: relative;
}

.bk_my_orders_search__icon::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 2px;
    background: #B0B0B0;
    right: -5px;
    bottom: -1px;
    transform: rotate(45deg);
    border-radius: 1px;
}

.bk_my_orders_search__input {
    flex: 1;
    min-width: 0;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    height: auto;
    font-size: 14px;
    line-height: 1.3;
    color: #27262C;
    box-shadow: none;
}

.bk_my_orders_search__input::placeholder {
    color: #A09CAA;
}

.bk_my_orders_search__input:focus {
    outline: none;
}

.bk_my_orders_search_empty {
    margin: 12px 0 0;
}

.bk_my_orders_refunds_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    height: 44px;
    padding: 0 16px;
    border: 1px solid #E8E8E8;
    border-radius: 999px;
    background: #fff;
    color: #27262C;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.bk_my_orders_refunds_btn__icon {
    width: 14px;
    height: 16px;
    flex-shrink: 0;
    display: block;
}

.bk_my_orders_filters {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 2px;
}

.bk_my_orders_filters::-webkit-scrollbar {
    display: none;
}

.bk_my_orders_filter_chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    height: 36px;
    padding: 0 14px;
    border: 1px solid #E8E8E8;
    border-radius: 999px;
    background: #fff;
    color: #27262C;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.bk_my_orders_filter_chip.is-active {
    background: #2DBAA8;
    border-color: #2DBAA8;
    color: #fff;
}

.bk_my_orders_filter_chip__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.25);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.bk_my_orders_filter_chip:not(.is-active) .bk_my_orders_filter_chip__count {
    background: #F0EFF3;
    color: #27262C;
}

.bk_my_orders_kinders_banner {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 14px 14px 16px;
    margin: 0 0 18px;
    border-radius: 16px;
    background: #212126;
    text-decoration: none;
    color: #FFFFFF;
}

.bk_my_orders_kinders_banner__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bk_my_orders_kinders_banner__icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.bk_my_orders_kinders_banner__text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bk_my_orders_kinders_banner__text strong {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    color: #FFFFFF;
}

.bk_my_orders_kinders_banner__text span {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    color: #FFFFFF;
}

.bk_my_orders_kinders_banner__cta {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #F0EFF3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bk_my_orders_kinders_banner__cta_icon {
    display: block;
    flex-shrink: 0;
}

@media screen and (min-width: 767px) {
    .bk_my_orders_title {
        font-size: 22px;
    }

    .bk_my_orders_toolbar {
        max-width: 100%;
    }

    .bk_my_orders_refunds_btn {
        padding: 0 18px;
    }

    .bk_my_orders_kinders_banner {
        padding: 16px 18px;
    }
}

@media screen and (max-width: 766px) {
    .bk_my_orders_page {
        margin-bottom: 12px;
    }

    .bk_my_orders_header {
        margin-bottom: 14px;
    }

    .bk_my_orders_title {
        font-size: 18px;
    }

    .bk_my_orders_search {
        height: 42px;
        padding: 0 12px;
    }

    .bk_my_orders_refunds_btn {
        height: 42px;
        padding: 0 12px;
        font-size: 13px;
    }

    .bk_my_orders_filter_chip {
        height: 34px;
        padding: 0 12px;
        font-size: 13px;
    }

    .bk_my_orders_kinders_banner {
        gap: 10px;
        padding: 10px 12px;
        margin-bottom: 14px;
        border-radius: 14px;
    }

    .bk_my_orders_kinders_banner__icon {
        width: 24px;
        height: 24px;
    }

    .bk_my_orders_kinders_banner__icon img {
        width: 24px;
        height: 24px;
    }

    .bk_my_orders_kinders_banner__text {
        gap: 2px;
    }

    .bk_my_orders_kinders_banner__text strong {
        font-size: 14px;
        line-height: 1.25;
    }

    .bk_my_orders_kinders_banner__text span {
        font-size: 12px;
        line-height: 1.3;
    }

    .bk_my_orders_kinders_banner__cta {
        width: 24px;
        height: 24px;
    }

    .bk_my_orders_kinders_banner__cta_icon {
        width: 6px;
        height: 9px;
    }
}

/* cancelled order card – orders listing */
.bk_cancelled_order_wrap {
    margin: 0 0 20px;
    width: 100%;
}

.bk_cancelled_order_top {
    margin: 0 0 10px;
}

.bk_cancelled_order_id {
    margin: 0 0 4px;
    color: #27262C;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.bk_cancelled_order_summary {
    margin: 0;
    color: #888888;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
}

.bk_orders_container--cancelled {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.bk_orders_container--cancelled:hover {
    box-shadow: 0 2px 12px rgba(39, 38, 44, 0.06);
}

.bk_cancelled_order_top_link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.bk_cancelled_order_top_link:hover,
.bk_cancelled_order_top_link:focus {
    color: inherit;
    text-decoration: none;
}

.bk_orders_container--cancelled .bk_cancelled_order_link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.bk_cancelled_order_status_link {
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.bk_cancelled_order_status_link:hover,
.bk_cancelled_order_status_link:focus {
    color: inherit;
    text-decoration: none;
}

.bk_cancelled_order_product {
    display: flex;
    align-items: center;
    gap: 12px;
    color: inherit;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.bk_cancelled_order_product:hover,
.bk_cancelled_order_product:focus {
    color: inherit;
    text-decoration: none;
}

.bk_cancelled_order_body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 14px 16px 16px;
    position: relative;
    z-index: 1;
}

.bk_cancelled_order_badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 12px 5px 6px;
    border-radius: 999px;
    background: #FFEBEE;
    width: fit-content;
}

.bk_cancelled_order_badge > img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #F7725C;
    object-fit: contain;
    box-sizing: border-box;
    padding: 4px;
    display: block;
}

.bk_cancelled_order_badge__icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #F7725C;
    position: relative;
    flex-shrink: 0;
}

.bk_cancelled_order_badge__icon::before,
.bk_cancelled_order_badge__icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 1.5px;
    background: #fff;
    border-radius: 1px;
}

.bk_cancelled_order_badge__icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.bk_cancelled_order_badge__icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.bk_cancelled_order_badge__text {
    color: #FF6161; /* Red/400 */
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.bk_cancelled_order_badge--requested {
    background: #FFF6E8;
}

.bk_cancelled_order_badge--requested .bk_cancelled_order_badge__icon {
    background: #F6A623;
}

.bk_cancelled_order_badge--requested .bk_cancelled_order_badge__text {
    color: #C77700;
}

.bk_cancelled_order_meta {
    margin: 10px 0 0;
    color: #888888;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 400;
}

.bk_cancelled_order_status {
    padding: 14px 16px;
    background: #F9F8FB;
    border-bottom: 1px solid #F0EFF3;
}

.bk_cancelled_order_actions {
    position: relative;
    z-index: 2;
}

.bk_cancelled_order_product__img {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.bk_cancelled_order_product__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.bk_cancelled_order_product__info {
    flex: 1;
    min-width: 0;
    padding-top: 0;
}

.bk_cancelled_order_product__brand {
    margin: 0 0 4px;
    color: #A09CAA;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

.bk_cancelled_order_product__title {
    margin: 0 0 6px;
    color: #27262C;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bk_cancelled_order_product__specs {
    margin: 0;
    color: #888888;
    font-size: 13px;
    line-height: 1.3;
}

.bk_cancelled_order_actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.bk_cancelled_order_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
    text-align: center;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    z-index: 2;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.bk_cancelled_order_actions .bk_cancelled_order_btn--reorder,
.bk_cancelled_order_actions .bk_cancelled_order_btn--help,
.bk_cancelled_order_actions button.bk_cancelled_order_btn--help {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
    text-align: center;
}

.bk_cancelled_order_actions .bk_cancelled_order_btn span:not(.bk_cancelled_order_btn__icon) {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
    text-align: center;
}

.bk_cancelled_order_btn--track,
.bk_cancelled_order_btn--reorder {
    color: #27262C;
    border: 1px solid #4DB6AC;
    background: #E6FAF8;
}

.bk_cancelled_order_btn--track:hover,
.bk_cancelled_order_btn--track:focus,
.bk_cancelled_order_btn--reorder:hover,
.bk_cancelled_order_btn--reorder:focus {
    background: #D9F5F2;
    color: #27262C;
    border-color: #4DB6AC;
}

.bk_cancelled_order_btn--help,
.bk_cancelled_order_btn--help:hover,
.bk_cancelled_order_btn--help:focus,
.bk_cancelled_order_btn--help:active {
    color: #27262C;
    border: 1px solid #E8E8E8;
    background: #fff;
}

.bk_cancelled_order_btn--help:hover,
.bk_cancelled_order_btn--help:focus {
    background: #F9F9F9;
    border-color: #DDDDDD;
}

.bk_cancelled_order_btn--help span:not(.bk_cancelled_order_btn__icon) {
    color: inherit;
}

.bk_cancelled_order_btn__icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    position: relative;
}

.bk_cancelled_order_btn__icon--reorder,
.bk_cancelled_order_btn__icon--track {
    display: block;
    object-fit: contain;
}

.bk_cancelled_order_btn__icon--help {
    display: block;
    object-fit: contain;
}

@media screen and (min-width: 767px) {
    .bk_cancelled_order_wrap {
        max-width: 100%;
    }

    .bk_cancelled_order_product__img {
        width: 64px;
        height: 64px;
    }
}

@media screen and (max-width: 766px) {
    .bk_cancelled_order_wrap {
        margin: 0 0 16px;
    }

    .bk_orders_container--cancelled {
        border-radius: 12px;
    }

    .bk_orders_container--cancelled:hover {
        box-shadow: none;
    }

    .bk_cancelled_order_status {
        padding: 12px 14px;
    }

    .bk_cancelled_order_body {
        padding: 12px 14px 14px;
        gap: 14px;
    }

    .bk_cancelled_order_product__img {
        width: 52px;
        height: 52px;
    }
}

/* css for order-pending page start  */
.bk_orders_list_banner {
    background: #EAE9EC;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.bk_already_rated_page_header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
    margin-top: 10px;
    margin-bottom: 20px;
}

.bk_already_rated_page_header h3 {
    margin: 0;
}

.bk_already_rated_page_header div a {
    padding: 12px;
    color: #000;
    border-bottom: 2px solid #c6c6c6;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    font-size: 16px;
}

.bk_already_rated_page_header .active a {
    border-bottom: 2px solid #1CB6AD;
    font-weight: 500;
}

.bk_orders_review_header h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.bk_orders_review_header .bk_review_rule {
    font-size: 14px;
    color: #5A5A5A;
}

.bk_orders_review_header {
    padding: 20px 10px;
    background: #EFFBF9;
    margin-bottom: 15px;
}

.bk_ordr_kinder_wrap {
    display: flex;
    column-gap: 10px;
    margin-top: 15px;
}

.bk_ordr_kinder_wrap > div {
    border: 1px solid #C2EDE8;
    border-radius: 5px;
    padding: 5px 10px;
    background: #fff;
}

.bk_ordr_kinder_wrap p {
    color: #1F1F1F;
    font-size: 15px;
}

.bk_kinder_can_get .bk_kinder_can_get_value , .bk_kinder_already_earned .bk_kinder_already_earned_value {
    color: #FEBA0F;
    font-size: 22px;
    font-weight: 500;
    padding: 0;
}

.bk_kinder_already_earned .bk_kinder_already_earned_value{
    color: #FF875C;
}

.bk_orders_list {
    margin-bottom: 25px;
}
ul.bk_productrate_list {
    display: flex;
    overflow: auto;
    column-gap: 10px;
    padding-bottom: 5px;
}
li.bk_productrate_desc {
    text-align: center;
    flex: 0 0 30%;
    border: 1px solid #EAE9EC;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    min-width: 300px;
    padding: 0
}

.bk_toberated_wrapper {
    display: flex;
    padding: 10px;
    column-gap: 10px;
    flex: 1;
}

.bk_toberated_wrapper figure img {
    max-height: 100px;
}

.bk_toberated_wrapper figure {
    flex: 0 0 100px;
    text-align: center;
}

.bk_toberated_prod_details {
    text-align: left;
}

.bk_toberated_prod_details p {
    padding: 0;
}

.bk_orders_date {
    color: #1F1F1F;
    margin: 0 0 10px;
    font-weight: 500;
}

.bk_tobe_brand a {
    color: #2BBAA8;
    margin-bottom: 5px;
    display: inline-block;
}

.bk_tobe_product_name {
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bk_rate_header_block span {
    background: #FFFBFA;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
}

.bk_rate_header_block span > a {
    filter: grayscale(1);
}

.bk_rate_header_block section.ty-product-review-write-review a {
    background: transparent;
    color: #525252;
    font-weight: 500;
    padding: 0;
}

@media (min-width: 980px){
    body .ui-widget-content.ui-dialog.ui-front{
        max-width: 800px !important;
    }
}

@media (max-width: 480px){
    .bk_already_rated_page_header > div {
        width: 50%;
    }
    .bk_already_rated_page_header div a {
        width: 100%;
        min-width: auto;
    }
    .bk_orders_review_header {
        padding: 15px 10px;
    }
    .bk_orders_review_header h3 {
        font-size: 16px;
    }
    .bk_orders_review_header .bk_review_rule {
        font-size: 13px;
    }
    .bk_ordr_kinder_wrap > div {
        padding: 2px 10px;
    }
    .bk_ordr_kinder_wrap p {
        color: #1F1F1F;
        font-size: 13px;
    }
    .bk_kinder_can_get .bk_kinder_can_get_value, .bk_kinder_already_earned_value {
        font-size: 18px;
    }
    ul.bk_productrate_list {
        padding-bottom: 0;
        flex-wrap: wrap;
        border-radius: 0 0 12px 12px;
        border: 1px solid #EAE9EC;
        border-top: 0;
    }
    li.bk_productrate_desc {
        flex: 0 0 100%;
        border-width: 0 0 1px;
        border-radius: 0;
        min-width: auto;
    }
    li.bk_productrate_desc:last-child {
        border: 0;
    }
    .bk_orders_list_banner {
        margin-bottom: 0;
        border-radius: 12px 12px 0 0;
    }
}

/* css for order-pending page end  */


/* css for rate-order-published page start  */
.bk_rated_header {
    background: #fff;
    padding: 20px 0;
    margin: 0;
}

.bk_rated_prod_list .bk_toberated_wrapper {
    flex: 0;
}

.bk_rated_prod_list .bk_rate_header_block {
    flex: 1;
}

.bk_rated_prod_list .bk_toberated_prod_details p {
    padding: 5px 0;
    font-size: 13px;
    margin: 0;
}

.bk_rated_prod_list .bk_toberated_prod_details .bk_tobe_product_name {
    height: 40px;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bk_rated_prod_list .bk_toberated_wrapper figure {
    flex: 0 0 80px;
}

.bk_rated_prod_list .bk_rate_header_block span {
    background: #fff;
    display: block;
    padding: 10px;
    text-align: left;
    margin-bottom: 10px;
}

.bk_rate_header_block span .bk_orders_star_comment {
    padding: 0;
    color: #1F1F1F;
    line-height: 20px;
}

.bk_rated_prod_list .bk_ordr_grenPnts .bk_ordr_gem {
    background: #EFFBF9;
    padding: 10px;
    display: flex;
    column-gap: 6px;
}

.bk_rated_prod_list .bk_ordr_gemStone {
    display: flex;
    align-items: center;
    column-gap: 3px;
    color: #07703B;
    font-weight: 500;
}

.bk_mySomeOrdersStars ul li span {
    font-size: 20px;
    color: #57C062;
    font-family: glyphs;
}

ul.bk_ordrStar li {
    display: inline-block;
    padding: 0 3px;
}

@media (max-width: 480px){
    .bk_rated_header {
        padding: 15px 0;
    }
}

/* css for rate-order-published page end  */

/* Arrow for cancelled card product row */
.bk_cancelled_order_product {
    align-items: center;
}

.bk_cancelled_order_product__arrow {
    flex-shrink: 0;
    align-self: center;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid #AAAAAA;
    border-right: 1.5px solid #AAAAAA;
    transform: rotate(45deg);
    margin-left: 4px;
}

/* Shared order header above new cards */
.bk_confirmed_order_top {
    margin: 0 0 10px;
}

/* COD order card */
.bk_cod_order_card {
    background: #fff;
    border: 1px solid #F6D58A;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(246, 195, 67, 0.22);
    margin: 0 0 20px;
    overflow: hidden;
}

.bk_cod_order_card__link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.bk_cod_order_card__link:hover,
.bk_cod_order_card__link:focus {
    text-decoration: none;
    color: inherit;
}

.bk_cod_order_card__top {
    padding: 8px 16px;
    background: #F9F8FB;
    border-bottom: 1px solid #F0EFF3;
    border-radius: 16px 16px 0 0;
}

.bk_cod_order_card__badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #FFF3E0;
    color: #27262C;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    height: 24px;
    padding: 4px 8px;
    border-radius: 999px;
    margin-bottom: 6px;
}

.bk_cod_order_card__date {
    font-size: 13px;
    color: #888;
    margin: 0;
}

.bk_cod_order_card__row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    text-decoration: none;
    color: inherit;
    background: #fff;
}

.bk_cod_order_card__img {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.bk_cod_order_card__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.bk_cod_order_card__info {
    flex: 1;
    min-width: 0;
}

.bk_cod_order_card__brand {
    margin: 0 0 2px;
    color: #A09CAA;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

.bk_cod_order_card__name {
    margin: 0 0 2px;
    color: #27262C;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bk_cod_order_card__specs {
    font-size: 13px;
    color: #AAAAAA;
    margin: 0;
    line-height: 1.4;
}

.bk_cod_order_card__arrow {
    flex-shrink: 0;
    align-self: center;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #AAAAAA;
    border-right: 1.5px solid #AAAAAA;
    transform: rotate(45deg);
    margin-left: 4px;
}

.bk_cod_order_card__footer {
    padding: 0 16px 18px;
    background: #fff;
}

.bk_cod_order_card__confirm_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 24px;
    border-radius: 999px;
    background: #14B8A6;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

/* Packed order card */
.bk_packed_order_card__link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.bk_packed_order_card__link:hover,
.bk_packed_order_card__link:focus {
    text-decoration: none;
    color: inherit;
}

.bk_packed_order_card {
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    margin: 0 0 20px;
    overflow: hidden;
}

.bk_packed_order_card__top {
    padding: 8px 16px;
    background: #F9F8FB;
    border-bottom: 1px solid #F0EFF3;
    border-radius: 16px 16px 0 0;
}

.bk_packed_order_card__badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #E6FAF8;
    color: #0F766E;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    height: 24px;
    padding: 4px 8px;
    border-radius: 999px;
    margin-bottom: 6px;
}

.bk_packed_order_card__badge_icon {
    display: block;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    object-fit: contain;
    filter: invert(38%) sepia(72%) saturate(400%) hue-rotate(130deg) brightness(90%);
}

.bk_packed_order_card__date {
    font-size: 13px;
    color: #888;
    margin: 0;
}

.bk_packed_order_card__row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    text-decoration: none;
    color: inherit;
}

.bk_packed_order_card__img {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.bk_packed_order_card__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.bk_packed_order_card__info {
    flex: 1;
    min-width: 0;
}

.bk_packed_order_card__brand {
    margin: 0 0 2px;
    color: #A09CAA;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

.bk_packed_order_card__name {
    margin: 0 0 2px;
    color: #27262C;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bk_packed_order_card__specs {
    font-size: 13px;
    color: #888888;
    margin: 0;
    line-height: 1.3;
}

.bk_packed_order_card__arrow {
    flex-shrink: 0;
    align-self: center;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid #AAAAAA;
    border-right: 1.5px solid #AAAAAA;
    transform: rotate(45deg);
    margin-left: 4px;
}

.bk_packed_order_card__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px 12px;
    background: #fff;
}

.bk_cancelled_order_btn--cancel,
.bk_cancelled_order_btn--cancel:hover,
.bk_cancelled_order_btn--cancel:focus {
    color: #27262C;
    border: 1px solid #E8E8E8;
    background: #fff;
}

.bk_cancelled_order_btn--cancel:hover,
.bk_cancelled_order_btn--cancel:focus {
    background: #F9F9F9;
    border-color: #DDDDDD;
}

.bk_cancelled_order_btn__icon--cancel {
    display: block;
    flex-shrink: 0;
}

/* Confirmed order card */
.bk_confirmed_order_card {
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    margin: 0 0 20px;
    overflow: hidden;
}

.bk_confirmed_order_card__top {
    padding: 8px 16px;
    background: #F9F8FB;
    border-bottom: 1px solid #F0EFF3;
    border-radius: 16px 16px 0 0;
}

.bk_confirmed_order_card__badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #E6FAF8;
    color: #0F766E;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    height: 24px;
    padding: 4px 8px;
    border-radius: 999px;
    margin-bottom: 6px;
}

.bk_confirmed_order_card__date {
    font-size: 13px;
    color: #888;
    margin: 0;
}

.bk_confirmed_order_card__row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    text-decoration: none;
    color: inherit;
}

.bk_confirmed_order_card__img {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.bk_confirmed_order_card__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.bk_confirmed_order_card__info {
    flex: 1;
    min-width: 0;
}

.bk_confirmed_order_card__brand {
    margin: 0 0 2px;
    color: #A09CAA;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

.bk_confirmed_order_card__name {
    margin: 0 0 2px;
    color: #27262C;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bk_confirmed_order_card__specs {
    font-size: 13px;
    color: #888888;
    margin: 0;
    line-height: 1.3;
}

.bk_confirmed_order_card__arrow {
    flex-shrink: 0;
    align-self: center;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid #AAAAAA;
    border-right: 1.5px solid #AAAAAA;
    transform: rotate(45deg);
    margin-left: 4px;
}

/* Shipped order card */
.bk_shipped_order_card {
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    margin: 0 0 20px;
    overflow: hidden;
}

.bk_shipped_order_card__top {
    padding: 8px 16px;
    background: #F9F8FB;
    border-bottom: 1px solid #F0EFF3;
    border-radius: 16px 16px 0 0;
}

.bk_shipped_order_card__badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #E6FAF8;
    color: #0F766E;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    height: 24px;
    padding: 4px 8px;
    border-radius: 999px;
    margin-bottom: 6px;
}

.bk_shipped_order_card__badge_icon {
    display: block;
    flex-shrink: 0;
}

.bk_shipped_order_card__date {
    font-size: 13px;
    color: #888;
    margin: 2px 0 0;
}

.bk_shipped_order_card__tracking {
    font-size: 13px;
    color: #888;
    margin: 2px 0 0;
}

.bk_shipped_order_card__row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    text-decoration: none;
    color: inherit;
}

.bk_shipped_order_card__img {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.bk_shipped_order_card__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.bk_shipped_order_card__info {
    flex: 1;
    min-width: 0;
}

.bk_shipped_order_card__brand {
    margin: 0 0 2px;
    color: #A09CAA;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

.bk_shipped_order_card__name {
    margin: 0 0 2px;
    color: #27262C;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bk_shipped_order_card__specs {
    font-size: 13px;
    color: #888888;
    margin: 0;
    line-height: 1.3;
}

.bk_shipped_order_card__arrow {
    flex-shrink: 0;
    align-self: center;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid #AAAAAA;
    border-right: 1.5px solid #AAAAAA;
    transform: rotate(45deg);
    margin-left: 4px;
}

.bk_shipped_order_card__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px 10px;
    background: #fff;
}

.bk_shipped_order_card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 16px;
    background: #F9F8FB;
    border-top: 1px solid #F0EFF3;
    font-size: 13px;
    color: #4E4B58;
}

.bk_shipped_order_card__footer_eta {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    line-height: 1.4;
}

.bk_shipped_order_card__footer_eta img {
    flex-shrink: 0;
}

.bk_shipped_order_card__footer_tracking {
    font-weight: 600;
    color: #27262C;
    font-size: 13px;
}

/* Delivered order card */
.bk_delivered_order_card {
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    margin: 0 0 20px;
    overflow: hidden;
}

.bk_delivered_order_card__top {
    padding: 12px 16px;
    background: #F9F8FB;
    border-bottom: 1px solid #F0EFF3;
    border-radius: 16px 16px 0 0;
}

.bk_delivered_order_card__badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #E6FAF8;
    color: #0F766E;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    height: 24px;
    padding: 4px 8px;
    border-radius: 999px;
    margin-bottom: 6px;
}

.bk_delivered_order_card__date {
    font-size: 13px;
    color: #888;
    margin: 0;
}

.bk_delivered_order_card__row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    text-decoration: none;
    color: inherit;
    background: #fff;
}

.bk_delivered_order_card__img {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.bk_delivered_order_card__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.bk_delivered_order_card__info {
    flex: 1;
    min-width: 0;
}

.bk_delivered_order_card__brand {
    margin: 0 0 2px;
    color: #A09CAA;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

.bk_delivered_order_card__name {
    margin: 0 0 2px;
    color: #27262C;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bk_delivered_order_card__specs {
    font-size: 13px;
    color: #888888;
    margin: 0;
    line-height: 1.3;
}

.bk_delivered_order_card__arrow {
    flex-shrink: 0;
    align-self: center;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid #AAAAAA;
    border-right: 1.5px solid #AAAAAA;
    transform: rotate(45deg);
    margin-left: 4px;
}

.bk_delivered_order_card__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px 10px;
    background: #fff;
}

.bk_cancelled_order_btn__arrow {
    margin-left: auto;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #22A96A;
    border-right: 1.5px solid #22A96A;
    transform: rotate(45deg);
}

.bk_delivered_order_card__footer {
    padding: 10px 16px 12px;
    background: #F9F8FB;
    border-top: 1px solid #F0EFF3;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bk_delivered_order_card__return_row {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #4E4B58;
    line-height: 1.4;
}

.bk_delivered_order_card__review {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px 14px;
    background: #F0EEF8;
    border-top: 1px solid #E8E4F0;
}

.bk_delivered_order_card__review_text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bk_delivered_order_card__review_text strong {
    font-weight: 600;
    font-size: 14px;
    color: #27262C;
    line-height: 1.3;
}

.bk_delivered_order_card__review_text > span {
    font-size: 12px;
    color: #888;
    line-height: 1.4;
}

.bk_delivered_order_card__kinders_link {
    color: #0F766E !important;
    font-weight: 500;
}

.bk_delivered_order_card__stars {
    display: flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
}

.bk_delivered_order_card__star {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D1D5DB' stroke-width='1.5'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'%3E%3C/polygon%3E%3C/svg%3E") center/contain no-repeat;
    transition: background 0.15s ease;
}

.bk_delivered_order_card__stars:hover .bk_delivered_order_card__star {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230F766E' stroke='%230F766E' stroke-width='1.5'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'%3E%3C/polygon%3E%3C/svg%3E") center/contain no-repeat;
}

/* Order card product info — tight brand / title / qty stack */
.bk_cancelled_order_product__info,
.bk_cod_order_card__info,
.bk_packed_order_card__info,
.bk_confirmed_order_card__info,
.bk_shipped_order_card__info,
.bk_delivered_order_card__info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bk_cancelled_order_product__brand,
.bk_cod_order_card__brand,
.bk_packed_order_card__brand,
.bk_confirmed_order_card__brand,
.bk_shipped_order_card__brand,
.bk_delivered_order_card__brand {
    margin: 0;
    line-height: 18px;
}

.bk_cancelled_order_product__title,
.bk_cod_order_card__name,
.bk_packed_order_card__name,
.bk_confirmed_order_card__name,
.bk_shipped_order_card__name,
.bk_delivered_order_card__name {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bk_cancelled_order_product__specs,
.bk_cod_order_card__specs,
.bk_packed_order_card__specs,
.bk_confirmed_order_card__specs,
.bk_shipped_order_card__specs,
.bk_delivered_order_card__specs {
    margin: 0;
    line-height: 16px;
}

/* Desktop — show full product titles */
@media screen and (min-width: 767px) {
    .bk_shipped_order_card__name,
    .bk_packed_order_card__name,
    .bk_confirmed_order_card__name,
    .bk_delivered_order_card__name,
    .bk_cod_order_card__name,
    .bk_cancelled_order_product__title,
    .bk_pkd_packed__product_card .bk_pkd__product_name {
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
    }
}


/* css for rma return page start  */
.bk_rma_return {
    display: flex;
    position: relative;
}

.bk_rma_filter_panel {
    width: 21%;
    margin-right: 20px;
}

.bk_rma_filter_panel .ty-section {
    margin: 0;
}

.bk_rmaOrder_container {
    flex: 1;
}

.bk_rmaOrder_item {
    position: relative;
    margin: 5px 0px;
    padding: 16px 10px;
    border: 1px solid #DFDEE3;
    border-radius: 12px;
    display: inline-block;
    width: 100%;
}

.bk_rmaOrder_item:hover {
    box-shadow: 0 0 10px #00000016;
}

.bk_rmaOrder_itemStatus {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}

.bk_rmaOrder_itemStatus:before {
    content: '';
    position: absolute;
    left: 3px;
    width: 6px;
    height: 6px;
    background: #FBEBD5;
    top: 6px;
    border-radius: 50%;
    border: 2px solid #F1AB51;
}

.bk_rmaOrder_itemStatus.complete:before {
    border-color: #19A447;
    background: #19A447;
}

.bk_rmaOrder_itemStatus.declined:before {
    border-color: #EB515C;
    background: #EB515C;
}

.bk_rmaOrder_refundID {
    color: #A09CAA;
    line-height: 20px;
}

.bk_rmaOrder_status {
    color: #A09CAA;
    line-height: 20px;
    margin-bottom: 2px;
}

.bk_rmaOrder_status span {
    font-weight: 500;
    color: #000;
}

.bk_rmaOrder_itemContent {
    padding-left: 20px;
}

.bk_rmaOrder_amt {
    color: #27262C;
}

.bk_rmaOrder_amt span {
    font-weight: 500;
}

.bk_rmaOrder_itemImg {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.bk_rmaOrder_itemImg img {
    width: 90px;
    aspect-ratio: 1;
    object-fit: cover;
}


@media (max-width: 767px) {
    .bk_rma_filter_panel {
        width: 100%;
        margin: 0;
        position: absolute;
        top: -42px;
        right: 0;
    }
}

@media (max-width: 480px) {
    .bk_rmaOrder_item {
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 10px 0;
    }
    .bk_rmaOrder_item + .bk_rmaOrder_item {
        border-top: 1px solid #DFDEE3;
    }
    .bk_rmaOrder_itemImg img {
        width: 70px;
    }

}

/* ============================================================
   Packed Order Details Page (bk_pkd)
   ============================================================ */
.bk_order-detail_container:has(.bk_pkd),
body:has(.bk_pkd) .bk_order-detail_container {
    background: #ffffff !important;
    padding: 0 !important;
}

.bk_pkd {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 16px 40px;
    font-family: 'Inter', sans-serif;
    color: #27262C;
    background: #ffffff;
}

@media (max-width: 766px) {
    .bk_pkd {
        max-width: 100%;
    }
}
.bk_pkd * { box-sizing: border-box; }

/* Top bar */
.bk_pkd__topbar {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 20px;
    border-bottom: 0.56px solid #E3E2E8;
    margin: 0 -16px 20px;
}
.bk_pkd__back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}
.bk_pkd__topbar_info { flex: 1; min-width: 0; }
.bk_pkd__topbar_title {
    margin: 0 0 1px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #27262C;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.bk_pkd__topbar_title span {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
}
.bk_pkd__copy {
    position: relative;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}
.bk_journey_copy_toast {
    position: absolute;
    left: 50%;
    top: calc(100% + 8px);
    transform: translateX(-50%);
    white-space: nowrap;
    padding: 6px 10px;
    border-radius: 8px;
    background: #E6FAF8;
    border: 1px solid #32D1C1;
    color: #0D9488;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    pointer-events: none;
    z-index: 30;
    box-shadow: 0 4px 12px rgba(50, 209, 193, 0.15);
}
.bk_journey_copy_toast.is-visible {
    opacity: 1;
    visibility: visible;
}
.bk_pkd__topbar_placed {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: #888888;
}

/* Hero banner */
.bk_pkd__hero {
    background: #E6FDF9;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 20px;
}
@media (max-width: 480px) {
    .bk_pkd__hero {
        border-radius: 14px;
        margin-left: -16px;
        margin-right: -16px;
    }
    .bk_pkd__hero_head { padding: 16px 16px; }
    .bk_pkd__hero_body { padding: 14px 16px 16px; }
}
.bk_pkd__hero_head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 20px 20px;
    background: #99F6E4;
}
.bk_pkd__hero_icon { display: inline-flex; flex-shrink: 0; }
.bk_pkd__hero_icon img { width: 46px; height: 46px; display: block; }
.bk_pkd__hero_title {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #1A1A1A;
}
.bk_pkd__hero_body {
    padding: 18px 20px 20px;
}
.bk_pkd__hero_card {
    background: #fff;
    border-radius: 14px;
    padding: 4px 16px;
    margin-bottom: 14px;
}
.bk_pkd__hero_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding: 12px 0;
}
.bk_pkd__hero_row span { color: #555555; font-weight: 400; }
.bk_pkd__hero_row strong {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #27262C;
}
.bk_pkd__teal { color: #0DA899 !important; }
.bk_pkd__hero_note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #555555;
}
.bk_pkd__hero_note svg { flex-shrink: 0; margin-top: 1px; }

/* Packed "ready to ship" hero – mockup */
.bk_pkd_packed__hero {
    background: #fff;
    border: 1px solid #E3E2E8;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.bk_pkd_packed__hero .bk_pkd__hero_head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: #E6FAF8;
}
.bk_pkd_packed__hero .bk_pkd__hero_icon img {
    width: 40px;
    height: 40px;
}
.bk_pkd_packed__hero .bk_pkd__hero_title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #1A1A1A;
}
.bk_pkd_packed__hero .bk_pkd__hero_body {
    padding: 16px;
    background: #fff;
}
.bk_pkd_packed__hero .bk_pkd__hero_card {
    background: #fff;
    border: 1px solid #E3E2E8;
    border-radius: 12px;
    padding: 0 14px;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.bk_pkd_packed__hero .bk_pkd__hero_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 0;
    font-size: 14px;
    line-height: 20px;
}
.bk_pkd_packed__hero .bk_pkd__hero_row span {
    color: #888888;
    font-weight: 400;
}
.bk_pkd_packed__hero .bk_pkd__hero_row strong {
    font-weight: 600;
    color: #27262C;
    white-space: nowrap;
}
.bk_pkd_packed__hero .bk_pkd__teal {
    color: #0DA899 !important;
}
.bk_pkd_packed__hero .bk_pkd__hero_note {
    gap: 8px;
    font-size: 13px;
    line-height: 20px;
    color: #555555;
}
.bk_pkd_packed__hero .bk_pkd__hero_note svg {
    stroke: #0D9488;
    margin-top: 2px;
}
@media (max-width: 480px) {
    .bk_pkd_packed__hero {
        margin-left: 0;
        margin-right: 0;
        border-radius: 16px;
    }
}

/* Packed product card below hero */
.bk_pkd_packed__product_card {
    background: #fff;
    border: 1px solid #E3E2E8;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.bk_pkd_packed__product_card .bk_pkd__product_img {
    width: 64px;
    height: 64px;
    border-radius: 12px;
}
.bk_pkd_packed__product_card .bk_pkd__product_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bk_pkd_packed__product_card .bk_pkd__more_delivery {
    margin-top: 16px;
    padding-top: 0;
    border-top: none;
}
.bk_pkd_packed__product_card .bk_pkd__more_delivery_label {
    margin-bottom: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.bk_pkd__more_delivery_icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #E6FAF8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.bk_pkd__more_delivery_icon img {
    display: block;
    width: 16px;
    height: 16px;
}
.bk_pkd_packed__product_card .bk_pkd__thumb {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    text-decoration: none;
}
.bk_pkd__thumb--more {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #555555;
    background: #F5F5F7;
}

/* Packed order progress card */
.bk_pkd_packed__progress_card {
    background: #fff;
    border: 1px solid #E3E2E8;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.bk_pkd_packed__progress_card .bk_pkd__card_title {
    margin-bottom: 16px;
}

/* Packed details action buttons */
.bk_pkd_packed__actions {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 10px;
    margin: 0 0 20px;
    padding: 0;
    background: transparent;
}
.bk_pkd_packed__actions .bk_cancelled_order_btn {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid #D9D9D9;
    background: #FFFFFF;
    color: #27262C;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    -webkit-appearance: none;
    appearance: none;
}
.bk_pkd_packed__actions .bk_cancelled_order_btn--cancel,
.bk_pkd_packed__actions .bk_cancelled_order_btn--cancel:hover,
.bk_pkd_packed__actions .bk_cancelled_order_btn--cancel:focus,
.bk_pkd_packed__actions .bk_cancelled_order_btn--help,
.bk_pkd_packed__actions .bk_cancelled_order_btn--help:hover,
.bk_pkd_packed__actions .bk_cancelled_order_btn--help:focus,
.bk_pkd_packed__actions .bk_cancelled_order_btn--help:active {
    border: 1px solid #D9D9D9;
    background: #FFFFFF;
    color: #27262C;
}
.bk_pkd_packed__actions .bk_cancelled_order_btn:hover,
.bk_pkd_packed__actions .bk_cancelled_order_btn:focus {
    background: #FAFAFA;
    border-color: #CFCFCF;
    color: #27262C;
}
.bk_pkd_packed__actions .bk_cancelled_order_btn span:not(.bk_cancelled_order_btn__icon) {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #27262C;
}
.bk_pkd_packed__actions .bk_cancelled_order_btn__icon--cancel,
.bk_pkd_packed__actions .bk_cancelled_order_btn__icon--help {
    width: 16px;
    height: 16px;
}

/* Generic card */
.bk_pkd__card { background: #fff; border-radius: 16px; padding: 16px; margin-bottom: 16px; border: 1px solid #EFEFEF; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); }
.bk_pkd__card_title { margin: 0 0 14px; font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 18px; line-height: 28px; letter-spacing: -0.45px; color: #27262C; }

/* Product row */
.bk_pkd__product { display: flex; align-items: center; gap: 14px; text-decoration: none; color: inherit; }
.bk_pkd__product--row { padding-top: 14px; margin-top: 14px; border-top: 1px solid #F0EFF3; }
.bk_pkd__product_img { width: 72px; height: 72px; margin: 0; border-radius: 12px; background: #F5F5F7; overflow: hidden; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.bk_pkd__product_img img { width: 100%; height: 100%; object-fit: contain; }
.bk_pkd__product_info { flex: 1; min-width: 0; }
.bk_pkd__product_brand { margin: 0 0 1px; color: #888888; font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 18px; line-height: 20px; letter-spacing: 0px; }
.bk_pkd__product_name { margin: 0 0 2px; color: #27262C; font-family: 'Inter', sans-serif; font-weight: 500; font-size: 15px; line-height: 17.5px; letter-spacing: 0px; }
.bk_pkd__product_specs { margin: 0; color: #888888; font-size: 13px; }
.bk_pkd__product_arrow { width: 8px; height: 8px; border-top: 2px solid #BDBDBD; border-right: 2px solid #BDBDBD; transform: rotate(45deg); flex-shrink: 0; }

/* More items with this delivery */
.bk_pkd__more_delivery { margin-top: 18px; padding-top: 18px; border-top: 1px solid #F0EFF3; }
.bk_pkd__more_delivery_label { display: flex; align-items: center; gap: 8px; margin: 0 0 14px; font-size: 14px; font-weight: 600; color: #27262C; }
.bk_pkd__more_delivery_thumbs { display: flex; gap: 10px; flex-wrap: wrap; }
.bk_pkd__thumb { width: 56px; height: 56px; border-radius: 10px; background: #F5F5F7; overflow: hidden; display: flex; align-items: center; justify-content: center; border: 1px solid #EFEFEF; }
.bk_pkd__thumb img { width: 100%; height: 100%; object-fit: contain; }

/* Order progress timeline */
.bk_pkd__timeline { list-style: none; margin: 0; padding: 0; }
.bk_pkd__step { position: relative; display: flex; gap: 12px; padding-bottom: 16px; margin-bottom: 0; }
.bk_pkd__step:last-child { padding-bottom: 0; }
.bk_pkd__step::before { content: ""; position: absolute; left: 19px; top: 42px; bottom: 0; width: 2px; background: #E3E2E8; }
.bk_pkd__step:last-child::before { display: none; }
.bk_pkd__step.is-done::before { background: #14B8A6; }
.bk_pkd__step_dot { position: relative; width: 40px; height: 40px; border-radius: 999px; flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; z-index: 1; }
.bk_pkd__step.is-done .bk_pkd__step_dot { background: #14B8A6; }
.bk_pkd__step.is-upcoming .bk_pkd__step_dot { background: #fff; border: 2px solid #D8D6DE; }
.bk_pkd__step_body { padding-top: 4px; flex: 1; }
.bk_pkd__step_title { margin: 0; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 15px; line-height: 20px; letter-spacing: 0px; color: #27262C; }
.bk_pkd__step.is-upcoming .bk_pkd__step_title { color: #A09CAA; font-weight: 500; }
.bk_pkd__step_time { margin: 0; font-family: 'Inter', sans-serif; font-weight: 400; font-size: 12px; line-height: 16px; letter-spacing: 0px; color: #888888; }
.bk_pkd__step_meta { margin: 0; font-family: 'Inter', sans-serif; font-weight: 400; font-size: 12px; line-height: 16px; letter-spacing: 0px; color: #888888; }
.bk_pkd__step_icon--muted {
    filter: brightness(0) saturate(100%) invert(79%) sepia(0%) saturate(0%) hue-rotate(175deg) brightness(92%) contrast(88%);
}
.bk_pkd__step.is-current .bk_pkd__step_dot {
    background: #E8E8E8;
    border: 2px solid #D8D6DE;
}

/* Action buttons */
.bk_pkd__actions { display: flex; gap: 12px; margin-bottom: 16px; }
.bk_pkd__btn { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 6px; height: 40px; border-radius: 999px; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500; cursor: pointer; text-decoration: none; border: 1.5px solid #D9D9D9; background: #fff; color: #444444; padding: 0 14px; white-space: nowrap; }
.bk_pkd__btn svg { flex-shrink: 0; stroke: #666666; }
.bk_pkd__btn a { display: inline-flex; align-items: center; gap: 6px; text-decoration: none; color: inherit; width: 100%; justify-content: center; }
.bk_pkd__btn a svg { flex-shrink: 0; stroke: #666666; }
.bk_pkd__btn--ghost { background: #fff; color: #444444; }
.bk_pkd__btn--teal,
.bk_pkd__btn--teal:hover,
.bk_pkd__btn--teal:focus,
.bk_pkd__btn--teal a,
.bk_pkd__btn--teal a:hover,
.bk_pkd__btn--teal a:focus { background: #E6FAF8; border-color: #32D1C1; color: #32D1C1; font-weight: 600; font-size: 15px; }
.bk_pkd__btn--teal:hover,
.bk_pkd__btn--teal:focus { background: #D9F5F2; }
.bk_pkd__btn--teal svg, .bk_pkd__btn--teal a svg { stroke: #32D1C1; }

/* Shipment total */
.bk_pkd__shipment_total { display: flex; align-items: center; justify-content: space-between; background: #fff; border-radius: 16px; padding: 16px; margin-bottom: 16px; font-size: 14px; }
.bk_pkd__shipment_total span { color: #555555; }
.bk_pkd__shipment_total strong { font-size: 15px; font-weight: 600; }

/* Delivery address */
.bk_pkd__addr_divider { border: none; border-top: 1px solid #F0EFF3; margin: 10px 0 14px; }
.bk_pkd__addr_contact { margin-bottom: 12px; display: flex; flex-direction: column; gap: 0; }
.bk_pkd__addr_name { margin: 0; padding: 0; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 14px; line-height: 1.4; letter-spacing: 0px; color: #27262C; }
.bk_pkd__addr_phone { margin: 0; padding: 0; font-family: 'Inter', sans-serif; font-weight: 400; font-size: 13px; line-height: 1.4; color: #555555; }
.bk_pkd__addr_line { margin: 0; padding: 0; font-family: 'Inter', sans-serif; font-weight: 400; font-size: 13px; line-height: 1.4; color: #555555; }
.bk_pkd__addr_zip {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
    background: #E6FAF8;
    color: #32D1C1;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    padding: 3px 10px;
    border-radius: 999px;
}
.bk_pkd__addr_location {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.bk_pkd__addr_zip img {
    display: block;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

/* More items from order */
.bk_pkd__more_order_head { display: flex; align-items: center; gap: 8px; margin: 0 0 6px; font-size: 14px; font-weight: 600; color: #27262C; }
.bk_pkd__more_order_sub { margin: 0 0 12px; font-size: 13px; color: #888888; }

/* Price card */
.bk_pkd__price_card { background: #fff; border-radius: 16px; padding: 16px; margin-bottom: 16px; border: 1px solid #EFEFEF; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); }
.bk_pkd__price_toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; background: none; border: none; padding: 0; cursor: pointer; }
.bk_pkd__price_toggle_label { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 20px; line-height: 28px; color: #27262C; }
.bk_pkd__price_toggle_arrow { flex-shrink: 0; transition: transform 0.2s ease; transform: rotate(0deg); }
.bk_pkd__price_toggle[aria-expanded="true"] .bk_pkd__price_toggle_arrow { transform: rotate(180deg); }
.bk_pkd__price_toggle_count { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 20px; line-height: 28px; color: #27262C; }
.bk_pkd__price_body { margin-top: 14px; }
.bk_pkd__price_row { display: flex; justify-content: space-between; align-items: center; font-family: 'Inter', sans-serif; font-weight: 400; font-size: 14px; line-height: 20px; letter-spacing: 0px; color: #555555; padding: 5px 0; }
.bk_pkd__price_row_label { max-width: 65%; }
.bk_pkd__price_row--sub { padding-top: 8px; color: #27262C; }
.bk_pkd__price_row--sub strong { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 14px; line-height: 20px; letter-spacing: 0px; color: #27262C; }
.bk_pkd__price_row--total { padding-top: 10px; }
.bk_pkd__price_row--total strong { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 14px; line-height: 20px; letter-spacing: 0px; color: #27262C; }
.bk_pkd__price_divider { height: 1px; background: #F0EFF3; margin: 6px 0; }
.bk_pkd__red { color: #EF4444; }
.bk_pkd__grey { color: #888888; }
.bk_pkd__price_strike { text-decoration: line-through; }

/* Savings */
.bk_pkd__savings { display: flex; align-items: center; gap: 10px; background: #F0FDF4; border-radius: 12px; padding: 12px 16px; margin-bottom: 16px; font-size: 13px; color: #27262C; }
.bk_pkd__savings img { width: 20px; height: 20px; flex-shrink: 0; }

/* Footer buttons */
.bk_pkd__footer { display: flex; flex-direction: row; gap: 10px; margin-top: 4px; }
.bk_pkd__footer .bk_pkd__btn { flex: 1; width: auto; }

/* Total Paid + Savings Card */
.bk_total_paid_card { background: #fff; border: 1px solid #E8E8E8; border-radius: 14px; overflow: hidden; margin: 0 0 16px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); }
.bk_journey_total_paid_card { margin-bottom: 16px; }
.bk_total_paid_breakup--grey {
    color: #666666 !important;
    text-decoration: underline !important;
    text-decoration-style: dotted !important;
    text-decoration-color: #666666 !important;
    text-underline-offset: 3px;
    font-weight: 400;
}
.bk_total_paid_breakup--grey:hover {
    text-decoration-style: solid !important;
}
.bk_savings_label { color: #555555; font-weight: 500; }
.bk_savings_amount { color: #0D9488; font-weight: 500; }
.bk_savings_gem { vertical-align: middle; margin: 0 2px; width: 14px; height: 14px; flex-shrink: 0; }
.bk_savings_icon_img { width: 20px; height: 20px; flex-shrink: 0; display: block; }
.bk_total_paid_row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px 12px; }
.bk_total_paid_row > div { display: flex; flex-direction: column; gap: 3px; }
.bk_total_paid_label { font-size: 15px; font-weight: 600; color: #27262C; line-height: 1.3; }
.bk_total_paid_breakup { font-size: 12px; color: #0D9488 !important; text-decoration: underline !important; text-decoration-style: dotted !important; text-decoration-color: #0D9488 !important; text-underline-offset: 3px; font-weight: 500; width: fit-content; }
.bk_total_paid_breakup:hover { text-decoration-style: solid !important; }
.bk_total_paid_amount { font-size: 15px; font-weight: 700; color: #27262C; white-space: nowrap; flex-shrink: 0; }
.bk_savings_row { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 16px 16px; background: #E6F9F7; }
.bk_savings_text { font-family: 'Inter', sans-serif; font-weight: 500; font-size: 13px; line-height: 16px; letter-spacing: 0; color: #555555; }
.bk_savings_text .bk_savings_amount { color: #0D9488; }
.bk_total_paid_card[data-bk-tp-card] { cursor: default; }
.bk_total_paid_row[hidden], .bk_tp_breakdown[hidden] { display: none !important; }
.bk_tp_breakdown { padding: 0 16px 4px; }
.bk_total_paid_card[aria-expanded="true"] .bk_total_paid_row { padding-bottom: 10px; }
.bk_tp_breakdown_title { margin: 0 0 12px; font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 20px; line-height: 28px; color: #27262C; }
.bk_tp_breakdown_rows .bk_pkd__price_row { padding: 5px 0; }
.bk_pkd__price_row--coupon,
.bk_pkd__price_row--coupon span { color: #32D1C1 !important; }
.bk_tp_payment_status { display: flex; align-items: center; gap: 6px; margin: 10px 0 6px; font-size: 13px; color: #0DA899; font-weight: 500; }
.bk_tp_payment_status svg { flex-shrink: 0; }

/* Prepaid confirmed order details */
.bk_conf__hero {
    background: #E6FAF8;
}
.bk_conf__hero_head {
    background: #99F6E4;
}
.bk_conf__hero_icon {
    display: inline-flex;
    flex-shrink: 0;
}
.bk_conf__hero_icon_mark {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #32D1C1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.bk_conf__hero_icon_mark img {
    display: block;
    width: 24px;
    height: 24px;
}
.bk_conf__hero_note {
    color: #555555;
}
.bk_conf__product_card .bk_pkd__product {
    pointer-events: none;
}
.bk_conf__progress_card .bk_pkd__step.is-done::before {
    background: #32D1C1;
}
.bk_conf__progress_card .bk_pkd__step.is-done .bk_pkd__step_dot {
    background: #32D1C1;
    border: none;
}
.bk_conf__progress_card .bk_pkd__step.is-done .bk_conf__step_dot {
    background: transparent !important;
    border: none !important;
}
.bk_conf__step_icon_mark {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #32D1C1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.bk_conf__step_icon_mark img {
    display: block;
    width: 18px;
    height: 18px;
}
.bk_conf__actions {
    margin-top: 4px;
}
.bk_conf__actions .bk_pkd__btn {
    flex: 1;
    height: 40px;
    font-size: 13px;
    font-weight: 500;
    border: 2px solid #D9D9D9;
}
.bk_conf__actions .bk_pkd__btn svg {
    stroke: #666666;
}
.bk_conf__price_card .bk_pkd__price_toggle {
    gap: 12px;
}
.bk_conf__price_toggle_left {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    min-width: 0;
    flex: 1;
}
.bk_conf__price_toggle_right {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.bk_conf__price_toggle_meta {
    color: #27262C;
}
.bk_conf__price_toggle_amount {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #27262C;
}
.bk_conf__price_card .bk_pkd__price_row--total strong {
    font-size: 15px;
}

/* Unconfirmed COD order details */
.bk_cod_unc__hero {
    background: #FFF8F3;
    border: 1px solid #F6D58A;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(246, 195, 67, 0.22);
    overflow: hidden;
    margin-bottom: 16px;
}
.bk_cod_unc__hero_head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    background: #FFF7ED;
}
.bk_cod_unc__hero_icon {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FED7AA;
    border: 1px solid #FDBA74;
}
.bk_cod_unc__hero_icon img {
    display: block;
    width: 24px;
    height: 24px;
}
.bk_cod_unc__hero_title {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #1A1A1A;
}
.bk_cod_unc__hero_body {
    padding: 16px 20px 20px;
    background: #FFFFFF;
}
.bk_cod_unc__hero_note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0 0 18px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
}
.bk_cod_unc__hero_note svg {
    flex-shrink: 0;
    margin-top: 2px;
}
.bk_cod_unc__hero_note strong {
    font-weight: 600;
    color: #27262C;
}
.bk_cod_unc__actions {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
}
.bk_cod_unc__confirm_form {
    flex: 1 1 50%;
    min-width: 0;
    margin: 0;
}
.bk_cod_unc__confirm_form .bk_cod_unc__btn {
    width: 100%;
}
.bk_cod_unc__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1 1 50%;
    min-width: 0;
    width: auto;
    height: 48px;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    padding: 0 20px;
}
.bk_cod_unc__btn--primary {
    background: #32D1C1;
    color: #fff;
}
.bk_cod_unc__btn--ghost {
    background: #fff;
    border: 1.5px solid #D9D9D9;
    color: #555555;
    font-weight: 500;
}
.bk_cod_unc__btn--ghost svg {
    stroke: #666666;
}

.bk_cod_unc__product_card {
    border-radius: 24px;
    border: 1px solid #EFEFEF;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.bk_cod_unc__product_card .bk_pkd__product {
    pointer-events: none;
}
.bk_cod_unc__product_card .bk_pkd__product_name {
    font-weight: 600;
}

.bk_journey_help_footer .bk_pkd__btn {
    flex: 1;
    width: 100%;
}

/* COD confirmed order details */
.bk_cod_conf__hero {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 16px;
}
.bk_cod_conf__hero_head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    background: #E0F9F6;
}
.bk_cod_conf__hero_icon {
    display: inline-flex;
    flex-shrink: 0;
}
.bk_cod_conf__hero_icon_mark {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #26C2B9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.bk_cod_conf__hero_icon_mark img {
    display: block;
    width: 24px;
    height: 24px;
}
.bk_cod_conf__hero_title {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #1A1A1A;
}
.bk_cod_conf__hero_body {
    padding: 16px 20px 20px;
    background: #FFFFFF;
}
.bk_cod_conf__hero_card {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    padding: 0 16px;
    margin-bottom: 16px;
}
.bk_cod_conf__hero_row {
    padding: 14px 0;
}
.bk_cod_conf__hero_row span {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #707070;
}
.bk_cod_conf__hero_row strong {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #27262C;
}
.bk_cod_conf__hero_delivery {
    font-weight: 600 !important;
    color: #26C2B9 !important;
}
.bk_cod_conf__hero_note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #707070;
}
.bk_cod_conf__hero_note svg {
    flex-shrink: 0;
    margin-top: 2px;
}
@media (min-width: 768px) {
    .bk_cod_conf__hero_note span {
        white-space: nowrap;
    }
}
@media (max-width: 480px) {
    .bk_cod_conf__hero {
        margin-left: 0;
        margin-right: 0;
    }
}

.bk_cod_conf__product_card,
.bk_cod_conf__more_card {
    border-radius: 16px;
    border: 1px solid #EEEEEE;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 16px;
    margin-bottom: 12px;
}
.bk_cod_conf__product_card .bk_pkd__product {
    pointer-events: none;
}
.bk_cod_conf__product_card .bk_pkd__product_name {
    font-weight: 600;
}
.bk_cod_conf__more_label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #27262C;
}
.bk_cod_conf__more_thumbs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.bk_cod_conf__progress_card {
    border-radius: 16px;
    border: 1px solid #EEEEEE;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
}
.bk_cod_conf__progress_card .bk_pkd__step.is-done::before {
    background: #26C2B9;
}
.bk_cod_conf__progress_card .bk_pkd__step.is-done .bk_pkd__step_dot {
    background: #26C2B9;
    border: none;
}
.bk_cod_conf__progress_card .bk_conf__step_icon_mark {
    background: #26C2B9;
}
.bk_cod_conf__cod_pay_banner {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    padding: 12px 16px;
    border-radius: 999px;
    background: #FDEAEA;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: #27262C;
}
.bk_cod_conf__cod_pay_banner svg {
    flex-shrink: 0;
}

.bk_cod_conf__actions {
    margin-top: 4px;
    margin-bottom: 16px;
}
.bk_cod_conf__actions .bk_pkd__btn {
    flex: 1;
    height: 48px;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #D9D9D9;
    border-radius: 12px;
}
.bk_cod_conf__actions .bk_pkd__btn svg {
    stroke: #666666;
}

.bk_cod_conf__price_card {
    border-color: #EEEEEE;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
}

/* css for rma return page end  */