@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap');

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
button,
input,
select,
textarea,
div {
    font-family: 'Google Sans', 'Product Sans', 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
}

#send_otp_form label.error {
    display: block;
}

label.error {
    color: red;
}

.a-link {
    font-weight: 500;
    font-size: 16px;
    color: var(--tp-heading-secondary);
    display: inline-flex;
    align-items: center;
}

.a-link i {
    display: inline-block;
    font-size: 16px;
    margin-left: 3px;
    opacity: 0;
    visibility: hidden;
}

.a-link:hover i {
    opacity: 1;
    visibility: visible;
    animation: shakenext 1s ease infinite;
}


#addres_view_container #address_option_list {
    list-style: none;
    padding: 0;
}

#addres_view_container #address_option_list .address_option_item {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 10px;
}

#addres_view_container #address_option_list .address_option_item.active {
    background-color: #eee;
}

#addres_view_container #address_option_list .address_option_item label {
    width: 100%;
    cursor: pointer;
    font-weight: normal;
}

#addres_view_container #address_option_list .address_option_item label .address_option_select {
    width: 20px;
}

#addres_view_container #address_option_list .address_option_item label .address_option_select,
#addres_view_container #address_option_list .address_option_item label .address_option_icon,
#addres_view_container #address_option_list .address_option_item label .address_option_info {
    display: inline-block;
    vertical-align: middle;
}

#addres_view_container #address_option_list .address_option_item label .address_option_info {
    width: calc(100% - 80px);
}

#addres_view_container #address_option_list .address_option_item label .address_option_info .address_option_name {
    font-weight: bold;
}

#addres_view_container #address_option_list .address_option_item label .address_option_info .address_option_name,
#addres_view_container #address_option_list .address_option_item label .address_option_info .address_option_description {
    display: block;
}

#addres_view_container #address_option_list .address_option_item label .address_option_info .address_option_description .address_option_description_line {
    display: block;
}

#addres_view_container #address_option_list .address_option_item label .address_option_edit {
    width: 50px;
    display: inline-block;
    text-align: right;
}

#side-cart-details-container .tpcart__product-list ul {
    /*max-height: 350px;*/
    max-height: calc(100vh - 350px);
    overflow-y: auto;
}



/*Quick purchase*/


#product_list_container .role_td {
    margin: 0 !important;
    /*padding: 10px!important;*/
    /*padding: 2px 10px 2px 10px !important;*/
    padding: 2px 4px 2px 4px !important;
    text-align: center;
}

#product_list_container .heading_container {
    text-align: center;
    /*background-color: #034d8e;*/
    /*background-color: #7041e6;*/
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

#product_list_container .category_name_container {
    text-align: center;
    /*background-color: #1172c8;*/
    /*background-color: #ed1c24;*/
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

/*#product_list_container .row.display-table {
	display: table;
}

#product_list_container .row.display-table [class*=’col-’] {
	 float: none;
	 display: table-cell;
}*/


.td_center_align {
    display: flex;
    justify-content: center;
    align-items: center;
}

.td_middle_align {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    #product_list_container .row_item {
        border: 1px solid #000;
    }

    .hide_on_mobile {
        display: none;
    }

    .item_list_container {
        /*padding: 10px;*/
        padding: 0px;
        border: none !important;
    }

    .item_row_container {
        border: 1px solid #acacac;
        /*border-radius: 3px;*/
        border-radius: 0;
    }


    .hide_on_desktop.td_center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #quick_purchase_section .item_basic_info_container {
        font-size: 12px !important;
    }

    .item_basic_info_container .badge {
        line-height: 12px !important;
        font-size: 12px;
        padding: 2px;
        font-weight: normal;
        border-radius: 3px;
    }

    .item_basic_info_container {
        height: 16px;
    }
}

@media (min-width: 992px) {


    .desktop_center {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .hide_on_mobile.td_center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hide_on_desktop {
        display: none;
    }

    #product_list_container .role_td {
        /*border: 1px solid #000;*/
        border: 1px solid #d5d5d5;
    }

    #product_list_container .row {
        display: flex;
        flex-direction: row;
    }

    #product_list_container .row.nested {
        height: 100%;
        width: 100%;
    }

    #product_list_container .row.nested>[class*="col-"] {
        /*width: 100%;
        flex-grow: 1;*/
    }
}


#product_list_container .product_image {
    width: 100%;
}

#cart_quantity_container {
    position: fixed;
    top: 30%;
    right: 0;
    background-color: #ff0164;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 3px;
    z-index: 9998;
}

#cart_quantity_container i {
    font-size: 2.5rem;
    color: #fff;
    padding: 5px;
}

#cart_quantity_container #cart_quantity {
    position: absolute;
    top: -10px;
    right: 40px;
    background-color: #000;
    color: #fff;
    height: 20px;
    min-width: 20px;
    padding: 4px 6px;
    text-align: center;
    border-radius: 10px;
    font-size: 12px;
    line-height: 12px;
}


#top_summary_container {
    background-color: #fff;
    padding: 10px;
}

#top_summary_container .price_container h6 {
    font-size: 1.5rem;
}

#top_summary_container .price_container h6 {
    font-size: 1rem;
    font-weight: bold;
}

#top_cart_quantity_container {
    padding-right: 20px;
}

#top_cart_quantity_container i {
    font-size: 1.25rem;
    color: #000;
    padding: 5px;
}

#top_cart_quantity_container #top_cart_quantity {
    position: absolute;
    top: -10px;
    right: -20px;
    /*background-color: #000;*/
    background-color: var(--tp-heading-red);
    color: #fff;
    height: 20px;
    min-width: 20px;
    padding: 4px 6px;
    text-align: center;
    border-radius: 10px;
    font-size: 12px;
    line-height: 12px;
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

#top_summary_container .form-control {
    width: 100%;
}

#top_total_container {
    margin-top: 8px;
}

@media only screen and (min-width: 992px) {
    #top_total_container {
        margin-top: 25px;
    }
}


@media only screen and (max-width: 991px) {
    .sm-left {
        text-align: left !important;
    }

    #full-slider-wrapper {
        margin-top: 85px;
    }

    #minimum_order_value_banner .banner {
        padding: 5px 5px 10px 5px;
    }

    #minimum_order_value_banner .banner h3 {
        font-size: 1.5rem;
    }

    .price-value {
        /*display: block;*/
        display: inline-block;
    }

    .sticky-div {
        position: fixed;
        top: 51px !important;
    }
}



.item_list_container .product_image {
    height: 100px;
    width: 100px;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

#top_summary_container {
    font-size: 10px;
    color: #1172c8;
}

.side-bar-logo {
    width: 120px;
    height: 45px;
    object-fit: cover;
    object-position: center;
}

#animate_intro>h1 {
    margin-bottom: 15px;
}

.main_title>h2 {
    margin-bottom: 15px;
}

.td_center_align .form-control.quantity {
    text-align: center;
}

h1.no-style {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

.category__item .category__title a {
    width: 100px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-area .swiper-slide .tpproduct .tpproduct__thumb img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
}

/*.product-area .swiper-slide .tpproduct .tpproduct__thumb img:hover{
    width: 100%;
    height: auto;
}*/

.product-area .tpproduct__content .tpproduct__title {
    line-height: 1.5rem;
    height: 3rem;
    max-height: 3rem;
}

#userNavbarDropdown:after {
    position: absolute;
    top: 18px;
    right: 1px;
}

.tpproduct:hover .tpproduct__hover-text {
    bottom: -65px;
}

/*.bage__discount{
    background-color: #F9393B;
}*/

body.mobile .tpproduct .tpproduct__hover-text {
    opacity: 1;
    visibility: visible;
    position: relative;
    left: unset;
    right: unset;
    bottom: 0;
}

#cart-list-details-container td.product-thumbnail img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: center;
}


@media only screen and (max-width: 450px) {
    .item_row_container .price-value {
        font-size: 12px;
    }

    .item_row_container .item_total_price_container {
        font-size: 12px;
    }
}

.mean-container .mean-nav {
    margin-top: 20px;
}

.tpsideinfo.tp-sidebar-opened .tpsideinfo__close {
    text-align: center;
    padding-right: 15px;
}

.tpsideinfo.tp-sidebar-opened {
    z-index: 99999;
}

.body-overlay.opened {
    z-index: 99999;
}

.shop-area-start .tpproduct .tpproduct__thumb img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    object-position: center;
}


/*.modal.show{
    z-index: 99999;
}

.modal-backdrop.show{
    z-index: 99999;
}*/

#fixed_button_container {
    position: fixed;
    bottom: 130px;
    right: 0;
    text-align: center;
    padding-right: 10px;
    z-index: 99;
}

#fixed_button_container img.quick_enquiry_img {
    height: 80px;
    /* width: 80px;*/
}

#fixed_button_container img.whatsapp_img {
    height: 50px;
    width: 50px;
}


/* Login Popup*/

.login_popup {
    background-color: var(--tp-common-white);
    text-align: start;
    position: fixed;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0;
    width: 100%;
    min-height: 320px;
    box-shadow: rgba(5, 13, 54, 0.05) 5px 15px 30px 0px;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 9999999;
    padding: 30px;
    transform: translateY(-100%);
}

.login_popup__title {
    font-size: 18px;
    color: var(--tp-theme-1);
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
    margin-bottom: 35px;
}

.login_popup.tp-setlocation-opened {
    transform: translateY(0);
}

.login_popup__close {
    color: var(--tp-theme-1);
    font-size: 30px;
    background: var(--tp-theme-secondary);
    width: 35px;
    height: 35px;
    position: absolute;
    top: 15%;
    right: 15%;
}

.login_popup__close:hover {
    color: var(--tp-heading-secondary);
}


.login_popup-body-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
}

.login_popup-body-overlay.opened {
    opacity: 1;
    visibility: visible;
}

/* Login Popup end*/


#change_address_container {
    text-align: right;
}

#product_list_container .item_list_container .product_image {
    height: 50px;
    width: 50px;
}


#quick_purchase_section .item_list_container {
    /*font-size: 12px;*/
    /*font-size: 14px;*/
    font-size: 16px;
    font-weight: 500;
}


#quick_purchase_section .item_basic_info_container .divider {}

#quick_purchase_section .mrp_display {
    font-size: 14px;
}

#quick_purchase_section .sale_price_display {
    font-weight: bolder !important;
    font-size: 16px;
}

@media only screen and (max-width: 576px) {
    #product_list_container .item_list_container .product_image {
        /*height: 40px;
        width: 40px;*/

        /*height: 30px;
        width: 30px;*/

        height: 50px;
        width: 50px;

        font-size: 8px;
        line-height: 1;
    }


    body.quick-purchase-page #top_summary_container .filter-padding {
        padding-right: 3px;
        padding-left: 3px;
    }


    .display_minimum_order_amount {
        font-size: 13px;
    }

    .item_name_display {
        display: inline-block;
        /*width: 260px;*/

        /*width: 220px;*/

        width: 194px;

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }



    .quick-purchase-page .product-quantity {
        padding: 2px;
        text-wrap: nowrap;

    }

    .quick-purchase-page .product-quantity .cart-plus,
    .quick-purchase-page .product-quantity .cart-minus {
        width: 24px;
        height: 24px;
        font-size: 20px;
        line-height: 1.2rem;
    }

    .quick-purchase-page .product-quantity input {
        font-size: 12px;
        height: 24px;
    }

    .quick-purchase-page h1.no-style {
        line-height: 12px;
    }

    #quick_purchase_section .mrp_display {
        font-size: 12px;
    }

    #quick_purchase_section .sale_price_display {
        font-size: 12px;
    }

}

@media only screen and (max-width: 420px) {
    .product-quantity>input {
        width: 26px;
    }


}

@media only screen and (max-width: 360px) {
    .product-quantity>input {
        width: 70px;
    }
}

#checkout_item_list {
    max-height: 500px;
    overflow-y: auto;
}

#footer_message {
    width: 100%;
    height: auto;
    background-color: #080563;
    color: #fff;
    padding: 20px;
    position: fixed;
    bottom: 0;
    z-index: 99;
}

#footer_message p {
    color: #fff;
    text-align: justify;
}

#close_footer_message {
    padding: 5px 20px;
    font-size: 10px;
    line-height: unset;
}

#terms-conditions-section .tplocation__content p {
    text-align: justify;
    line-height: 1.6;
}

#privacy-policy-section .tplocation__content p {
    text-align: justify;
    line-height: 1.6;
}

.shop-area-start .tpproduct.p-relative {
    margin-bottom: 30px;
}

#top_summary_container.position-sticky {
    height: 85px;
}

#header-sticky,
#header-sticky-2 {
    height: 82px;
}


body.quick-purchase-page.has-fixed-menu {
    margin-top: 325px;
}

body.quick-purchase-page.has-fixed-menu .breadcrumb__area {
    display: none;
}

.mfp-bg {
    z-index: 999999;
}

.mfp-wrap {
    z-index: 9999999;
}



.main-menu ul li a .quick_enquiry {
    /*background-color: #6409ae;*/
    border-radius: 5px;
    padding: 6px 10px;
    /*background: linear-gradient(to bottom, var(--tp-heading-primary), var(--tp-heading-secondary));*/
    background-color: var(--tp-heading-primary);
    color: var(--tp-common-white);

    margin-top: -8px;
    display: inline-block;
}

.main-menu ul li a:hover .quick_enquiry {
    /*background-color: #859A00;
    background: linear-gradient(to bottom, var(--tp-heading-primary), var(--tp-heading-secondary), var(--tp-heading-primary));*/
    background-color: var(--tp-heading-secondary);
}

.modal-backdrop.show {
    z-index: 99999;
}


.modal.show {
    z-index: 999999;
}


.iziToast-wrapper {
    z-index: 9999999;
}


.youtube-video-contaniner {
    position: relative;
    width: 100%;
    /* Full width */
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio (9/16 = 0.5625) */
    height: 0;
    overflow: hidden;
}


/*.youtube-video-contaniner::before {
    display: block;
    padding-top: 56.25%;
    content: "";
}*/


.youtube-video-contaniner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.tpblog__thumb.youtube_video {
    border-radius: 10px 10px 10px 10px !important;
}

.pswp .pswp__scroll-wrap .pswp__button--arrow {
    display: none !important;
}

.pswp .pswp__top-bar .pswp__counter {
    display: none !important;
}

#notification_message_container {
    border: 3px solid #ff7676;
    padding: 10px;
}

#notification_message_container #notification_message {
    /*animation: color-change 1s infinite;*/
    color: #000;
}

@keyframes color-change {
    0% {
        color: red;
    }

    50% {
        color: blue;
    }

    100% {
        color: red;
    }
}


.remove-cart-item .icon-x-circle {
    background-color: #ffffffcf;
    border-radius: 12px;
    padding: 1px;
    font-size: 18px;
}



#top_cart_quantity_container {
    position: relative;
    top: 5px;
}

.mobile.quick-purchase-page #top_total_container .price_container #top_total_container *,
.mobile.quick-purchase-page #top_summary_container .price_container .checkout_button {
    font-size: 12px !important;
}

.mobile.quick-purchase-page #top_summary_container {
    /*background-color: #c8d1b2 !important;*/
    background-color: #e7e0ed !important;
}

.mobile.quick-purchase-page #top_summary_container.position-sticky {
    height: 86px !important;
}

.desktop.quick-purchase-page #top_summary_container.position-sticky {
    height: 60px !important;
}


.product-quantity {
    /*background-color: #d1ec90;*/
    background-color: #a779ca;
    border-radius: 60px;
    padding: 2px;
    display: inline-block;
}


.product-quantity .cart-plus,
.product-quantity .cart-minus {
    width: 28px;
    height: 28px;
    border: 1px solid var(--tp-border-1);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
    background-color: #fff;
    border-radius: 50%;
}

.product-quantity>input {
    width: 40px;
    border-radius: 3px;
}

.product-quantity input {
    /*color: #000;*/
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    border: none;
    background-color: transparent;
}

#side-cart-details-container .tpcart__product-list .tpcart__img {
    width: 72px;
}

.input_mobile_number {
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 12px !important;
    position: relative !important;
    background: #f8fafc !important;
    display: flex !important;
    align-items: stretch !important;
    gap: 0 !important;
}

.input_mobile_number:focus-within {
    border-color: #7c3aed !important;
    box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.1) !important;
    background: #ffffff !important;
}

.input_mobile_number .input-group-text {
    background: #ede9fe !important;
    border: none !important;
    border-right: 1.5px solid #ddd6fe !important;
    border-radius: 10px 0 0 10px !important;
    padding: 0 6px !important;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.input_mobile_number .chosen-container {
    width: 80px !important;
}

.input_mobile_number .chosen-container-single .chosen-single {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 6px 20px 6px 6px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #4c1d95 !important;
    height: auto !important;
    line-height: 1.4 !important;
}

.input_mobile_number .chosen-container-single .chosen-single div {
    top: 50%;
    transform: translateY(-50%);
}

.input_mobile_number .chosen-container .chosen-drop {
    width: 120px !important;
    z-index: 9999999 !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
    border-radius: 8px !important;
    border: 1.5px solid #ddd6fe !important;
    background: #ffffff !important;
}

.input_mobile_number .form-control {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    flex: 1 !important;
    outline: none !important;
}

.input_mobile_number .form-control::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

@media (min-width: 768px) and (max-width: 835px) {
    .product-quantity>input {
        width: 30px;
    }
}



#flash_popup .modal-content,
#temp_order_disabled_popup .modal-content {
    border-radius: 20px;
    /*border: 3px solid #ffc107;*/
    border: 3px solid #9269f7;
    text-align: center;
    /*background: linear-gradient(135deg, #ff6a00, #ee0979);*/
    background: linear-gradient(135deg, #6f52e4, #700abc);
    color: #fff;
    /*box-shadow: 0 0 30px rgba(255, 193, 7, 0.8);*/
    box-shadow: 0 0 30px rgb(111, 61, 216);
}

#flash_popup .modal-header,
#temp_order_disabled_popup .modal-header {
    border-bottom: none;
    justify-content: center;
}

#flash_popup .modal-title,
#temp_order_disabled_popup .modal-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}


#flash_popup .modal-body,
#temp_order_disabled_popup .modal-body {
    font-size: 1.1rem;
}


#flash_popup .fire-emoji,
#temp_order_disabled_popup .fire-emoji {
    font-size: 2rem;
    margin: 0 5px;
}

#flash_popup .modal-content p,
#temp_order_disabled_popup .modal-content p {
    color: #fff;
}

.state_select .nice-select {
    height: 43px;
    line-height: 30px;
}

/* ==========================================================================
   100% Glamics Replica Hero Section & Marquee Styles
   ========================================================================== */

.max-hero-container {
    max-width: 1440px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* Marquee Announcement Ticker */
.glamics-marquee-wrapper {
    background: linear-gradient(90deg, #e63946 0%, #ff4757 50%, #ff6b81 100%);
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: 0 2px 10px rgba(230, 57, 70, 0.2);
}

.glamics-marquee-track {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    animation: glamicsMarqueeScroll 28s linear infinite;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.glamics-marquee-star {
    color: #ffb703;
    font-size: 14px;
}

@keyframes glamicsMarqueeScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Hero Cards Radius & Container */
.rounded-24 {
    border-radius: 24px !important;
}

.glamics-main-img,
.glamics-side-img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 24px !important;
    display: block !important;
    object-fit: cover !important;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.glamics-main-img:hover,
.glamics-side-img:hover {
    transform: scale(1.03) !important;
}

.glamics-main-card,
.glamics-side-swiper {
    width: 100% !important;
    height: 100% !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    background-color: transparent !important;
}

@media (min-width: 992px) {
    .glamics-hero-row {
        display: flex !important;
        align-items: stretch !important;
    }

    .glamics-hero-row>[class*="col-"] {
        display: flex !important;
        flex-direction: column !important;
    }

    .glamics-main-card .tp-slider6,
    .glamics-main-card .swiper-wrapper,
    .glamics-main-card .swiper-slide,
    .glamics-main-card .swiper-slide a,
    .glamics-side-swiper .swiper-wrapper,
    .glamics-side-swiper .swiper-slide,
    .glamics-side-swiper .swiper-slide a {
        height: 100% !important;
    }
}

.glamics-side-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.glamics-side-card:hover .glamics-side-bg {
    transform: scale(1.06);
}

.glamics-side-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(15, 23, 42, 0.25) 60%, rgba(15, 23, 42, 0.7) 100%);
    transition: background 0.3s ease;
}

.glamics-side-card:hover .glamics-side-overlay {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(15, 23, 42, 0.15) 60%, rgba(15, 23, 42, 0.6) 100%);
}

.glamics-side-content {
    position: relative;
    z-index: 2;
}

.glamics-side-heading {
    font-size: 18px !important;
    line-height: 1.3 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

/* Glamics Signature Shop Now Pill Button */
.glamics-shop-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 26px;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
}

.glamics-shop-btn-white {
    background: #ffffff !important;
    color: #0f172a !important;
    border: 1.5px solid #ffffff !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
}

.glamics-shop-btn-white:hover {
    background: #0f172a !important;
    color: #ffffff !important;
    border-color: #0f172a !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.3) !important;
}

/* Vertical Swiper Pill Nav Controls */
.glamics-vertical-nav {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 6px 4px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.glamics-nav-btn {
    background: none;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    font-size: 11px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.glamics-nav-btn:hover {
    background: #0f172a;
    color: #ffffff;
}

@media (max-width: 991px) {

    .glamics-main-card,
    .glamics-slide-item,
    .glamics-side-card {
        min-height: 320px;
    }
}

/* Premium Section Headers */
.glamics-section-title-wrap {
    margin-bottom: 45px;
    text-align: center;
    position: relative;
}

.glamics-section-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #ff5e14;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
}

.glamics-section-title {
    font-size: 36px;
    font-weight: 800;
    color: #0f172a;
    position: relative;
    padding-bottom: 12px;
    display: inline-block;
}

.glamics-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #ff5e14, #ff2a5f);
    border-radius: 2px;
}

.glamics-section-desc {
    font-size: 16px;
    color: #64748b;
    max-width: 600px;
    margin: 15px auto 0 auto;
    line-height: 1.6;
}

/* Premium Quick Enquiry / Promotion Banner */
.glamics-promo-banner {
    background: linear-gradient(135deg, #1e1b4b 0%, #311042 50%, #4c0519 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.glamics-promo-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 94, 20, 0.08) 0%, transparent 60%);
    pointer-events: none;
    animation: glamics-rotate-slow 20s linear infinite;
}

@keyframes glamics-rotate-slow {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.glamics-btn-glow {
    background: linear-gradient(90deg, #ff5e14, #ff2a5f);
    color: #ffffff !important;
    border: none !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    box-shadow: 0 4px 20px rgba(255, 94, 20, 0.4);
    transition: all 0.3s ease !important;
    border-radius: 50px !important;
    padding: 14px 32px !important;
}

.glamics-btn-glow:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(255, 94, 20, 0.6);
    filter: brightness(1.1);
}

/* Premium Category Cards */
.glamics-cat-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 15px;
    text-align: center;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    height: 230px;
    /* Fixed equal height for all cards! */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.glamics-cat-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 94, 20, 0.3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
}

.glamics-cat-img-wrap {
    width: 90px;
    height: 90px;
    margin: 0 auto 10px auto;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.glamics-cat-card:hover .glamics-cat-img-wrap {
    transform: scale(1.05);
}

.glamics-cat-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.glamics-cat-card:hover .glamics-cat-img-wrap img {
    transform: scale(1.1) rotate(2deg);
}

.glamics-cat-title {
    font-size: 15px !important;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
    transition: color 0.3s ease;
    line-height: 1.3;
}

.glamics-cat-card:hover .glamics-cat-title {
    color: #ff5e14;
}

.glamics-cat-count {
    font-size: 11px;
    color: #94a3b8;
    background: #f8fafc;
    padding: 2px 10px;
    border-radius: 10px;
    font-weight: 600;
}

/* Premium Blog Cards */
.glamics-blog-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    height: 350px;
    /* Fixed equal height for all cards! */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.glamics-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08);
    border-color: rgba(255, 94, 20, 0.2);
}

.glamics-blog-img-wrap {
    position: relative;
    height: 160px;
    overflow: hidden;
    flex-shrink: 0;
}

.glamics-blog-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.glamics-blog-card:hover .glamics-blog-img-wrap img {
    transform: scale(1.08);
}

.glamics-blog-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(90deg, #ff5e14, #ff2a5f);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(255, 94, 20, 0.3);
    z-index: 2;
}

.glamics-blog-date {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(4px);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    z-index: 2;
}

.glamics-blog-body {
    padding: 20px 24px 24px 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.glamics-blog-title {
    font-size: 17px !important;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.4;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.glamics-blog-card:hover .glamics-blog-title {
    color: #ff5e14;
}

.glamics-blog-text {
    font-size: 13px !important;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* Cinematic YouTube Gallery Wrapper */
.glamics-yt-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    background: #0f172a;
    border: 2px solid rgba(255, 94, 20, 0.1);
    aspect-ratio: 16/9;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.glamics-yt-card:hover {
    transform: translateY(-5px);
    border-color: #ff5e14;
    box-shadow: 0 20px 35px rgba(255, 94, 20, 0.2);
}

.glamics-yt-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
    transition: all 0.5s ease;
}

.glamics-yt-card:hover .glamics-yt-thumb {
    transform: scale(1.06);
    opacity: 0.75;
}

.glamics-yt-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: rgba(255, 94, 20, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
    box-shadow: 0 0 25px rgba(255, 94, 20, 0.6);
    transition: all 0.3s ease;
}

.glamics-yt-card:hover .glamics-yt-play-overlay {
    background: #ffffff;
    color: #ff5e14;
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 0 35px rgba(255, 255, 255, 0.8);
}

/* Interactive Countdown Widget */
.glamics-countdown-card {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 40px 30px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.glamics-countdown-glow-light {
    position: absolute;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(255, 94, 20, 0.15) 0%, transparent 70%);
    top: -50px;
    right: -50px;
    pointer-events: none;
}

.glamics-countdown-digits {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.glamics-countdown-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    min-width: 90px;
    padding: 16px 10px;
    text-align: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.glamics-countdown-val {
    font-size: 38px;
    font-weight: 800;
    color: #ff5e14;
    display: block;
    line-height: 1;
    margin-bottom: 4px;
    text-shadow: 0 0 15px rgba(255, 94, 20, 0.4);
}

.glamics-countdown-lbl {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #94a3b8;
    font-weight: 600;
}

/* Hero Countdown Section */
.glamics-countdown-hero-section {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.85) 0%, rgba(30, 27, 75, 0.9) 100%),
        url('https://images.unsplash.com/photo-1498855926480-d98e83099315?q=80&w=1920') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0 !important;
}

.fs-40 {
    font-size: 40px !important;
}

.glamics-firework-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}

.glamics-firework {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    opacity: 0;
}

.glamics-firework-1 {
    left: 20%;
    bottom: 0;
    animation: glamics-shoot-1 4.5s infinite ease-out;
}

.glamics-firework-2 {
    left: 80%;
    bottom: 0;
    animation: glamics-shoot-2 5.5s infinite ease-out;
    animation-delay: 1.8s;
}

.glamics-firework-3 {
    left: 50%;
    bottom: 0;
    animation: glamics-shoot-3 6.5s infinite ease-out;
    animation-delay: 3.2s;
}

@keyframes glamics-shoot-1 {
    0% {
        transform: translateY(0) scale(1);
        opacity: 1;
        background: #ff5e14;
    }

    35% {
        transform: translateY(-400px) scale(1);
        opacity: 1;
        background: #ff5e14;
    }

    40% {
        transform: translateY(-400px) scale(1);
        opacity: 1;
        width: 6px;
        height: 6px;
        background: transparent;
        box-shadow:
            -50px -50px #ffea00, 50px -50px #ff2a5f, -50px 50px #00ff66, 50px 50px #00e5ff,
            -75px 0px #ff9f00, 75px 0px #e040fb, 0px -75px #00e676, 0px 75px #ff1744;
    }

    85% {
        transform: translateY(-400px) scale(2.2);
        opacity: 0;
        width: 1px;
        height: 1px;
        background: transparent;
        box-shadow:
            -100px -100px rgba(255, 234, 0, 0), 100px -100px rgba(255, 42, 95, 0), -100px 100px rgba(0, 255, 102, 0), 100px 100px rgba(0, 229, 255, 0),
            -150px 0px rgba(255, 159, 0, 0), 150px 0px rgba(224, 64, 251, 0), 0px -150px rgba(0, 230, 118, 0), 0px 150px rgba(255, 23, 68, 0);
    }

    100% {
        opacity: 0;
    }
}

@keyframes glamics-shoot-2 {
    0% {
        transform: translateY(0) scale(1);
        opacity: 1;
        background: #ff2a5f;
    }

    35% {
        transform: translateY(-320px) scale(1);
        opacity: 1;
        background: #ff2a5f;
    }

    40% {
        transform: translateY(-320px) scale(1);
        opacity: 1;
        width: 6px;
        height: 6px;
        background: transparent;
        box-shadow:
            -40px -40px #ff2a5f, 40px -40px #00ff66, -40px 40px #ffea00, 40px 40px #e040fb,
            -60px 0px #00e5ff, 60px 0px #ff9f00, 0px -60px #ff1744, 0px 60px #00e676;
    }

    85% {
        transform: translateY(-320px) scale(2.2);
        opacity: 0;
        width: 1px;
        height: 1px;
        background: transparent;
        box-shadow:
            -90px -90px rgba(255, 42, 95, 0), 90px -90px rgba(0, 255, 102, 0), -90px 70px rgba(255, 234, 0, 0), 90px 90px rgba(224, 64, 251, 0),
            -130px 0px rgba(0, 229, 255, 0), 130px 0px rgba(255, 159, 0, 0), 0px -130px rgba(255, 23, 68, 0), 0px 130px rgba(0, 230, 118, 0);
    }

    100% {
        opacity: 0;
    }
}

@keyframes glamics-shoot-3 {
    0% {
        transform: translateY(0) scale(1);
        opacity: 1;
        background: #00ff66;
    }

    35% {
        transform: translateY(-460px) scale(1);
        opacity: 1;
        background: #00ff66;
    }

    40% {
        transform: translateY(-460px) scale(1);
        opacity: 1;
        width: 6px;
        height: 6px;
        background: transparent;
        box-shadow:
            -60px -60px #00e5ff, 60px -60px #ffea00, -60px 60px #ff2a5f, 60px 60px #00ff66,
            -90px 0px #ff9f00, 90px 0px #e040fb, 0px -90px #ff1744, 0px 90px #00e676;
    }

    85% {
        transform: translateY(-460px) scale(2.2);
        opacity: 0;
        width: 1px;
        height: 1px;
        background: transparent;
        box-shadow:
            -120px -120px rgba(0, 229, 255, 0), 120px -120px rgba(255, 234, 0, 0), -120px 120px rgba(255, 42, 95, 0), 120px 120px rgba(0, 255, 102, 0),
            -180px 0px rgba(255, 159, 0, 0), 180px 0px rgba(224, 64, 251, 0), 0px -180px rgba(255, 23, 68, 0), 0px 180px rgba(0, 230, 118, 0);
    }

    100% {
        opacity: 0;
    }
}

/* Premium Features Bar */
.glamics-feature-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 15px;
    border: 1.5px solid #e2e8f0;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
    height: 100%;
}

.glamics-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(255, 94, 20, 0.12);
    border-color: rgba(255, 94, 20, 0.3);
}

.glamics-feature-icon-wrap {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px auto;
    transition: all 0.3s ease;
}

.glamics-feature-icon-wrap img {
    width: 38px !important;
    height: 38px !important;
    object-fit: contain !important;
    transition: transform 0.3s ease !important;
}

.glamics-feature-card:hover .glamics-feature-icon-wrap img {
    transform: scale(1.1) rotate(4deg);
}

.glamics-feature-title {
    font-size: 14px !important;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

/* Light Color Footer Overrides */
.footer-bg,
.tpfooter__area,
.theme-bg-20 {
    background-color: #f8fafc !important;
    /* Premium light slate background */
    background: #f8fafc !important;
}

.tpfooter__area {
    padding-top: 60px !important;
}

.feature-area {
    background-color: #ffffff !important;
}

/* Make footer text dark and readable */
.tpfooter__widget,
.tpfooter__widget p,
.tpfooter__widget a,
.tpfooter__widget-title,
.tpfooter__bottom,
.tpfooter__bottom p,
.tpfooter__bottom a {
    color: #475569 !important;
}

.tpfooter__widget p {
    font-size: 13px !important;
    line-height: 1.6 !important;
}

.tpfooter__widget-links ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.tpfooter__widget-links ul li {
    margin-bottom: 6px !important;
}

.tpfooter__widget-links ul li a {
    font-size: 13px !important;
    color: #475569 !important;
    transition: color 0.2s ease;
}

.tpfooter__widget-links ul li a:hover {
    color: #ff5e14 !important;
}

.tpfooter__widget a:hover,
.tpfooter__bottom a:hover {
    color: #ff5e14 !important;
}

.tpfooter__widget-title {
    color: #0f172a !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    margin-bottom: 20px !important;
}

/* Social Media Icons Group */
.tpfooter__widget-social {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 15px !important;
}

.tpfooter__widget-social-title {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 !important;
    display: block !important;
}

.tpfooter__widget-social a {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background: #e2e8f0 !important;
    color: #475569 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
    border: none !important;
}

.tpfooter__widget-social a svg {
    width: 14px !important;
    height: 14px !important;
    fill: currentColor !important;
}

.tpfooter__widget-social a i {
    font-size: 14px !important;
    line-height: 1 !important;
}

.tpfooter__widget-social a:hover {
    background: #ff5e14 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.tpfooter__widget-time-info span {
    font-size: 12px !important;
    color: #475569 !important;
}

.tpfooter__widget-time-info b {
    color: #0f172a !important;
}

.tpfooter__bottom {
    border-top: 1px solid #e2e8f0 !important;
    padding-top: 20px;
}

.tpfooter__area table,
.tpfooter__area table td,
.tpfooter__area table th {
    color: #475569 !important;
    border-color: #e2e8f0 !important;
}

/* Premium Product Card Redesign */
.glamics-product-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100%;
    margin-bottom: 35px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}

.glamics-product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 94, 20, 0.3);
    box-shadow: 0 12px 20px rgba(255, 94, 20, 0.1);
}

.glamics-product-thumb {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #f8fafc;
    padding: 8px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
}

.glamics-product-img {
    max-height: 110px;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.glamics-product-card:hover .glamics-product-img {
    transform: scale(1.06);
}

.glamics-product-badge {
    position: absolute;
    top: 6px;
    left: 6px;
    background: linear-gradient(90deg, #ff5e14, #ff2a5f);
    color: #ffffff;
    font-size: 9px;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(255, 94, 20, 0.2);
    z-index: 2;
}

.glamics-product-info {
    padding: 2px 0 8px 0;
    flex-grow: 1;
}

.glamics-product-weight {
    font-size: 10px;
    color: #94a3b8;
    font-weight: 600;
    display: block;
    margin-bottom: 2px;
}

.glamics-product-title {
    font-size: 12px !important;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    margin-bottom: 6px;
    height: 34px;
    /* Two-line limit height for neat alignment */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.glamics-product-title a {
    color: #0f172a;
    transition: color 0.2s ease;
}

.glamics-product-card:hover .glamics-product-title a {
    color: #ff5e14;
}

.glamics-product-price-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.glamics-product-price {
    font-size: 14px;
    font-weight: 800;
    color: #ff5e14;
}

.glamics-product-mrp {
    font-size: 11px;
    color: #94a3b8;
    text-decoration: line-through;
}

.glamics-product-action {
    margin-top: auto;
}

.glamics-btn-add {
    width: 100%;
    background: #7c3aed;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(124, 58, 237, 0.2);
}

.glamics-btn-add:hover {
    background: #6d28d9;
    box-shadow: 0 5px 12px rgba(124, 58, 237, 0.3);
    transform: translateY(-1px);
}

.glamics-btn-add svg {
    margin-right: 6px;
    transition: transform 0.2s ease;
}

.glamics-btn-add:hover svg {
    transform: translateX(2px);
}

/* Category Slider Custom Overrides */
.category__item {
    background: #ffffff;
    border-radius: 16px;
    padding: 15px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    text-align: center;
}

.category__item:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 94, 20, 0.2);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.04);
}

.category__thumb img {
    border-radius: 8px !important;
}

.category__title a {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
}

/* Premium Shop Listing Header and Filters */
.product__filter-content {
    background: #ffffff;
    border-radius: 16px;
    padding: 14px 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    margin-bottom: 30px !important;
}

.product__item-count span {
    font-size: 14px;
    font-weight: 600;
    color: #475569;
}

.product__item-count span strong {
    color: #ff5e14;
    font-weight: 800;
    font-size: 15px;
}

/* Category/Brand Slider Header */
.glamics-refine-header {
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0f172a;
    margin-top: 10px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.glamics-refine-header::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background: #e2e8f0;
}

/* Force bottom column padding spacer for product card list items */
.tpproduct__shop-item>div.col {
    padding-bottom: 35px !important;
}

/* Premium Product Details Page Redesign */
.tpdetails__area {
    background: #ffffff;
    border-radius: 24px;
    padding: 30px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.tpdetails__title {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 12px;
}

.tpdetails__brand {
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
    font-size: 13px;
    color: #64748b;
}

.tpdetails__brand a {
    color: #ff5e14;
    font-weight: 700;
}

.tpproduct-details__nab {
    background: #f8fafc;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid #e2e8f0;
    text-align: center;
    position: relative;
}

.tpproduct-details__nab img {
    max-height: 380px;
    max-width: 100%;
    object-fit: contain;
    border-radius: 12px;
}

.product__details-price {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #ff5e14 !important;
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 20px;
}

.product__details-price del {
    font-size: 16px !important;
    color: #94a3b8 !important;
    text-decoration: line-through;
}

.product__details-info-list {
    font-size: 13px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 24px;
    background: #f8fafc;
    padding: 16px;
    border-radius: 12px;
    border-left: 4px solid #ff5e14;
}

.product__details-quantity {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e8f0;
}

.product__details-count {
    display: inline-flex !important;
    align-items: center;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 10px !important;
    overflow: hidden;
    background: #ffffff;
    height: 40px;
}

.product__details-count span {
    width: 36px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #475569;
    transition: all 0.2s ease;
}

.product__details-count span:hover {
    background: #f1f5f9;
    color: #0f172a;
}

.product__details-count input {
    width: 45px !important;
    height: 100% !important;
    border: none !important;
    text-align: center !important;
    font-weight: 700 !important;
    color: #0f172a !important;
}

.product__details-btn a {
    background: #7c3aed !important;
    /* Premium Purple Theme */
    color: #ffffff !important;
    font-weight: 700 !important;
    padding: 10px 24px !important;
    border-radius: 10px !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.2) !important;
    transition: all 0.3s ease !important;
}

.product__details-btn a:hover {
    background: #6d28d9 !important;
    box-shadow: 0 6px 18px rgba(124, 58, 237, 0.3) !important;
    transform: translateY(-1px);
}

.product__details-stock ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product__details-stock ul li {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 8px;
}

.product__details-stock ul li span {
    color: #0f172a;
    font-weight: 600;
}

/* Premium Tabs description styling */
.tpdescription__box {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    padding: 24px;
    margin-top: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.01);
}

.tpdescription__box .nav-tabs {
    border-bottom: 2px solid #f1f5f9 !important;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
}

.tpdescription__box .nav-link {
    font-weight: 700 !important;
    color: #64748b !important;
    border: none !important;
    padding: 10px 20px !important;
    background: transparent !important;
    position: relative;
}

.tpdescription__box .nav-link.active {
    color: #ff5e14 !important;
}

.tpdescription__box .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ff5e14;
}

/* Sidebar red warning style updates */
.tpsidebar__warning {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px !important;
    padding: 20px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02) !important;
}

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

.tpsidebar__warning ul li {
    margin-bottom: 20px;
}

.tpsidebar__warning ul li:last-child {
    margin-bottom: 0;
}

.tpsidebar__warning-item {
    display: flex;
    gap: 12px;
    align-items: center;
}

.tpsidebar__warning-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #fff0ea;
    color: #ff5e14;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.tpsidebar__warning-text p {
    font-size: 12px !important;
    color: #475569 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* Premium Quick Cart Redesign */
.glamics-cart-item {
    background: #ffffff;
    border-radius: 12px;
    border: 1.5px solid #e2e8f0;
    padding: 10px;
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.01);
}

.glamics-cart-img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

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

.glamics-cart-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.glamics-cart-title {
    font-size: 12px !important;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 4px;
    display: block;
    max-width: 160px;
}

.glamics-cart-title a {
    color: #0f172a;
}

.glamics-cart-price-qty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.glamics-cart-price {
    font-size: 13px;
    font-weight: 800;
    color: #ff5e14;
}

.glamics-cart-qty-widget {
    display: inline-flex;
    align-items: center;
    border: 1.5px solid #e2e8f0;
    border-radius: 6px;
    background: #ffffff;
    height: 28px;
    overflow: hidden;
}

.glamics-cart-qty-widget span {
    width: 24px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #64748b;
    cursor: pointer;
    background: #f8fafc;
    transition: all 0.2s ease;
}

.glamics-cart-qty-widget span:hover {
    background: #f1f5f9;
    color: #0f172a;
}

.glamics-cart-qty-widget input {
    width: 30px !important;
    height: 100% !important;
    border: none !important;
    text-align: center !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    padding: 0 !important;
}

.glamics-cart-del {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #94a3b8;
    font-size: 16px;
    transition: color 0.2s ease;
}

.glamics-cart-del:hover {
    color: #ef4444;
}

/* Sidebar Glowing Warning Card Widget */
.glamics-cart-warning-card {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe3e3 100%);
    border: 1.5px solid #fecaca;
    border-radius: 12px;
    padding: 12px;
    margin-top: 15px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 10px rgba(239, 68, 68, 0.05);
    animation: glamics-glowing-warning 3s infinite ease-in-out alternate;
    overflow: hidden;
}

@keyframes glamics-glowing-warning {
    0% {
        box-shadow: 0 4px 10px rgba(239, 68, 68, 0.05);
        border-color: #fecaca;
    }

    100% {
        box-shadow: 0 4px 15px rgba(239, 68, 68, 0.15);
        border-color: #ef4444;
    }
}

.glamics-cart-glow {
    position: absolute;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(239, 68, 68, 0.1) 0%, transparent 70%);
    top: -40px;
    right: -40px;
    pointer-events: none;
}

.glamics-cart-warning-title {
    font-size: 11px !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #c53030;
    margin-bottom: 6px;
    display: block;
}

.glamics-cart-warning-text {
    font-size: 12px !important;
    color: #9b2c2c !important;
    font-weight: 600;
    line-height: 1.4;
}

.glamics-cart-warning-text b {
    color: #c53030 !important;
    font-weight: 800;
}

/* Remove divider and reduce spacing in sidebar cart */
.tpcart ul li {
    border-bottom: none !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.glamics-cart-item {
    margin-bottom: 5px !important;
    padding: 6px 10px !important;
}

.tpcart__total-price {
    margin-bottom: 10px !important;
    padding-top: 10px !important;
    border-top: 1px solid #e2e8f0 !important;
}

.tpcart__checkout-btn a.tpcart-btn {
    margin-bottom: 5px !important;
}

/* Premium Cart Page Redesign */
.table-content table {
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
    background: transparent !important;
    border: none !important;
}

.table-content .table,
.table-content .table tr,
.table-content .table td,
.table-content .table th,
.table-content .table tbody tr td,
.table-content .table thead tr th {
    border: none !important;
    border-bottom: none !important;
    border-top: none !important;
    box-shadow: none !important;
}

.table-content table thead tr {
    background: #f8fafc !important;
    border: none !important;
}

.table-content table thead th {
    border: none !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #475569 !important;
    padding: 16px 20px !important;
}

.table-content table tbody tr {
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.3s ease;
}

.table-content table tbody tr:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04) !important;
}

.table-content table tbody td {
    border: none !important;
    padding: 16px 20px !important;
    vertical-align: middle !important;
    background: #ffffff !important;
}

.table-content table tbody td:first-child {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

.table-content table tbody td:last-child {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

.table-content .product-thumbnail {
    width: 90px;
}

.table-content .product-thumbnail img {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
}

.table-content .product-name a {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
}

.table-content .product-price .amount {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #475569 !important;
}

.table-content .product-subtotal .amount {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #ff5e14 !important;
}

.table-content .product-quantity {
    display: inline-flex !important;
    align-items: center;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 8px !important;
    overflow: hidden;
    height: 36px;
}

.table-content .product-quantity a {
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    color: #64748b;
    font-weight: 700;
}

.table-content .product-quantity input {
    width: 40px !important;
    height: 100% !important;
    border: none !important;
    text-align: center !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    padding: 0 !important;
}

.table-content .product-remove a {
    color: #94a3b8 !important;
    font-size: 16px;
    transition: color 0.2s ease;
}

.table-content .product-remove a:hover {
    color: #ef4444 !important;
}

/* Cart Page Totals Card */
.cart-page-total {
    background: #ffffff !important;
    border-radius: 20px !important;
    border: 1px solid #e2e8f0 !important;
    padding: 30px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02) !important;
    position: sticky !important;
    top: 30px !important;
    z-index: 10 !important;
}

.cart-page-total h2 {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    border-bottom: 2px solid #f1f5f9 !important;
    padding-bottom: 12px !important;
    margin-bottom: 20px !important;
}

.cart-page-total ul li {
    border-bottom: 1px solid #f1f5f9 !important;
    padding: 12px 0 !important;
    font-size: 14px !important;
    color: #475569 !important;
    font-weight: 600 !important;
}

.cart-page-total ul li span {
    font-weight: 800 !important;
    color: #0f172a !important;
}

.cart-page-total ul li:last-child span {
    color: #ff5e14 !important;
    font-size: 18px !important;
}

.cart-page-total a.tp-color-btn {
    background: #7c3aed !important;
    /* Premium Purple Checkout */
    border-radius: 12px !important;
    padding: 14px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.2) !important;
    transition: all 0.3s ease !important;
}

.cart-page-total a.tp-color-btn:hover {
    background: #6d28d9 !important;
    box-shadow: 0 6px 18px rgba(124, 58, 237, 0.3) !important;
    transform: translateY(-1px);
}

/* Premium Checkout Page Redesign */
.checkbox-form {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    margin-bottom: 30px;
}

.checkbox-form h3 {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    border-bottom: 2px solid #f1f5f9 !important;
    padding-bottom: 12px !important;
    margin-bottom: 24px !important;
}

.checkout-form-list label {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #475569 !important;
    margin-bottom: 8px !important;
}

.checkout-form-list input[type="text"],
.checkout-form-list input[type="password"],
.checkout-form-list input[type="email"],
.checkout-form-list select,
.checkout-form-list textarea {
    background: #f8fafc !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 10px !important;
    height: 46px !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    color: #0f172a !important;
    transition: all 0.3s ease !important;
}

.checkout-form-list input:focus,
.checkout-form-list select:focus,
.checkout-form-list textarea:focus {
    border-color: #7c3aed !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.1) !important;
}

/* Guest OTP Send / Verify Styling */
#checkout_send_otp_form button,
#checkout_verify_otp_form button {
    background: #7c3aed !important;
    /* Premium Purple Theme */
    color: #ffffff !important;
    font-weight: 700 !important;
    height: 46px !important;
    border-radius: 10px !important;
    padding: 10px 24px !important;
    font-size: 14px !important;
    border: none !important;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.2) !important;
    transition: all 0.3s ease !important;
}

#checkout_send_otp_form button:hover,
#checkout_verify_otp_form button:hover {
    background: #6d28d9 !important;
    box-shadow: 0 6px 18px rgba(124, 58, 237, 0.3) !important;
}

/* Your Order Summary Section on Checkout */
.your-order {
    background: #ffffff !important;
    border-radius: 20px !important;
    border: 1px solid #e2e8f0 !important;
    padding: 30px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02) !important;
    position: sticky !important;
    top: 30px !important;
    z-index: 10 !important;
}

.your-order h3 {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    border-bottom: 2px solid #f1f5f9 !important;
    padding-bottom: 12px !important;
    margin-bottom: 20px !important;
}

.your-order-table table {
    border-collapse: collapse !important;
    width: 100% !important;
}

.your-order-table th {
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    color: #475569 !important;
    padding: 12px 0 !important;
    border-bottom: 2px solid #f1f5f9 !important;
}

.your-order-table td {
    font-size: 14px !important;
    color: #475569 !important;
    padding: 14px 0 !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

.your-order-table tr.cart-subtotal th,
.your-order-table tr.order-total th {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
}

.your-order-table tr.order-total td span {
    font-weight: 800 !important;
    color: #ff5e14 !important;
    font-size: 18px !important;
}

.order-button-payment button,
.order-button-payment a {
    background: #7c3aed !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    height: 52px !important;
    line-height: 52px !important;
    text-align: center !important;
    padding: 0 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.2) !important;
    transition: all 0.3s ease !important;
}

.order-button-payment button:hover,
.order-button-payment a:hover {
    background: #6d28d9 !important;
    box-shadow: 0 6px 18px rgba(124, 58, 237, 0.3) !important;
}

/* Mobile Responsive Cart Card Style */
#cart_item_list .item_row {
    border: 1px solid #e2e8f0 !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    padding: 12px !important;
    margin-bottom: 12px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02) !important;
}

#cart_item_list .role_td {
    border: none !important;
    text-align: left !important;
    padding: 4px 8px !important;
}

#cart_item_list .header_container {
    display: none !important;
}

/* ===== Premium Coupon Card Redesign ===== */
.coupon-card-wrapper {
    background: linear-gradient(135deg, #faf5ff 0%, #f5f3ff 100%);
    border: 1.5px solid #ddd6fe;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.06);
}

.coupon-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s ease;
}

.coupon-card-header:hover {
    background: rgba(124, 58, 237, 0.04);
}

.coupon-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #7c3aed, #9333ea);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.3);
}

.coupon-card-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.coupon-card-title {
    font-size: 14px;
    font-weight: 800;
    color: #1e1b4b;
    line-height: 1.2;
}

.coupon-card-subtitle {
    font-size: 12px;
    color: #7c3aed;
    font-weight: 600;
}

.coupon-card-arrow {
    color: #7c3aed;
    transition: transform 0.3s ease;
}

.coupon-card-wrapper.open .coupon-card-arrow {
    transform: rotate(180deg);
}

.coupon-card-body {
    display: none;
    padding: 0 20px 20px;
}

.coupon-input-row {
    display: flex;
    gap: 10px;
    align-items: center;
}

.coupon-input-wrap {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
}

.coupon-input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    opacity: 0.5;
}

.coupon-input-wrap input {
    width: 100%;
    background: #ffffff !important;
    border: 1.5px solid #ddd6fe !important;
    border-radius: 10px !important;
    height: 46px !important;
    padding: 10px 16px 10px 40px !important;
    font-size: 14px !important;
    outline: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(124, 58, 237, 0.05) !important;
}

.coupon-input-wrap input:focus {
    border-color: #7c3aed !important;
    box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.1) !important;
}

.coupon-apply-btn {
    background: linear-gradient(135deg, #7c3aed, #9333ea) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    height: 46px !important;
    line-height: 46px !important;
    padding: 0 22px !important;
    font-size: 14px !important;
    border: none !important;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.3) !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.coupon-apply-btn:hover {
    background: linear-gradient(135deg, #6d28d9, #7c3aed) !important;
    box-shadow: 0 6px 18px rgba(124, 58, 237, 0.4) !important;
    transform: translateY(-1px);
    color: #ffffff !important;
}

/* State Dropdown Alignment Fix */
.state_select .nice-select {
    width: 100% !important;
    height: 46px !important;
    line-height: 35px !important;
    background: #f8fafc !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 10px !important;
    float: none !important;
    display: block !important;
}

.state_select .nice-select .current {
    font-size: 14px !important;
    color: #0f172a !important;
    font-weight: 600 !important;
}

.state_select .nice-select::after {
    right: 16px !important;
}

/* ===== Checkout Product Card List ===== */
.checkout-items-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1.5px solid #e2e8f0;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.checkout-items-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    background: #f8fafc;
    border-bottom: 1.5px solid #e2e8f0;
    font-size: 13px;
    font-weight: 800;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.checkout-items-body {
    padding: 10px 16px;
}

.checkout-product-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
    transition: background 0.2s ease;
}

.checkout-product-card:last-child {
    border-bottom: none;
}

.checkout-product-card:hover {
    background: #fafbff;
    border-radius: 10px;
}

.checkout-product-img {
    width: 54px;
    height: 54px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1.5px solid #f1f5f9;
    background: #f8fafc;
}

.checkout-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checkout-product-info {
    flex: 1;
    min-width: 0;
}

.checkout-product-name {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    text-decoration: none;
    white-space: normal;
    word-break: break-word;
    line-height: 1.3;
    margin-bottom: 3px;
    transition: color 0.2s ease;
}

.checkout-product-name:hover {
    color: #7c3aed;
}

.checkout-product-price {
    font-size: 13px;
    font-weight: 700;
    color: #ff5e14;
}

.checkout-product-unit {
    font-size: 11px;
    font-weight: 500;
    color: #94a3b8;
}

.checkout-unavailable-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    color: #ef4444;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 6px;
    padding: 2px 8px;
    margin-top: 4px;
}

.checkout-product-controls {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.checkout-qty-widget {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    height: 32px;
}

.checkout-qty-widget .cart-minus,
.checkout-qty-widget .cart-plus {
    width: 28px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    color: #475569;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
}

.checkout-qty-widget .cart-minus:hover,
.checkout-qty-widget .cart-plus:hover {
    background: #7c3aed;
    color: #ffffff;
}

.checkout-qty-widget input {
    width: 36px;
    height: 100%;
    border: none !important;
    background: transparent !important;
    text-align: center !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #1e293b;
    outline: none;
    padding: 0 !important;
}

.checkout-product-total {
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
    min-width: 60px;
    text-align: right;
}

.checkout-product-del {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    color: #cbd5e1;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    transition: all 0.2s ease;
    text-decoration: none;
}

.checkout-product-del:hover {
    background: #fef2f2;
    border-color: #fecaca;
    color: #ef4444;
}

/* Mobile responsive for checkout & cart items list */
@media (max-width: 768px) {
    .checkout-items-card {
        border-radius: 14px;
        margin-bottom: 16px;
    }

    .checkout-items-header {
        padding: 10px 14px;
        font-size: 12px;
    }

    .checkout-items-body {
        padding: 6px 12px;
    }

    .checkout-product-card {
        flex-wrap: wrap;
        gap: 8px;
        padding: 10px 0;
    }

    .checkout-product-img {
        width: 44px;
        height: 44px;
        border-radius: 8px;
    }

    .checkout-product-info {
        flex: 1 1 calc(100% - 60px);
        min-width: 0;
    }

    .checkout-product-name {
        white-space: normal;
        word-break: break-word;
        font-size: 12px;
        line-height: 1.3;
        margin-bottom: 2px;
    }

    .checkout-product-price {
        font-size: 12px;
    }

    .checkout-product-controls {
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin-top: 2px;
        padding-top: 6px;
        border-top: 1px dashed #f1f5f9;
    }

    .checkout-qty-widget {
        height: 28px;
    }

    .checkout-qty-widget .cart-minus,
    .checkout-qty-widget .cart-plus {
        width: 24px;
        height: 28px;
        font-size: 14px;
    }

    .checkout-qty-widget input {
        width: 30px;
        font-size: 12px !important;
    }

    .checkout-product-total {
        font-size: 13px;
        min-width: auto;
    }

    .checkout-product-del {
        width: 26px;
        height: 26px;
    }
}