/*!* CSS imported files *!*/
/*@import "height-width.css";*/
/*@import "carousel.css";*/
/*@import "background.css";*/
/*@import "button.css";*/
/*@import "border.css";*/
/*@import "font.css";*/

/* ============================
   Global Styles
============================ */
body {
    background: #FFFFFF;
    transition: padding-top 0.3s ease;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        /*max-width: 1200px;*/
    }

    .start-0-lg {
        left: 0 !important;
    }
}

@media (min-width: 1870px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1550px;
    }

    /* Custom column classes */
    .col-xxxl-1 {
        flex: 0 0 auto;
        width: 8.3333%;
    }

    .col-xxxl-2 {
        flex: 0 0 auto;
        width: 16.6667%;
    }

    .col-xxxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxxl-4 {
        flex: 0 0 auto;
        width: 33.3333%;
    }

    .col-xxxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxxl-8 {
        flex: 0 0 auto;
        width: 66.6667%;
    }

    .col-xxxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.grecaptcha-badge {
    visibility: hidden; /* hidden re-CAPTCHA V3 */
}

@media (max-width: 360px) {
    .theme-xs-hidden {
        display: none;
    }
}

@media (max-width: 992px) {
    .end-sm-0 {
        right: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .theme-sm-lg-hidden {
        display: none;
    }
}

/* ============================
   Header Fixed Top
============================ */
#_fixed_top_custom {
    position: fixed; /* always fixed */
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transition: transform 0.3s ease;
}

#_fixed_top_custom.theme-fixed-top {
    transform: translateY(0); /* slide into view when scroll > 30px */
}

.theme-cursor-pointer {
    cursor: pointer;
}

/* ============================
   Position Utilities
============================ */

.theme-top-20 {
    top: 20%;
}

.theme-top-30 {
    top: 30%;
}

.theme-top-40 {
    top: 40%;
}

.theme-top-73 {
    top: 73%;
}

.theme-bottom-10 {
    bottom: 10px !important;
}

/* ============================
   Z-Index Utilities
============================ */
.theme-zi-0 {
    z-index: 0;
}

.theme-zi-1 {
    z-index: 1;
}

/* ============================
   Padding Utilities
============================ */
.theme-p-1 {
    padding: 1px;
}

.theme-p-2 {
    padding: 2px;
}

.theme-p-3 {
    padding: 3px;
}

.theme-py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.theme-py-6 {
    padding-top: 6px;
    padding-bottom: 6px;
}

.theme-py-7 {
    padding-top: 9px;
    padding-bottom: 7px;
}

.theme-py-8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.theme-py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.theme-py-11 {
    padding-top: 11px;
    padding-bottom: 11px;
}

.theme-py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.theme-py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.theme-py-18 {
    padding-top: 18px;
    padding-bottom: 18px;
}

.theme-py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.theme-p-px-20 {
    padding: 20px;
}

.theme-px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.theme-px-10-imp {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.theme-px-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.theme-px-12-imp {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.theme-px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.theme-px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.theme-px-20-imp {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.theme-px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.theme-px-36 {
    padding-left: 36px;
    padding-right: 36px;
}

.theme-px-36-imp {
    padding-left: 36px !important;
    padding-right: 36px !important;
}

.theme-px-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.theme-pt-12 {
    padding-top: 12px;
}

.theme-pt-12-imp {
    padding-top: 12px !important;
}

.theme-pb-5-px {
    padding-bottom: 5px;
}

.theme-pb-10 {
    padding-bottom: 10px;
}

.theme-pb-12 {
    padding-bottom: 12px;
}

.theme-pb-12-imp {
    padding-bottom: 12px !important;
}

.theme-pb-15 {
    padding-bottom: 15px;
}

.theme-pb-20 {
    padding-bottom: 20px;
}

.theme-pb-25 {
    padding-bottom: 25px;
}

.theme-pb-30 {
    padding-bottom: 30px;
}

.theme-pe-13 {
    padding-right: 13px;
}

.theme-pe-13-imp {
    padding-right: 13px !important;
}

.theme-px-6-px {
    padding-bottom: 6px;
}

.theme-px-7-px {
    padding-bottom: 7px;
}

.theme-px-8-px {
    padding-bottom: 8px;
}

.theme-px-9-px {
    padding-top: 8px;
}

.theme-px-10-px {
    padding-top: 10px;
}

.theme-pt-30 {
    padding-top: 30px;
}

.theme-pe-30 {
    padding-right: 30px;
}

.theme-pe-60 {
    padding-right: 60px;
}


.theme-mt-8-px {
    margin-top: 8px;
}

.theme-mt-9-px {
    margin-top: 9px;
}

.theme-mt-10-px {
    margin-top: 10px;
}

.theme-mt-11-px {
    margin-top: 11px;
}

.theme-mt-12-px {
    margin-top: 12px;
}

.theme-mt-12-px-imp {
    margin-top: 12px !important;
}

.theme-mb-2-px {
    margin-bottom: 2px;
}

.theme-mb-3-px {
    margin-bottom: 3px;
}

.theme-mb-4-px {
    margin-bottom: 4px;
}

.theme-mb-5-px {
    margin-bottom: 5px;
}

.theme-mb-6-px {
    margin-bottom: 6px;
}

.theme-mb-7-px {
    margin-bottom: 7px;
}

.theme-mb-8-px {
    margin-bottom: 8px;
}

.theme-mb-9-px {
    margin-bottom: 9px;
}

.theme-mb-10-px {
    margin-bottom: 10px;
}

.theme-mb-12-px {
    margin-bottom: 12px;
}

.theme-mb-12-imp {
    margin-bottom: 12px !important;
}

.theme-mb-25-px {
    margin-bottom: 25px;
}

.theme-mb-33-px {
    margin-bottom: 33px;
}

.theme-mb-20-px {
    margin-bottom: 20px;
}

.theme-mb-20-px-imp {
    margin-bottom: 20px !important;
}

.theme-mb-30-px {
    margin-bottom: 30px;
}

.theme-me-10-px {
    margin-right: 10px;
}

.theme-me-12-px {
    margin-right: 12px;
}

.theme-mb-10-px-imp {
    margin-bottom: 10px !important;
}

.theme-mb-25-px-imp {
    margin-bottom: 25px !important;
}

.theme-me-12-px-imp {
    margin-right: 12px !important;
}

.theme-ms-negative-5-px {
    margin-left: -5px;
}

.theme-mt-33 {
    margin-top: 33px;
}

.theme-mt-20 {
    margin-top: 20px;
}

.theme-mt-20-imp {
    margin-top: 20px !important;
}

.theme-mt-10 {
    margin-top: 10px;
}

.theme-mt-10-imp {
    margin-top: 10px !important;
}

.theme-mt-5 {
    margin-top: 5px;
}

.theme-mt-5-imp {
    margin-top: 5px !important;
}

.theme-mt-negative-10-px {
    margin-top: -10px;
}

.theme-mt-negative-4-px {
    margin-top: -4px;
}

.theme-mt-negative-4-px-imp {
    margin-top: -4px !important;
}

.theme-mt-negative-20-px {
    margin-top: -20px;
}

.theme-mt-negative-33-px {
    margin-top: -33px;
}

.theme-mt-negative-36-px {
    margin-top: -36px;
}

.theme-mx-negative-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.theme-mx-negative-15 {
    margin-left: -15px;
    margin-right: -15px;
}

.theme-mx-negative-20 {
    margin-left: -20px;
    margin-right: -20px;
}

.theme-mx-negative-25 {
    margin-left: -25px;
    margin-right: -25px;
}

@media (max-width: 450px) and (min-width: 376px) {
    .theme-ps-xs-3 {
        padding-left: 1rem !important;
    }

    .theme-pe-xs-60 {
        padding-right: 60px;
    }

    .theme-pb-xs-20 {
        padding-bottom: 20px;
    }

    .theme-pb-xs-30 {
        padding-bottom: 30px;
    }

    .theme-mt-xs-5 {
        margin-top: 5px;
    }

    .theme-mt-xs-10 {
        margin-top: 10px;
    }

    .theme-mt-xs-5-imp {
        margin-top: 5px !important;
    }

    .theme-mt-xs-10-imp {
        margin-top: 10px !important;
    }

    .theme-mt-xs-20 {
        margin-top: 20px;
    }

    .theme-mt-xs-30 {
        margin-top: 30px;
    }

    .theme.mt-xs-20-imp {
        margin-top: 20px !important;
    }

    .theme-mt-xs-30-imp {
        margin-top: 30px !important;
    }
}

@media (min-width: 992px) {
    .theme-mt-lg-4-5 {
        margin-top: 2.5rem !important;
    }

    .theme-my-lg-4-5 {
        margin-top: 2.75rem !important;
        margin-bottom: 2.75rem !important;
    }
}

/* ============================
   Margin Utilities
============================ */
.theme-me-1 {
    margin-right: 1px;
}

.theme-me-2 {
    margin-right: 2px;
}

.theme-me-3 {
    margin-right: 3px;
}

.theme-mb-px-6 {
    margin-bottom: 6px;
}

.theme-mb-px-90 {
    margin-bottom: 90px;
}

.theme-my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.theme-my-18 {
    margin-top: 18px;
    margin-bottom: 18px;
}

.top-px-10 {
    top: 10px !important;
}

.-mt-px-15 {
    margin-top: -15px;
}

.-mt-px-30 {
    margin-top: -30px;
}

.-mt-percent-65 {
    margin-top: -65% !important;
}

.-mt-percent-90 {
    margin-top: -90% !important;
}

@media (max-width: 450px) and (min-width: 376px) {
    .theme-mt-xs-20 {
        margin-top: 20px;
    }

    .theme-mb-xs-30 {
        margin-bottom: 30px;
    }

    .theme-mt-xs-3 {
        margin-top: 1rem !important;
    }
}

/* ============================
   Gap Utilities
============================ */
.theme-gap-0-1 {
    gap: 0.1rem !important;
}

.theme-gap-2-8 {
    gap: 0.8rem !important;
}

.theme-gap-3-5 {
    gap: 1.25rem !important;
}

@media (min-width: 992px) {
    .gap-lg-x-4-5 {
        --bs-gutter-x: 2rem !important;
    }
}

/* ============================
   Opacity Styles
============================ */

.theme-opacity-10 {
    opacity: 0.1;
}

.theme-opacity-15 {
    opacity: 0.15;
}

.theme-opacity-20 {
    opacity: 0.20;
}

.theme-opacity-25 {
    opacity: 0.25;
}

.theme-opacity-30 {
    opacity: 0.30;
}

.theme-opacity-40 {
    opacity: 0.40;
}

.theme-opacity-50 {
    opacity: 0.50;
}

.theme-opacity-60 {
    opacity: 0.60;
}

.theme-opacity-70 {
    opacity: 0.70;
}

.theme-opacity-80 {
    opacity: 0.80;
}

.theme-opacity-90 {
    opacity: 0.90;
}

.theme-opacity-100 {
    opacity: 1;
}

/* ============================
   Border Styles
============================ */
@media (max-width: 440px) {
    .theme-sm-bordered-text {
        display: flex;
        align-items: center;
        text-align: center;
    }

    .theme-sm-bordered-text::before,
    .theme-sm-bordered-text::after {
        content: "";
        flex: 1; /* This replaces your 10% width to fill available space */
        border-bottom: 1px solid #dee2e6;
        margin: 0 10px; /* Adds space between the line and the text */
    }
}

@media (min-width: 992px) {
    .theme-lg-bordered-text {
        display: flex;
        align-items: center;
        text-align: center;
    }

    .theme-lg-bordered-text::before,
    .theme-lg-bordered-text::after {
        content: "";
        flex: 1; /* This replaces your 10% width to fill available space */
        border-bottom: 1px solid #dee2e6;
        margin: 0 10px; /* Adds space between the line and the text */
    }
}

.theme-border-color-nordic-breeze {
    border-top-color: var(--theme-nordic-breeze);
    border-bottom-color: var(--theme-nordic-breeze);
    border-left-color: var(--theme-nordic-breeze);
    border-right-color: var(--theme-nordic-breeze);
}

.theme-border-color-medium-light-gray {
    border-color: var(--theme-color-medium-light-gray);
}

.theme-border-color-light-silver {
    border-color: var(--theme-color-light-silver);
}

.theme-border-bottom-1 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.theme-border-top-1 {
    border-top-width: 1px;
    border-top-style: solid;
}

@media (min-width: 992px) {
    .theme-border-bottom-1.border-bottom-lg-0 {
        border-bottom: 0 !important;
    }

    .theme-border-top-1.border-top-lg-0 {
        border-top: 0 !important;
    }
}

/* ============================
   List Styles
============================ */
ul.list-style-none, ol.list-style-none {
    padding-left: 0 !important;
}

ul.list-style-none li, ol.list-style-none li {
    list-style: none !important;
}

ul.list-style-green li::marker {
    color: var(--theme-sky-light);
}

.theme-text-indent-60-px {
    text-indent: 60px;
}

@media (min-width: 992px) {
    .indent-lg-0 {
        text-indent: 0;
    }
}

/* Double Border */
.theme-double-border {
    position: relative;
    border: 1px solid #C0C8DE; /* Inner border */
    border-radius: 5px;
    background: #FCFCFE;
}

.theme-double-border::before {
    content: "";
    position: absolute;
    inset: -10px; /* Space between borders */
    border: 1px solid #C0C8DE; /* Outer border */
    border-radius: 10px; /* Adjust to match inset */
    pointer-events: none;
}

@media (min-width: 992px) {
    .theme-double-border.border-lg-0 {
        border: 0; /* Inner border */
    }
}

/* ============================
   Featherlight Overlay & Modal
============================ */
.featherlight {
    background: rgba(0, 0, 0, 0.8) !important; /* dark backdrop */
}

.featherlight .featherlight-inner {
    max-width: 100%;
    max-height: 100%;
}

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

.featherlight .featherlight-close-icon {
    top: 15px;
    right: 15px;
    font-size: 30px;
    z-index: 9999;
}

/* Mobile Responsive Featherlight Close */
@media (max-width: 768px) {
    .featherlight .featherlight-close-icon {
        font-size: 24px;
        top: 10px;
        right: 10px;
    }
}

/* ============================
   Default Card Styles
============================ */
.theme-card-default {
    background: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25) !important;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.theme-card-default:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.25) !important; /* stronger shadow */
}

.theme-card-default.transition-none {
    transition: none !important;
}

.theme-card-default.transition-none:hover {
    transition: none !important;
    box-shadow: none;
    transform: translateY(0);
}

.theme-card-default.shadow-none {
    box-shadow: none !important;
}

@media (max-width: 992px) {
    .theme-card-default.shadow-none-lg {
        box-shadow: none !important;
    }
}

/* ============================
   Table Styles
============================ */
table.border-gray tr td {
    border-color: #727a7a !important;
}

table tr td.w-px-50, table td.w-px-50 {
    width: 50px;
}

table tr td.w-px-75, table td.w-px-75 {
    width: 75px;
}

/* ============================
   Miscellaneous Utilities
============================ */

.text-justify {
    text-align: justify !important;
}

/* ============================
   reCAPTCHA Styles
============================ */
.g-recaptcha {
    transform: scale(0.52);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.g-recaptcha > div {
    height: 40px !important;
    width: 160px !important;
}

#leadForm .g-recaptcha {
    transform: scale(0.6);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

/* ============================
   Stock out label styles !important
============================ */
.theme-stock-out-label {
    text-align: center;
    display: inline-block;
    background-color: #fff5f5;
    color: #d8000c;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* ============================
   Stock Overlay styles
============================ */
.stock-out-overlay {
    top: 0;
    left: 0;
    z-index: 1000;
    backdrop-filter: blur(2px);
    border-radius: 8px;
}

.stock-out-overlay::after {
    text-align: center;
    width: 95%;
    content: "In Stock Overseas Office Ships in 5-7 Days";
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #e45806;
    font-size: 11px;
    font-weight: 600;
    background: white;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-family: 'Segoe UI', sans-serif;
}

/* ============================
   Cart Dropdown Styles
============================ */
form.product-form select.form-control {
    padding-right: 2.4rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23666' stroke-linecap='round' stroke-width='3' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 12px;
}

form.product-form div.input-group div.invalid-feedback {
    text-align: right !important;
}

form.product-form .theme-checkbox-lg {
    transform: scale(1.5);
    margin-right: 8px;
    cursor: pointer;
}

form.product-form span.input-group-prepend, form.product-form .input-group-text {
    width: 150px;
}

@media only screen and (max-width: 992px) {
    form.product-form span.input-group-prepend, form.product-form .input-group-text {
        width: 170px !important;;
    }

    form.product-form .input-group span.input-group-prepend.text-area-label {
        width: 120px !important;
        white-space: normal; /* Allow text to wrap */
        word-wrap: break-word; /* Break long words if needed */
        overflow-wrap: break-word; /* Modern equivalent for word-wrap */
    }
}

@media only screen and (max-width: 425px) {
    form.product-form span.input-group-prepend, form.product-form .input-group-text {
        width: 155px !important;;
    }
}

.custom-item-in-modal .card {
    min-height: 210px !important;
    border: none !important;
}

.custom-items-in-modal div.custom-card-header {
    min-height: 30px;
    padding: 10px 18px;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    background: #0a275d;
    color: #FFF !important;
}

.custom-items-in-modal div.card-body {
    padding: 0;
    min-width: 100%;
}

.custom-magnified-element {
    margin-bottom: 15px;
    transition: transform .2s;
    max-height: 240px;
    z-index: 0;
}

.custom-magnified-element:hover {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 1;
    border: none;
}

.custom-magnified-element:hover .card {
    border: none;
}

.custom-magnified-element-image {
    width: 100%;
    max-height: 240px;
}

.custom-magnified-element:hover > .card > .custom-card-header {
    font-size: 10px;
}

.custom-magnified-element:hover > .card > .custom-card-footer {
    font-size: 10px;
}

.custom-magnified-element:hover > .card > .card-body > img {
    height: 100%;
}

a.custom-view-info img.view-info {
    height: 18px !important;
}

/* ============================
   Media Queries
============================ */
@media only screen and (max-width: 600px) {
    form.product-form {
        padding: 15px 0;
    }

    div.input-group-prepend {
        min-width: 160px !important;
    }

    .unique-hair-system {
        margin-bottom: 20px !important;
    }
}

.unique-hair-system .card .card-body .custom-magnified-element-image {
    max-height: 315px !important;
}

.unique-hair-system {
    max-height: 315px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    .h1-responsive {
        font-size: 27px !important;
    }
}

@media only screen and (max-width: 767px) {
    .h1-responsive {
        font-size: 24px !important;
    }
}

/* ============================
   Image Magnifier Styles
============================ */
.theme-img-magnifier-lens {
    position: absolute;
    pointer-events: none;
    border: 2px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.theme-magnifier-active {
    cursor: crosshair;
}

/* ============================
   Icon default styles
============================ */
.theme-icon {
    height: 17px;
    width: auto;
}

.theme-icon-svg {
    height: 9px;
    width: auto;
}

@media (min-width: 992px) {
    .theme-icon {
        height: 25px;
        width: auto;
    }

    .theme-icon-svg {
        height: 28px;
        width: auto;
    }

    .theme-icon-lg-10 {
        width: 10px !important;
        height: auto;
    }

    .theme-icon-lg-13 {
        width: 13px !important;
        height: auto;
    }

    .theme-icon-lg-16 {
        width: 16px !important;
        height: auto;
    }

    .theme-icon-lg-18 {
        width: 18px !important;
        height: auto;
    }

    .theme-icon-lg-20 {
        height: 20px;
        width: auto;
    }

    .theme-icon-lg-28 {
        height: 28px;
        width: auto;
    }

    .theme-icon-lg-32 {
        height: 32px;
        width: auto;
    }

    .theme-icon-lg-44 {
        height: 44px;
        width: auto;
    }

    .theme-icon-lg-56 {
        height: 56px;
        width: auto;
    }
}


/* ============================
   Theme JS Read More
============================ */
.theme_read_more {
    text-align: center;
}

/* Text */
.theme_read_more__text {
    overflow: hidden;
    transition: height 0.3s ease;
}

/* Expanded = left */
.theme_read_more.theme_read_more--open {
    text-align: left;
}

/* Button */
.theme_read_more__btn {
    min-width: 110px;
    display: block;
    margin: 16px auto 0;
    background-color: #ffffff;
    border: none;
    /* outline-style shadow (acts like border) */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25) !important;
    color: #002759;
    padding: 3px 10px;
    font-size: 12px;
    font-family: "Inter Regular", serif;
    line-height: 18px;
    border-radius: 999px;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.theme_read_more__btn i {
    font-size: 10px;
}

@media (min-width: 992px) {
    .theme_read_more__text.text-lg-start {
        text-align: left !important;
    }

    .theme_read_more__text.fs-lg-18 {
        font-size: 18px;
        line-height: 27px;
        color: var(--theme-color-slate-default);
    }

    .theme_read_more__btn {
        font-size: 16px;
        line-height: 20px;
    }

    .text-lg-uppercase {
        text-transform: uppercase;
    }
}

@media (max-width: 425px) and (min-width: 376px) {
    .theme_read_more__btn {
        font-size: 13.5px;
        line-height: 20px;
        padding: 3px 14px;
    }

    .theme_read_more__btn i {
        font-size: 11px;
        margin-left: 2px;
    }
}

/* Hover */
.theme_read_more__btn:hover {
    background-color: #f6f8f9;
}

/* Hidden */
.theme_read_more--hidden {
    display: none !important;
}

/* Open state */
.theme_read_more--open .theme_read_more__text {
    height: auto;
}

/* =====================================
   Theme AJAX Loader (Global Overlay)
===================================== */
/* Wrapper */
.theme-ajax-spinner-wrapper {
    position: relative;
    min-height: 150px;
}

/* Overlay */
.theme-ajax-spinner {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
    z-index: 999;
}

/* Active state */
.theme-ajax-spinner-wrapper.is-processing .theme-ajax-spinner {
    display: flex;
}

/* Block interaction */
.theme-ajax-spinner-wrapper.is-processing {
    pointer-events: none;
}

/* Spinner */
.theme-ajax-spinner::after {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid rgba(0, 0, 0, 0.15);
    border-top-color: #6366f1;
    animation: spin 0.7s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


/**
 * =========================================================
 * Theme Expandable Product Form Styles Start
 * =========================================================
 * Handles visual appearance of expandable product form
 * including animations, skeleton loader, arrow indicator
 * and toggle button rotation.
 */

/* Container for the expandable form */
/* ------------------------------------------------------------
   ThemeExpandableProductForm CSS
   Smooth expandable container + AJAX content fade-in
-------------------------------------------------------------*/

/* Container for expandable form */

.theme-expand-col .theme-card-default.active {
    padding-bottom: 10px;

    transition: none !important;
    transform: none !important;
    /*box-shadow: 0 -10px 11px 3px rgba(0, 0, 0, 0.25) !important;*/
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 0;
}


@media (min-width: 992px) {
    .theme-expand-col .theme-card-default.active {
        /*padding-bottom: 30px;*/
    }
}

.theme-expand-form {
    position: relative;
    max-width: 100%;
    opacity: 0;
    max-height: 0;
    /*transform: scale(0.98) translateY(10px);*/
    /*transition: all 0.4s ease;*/
}

/* Expanded state */
.theme-expand-form.expanded {
    overflow: hidden;
    margin-top: -3px;
    opacity: 1;
    max-height: 2000px; /* enough for content */
    /*transform: scale(1) translateY(0);*/
    border: 1px solid;
    border-top: 0;
    border-color: var(--theme-color-medium-light-gray);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* Card inside container */
.theme-expand-form > .card {
    /*padding: 15px;*/
    position: relative;
    max-width: 100%;
    /*margin-bottom: 15px;*/
    /*border-radius: 0 0 5px 5px;*/
    /*box-shadow: 0 0 9px rgba(0, 0, 0, 0.25) !important;*/
    /*transition: transform 0.4s ease, opacity 0.4s ease;*/

    margin-top: 10px;
    /*border-left: 1px solid #d4d4d4 !important;*/
    /*border-right: 1px solid #d4d4d4 !important;*/
    /*border-top: 0 !important;*/
}

@keyframes theme-pulse {
    0% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.3);
    }
    100% {
        transform: rotate(45deg) scale(1);
    }
}

/* Close button */
.theme-close-form {
    position: absolute;
    top: 1rem !important;
    right: 1rem !important;
    border: none;
    background: transparent;
    cursor: pointer !important;
    transition: color 0.3s ease;
    z-index: 1;
}

.theme-close-form i {
    font-size: 1.25rem;
    color: #6c757d;
}

@media (min-width: 768px) {
    .theme-close-form i {
        font-size: 1.5rem;
    }
}

/* Toggle button arrow */
.theme-expand-form-btn-toggle i.fa-angle-down {
    transition: transform 0.4s ease;
}

.theme-expand-form-btn-toggle.expanded i.fa-angle-down {
    transform: rotate(180deg);
}

/* Button smooth hover/active */
.theme-expand-form-btn-toggle {
    transition: background 0.3s ease, color 0.3s ease;
}

.theme-expand-form-btn-toggle.expanded {
    background-color: #1F4E8C !important;
}

/* AJAX content fade-in */
.theme-ajax-content {
    opacity: 0;
    transform: translateY(10px);
    /*transition: all 0.4s ease;*/
}

.theme-ajax-content.loaded {
    opacity: 1;
    transform: translateY(0);
}

/* Button loading cursor */
.theme-expand-form-btn-toggle.loading {
    cursor: wait;
}

/* ============================
   Theme Expandable Product Form Styles End
============================ */



