@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Patua+One|Roboto+Condensed|Nunito:200,600|PT+Sans|Open+Sans:ital,wght@0,600;1,400|Roboto:wght@300;400;500|Poppins:200,300,400,500,600,700,800,900&display=swap');

@font-face {
    font-family: 'Saira';
    src: url('../fonts/Saira-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saira';
    src: url('../fonts/Saira-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saira';
    src: url('../fonts/Saira-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saira';
    src: url('../fonts/Saira-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Saira';
    src: url('../fonts/Saira-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Saira';
    src: url('../fonts/Saira-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --msc-theme-primary-color: #272727;
    --msc-theme-secondry-color: #424242;
    --msc-theme-red-dark-color: #ba0000;
    --msc-theme-red-light-color: #dc3545;
    --msc-theme-red-low-light-color: #f7040d;
    --msc-theme-green-light-color: #06be69;
    --msc-theme-teal-color: #20c997;
    --msc-theme-dark-teal-color: #069e70;
    --msc-theme-light-color: #ffffff;
    --msc-theme-low-light-color: #ececec;
    --msc-theme-dark-light-color: #b9b9b9;
    --msc-theme-cyan-color: #0dcaf0;
    --msc-theme-yellow-color: #ffc107;
    --msc-theme-orange-color: #ff930f;
    --msc-theme-logo-color: #0d2c6b;
    --msc-theme-light-gray-color: #767676;
    --msc-theme-dark-carret-color: #ff5d28;
    --msc-theme-dark-royal-blue-color: #2a2d95;
    --msc-theme-global-logo-light-color: #fffbf4;
    --msc-theme-peach-color: #f9cdac;
    --msc-theme-light-peach-color: #edddb1;
    --msc-theme-logo-green-color: #7fbc20;
    --msc-theme-transparent-color: rgba(0, 0, 0, 0);
    --msc-theme-font-family: 'Plus Jakarta Sans', sans-serif;
    --msc-theme-font-family-robot: 'Roboto', sans-serif;
    --msc-theme-font-family-PatuaOne: 'Patua One', sans-serif;
    --msc-theme-font-family-RobotoCondensed: 'Roboto Condensed', sans-serif;
    --msc-theme-font-family-Nunito: 'Nunito', sans-serif;
    --msc-theme-font-family-PTSans: 'PT Sans', sans-serif;
    --msc-theme-font-family-OpenSans: 'Open Sans', sans-serif;
    --msc-theme-font-family-Poppins: 'Poppins', sans-serif;
}

/* snow effect */
/*#msc-snow-effect-d1 {*/
/*    display: block;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    position: fixed;*/
/*    background-color: #00000003;*/
/*    background-image: url('../img/snow/snow.png'),url('../img/snow/snow1.png'),url(../img/snow/snow2.avif);*/
/*    background-repeat: repeat;*/
/*    z-index: 100000;*/
/*    pointer-events: none;*/
/*    -moz-animation: msc_snow_effect 10s linear infinite;*/
/*    -webkit-animation: msc_snow_effect 10s linear infinite;*/
/*    animation: msc_snow_effect 10s linear infinite;*/
/*}*/
/*@keyframes msc_snow_effect {*/
/*    0% {*/
/*        background-position: 0 0,0 0,0 0;*/
/*    }*/
/*    100% {*/
/*        background-position: 500px 3000px,0 400px,0 300px;*/
/*    }*/
/*}*/
/*#msc-top-navbar::before {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 70px;*/
/*    background-image: url(../img/snow/chris.png);*/
/*    background-size: auto;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    z-index: 10000;*/
/*    left: 0;*/
/*}*/
/*#msc-top-navbar {*/
/*    padding-top: 45px !important;*/
/*}*/
/* snow effect */
/* theme color blue hex code --- #081355 */
/* theme color red hex code --- #a80000 */
body,
html {
    font-family: var(--msc-theme-font-family);
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

/*Widget*/

.msc-bmi-submit {
    background: #424242 !important;
    color: #fff !important;
}

/*Widget END*/


/* top nav bar css */
#msc-top-navbar {
    position: relative;
    /* background-color: var(--msc-theme-global-logo-light-color); */
    background-color: var(--msc-theme-light-color);
    padding: 10px 5px;
}

.msc-navigation-bar {
    margin: 0;
    padding: 0;
}

.msc-navigation-bar li {
    display: inline-block;
}

.msc-header-bar {
    position: relative;
}

.msc-logo-placement {
    position: relative;
    text-align: center;
}

.msc-logo-placement img {
    width: 75%;
    /* filter: hue-rotate(193deg) invert(1); */
}

#msc-ec-bottom-nav-bar {
    padding: 10px 50px;
    background-color: var(--msc-theme-light-peach-color);
    color: var(--msc-theme-primary-color);
}

#msc-ec-bottom-nav-bar .col-md-4 {
    border-right: 1px solid var(--msc-theme-primary-color);
}

#msc-ec-bottom-nav-bar .col-md-4:last-child {
    border-right: none;
}

.msc-top-menu-bar-list {
    position: relative;
}

.msc-sub-menu {
    float: left;
    position: absolute;
    top: 100%;
    transform: translateY(20px);
    z-index: 99999;
    left: 1.1em;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, transform .3s ease;
    pointer-events: none;
    padding: 5px 0;
    border-top: 3px solid var(--msc-theme-dark-carret-color);
    background-color: var(--msc-theme-primary-color);
    transition: all .3s ease;
}

.msc-sub-menu a {
    display: block;
    min-width: 300px;
}

.msc-sub-menu .msc-sub-menu-list {
    width: 100%;
    color: var(--msc-theme-low-light-color);
    border-bottom: 1px solid var(--msc-theme-light-gray-color);
    padding: 10px 30px 10px 40px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.429;
    text-decoration: none;
    font-family: var(--msc-theme-font-family-OpenSans);
    transition: all .3s;
}

.msc-sub-menu .msc-sub-menu-list:hover {
    transform: translateX(5px);
}

.msc-sub-menu-list:last-child {
    border-bottom: none;
}

li.msc-top-menu-bar-list:hover>.msc-sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    margin-left: 0;
}

/* navbar css */
.msc-category-field {
    position: relative;
    line-height: 5.2;
}

.msc-toplist-menu {
    color: var(--msc-theme-logo-color);
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 15px;
}

.msc-toplist-menu:hover {
    color: var(--msc-theme-logo-color);
}

#msc-search-from {
    margin-top: 0px;
}

.msc-serach-top-bar {
    position: relative;
}

.msc-search-input {
    border-radius: 3px 3px 3px 3px;
    border-width: 1px;
    padding: 8px 25px 8px;
    padding-right: 55px;
    transform: skewX(-10deg);
    outline-offset: 3px;
    width: 100%;
}

.msc-search-input:focus-visible {
    outline: 2px solid var(--msc-theme-logo-color);
}

.msc-serach-btn {
    line-height: 0;
    width: 55px;
    height: 100%;
    position: absolute;
    right: -7px;
    top: 0;
    z-index: 3;
    background: 0 0;
    border: none;
    padding: 0;
    clip-path: none;
}

.msc-right-top-button {
    position: relative;
    text-align: center;
    margin-top: 0%;
}

.msc-top-side-link {
    position: relative;
    color: var(--msc-theme-light-color);
    text-decoration: none;
    padding: 5px;
    font-size: 13px;
}

.msc-badge {
    position: absolute !important;
    left: 0;
    top: 23px;
    border: 3px solid var(--msc-theme-transparent-color);
    width: 21px;
    text-align: center;
    border-radius: 50%;
    font-size: x-small;
    background-color: var(--msc-theme-yellow-color);
    color: var(--msc-theme-primary-color);
}

.msc-badge.msc-wishlist {
    position: relative;
}

.msc-badge.msc-cart {
    left: 17px;
    top: 20px;
    border: 3px solid var(--msc-theme-transparent-color);
}

.msc-top-side-link:hover {
    color: var(--msc-theme-dark-royal-blue-color);
}

.msc-a-wishlist,
.msc-a-shopping-cart {
    font-size: 18px;
    color: var(--msc-theme-dark-royal-blue-color);
}

/* navbar css */
/* slider css */
#msc-slider {
    position: relative;
}

.msc-slider-bg-item {
    background-position: top left !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    height: 550px;
    background-blend-mode: overlay;
    width: 100%;
    margin-left: 0px;
}

.msc-slider-title {
    text-align: center;
    font-size: 3em;
    font-family: var(--msc-theme-font-family-PatuaOne);
}

.msc-slider-title span {
    background-color: #ebebeb20;
    border: 1px solid #ccc;
    color: var(--msc-theme-low-light-color);
    display: inline-block;
    margin-top: 9%;
    padding: 10px 20px;
    border-radius: 20px 0 20px 0;
    transform: skewX(-10deg);
}

.msc-slider-shop-btn {
    text-decoration: none;
    display: block;
    text-align: center;
}

.msc-slider-shop-btn .btn {
    font-size: 25px !important;
    color: var(--msc-theme-low-light-color);
    border: 1px solid var(--msc-theme-low-light-color);
    margin-top: 20px;
}

#msc-slider .owl-item.active .msc-slider-title span {
    transform: skewX(-10deg);
    animation: fadeInDown ease 1s both;
}

#msc-slider .owl-item.active .msc-slider-shop-btn .btn {
    animation: fadeInUp ease 1s 1s both;
}

/* #msc-slider .owl-prev, #msc-slider .owl-next{
    position: absolute;
    margin-top: 10%;
    font-size: 2em;
    color: #fff;
}

#msc-slider .owl-prev{
    left: 2%;
}

#msc-slider .owl-next{
    right: 2%;
} */

/* slider css */
/* cart preview css */
.msc-cart-preview-section {
    position: fixed;
    top: 0;
    right: -351px;
    z-index: 9999;
    height: 100vh;
    width: 350px;
    background: var(--msc-theme-light-color);
    box-shadow: inset 0 0 3px #ccc;
    transition: all .3s ease;
    overflow-y: scroll;
}

.msc-cart-preview-section::-webkit-scrollbar {
    width: 0 !important;
}

.msc-cart-preview-section.active {
    right: 0;
}

.msc-cart-preview-box {
    color: var(--msc-theme-primary-color);
}

.msc-cart-preview-header {
    padding: 20px;
    border-bottom: 1px solid var(--msc-theme-low-light-color);
}

.msc-cart-preview-header h5 {
    margin-bottom: 0;
    position: relative;
}

.msc-bag-close-btn {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: all .3s ease;
    z-index: 99999;
}

.msc-bag-close-btn:hover {
    transform: rotateZ(180deg);
    color: var(--msc-theme-red-light-color);
    font-weight: 800;
}

.msc-cart-preview-body {
    padding: 20px;
}

/* .msc-cart-preview-footer {
    padding: 20px;
    border-top: 1px solid var(--msc-theme-low-light-color);
    position: absolute;
    width: 100%;
    bottom: 0;
} */
.msc-cart-preview-footer {
    padding: 20px;
    border-top: 1px solid var(--msc-theme-low-light-color);
    width: 100%;
    bottom: 0;
    background: #fff;
    position: sticky;
}

.msc-cart-preview-footer .msc-view-cart-btn {
    transform: skewX(-10deg);
    background-color: var(--msc-theme-low-light-color);
    display: block;
    border-radius: 0;
    margin-top: 10px;
    height: 45px;
    line-height: 30px;
    outline: none;
}

.msc-view-cart-btn:focus-within,
.msc-checkout-btn:focus-within {
    outline: none;
    box-shadow: none;
}

.msc-cart-preview-footer .msc-checkout-btn {
    transform: skewX(-10deg);
    background-color: var(--msc-theme-logo-color);
    display: block;
    border-radius: 0;
    margin-top: 5px;
    height: 45px;
    line-height: 30px;
    color: var(--msc-theme-low-light-color);
}

.msc-inn-text {
    transform: skewX(0deg);
}

.msc-sub-total {
    font-size: 20px;
    text-align: right;
    display: flex;
    justify-content: space-between;
}

.msc-cart-body-content span {
    color: var(--msc-theme-secondry-color);
    font-weight: 600;
    font-size: 1.1em;
}

.msc-side-cart-image img {
    width: 100%;
}

.msc-side-cart-product-name span {
    font-size: .8em !important;
    color: var(--msc-theme-light-gray-color);
}

.msc-side-cart-product {
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
}

.msc-side-cart-product:last-child {
    border-bottom: none;
}

.msc-side-cart-product-name h5 {
    font-size: .95em !important;
    font-family: var(--msc-theme-font-family-PatuaOne);
    margin-bottom: 0;
}

.msc-side-cart-remove-product {
    text-decoration: none;
    color: var(--msc-theme-red-low-light-color);
    font-family: var(--msc-theme-font-family-Nunito);
    font-weight: 800;
}

/* cart preview css */
/* Shop By Goal Category */
.msc-heading-font-style {
    font-family: var(--msc-theme-font-family-PatuaOne);
    font-size: 2.2em;
    text-transform: uppercase;
}

.msc-heading-font-style-2 {
    font-family: var(--msc-theme-font-family-PatuaOne);
    font-size: 1.8em;
    text-transform: uppercase;
}

.msc-heading-font-style::after {
    content: " >";
    color: var(--msc-theme-logo-color);
}

.msc-heading-font-style-2::after {
    content: " >";
    color: var(--msc-theme-logo-color);
}

.msc-heading-font-style::before {
    content: "< ";
    color: var(--msc-theme-logo-color);
}

.msc-heading-font-style-3 {
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    font-size: 1.2em;
    text-transform: uppercase;
}

.msc-heading-font-style-3::after {
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px solid #ccc;
    position: absolute;
    width: 71%;
    margin-top: -11px;
    margin-left: 14%;
}

#msc-shop-by-goal {
    position: relative;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 60px;
}

#msc-shop-by-goal::after {
    content: "";
    position: absolute;
    background-image: url(../images/vectors/h1-leaf.png);
    background-repeat: no-repeat;
    bottom: -0px;
    background-size: contain;
    height: 150px;
    width: 500px;
}

#msc-shop-by-goal::before {
    content: "";
    position: absolute;
    background-image: url(../images/vectors/h1-leaf.png);
    background-repeat: no-repeat;
    top: 0;
    right: 0px;
    background-size: contain;
    height: 150px;
    width: 500px;
    transform: rotate(180deg);
}

.msc-shop-goal-figure {
    width: 100%;
    margin: 50px 0;
    transition: 0.3s;
    margin-top: 25px;
}

.msc-shop-goal-figure:hover .msc-shop-goal-img img {
    transform: scale(1.1);
}

.msc-shop-goal-img {
    overflow: hidden;
    margin-bottom: 20px;
    height: 450px;
    width: 100%;
}

.msc-shop-goal-img img {
    width: 100%;
    transition: 0.3s;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.msc-shop-goal-content {
    text-align: center;
}

.msc-shop-goal-content h3 {
    font-family: var(--msc-theme-font-family-PatuaOne);
}

.msc-shop-goal-content .msc-shop-goal-btn a {
    font-family: var(--msc-theme-font-family-robot);
    border: 2px solid var(--msc-theme-logo-color);
    transition: .3s;
    padding: 7px 18px;
    margin-top: 6px;
    border-radius: 0 !important;
    transform: skewX(-10deg);
}

.msc-shop-goal-content .msc-shop-goal-btn a:hover {
    border: 2px solid transparent;
    /* background-color: var(--msc-theme-logo-color); */
    background-color: var(--msc-theme-logo-green-color);
    color: var(--msc-theme-light-color);
    transform: skewX(0deg);
}

/* Shop By Goal Category */
/* shop by latest product */
#msc-latest-product {
    position: relative;
    padding-bottom: 90px;
    padding-top: 60px;
    /* border-bottom: 1px solid #ccc; */
}

#msc-latest-product::after {
    content: "";
    position: absolute;
    background-image: url(../images/vectors/banner_shape02.png);
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    width: 150px;
}

#msc-latest-product::before {
    content: "";
    position: absolute;
    background-image: url(../images/vectors/banner_shape01.png);
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    width: 120px;
}

.msc-vector-leaf {
    position: absolute;
    right: 10rem;
    bottom: 0;
}

.msc-vector-leaf img {
    height: 150px;
    filter: blur(6px);
    width: 150px;
    object-fit: contain;
}

.msc-product-block {
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
    background-color: #f4f4f4;
    margin: 20px 0;
    cursor: pointer;
}

.msc-product-transition {
    position: relative;
}

.msc-product-image {
    /* padding: 35px 0 0; */
    background: #fff;
    border: 1px solid var(--msc-theme-low-light-color);
    border-bottom: none;
}

.msc-product-image img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.msc-product-caption-details {
    background-color: #e1e8ff;
    padding: 13px 30px 25px;
}

.msc-category-name-in {
    font-size: 14px;
    line-height: 1.8333333333;
    margin-bottom: 4px;
    /* text-decoration-line: underline; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: var(--msc-theme-font-family-PatuaOne);
}

.msc-category-name-in a {
    color: var(--msc-theme-light-gray-color);
}

.msc-product-title-thumbs {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5714285714;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    max-height: 52px;
}

.msc-product-title-thumbs a {
    color: var(--msc-theme-secondry-color);
    text-decoration: none;
}

.msc-thumb-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.375;
    color: var(--msc-theme-secondry-color);
}

.msc-product-caption-details a[class*=msc_product_type_] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -56px;
    font-size: 13px;
    line-height: 2.1818181818;
    font-weight: 600;
    border-radius: 0;
    border: none;
    padding: 15px 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    /* background-color: var(--msc-theme-primary-color); */
    background-color: #051944;
    transition: all .3s ease;
    clip-path: none;
    opacity: 1;
    text-decoration: none;
}

.msc-product-block:hover .msc-product-caption-details a[class*=msc_product_type_] {
    bottom: 0;
}

.msc-latest-product-carsouel .owl-nav button.owl-next,
.msc-latest-product-carsouel .owl-nav button.owl-prev,
.msc-stack-product-carsouel .owl-nav button.owl-next,
.msc-stack-product-carsouel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    position: absolute;
    right: 0;
    top: -54px;
    font-size: xx-large !important;
}

.msc-latest-product-carsouel .owl-nav [class*=owl-]:hover,
.msc-stack-product-carsouel .owl-nav [class*=owl-]:hover {
    background: var(--msc-theme-transparent-color) !important;
    color: #2196f3 !important;
    text-decoration: none;
}

.msc-latest-product-carsouel .owl-nav button.owl-prev,
.msc-stack-product-carsouel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    position: absolute;
    right: 50px;
    top: -54px;
    font-size: xx-large !important;
}

.msc-off-price {
    color: var(--msc-theme-red-low-light-color);
    font-weight: 600;
}

.msc-delete {
    text-decoration: line-through;
    font-size: .8em !important;
}

/* shop by latest product */
/* shop by deal offer */
#msc-deal-offer {
    position: relative;
    background-attachment: scroll !important;
    background-size: cover !important;
    min-height: 250px;
    background-blend-mode: soft-light;
    margin-top: -10px;
    margin-bottom: 20px;
    padding: 80px 0;
    margin: 20px 0px;
}

.msc-marketing-images {
    position: relative;
}

.msc-leaf-bowl-left {
    position: absolute;
    left: -1rem;
    top: -1.5rem;
}

.msc-leaf-bowl-left img {
    height: 150px;
    width: 150px;
}

.msc-leaf-bowl-right {
    position: absolute;
    right: -1rem;
    top: -1.5rem;
}

.msc-leaf-bowl-right img {
    height: 150px;
    width: 150px;
}

#msc-deal-offer::after {
    content: "";
    position: absolute;
    background-image: url(../images/vectors/features_shape01.png);
    top: -2rem;
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
}

#msc-deal-offer::before {
    content: "";
    position: absolute;
    background-image: url(../images/vectors/features_shape02.png);
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    bottom: -2rem;
    /* background-color: red; */
}

.msc-deal-content {
    text-align: center;
    margin-top: 20px;
}

.msc-deal-content h2 {
    font-family: var(--msc-theme-font-family-PatuaOne);
    font-size: 2em;
    color: var(--msc-theme-light-color);
}

.msc-deal-content p {
    font-family: var(--msc-theme-font-family-PatuaOne);
    font-size: 4em;
    color: var(--msc-theme-light-color);
}

.msc-view-deals-btn {
    text-align: center;
}

.msc-view-deals-btn a.msc-a-bottom-line {
    background: #e3ffc8;
    padding: 13px 33px;
    border-radius: 28px;
    color: #0b783c;
    font-weight: 600;
    outline: 2px dashed #0b783c;
    outline-offset: -4px;
}

.msc-product-block-list {
    position: relative;
    background-color: var(--msc-theme-light-color);
    cursor: pointer;
    margin-bottom: 20px;
}

.msc-product-list-img {
    background: var(--msc-theme-low-light-color);
}

.msc-product-list-img img {
    width: 100%;
}

.msc-product-list-content {
    padding: 15px 15px 15px 0;
}

.msc-product-list-content h3 {
    font-family: var(--msc-theme-font-family-PatuaOne);
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--msc-theme-secondry-color);
}

.msc-amount-deal {
    font-family: var(--msc-theme-font-family-RobotoCondensed);
}

/* shop by deal offer */
/* shop by stack */
#msc-shop-by-stack {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 60px 0px;
    padding-top: 80px;
}

.msc-stack-list {
    background: url(../images/vectors/wellness-banner.png);
    /* background-blend-mode: overlay; */
    background-position: center;
    background-size: cover;
    padding: 50px 10px;
    background-repeat: no-repeat;
    height: 375px;
    border-bottom: 2px solid var(--msc-theme-red-low-light-color);
}

.msc-stack-list li.msc-stack-list-li,
.msc-stack-list-li-anchor {
    list-style: none;
    padding: 3px 0;
}

.msc-stack-list-li-anchor a {
    display: block;
    padding-top: 40px;
    text-decoration: overline;
    text-decoration-color: var(--msc-theme-red-low-light-color);
    color: var(--msc-theme-low-light-color);
    font-family: var(--msc-theme-font-family-RobotoCondensed);
}

.msc-stack-list li.msc-stack-list-li a {
    color: var(--msc-theme-low-light-color);
    text-decoration: none;
    font-family: var(--msc-theme-font-family-robot);
    font-size: .9em;
}

#msc-shop-by-stack .msc-product-block {
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
    background-color: #dadada !important;
    margin: 0px 0;
    cursor: pointer;
}

#msc-shop-by-stack .msc-product-caption-details a[class*=msc_product_type_] {
    background-color: var(--msc-theme-red-low-light-color);
}

/* shop by stack */
/* ad section css */
#msc-ad-section {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
    margin-top: 40px;
}

.msc-col-2-ad {
    background-size: 100% !important;
    background-repeat: no-repeat;
    background-blend-mode: overlay !important;
    padding: 60px;
}

.msc-col-2-ad h3 {
    font-size: 2em;
    width: 275px;
    font-family: var(--msc-theme-font-family-PatuaOne);
    color: var(--msc-theme-primary-color);
}

.msc-col-2-ad span {
    display: block;
    color: var(--msc-theme-red-low-light-color);
    font-family: var(--msc-theme-font-family-robot);
    font-size: 1em;
    font-weight: 600;
}

.msc-ad-btn {
    border-radius: 0;
    background-color: var(--msc-theme-light-color);
    transform: skewX(-10deg);
    margin-top: 10px;
    overflow: hidden;
    border: none;
}

.msc-ad-btn::before {
    content: "";
    width: 10px;
    z-index: -1;
    height: 10px;
    position: absolute;
    background-color: var(--msc-theme-red-low-light-color);
    left: -15px;
    top: -25px;
    transition: .5s;
    border-radius: 50%;
}

.msc-ad-btn:hover::before {
    width: 250px;
    height: 90px;
}

.msc-ad-btn:hover {
    color: var(--msc-theme-light-color);
}

/* ad section css */
/* shop by category */
#msc-shop-by-category {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

#msc-shop-by-category::after {
    content: "";
    position: absolute;
    background-image: url(../images/vectors/banner_shape01.png);
    bottom: calc(100% - 50%);
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 250px;
    width: 200px;
}

#msc-shop-by-category::before {
    content: "";
    position: absolute;
    background-image: url(../images/vectors/about-png-4.png);
    top: calc(100% - 50%);
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 250px;
    width: 200px;
}

.msc-category-buy {
    position: relative;
    margin-top: 40px;
}

.msc-category-buy-cover {
    height: 450px;
    background-blend-mode: overlay !important;
    background-size: cover !important;
    transition: all 0.4s ease;
    text-align: center;
    background-position: center !important;
    border-radius: 10px;
}

.msc-category-buy-cover h3 {
    font-family: var(--msc-theme-font-family-PatuaOne);
    color: var(--msc-theme-low-light-color);
    font-size: 2.3em;
    text-align: center;
    padding-top: 50%;
}

/* shop by category */
/* happy clients */
#msc-happy-cutomer {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

#msc-happy-cutomer .msc-heading-font-style-2 {
    text-align: right !important;
}

#msc-happy-cutomer .msc-heading-font-style-2::before {
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px solid #ccc;
    position: absolute;
    width: 67%;
    margin-top: 18px;
}

.msc-client-testomonial {
    position: relative;
    margin-top: 20px;
}

.msc-testomonial-outer {
    padding: 20px;
}

.msc-client-name h4 {
    font-family: var(--msc-theme-font-family-PatuaOne);
    color: var(--msc-theme-secondry-color);
    font-size: 1.1em;
}

.msc-client-profile {
    color: var(--msc-theme-light-gray-color);
    font-family: var(--msc-theme-font-family-robot);
    font-size: .7em;
    font-weight: 600;
    display: block;
}

.msc-client-profile::before {
    content: "--- ";
}

.msc-client-rating i {
    color: var(--msc-theme-orange-color);
    font-size: 1.1em;
}

.msc-client-says-deccription {
    font-family: var(--msc-theme-font-family-robot);
    font-size: 15px;
    color: var(--msc-theme-secondry-color);
}

/* happy clients */
/* footer code */
#msc-footer {
    position: relative;
    padding: 50px 0 0;
    background-color: var(--msc-theme-primary-color);
    border-top: 1px solid #5e5e5e;
}

.msc-footer-barnding {
    position: relative;
}

.msc-footer-barnding img {
    width: 80%;
    padding: 50px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-top: 0px;
}

.msc-footer-branding-main {
    color: var(--msc-theme-dark-light-color);
    font-size: .9em;
}

.msc-border-right-dark {
    border-right: 1px solid #5e5e5e;
}

.msc-footer-menu-heading h4 {
    font-family: var(--msc-theme-font-family-PatuaOne);
    color: var(--msc-theme-low-light-color);
    font-size: 1.4em;
}

.msc-footer-menu-list a {
    display: block;
    color: var(--msc-theme-dark-light-color);
    font-size: .9em;
    font-family: var(--msc-theme-font-family-robot);
    padding-bottom: 10px;
    text-decoration: none;
}

.msc-top-footer-section {
    padding-bottom: 20px;
}

.msc-bottom-menu {
    border-top: 1px solid #5e5e5e;
    border-bottom: 1px solid #5e5e5e;
    text-align: center;
}

.msc-help-line-no span,
.msc-social-icon span,
.msc-payment-icon span,
#msc-accept-payment span {
    display: block;
    color: var(--msc-theme-dark-light-color);
    font-family: var(--msc-theme-font-family-PatuaOne);
}

.msc-social-icon a {
    display: inline-block;
    padding: 10px 10px 0 10px;
    color: var(--msc-theme-dark-light-color);
    text-decoration: none;
}

.msc-payment-icon a {
    display: inline-block;
    color: var(--msc-theme-cyan-color);
    font-family: var(--msc-theme-font-family-robot);
    text-decoration: none;
    font-size: .9em;
    /* margin: 10px 0 0; */
    padding: 5px 10px;
    /* border: 1px solid; */
    /* border-color: var(--msc-theme-dark-light-color); */
    /* border-radius: 20px; */
}

/* .msc-payment-icon a{
    display: inline-block;
    color: var(--msc-theme-low-light-color);
    font-family: var(--msc-theme-font-family-robot);
    text-decoration: none;
    font-size: .9em;
    margin: 10px 0 0;
    padding: 5px 10px;
    border: 1px solid;
    border-color: var(--msc-theme-dark-light-color);
    border-radius: 20px;
} */

#msc-accept-payment {
    text-align: center;
    padding: 20px 0;
    background-color: var(--msc-theme-low-light-color);
}

#msc-subscriber-block {
    text-align: center;
    padding: 30px 0;
    background-color: var(--msc-theme-primary-color);
}

#msc-subscriber-block .msc-serach-btn {
    background: #ff5722;
    color: #fff;
    transform: skewX(-10deg);
}

#msc-accept-payment img {
    width: 500px
}

#msc-accept-payment span {
    color: var(--msc-theme-secondry-color);
}

.msc-help-line-no h3 a,
.msc-social-icon span,
.msc-payment-icon span {
    display: block;
    color: var(--msc-theme-low-light-color);
    font-family: var(--msc-theme-font-family-PatuaOne);
    text-decoration: none;
}

.msc-help-line-no h3 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 1.3em;
}

.msc-developer-mode {
    padding: 20px;
}

.msc-developer-mode p {
    margin-bottom: 0;
    color: var(--msc-theme-low-light-color);
    font-family: var(--msc-theme-font-family-robot);
}

.msc-developer-mode p a {
    text-decoration: none;
    color: var(--msc-theme-low-light-color);
}

.msc-developer-mode p i {
    text-decoration: none;
    color: var(--msc-theme-red-low-light-color);
}

/* footer code */
/* breadcrumb css */

.msc-ec-breadcrumb {
    margin-bottom: 0;
    line-height: 1.4285714286;
    color: var(--msc-theme-primary-color);
}

.msc-ec-breadcrumb {
    color: var(--msc-theme-primary-color);
    text-align: left;
    font-family: var(--msc-theme-font-family-PTSans);
}

.msc-ec-breadcrumb a {
    color: var(--msc-theme-dark-light-color);
    text-decoration: none;
    font-family: var(--msc-theme-font-family-robot);
    font-size: 15px;
}

.msc-ec-breadcrumb>a:not(:hover) {
    color: #999;
}

.msc-ec-breadcrumb i {
    font-size: 10px;
    color: var(--msc-theme-secondry-color);
    margin: 0 10px;
}

/* breadcrumb css */
/* main product page */
#msc-main-product-page {
    position: relative;
    padding: 30px 0;
}

.msc-product-img-and-side-text {
    margin-top: 40px;
}

.msc-main-image-block {
    /* background-color: var(--msc-theme-low-light-color); */
    margin-bottom: 20px;
    position: relative;
}

.msc-main-image-block img {
    width: 100%;
    padding: 20px;
}

.msc-other-image-block img {
    border: 1px solid var(--msc-theme-dark-light-color);
    padding: 10px;
}

.msc-product-information-block .msc_quantity {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    width: 156px;
    height: 48px;
    margin-bottom: 10px;
    border-radius: 0;
    margin-right: 15px;
    border-bottom: 1px solid #000;
    font-size: 16px;
    font-weight: 500;
}

.msc-product-information-block .msc_quantity button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    text-align: center;
    z-index: 9;
    top: 0;
    bottom: 0;
    border: none;
    width: 30%;
    height: 48px;
    border-radius: 0;
    color: #000;
    background-color: #fff;
}

.msc-product-information-block input[type=number],
.msc-product-information-block .msc-input-text {
    padding: .93em 1.25em;
    background-color: var(--background);
    border-width: 1px;
    border-style: solid;
    border-color: var(--border);
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 5px;
    outline: 0;
    transition: all ease-in-out .3s;
}

.msc-product-information-block .msc_quantity .msc-qty {
    width: 4.235801032em;
    text-align: center;
    padding: 10px 0;
    border: none;
    -moz-appearance: textfield;
    appearance: textfield;
    text-align: center;
    color: #000;
    flex: 1;
}

.msc-addcart .msc-ad-btn,
.msc-buy-now .msc-ad-btn {
    width: 100%;
    height: 50px;
    outline: none;
}

.msc-addcart .msc-ad-btn {
    background-color: var(--msc-theme-secondry-color);
    color: var(--msc-theme-low-light-color);
}

.msc-buy-now .msc-ad-btn {
    background-color: var(--msc-theme-low-light-color);
    color: var(--msc-theme-primary-color);
}

.msc-addcart .msc-ad-btn::before {
    background-color: var(--msc-theme-yellow-color) !important;
}

.msc-buy-now .msc-ad-btn::before {
    background-color: var(--msc-theme-yellow-color) !important;
}

.msc-addcart .msc-ad-btn::before,
.msc-buy-now .msc-ad-btn::before {
    content: "";
    width: 10px;
    z-index: -1;
    height: 10px;
    position: absolute;
    background-color: var(--msc-theme-red-low-light-color);
    left: -52px;
    top: -25px;
    transition: .5s;
    border-radius: 50%;
}

.msc-addcart .msc-ad-btn:hover::before,
.msc-buy-now .msc-ad-btn:hover::before {
    width: 409px;
    height: 133px;
}

.msc-wish-list {
    position: absolute;
    right: 75px;
    font-size: 1.4em;
    color: var(--msc-theme-red-low-light-color);
    cursor: pointer;
    opacity: .5;
    transition: .3s;
}

.msc-wish-list.added {
    color: var(--msc-theme-light-gray-color);
}

.msc-wish-list.notadded {
    color: var(--msc-theme-red-low-light-color);
}

.msc-wish-list:hover {
    transform: scale(1.1);
    opacity: .8;
}

.msc-stock-status {
    font-size: .75em;
    background: #1acb22b3;
    color: #fff;
    padding: 2px 9px 3px;
    border-radius: 4px;
}

.msc-stock-status.msc-out-stock {
    background: var(--msc-theme-red-low-light-color);
}

.msc-stock-status.msc-upcoming-stock {
    background: var(--msc-theme-yellow-color);
    color: var(--msc-theme-secondry-color) !important;
}

.msc-product-information-block h1 {
    font-family: var(--msc-theme-font-family-PatuaOne);
    font-size: 1.8em;
    margin-top: 10px;
    margin-bottom: 20px;
}

.msc-review-brand-model .msc-product-rating-view {
    font-size: .75em;
}

.msc-review-brand-model .msc-product-brand-name {
    font-size: .95em;
    color: var(--msc-theme-secondry-color);
    font-family: var(--msc-theme-font-family-RobotoCondensed);
}

.msc-review-brand-model .msc-model-no {
    font-size: .95em;
    color: var(--msc-theme-secondry-color);
    font-family: var(--msc-theme-font-family-RobotoCondensed);
}

.msc-review-brand-model .msc-product-rating-view .msc-star-color-1 {
    color: var(--msc-theme-yellow-color);
}

.msc-review-brand-model .msc-product-rating-view .msc-star-color-0 {
    color: var(--msc-theme-light-gray-color);
}

.msc-short-description {
    font-size: 15px;
    color: var(--msc-theme-light-gray-color);
    margin-top: 5px;
}

.msc-product-price {
    position: relative;
}

.msc-mrp-price {
    color: var(--msc-theme-primary-color);
    font-size: 1.4em;
}

.msc-mrp-price.msc-delete-mrp {
    text-decoration: line-through;
    font-size: 1.25em;
    color: var(--msc-theme-light-gray-color);
}

.msc-selling-price {
    font-size: 1.8em;
    color: var(--msc-theme-red-low-light-color);
}

.msc-selling-price.msc-not-price {
    display: none;
}

.msc-discount-percentage {
    position: absolute;
    background: url(../img/offer-badge.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 78px;
    height: 38px;
    text-align: center;
    padding-top: 3px;
    font-size: 14px;
    color: var(--msc-theme-light-color);
}

.msc-discount-percentage.msc-not-descount {
    display: none;
}

.msc-selected-size {
    font-family: var(--msc-theme-font-family-robot);
    font-weight: 600;
    color: var(--msc-theme-primary-color);
    font-size: .95em;
}

.msc-other-sizes-avil span {
    font-weight: 500;
    font-family: var(--msc-theme-font-family-robot);
    font-size: .85em;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
    cursor: pointer;
}

.msc-other-sizes-avil span.active {
    background-color: var(--msc-theme-logo-color);
    color: var(--msc-theme-low-light-color);
    border-color: var(--msc-theme-logo-color);
}

.msc-flavor-option {
    position: relative;
}

.msc-selected-flavor {
    font-family: var(--msc-theme-font-family-robot);
    font-weight: 600;
    color: var(--msc-theme-primary-color);
    font-size: .95em;
    margin-top: 10px;
}

.msc-other-flavor-avil span {
    font-weight: 500;
    font-family: var(--msc-theme-font-family-robot);
    font-size: .85em;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
    cursor: pointer;
}

.msc-other-flavor-avil span.active {
    background-color: var(--msc-theme-yellow-color);
    color: var(--msc-theme-secondry-color);
    border-color: var(--msc-theme-yellow-color);
}

.msc-category-name a {
    margin-top: 10px;
    font-size: .95em;
    color: var(--msc-theme-light-gray-color);
    text-decoration: none;
    display: block;
    margin-top: 10px;
}

.msc-tags-name .msc-tag-list {
    color: var(--msc-theme-secondry-color);
    font-size: .85em;
    font-family: var(--msc-theme-font-family-robot);
    display: inline-block;
    margin-right: 5px;
    border: 1px solid var(--msc-theme-low-light-color);
    padding: 3px 6px;
    border-radius: 6px;
    background-color: var(--msc-theme-low-light-color);
    margin-top: 10px;
}

.msc-add-to-cart-btn {
    margin: 15px 0;
}

.msc-product-rating {
    padding-bottom: 50px;
}

.msc-rating-form {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.msc-rating-stars .fa-star {
    color: var(--msc-theme-dark-light-color);
    font-size: 23px;
    margin-bottom: 10px;
    letter-spacing: 5px;
}

.msc-comment-group {
    margin-top: 10px;
}

.msc-review-btn {
    font-family: var(--msc-theme-font-family-RobotoCondensed);
}

.msc-cutomer-review-preview {
    margin-top: 20px;
}

.msc-review-box {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.msc-review-box:last-child {
    border-bottom: none;
}

.msc-client-name {
    font-family: var(--msc-theme-font-family-PatuaOne);
    color: var(--msc-theme-secondry-color);
    font-size: 1.1em;
}

.msc-review-box .msc-client-name::after {
    content: "";
    background: url("../img/check-mark.png");
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    margin-top: 3px;
    margin-left: 3px;
}

.msc-client-feedback {
    color: var(--msc-theme-secondry-color);
    font-family: var(--msc-theme-font-family-robot);
}

.msc-client-rating-view .msc-star-color-1 {
    color: var(--msc-theme-yellow-color);
}

.msc-client-rating-view .msc-star-color-0 {
    color: var(--msc-theme-dark-light-color);
}

.msc-time-ago {
    color: var(--msc-theme-light-gray-color);
    font-size: .75em;
    font-family: var(--msc-theme-font-family-Nunito);
    font-weight: 600;
}

/* main product page */
/* login/sginup page css */
#msc-login-page {
    position: relative;
    padding: 30px 0;
}

#msc-sign-up-page {
    position: relative;
    padding: 30px 0;
}

.msc-login-box {
    margin: 50px 0;
}

.msc-login-box h2 {
    font-family: var(--msc-theme-font-family-PatuaOne);
}

.msc-login-box label {
    font-family: var(--msc-theme-font-family-robot);
}

.msc-custom-input {
    height: 45px;
    border-radius: 0;
    outline: none;
    border-color: var(--msc-theme-secondry-color);
}

.msc-custom-input:focus {
    box-shadow: inset 0 0 3px #ccc;
    outline: none;
    border-color: var(--msc-theme-light-gray-color);
}

.msc-login-register {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    color: var(--msc-theme-logo-color);
}

.msc-login-btn {
    width: 100%;
    border-radius: 0;
    transform: skewX(-10deg);
    margin-top: 10px;
}

.msc-hint-light {
    color: var(--msc-theme-light-gray-color);
    font-size: .95em;
}

.msc-hint-danger {
    color: var(--msc-theme-red-light-color);
    font-size: .95em;
}

.msc-hint-success {
    color: var(--msc-theme-green-light-color);
    font-size: .95em;
}

.msc-hint-warning {
    color: var(--msc-theme-yellow-color);
    font-size: .95em;
}

.msc-hint-dark {
    color: var(--msc-theme-secondry-color);
    font-size: .95em;
}

.msc-lost-password-link {
    color: var(--msc-theme-red-dark-color);
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    font-size: 1em;
    text-decoration: none;
}

.msc-create-acount-link {
    color: var(--msc-theme-secondry-color);
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    font-size: 1.1em;
    text-decoration: none;
}

.msc-password-group {
    position: relative;
}

.msc-show-password {
    position: absolute;
    right: 10px;
    z-index: 123;
    margin-top: -32px;
    cursor: pointer;
}

.msc-hide-password-overline.hide-line {
    z-index: -1;
}

.msc-hide-password-overline {
    position: absolute;
    right: 10px;
    z-index: 1234;
    margin-top: -24px;
    width: 16px;
    border-top: 2px solid var(--msc-theme-light-gray-color);
    transform: rotateZ(322deg);
    transition: 0.3s ease;
    cursor: pointer;
}

.msc-password-show-hide {
    z-index: 12345;
    cursor: pointer;
    position: absolute;
    right: 8px;
    height: 16px;
    width: 20px;
    background: #00000000;
    margin-top: -32px;
}

.msc-password-show-hide.hide-line {
    z-index: -1;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

#msc-login-page .form-control[readonly],
#msc-sign-up-page .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

.msc-otp-box {
    text-align: center;
    padding: 10px 10px;
    height: 55px;
    width: 60px;
    border-radius: 4px;
    border: 1px solid var(--msc-theme-light-gray-color);
    font-size: 2em;
    font-family: var(--msc-theme-font-family-robot);
    color: var(--msc-theme-secondry-color);
}

.msc-resend-otp {
    color: var(--msc-theme-secondry-color);
    font-size: .85em;
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
}

/* login page css */
/* cart page css */
#msc-cart-page {
    position: relative;
    padding: 30px 0;
}

.msc-view-cart-img img {
    width: 80px;
}

.msc-cart-view-product-name {
    font-family: var(--msc-theme-font-family-robot);
    color: var(--msc-theme-secondry-color);
    font-weight: 500;
}

.msc-cart-price-view {
    font-family: var(--msc-theme-font-family-robot);
    color: var(--msc-theme-secondry-color);
}

.msc-cart-subtotal-update {
    font-family: var(--msc-theme-font-family-robot);
    color: var(--msc-theme-secondry-color);
}

.msc-cart-product-remove a {
    font-family: var(--msc-theme-font-family-Nunito);
    text-decoration: none;
    color: var(--msc-theme-red-dark-color);
    font-size: 1.1em;
    font-weight: 600;
    transition: .3s ease;
}

#msc-cart-page tbody,
#msc-cart-page td,
#msc-cart-page tfoot,
#msc-cart-page th,
#msc-cart-page thead,
#msc-cart-page tr {
    vertical-align: middle;
}

.msc-view-cart-thead td {
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    font-weight: 600;
}

table .table-view-cart .msc-quantity {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    float: left;
    width: 120px;
    height: 40px;
    border: 1px solid var(--msc-theme-low-light-color);
}

table .table-view-cart .msc-quantity button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    text-align: center;
    z-index: 9;
    top: 0;
    bottom: 0;
    border: none;
    font-size: 12px;
    font-weight: 700;
    width: 40px;
    height: 38px;
    border-radius: 0;
    color: var(--msc-theme-secondry-color);
    background-color: var(--msc-theme-light-color);
}

table .table-view-cart .msc-quantity .msc-qty {
    padding: 9px 0;
    width: 40px;
    border: none;
    -moz-appearance: textfield;
    appearance: textfield;
    text-align: center;
    font-size: 12px;
    letter-spacing: .2px;
    font-weight: 700;
    border-radius: 0;
    color: var(--msc-theme-primary-color);
}

table .table-view-cart .msc-quantity button:hover {
    background-color: var(--msc-theme-dark-carret-color);
    outline: none;
    color: var(--msc-theme-low-light-color);
}

.table-view-cart td {
    padding: 20px 0;
}

.table-view-cart:first-child {
    border-top: none;
}

.msc-cart-total-price {
    padding: 30px 30px 40px;
    position: relative;
    background-color: #fff;
    border: 6px solid var(--msc-theme-low-light-color);
    border-radius: 5px;
}

.msc-cart-total-price h5 {
    font-family: var(--msc-theme-font-family-PatuaOne);
    font-size: 1.8em;
    color: var(--msc-theme-primary-color);
}

.msc-cart-sub-total p span:first-child {
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    font-size: 1.2em;
}

.msc-cart-sub-total p span {
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    font-size: 1.2em;
}

/* .msc-cart-sub-total{
    margin-top: 20px;
} */

.msc-cart-total p span:first-child {
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    font-size: 1.2em;
    font-weight: 600;
}

.msc-cart-total p span {
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    font-size: 1.2em;
}

.msc-cart-total p span:last-child {
    color: var(--msc-theme-dark-carret-color);
    font-family: var(--msc-theme-font-family-OpenSans);
    font-size: 1.5em;
    font-weight: 600;
}

.msc-cart-check-out-btn a {
    width: 100%;
    background-color: var(--msc-theme-dark-carret-color);
    border-radius: 0;
    transform: skewX(-10deg);
    margin-top: 10px;
    overflow: hidden;
    border: none;
    color: var(--msc-theme-light-color);
    height: 45px;
    padding: 10px 0;
    box-shadow: none;
    transition: all .3s;
}

.msc-cart-check-out-btn a:focus {
    box-shadow: none;
}

.msc-cart-check-out-btn a:hover {
    box-shadow: none;
    color: var(--msc-theme-light-color);
    transform: skewX(10deg);
}

/* cart page css */
/* checkout page css */
#msc-checkout-page {
    position: relative;
    /* margin: 30px 0; */
}

.msc-billing-details-title h2 {
    font-size: 1.5em;
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    font-weight: 600;
    color: var(--msc-theme-secondry-color);
}

#msc-checkout-page .form-floating>.form-control {
    border-radius: 2px !important;
    height: calc(3.1rem + 2px) !important;
    font-family: var(--msc-theme-font-family-RobotoCondensed);
}

#msc-checkout-page .form-floating>label {
    padding: .8rem .85rem !important;
    font-size: .9em !important;
    color: var(--msc-theme-light-gray-color);
    font-family: var(--msc-theme-font-family-RobotoCondensed);
}

#msc-checkout-page .form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.8) translateY(-.5rem) translateX(.15rem) !important;
    font-family: var(--msc-theme-font-family-RobotoCondensed);
}

#msc-checkout-page .form-floating>.form-select {
    padding-top: 1.3rem !important;
    padding-bottom: .625rem;
    height: calc(3.1rem + 2px) !important;
    font-size: .95em !important;
    font-family: var(--msc-theme-font-family-RobotoCondensed);
}

.msc-return-to-cart a {
    color: var(--msc-theme-dark-carret-color);
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    font-size: 1.1em;
    text-decoration: none;
}

.msc-btn-shopping {
    background-color: var(--msc-theme-secondry-color);
    color: var(--msc-theme-low-light-color) !important;
    /* transform: skewX(-10deg); */
    border-radius: 40px !important;
}

.msc-checkout-product-list {
    background-color: #fff;
    padding: 30px 30px 40px;
    position: relative;
    border-radius: 5px;
    border: 6px solid var(--msc-theme-low-light-color);
    ;
}

.msc-checkout-product-list h2 {
    font-size: 1.5em;
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    font-weight: 600;
    color: var(--msc-theme-secondry-color);
    margin-bottom: 20px;
}

.msc-checkout-product-list .msc-view-cart-img img {
    width: 60px !important;
}

.msc-checkout-total-price .msc-cart-total p span:last-child {
    color: var(--msc-theme-primary-color);
    font-family: var(--msc-theme-font-family-robot);
    font-size: 1.2em;
    font-weight: 600;
}

#msc-checkout-page .table-view-cart:last-child {
    border-bottom-color: var(--msc-theme-peach-color);
}

.msc-qty-by-price {
    color: var(--msc-theme-light-gray-color);
    font-size: .85em;
    font-family: var(--msc-theme-font-family-robot);
    font-weight: 500;
}

.msc-place-order {
    background-color: var(--msc-theme-secondry-color);
    width: 50%;
    height: calc(2.5rem + 2px);
    border-radius: 2px;
    transform: skewX(-10deg);
    color: var(--msc-theme-light-color);
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    line-height: 1.9rem;
}

.msc-place-order:hover {
    color: var(--msc-theme-light-peach-color);
}

.msc-additional-information h3 {
    font-family: var(--msc-theme-font-family-PatuaOne);
    font-size: 1.2em;
    text-transform: capitalize;
}

.msc-shipping-free span {
    font-size: .95em !important;
    color: var(--msc-theme-light-gray-color) !important;
    font-family: var(--msc-theme-font-family-RobotoCondensed) !important;
    font-weight: 500 !important;
}

.msc-term-and-condition {
    font-size: .9em;
    color: var(--msc-theme-dark-carret-color);
}

.msc-return-refund-terms-poliy {
    margin-top: 10px;
    padding: 10px 0;
    border-top: 1px solid var(--msc-theme-dark-light-color);
}

.msc-return-refund-terms-poliy p a {
    text-decoration: none;
    color: var(--msc-theme-dark-carret-color);
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    display: inline-block;
    margin-right: 10px;
    font-size: .85rem;
}

#msc-checkout-page .form-select:focus,
#msc-checkout-page .form-control:focus {
    border-color: #ffe8c5;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 239 216);
}

/* checkout page css */
/* account dashboard page css */
#msc-account-dashboard {
    position: relative;
    margin: 30px 0;
}

.msc-account-side-nav ul {
    list-style: none;
}

.msc-account-side-nav ul li a {
    text-decoration: none;
    color: var(--msc-theme-secondry-color);
    font-family: var(--msc-theme-font-family-OpenSans);
    font-size: .95em;
    font-weight: 400;
    transition: all .3s ease;
}

.msc-account-side-nav ul li a:hover {
    transform: translateX(5px);
    color: var(--msc-theme-dark-carret-color);
}

.msc-account-side-nav ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--msc-theme-dark-light-color);
}

.msc-account-side-nav ul li:last-child {
    border-bottom: none;
}

.msc-no-order-found .msc-alert-success {
    padding: 15px;
    border-left: 5px solid var(--msc-theme-dark-teal-color);
    background: var(--msc-theme-teal-color);
    color: var(--msc-theme-light-color);
}

.msc-no-order-found .msc-alert-success a {
    text-decoration: none;
    color: var(--msc-theme-light-color);
    background-color: var(--msc-theme-primary-color);
    padding: 5px 15px;
    transform: skewX(-10deg);
}

.msc-order-table table tr td a {
    text-decoration: none;
    color: var(--msc-theme-red-dark-color);
}

.msc-order-table table tr th {
    font-size: .85em;
}

.msc-order-table table tr td {
    font-size: .85em;
}

.msc-order-history h6 {
    font-family: var(--msc-theme-font-family-PatuaOne);
    color: var(--msc-theme-secondry-color);
}

.msc-new-address-found .msc-alert-success {
    padding: 15px;
    border-left: 5px solid var(--msc-theme-secondry-color);
    background: var(--msc-theme-low-light-color);
    color: var(--msc-theme-primary-color);
}

#mscHideNewAddress {
    text-decoration: none;
    color: var(--msc-theme-dark-carret-color);
    background: var(--msc-theme-low-light-color);
    transform: skewX(-10deg);
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
}

#mscHideNewAddress i {
    font-size: .75em;
}

.msc-preview-address .msc-address-box {
    border: 1px solid var(--msc-theme-low-light-color);
    padding: 10px 15px;
    border-radius: 10px;
    min-height: 200px;
    margin-top: 20px;
}

.msc-preview-address .msc-address-box.msc-deafult {
    border: 1px solid var(--msc-theme-dark-teal-color);
}

.msc-preview-address .msc-address-box p {
    margin-bottom: 0;
    text-align: right;
}

.msc-preview-address .msc-address-box.msc-deafult p i {
    color: var(--msc-theme-dark-teal-color);
}

.msc-preview-address .msc-address-box span {
    display: block;
    font-size: .95em;
    font-weight: 400;
}

.msc-preview-address .msc-address-box.msc-deafult span {
    font-weight: 500;
}

.msc-save-newaddress-account {
    transform: skewX(-10deg);
    background-color: var(--msc-theme-dark-teal-color);
    color: var(--msc-theme-light-color);
    border-radius: 0;
}

.msc-btn-skewx-10 {
    transform: skewX(-10deg);
}

.msc-btn-default-hl {
    color: var(--msc-theme-primary-color);
    background: var(--msc-theme-low-light-color);
    font-family: var(--msc-theme-font-family-RobotoCondensed);
}

.msc-btn-default-hl i {
    font-size: .75em;
}

.msc-change-password-field fieldset {
    border: 1px solid var(--msc-theme-dark-light-color);
    border-radius: 5px;
    padding: 20px;
}

.msc-change-password-field fieldset legend {
    float: none;
    width: auto;
    font-size: 1.2em;
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    color: var(--msc-theme-dark-carret-color);
}

.msc-account-statics-box a {
    text-decoration: none;
}

.msc-dahboard-statics {
    color: var(--msc-theme-secondry-color);
    background-color: var(--msc-theme-light-color);
    padding: 25px;
    border: 1px solid var(--msc-theme-dark-light-color);
    font-family: var(--msc-theme-font-family-robot);
    font-size: 1.1em;
    margin-right: 10px;
    border-radius: 4px;
    text-align: center;
    width: 250px;
}

.msc-dahboard-statics i {
    font-size: 3em;
}

.msc-dahboard-statics.msc-od-st {
    color: var(--msc-theme-dark-carret-color);
}

.msc-dahboard-statics.msc-adrs-st {
    color: var(--msc-theme-dark-teal-color);
}

/* account dashboard page css */
/* all product page css */
.msc-product-block .msc-product-rating-view,
.msc-product-list-content .msc-product-rating-view {
    font-size: .75em;
    display: inline-block;
    margin-left: 10px;
}

.msc-product-block .msc-product-rating-view .msc-star-color-1,
.msc-product-list-content .msc-product-rating-view .msc-star-color-1 {
    color: var(--msc-theme-yellow-color);
}

.msc-sorting-show .dropdown-menu {
    color: var(--msc-theme-light-color);
    background-color: var(--msc-theme-primary-color);
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0 0 0.25rem 0.25rem;
    border-top: 2px solid var(--msc-theme-light-peach-color);
}

.msc-sorting-show .dropdown-item {
    font-family: var(--msc-theme-font-family-robot);
    color: var(--msc-theme-light-color);
}

.msc-sorting-show .dropdown-item:focus,
.msc-sorting-show .dropdown-item:hover {
    color: var(--msc-theme-secondry-color) !important;
    background-color: var(--msc-theme-light-peach-color);
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(255, 214, 133, 0.25);
}

.msc_online_payment {
    display: inline-block;
    text-align: right;
    margin-bottom: 20px;
    border: 2px solid rgba(255, 214, 133, 0.648);
    border-radius: 10px;
    padding: 10px;
}

.msc_online_payment input[type=checkbox] {
    color: #000;
}

.msc_online_payment img {
    width: 150px;
}

.msc-confirm-order-address {
    border: 1px solid var(--msc-theme-low-light-color);
    border-radius: 10px;
    padding: 20px;
}

.msc-confirm-order-address p {
    margin-bottom: .25rem;
    font-family: var(--msc-theme-font-family-RobotoCondensed);
    font-size: .95em;
}

.msc-additional-information-p {
    border: 1px solid var(--msc-theme-low-light-color);
    border-radius: 10px;
    padding: 20px;
    font-size: .95em;
}

.msc-order-pay-now {
    background-color: var(--msc-theme-dark-teal-color);
}

.msc-checkout-product-list.msc-order-pay-list {
    border-radius: 0;
    border: none;
    border-left: 2px solid #e9e6e6;
}

#snackbar {
    display: none;
    /* Hidden by default. Visible on click */
    min-width: 250px;
    /* Set a default minimum width */
    margin-left: -125px;
    /* Divide value of min-width by 2 */
    background-color: #333;
    /* Black background color */
    color: #fff;
    /* White text color */
    text-align: center;
    /* Centered text */
    border-radius: 2px;
    /* Rounded borders */
    padding: 16px;
    /* Padding */
    position: fixed;
    /* Sit on top of the screen */
    z-index: 999999;
    /* Add a z-index if needed */
    left: 50%;
    /* Center the snackbar */
    bottom: 30px;
    /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    display: block;
    /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    /* -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; */
    /* animation: fadein 0.5s, fadeout 0.5s 2.5s; */
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    top: 0%;
    left: 0px;
    opacity: 0.5;
    background-color: #fff;
    filter: alpha(opacity=50);
    display: none;
}

.overlay.show {
    position: fixed;
    display: block;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    top: 0%;
    left: 0px;
    opacity: 0.5;
    background-color: #fff;
    filter: alpha(opacity=50);
}

.overlay-loader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000000;
}

.loader {
    width: 60px;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side, #0d2c6b 90%, #0000);
    background:
        var(--_g) 0% 50%,
        var(--_g) 50% 50%,
        var(--_g) 100% 50%;
    background-size: calc(100%/3) 50%;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    20% {
        background-position: 0% 0%, 50% 50%, 100% 50%
    }

    40% {
        background-position: 0% 100%, 50% 0%, 100% 50%
    }

    60% {
        background-position: 0% 50%, 50% 100%, 100% 0%
    }

    80% {
        background-position: 0% 50%, 50% 50%, 100% 100%
    }
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.msc-spacing-around {
    justify-content: center;
}

/* all product page css */
/* contact page css */
.msc-main-contact-page .msc-checkout-product-list {
    background-color: #f9f9f9;
    border-radius: 0;
    border: 3px solid var(--msc-theme-low-light-color);
    box-shadow: -7px 8px 0px #ccc;
}

/* contact page css */
/* mobile navigation css */
.msc-menu-toggle {
    display: none;
}

.msc-d-none-desktop {
    display: none;
}

/* prime-product */
.msc-prime-product-feature-section {
    padding: 4rem 2.5rem;
    padding-top: 2rem !important;
    overflow-x: hidden;
    position: relative;
}

.msc-prime-product-feature-section::after {
    content: "";
    position: absolute;
    background-image: url(../images/vectors/supplement_bg_shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .1;
}

.msc-prime-product-feature-box {
    background-color: var(--msc-theme-light-peach-color);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    min-height: 150px;
}

.msc-prime-product-feature-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background-color: var(--msc-theme-logo-green-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    font-size: 20px;
    color: #332a28;
}

.msc-prime-product-feature-text h5 {
    font-weight: 700;
    color: #333;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.msc-prime-product-feature-text p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
}

.msc-prime-product-image-col {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.msc-prime-product-image {
    max-width: 100%;
    height: auto;
    z-index: 2;
    position: relative;
    max-height: 600px;
    object-fit: contain;
}

/* prime-product-end */

/* new-css */
.msc-product-image {
    height: 250px;
    width: 100%;
}

.msc-product-image a img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.msc-product-image img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.msc-product-list-img {
    height: 132px;
    width: 100%;
}

.msc-product-list-img a img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.msc-main-image-block {
    /* background-color: var(--msc-theme-low-light-color); */
    margin-bottom: 20px;
    position: relative;
    height: 650px;
    width: 100%;
}

.msc-main-image-block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
}

.beta-badge {
    position: fixed;
    top: 15px;
    left: -40px;
    background: #ff4757;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 50px;
    transform: rotate(-45deg);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    letter-spacing: 1px;
    user-select: none;
}

.beta-badge:hover {
    background: #ff6b81;
    transition: all 0.3s ease;
}

.msc-sub-menu {
    float: left;
    position: absolute;
    top: 100%;
    transform: translateY(20px);
    z-index: 99999;
    left: 1.1em;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, transform .3s ease;
    pointer-events: none;
    padding: 5px 0;
    border-top: 3px solid #7cb423;
    background-color: #cfdab0;
    transition: all .3s ease;
}

.msc-sub-menu .msc-sub-menu-list {
    width: 100%;
    color: #393939;
    border-bottom: 1px solid var(--msc-theme-light-gray-color);
    padding: 10px 30px 10px 40px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.429;
    text-decoration: none;
    font-family: var(--msc-theme-font-family-OpenSans);
    transition: all .3s;
}

.msc-sub-menu .msc-sub-menu-list:last-child {
    border-bottom: none;
}

.msc-category-buy-cover {
    height: 350px;
    background-blend-mode: overlay !important;
    background-size: cover !important;
    transition: all 0.4s ease;
    text-align: center;
    background-position: center !important;
    border-radius: 24px;
}

.msc-category-buy-cover h3 {
    font-family: var(--msc-theme-font-family-PatuaOne);
    color: var(--msc-theme-low-light-color);
    font-size: 30px;
    text-align: center;
    padding-top: 50%;
    padding-left: 10px;
    margin-bottom: 0px;
    padding-right: 10px;
}

.msc-ad-btn {
    border-radius: 0;
    background-color: var(--msc-theme-light-color);
    transform: skewX(-5deg);
    margin-top: 10px;
    overflow: hidden;
    font-weight: 600;
    padding: 8px 14px;
    border: none;
}

/* new-css-end */

/* mobile navigation css */
@media screen and (max-width: 768px) and (min-width: 320px) {
    .fix-navbar .msc-menu-toggle.open .msc-top-bar {
        transform: rotate(265deg);
        transform-origin: 5% 10%;
        opacity: 0;
    }

    .msc-menu-toggle.open .msc-middle-bar {
        width: 86% !important;
    }

    .fix-navbar .msc-menu-toggle.open .msc-bottom-bar {
        transform: rotate(334deg);
        transform-origin: 15% 90%;
        opacity: 0;
    }

    .msc-menu-toggle {
        line-height: 49px;
        font-size: 24px;
        cursor: pointer;
        display: block;
        position: absolute;
        right: 10px;
        top: 0px;
        transition: all 0.5s ease-in-out;
    }

    .msc-animated-icon1 {
        width: 30px;
        height: 30px;
        top: 7px;
        position: relative;
        margin: 0px;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: inline-block;
    }

    .msc-animated-icon1 .msc-icon-bar {
        display: block;
        position: absolute;
        height: 1px;
        width: 90%;
        border-radius: 0px;
        opacity: 1;
        right: 0;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        background: var(--msc-theme-light-peach-color);
    }

    .msc-animated-icon1 .msc-icon-bar:nth-child(1) {
        top: 5px;
    }

    .msc-animated-icon1 .msc-icon-bar:nth-child(2) {
        top: 13px;
        width: 60%;
    }

    .msc-animated-icon1 .msc-icon-bar:nth-child(3) {
        top: 21px;
    }

    .msc-logo-placement img {
        width: 90px;
        position: absolute;
        z-index: 12;
        margin-top: 50px;
    }

    .msc-prime-product-image {
        max-width: 100%;
        height: auto;
        z-index: 2;
        position: relative;
        max-height: 350px;
        object-fit: contain;
    }

    .msc-stack-list {
        display: none;
    }

    .msc-heading-font-style-2 {
        font-size: 1.3em;
        z-index: 99;
        position: relative;
    }

    .msc-logo-placement {
        text-align: left;
    }

    .msc-category-field {
        position: fixed;
        line-height: 2;
        width: 300px;
        left: -300px;
        background: var(--msc-theme-low-light-color);
        height: 100vh;
        top: 0;
        z-index: 123;
        padding: 10px 0 10px 0px;
        transition: all 0.3s ease;
        opacity: 0;
    }

    .msc-category-field.active {
        left: 0px;
        opacity: 1;
    }

    .msc-navigation-bar li {
        display: block;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
    }

    .msc-top-menu-bar-list i {
        display: inline-block;
        font-size: .75em;
        margin-right: 5px;
    }

    .msc-navigation-bar li:last-child {
        border-bottom: none;
    }

    .msc-d-none-desktop {
        display: block;
    }

    .msc-mobile-menu-heading {
        font-family: var(--msc-theme-font-family-PatuaOne);
        border-bottom: 1px solid var(--msc-theme-dark-light-color);
        padding: 5px 20px 15px;
    }

    .msc-toplist-menu {
        text-decoration: none;
        color: var(--msc-theme-secondry-color);
        text-transform: capitalize;
        padding: 5px 10px;
        font-weight: 500;
        font-size: 15px;
    }

    #msc-ec-bottom-nav-bar {
        display: none;
    }

    .msc-right-top-button {
        margin-top: 8px;
        text-align: right;
    }

    .msc-slider-bg-item {
        background-size: cover !important;
        height: 23vh;
        width: 100%;
        margin-left: 0px;
    }

    .msc-slider-title {
        display: none;
    }

    .msc-slider-shop-btn .btn {
        font-size: 11px !important;
        margin-top: 50px;
    }

    #msc-search-from {
        margin-top: 5px;
    }

    .msc-top-side-link {
        font-size: 16px;
    }

    .msc-top-side-link.msc-login-register {
        font-size: 14px !important;
    }

    .msc-search-input {
        transform: skewX(0deg);
        width: 85%;
    }

    .msc-serach-btn {
        right: 48px;
    }

    .msc-sub-menu {
        float: none;
        position: relative;
        top: 100%;
        transform: translateY(0px);
        z-index: 99999;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s ease, transform .3s ease;
        pointer-events: none;
        padding: 0;
        height: 0;
        border-top: none;
        /* padding: 5px 0;
        border-top: 3px solid var(--msc-theme-dark-carret-color); */
        background-color: var(--msc-theme-primary-color);
        transition: all .3s ease;
    }

    li.msc-top-menu-bar-list:hover>.msc-sub-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
        margin-left: 0;
        padding: 5px 0;
        border-top: 3px solid #5d7800;
        height: auto;
        background: #7b922a;
    }

    .msc-mobile-nav-image {
        text-align: left;
        padding-left: 10px;
    }

    .msc-mobile-nav-image img {
        width: 80px;
    }

    .msc-mobile-nav-social-icon a {
        color: var(--msc-theme-secondry-color);
        font-size: 1.3em;
        text-decoration: none;
        display: inline-block;
        margin-right: 10px;
    }

    .msc-heading-font-style-2 {
        font-size: 1.3em;
    }

    .msc-product-list-img {
        text-align: center;
    }

    .msc-product-block-list .msc-product-list-content {
        padding: 15px;
    }

    .msc-product-list-img img {
        width: 120px;
    }

    .msc-deal-content h2 {
        font-size: 1.5em;
    }

    .msc-deal-content p {
        font-size: 2em;
    }

    #msc-deal-offer {
        margin-bottom: 10px;
        padding: 40px 0;
    }

    .msc-col-2-ad {
        background-size: contain !important;
        background-blend-mode: overlay !important;
        padding: 21px;
        background-repeat: no-repeat !important;
        margin-bottom: 10px;
    }

    .msc-col-2-ad h3 {
        font-size: 1.2em;
    }

    #msc-happy-cutomer .msc-heading-font-style-2::before {
        width: 36%;
        margin-top: 12px;
    }

    #msc-subscriber-block {
        padding: 30px 15px;
    }

    .msc-heading-font-style {
        font-size: 1.1em;
    }

    #msc-subscriber-block .msc-serach-btn {
        transform: skewX(0deg);
        right: 0;
    }

    #msc-footer {
        padding: 15px 10px 0;
    }

    .msc-footer-barnding img {
        width: 120px;
        padding: 0;
        margin-bottom: 20px;
    }

    .msc-help-line-no h3 {
        font-size: 1.1em;
    }

    #msc-shop-by-goal .col-md-4 {
        width: 50%;
    }

    .msc-shop-goal-figure {
        margin: 10px 0;
        border: 1px solid #ccc;
        padding-bottom: 10px;
        border-radius: 2px;
    }

    .msc-shop-goal-img {
        text-align: center;
    }

    .msc-shop-goal-img img {
        width: 100%;
    }

    .msc-shop-goal-content h3 {
        font-size: .75em;
    }

    .msc-shop-goal-content .msc-shop-goal-btn a {
        border: 1px solid var(--msc-theme-logo-color);
        font-size: .75em;
    }

    .msc-product-caption-details {

        padding: 13px 10px 20px;
    }

    .msc-product-title-thumbs {
        font-size: 14px;
    }

    .msc-category-name-in {
        font-size: 11px;
    }

    .msc-heading-font-style-3::after {
        width: 36%;
        margin-top: -11px;
        right: 5%;
    }

    .msc-addcart .msc-ad-btn:hover::before,
    .msc-buy-now .msc-ad-btn:hover::before {
        width: 499px;
        height: 133px;
    }

    .msc-buy-now .msc-ad-btn {
        margin-top: -4px !important;
    }

    .msc-ad-btn {
        transform: skewX(0deg);
    }

    .msc-account-side-nav ul {
        list-style: none;
        padding-left: 0;
    }

    #msc-login-page .col-md-4.offset-4,
    #msc-sign-up-page .col-md-4.offset-4 {
        margin-left: 0;
    }

    .msc-login-box {
        margin: 50px 20px;
    }

    .msc-create-acount-link {
        font-size: 1em;
    }

    #register-form p.my-2 {
        font-size: .85em;
    }

    #msc-accept-payment img {
        width: 80%;
        margin-top: 10px;
    }

    .msc-subscriber-form .msc-search-input {
        transform: skewX(0deg);
        width: 100%;
    }

    .msc-side-cart-product .row {
        flex-wrap: nowrap;
    }

    .msc-side-cart-image img {
        width: 100%;
    }

    .msc-side-cart-product .col-sm-3 {
        width: 30%;
    }

    .msc-side-cart-product .col-sm-8 {
        width: 60%;
    }

    .msc-side-cart-product .col-sm-1 {
        width: 10%;
    }

    table .table-view-cart .msc-quantity {
        width: 80px;
        margin-right: 5px;
    }

    table tr td.msc-cart-view-product-name {
        font-size: .85em;
    }

    table tr td.msc-cart-view-product-name b {
        font-size: .65em;
    }

    #msc-checkout-page .form-floating>.form-select {
        margin-bottom: 15px;
    }

    .msc-all-products-show .col-md-3 {
        width: 50%;
    }

    .msc-product-block-list .col-md-4 {
        width: 35%;
    }

    .msc-product-block-list .col-md-8 {
        width: 65%;
    }

    .msc-product-block-list .msc-selling-price {
        font-size: 1.1em;
    }

    .msc-product-block-list .msc-mrp-price.msc-delete-mrp {
        font-size: 1.05em;
    }

    /* new-responsive-css */
    .msc-prime-product-feature-box {
        background-color: var(--msc-theme-light-peach-color);
        border-radius: 12px;
        padding: 16px;
        margin-bottom: 24px;
        display: flex;
        align-items: flex-start;
        transition: all 0.3s ease-in-out;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        height: 100%;
    }

    .msc-prime-product-feature-section {
        padding: 4rem 1rem;
        padding-top: 2rem !important;
        overflow-x: hidden;
        position: relative;
    }

    .msc-shop-goal-img {
        overflow: hidden;
        margin-bottom: 20px;
        height: 200px;
        width: 100%;
    }

    .msc-product-image {
        height: 200px;
        width: 100%;
    }

    #msc-deal-offer::before {
        width: 0;
        height: 0;
    }

    #msc-deal-offer::after {
        width: 0;
        height: 0;
    }

    .msc-marketing-images {
        display: none;
        position: relative;
    }

    .msc-main-image-block {
        /* background-color: var(--msc-theme-low-light-color); */
        margin-bottom: 20px;
        position: relative;
        height: 100%;
        width: 100%;
    }

    .msc-wish-list {
        position: absolute;
        right: 30px;
        font-size: 1.4em;
        color: var(--msc-theme-red-low-light-color);
        cursor: pointer;
        opacity: .5;
        transition: .3s;
    }

    /* new-responsive-css-end */
}

@media screen and (max-width: 1450px) and (min-width: 768px) {
    .msc-toplist-menu {
        font-size: 14px;
    }

    .msc-stack-list {
        height: 359px;
    }

    /* .msc-slider-bg-item {
        height: 388px;
    } */
}

/* not-found */
:root {
    --color-white: rgba(255, 255, 255, 1);
    --color-cream-50: rgba(252, 252, 249, 1);
    --color-cream-100: rgba(255, 255, 253, 1);
    --color-gray-200: rgba(245, 245, 245, 1);
    --color-gray-300: rgba(167, 169, 169, 1);
    --color-slate-500: rgba(98, 108, 113, 1);
    --color-brown-600: rgba(94, 82, 64, 1);
    --color-charcoal-700: rgba(31, 33, 33, 1);
    --color-charcoal-800: rgba(38, 40, 40, 1);
    --color-slate-900: rgba(19, 52, 59, 1);
    --color-teal-300: rgba(50, 184, 198, 1);
    --color-teal-500: rgba(33, 128, 141, 1);
    --color-teal-600: rgba(29, 116, 128, 1);
    --color-brown-600-rgb: 94, 82, 64;
    --color-teal-500-rgb: 33, 128, 141;
    --color-slate-900-rgb: 19, 52, 59;
    --color-gray-300-rgb: 167, 169, 169;
    --color-gray-200-rgb: 245, 245, 245;
    --color-teal-300-rgb: 50, 184, 198;

    --color-background: var(--color-cream-50);
    --color-surface: var(--color-cream-100);
    --color-text: var(--color-slate-900);
    --color-text-secondary: var(--color-slate-500);
    --color-primary: var(--color-teal-500);
    --color-primary-hover: var(--color-teal-600);
    --color-border: rgba(var(--color-brown-600-rgb), 0.2);
    --color-card-border: rgba(var(--color-brown-600-rgb), 0.12);

    --font-family-base: 'FKGroteskNeue', 'Geist', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-size-base: 14px;
    --font-size-lg: 16px;
    --font-size-xl: 18px;
    --font-size-2xl: 20px;
    --font-size-3xl: 24px;
    --font-weight-medium: 500;
    --font-weight-semibold: 550;
    --font-weight-bold: 600;
    --space-16: 16px;
    --space-20: 20px;
    --space-24: 24px;
    --space-32: 32px;
    --radius-lg: 12px;
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.04), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.04), 0 4px 6px -2px rgba(0, 0, 0, 0.02);
    --duration-normal: 250ms;
    --ease-standard: cubic-bezier(0.16, 1, 0.3, 1);
}

@media (prefers-color-scheme: dark) {
    :root {
        --color-background: var(--color-charcoal-700);
        --color-surface: var(--color-charcoal-800);
        --color-text: var(--color-gray-200);
        --color-text-secondary: rgba(var(--color-gray-300-rgb), 0.7);
        --color-primary: var(--color-teal-300);
        --color-border: rgba(var(--color-gray-300-rgb), 0.3);
        --color-card-border: rgba(var(--color-gray-300-rgb), 0.15);
    }
}

.msc-not-found-section-empty-state-container {
    width: 100%;
    text-align: center;
    animation: msc-not-found-section-fadeInUp 0.8s var(--ease-standard);
}

@keyframes msc-not-found-section-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.msc-not-found-section-icon-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: var(--space-32);
}

.msc-not-found-section-icon-bg {
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg, rgba(var(--color-teal-500-rgb), 0.1) 0%, rgba(var(--color-teal-500-rgb), 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 20px 40px -10px rgba(var(--color-teal-500-rgb), 0.15);
    animation: msc-not-found-section-pulse 3s ease-in-out infinite;
}

@keyframes msc-not-found-section-pulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 20px 40px -10px rgba(var(--color-teal-500-rgb), 0.15);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 25px 50px -10px rgba(var(--color-teal-500-rgb), 0.25);
    }
}

.msc-not-found-section-icon-bg::before {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    border: 2px solid rgba(var(--color-teal-500-rgb), 0.15);
    border-radius: 50%;
    animation: msc-not-found-section-ripple 3s ease-out infinite;
}

@keyframes msc-not-found-section-ripple {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.msc-not-found-section-icon-svg {
    width: 90px;
    height: 90px;
    color: var(--color-primary);
    animation: msc-not-found-section-float 3s ease-in-out infinite;
}

@keyframes msc-not-found-section-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.msc-not-found-section-sparkle {
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--color-primary);
    border-radius: 50%;
    animation: msc-not-found-section-sparkle 2s ease-in-out infinite;
}

.msc-not-found-section-sparkle:nth-child(1) {
    top: 20%;
    right: 15%;
    animation-delay: 0s;
}

.msc-not-found-section-sparkle:nth-child(2) {
    top: 70%;
    right: 10%;
    animation-delay: 0.5s;
}

.msc-not-found-section-sparkle:nth-child(3) {
    top: 30%;
    left: 10%;
    animation-delay: 1s;
}

@keyframes msc-not-found-section-sparkle {

    0%,
    100% {
        opacity: 0;
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }
}

.msc-not-found-section-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--space-32);
}

.msc-not-found-section-title {
    font-size: var(--font-size-3xl);
    font-weight: var(--font-weight-bold);
    color: var(--color-text);
    margin-bottom: var(--space-16);
    letter-spacing: -0.02em;
}

.msc-not-found-section-subtitle {
    max-width: 600px;
    font-size: var(--font-size-xl);
    color: var(--color-text-secondary);
    margin-bottom: var(--space-24);
    line-height: 1.6;
}

.msc-not-found-section-message {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: rgba(var(--color-teal-500-rgb), 0.08);
    border: 1px solid rgba(var(--color-teal-500-rgb), 0.2);
    border-radius: 50px;
    color: var(--color-primary);
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-lg);
    animation: msc-not-found-section-slideIn 0.8s var(--ease-standard) 0.3s both;
}

@keyframes msc-not-found-section-slideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.msc-not-found-section-bell-icon {
    width: 20px;
    height: 20px;
    animation: msc-not-found-section-ring 2s ease-in-out infinite;
}

@keyframes msc-not-found-section-ring {

    0%,
    90%,
    100% {
        transform: rotate(0deg);
    }

    92% {
        transform: rotate(-15deg);
    }

    94% {
        transform: rotate(15deg);
    }

    96% {
        transform: rotate(-15deg);
    }

    98% {
        transform: rotate(15deg);
    }
}

.msc-not-found-section-action-buttons {
    display: flex;
    gap: var(--space-16);
    justify-content: center;
    flex-wrap: wrap;
    margin-top: var(--space-32);
}

.msc-not-found-section-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 10px;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-medium);
    cursor: pointer;
    transition: all var(--duration-normal) var(--ease-standard);
    text-decoration: none;
    border: none;
    font-family: var(--font-family-base);
}

.msc-not-found-section-btn-primary {
    background: var(--color-primary);
    color: var(--color-white);
    box-shadow: 0 4px 12px -2px rgba(var(--color-teal-500-rgb), 0.4);
}

.msc-not-found-section-btn-primary:hover {
    background: var(--color-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px -4px rgba(var(--color-teal-500-rgb), 0.5);
}

.msc-not-found-section-btn-secondary {
    background: transparent;
    color: var(--color-text);
    border: 1px solid var(--color-border);
}

.msc-not-found-section-btn-secondary:hover {
    background: rgba(var(--color-teal-500-rgb), 0.05);
    border-color: var(--color-primary);
    transform: translateY(-2px);
}

.msc-not-found-section-btn-icon {
    width: 18px;
    height: 18px;
}

.msc-not-found-section-decorative-dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: var(--space-32);
    opacity: 0.3;
}

.msc-not-found-section-dot {
    width: 6px;
    height: 6px;
    background: var(--color-primary);
    border-radius: 50%;
    animation: msc-not-found-section-bounce 1.4s ease-in-out infinite;
}

.msc-not-found-section-dot:nth-child(2) {
    animation-delay: 0.2s;
}

.msc-not-found-section-dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes msc-not-found-section-bounce {

    0%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-8px);
    }
}

@media (min-width:1366px) and (max-width:1400px) {
    .msc-toplist-menu {
        font-size: 13px !important;
    }
}



@media (max-width: 640px) {
    .msc-not-found-section-icon-bg {
        width: 150px;
        height: 150px;
    }

    .msc-not-found-section-icon-svg {
        width: 70px;
        height: 70px;
    }

    .msc-not-found-section-title {
        font-size: var(--font-size-2xl);
    }

    .msc-not-found-section-subtitle {
        font-size: var(--font-size-base);
    }

    .msc-not-found-section-message {
        font-size: var(--font-size-base);
        padding: 10px 20px;
    }

    .msc-not-found-section-action-buttons {
        flex-direction: column;
        width: 100%;
    }

    .msc-not-found-section-btn {
        width: 100%;
        justify-content: center;
    }
}

/* not-found-end */

/* fix-info-bar */
:root {
    --msc-fixed-info-bar-primary: #e31e24;
    /* ncr-accent */
    --msc-fixed-info-bar-secondary: #092358;
    /* ncr-primary */
    --msc-fixed-info-bar-bg: rgba(255, 255, 255, 0.9);
    --msc-fixed-info-bar-ease: cubic-bezier(0.23, 1, 0.32, 1);
}

.msc-fixed-info-bar-container {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 9999;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.2));
}

.msc-fixed-info-bar-card {
    background: var(--msc-fixed-info-bar-bg);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    /* border: 1px solid #3d7214; */
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s var(--msc-fixed-info-bar-ease);
    position: relative;
    display: flex;
    flex-direction: column;
    transform-origin: bottom right;
}

@keyframes msc-fixed-info-bar-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(227, 30, 36, 0.7);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(227, 30, 36, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(227, 30, 36, 0);
    }
}

.msc-fixed-info-bar-container:not(.open) .msc-fixed-info-bar-card {
    animation: msc-fixed-info-bar-pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

.msc-fixed-info-bar-container.open .msc-fixed-info-bar-card {
    width: 360px;
    height: auto;
    min-height: 400px;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.98);
    cursor: default;
    animation: none;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
}

.msc-fixed-info-bar-trigger {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #092358, #e31e24);
    color: white;
    z-index: 20;
    transition: all 0.4s var(--msc-fixed-info-bar-ease);
    font-size: 1.5rem;
}

.msc-fixed-info-bar-container.open .msc-fixed-info-bar-trigger {
    bottom: auto;
    top: 1rem;
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    background: #f1f5f9;
    color: #64748b;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1rem;
    box-shadow: none;
}

.msc-fixed-info-bar-container.open .msc-fixed-info-bar-trigger:hover {
    background: #e2e8f0;
    color: #0f172a;
    transform: rotate(90deg);
}

.msc-fixed-info-bar-content {
    opacity: 0;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    pointer-events: none;
    transform: translateY(15px) scale(0.95);
    transition: all 0.3s ease;
}

.msc-fixed-info-bar-container.open .msc-fixed-info-bar-content {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition-delay: 0.15s;
}

.msc-fixed-info-bar-header h3 {
    margin: 0;
    font-size: 1.75rem;
    font-family: 'Volkhov', serif;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.msc-fixed-info-bar-header p {
    margin: 0.5rem 0 0;
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.5;
}

.msc-fixed-info-bar-actions {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.msc-fixed-info-bar-item {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1rem 1.25rem;
    background: white;
    border: 1px solid #f1f5f9;
    border-radius: 1rem;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateX(30px);
}

.msc-fixed-info-bar-container.open .msc-fixed-info-bar-item {
    opacity: 1;
    transform: translateX(0);
}

.msc-fixed-info-bar-container.open .msc-fixed-info-bar-item:nth-child(1) {
    transition-delay: 0.2s;
}

.msc-fixed-info-bar-container.open .msc-fixed-info-bar-item:nth-child(2) {
    transition-delay: 0.25s;
}

.msc-fixed-info-bar-container.open .msc-fixed-info-bar-item:nth-child(3) {
    transition-delay: 0.3s;
}

.msc-fixed-info-bar-item:hover {
    transform: translateY(-5px) scale(1.02);
    border-color: var(--msc-fixed-info-bar-primary);
    box-shadow: 0 15px 30px -5px rgba(79, 70, 229, 0.15);
}

.msc-fixed-info-bar-icon-box {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    background: #f8fafc;
    color: #64748b;
    transition: all 0.3s ease;
}

.msc-fixed-info-bar-item:hover .msc-fixed-info-bar-icon-box {
    background: var(--msc-fixed-info-bar-primary);
    color: white;
    transform: rotate(-5deg);
}

.msc-fixed-info-bar-text h4 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
}

.msc-fixed-info-bar-text span {
    font-size: 0.85rem;
    color: #94a3b8;
    display: block;
    margin-top: 2px;
}

.msc-fixed-info-bar-arrow {
    margin-left: auto;
    color: #cbd5e1;
    transition: 0.3s;
}

.msc-fixed-info-bar-item:hover .msc-fixed-info-bar-arrow {
    color: var(--msc-fixed-info-bar-primary);
    transform: translateX(5px);
}

.msc-fixed-info-bar-item.whatsapp:hover .msc-fixed-info-bar-icon-box {
    background: #22c55e;
}

.msc-fixed-info-bar-item.phone:hover .msc-fixed-info-bar-icon-box {
    background: #3b82f6;
}

.msc-fixed-info-bar-item.email:hover .msc-fixed-info-bar-icon-box {
    background: #f43f5e;
}

/* fix-info-bar-end */

/* ==========================================================================
   STUNNING REDESIGNED HEADER STYLES (NCR)
   ========================================================================== */
:root {
    --ncr-blue: #173c8f;
    --ncr-blue-dark: #0f275e;
    --ncr-red: #ef233c;
    --ncr-red-dark: #d90429;
    --ncr-light: #ffffff;
    --ncr-dark: #1e293b;
    --ncr-gray-100: #f8fafc;
    --ncr-gray-200: #e2e8f0;
    --ncr-gray-500: #64748b;
    --ncr-font-primary: 'Plus Jakarta Sans', sans-serif;

    /* Next-Level Theme Additions */
    --ncr-bg-warm: #FAF9F6;
    --ncr-grid-color: rgba(15, 39, 94, 0.08);
    --ncr-action-bg: rgba(15, 39, 94, 0.04);
    --ncr-shadow-premium: 0 12px 30px -10px rgba(15, 39, 94, 0.08);
}

/* Base resets & fonts for new header */
.ncr-header-wrapper {
    background-color: var(--ncr-bg-warm);
    font-family: var(--ncr-font-primary);
    position: relative;
    z-index: 1000;
}

/* Top Bar Styles */
.ncr-top-bar {
    background-color: var(--ncr-bg-warm);
    color: var(--ncr-blue-dark);
    font-size: 12px;
    font-weight: 600;
    padding: 10px 40px;
    border-bottom: 1px solid var(--ncr-grid-color);
}

.ncr-top-bar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

/* Three columns for perfect centering */
.ncr-social-column {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

.ncr-slider-column {
    flex: 1;
    display: flex;
    justify-content: center;
}

.ncr-right-column {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

/* Left: Social Links */
.ncr-social-links {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ncr-social-link {
    color: var(--ncr-blue-dark);
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ncr-social-link:hover {
    color: var(--ncr-red);
    transform: translateY(-2px);
}

/* Center: Coupon Slider */
.ncr-coupon-slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: rgba(239, 35, 60, 0.05);
    border: 1px solid rgba(239, 35, 60, 0.15);
    padding: 4px 16px;
    border-radius: 20px;
    max-width: 480px;
    width: 100%;
}

.ncr-coupon-slider {
    position: relative;
    height: 24px;
    overflow: hidden;
    flex-grow: 1;
    text-align: center;
}

.ncr-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: var(--ncr-blue-dark);
    font-size: 12.5px;
    text-decoration: none;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ncr-slide.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ncr-coupon-badge {
    background-color: var(--ncr-red);
    color: var(--ncr-light);
    padding: 1px 8px;
    border-radius: 4px;
    font-weight: 800;
    font-size: 10px;
    margin-right: 8px;
    display: inline-block;
    box-shadow: 0 2px 5px rgba(239, 35, 60, 0.2);
    line-height: 1.5;
}

.ncr-slider-arrow {
    background: none;
    border: none;
    color: var(--ncr-blue-dark);
    cursor: pointer;
    font-size: 11px;
    padding: 0 4px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
    opacity: 0.7;
}

.ncr-slider-arrow:hover {
    color: var(--ncr-red);
    opacity: 1;
}

/* Right: Helpline & Contact details */
.ncr-top-right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.ncr-top-contact-link {
    color: var(--ncr-blue-dark);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 12.5px;
    transition: all 0.3s ease;
}

.ncr-top-contact-link i {
    color: var(--ncr-red);
    font-size: 13px;
    transition: transform 0.3s ease;
}

.ncr-top-contact-link:hover {
    color: var(--ncr-red);
}

.ncr-top-contact-link:hover i {
    transform: scale(1.15);
}

.ncr-dropdown {
    position: relative;
    cursor: pointer;
}

/* Invisible bridge to cover hover gap */
.ncr-dropdown::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    height: 12px;
    background: transparent;
    z-index: 99999;
    display: none;
}

.ncr-dropdown:hover::after {
    display: block;
}

.ncr-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--ncr-blue-dark);
    transition: color 0.3s ease;
}

.ncr-dropdown-toggle i {
    font-size: 14px;
}

.ncr-dropdown-toggle i.fa-chevron-down {
    font-size: 10px;
    opacity: 0.7;
    transition: transform 0.3s ease;
}

.ncr-dropdown:hover .ncr-dropdown-toggle {
    color: var(--ncr-red);
}

.ncr-dropdown:hover .ncr-dropdown-toggle i.fa-chevron-down {
    transform: rotate(180deg);
}

.ncr-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    background: var(--ncr-light);
    border: 1px solid var(--ncr-gray-200);
    border-radius: 8px;
    box-shadow: var(--ncr-shadow-premium);
    min-width: 160px;
    display: none;
    z-index: 100000;
    padding: 6px 0;
    overflow: hidden;
    animation: ncrDropdownFadeIn 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.ncr-dropdown:hover .ncr-dropdown-menu {
    display: block;
}

.ncr-dropdown-item {
    display: block;
    padding: 8px 16px;
    color: var(--ncr-dark);
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.ncr-dropdown-item:hover {
    background-color: var(--ncr-gray-100);
    color: var(--ncr-blue);
    padding-left: 20px;
}

@keyframes ncrFadeInUp {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ncrDropdownFadeIn {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* Premium Rounded Main Header (Light Bento-Grid Theme) */
.ncr-header-container {
    background-color: white;
    padding: 0;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid var(--ncr-grid-color);
}

/* Desktop Grid-lines Layout styling */
@media (min-width: 992px) {
    .msc-fixed-info-bar-container{
        display: none;
    }
    .ncr-header-inner {
        display: grid;
        grid-template-columns: 360px 1fr auto;
        align-items: center;
        max-width: 100%;
        margin: 0;
        border-top: 1px solid var(--ncr-grid-color);
    }

    .ncr-logo-brand {
        padding: 16px 40px;
        border-right: 1px solid var(--ncr-grid-color);
        height: 100%;
        display: flex;
        align-items: center;
    }

    .ncr-nav-menu {
        padding: 0 40px;
        border-right: 1px solid var(--ncr-grid-color);
        height: 100%;
        display: flex;
        align-items: center;
        margin: 0;
        gap: 8px;
    }

    .ncr-header-actions {
        padding: 16px 40px;
        height: 100%;
        display: flex;
        align-items: center;
        gap: 16px;
    }
}

/* Logo & Brand Name */
.ncr-logo-brand {
    display: flex;
    align-items: center;
}

.ncr-logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 16px;
}

.ncr-logo-img {
    height: 64px;
    width: auto;
    object-fit: contain;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ncr-logo-link:hover .ncr-logo-img {
    transform: scale(1.08) rotate(-2deg);
}

.ncr-brand-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.05;
}

.ncr-brand-red {
    color: var(--ncr-red);
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    font-family: 'Saira', sans-serif;
    font-style: italic;
    text-shadow: 0px 2px 4px rgba(239, 35, 60, 0.08);
}

.ncr-brand-blue {
    color: var(--ncr-blue-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Saira', sans-serif;
    font-style: italic;
    margin-top: -2px;
}

/* Navigation Menu */
.ncr-nav-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ncr-nav-item {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.ncr-nav-link {
    color: var(--ncr-blue-dark);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13.5px;
    letter-spacing: 0.6px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 20px;
}

.ncr-nav-link i.fa-chevron-down {
    font-size: 9px;
    opacity: 0.8;
    transition: transform 0.3s ease;
}

.ncr-nav-link:hover,
.ncr-nav-item:hover .ncr-nav-link {
    color: var(--ncr-red);
    background-color: rgba(239, 35, 60, 0.06);
}

.ncr-nav-item:hover .ncr-nav-link i.fa-chevron-down {
    transform: rotate(180deg);
}

/* Header Submenu Dropdown */
.ncr-submenu-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    border-radius: 0 0 12px 12px;
    box-shadow: var(--ncr-shadow-premium);
    min-width: 260px;
    display: none;
    padding: 8px 0;
    z-index: 99999;
    animation: ncrFadeInUp 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(23, 60, 143, 0.08);
    border-top: 4px solid var(--ncr-red);
}

.ncr-submenu-dropdown::before {
    content: '';
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
}

.ncr-nav-item:hover .ncr-submenu-dropdown {
    display: block;
}

.ncr-submenu-item {
    display: block;
    padding: 12px 24px;
    color: var(--ncr-dark);
    text-decoration: none;
    font-weight: 600;
    font-size: 13.5px;
    transition: all 0.25s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
}

.ncr-submenu-item:last-child {
    border-bottom: none;
}

.ncr-submenu-item::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%) scaleX(0);
    width: 4px;
    height: 12px;
    background-color: var(--ncr-red);
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-origin: left;
}

.ncr-submenu-item:hover {
    color: var(--ncr-red);
    background: var(--ncr-gray-100);
    padding-left: 28px;
}

.ncr-submenu-item:hover::before {
    transform: translateY(-50%) scaleX(1);
}

/* Multi-Level Dropdown Styling for Categories */
.ncr-submenu-item-parent {
    position: relative;
    width: 100%;
}

.ncr-nested-dropdown {
    position: absolute;
    top: -8px;
    left: 100%;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(15, 39, 94, 0.12);
    min-width: 240px;
    display: none;
    padding: 8px 0;
    z-index: 100001;
    border: 1px solid rgba(23, 60, 143, 0.08);
    border-top: 4px solid var(--ncr-red);
    margin-left: 2px;
    animation: ncrFadeInRight 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.ncr-submenu-item-parent:hover .ncr-nested-dropdown {
    display: block;
}

@keyframes ncrFadeInRight {
    from {
        opacity: 0;
        transform: translateX(8px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Mobile nested layout */
@media (max-width: 991px) {
    .ncr-nested-dropdown {
        position: static;
        display: block;
        box-shadow: none;
        border: none;
        padding: 0 0 0 16px;
        margin: 0;
        min-width: auto;
        animation: none;
    }

    .ncr-submenu-item-parent {
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    }
}

/* Premium "Contact Us" Pill Button (Desktop-only styling) */
@media (min-width: 992px) {
    .ncr-nav-item .ncr-nav-contact-pill {
        border: 1.5px solid var(--ncr-blue-dark) !important;
        border-radius: 30px !important;
        padding: 8px 12px 8px 20px !important;
        background: transparent !important;
        color: var(--ncr-blue-dark) !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 12px !important;
        font-weight: 700 !important;
        font-size: 13px !important;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
        margin-left: 16px;
    }

    .ncr-nav-item .ncr-nav-contact-pill::after {
        content: '\f061';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        background: var(--ncr-red);
        color: var(--ncr-light);
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .ncr-nav-item .ncr-nav-contact-pill:hover {
        background: var(--ncr-blue-dark) !important;
        color: var(--ncr-light) !important;
        border-color: var(--ncr-blue-dark) !important;
    }

    .ncr-nav-item .ncr-nav-contact-pill:hover::after {
        background: var(--ncr-light);
        color: var(--ncr-red);
        transform: translateX(4px);
    }
}

/* Circular Actions & Badges (MODNIA-inspired) */
.ncr-header-actions {
    display: flex;
    align-items: center;
}

.ncr-action-btn {
    color: var(--ncr-blue-dark);
    font-size: 16px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #ffffff;
    border: 1px solid rgba(15, 39, 94, 0.08);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(15, 39, 94, 0.03);
}

.ncr-action-btn:hover {
    color: var(--ncr-light);
    background-color: var(--ncr-blue-dark);
    border-color: var(--ncr-blue-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(15, 39, 94, 0.15);
}

.ncr-action-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    background: var(--ncr-red);
    color: var(--ncr-light);
    font-size: 10px;
    font-weight: 800;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 6px rgba(239, 35, 60, 0.25);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ncr-action-btn:hover .ncr-action-badge {
    transform: scale(1.1);
    border-color: var(--ncr-blue-dark);
}

/* Dropdown User Info */
.ncr-user-dropdown-menu {
    min-width: 220px;
}

.ncr-user-header {
    padding: 12px 20px;
    border-bottom: 1px solid var(--ncr-gray-200);
    font-size: 13px;
    color: var(--ncr-gray-500);
}

.ncr-user-name {
    font-weight: 700;
    color: var(--ncr-blue-dark);
    display: block;
    margin-bottom: 2px;
}

/* Sleek Slide-down Search Bar Overlay with Backdrop-Blur */
.ncr-search-bar-overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(250, 249, 246, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-top: 1px solid var(--ncr-grid-color);
    padding: 16px 40px;
    display: none;
    z-index: 99;
    animation: ncrSearchSlide 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.ncr-search-bar-overlay.open {
    display: block;
}

.ncr-search-form {
    display: flex;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
}

.ncr-search-input {
    width: 100%;
    padding: 12px 60px 12px 24px;
    border: 1.5px solid var(--ncr-blue);
    border-radius: 30px;
    font-size: 14.5px;
    font-weight: 500;
    color: var(--ncr-dark);
    outline: none;
    background: #ffffff;
    transition: all 0.3s ease;
}

.ncr-search-input:focus {
    border-color: var(--ncr-red);
    box-shadow: 0 0 0 4px rgba(239, 35, 60, 0.1);
}

.ncr-search-submit {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    width: 41px;
    background: var(--ncr-blue);
    border: none;
    border-radius: 50%;
    color: var(--ncr-light);
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ncr-search-submit:hover {
    background: var(--ncr-red);
}

.ncr-search-close {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    border: 1px solid rgba(15, 39, 94, 0.08);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: var(--ncr-blue-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(15, 39, 94, 0.03);
}

.ncr-search-close:hover {
    color: var(--ncr-light);
    background-color: var(--ncr-red);
    border-color: var(--ncr-red);
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 4px 12px rgba(239, 35, 60, 0.15);
}

@media (max-width: 991px) {
    .ncr-search-close {
        right: 20px;
    }
}

@keyframes ncrSearchSlide {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Toggler */
.ncr-mobile-toggle {
    display: none !important;
    font-size: 22px;
    color: var(--ncr-blue-dark);
    cursor: pointer;
    background: #ffffff;
    border: 1px solid rgba(15, 39, 94, 0.08);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.ncr-mobile-toggle:hover {
    color: var(--ncr-red);
    background-color: rgba(239, 35, 60, 0.05);
}

/* Responsive Customizations & Overrides */
@media (max-width: 991px) {
    .ncr-top-bar {
        display: none;
        padding: 8px 20px;
    }

    .beta-badge {
        display: none !important;
    }

    .ncr-social-links,
    .ncr-top-right {
        display: none;
    }

    .ncr-coupon-slider-container {
        max-width: 100%;
        margin: 0;
    }

    .ncr-header-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 20px;
        border-top: 1px solid var(--ncr-grid-color);
        max-width: 100%;
    }

    .ncr-logo-img {
        height: 44px;
    }

    .ncr-brand-red {
        font-size: 24px;
    }

    .ncr-brand-blue {
        font-size: 9px;
    }

    .ncr-mobile-toggle {
        display: none !important;
    }

    .ncr-header-actions {
        gap: 4px;
    }

    .ncr-action-btn {
        width: 36px;
        height: 36px;
        font-size: 14px;
        border: none;
        box-shadow: none;
        background: transparent;
    }

    .ncr-action-btn:hover {
        background-color: transparent;
        color: var(--ncr-red);
        transform: none;
        box-shadow: none;
    }

    .ncr-nav-menu {
        position: fixed;
        top: 0;
        left: -300px;
        width: 280px;
        height: 100vh;
        background: #ffffff;
        box-shadow: 5px 0 25px rgba(0, 0, 0, 0.08);
        flex-direction: column;
        align-items: flex-start;
        padding: 80px 20px 30px;
        transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 10000;
        gap: 0;
    }

    .ncr-nav-menu.open {
        left: 0;
    }

    .ncr-nav-item {
        width: 100%;
        border-bottom: 1px solid var(--ncr-gray-200);
        display: block;
        height: auto;
    }

    .ncr-nav-link {
        padding: 14px 10px;
        font-size: 14.5px;
        width: 100%;
        justify-content: space-between;
        border-radius: 0;
    }

    .ncr-nav-link:hover,
    .ncr-nav-item:hover .ncr-nav-link {
        background: none;
        color: var(--ncr-red);
    }

    .ncr-submenu-dropdown {
        position: static;
        box-shadow: none;
        border-top: none;
        padding: 0 0 10px 15px;
        width: 100%;
        border-radius: 0;
        border: none;
    }

    .ncr-submenu-item {
        padding: 8px 10px;
        border-bottom: none;
    }

    .ncr-submenu-item:hover {
        padding-left: 15px;
        background: none;
    }

    .ncr-submenu-item::before {
        display: none;
    }

    .ncr-search-bar-overlay {
        padding: 0 20px;
        top: 0;
        bottom: 0;
        height: 100%;
        align-items: center;
        border-top: none;
        border-radius: 0;
        z-index: 1000;
    }

    .ncr-search-bar-overlay.open {
        display: flex !important;
    }

    .ncr-search-form {
        width: 100%;
        margin-right: 40px;
    }

    .ncr-search-close {
        right: 20px;
    }
}

/* ==========================================================================
   NCR PREMIUM BOTTOM NAV BAR STYLES
   ========================================================================== */
#msc-ec-bottom-nav-bar {
    background-color: var(--ncr-bg-warm) !important;
    border-bottom: 1px solid var(--ncr-grid-color) !important;
    border-top: 1px solid var(--ncr-grid-color) !important;
    padding: 0 !important;
    color: var(--ncr-blue-dark) !important;
}

.ncr-bottom-bar-inner {
    width: 100%;
    margin: 0;
}

.ncr-trust-badges {
    display: flex;
    align-items: center;
}

.ncr-trust-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 13px;
    color: var(--ncr-blue-dark);
    transition: all 0.3s ease;
    cursor: default;
}

.ncr-trust-badge i {
    color: var(--ncr-red);
    font-size: 15px;
    transition: transform 0.3s ease;
}

.ncr-trust-badge:hover i {
    transform: scale(1.2) rotate(5deg);
}

.ncr-bottom-shortcuts {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ncr-shortcut-btn {
    text-decoration: none !important;
    border: 1.5px solid var(--ncr-blue-dark) !important;
    border-radius: 30px !important;
    padding: 8px 24px !important;
    background: #ffffff !important;
    color: var(--ncr-blue-dark) !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    box-shadow: 0 2px 8px rgba(15, 39, 94, 0.03);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ncr-shortcut-btn i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.ncr-shortcut-btn:hover {
    background: var(--ncr-blue-dark) !important;
    color: var(--ncr-light) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(15, 39, 94, 0.15);
}

.ncr-shortcut-btn:hover i {
    transform: rotate(15deg);
}

/* Highlight accent button */
.ncr-shortcut-btn.accent {
    border-color: var(--ncr-red) !important;
    color: var(--ncr-red) !important;
}

.ncr-shortcut-btn.accent:hover {
    background: var(--ncr-red) !important;
    color: var(--ncr-light) !important;
    box-shadow: 0 6px 15px rgba(239, 35, 60, 0.2);
}

.ncr-shortcut-btn.accent:hover i {
    transform: scale(1.15) rotate(-10deg);
}

@media (min-width: 992px) {
    .ncr-bottom-bar-inner {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: stretch;
    }

    .ncr-trust-badges {
        padding: 14px 40px;
        border-right: 1px solid var(--ncr-grid-color);
        gap: 40px;
    }

    .ncr-trust-badge {
        padding-right: 40px;
        border-right: 1px solid var(--ncr-grid-color);
        height: 100%;
    }

    .ncr-trust-badge:last-child {
        border-right: none;
        padding-right: 0;
    }

    .ncr-bottom-shortcuts {
        padding: 9px 40px;
    }
}

@media (max-width: 991px) {
    #msc-ec-bottom-nav-bar {
        padding: 16px 20px !important;
    }

    .ncr-bottom-bar-inner {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    .ncr-trust-badges {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        width: 100%;
    }

    .ncr-trust-badge {
        font-size: 12.5px;
        padding: 0;
        border-right: none;
    }

    .ncr-bottom-shortcuts {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 12px;
    }

    .ncr-shortcut-btn {
        justify-content: center;
        text-align: center;
    }
}

/* ==========================================================================
   NCR PREMIUM CATEGORIES SECTION & SLIDER CARD STYLES
   ========================================================================== */
#ncr-home-categories {
    padding: 70px 40px;
    padding-bottom: 20px;
    background-color: #ffffff !important;
    position: relative;
    border-bottom: 1px solid var(--ncr-grid-color);
    overflow: hidden;
}

/* Background decorative repeating square matrix/grid pattern with radial fade */
.ncr-grid-pattern {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    opacity: 0.06;
    /* Starts faint (fade effect) */
    background-image:
        linear-gradient(rgba(15, 39, 94, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 39, 94, 0.12) 1px, transparent 1px);
    background-size: 20px 20px;
    -webkit-mask-image: radial-gradient(circle, black, transparent 75%);
    mask-image: radial-gradient(circle, black, transparent 75%);
    /* Edge fade effect */
    transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
    max-width: 100%;
}

#ncr-home-categories:hover .ncr-grid-pattern {
    opacity: 0.24;
}

.ncr-grid-pattern-tc {
    top: 5px;
    left: 12%;
    transform: translateX(-50%);
    width: 939px;
    height: 180px;
    border-top: 1.5px solid rgba(15, 39, 94, 0.06);
    border-bottom: 1.5px solid rgba(15, 39, 94, 0.06);
}

#ncr-home-categories:hover .ncr-grid-pattern-tc {
    transform: translateX(-50%) scale(1.03);
}

.ncr-grid-pattern-bc {
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    /* Increased width of the square pattern grid */
    height: 180px;
    border-top: 1.5px dashed rgba(15, 39, 94, 0.05);
    border-bottom: 1.5px dashed rgba(15, 39, 94, 0.05);
}

#ncr-home-categories:hover .ncr-grid-pattern-bc {
    transform: translateX(-50%) scale(1.02);
}

.ncr-section-header {
    margin-bottom: 10px;
    position: relative;
}

.ncr-section-title {
    font-family: 'Anton', sans-serif !important;
    font-size: 36px;
    color: var(--ncr-blue-dark);
    margin: 0 0 12px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ncr-section-divider {
    width: 60px;
    height: 4px;
    background-color: var(--ncr-red);
    border-radius: 2px;
}

.ncr-section-subtitle {
    font-family: var(--ncr-font-primary);
    font-size: 14.5px;
    color: var(--ncr-gray-500);
    max-width: 680px;
    /* margin: 18px auto 0 auto; */
    line-height: 1.6;
    font-weight: 500;
}

/* Categories Owl Carousel */
.ncr-categories-carousel {
    padding: 35px 0 !important;
    position: relative;
}

.ncr-categories-carousel .owl-item {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
    opacity: 0.65;
    transform: scale(0.85);
}

.ncr-categories-carousel .owl-item.center {
    opacity: 1;
    transform: scale(1.1);
    z-index: 2;
}

.ncr-cat-card-link {
    display: block;
    text-decoration: none !important;
    margin: 16px 11px;
}

.ncr-cat-card {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    /* Perfect 4/4 square dimension! */
    border-radius: 20px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(15, 39, 94, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.ncr-cat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(15, 39, 94, 0.12);
}

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

.ncr-cat-card:hover .ncr-cat-card-img {
    transform: scale(1.08);
}

.ncr-cat-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(15, 39, 94, 0) 50%, rgba(15, 39, 94, 0.45) 100%);
    z-index: 1;
    transition: all 0.3s ease;
}

.ncr-cat-card:hover .ncr-cat-card-overlay {
    background: linear-gradient(to bottom, rgba(15, 39, 94, 0.1) 30%, rgba(15, 39, 94, 0.65) 100%);
}

.ncr-cat-card-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    background: #ffffff;
    padding: 6px 12px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(15, 39, 94, 0.06);
    z-index: 2;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ncr-cat-card:hover .ncr-cat-card-badge {
    background: var(--ncr-blue-dark);
}

.ncr-cat-card-title {
    font-family: 'Anton', sans-serif !important;
    font-size: 14px;
    color: var(--ncr-blue-dark);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 0;
    transition: color 0.3s ease;
}

.ncr-cat-card:hover .ncr-cat-card-title {
    color: #ffffff;
}

.ncr-cat-card-arrow {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ncr-blue-dark);
    font-size: 10px;
    box-shadow: 0 4px 10px rgba(15, 39, 94, 0.08);
    z-index: 2;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ncr-cat-card:hover .ncr-cat-card-arrow {
    background: var(--ncr-red);
    color: #ffffff;
    transform: translate(2px, -2px) rotate(-45deg);
}

/* Custom Navigation arrows placed on left & right sides (Floating) */
.ncr-categories-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -24px;
    right: -24px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: calc(100% + 48px);
    pointer-events: none;
    z-index: 10;
}

.ncr-categories-carousel .owl-nav button.owl-prev,
.ncr-categories-carousel .owl-nav button.owl-next {
    pointer-events: auto;
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 1px solid rgba(15, 39, 94, 0.08) !important;
    color: var(--ncr-blue-dark) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    box-shadow: 0 4px 12px rgba(15, 39, 94, 0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.ncr-categories-carousel .owl-nav button.owl-prev:hover,
.ncr-categories-carousel .owl-nav button.owl-next:hover {
    background: var(--ncr-blue-dark) !important;
    color: #ffffff !important;
    border-color: var(--ncr-blue-dark) !important;
    box-shadow: 0 6px 15px rgba(15, 39, 94, 0.15);
}

.ncr-categories-carousel .owl-nav button.owl-prev:hover {
    transform: translateX(-4px);
}

.ncr-categories-carousel .owl-nav button.owl-next:hover {
    transform: translateX(4px);
}

/* View All Categories Button Styling */
.ncr-view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    text-decoration: none !important;
    border: 1.5px solid var(--ncr-blue-dark) !important;
    border-radius: 30px !important;
    padding: 8px 13px !important;
    background: #ffffff !important;
    color: var(--ncr-blue-dark) !important;
    font-weight: 700 !important;
    font-size: 13.5px !important;
    box-shadow: 0 4px 15px rgba(15, 39, 94, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}


.ncr-view-all-btn i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.ncr-view-all-btn:hover {
    background: var(--ncr-blue-dark) !important;
    color: var(--ncr-light) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(15, 39, 94, 0.15);
}

.ncr-view-all-btn:hover i {
    transform: translateX(4px);
}

/* Mobile & Tablet responsiveness */
@media (max-width: 991px) {
    #ncr-home-categories {
        padding: 60px 20px;
    }

    .ncr-section-title {
        text-align: center;
        font-size: 21px !important;
    }

    .ncr-categories-carousel .owl-nav {
        position: static;
        transform: none;
        width: 100%;
        justify-content: center;
        margin-top: 20px;
        gap: 12px;
    }

    .ncr-categories-carousel .owl-nav button.owl-prev:hover,
    .ncr-categories-carousel .owl-nav button.owl-next:hover {
        transform: translateY(-2px);
    }



    .ncr-cat-card-title {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    #ncr-home-categories {
        padding: 30px 15px;
    }

    #ncr-home-categories .ncr-section-header {
        flex-direction: row !important;
        /* align-items: flex-start !important; */
        gap: 15px;
    }

    #ncr-home-categories .ncr-section-subtitle {
        display: none !important;
    }

    #ncr-home-categories .text-center {
        width: 100%;
        text-align: left !important;
    }

    .ncr-view-all-btn {
        width: auto !important;
        display: inline-flex !important;
        justify-content: flex-start;
        border-radius: 30px !important;
        padding: 8px 20px !important;
        text-transform: none;
        letter-spacing: 0px;
        font-size: 14px !important;
        font-weight: 500 !important;
        background: transparent !important;
        color: var(--ncr-blue-dark) !important;
        border: 1px solid var(--ncr-blue-dark) !important;
        box-shadow: none !important;
    }

    .ncr-view-all-btn i {
        color: var(--ncr-blue-dark) !important;
    }

    .ncr-view-all-btn:active {
        transform: scale(0.98) !important;
    }

    .ncr-categories-carousel {
        padding: 10px 0 !important;
    }

    .ncr-cat-card-link {
        margin: 5px;
    }

    .ncr-cat-card {
        border-radius: 50% !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        border: 1px solid rgba(0, 0, 0, 0.03);
        width: 80px;
        height: 80px;
        margin: 0 auto;
        padding: 5px;
        background: #fff;
    }

    .ncr-cat-card-overlay,
    .ncr-cat-card-badge,
    .ncr-cat-card-arrow {
        display: none !important;
    }

    .ncr-cat-card-img {
        border-radius: 50%;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

/* ==========================================================================
   --- PREMIUM BENTO PRODUCTS GRID SECTION ---
   ========================================================================== */
#ncr-home-products {
    background-color: var(--ncr-bg-warm);
    padding: 80px 0;
    font-family: var(--ncr-font-primary);
    position: relative;
    overflow: hidden;
    /* To prevent decorative corner grid overflow */
}

/* Premium Decorative Grid Patterns for Products Section */
.ncr-prod-grid-pattern {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    opacity: 0.05;
    background-image:
        linear-gradient(rgba(15, 39, 94, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 39, 94, 0.12) 1px, transparent 1px);
    background-size: 20px 20px;
    width: 400px;
    height: 400px;
    transition: opacity 0.5s ease;
}

#ncr-home-products:hover .ncr-prod-grid-pattern {
    opacity: 0.18;
    /* Lights up interactively on hover */
}

.ncr-prod-grid-pattern-tl {
    top: 0;
    left: 0;
    border-right: 1.5px solid rgba(15, 39, 94, 0.06);
    border-bottom: 1.5px solid rgba(15, 39, 94, 0.06);
    -webkit-mask-image: radial-gradient(circle at top left, black 30%, transparent 80%);
    mask-image: radial-gradient(circle at top left, black 30%, transparent 80%);
}

.ncr-prod-grid-pattern-br {
    bottom: 0;
    right: 0;
    border-left: 1.5px solid rgba(15, 39, 94, 0.06);
    border-top: 1.5px solid rgba(15, 39, 94, 0.06);
    -webkit-mask-image: radial-gradient(circle at bottom right, black 30%, transparent 80%);
    mask-image: radial-gradient(circle at bottom right, black 30%, transparent 80%);
}

.ncr-section-header {
    margin-bottom: 10px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.ncr-section-title {
    font-size: 35px;
    /* font-weight: 800; */
    color: var(--ncr-blue-dark);
    letter-spacing: -0.5px;
    margin-bottom: 12px;
}

.ncr-section-divider {
    width: 60px;
    height: 4px;
    background: var(--ncr-red);
    border-radius: 2px;
    margin-bottom: 20px;
}

.ncr-section-subtitle {
    color: var(--ncr-gray-500);
    font-size: 15px;
    line-height: 1.6;
}

/* Tab Navigation System */
.ncr-product-tabs {
    border: none;
    gap: 15px;
    margin-bottom: 45px !important;
    margin-top: 30px !important;
}

.ncr-product-tabs .nav-item .nav-link {
    background: #ffffff;
    border: 1px solid var(--ncr-gray-200);
    color: var(--ncr-blue-dark);
    font-weight: 700;
    font-size: 14px;
    padding: 12px 28px;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(15, 39, 94, 0.02);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ncr-product-tabs .nav-item .nav-link:hover {
    border-color: var(--ncr-blue);
    color: var(--ncr-blue);
    transform: translateY(-1px);
}

.ncr-product-tabs .nav-item .nav-link.active {
    background: var(--ncr-blue-dark) !important;
    border-color: var(--ncr-blue-dark) !important;
    color: #ffffff !important;
    box-shadow: 0 8px 25px rgba(15, 39, 94, 0.15);
}

/* Bento Grid Layout */
.ncr-bento-grid {
    display: grid;
    grid-template-columns: 2.2fr 1.8fr 2.2fr;
    gap: 16px;
    align-items: stretch;
}

.ncr-grid-side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
}

.ncr-grid-center {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* SMALL CARD STYLING */
.ncr-prod-card-small {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(15, 39, 94, 0.04);
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    box-shadow: 0 4px 20px rgba(15, 39, 94, 0.015);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    /* Fix image corners clipping */
}

.ncr-prod-card-small:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(15, 39, 94, 0.06);
    border-color: rgba(15, 39, 94, 0.08);
}

.ncr-card-top-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    z-index: 5;
    gap: 6px;
}

.ncr-gift-badge {
    background: #eef2ff;
    color: #4f46e5;
    font-size: 10px;
    font-weight: 800;
    padding: 5px 10px;
    border-radius: 20px;
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 2px 8px rgba(79, 70, 229, 0.05);
}

.ncr-discount-badge {
    background: var(--ncr-red);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    padding: 5px 10px;
    border-radius: 20px;
}

.ncr-wishlist-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid var(--ncr-gray-200);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--ncr-gray-500);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.ncr-wishlist-btn:hover {
    color: var(--ncr-red);
    background: #fff5f5;
    border-color: #ffe3e3;
    transform: scale(1.1);
}

.ncr-wishlist-btn.added {
    color: var(--ncr-red);
    background: #fff5f5;
    border-color: #ffe3e3;
}

.ncr-card-img-wrapper {
    position: relative;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -15px -15px 12px -15px;
    /* Bleed top, left, right to cover card padding */
    overflow: hidden;
    background: #f8fafc;
    border-bottom: 1px solid rgba(15, 39, 94, 0.04);
    border-radius: 24px 24px 0 0;
    /* Match card's new border-radius */
}

.ncr-card-img-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.ncr-card-img {
    max-height: 85%;
    max-width: 85%;
    width: auto;
    height: auto;
    object-fit: contain;
    /* Stop cropping product details */
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    mix-blend-mode: multiply;
}

.ncr-prod-card-small:hover .ncr-card-img {
    transform: scale(1.08);
}

.ncr-card-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ncr-card-cat {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-bottom: 6px;
}

.ncr-card-cat a {
    color: var(--ncr-gray-500) !important;
    text-decoration: none !important;
}

.ncr-card-cat a:hover {
    color: var(--ncr-red) !important;
}

.ncr-card-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    height: 34px;
    overflow: hidden;
    margin-bottom: 10px;
}

.ncr-card-title a {
    color: var(--ncr-blue-dark) !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.ncr-card-title a:hover {
    color: var(--ncr-red) !important;
}

.ncr-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.ncr-card-price {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.ncr-card-price .mrp {
    font-size: 11px;
    text-decoration: line-through;
    color: var(--ncr-gray-500);
    margin-bottom: 2px;
}

.ncr-card-price .sp {
    font-size: 15px;
    font-weight: 800;
    color: var(--ncr-blue-dark);
}

.ncr-card-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

.ncr-card-view-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid rgba(15, 39, 94, 0.15);
    color: var(--ncr-blue-dark) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ncr-card-view-btn:hover {
    background: rgba(15, 39, 94, 0.02);
    border-color: var(--ncr-blue-dark);
    transform: translateY(-2px);
}

.ncr-card-cart-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--ncr-blue-dark);
    border: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ncr-card-cart-btn:hover {
    background: var(--ncr-blue);
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 4px 12px rgba(15, 39, 94, 0.15);
}


/* LARGE CARD STYLING */
.ncr-prod-card-large {
    background: linear-gradient(135deg, #ffffff 0%, #fbfbfc 100%);
    border-radius: 28px;
    border: 1px solid rgba(15, 39, 94, 0.05);
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 39, 94, 0.02);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.ncr-prod-card-large:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(15, 39, 94, 0.08);
    border-color: rgba(15, 39, 94, 0.1);
}

.ncr-large-bg-decoration {
    position: absolute;
    top: -40px;
    left: -20px;
    font-size: 260px;
    font-weight: 900;
    color: rgba(15, 39, 94, 0.025);
    line-height: 1;
    pointer-events: none;
    user-select: none;
    font-family: 'Anton', sans-serif;
}

.ncr-large-top-badges {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
}

.ncr-large-badges-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ncr-featured-badge {
    background: var(--ncr-blue-dark);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    padding: 5px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(15, 39, 94, 0.15);
}

.ncr-wishlist-btn-large {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid var(--ncr-gray-200);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--ncr-gray-500);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.ncr-wishlist-btn-large:hover {
    color: var(--ncr-red);
    background: #fff5f5;
    border-color: #ffe3e3;
    transform: scale(1.1);
}

.ncr-wishlist-btn-large.added {
    color: var(--ncr-red);
    background: #fff5f5;
    border-color: #ffe3e3;
}

.ncr-large-img-wrapper {
    position: relative;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -22px -22px 20px -22px;
    /* Bleed top, left, right to cover card padding */
    overflow: hidden;
    background: #f8fafc;
    border-bottom: 1px solid rgba(15, 39, 94, 0.04);
    border-radius: 28px 28px 0 0;
    /* Match card's new border-radius */
}

.ncr-large-img-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.ncr-large-img {
    max-height: 85%;
    max-width: 85%;
    width: auto;
    height: auto;
    object-fit: contain;
    /* Stop cropping product details */
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.ncr-prod-card-large:hover .ncr-large-img {
    transform: scale(1.06) rotate(1deg);
}

.ncr-large-details {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ncr-large-cat {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.ncr-large-cat a {
    color: var(--ncr-red) !important;
    text-decoration: none !important;
}

.ncr-large-title {
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 12px;
    height: 46px;
    overflow: hidden;
}

.ncr-large-title a {
    color: var(--ncr-blue-dark) !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.ncr-large-title a:hover {
    color: var(--ncr-red) !important;
}

.ncr-gift-badge-large {
    background: #f5f3ff;
    color: #6d28d9;
    border: 1px solid #ddd6fe;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 15px;
    align-self: flex-start;
}

.ncr-large-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.ncr-large-spec-tag {
    background: var(--ncr-gray-100);
    border: 1px solid var(--ncr-gray-200);
    color: var(--ncr-dark);
    font-size: 11px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 6px;
}

.ncr-large-price-row {
    margin-bottom: 25px;
    border-top: 1px solid var(--ncr-gray-200);
    padding-top: 15px;
}

.ncr-large-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.ncr-large-price .mrp {
    font-size: 13px;
    text-decoration: line-through;
    color: var(--ncr-gray-500);
}

.ncr-large-price .sp {
    font-size: 20px;
    font-weight: 800;
    color: var(--ncr-blue-dark);
}

.ncr-large-price .disc {
    font-size: 12px;
    font-weight: 700;
    color: var(--ncr-red-dark);
}

.ncr-large-actions {
    display: flex;
    gap: 12px;
    margin-top: auto;
}

.ncr-large-btn-cart {
    flex: 1.4;
    background: linear-gradient(135deg, var(--ncr-blue-dark) 0%, var(--ncr-blue) 100%);
    color: #ffffff;
    border: none;
    border-radius: 30px;
    /* Pill shape */
    padding: 12px 24px;
    font-weight: 700;
    font-size: 13.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(15, 39, 94, 0.15);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ncr-large-btn-cart:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 25px rgba(15, 39, 94, 0.25);
    filter: brightness(1.05);
}

.ncr-large-btn-details {
    flex: 1;
    background: #ffffff;
    color: var(--ncr-blue-dark) !important;
    border: 1.5px solid rgba(15, 39, 94, 0.15);
    border-radius: 30px;
    /* Pill shape */
    padding: 11px 20px;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ncr-large-btn-details:hover {
    background: rgba(15, 39, 94, 0.02);
    border-color: var(--ncr-blue-dark);
    transform: translateY(-2px) scale(1.02);
}

.ncr-large-btn-details i {
    font-size: 11px;
    transition: transform 0.2s ease;
}

.ncr-large-btn-details:hover i {
    transform: translateX(3px);
}


/* ==========================================================================
   --- RESPONSIVENESS AND COLLAPSE ---
   ========================================================================== */

/* Tablet Viewports */
@media (max-width: 1199px) {
    .ncr-bento-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ncr-grid-center {
        order: -1;
        /* Display featured large card at the top */
        height: auto;
    }

    .ncr-prod-card-large {
        padding: 30px;
    }

    .ncr-large-img-wrapper {
        height: 220px;
    }
}

/* Small Tablets and Large Mobiles */
@media (max-width: 767px) {
    #ncr-home-products {
        padding: 40px 0;
    }

    #ncr-home-products .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .ncr-section-title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .ncr-bento-grid {
        gap: 15px;
    }

    .ncr-grid-side {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .ncr-prod-card-small {
        padding: 10px;
        border-radius: 16px;
    }

    .ncr-card-img-wrapper {
        height: 120px;
        margin: -10px -10px 10px -10px;
        border-radius: 16px 16px 0 0;
    }

    .ncr-card-title {
        font-size: 12px;
        height: 32px;
        margin-bottom: 6px;
    }

    .ncr-card-price .sp {
        font-size: 14px;
    }

    .ncr-card-actions {
        gap: 5px;
    }

    .ncr-card-view-btn,
    .ncr-card-cart-btn {
        width: 28px;
        height: 28px;
        font-size: 10px;
    }

    .ncr-gift-badge,
    .ncr-gift-badge-large {
        display: none !important;
    }
}

/* Mobile Viewports */
@media (max-width: 575px) {
    .ncr-product-tabs {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-start !important;
        padding-bottom: 15px;
        -webkit-overflow-scrolling: touch;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .ncr-product-tabs::-webkit-scrollbar {
        display: none;
    }

    .ncr-product-tabs .nav-item {
        width: auto;
        max-width: none;
        flex-shrink: 0;
    }

    .ncr-product-tabs .nav-item .nav-link {
        width: auto;
        white-space: nowrap;
        padding: 10px 20px;
        font-size: 13px;
    }

    .ncr-product-tab-scroll {
        max-width: 100%;
    }

    .ncr-slide {
        font-size: 10px;
        white-space: normal;
        line-height: 1.2;
    }

    .ncr-coupon-slider {
        height: auto;
        min-height: 24px;
        display: flex;
        align-items: center;
    }

    .ncr-coupon-badge {
        font-size: 9px;
        padding: 1px 5px;
    }

    .ncr-logo-img {
        height: 38px;
    }

    .ncr-brand-red {
        font-size: 20px;
    }

    .ncr-brand-blue {
        font-size: 8px;
    }

    .ncr-prod-card-large {
        padding: 20px;
    }

    .ncr-large-img-wrapper {
        height: 180px;
    }

    .ncr-large-title {
        font-size: 17px;
    }

    .ncr-large-actions {
        flex-direction: column;
    }

    .ncr-large-btn-details {
        width: 100%;
    }

    /* Mobile Bottom Navigation Bar (Powerful Light Theme) */
    .ncr-mobile-bottom-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 -10px 40px rgba(15, 39, 94, 0.06);
        z-index: 9999;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 12px 10px 10px 10px;
        /* Safe area padding */
        border-radius: 24px 24px 0 0;
        border: 1px solid rgba(255, 255, 255, 0.5);
    }

    .ncr-bottom-nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        text-decoration: none !important;
        color: var(--ncr-gray-500);
        font-size: 10px;
        font-weight: 700;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        flex: 1;
        height: 45px;
    }

    .ncr-bottom-nav-item i {
        font-size: 20px;
        margin-bottom: 5px;
        color: var(--ncr-blue-dark);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .ncr-bottom-nav-item.active,
    .ncr-bottom-nav-item:hover {
        color: var(--ncr-red);
    }

    .ncr-bottom-nav-item.active i,
    .ncr-bottom-nav-item:hover i {
        color: var(--ncr-red);
        transform: translateY(-3px) scale(1.1);
    }

    /* Floating Cart Button Styles */
    .ncr-bottom-fab-container {
        position: relative;
        padding-top: 0;
        z-index: 10;
        flex: 1.2;
        /* Give it slightly more space */
    }

    .ncr-bottom-fab {
        width: 58px;
        height: 58px;
        background: linear-gradient(135deg, var(--ncr-blue-dark) 0%, var(--ncr-blue) 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -34px;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0 8px 24px rgba(15, 39, 94, 0.25);
        border: 5px solid #ffffff;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .ncr-bottom-fab i {
        color: #ffffff !important;
        font-size: 22px !important;
        margin-bottom: 0 !important;
        transition: transform 0.3s ease;
    }

    .ncr-bottom-nav-item:hover .ncr-bottom-fab {
        transform: translateX(-50%) translateY(-4px);
        background: linear-gradient(135deg, var(--ncr-red) 0%, #ff4b5c 100%);
        box-shadow: 0 12px 28px rgba(239, 35, 60, 0.3);
    }

    .ncr-bottom-nav-item:hover .ncr-bottom-fab i {
        transform: scale(1.1) rotate(-5deg);
    }

    .ncr-fab-text {
        margin-top: auto;
        /* Push text to bottom to align with others */
    }

    .ncr-bottom-nav-badge {
        position: absolute;
        top: 0px;
        right: -2px;
        background: var(--ncr-red);
        color: #ffffff;
        font-size: 10px;
        font-weight: 800;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #ffffff;
        box-shadow: 0 2px 6px rgba(239, 35, 60, 0.3);
    }

    /* Add bottom padding to body to prevent content from hiding behind nav */
    body {
        padding-bottom: 85px !important;
    }
}

/* ==========================================================================
   --- REDESIGNED PREMIUM HOME COUPON SECTION WITH COUNTDOWN TIMER (NCR) ---
   ========================================================================== */
#ncr-home-coupons {
    padding: 100px 0;
    background-color: #ffffff;
    position: relative;
    overflow: visible;
    /* To allow floating headphone & laptop to stick out */
}

.ncr-coupon-banner {
    background: linear-gradient(135deg, #e0f2fe 0%, #cffafe 50%, #bae6fd 100%);
    border-radius: 32px;
    padding: 70px 60px;
    position: relative;
    overflow: visible;
    /* Allow assets to stick out of the card borders */
    box-shadow: 0 20px 40px -10px rgba(15, 39, 94, 0.08);
    text-align: center;
}

/* Floating Vector Assets Sticking Out */
.ncr-floating-asset {
    position: absolute;
    pointer-events: none;
    z-index: 5;
    transition: transform 0.3s ease;
}

.ncr-floating-asset.headphone {
    top: -45px;
    left: -85px;
    width: 220px;
    height: auto;
    animation: ncrHeadphoneFloat 7s ease-in-out infinite;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.14));
}

.ncr-floating-asset.laptop {
    bottom: -55px;
    right: -75px;
    width: 310px;
    height: auto;
    animation: ncrLaptopFloat 8s ease-in-out infinite;
    filter: drop-shadow(0 25px 35px rgba(0, 0, 0, 0.16));
}

/* Decorative Plus Cross Elements */
.ncr-decor-plus {
    position: absolute;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    pointer-events: none;
    user-select: none;
    opacity: 0.65;
    transition: all 0.3s ease;
}

.ncr-decor-plus.blue-cross {
    color: #38bdf8;
    font-size: 30px;
}

.ncr-decor-plus.white-cross {
    color: #ffffff;
    font-size: 38px;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.05));
}

.ncr-decor-plus.p1 {
    top: 15%;
    left: 35%;
    animation: ncrCrossSpin 20s linear infinite;
}

.ncr-decor-plus.p2 {
    top: 22%;
    right: 28%;
    animation: ncrCrossSpin 24s linear infinite reverse;
}

.ncr-decor-plus.p3 {
    bottom: 20%;
    right: 36%;
    animation: ncrCrossSpin 16s linear infinite;
}

/* Keyframes for Floats & Spins */
@keyframes ncrHeadphoneFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-16px) rotate(-3.5deg);
    }
}

@keyframes ncrLaptopFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-12px) rotate(2deg);
    }
}

@keyframes ncrCrossSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Header inside Coupon Banner */
.ncr-coupon-header {

    margin-bottom: 25px;
}

.ncr-coupon-banner-title {
    font-family: 'Anton', sans-serif !important;
    font-size: 38px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 6px;
    letter-spacing: -0.2px;
}

.ncr-coupon-banner-subtitle {
    font-size: 15px;
    font-weight: 500;
    color: #475569;
    margin: 0;
}

/* Coupon Carousel Center Constrain */
.ncr-coupon-carousel {
    max-width: 620px;
    margin: 0 auto;
}

/* Glassmorphic White Coupon Voucher Card styling */
.ncr-coupon-card {
    display: flex;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 20px;
    height: 165px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(15, 39, 94, 0.03);
    margin: 15px auto;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
    width: 100%;
}

.ncr-coupon-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 38px rgba(15, 39, 94, 0.06);
}

/* Left side of Coupon Card (Value block) */
.ncr-coupon-card-value {
    width: 130px;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--ncr-blue-dark) 0%, var(--ncr-blue) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    position: relative;
    border-right: 2px dashed rgba(15, 39, 94, 0.12);
}

/* Alternate red coupon cards for outstanding visual balance */
.owl-item:nth-child(even) .ncr-coupon-card-value {
    background: linear-gradient(135deg, #f43f5e 0%, #e11d48 100%);
}

.ncr-coupon-card-value .val {
    font-family: 'Anton', sans-serif !important;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
}

.ncr-coupon-card-value .lbl {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-top: 3px;
    opacity: 0.9;
}

/* Round cutouts on the ticket divider line */
.ncr-ticket-divider-circle {
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #dbeafe;
    /* Matches banner container's color to simulate cutout */
    border-radius: 50%;
    right: -7px;
    z-index: 10;
}

.ncr-ticket-divider-circle.top {
    top: -7px;
}

.ncr-ticket-divider-circle.bottom {
    bottom: -7px;
}

/* Right side of Coupon Card (Details block) */
.ncr-coupon-card-details {
    flex-grow: 1;
    padding: 18px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}

.ncr-coupon-card-meta {
    display: flex;
    align-items: center;
}

.ncr-coupon-tag {
    background: rgba(15, 39, 94, 0.05);
    border: 1px solid rgba(15, 39, 94, 0.08);
    color: var(--ncr-blue-dark);
    font-size: 9px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.ncr-coupon-min-val {
    color: #475569;
    font-size: 10.5px;
    font-weight: 600;
    margin-left: 10px;
}

.ncr-coupon-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 4px 0 8px 0;
    line-height: 1.3;
}

/* Code box styling */
.ncr-coupon-code-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
}

.ncr-coupon-code-box {
    display: inline-flex;
    align-items: center;
    background: rgba(15, 39, 94, 0.02);
    border: 1.5px dashed rgba(15, 39, 94, 0.12);
    border-radius: 8px;
    padding: 2px 2px 2px 12px;
    transition: all 0.3s ease;
}

.ncr-coupon-code-box:hover {
    border-color: rgba(15, 39, 94, 0.24);
    background: rgba(15, 39, 94, 0.04);
}

.ncr-coupon-code-text {
    font-family: monospace;
    font-size: 14.5px;
    font-weight: 800;
    color: var(--ncr-blue-dark);
    letter-spacing: 0.5px;
}

.ncr-coupon-copy-btn {
    background-color: var(--ncr-blue-dark);
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 9.5px;
    font-weight: 800;
    cursor: pointer;
    margin-left: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 4px;
}

.ncr-coupon-copy-btn:hover {
    background-color: var(--ncr-red);
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(239, 35, 60, 0.25);
}

.ncr-coupon-copy-btn.copied {
    background-color: #10b981 !important;
    color: #ffffff !important;
    pointer-events: none;
}

/* Expiry Countdown Timer Style */
.ncr-coupon-card-footer {
    display: flex;
    align-items: center;
}

.ncr-coupon-timer-container {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ncr-timer-label {
    font-size: 10px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.ncr-coupon-timer {
    display: flex;
    align-items: center;
    gap: 3px;
}

.ncr-coupon-timer .timer-segment {
    display: flex;
    align-items: baseline;
    gap: 1px;
}

.ncr-coupon-timer .timer-segment .val {
    font-size: 12px;
    font-weight: 800;
    color: #ffffff;
    background: #0f172a;
    padding: 3px 6px;
    border-radius: 5px;
    font-family: monospace;
    min-width: 24px;
    text-align: center;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ncr-coupon-timer .timer-segment .lbl {
    font-size: 8.5px;
    font-weight: 700;
    color: #64748b;
    text-transform: lowercase;
    margin-left: 1px;
}

.ncr-coupon-timer .separator {
    font-size: 12px;
    font-weight: 800;
    color: rgba(15, 39, 94, 0.3);
    animation: ncrTimerBlink 1s ease-in-out infinite;
    margin: 0 1px;
}

.ncr-timer-expired {
    font-size: 10px;
    font-weight: 800;
    color: var(--ncr-red-dark);
    background: rgba(239, 35, 60, 0.08);
    border: 1px solid rgba(239, 35, 60, 0.2);
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

@keyframes ncrTimerBlink {

    0%,
    100% {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }
}

/* Coupon Carousel Pagination dots */
.ncr-coupon-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.ncr-coupon-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: rgba(15, 39, 94, 0.12);
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.ncr-coupon-carousel .owl-dots .owl-dot.active span {
    width: 24px;
    background: var(--ncr-blue-dark);
    border-radius: 4px;
}

/* Responsiveness for Coupon Section */
@media (max-width: 1199px) {
    .ncr-floating-asset.headphone {
        width: 170px;
        top: -40px;
        left: -50px;
    }

    .ncr-floating-asset.laptop {
        width: 240px;
        bottom: -40px;
        right: -40px;
    }
}

@media (max-width: 991px) {
    #ncr-home-coupons {
        padding: 70px 0;
        overflow: hidden;
        /* Prevent horizontal scrollbars on smaller viewports */
    }

    .ncr-coupon-banner {
        padding: 40px 45px;
    }

    .ncr-coupon-banner-title {
        font-size: 30px;
    }

    .ncr-floating-asset.headphone {
        width: 130px;
        top: -30px;
        left: -30px;
    }

    .ncr-floating-asset.laptop {
        width: 190px;
        bottom: -30px;
        right: -30px;
    }
}

@media (max-width: 767px) {

    /* Scale down and adjust positions to avoid overlapping text on smaller devices */
    .ncr-floating-asset.headphone {
        width: 95px;
        top: -35px;
        left: 20px;
    }

    .ncr-floating-asset.laptop {
        width: 125px;
        bottom: -25px;
        right: 20px;
    }

    .ncr-decor-plus {
        display: none !important;
        /* Hide crosses to avoid layout clutter */
    }
}

@media (max-width: 575px) {
    #ncr-home-coupons {
        padding: 50px 0;
    }

    .ncr-coupon-banner {
        padding: 30px 20px;
        border-radius: 24px;
    }

    .ncr-coupon-card {
        height: auto;
        min-height: 140px;
        margin: 15px auto;
    }

    .ncr-coupon-card-value {
        width: 95px;
    }

    .ncr-coupon-card-value .val {
        font-size: 22px;
    }

    .ncr-coupon-card-value .lbl {
        font-size: 9px;
        letter-spacing: 1px;
    }

    .ncr-coupon-card-details {
        padding: 14px 15px;
    }

    .ncr-coupon-card-title {
        font-size: 14.5px;
        margin: 5px 0;
    }

    .ncr-coupon-code-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .ncr-coupon-code-box {
        padding: 1px 1px 1px 10px;
    }

    .ncr-coupon-code-text {
        font-size: 12.5px;
    }

    .ncr-coupon-copy-btn {
        padding: 4px 8px;
        font-size: 9px;
        margin-left: 8px;
    }

    .ncr-coupon-min-val {
        font-size: 9.5px;
        margin-left: 8px;
    }

    /* Countdown Adjustments for Small Mobile Viewports */
    .ncr-coupon-timer-container {
        gap: 4px;
        margin-top: 5px;
    }

    .ncr-timer-label {
        font-size: 9px;
    }

    .ncr-coupon-timer .timer-segment .val {
        font-size: 11px;
        padding: 2px 4px;
        min-width: 16px;
    }

    .ncr-coupon-timer .timer-segment .lbl {
        font-size: 8px;
    }

    .ncr-coupon-timer .separator {
        font-size: 10px;
    }

    .ncr-ticket-divider-circle {
        width: 12px;
        height: 12px;
        right: -6px;
    }

    .ncr-ticket-divider-circle.top {
        top: -6px;
    }

    .ncr-ticket-divider-circle.bottom {
        bottom: -6px;
    }
}

/* ==========================================================================
   --- VOUCHER / COUPON SECTION STAMP STYLE ---
   ========================================================================== */
#ncr-home-coupons {
    padding: 25px 0 30px 0;
    /* Sleek padding with extra bottom area for watermark */
    background-color: #e8f4fa;
    /* Sleek light blue premium background */
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    box-shadow: 0 15px 45px rgba(13, 44, 107, 0.05);
}

/* Watermark Background Text at the bottom */
.ncr-coupon-watermark {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    opacity: 0.035;
    /* Very subtle watermark blend */
    pointer-events: none;
    z-index: 0;
    white-space: nowrap;
    width: 100%;
    user-select: none;
}

.ncr-watermark-circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 16px solid #0d2c6b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Anton', sans-serif;
    font-size: 75px;
    color: #0d2c6b;
    font-weight: 900;
}

.ncr-watermark-text {
    font-family: 'Anton', sans-serif;
    font-size: 145px;
    letter-spacing: 15px;
    color: #0d2c6b;
    font-weight: 900;
    text-transform: uppercase;
}

.ncr-coupon-header {
    margin-bottom: 35px;
}

.ncr-coupon-banner-title {
    font-family: 'Anton', sans-serif !important;
    font-size: 42px;
    font-weight: 800;
    color: #0d2c6b;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ncr-coupon-banner-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #475569;
}

/* Premium Jagged Ticket Card */
.ncr-premium-ticket {
    position: relative;
    width: 100%;
    max-width: 590px;
    margin: 15px auto 12px auto;
    border-radius: 4px;
    overflow: visible;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.4s ease;
}

.ncr-premium-ticket:hover {
    transform: translateY(-5px);
    filter: drop-shadow(0 25px 50px rgba(13, 44, 107, 0.16));
}

/* Wavy Top Cutout Edge */
.ncr-ticket-top {
    background-color: #ffffff;
    padding: 35px 25px 25px 25px;
    position: relative;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.ncr-ticket-top::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    height: 12px;
    background-image: radial-gradient(circle at 50% -2px, transparent 6px, #ffffff 6.5px);
    background-size: 20px 12px;
    background-repeat: repeat-x;
    z-index: 3;
}

/* Ticket Top Inner Border */
.ncr-ticket-top-inner-border {
    border: 2px solid #3c72fc;
    /* Vivid royal blue */
    display: flex;
    align-items: stretch;
    height: 100px;
    border-radius: 2px;
    overflow: hidden;
}

/* Left Value Area */
.ncr-ticket-discount-box {
    background-color: #3c72fc;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Anton', sans-serif !important;
    font-size: 38px;
    font-weight: 800;
    min-width: 125px;
    padding: 0 15px;
    text-align: center;
    border-right: 2px solid #3c72fc;
    text-shadow: 0 2px 4px rgba(60, 114, 252, 0.3);
}

/* Right Title Area */
.ncr-ticket-title-box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    background-color: #ffffff;
    text-align: left;
}

.ncr-ticket-voucher-label {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3c72fc;
    font-weight: 800;
    margin-bottom: 2px;
}

.ncr-ticket-title {
    font-family: 'Anton', sans-serif !important;
    font-size: 28px;
    font-weight: 800;
    color: #0d2c6b;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Dash Divider Line with Side Circle Cutouts */
.ncr-ticket-divider-dash {
    position: relative;
    height: 4px;
    background-color: #ffffff;
}

.ncr-ticket-divider-dash::before {
    content: '';
    position: absolute;
    left: -10px;
    top: -8px;
    width: 20px;
    height: 20px;
    background-color: #e8f4fa;
    /* Matches page background */
    border-radius: 50%;
    z-index: 5;
}

.ncr-ticket-divider-dash::after {
    content: '';
    position: absolute;
    right: -10px;
    top: -8px;
    width: 20px;
    height: 20px;
    background-color: #e8f4fa;
    /* Matches page background */
    border-radius: 50%;
    z-index: 5;
}

/* Wavy Bottom Cutout Edge */
.ncr-ticket-bottom {
    background-color: #0d2c6b;
    /* Premium Navy Blue */
    color: #ffffff;
    padding: 25px 25px 35px 25px;
    position: relative;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
}

.ncr-ticket-bottom::before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 12px;
    background-image: radial-gradient(circle at 50% 14px, transparent 6px, #0d2c6b 6.5px);
    background-size: 20px 12px;
    background-repeat: repeat-x;
    z-index: 3;
}

/* Bottom Left text details */
.ncr-ticket-bottom-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ncr-ticket-label {
    font-size: 9px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 4px;
}

.ncr-ticket-date {
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.5px;
}

/* Copy Button Badge */
.ncr-ticket-copy-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 1px dashed rgba(255, 255, 255, 0.25);
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    margin-top: 12px;
}

.ncr-ticket-copy-btn:hover {
    background: #3c72fc;
    border-color: #3c72fc;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(60, 114, 252, 0.4);
}

/* Bottom Right stars and website link */
.ncr-ticket-bottom-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.ncr-ticket-plus-icons {
    color: #3c72fc;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 4px;
    margin-bottom: 8px;
}

.ncr-ticket-website {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.9);
}

/* Premium Custom Slide controls */
.ncr-coupon-slider-controls-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    position: relative;
    z-index: 10;
}

.ncr-coupon-slider-controls {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border-radius: 40px;
    padding: 8px 16px;
    box-shadow: 0 10px 30px rgba(13, 44, 107, 0.06);
    gap: 16px;
    border: 1px solid rgba(13, 44, 107, 0.05);
}

.ncr-coupon-control-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #f1f5f9;
    color: #475569;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ncr-coupon-control-btn:hover {
    background-color: #e2e8f0;
    color: #0f172a;
    transform: scale(1.05);
}

.ncr-coupon-control-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ncr-coupon-control-dot {
    width: 8px;
    height: 8px;
    background-color: #cbd5e1;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ncr-coupon-control-dot.active {
    width: 24px;
    height: 8px;
    border-radius: 4px;
    background-color: #475569;
}

/* Right Section Aesthetic & Animation Styles */
.ncr-coupon-right-col {
    position: relative;
}

.ncr-coupon-banner-img-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    min-height: 480px;
}

/* Nike-style Big Background Text */
.ncr-coupon-bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 100%;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ncr-coupon-bg-text span {
    font-family: 'Anton', sans-serif !important;
    font-size: 7.5rem;
    font-weight: 900;
    line-height: 0.85;
    text-transform: uppercase;
    letter-spacing: -2px;
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(13, 44, 107, 0.045);
    user-select: none;
    display: block;
}

/* Concentric Sonar Rings */
.ncr-concentric-rings {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-width: 440px;
    max-height: 440px;
    z-index: 1;
    pointer-events: none;
}

.ncr-concentric-rings .ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px dashed rgba(60, 114, 252, 0.08);
}

.ncr-concentric-rings .ring-1 {
    width: 150px;
    height: 150px;
    animation: rotate-concentric 35s linear infinite;
}

.ncr-concentric-rings .ring-2 {
    width: 250px;
    height: 250px;
    border-style: solid;
    animation: rotate-concentric 45s linear infinite reverse;
}

.ncr-concentric-rings .ring-3 {
    width: 350px;
    height: 350px;
    animation: rotate-concentric 60s linear infinite;
}

.ncr-concentric-rings .ring-4 {
    width: 440px;
    height: 440px;
    border-style: solid;
    border-width: 1.5px;
    border-color: rgba(60, 114, 252, 0.04);
    animation: rotate-concentric 75s linear infinite reverse;
}

@keyframes rotate-concentric {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Floating Headphone and Laptop Images */
.ncr-floating-headphone {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 130px;
    z-index: 5;
    animation: float-headphone 6s ease-in-out infinite;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.15));
}

@keyframes float-headphone {

    0%,
    100% {
        transform: translateY(0) rotate(-6deg);
    }

    50% {
        transform: translateY(-12px) rotate(4deg);
    }
}

.ncr-coupon-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(60, 114, 252, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 2;
    animation: pulseGlow 4s infinite alternate;
}

.ncr-coupon-banner-img {
    position: relative;
    z-index: 3;
    max-height: 450px;
    filter: drop-shadow(0 25px 35px rgba(13, 44, 107, 0.18));
    animation: floatImage 8s ease-in-out infinite;
    transition: transform 0.3s ease;
}

.ncr-coupon-banner-img:hover {
    transform: scale(1.03) translateY(-5px);
}

.ncr-coupon-banner-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    position: relative;
    z-index: 5;
    margin-top: 15px;
}

.msc-banner-btn {
    padding: 12px 28px;
    font-size: 13px;
    font-weight: 800;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.msc-banner-btn.primary-btn {
    background-color: #0d2c6b;
    color: #ffffff;
    box-shadow: 0 6px 15px rgba(13, 44, 107, 0.15);
}

.msc-banner-btn.primary-btn:hover {
    background-color: var(--msc-theme-red-light-color);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(220, 53, 69, 0.25);
}

.msc-banner-btn.secondary-btn {
    background-color: transparent;
    color: #0d2c6b;
    border: 2px solid #0d2c6b;
}

.msc-banner-btn.secondary-btn:hover {
    background-color: #0d2c6b;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(13, 44, 107, 0.1);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .ncr-coupon-bg-text span {
        font-size: 6rem;
    }
}

@media (max-width: 991px) {
    .ncr-ticket-top-inner-border {
        height: 85px;
    }

    .ncr-coupon-header {
        text-align: center !important;
    }

    .ncr-ticket-discount-box {
        font-size: 32px;
        min-width: 110px;
    }

    .ncr-ticket-title {
        font-size: 22px;
    }

    .ncr-coupon-banner-img {
        max-height: 270px;
    }

    .ncr-coupon-banner-img-wrapper {
        min-height: 380px;
    }

    .ncr-coupon-bg-text span {
        font-size: 5rem;
    }
}

@media (max-width: 768px) {
    #ncr-home-coupons {
        padding: 30px 0 15px 0;
    }

    .ncr-coupon-right-col {
        display: none !important;
    }

    .ncr-coupon-banner-title {
        font-size: 26px !important;
    }

    .ncr-coupon-banner-subtitle {
        font-size: 13px !important;
        margin-top: 5px;
    }

    .ncr-premium-ticket {
        border-radius: 16px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    .ncr-ticket-top {
        padding: 12px;
    }

    .ncr-ticket-top-inner-border {
        flex-direction: row;
        height: auto;
        border-radius: 12px;
        border: 1px solid rgba(15, 39, 94, 0.05);
    }

    .ncr-ticket-discount-box {
        min-height: auto;
        min-width: 80px;
        border-right: 1px dashed rgba(15, 39, 94, 0.1);
        border-bottom: none;
        padding: 15px 10px;
        font-size: 24px;
    }

    .ncr-ticket-title-box {
        padding: 15px;
        text-align: left;
    }

    .ncr-ticket-title {
        font-size: 16px;
        margin-top: 4px;
    }

    .ncr-ticket-divider-dash {
        margin: 0 12px;
    }

    .ncr-ticket-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 15px 15px 20px 15px;
    }

    .ncr-ticket-bottom-left {
        width: 100%;
    }

    .ncr-ticket-bottom-right {
        display: none !important;
    }

    .ncr-ticket-copy-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
        border-radius: 8px;
        padding: 12px;
        font-size: 14px;
        font-weight: 700;
        margin-top: 10px;
        background: #1a3673;
        color: #fff;
        border: none;
    }

    .ncr-ticket-copy-btn i {
        color: #fff;
    }

    .ncr-ticket-label {
        font-size: 10px;
    }

    .ncr-ticket-date {
        font-size: 14px;
    }

    .ncr-floating-headphone {
        width: 90px;
        top: 0;
        left: 20px;
    }

    .ncr-coupon-bg-text span {
        font-size: 4rem;
    }

    .ncr-coupon-banner-img-wrapper {
        min-height: 320px;
    }

    .ncr-watermark-text {
        font-size: 34px;
        letter-spacing: 4px;
    }

    .ncr-watermark-circle {
        width: 50px;
        height: 50px;
        border-width: 6px;
        font-size: 24px;
    }
}

/* ==========================================================================
   --- PARTNER BRANDS SECTION UPGRADE ---
   ========================================================================== */
#ncr-home-brands {
    background-color: #ffffff;
    border-radius: 40px;
    /* matches the coupon card rounded borders */
    padding: 50px 0 60px 0px;
    margin: 60px auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(13, 44, 107, 0.03);
    border: 1px solid rgba(13, 44, 107, 0.05);
    /* Grid background pattern from image */
    background-image:
        linear-gradient(rgba(13, 44, 107, 0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 44, 107, 0.015) 1px, transparent 1px);
    background-size: 50px 50px;
    background-position: center top;
}

.ncr-brands-connection-hub {
    position: relative;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.ncr-hub-line {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(60, 114, 252, 0.15) 20%, rgba(13, 44, 107, 0.25) 50%, rgba(60, 114, 252, 0.15) 80%, transparent);
    z-index: 1;
}

.ncr-hub-dots {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    z-index: 2;
    width: 100%;
}

.ncr-hub-dots .dot {
    width: 8px;
    height: 8px;
    background-color: #3c72fc;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 2px rgba(60, 114, 252, 0.15);
}

.ncr-hub-center-box {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(60, 114, 252, 0.1);
    border: 1px solid rgba(60, 114, 252, 0.08);
    transition: transform 0.3s ease;
}

.ncr-hub-center-box:hover {
    transform: scale(1.08) rotate(90deg);
}

.ncr-hub-center-dots {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

.ncr-hub-center-dots .c-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.ncr-hub-center-dots .c-dot-1 {
    background-color: #0d2c6b;
}

.ncr-hub-center-dots .c-dot-2 {
    background-color: #3c72fc;
}

.ncr-hub-center-dots .c-dot-3 {
    background-color: #3c72fc;
}

.ncr-hub-center-dots .c-dot-4 {
    background-color: #0d2c6b;
}

.ncr-brands-header {
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.ncr-brands-title {
    font-family: 'Anton', sans-serif !important;
    font-size: 42px;
    font-weight: 400;
    color: #0d2c6b;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.ncr-brands-subtitle {
    font-size: 15px;
    color: #475569;
    max-width: 600px;
    margin: 8px auto 0 auto;
    line-height: 1.6;
}

/* Marquee Tracks Container */
.ncr-brands-marquee-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.ncr-brands-track-row {
    overflow: hidden;
    width: 100%;
    display: flex;
    mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
}

.ncr-brands-track-inner {
    display: flex;
    gap: 20px;
    width: max-content;
}

/* Scroll Animations */
.track-forward .ncr-brands-track-inner {
    animation: marquee-forward 30s linear infinite;
}

.track-reverse .ncr-brands-track-inner {
    animation: marquee-reverse 30s linear infinite;
}

.ncr-brands-track-row:hover .ncr-brands-track-inner {
    animation-play-state: paused;
}

@keyframes marquee-forward {
    0% {
        transform: translateX(0);
    }

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

@keyframes marquee-reverse {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* Brand Card styling */
.ncr-brand-card-wrapper {
    position: relative;
    padding: 5px;
}

.ncr-brand-card {
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(13, 44, 107, 0.06);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    cursor: pointer;
    text-decoration: none;
}

.ncr-brand-card img {
    width: 100%;
    height: 65%;
    object-fit: contain;
    filter: none;
    opacity: 1;
    transition: all 0.35s ease;
}

/* Hover effects */
.ncr-brand-card:hover {
    transform: scale(1.08) translateY(-4px);
    box-shadow: 0 12px 30px rgba(60, 114, 252, 0.12);
    border-color: rgba(60, 114, 252, 0.3);
    background-color: #ffffff;
}

/* Tooltip */
.ncr-brand-tooltip {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%, 10px);
    background-color: #0d2c6b;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 10px rgba(13, 44, 107, 0.15);
}

.ncr-brand-tooltip::after {
    content: '';
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 4px 4px 4px;
    border-style: solid;
    border-color: transparent transparent #0d2c6b transparent;
}

.ncr-brand-card:hover .ncr-brand-tooltip {
    opacity: 1;
    transform: translate(-50%, -10px);
}

/* View All Brands Aesthetic Button Styling */
.ncr-view-all-brands-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background-color: #ffffff;
    color: #0d2c6b !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 6px 6px 16px;
    border-radius: 30px;
    border: 1.5px solid #0d2c6b;
    box-shadow: 0 4px 12px rgba(13, 44, 107, 0.05);
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none !important;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.ncr-view-all-brands-btn .btn-arrow-circle {
    width: 28px;
    height: 28px;
    background-color: #dc3545;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    transition: all 0.35s ease;
}

.ncr-view-all-brands-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(13, 44, 107, 0.15);
    background-color: #0d2c6b;
    color: #ffffff !important;
}

.ncr-view-all-brands-btn:hover .btn-arrow-circle {
    background-color: #ffffff;
    color: #dc3545;
    transform: rotate(360deg);
}

/* Responsive Overrides */
@media (max-width: 768px) {
    #ncr-home-brands {
        padding: 30px 0 40px 0;
        margin: 20px auto;
        border-radius: 20px;
    }

    .ncr-brands-header {
        text-align: center;
        flex-direction: column !important;
        /* align-items: flex-start !important; */
        padding-left: 20px !important;
        padding-right: 20px !important;
        gap: 15px;
    }

    .ncr-brands-header>div {
        width: 100%;
    }

    .ncr-brands-title {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .ncr-brands-subtitle {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 0;
    }

    .ncr-view-all-brands-btn {
        width: auto;
        justify-content: center;
        padding: 8px 16px;
        border-radius: 30px;
        font-size: 12px;
        gap: 8px;
        margin-top: 5px;
    }

    .ncr-view-all-brands-btn .btn-arrow-circle {
        width: 26px;
        height: 26px;
        font-size: 11px;
    }

    .ncr-brand-card {
        width: 80px;
        height: 80px;
        border-radius: 16px;
    }

    .ncr-hub-line {
        left: 5%;
        right: 5%;
    }

    .ncr-hub-dots {
        gap: 15px;
    }
}

/* ==========================================================================
   --- NAIN COMPUTER REPAIR INFO SHOWCASE SECTION ---
   ========================================================================== */
#ncr-info-showcase {
    background-color: #fbfcfd;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(13, 44, 107, 0.05);
}

#ncr-info-showcase .ncr-grid-pattern-tc {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 150px;
    background-image: linear-gradient(rgba(13, 44, 107, 0.01) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 44, 107, 0.01) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none;
    z-index: 0;
}

.ncr-info-header {
    margin-bottom: 70px;
    position: relative;
    z-index: 2;
}

.ncr-info-pretitle {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #3c72fc;
    font-weight: 700;
    margin-bottom: 12px;
    display: inline-block;
}

.ncr-info-title {
    font-family: 'Anton', sans-serif !important;
    font-size: 42px;
    color: #0d2c6b;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 18px;
}

.ncr-info-subtitle {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    color: #5a6e85;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Row & Column Layout */
.ncr-info-row {
    position: relative;
    z-index: 2;
}

.ncr-info-col-side {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ncr-info-col-side .ncr-info-card.mt-4 {
    margin-top: 0 !important;
}

.ncr-info-col-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    /* height: 100%; */
    position: relative;
}

/* Feature Cards Styling */
.ncr-info-card {
    background: #ffffff;
    border: 1px solid rgba(13, 44, 107, 0.08);
    border-radius: 24px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(13, 44, 107, 0.02);
    transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

.ncr-info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(13, 44, 107, 0.08);
    border-color: rgba(60, 114, 252, 0.25);
}

.ncr-info-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(13, 44, 107, 0.05);
    color: #0d2c6b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin: 0 auto 12px auto;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ncr-info-card:hover .ncr-info-icon-wrapper {
    background-color: #3c72fc;
    color: #ffffff;
    transform: scale(1.1);
}

.ncr-info-card-title {
    font-family: 'Anton', sans-serif !important;
    font-size: 16px;
    color: #0d2c6b;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ncr-info-card-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13.5px;
    color: #6c7a89;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Center Image Styling & Glow */
.ncr-info-center-image-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.ncr-info-center-img {
    max-width: 90%;
    height: auto;
    z-index: 2;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    filter: drop-shadow(0 20px 30px rgba(13, 44, 107, 0.06));
}

.ncr-info-center-image-wrapper:hover .ncr-info-center-img {
    transform: scale(1.05);
    filter: drop-shadow(0 25px 40px rgba(13, 44, 107, 0.12));
}

.ncr-info-center-glow {
    position: absolute;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(60, 114, 252, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: 1;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Responsive Showcases */
@media (max-width: 992px) {
    #ncr-info-showcase {
        padding: 70px 0;
    }

    .ncr-info-row {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
        margin-left: 0;
        margin-right: 0;
    }

    .ncr-info-col-center {
        order: -1;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 auto 15px auto;
        padding: 0;
    }

    .ncr-info-col-side {
        display: contents;
    }

    .ncr-info-card {
        width: calc(50% - 7.5px);
        padding: 15px 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ncr-info-card-desc {
        display: none !important;
    }

    .ncr-info-icon-wrapper {
        width: 38px;
        height: 38px;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .ncr-info-card-title {
        font-size: 13px;
        margin-bottom: 0;
        line-height: 1.3;
    }

    .ncr-comparison-slider {
        height: auto !important;
        aspect-ratio: 16 / 9;
        min-height: 250px !important;
    }
}

@media (max-width: 576px) {
    #ncr-info-showcase {
        padding: 40px 0;
    }

    .ncr-info-header {
        margin-bottom: 30px;
    }

    .ncr-info-pretitle {
        font-size: 11px;
        margin-bottom: 6px;
    }

    .ncr-info-title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .ncr-info-subtitle {
        font-size: 13px;
        line-height: 1.5;
    }

    .ncr-info-card {
        padding: 12px 10px;
    }
}

/* ==========================================================================
   --- IMAGE COMPARISON SLIDER STYLES ---
   ========================================================================== */
.ncr-comparison-slider {
    position: relative;
    width: 100%;
    height: 555px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(13, 44, 107, 0.08);
    border: 1px solid rgba(13, 44, 107, 0.08);
    user-select: none;
    -webkit-user-select: none;
    z-index: 2;
}

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

.ncr-slider-overlay-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.ncr-slider-overlay-wrapper .overlay-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-width: none;
    object-fit: cover;
}

.ncr-slider-range {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: ew-resize;
    z-index: 10;
    margin: 0;
    padding: 0;
}

.ncr-slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 8px rgba(13, 44, 107, 0.3);
    z-index: 5;
    pointer-events: none;
    transform: translateX(-50%);
}

.ncr-slider-handle-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #0d2c6b;
    border: 3px solid #ffffff;
    box-shadow: 0 4px 12px rgba(13, 44, 107, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    gap: 3px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ncr-comparison-slider:hover .ncr-slider-handle-button {
    background-color: #3c72fc;
    transform: translate(-50%, -50%) scale(1.1);
}

/* ==========================================================================
   --- PREMIUM ACCESSORIES SHOWCASE SECTION ---
   ========================================================================== */
#ncr-accessories-showcase {
    position: relative;
    background-color: #ffffff;
    padding: 85px 0;
    overflow: hidden;
    color: #0d2c6b;
    z-index: 1;
    border-bottom: 1px solid rgba(13, 44, 107, 0.05);
}

/* Subtle decorative grid pattern matching the other sections */
.ncr-acc-grid-pattern {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(13, 44, 107, 0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 44, 107, 0.015) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none;
    z-index: 0;
}

/* Header */
.ncr-accessories-header {
    max-width: 700px;
    margin: 0 auto 50px auto;
    position: relative;
    z-index: 2;
}

.ncr-acc-pretitle {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #3c72fc;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 12px;
}

.ncr-acc-title {
    font-family: 'Anton', sans-serif !important;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #0d2c6b;
    text-transform: uppercase;
    margin-bottom: 18px;
    line-height: 1.1;
}

.ncr-acc-divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #3c72fc 0%, #dc3545 100%);
    border-radius: 2px;
    margin-bottom: 20px;
}

.ncr-acc-subtitle {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    color: #5a6e85;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Accessory Cards Grid */
.ncr-acc-card {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(13, 44, 107, 0.06);
    border-radius: 20px;
    padding: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 2;
    box-shadow: 0 4px 20px rgba(13, 44, 107, 0.015);
}

.ncr-acc-card:hover {
    transform: translateY(-6px);
    border-color: rgba(60, 114, 252, 0.25);
    box-shadow: 0 12px 28px rgba(13, 44, 107, 0.06);
}

/* Discount Badge */
.ncr-acc-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #dc3545;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 20px;
    z-index: 5;
    box-shadow: 0 2px 6px rgba(220, 53, 69, 0.15);
}

/* Image Wrapper */
.ncr-acc-img-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    overflow: hidden;
    background-color: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.ncr-acc-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ncr-acc-card:hover .ncr-acc-img {
    transform: scale(1.08);
}

/* Actions Overlay */
.ncr-acc-actions-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 3;
}

.ncr-acc-img-wrapper:hover .ncr-acc-actions-overlay {
    opacity: 1;
}

.ncr-acc-action-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #0d2c6b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(13, 44, 107, 0.08);
    font-size: 14px;
    text-decoration: none !important;
}

.ncr-acc-action-btn:hover {
    background-color: #3c72fc;
    border-color: #3c72fc;
    color: #ffffff;
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(60, 114, 252, 0.2);
}

.ncr-acc-action-btn.product-add-to-wishlist.added {
    color: #dc3545;
    background-color: rgba(220, 53, 69, 0.05);
    border-color: rgba(220, 53, 69, 0.1);
}

.ncr-acc-action-btn.product-add-to-wishlist.added:hover {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: 0 4px 10px rgba(220, 53, 69, 0.2);
}

/* Card Info */
.ncr-acc-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.ncr-acc-card-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 38px;
    /* lock title height for symmetry */
}

.ncr-acc-card-title a {
    color: #0d2c6b;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.ncr-acc-card-title a:hover {
    color: #3c72fc;
}

/* Card Footer */
.ncr-acc-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.ncr-acc-price-box {
    display: flex;
    flex-direction: column;
}

.ncr-acc-price-box .mrp {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 11px;
    text-decoration: line-through;
    color: #718096;
    margin-bottom: 2px;
}

.ncr-acc-price-box .sp {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #0d2c6b;
}

/* Quick Add to Cart Button */
.ncr-acc-cart-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #3c72fc;
    color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 3px 8px rgba(60, 114, 252, 0.2);
}

.ncr-acc-cart-btn:hover {
    background-color: #dc3545;
    transform: scale(1.1);
    box-shadow: 0 3px 8px rgba(220, 53, 69, 0.25);
}

/* Mobile & Tablet Overrides */
@media (max-width: 992px) {
    #ncr-accessories-showcase {
        padding: 60px 0;
    }

    .ncr-acc-title {
        font-size: 32px;
    }

    .ncr-acc-subtitle {
        font-size: 14.5px;
    }

    .ncr-acc-card {
        padding: 10px;
        border-radius: 16px;
    }

    .ncr-acc-img-wrapper {
        margin-bottom: 10px;
    }

    .ncr-acc-card-title {
        font-size: 13px;
        height: 36px;
    }

    .ncr-acc-price-box .sp {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    #ncr-accessories-showcase {
        padding: 50px 0;
    }

    .ncr-acc-title {
        font-size: 28px;
    }

    .ncr-acc-subtitle {
        font-size: 13.5px;
    }
}

/* ==========================================================================
   --- FAQ SECTION STYLES ---
   ========================================================================== */
#ncr-home-faq {
    position: relative;
    background-color: #fbfcfd;
    padding: 90px 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(13, 44, 107, 0.05);
}

.ncr-faq-sticky-header {
    position: sticky;
    top: 100px;
    z-index: 2;
}

.ncr-faq-pretitle {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #3c72fc;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 12px;
}

.ncr-faq-title {
    font-family: 'Anton', sans-serif !important;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #0d2c6b;
    text-transform: uppercase;
    margin-bottom: 18px;
    line-height: 1.1;
}

.ncr-faq-divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #3c72fc 0%, #dc3545 100%);
    border-radius: 2px;
    margin-bottom: 20px;
}

.ncr-faq-subtitle {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    color: #5a6e85;
    line-height: 1.6;
    margin-bottom: 0;
}

/* CTA Box */
.ncr-faq-cta-box {
    background: #ffffff;
    border: 1px solid rgba(13, 44, 107, 0.06);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    gap: 15px;
    box-shadow: 0 4px 20px rgba(13, 44, 107, 0.015);
}

.ncr-faq-cta-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background-color: rgba(60, 114, 252, 0.08);
    color: #3c72fc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.ncr-faq-cta-content h6 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #0d2c6b;
    margin-bottom: 4px;
}

.ncr-faq-cta-content p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    color: #5a6e85;
    margin-bottom: 10px;
    line-height: 1.4;
}

.ncr-faq-cta-link {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #3c72fc;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
}

.ncr-faq-cta-link i {
    transition: transform 0.3s ease;
}

.ncr-faq-cta-link:hover {
    color: #0d2c6b;
}

.ncr-faq-cta-link:hover i {
    transform: translateX(4px);
}

/* Accordion */
.ncr-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ncr-faq-item {
    background: #ffffff;
    border: 1px solid rgba(13, 44, 107, 0.06);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 15px rgba(13, 44, 107, 0.01);
}

.ncr-faq-item:hover {
    border-color: rgba(60, 114, 252, 0.2);
    box-shadow: 0 10px 25px rgba(13, 44, 107, 0.03);
}

.ncr-faq-item:has(.show) {
    border-color: rgba(60, 114, 252, 0.3);
    box-shadow: 0 10px 25px rgba(13, 44, 107, 0.04);
}

.ncr-faq-trigger {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: left;
    cursor: pointer;
    outline: none !important;
}

.ncr-faq-question-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #0d2c6b;
    transition: color 0.3s ease;
}

.ncr-faq-trigger:not(.collapsed) .ncr-faq-question-text {
    color: #3c72fc;
}

.ncr-faq-icon-wrapper {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: rgba(13, 44, 107, 0.04);
    color: #0d2c6b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ncr-faq-trigger:not(.collapsed) .ncr-faq-icon-wrapper {
    background-color: #3c72fc;
    color: #ffffff;
    transform: rotate(45deg);
}

.ncr-faq-body {
    padding: 0 24px 20px 24px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14.5px;
    color: #5a6e85;
    line-height: 1.6;
}

.ncr-faq-body p:last-child {
    margin-bottom: 0;
}

/* Subtle background grid pattern decoration */
.ncr-faq-grid-pattern {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(13, 44, 107, 0.012) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 44, 107, 0.012) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none;
    z-index: 0;
}

/* Responsive */
@media (max-width: 992px) {
    #ncr-home-faq {
        padding: 70px 0;
    }

    .ncr-faq-sticky-header {
        position: relative;
        top: 0;
    }

    .ncr-faq-title {
        font-size: 32px;
    }

    .ncr-faq-subtitle {
        font-size: 14.5px;
    }

    .ncr-faq-question-text {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    #ncr-home-faq {
        padding: 60px 0;
    }

    .ncr-faq-title {
        font-size: 28px;
    }

    .ncr-faq-trigger {
        padding: 16px 20px;
    }

    .ncr-faq-body {
        padding: 0 20px 16px 20px;
    }
}

/* ==========================================================================
   --- PREMIUM REVIEWS & CONVERSATION MODALS STYLES ---
   ========================================================================== */
#msc-happy-cutomer {
    position: relative;
    background-color: #ffffff;
    padding: 50px 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(13, 44, 107, 0.05);
}

.ncr-reviews-grid-pattern {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(13, 44, 107, 0.012) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 44, 107, 0.012) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none;
    z-index: 0;
}

.ncr-reviews-header {
    max-width: 700px;
    margin: 0 auto 50px auto;
    position: relative;
    z-index: 2;
}

.ncr-reviews-pretitle {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #3c72fc;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 12px;
}

.ncr-reviews-title {
    font-family: 'Anton', sans-serif !important;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #0d2c6b;
    text-transform: uppercase;
    margin-bottom: 18px;
    line-height: 1.1;
}

.ncr-reviews-divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #3c72fc 0%, #dc3545 100%);
    border-radius: 2px;
    margin-bottom: 20px;
}

.ncr-reviews-subtitle {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    color: #5a6e85;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Reviews Card Layout */
.ncr-review-card {
    background: #ffffff;
    border: 1px solid rgba(13, 44, 107, 0.06);
    border-radius: 24px;
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 6px 20px rgba(13, 44, 107, 0.01);
    z-index: 2;
    position: relative;
}

.ncr-review-card:hover {
    transform: translateY(-6px);
    border-color: rgba(60, 114, 252, 0.2);
    box-shadow: 0 16px 36px rgba(13, 44, 107, 0.05);
}

.ncr-review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d2c6b 0%, #3c72fc 100%);
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ncr-review-author-name {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #0d2c6b;
    margin-bottom: 4px;
}

.ncr-review-rating {
    display: flex;
    gap: 3px;
}

.ncr-review-rating i {
    font-size: 11px;
}

.star-active {
    color: #ffb800;
}

.star-inactive {
    color: #e2e8f0;
}

.ncr-review-quote-icon {
    font-size: 20px;
    color: rgba(60, 114, 252, 0.12);
}

.ncr-review-card-body {
    margin: 20px 0;
}

.ncr-review-teaser {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #5a6e85;
    margin-bottom: 0;
    font-style: italic;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
}

.ncr-review-action-btn {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #0d2c6b;
    background-color: #f8fafc;
    border: 1px solid rgba(13, 44, 107, 0.08);
    border-radius: 12px;
    padding: 10px 16px;
    transition: all 0.3s ease;
}

.ncr-review-action-btn:hover {
    background-color: #3c72fc;
    border-color: #3c72fc;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(60, 114, 252, 0.25);
}

/* Modal Conversation Thread Styles */
.ncr-review-modal .modal-content {
    border-radius: 24px;
    border: none;
    box-shadow: 0 20px 50px rgba(13, 44, 107, 0.08);
    overflow: hidden;
}

.ncr-review-modal .modal-header {
    border-bottom: 1px solid rgba(13, 44, 107, 0.06);
    padding: 20px 24px;
}

.ncr-review-modal .modal-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #0d2c6b;
}

.ncr-review-modal .modal-footer {
    border-top: 1px solid rgba(13, 44, 107, 0.06);
    padding: 16px 24px;
}

.ncr-review-modal .ncr-modal-close-btn {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 13.5px;
    background-color: #f8fafc;
    border: 1px solid rgba(13, 44, 107, 0.08);
    color: #0d2c6b;
    border-radius: 12px;
    padding: 8px 20px;
    transition: all 0.3s ease;
}

.ncr-review-modal .ncr-modal-close-btn:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #ffffff;
}

.ncr-chat-thread {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.ncr-chat-bubble {
    padding: 16px 20px;
    border-radius: 18px;
    max-width: 85%;
    position: relative;
    box-shadow: 0 2px 10px rgba(13, 44, 107, 0.01);
}

.ncr-chat-bubble.customer {
    align-self: flex-start;
    background-color: #f8fafc;
    color: #0d2c6b;
    border: 1px solid rgba(13, 44, 107, 0.06);
    border-bottom-left-radius: 4px;
}

.ncr-chat-bubble.support {
    align-self: flex-end;
    background-color: rgba(60, 114, 252, 0.05);
    color: #0d2c6b;
    border: 1px solid rgba(60, 114, 252, 0.12);
    border-bottom-right-radius: 4px;
}

.ncr-chat-sender {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.ncr-chat-bubble.customer .sender-name {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #3c72fc;
}

.ncr-chat-bubble.support .sender-name {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #0d2c6b;
}

.ncr-chat-sender .sender-time {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 11px;
    color: #a0aec0;
    margin-left: 8px;
    font-weight: 500;
}

.ncr-chat-sender .sender-badge {
    background-color: #28a745;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 10px;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 20px;
    margin-left: 8px;
}

.ncr-chat-text {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #5a6e85;
    word-break: break-word;
}

.ncr-chat-stars i {
    font-size: 10px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    #msc-happy-cutomer {
        padding: 70px 0;
    }

    .ncr-reviews-title {
        font-size: 32px;
    }

    .ncr-reviews-subtitle {
        font-size: 14.5px;
    }
}

@media (max-width: 576px) {
    #msc-happy-cutomer {
        padding: 60px 0;
    }

    .ncr-reviews-title {
        font-size: 28px;
    }

    .ncr-review-card {
        padding: 20px;
        border-radius: 20px;
    }

    .ncr-chat-bubble {
        max-width: 95%;
    }
}

/* Force Owl Carousel slides to equal heights */
.msc-testomonial-carsouel .owl-stage {
    display: flex !important;
}

.msc-testomonial-carsouel .item {
    height: 100% !important;
    display: flex;
    flex-direction: column;
}

.msc-testomonial-carsouel .ncr-review-card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* ==========================================================================
   --- ACCESSORIES CAROUSEL STYLES & EQUAL HEIGHT CARDS ---
   ========================================================================== */
.ncr-accessories-carousel .owl-stage {
    display: flex !important;
}

.ncr-accessories-carousel .owl-item {
    display: flex !important;
    flex-direction: column;
}

.ncr-accessories-carousel .item {
    height: 100% !important;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.ncr-accessories-carousel .ncr-acc-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Custom Navigation arrows placed on left & right sides (Floating) */
.ncr-accessories-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -28px;
    right: -28px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: calc(100% + 56px);
    pointer-events: none;
    z-index: 10;
}

.ncr-accessories-carousel .owl-nav button.owl-prev,
.ncr-accessories-carousel .owl-nav button.owl-next {
    pointer-events: auto;
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 1px solid rgba(15, 39, 94, 0.08) !important;
    color: var(--ncr-blue-dark) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    box-shadow: 0 4px 12px rgba(15, 39, 94, 0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.ncr-accessories-carousel .owl-nav button.owl-prev:hover,
.ncr-accessories-carousel .owl-nav button.owl-next:hover {
    background: var(--ncr-blue-dark) !important;
    color: #ffffff !important;
    border-color: var(--ncr-blue-dark) !important;
    box-shadow: 0 6px 15px rgba(15, 39, 94, 0.15);
}

.ncr-accessories-carousel .owl-nav button.owl-prev:hover {
    transform: translateX(-4px);
}

.ncr-accessories-carousel .owl-nav button.owl-next:hover {
    transform: translateX(4px);
}

/* Overrides for mobile/tablet screens to keep the arrows within boundary if needed */
@media (max-width: 992px) {
    .ncr-accessories-carousel .owl-nav {
        left: -12px;
        right: -12px;
        width: calc(100% + 24px);
    }

    .ncr-accessories-carousel .owl-nav button.owl-prev,
    .ncr-accessories-carousel .owl-nav button.owl-next {
        width: 36px;
        height: 36px;
        font-size: 12px !important;
    }
}

/* ==========================================================================
   --- SUBCATEGORIES SHOWCASE SECTION ---
   ========================================================================== */
#ncr-subcategories-showcase {
    position: relative;
    background-color: #fbfcfd;
    padding: 50px 0;
    overflow: hidden;
    color: #0d2c6b;
    z-index: 1;
    border-bottom: 1px solid rgba(13, 44, 107, 0.05);
}

.ncr-subcat-grid-pattern {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(13, 44, 107, 0.01) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 44, 107, 0.01) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none;
    z-index: 0;
}

.ncr-subcat-header {
    position: relative;
    z-index: 2;
}

.ncr-subcat-header-left {
    max-width: 650px;
}

.ncr-subcat-pretitle {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #3c72fc;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 12px;
}

.ncr-subcat-title {
    font-family: 'Anton', sans-serif !important;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #0d2c6b;
    text-transform: uppercase;
    margin-bottom: 18px;
    line-height: 1.1;
}

.ncr-subcat-divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #3c72fc 0%, #dc3545 100%);
    border-radius: 2px;
    margin-bottom: 20px;
}

.ncr-subcat-subtitle {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    color: #5a6e85;
    line-height: 1.6;
    margin-bottom: 0;
}

/* View All Subcategories Button */
.ncr-view-all-subcategories-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background-color: #ffffff;
    color: #0d2c6b !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 6px 6px 16px;
    border-radius: 30px;
    border: 1.5px solid #0d2c6b;
    box-shadow: 0 4px 12px rgba(13, 44, 107, 0.05);
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none !important;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.ncr-view-all-subcategories-btn .btn-arrow-circle {
    width: 28px;
    height: 28px;
    background-color: #dc3545;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    transition: all 0.35s ease;
}

.ncr-view-all-subcategories-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(13, 44, 107, 0.15);
    background-color: #0d2c6b;
    color: #ffffff !important;
}

.ncr-view-all-subcategories-btn:hover .btn-arrow-circle {
    background-color: #ffffff;
    color: #dc3545;
    transform: rotate(360deg);
}

/* Subcategory Cards */
.ncr-subcat-card {
    background: #ffffff;
    border: 1px solid rgba(13, 44, 107, 0.06);
    border-radius: 24px;
    padding: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 20px rgba(13, 44, 107, 0.01);
    position: relative;
    z-index: 2;
}

.ncr-subcat-card:hover {
    transform: translateY(-8px);
    border-color: rgba(60, 114, 252, 0.25);
    box-shadow: 0 15px 35px rgba(13, 44, 107, 0.08);
}

.ncr-subcat-img-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 18px;
    overflow: hidden;
    background-color: #f8fafc;
    margin-bottom: 18px;
}

.ncr-subcat-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ncr-subcat-card:hover .ncr-subcat-img {
    transform: scale(1.08);
}

.ncr-subcat-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(13, 44, 107, 0.2) 0%, transparent 80%);
    pointer-events: none;
}

.ncr-subcat-discount-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #dc3545 0%, #ff5263 100%);
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 11px;
    padding: 5px 12px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(220, 53, 69, 0.2);
    z-index: 3;
}

.ncr-subcat-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ncr-subcat-card-title {
    font-family: 'Anton', sans-serif !important;
    font-size: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
    line-height: 1.3;
}

.ncr-subcat-card-title a {
    color: #0d2c6b;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.ncr-subcat-card-title a:hover {
    color: #3c72fc;
}

.ncr-subcat-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #3c72fc;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 13.5px;
    text-decoration: none !important;
    transition: color 0.3s ease;
    margin-top: auto;
    width: fit-content;
}

.ncr-subcat-btn .btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background-color: rgba(60, 114, 252, 0.08);
    color: #3c72fc;
    border-radius: 50%;
    font-size: 10px;
    transition: all 0.3s ease;
}

.ncr-subcat-btn:hover {
    color: #dc3545;
}

.ncr-subcat-btn:hover .btn-icon {
    background-color: #dc3545;
    color: #ffffff;
    transform: translateX(4px);
}

/* Equal Stage Heights for Carousel */
.ncr-subcategories-carousel .owl-stage {
    display: flex !important;
}

.ncr-subcategories-carousel .owl-item {
    display: flex !important;
    flex-direction: column;
}

.ncr-subcategories-carousel .item {
    height: 100% !important;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.ncr-subcategories-carousel .ncr-subcat-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Floating Navigation Arrows */
.ncr-subcategories-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -28px;
    right: -28px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: calc(100% + 56px);
    pointer-events: none;
    z-index: 10;
}

.ncr-subcategories-carousel .owl-nav button.owl-prev,
.ncr-subcategories-carousel .owl-nav button.owl-next {
    pointer-events: auto;
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 1px solid rgba(15, 39, 94, 0.08) !important;
    color: var(--ncr-blue-dark) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    box-shadow: 0 4px 12px rgba(15, 39, 94, 0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.ncr-subcategories-carousel .owl-nav button.owl-prev:hover,
.ncr-subcategories-carousel .owl-nav button.owl-next:hover {
    background: var(--ncr-blue-dark) !important;
    color: #ffffff !important;
    border-color: var(--ncr-blue-dark) !important;
    box-shadow: 0 6px 15px rgba(15, 39, 94, 0.15);
}

.ncr-subcategories-carousel .owl-nav button.owl-prev:hover {
    transform: translateX(-4px);
}

.ncr-subcategories-carousel .owl-nav button.owl-next:hover {
    transform: translateX(4px);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    #ncr-subcategories-showcase {
        padding: 60px 0;
    }

    .ncr-subcat-title {
        font-size: 32px;
    }

    .ncr-subcat-subtitle {
        font-size: 14px;
    }

    .ncr-subcat-card {
        padding: 12px;
        border-radius: 20px;
    }

    .ncr-subcat-img-wrapper {
        margin-bottom: 12px;
    }

    .ncr-subcat-card-title {
        font-size: 18px;
    }

    .ncr-subcategories-carousel .owl-nav {
        left: -12px;
        right: -12px;
        width: calc(100% + 24px);
    }

    .ncr-subcategories-carousel .owl-nav button.owl-prev,
    .ncr-subcategories-carousel .owl-nav button.owl-next {
        width: 36px;
        height: 36px;
        font-size: 12px !important;
    }
}

@media (max-width: 576px) {
    #ncr-subcategories-showcase {
        padding: 50px 0;
    }

    .ncr-subcat-title {
        font-size: 28px;
    }

    .ncr-subcat-header {
        text-align: center;
        flex-direction: column !important;
        align-items: center !important;
    }

    .ncr-subcat-header-left {
        max-width: 100%;
    }

    .ncr-subcat-divider {
        margin-left: auto;
        margin-right: auto;
    }
}

/* ==========================================================================
   --- SUBCATEGORIES LISTING CARDS ON CATEGORY PAGE ---
   ========================================================================== */
.ncr-subcat-view-card {
    background: #ffffff;
    border: 1px solid rgba(13, 44, 107, 0.05);
    /* Reduced border weight */
    border-radius: 20px;
    padding: 12px;
    /* Reduced from 14px */
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 15px rgba(13, 44, 107, 0.01);
    position: relative;
    height: 100%;
}

.ncr-subcat-view-card:hover {
    transform: translateY(-5px);
    /* Reduced vertical translates */
    border-color: rgba(60, 114, 252, 0.2);
    box-shadow: 0 10px 25px rgba(13, 44, 107, 0.06);
}

.ncr-subcat-view-img-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 11;
    border-radius: 12px;
    /* Slightly tighter border radius */
    overflow: hidden;
    background-color: #f8fafc;
    margin-bottom: 10px;
    /* Reduced from 15px */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    /* Restrict image bounds */
}

.ncr-subcat-view-img {
    max-width: 100%;
    /* Shrunk width */
    max-height: 100%;
    /* Shrunk height */
    width: auto;
    height: auto;
    object-fit: contain;
    /* Professional nested contain */
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ncr-subcat-view-card:hover .ncr-subcat-view-img {
    transform: scale(1.06);
}

.ncr-subcat-view-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(13, 44, 107, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.ncr-subcat-view-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(135deg, #dc3545 0%, #ff5263 100%);
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 9.5px;
    padding: 3px 8px;
    border-radius: 20px;
    box-shadow: 0 3px 8px rgba(220, 53, 69, 0.15);
    z-index: 3;
}

.ncr-subcat-view-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    /* Center-align flex items */
    text-align: center;
    /* Center-align text titles */
}

.ncr-subcat-view-title {
    font-family: 'Anton', sans-serif !important;
    font-size: 18px;
    /* Increased to 18px */
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 0px;
    /* Reduced from 10px */
    line-height: 1.2;
    margin-top: 10px;
}

.ncr-subcat-view-title a {
    color: #0d2c6b;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.ncr-subcat-view-title a:hover {
    color: #3c72fc;
}

.ncr-subcat-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #3c72fc;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none !important;
    transition: color 0.3s ease;
    margin-top: auto;
    width: fit-content;
}

.ncr-subcat-view-btn .btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: rgba(60, 114, 252, 0.08);
    color: #3c72fc;
    border-radius: 50%;
    font-size: 9px;
    transition: all 0.3s ease;
}

.ncr-subcat-view-btn:hover {
    color: #dc3545;
}

.ncr-subcat-view-btn:hover .btn-icon {
    background-color: #dc3545;
    color: #ffffff;
    transform: translateX(4px);
}

/* Empty subcategories stay tuned styling */
.ncr-no-subcat-box {
    background: #ffffff;
    border: 1px dashed rgba(13, 44, 107, 0.15);
    border-radius: 24px;
    padding: 60px 40px;
    max-width: 550px;
    margin: 40px auto;
    box-shadow: 0 10px 30px rgba(13, 44, 107, 0.01);
}

.ncr-no-subcat-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(60, 114, 252, 0.06);
    color: #3c72fc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 24px auto;
    animation: pulseGlow 2s infinite alternate;
}

.ncr-no-subcat-box h3 {
    font-family: 'Anton', sans-serif !important;
    font-size: 26px;
    text-transform: uppercase;
    color: #0d2c6b;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.ncr-no-subcat-box p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14.5px;
    color: #6c7a89;
    line-height: 1.6;
    margin-bottom: 0;
}

@keyframes pulseGlow {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(60, 114, 252, 0.2);
    }

    100% {
        transform: scale(1.05);
        box-shadow: 0 0 15px 4px rgba(60, 114, 252, 0.1);
    }
}

/* ==========================================================================
   --- HIGH-TECH SUBCATEGORY & CATEGORY PAGE REDESIGN (LIGHT THEME) ---
   ========================================================================== */

#ncr-category-hero-header {
    position: relative;
    background: linear-gradient(135deg, #f8fafc 0%, #eef3ff 100%);
    padding: 30px 0;
    /* Compact vertical padding */
    overflow: hidden;
    color: #0d2c6b;
    border-bottom: 2px solid rgba(60, 114, 252, 0.08);
}

#ncr-category-hero-header::before {
    content: '';
    position: absolute;
    top: -80px;
    right: 15%;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(220, 53, 69, 0.04) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: 1;
    pointer-events: none;
    filter: blur(50px);
}

#ncr-category-hero-header::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: 10%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(60, 114, 252, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: 1;
    pointer-events: none;
    filter: blur(60px);
}

.ncr-hero-content-inner {
    position: relative;
    z-index: 2;
}

#ncr-category-hero-header .ncr-subcat-grid-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(13, 44, 107, 0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 44, 107, 0.015) 1px, transparent 1px);
    background-size: 16px 16px;
    /* Sleeker square box patterns */
    -webkit-mask-image: radial-gradient(circle at center, black, transparent 80%);
    mask-image: radial-gradient(circle at center, black, transparent 80%);
    pointer-events: none;
    z-index: 0;
    opacity: 0.8;
}

.ncr-hero-breadcrumb-pill {
    display: inline-flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(13, 44, 107, 0.08);
    padding: 5px 15px;
    border-radius: 30px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    margin: 0 auto 12px auto;
    /* Centered layout */
    box-shadow: 0 2px 8px rgba(13, 44, 107, 0.01);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ncr-hero-breadcrumb-pill:hover {
    background-color: rgba(255, 255, 255, 0.95);
    border-color: rgba(60, 114, 252, 0.15);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(13, 44, 107, 0.03);
}

.ncr-hero-breadcrumb-pill a {
    color: #64748b;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.ncr-hero-breadcrumb-pill a:hover {
    color: #0d2c6b;
}

.ncr-hero-breadcrumb-pill i {
    font-size: 8px;
    color: #94a3b8;
}

.ncr-hero-breadcrumb-pill .active {
    color: #3c72fc;
}

.ncr-hero-title {
    font-family: 'Anton', sans-serif !important;
    font-size: 38px;
    /* Slightly more compact title size */
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #0d2c6b;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 1.1;
}

.ncr-hero-divider {
    width: 50px;
    height: 3.5px;
    background: linear-gradient(90deg, #3c72fc 0%, #dc3545 100%);
    border-radius: 2px;
    margin: 0 auto 12px auto;
    /* Centered layout */
}

.ncr-hero-subtitle {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13.5px;
    /* Compact readable font size */
    color: #4b5563;
    line-height: 1.6;
    /* Balanced line height for two lines */
    max-width: 700px;
    margin: 0 auto;
    /* Centered layout */
}

#ncr-catalog-showcase {
    position: relative;
    padding: 60px 0 90px 0;
    background-color: #f8fafc4d;
}

.ncr-catalog-grid-pattern {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(13, 44, 107, 0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 44, 107, 0.015) 1px, transparent 1px);
    background-size: 30px 30px;
    -webkit-mask-image: radial-gradient(circle at center, black, transparent 85%);
    mask-image: radial-gradient(circle at center, black, transparent 85%);
    pointer-events: none;
    z-index: 0;
}

/* Category Spotlight Info Card */
.ncr-category-spotlight-card {
    position: sticky;
    top: 10px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 24px;
    padding: 25px 20px;
    /* Reduced vertical & horizontal padding */
    align-self: flex-start;
    /* Aligns spotlight to top, avoiding ugly stretching */
    color: #0d2c6b;
    overflow: hidden;
    border: 1px solid rgba(13, 44, 107, 0.08);
    box-shadow: 0 10px 30px rgba(13, 44, 107, 0.03);
    z-index: 1;
}

.ncr-category-spotlight-card .ncr-spotlight-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(13, 44, 107, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 44, 107, 0.02) 1px, transparent 1px);
    background-size: 20px 20px;
    /* Square box pattern */
    pointer-events: none;
    z-index: -1;
    opacity: 0.8;
}

.ncr-category-spotlight-card .ncr-spotlight-glow {
    position: absolute;
    bottom: -150px;
    right: -150px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(60, 114, 252, 0.04) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: -1;
    filter: blur(40px);
    pointer-events: none;
}

.ncr-spotlight-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 10.5px;
    font-weight: 800;
    text-transform: uppercase;
    color: #3c72fc;
    letter-spacing: 1.5px;
    display: inline-block;
    margin-bottom: 8px;
}

.ncr-spotlight-title {
    font-family: 'Anton', sans-serif !important;
    font-size: 30px;
    /* Reduced from 36px */
    text-transform: uppercase;
    color: #0d2c6b;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.ncr-spotlight-divider {
    width: 40px;
    height: 3.5px;
    background: var(--ncr-red);
    border-radius: 2px;
    margin-bottom: 15px;
}

.ncr-spotlight-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13.5px;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 20px;
    /* Reduced from 30px */
}

.ncr-spotlight-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 12.5px;
    /* Slightly smaller text for compactness */
    font-weight: 600;
    color: #0d2c6b;
    margin-bottom: 10px;
    /* Reduced from 14px */
}

.ncr-spotlight-feature i {
    color: #dc3545;
    font-size: 14px;
}

.ncr-spotlight-feature:last-child {
    margin-bottom: 0;
}

/* Custom capsule button for subcategories */
.ncr-subcat-pill-btn {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border: 1.5px solid var(--ncr-blue-dark);
    /* Reduced border weight */
    border-radius: 30px;
    padding: 5px 5px 5px 16px;
    /* Compact pill padding */
    color: var(--ncr-blue-dark) !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 10px;
    /* More premium compact text */
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-top: 10px;
    /* Reduced gap spacing */
    box-shadow: 0 4px 12px rgba(13, 44, 107, 0.03);
}

.ncr-subcat-pill-btn .btn-text {
    margin-right: 12px;
}

.ncr-subcat-pill-btn .btn-icon {
    width: 24px;
    /* Reduced circle size */
    height: 24px;
    background-color: var(--ncr-red);
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ncr-subcat-pill-btn:hover {
    background-color: var(--ncr-blue-dark);
    color: #ffffff !important;
    border-color: var(--ncr-blue-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(13, 44, 107, 0.1);
}

.ncr-subcat-pill-btn:hover .btn-icon {
    transform: rotate(360deg);
    background-color: #ffffff;
    color: var(--ncr-red);
}

/* Horizontal landscape card overrides for single subcategory */
@media (min-width: 768px) {
    .ncr-subcat-view-card-horizontal {
        flex-direction: row !important;
        align-items: stretch;
        gap: 20px;
        /* Compact gap spacing */
        padding: 16px !important;
        /* Compact horizontal layout padding */
        height: auto !important;
    }

    .ncr-subcat-view-card-horizontal .ncr-subcat-view-img-wrapper {
        width: 45% !important;
        margin-bottom: 0 !important;
        aspect-ratio: 16 / 11;
        align-self: center;
    }

    .ncr-subcat-view-card-horizontal .ncr-subcat-view-info {
        width: 55% !important;
        justify-content: center;
        align-items: flex-start !important;
        /* Left-align in horizontal card layout */
        text-align: left !important;
    }

    .ncr-subcat-view-card-horizontal .ncr-subcat-view-title {
        font-size: 22px;
        /* More compact title size for landscape layout */
    }

    .ncr-subcat-view-card-horizontal .ncr-subcat-view-desc {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 13.5px;
        color: #6c7a89;
        line-height: 1.5;
        margin-bottom: 12px;
        margin-top: 5px;
    }
}

.ncr-subcat-view-btn-wrap {
    /* margin-top: 10px; */
    /* Reduced spacing */
}

/* Small card out of stock badge styling */
.ncr-out-of-stock-badge {
    background-color: var(--ncr-red);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    padding: 5px 12px;
    border-radius: 20px;
    display: inline-block;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.15);
}

/* Responsive category updates */
@media (max-width: 991px) {
    #ncr-category-hero-header {
        padding: 55px 0;
    }

    .ncr-hero-title {
        font-size: 38px;
    }

    .ncr-hero-subtitle {
        font-size: 14px;
    }

    .ncr-category-spotlight-card {
        margin-bottom: 30px;
    }
}

/* Category row & Variant Badge Styles */
.ncr-card-cat-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 6px;
}

.ncr-variant-badge {
    font-size: 9px;
    font-weight: 700;
    color: var(--ncr-blue-dark);
    background: rgba(13, 44, 107, 0.05);
    border: 1px solid rgba(13, 44, 107, 0.12);
    padding: 2px 8px;
    border-radius: 12px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
}

.ncr-variant-badge i {
    font-size: 8px;
    opacity: 0.7;
}

.ncr-prod-card-small:hover .ncr-variant-badge {
    background: rgba(13, 44, 107, 0.09);
    border-color: rgba(13, 44, 107, 0.2);
}

.accent-tag {
    background-color: rgba(13, 44, 107, 0.08) !important;
    border: 1px solid rgba(13, 44, 107, 0.15) !important;
    color: var(--ncr-blue-dark) !important;
}

/* ==========================================================================
   NCR PREMIUM REDESIGNED CART STYLE SHEET
   ========================================================================== */

#ncr-cart-page {
    background-color: #f8fafc;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #1e293b;
}

/* Custom Breadcrumb */
.ncr-ec-breadcrumb {
    font-size: 14px;
    font-weight: 500;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    padding: 8px 18px;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(13, 44, 107, 0.03);
    border: 1px solid #e2e8f0;
}

.ncr-ec-breadcrumb a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s;
}

.ncr-ec-breadcrumb a:hover {
    color: #0d2c6b;
}

.ncr-ec-breadcrumb .active {
    color: #0d2c6b;
    font-weight: 600;
}

/* Card Wrapper Styles with Larger Border Radius (28px) */
.ncr-cart-card,
.ncr-cart-summary-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    box-shadow: 0 10px 30px rgba(13, 44, 107, 0.03);
    padding: 32px;
    transition: all 0.3s ease;
    position: relative;
}

.ncr-cart-card:hover,
.ncr-cart-summary-card:hover {
    box-shadow: 0 12px 35px rgba(13, 44, 107, 0.06);
}

.ncr-cart-card-title,
.ncr-summary-title {
    font-family: 'Anton', sans-serif !important;
    font-size: 24px;
    font-weight: 400;
    color: #0d2c6b;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

/* Modern Separate Cart Table */
.ncr-cart-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
    margin-top: -12px;
}

.ncr-cart-table thead tr th {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 12px 16px;
    border: none;
}

.table-view-cart {
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(13, 44, 107, 0.015);
    transition: all 0.3s ease;
}

.table-view-cart:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(13, 44, 107, 0.04);
}

.table-view-cart td {
    padding: 16px;
    vertical-align: middle;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
}

.table-view-cart td:first-child {
    border-left: 1px solid #f1f5f9;
    border-radius: 16px 0 0 16px;
}

.table-view-cart td:last-child {
    border-right: 1px solid #f1f5f9;
    border-radius: 0 16px 16px 0;
}

/* Product Details Flex Column */
.ncr-cart-prod-flex {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ncr-cart-img-box {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    background: #f8fafc;
}

.ncr-cart-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.table-view-cart:hover .ncr-cart-img {
    transform: scale(1.04);
}

.ncr-cart-info-box {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ncr-cart-prod-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}

.ncr-cart-prod-title a {
    color: #0d2c6b;
    text-decoration: none;
    transition: color 0.2s;
}

.ncr-cart-prod-title a:hover {
    color: #ba0000;
}

.ncr-variant-tag {
    font-size: 11px;
    font-weight: 500;
    color: #64748b;
    background: #f1f5f9;
    padding: 2px 6px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-right: 6px;
    margin-top: 4px;
}

.ncr-variant-tag i {
    font-size: 10px;
    opacity: 0.7;
}

/* Capsule Quantity Controls */
.ncr-qty-capsule {
    display: inline-flex;
    align-items: center;
    border: 1px solid #cbd5e1;
    border-radius: 30px;
    padding: 3px 6px;
    background: #ffffff;
    transition: all 0.2s ease;
}

.ncr-qty-capsule:hover {
    border-color: #0d2c6b;
}

.ncr-qty-btn {
    border: none;
    background: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 11px;
}

.ncr-qty-btn:hover {
    background: #f1f5f9;
    color: #0d2c6b;
}

.ncr-qty-input {
    width: 28px;
    text-align: center;
    border: none;
    font-weight: 600;
    font-size: 14px;
    color: #0d2c6b;
    outline: none;
    background: transparent;
}

/* Trash Bin Action Button */
.ncr-remove-btn {
    border: none;
    background: none;
    color: #94a3b8;
    cursor: pointer;
    font-size: 16px;
    padding: 6px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.ncr-remove-btn:hover {
    color: #ba0000;
    background: #fef2f2;
}

/* Bold subtotal column */
.ncr-subtotal-price {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
}

/* Highlighted Sleek Free Gift Accessory Row */
.ncr-cart-free-gift-row {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.04) 0%, rgba(16, 185, 129, 0.08) 100%) !important;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.04);
}

.ncr-cart-free-gift-row td {
    border-top: 1px dashed rgba(16, 185, 129, 0.3) !important;
    border-bottom: 1px dashed rgba(16, 185, 129, 0.3) !important;
}

.ncr-cart-free-gift-row td:first-child {
    border-left: 1.5px dashed rgba(16, 185, 129, 0.4) !important;
    border-radius: 16px 0 0 16px;
}

.ncr-cart-free-gift-row td:last-child {
    border-right: 1.5px dashed rgba(16, 185, 129, 0.4) !important;
    border-radius: 0 16px 16px 0;
}

.ncr-cart-gift-badge {
    font-size: 10px;
    font-weight: 700;
    color: #10b981;
    background: rgba(16, 185, 129, 0.06);
    padding: 2px 8px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    align-self: flex-start;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border: 1px solid rgba(16, 185, 129, 0.1);
}

.ncr-gift-worth-text {
    font-size: 12px;
    font-weight: 600;
    color: #10b981;
    margin-top: 2px;
    margin-bottom: 4px;
    display: block;
}

.ncr-qty-capsule.static-gift {
    border-color: rgba(16, 185, 129, 0.2);
    background: rgba(16, 185, 129, 0.02);
    padding: 4px 12px;
    pointer-events: none;
}

.ncr-qty-gift-count {
    color: #10b981;
    font-weight: 600;
    font-size: 13px;
}

.ncr-free-price-text {
    font-size: 15px;
    font-weight: 600;
    color: #10b981;
}

.ncr-included-badge {
    font-size: 11px;
    font-weight: 600;
    color: #10b981;
    background: rgba(16, 185, 129, 0.06);
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* Coupon Validation Section */
.ncr-summary-label {
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ncr-coupon-input {
    padding: 10px 14px;
    border: 1.5px solid #cbd5e1;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
}

.ncr-coupon-input:focus {
    border-color: #0d2c6b;
    box-shadow: 0 0 0 3px rgba(13, 44, 107, 0.05);
}

.ncr-btn-apply-coupon {
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    background: #0d2c6b;
    border: none;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.ncr-btn-apply-coupon:hover {
    background: #ba0000;
    color: #ffffff;
    transform: translateY(-1px);
}

/* Sleek Receipt Summary Breakdown and Dashed Lines */
.ncr-summary-breakdown {
    border-top: 2px dashed #e2e8f0;
    border-bottom: 2px dashed #e2e8f0;
    padding: 16px 0;
    margin: 16px 0;
}

.ncr-breakdown-label {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 600;
    color: #64748b;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ncr-breakdown-val,
.ncr-subtotal-price,
.cart-sub-total,
.ncr-discount-value,
.ncr-gift-worth-value {
    font-family: 'Anton', sans-serif !important;
    font-weight: 400 !important;
    color: #1e293b;
    letter-spacing: 0.5px;
    font-size: 1em;
}

.ncr-discount-value,
.ncr-gift-worth-value {
    color: #10b981;
}

.ncr-total-label {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    color: #0d2c6b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ncr-total-val,
.cart-total {
    font-family: 'Anton', sans-serif !important;
    font-weight: 400 !important;
    color: #0d2c6b;
    font-size: 1.5em;
    letter-spacing: 0.5px;
}

/* Action Buttons Outline Styles */
.ncr-btn-outline {
    background: transparent;
    border: 1px solid #cbd5e1;
    color: #475569;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.ncr-btn-outline:hover {
    background: #f1f5f9;
    border-color: #0d2c6b;
    color: #0d2c6b;
}

/* Receipt Top Navy Accent Border */
.ncr-cart-summary-card {
    border-top: 5px solid #0d2c6b;
}

/* Checkout Button Styles matching VIEW ALL BRANDS button */
.ncr-btn-checkout {
    background: #ffffff !important;
    color: #0d2c6b !important;
    border: 2px solid #0d2c6b !important;
    border-radius: 50px !important;
    padding: 8px 8px 8px 24px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    box-shadow: 0 4px 12px rgba(13, 44, 107, 0.04) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.ncr-btn-arrow-circle {
    background: #ba0000 !important;
    color: #ffffff !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 16px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.ncr-btn-arrow-circle i {
    font-size: 14px;
}

.ncr-btn-checkout:hover {
    background: #0d2c6b !important;
    color: #ffffff !important;
    border-color: #0d2c6b !important;
    box-shadow: 0 6px 16px rgba(13, 44, 107, 0.15) !important;
}

.ncr-btn-checkout:hover .ncr-btn-arrow-circle {
    background: #ffffff !important;
    color: #0d2c6b !important;
    transform: scale(1.05);
}

.ncr-warranty-notice {
    border-left: 3px solid #0d2c6b !important;
}

/* Responsive updates for small screens */
@media (max-width: 767px) {
    .ncr-cart-table thead {
        display: none;
    }

    .table-view-cart td {
        display: block;
        width: 100%;
        text-align: center;
        border: none !important;
        padding: 12px 16px;
    }

    .table-view-cart td:first-child {
        border-radius: 12px 12px 0 0;
        border: 1px solid #f1f5f9 !important;
        border-bottom: none !important;
        padding-top: 20px;
    }

    .table-view-cart td:last-child {
        border-radius: 0 0 12px 12px;
        border: 1px solid #f1f5f9 !important;
        border-top: none !important;
        padding-bottom: 20px;
    }

    .ncr-cart-prod-flex {
        flex-direction: column;
        text-align: center;
    }

    .ncr-cart-info-box {
        align-items: center;
    }

    .ncr-cart-gift-badge {
        align-self: center;
    }
}

/* =========================================================================
   CHECKOUT STEPPER ANIMATION - COMPACT & SLEEK
   ========================================================================= */
.ncr-checkout-stepper-container {
    padding: 25px 20px 35px;
    background: #ffffff;
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    margin-bottom: 25px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.ncr-checkout-stepper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

/* The continuous background track */
.ncr-checkout-stepper::before {
    content: '';
    position: absolute;
    top: 41px;
    left: 12.5%;
    right: 12.5%;
    height: 4px;
    background-color: var(--msc-theme-low-light-color);
    z-index: 1;
    border-radius: 2px;
}

/* The animated active track */
.ncr-stepper-fill {
    position: absolute;
    top: 41px;
    left: 12.5%;
    height: 4px;
    background-color: var(--msc-theme-logo-color);
    z-index: 2;
    border-radius: 2px;
    transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.ncr-checkout-stepper .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 3;
    width: 25%;
    text-align: center;
}

/* Top icon */
.ncr-checkout-stepper .step-top-icon {
    font-size: 22px;
    color: #a0a0a0;
    margin-bottom: 5px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.ncr-checkout-stepper .step.active .step-top-icon,
.ncr-checkout-stepper .step.completed .step-top-icon {
    color: var(--msc-theme-logo-color);
}

/* The node on the line */
.ncr-checkout-stepper .step-node {
    width: 16px;
    height: 16px;
    background-color: var(--msc-theme-low-light-color);
    border: 3px solid #fff;
    border-radius: 50%;
    margin: 0 auto 10px;
    transition: all 0.5s ease;
    box-shadow: 0 0 0 1px var(--msc-theme-low-light-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ncr-checkout-stepper .step.active .step-node {
    background-color: var(--msc-theme-logo-color);
    box-shadow: 0 0 0 1px var(--msc-theme-logo-color), 0 0 8px rgba(13, 44, 107, 0.4);
    transform: scale(1.4);
}

.ncr-checkout-stepper .step.completed .step-node {
    background-color: var(--msc-theme-logo-color);
    box-shadow: 0 0 0 1px var(--msc-theme-logo-color);
}

/* The checkmark inside the node */
.ncr-checkout-stepper .step-node i {
    font-size: 7px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.ncr-checkout-stepper .step.completed .step-node i {
    opacity: 1;
}

/* The label below the node */
.ncr-checkout-stepper .step-label {
    font-size: 13px;
    font-weight: 600;
    color: #a0a0a0;
    transition: all 0.5s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ncr-checkout-stepper .step.active .step-label,
.ncr-checkout-stepper .step.completed .step-label {
    color: var(--msc-theme-logo-color);
    font-weight: 700;
}

@media (max-width: 576px) {
    .ncr-checkout-stepper .step-label {
        font-size: 10px;
        letter-spacing: 0;
    }

    .ncr-checkout-stepper .step-top-icon {
        font-size: 18px;
    }
}


/* Responsive Fix for 14-inch Laptops (992px to 1400px) */
@media (min-width: 992px) and (max-width: 1400px) {
    .ncr-header-inner {
        grid-template-columns: auto 1fr auto;
    }
    .ncr-logo-brand {
        padding: 14px 20px;
    }
    .ncr-logo-link {
        gap: 10px;
    }
    .ncr-logo-img {
        height: 52px;
    }
    .ncr-brand-red {
        font-size: 26px;
    }
    .ncr-brand-blue {
        font-size: 10px;
        letter-spacing: 0.6px;
    }
    .ncr-nav-menu {
        padding: 0 12px;
        gap: 0px;
        justify-content: center;
    }
    .ncr-nav-link {
        padding: 10px 10px;
        font-size: 12px;
        letter-spacing: 0.3px;
    }
    .ncr-nav-item .ncr-nav-contact-pill {
        margin-left: 6px !important;
        padding: 7px 10px 7px 16px !important;
        font-size: 12px !important;
    }
    .ncr-nav-item .ncr-nav-contact-pill::after {
        width: 22px !important;
        height: 22px !important;
        font-size: 9px !important;
    }
    .ncr-header-actions {
        padding: 14px 20px;
        gap: 8px;
    }
    .ncr-action-btn {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }
    .ncr-top-bar {
        padding: 8px 20px;
    }
    .ncr-coupon-slider-container {
        max-width: 360px;
    }
    .ncr-slide {
        font-size: 11.5px;
    }
    .ncr-top-contact-link {
        font-size: 11.5px;
        gap: 5px;
    }
    .ncr-top-right {
        gap: 16px;
    }
}
/* Responsive Fix for Bottom Nav on 14-inch Laptops (992px to 1400px) */
@media (min-width: 992px) and (max-width: 1400px) {
    .ncr-trust-badges {
        padding: 12px 15px;
        gap: 15px;
    }
    .ncr-trust-badge {
        padding-right: 15px;
        font-size: 11.5px;
        gap: 6px;
    }
    .ncr-trust-badge i {
        font-size: 13px;
    }
    .ncr-bottom-shortcuts {
        padding: 8px 15px;
        gap: 10px;
    }
    .ncr-shortcut-btn {
        padding: 7px 14px !important;
        font-size: 11.5px !important;
    }
}