/* Base */
:root {

    --round-1: 4px;
    --round-2: 8px;
    --round-3: 12px;
    --round-4: 16px;
    --round-5: 32px;
    --round-full: 1000px;

    --space-i-1: 4px;
    --space-i-2: 8px;
    --space-i-3: 12px;
    --space-i-4: 16px;
    --space-i-5: 20px;
    --space-i-6: 24px;
    --space-i-7: 28px;
    --space-i-8: 32px;

    --space-o-1: 4px;
    --space-o-2: 8px;
    --space-o-3: 16px;
    --space-o-4: 32px;
    --space-o-5: 64px;
    --space-o-6: 128px;

    --shadow-1: 0px 5px 10px 0px #00000010;
    --shadow-2: 0px 5px 10px 0px #00000050;

    --z-0: -1;
    --z-1: 1;
    --z-2: 2;
    --z-3: 999;
    --z-4: 9999;
    --z-5: 99999;
    --z-6: 999999;
}

::placeholder {
    color: var(--color-text-3);
    opacity: 1;
}

body.dark ::placeholder {
    color: var(--color-text-3);
    opacity: 1;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: var(--color-surface-1);
    border-radius: var(--round-full);
}

::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: var(--round-full);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--color-primary);
}

.h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
}

.the-content-area h1,
.h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 52px;
}

.the-content-area h2,
.h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 44px;
}

.the-content-area h3,
.h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
}

.the-content-area h4,
.h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
}

.the-content-area h5,
.h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

.the-content-area p,
.t-subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}

.t-typo {
    font-family: "wonder";
}

.t-subtitle-small {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
}

.t-body {
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
}

.t-body-small {
    font-size: 11px;
    font-weight: 400;
    line-height: 22px;
}

.t-caption {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
}

.t-caption-small {
    font-size: 9px;
    font-weight: 400;
    line-height: 18px;
}

.the-content-area blockquote {
    padding: var(--space-i-6);
    background: var(--color-surface-0);
    border-radius: var(--round-4);
}

blockquote p {
    margin: 0;
}

.woocommerce-Price-amount.amount {
    direction: rtl;
    gap: 5px;
    display: flex;
}

.call-to-buy {
    display: flex;
    gap: var(--space-i-4);
    flex-flow: column-reverse;
}

.call-to-buy-details p {
    margin: 0;
    color: var(--color-text-2);
}

.call-to-buy-details h6 {
    direction: ltr;
    text-align: right;
    margin: 0;
    color: var(--color-text-1);
}

.bt-btn {
    white-space: nowrap;
    outline: none;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: none;
    transition: 0.2s;
}

.bt-full {
    width: 100%;
}

.bt-cur {
    border-radius: var(--round-3);
}

.bt-cir {
    border-radius: var(--round-full);
}

.bt-small svg {
    width: 16px;
    height: 16px;
}

.bt-medium svg {
    width: 18px;
    height: 18px;
}

.bt-large svg {
    width: 20px;
    height: 20px;
}

.bt-fat svg {
    width: 24px;
    height: 24px;
}


.bt-icon.bt-tiny {
    width: 1.3rem;
    height: 1.3rem;
    padding: 0;
    font-weight: 300;
    min-width: auto;
}

.bt-icon.bt-tiny svg {
    width: 13px;
    height: 13px;
}

.bt-icon.bt-medium {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    font-weight: 500;
    min-width: auto;
}

.bt-icon.bt-small {
    width: 2rem;
    height: 2rem;
    padding: 0;
    font-weight: 400;
    min-width: auto;
}

.bt-icon.bt-large {
    width: 3rem;
    height: 3rem;
    padding: 0;
    min-width: auto;
    font-weight: 500;
}

.bt-large {
    gap: 0.5rem;
    font-size: 1rem;
    height: 3rem;
    padding: 0 1rem;
    min-width: 6rem;
    font-weight: 500;
}

.bt-icon.bt-fat {
    width: 4rem;
    height: 4rem;
    padding: 0;
    min-width: auto;
    font-weight: 500;
}

.bt-fat {
    gap: 0.5rem;
    font-size: 1.2rem;
    height: 4rem;
    padding: 0 1.2rem;
    min-width: 6rem;
    font-weight: 500;
}

.bt-medium {
    gap: 0.5rem;
    font-size: 0.875rem;
    height: 2.5rem;
    padding: 0 0.75rem;
    min-width: 4rem;
}

.bt-small {
    gap: 0.25rem;
    font-size: 0.75rem;
    height: 2rem;
    padding: 0 0.75rem;
    min-width: 2rem;
}

.bt-bg-pri-nor {
    color: var(--color-white);
    background-color: var(--color-primary);
}

.profile-btn-remove {
    color: var(--color-error);
    background-color: var(--color-error-bg);
}

.bt-bg-pri-nor:hover {
    background-color: var(--color-primary-dark);
}

.profile-btn-remove:hover {
    color: var(--color-white);
    background-color: var(--color-error);
}

.bt-bg-pri-nor svg {
    color: var(--color-white);
}

.profile-btn-remove svg {
    transition: 0.2s ease;
    color: var(--color-error);
}

.user-dropdown-header {
    transition: 0.2s ease;
}

.down-menu-icon {
    width: 18px;
    height: 18px;
}

.profile-btn-remove:hover svg {
    color: var(--color-white);
}

.bt-bg-pri-nor.delete {
    background-color: var(--color-error);
}

.bt-bg-pri-nor.delete:hover {
    background-color: var(--color-error-dark);
}

.bt-bg-pri-lin {
    color: var(--color-primary);
    -webkit-box-shadow: inset 0px 0px 0px 1px var(--color-primary);
    -moz-box-shadow: inset 0px 0px 0px 1px var(--color-primary);
    box-shadow: inset 0px 0px 0px 1px var(--color-primary);
    background-color: transparent;
}

.bt-bg-pri-lin:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.bt-bg-pri-lin svg,
.bt-bg-pri-dis svg {
    color: var(--color-primary);
}

.bt-bg-pri-lin:hover svg {
    color: var(--color-white);
}

.bt-bg-pri-dis {
    pointer-events: none;
    cursor: not-allowed;
    color: var(--color-primary-light-1);
    background-color: var(--color-primary-light-3);
}

.bt-bg-sec-nor {
    color: var(--color-white);
    background-color: var(--color-black);
}

.bt-bg-sec-nor:hover {
    background-color: var(--color-text-1);
}

.bt-bg-sec-nor svg {
    color: var(--color-white);
}

.bt-bg-sec-lin {
    color: var(--color-white);
    -webkit-box-shadow: inset 0px 0px 0px 1px var(--color-black);
    -moz-box-shadow: inset 0px 0px 0px 1px var(--color-black);
    box-shadow: inset 0px 0px 0px 1px var(--color-black);
    background-color: var(--color-black);
}

.bt-bg-sec-lin:hover {
    background-color: var(--color-black-7);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.bt-bg-sec-lin:hover svg {
    color: var(--color-white);
}

.bt-bg-thi-lin {
    color: var(--color-text-4);
    -webkit-box-shadow: inset 0px 0px 0px 1px var(--color-surface-1);
    -moz-box-shadow: inset 0px 0px 0px 1px var(--color-surface-1);
    box-shadow: inset 0px 0px 0px 1px var(--color-surface-1);
    background-color: transparent;
}

.bt-bg-thi-lin:hover {
    color: var(--color-text-1);
    background-color: var(--color-surface-0);
    -webkit-box-shadow: inset 0px 0px 0px 1px var(--color-surface-0);
    -moz-box-shadow: inset 0px 0px 0px 1px var(--color-surface-0);
    box-shadow: inset 0px 0px 0px 1px var(--color-surface-0);
}

.bt-bg-thi-lin svg {
    transition: 0.2s ease;
    color: var(--color-text-5);
}

.bt-bg-thi-lin:hover svg {
    color: var(--color-text-1);

}

.bt-bg-sec-dis svg {
    color: var(--color-text-3);
}

.bt-bg-sec-dis {
    pointer-events: none;
    cursor: not-allowed;
    color: var(--color-text-3);
    background-color: var(--color-text-6);
}

.bt-sim-pri-nor {
    color: var(--color-primary);
    background: transparent;
}

.bt-sim-pri-nor:hover {
    background: var(--color-primary-light-6);
}

.bt-sim-pri-nor svg {
    color: var(--color-primary);
}

.bt-sim-pri-dis {
    pointer-events: none;
    cursor: not-allowed;
    color: var(--color-primary-light-3);
}

.bt-sim-sec-nor:hover {
    background: var(--color-surface-0);
}

.bt-sim-sec-nor {
    color: var(--color-black);
}

.bt-sim-sec-dis {
    pointer-events: none;
    cursor: not-allowed;
    color: var(--color-text-2);
}

.bt-sim-thi-nor {
    background: var(--color-surface-0);
    color: var(--color-text-2);
}

.bt-sim-thi-nor:hover {
    background: var(--color-surface-1);
}

.bt-sim-thi-nor svg {
    color: var(--color-text-2);
}

.bt-sim-thi-dis {
    pointer-events: none;
    cursor: not-allowed;
    color: var(--color-text-2);
}

.bt-sim-sec-nor {
    color: var(--color-text-1);
}

.bt-sim-thi-dis svg {
    color: var(--color-text-2);
}

.n-badges {
    display: inline-block;
    font-size: 17px;
    border-radius: var(--round-1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    min-width: 25px;
    height: 25px;
    padding: var(--space-i-1) 0 0 0;
}

.n-long-badges {
    white-space: nowrap;
    display: inline-block;
    font-size: 17px;
    border-radius: var(--round-1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    min-width: 25px;
    height: 25px;
    padding: var(--space-i-2);
}

.n-badges-round {
    font-size: 12px;
    font-weight: 600;
}

.n-badges-primary {
    background: var(--color-primary);
    color: var(--color-white);
}

.n-badges-round {
    border-radius: var(--round-full);
}

.n-long-float {
    position: absolute;
    left: var(--space-i-3);
    top: -4px;
    font-size: 10px;
    padding: var(--space-i-1);
    height: 18px;
    font-weight: 800;
}

.n-notice {
    padding: var(--space-i-3);
    border: 1px solid;
    border-radius: var(--round-2);
    display: flex;
    align-items: center;
}

.n-notice-success {
    border-color: var(--color-success);
    background: var(--color-success-bg);
    color: var(--color-success);
}

.n-notice-error {
    border-color: var(--color-error);
    background: var(--color-error-bg);
    color: var(--color-error);
}

.n-notice-info {
    border-color: var(--color-info);
    background: var(--color-info-bg);
    color: var(--color-info);
}

.n-notice-warning {
    border-color: var(--color-warning);
    background: var(--color-warning-bg);
    color: var(--color-warning);
}

.n_column_1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.n_column_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-i-3);
}

.n_column_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-i-3);
}

.n_column_4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-i-3);
}

.n_column_5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: var(--space-i-3);
}

.n_column_6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: var(--space-i-3);
}

.notification-header-icon {
    position: relative;
}

/* Heading 1 - Start */

.section-header {
    color: var(--color-text-1);
}

.heading-1 {
    display: flex;
    align-items: center;
}

.heading-1 .section-title {
    margin: 0;
    padding-right: var(--space-i-5);
    position: relative;
    display: inline-block;
    white-space: nowrap;
    padding-left: var(--space-o-4);
    color: var(--color-text-1);
}

.heading-1 .section-btn {
    padding-right: var(--space-o-4);
}

.heading-1 .section-title:after {
    background: var(--color-primary);
    position: absolute;
    content: '';
    width: 6px;
    height: 100%;
    right: 0;
    top: 0;
}

.heading-1 hr {
    width: -webkit-fill-available;
    border-top: 1px solid var(--color-surface-3);
}

/* Heading 1 - End */

/* Heading 2 - Start */
.heading-2 {
    display: flex;
    align-items: center;
}

.heading-2 .section-title {
    margin: 0;
    padding-right: var(--space-i-5);
    position: relative;
    display: inline-block;
    white-space: nowrap;
    padding-left: var(--space-o-4);
    color: var(--color-text-1);
}

.heading-2 .section-title .h4 {
    margin: 0;
}

.heading-2 .section-sub-title {
    margin: 0;
    background: var(--color-surface-1);
    padding: 0 var(--space-i-2);
    width: fit-content;
    border-radius: var(--round-3);
}

.heading-2 .section-btn {
    margin-right: auto;
    display: flex;
    gap: var(--space-i-1);
}

.heading-2 .section-title:after {
    background: var(--color-secondary);
    position: absolute;
    content: '';
    width: 4px;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: var(--round-full);
}

/* Heading 2 - End */

/* Heading 3 - Start */
.heading-3 {
    display: flex;
    align-items: end;
}

.heading-3 .section-title {
    margin: 0;
    padding-right: var(--space-i-5);
    position: relative;
    display: inline-block;
    white-space: nowrap;
    padding-left: var(--space-o-4);
    color: var(--color-text-1);
}

.heading-3 .section-title .h4 {
    margin: 0;
}

.heading-3 .section-sub-title {
    margin: 0;
    color: var(--color-text-3);
}

.heading-3 .section-btn {
    margin-right: auto;
    display: flex;
    align-items: center;
}

.heading-3 hr {
    width: -webkit-fill-available;
    border-top: 1px solid var(--color-surface-3);
}

/* Heading 3 - End */

/* Heading 4 - Start */
.heading-4 {
    display: flex;
    align-items: end;
}

.heading-4 .section-title {
    margin: 0;
    padding-right: 0;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    padding-left: var(--space-o-4);
    color: var(--color-text-1);
}

.heading-4 .section-title .h4 {
    margin: 0;
    display: flex;
    align-items: center;
}

.heading-4 .section-sub-title {
    margin: 0;
    color: var(--color-text-3);
}

.heading-4 .section-btn {
    margin-right: auto;
    display: flex;
    align-items: center;
}

.heading-4 {
    display: flex;
    align-items: end;
    margin: var(--space-o-3) 0;
    padding-bottom: var(--space-i-3);
    border-bottom: 5px solid var(--color-primary-light-5);
    position: relative;
}

.heading-4:after {
    background: var(--color-primary);
    position: absolute;
    content: '';
    width: 120px;
    height: 5px;
    right: 0;
    bottom: -5px;
    border-radius: var(--round-full);
}


/* Heading 4 - End */

/* Heading 5 - Start */

.heading-5 .section-title {
    text-align: center;
}

.heading-5 .section-sub-title {
    font-size: 40px;
    background: linear-gradient(0deg, var(--color-primary-light-4), var(--color-primary-light-6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top: -30px;
}

/* Heading 5 - End */

/* Heading 6 - Start */
.heading-6 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.heading-6 .section-title .h3 {
    margin: 0;
}

/* Heading 6 - End */

/* Heading 7 - Start */
.heading-7 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.heading-7 .section-title {
    text-align: center;
}

.heading-7 .section-title .h3 {
    margin: 0;
}

.heading-7 .section-title span {
    color: var(--color-primary);
}

/* Heading 7 - End */

/* Heading 8 - Start */

.heading-8 {
    display: flex;
    align-items: center;
}

.heading-8 img {
    width: 25px;
    height: auto;
}

.heading-8 .h4,
.heading-8 .section-sub-title {
    margin: 0;
}

.heading-8 .section-btn {
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: var(--space-i-1);
}

/* Heading 8 - End */

/* Slider 1 - Start */
.slider-1 {
    position: relative;
    width: 100%;
}

.slider-1-mask {
    width: 100%;
    aspect-ratio: 5023 / 1655;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5023 1655'%3E%3Cpath d='M150 1655H4872.5C4955.34 1655 5022.5 1587.84 5022.5 1505V436C5022.5 353.157 4955.34 286 4872.5 286H4431.5C4352.52 286 4288.5 221.977 4288.5 143C4288.5 64.0233 4224.48 0 4145.5 0H150C67.1573 0 0 67.1573 0 150V1505C0 1587.84 67.1574 1655 150 1655Z' fill='black' /%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5023 1655'%3E%3Cpath d='M150 1655H4872.5C4955.34 1655 5022.5 1587.84 5022.5 1505V436C5022.5 353.157 4955.34 286 4872.5 286H4431.5C4352.52 286 4288.5 221.977 4288.5 143C4288.5 64.0233 4224.48 0 4145.5 0H150C67.1573 0 0 67.1573 0 150V1505C0 1587.84 67.1574 1655 150 1655Z' fill='black' /%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.slider-1 .swiper-wrapper,
.slider-1 .swiper-slide {
    height: 100%;
}

.slider-1 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-1 {
    position: absolute !important;
    right: var(--space-i-6);
    top: var(--space-i-3) !important;
    width: fit-content !important;
    height: 40px !important;
    display: flex !important;
    z-index: 10;
}

.swiper-pagination-1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: var(--round-full);
    background: var(--color-primary);
    transition: 0.3s ease;
    opacity: 0.5;
}

.swiper-pagination-1 .swiper-pagination-bullet-active {
    height: 30px;
    opacity: 1;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Slider 1 - End */


/* Slider 2 - Start */
.slider-2 {
    position: relative;
    width: 100%;
}

.slider-2-mask {
    width: 100%;
    aspect-ratio: 5023 / 1655;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5023 1655'%3E%3Cpath d='M4872.5 0C4955.34 0 5022.5 67.1573 5022.5 150V1505C5022.5 1587.84 4955.34 1655 4872.5 1655H3062.42C3002.45 1655 2948.24 1619.27 2924.58 1564.16L2902.99 1513.84C2879.33 1458.73 2825.12 1423 2765.15 1423H2256.85C2196.88 1423 2142.67 1458.73 2119.01 1513.84L2097.42 1564.16C2073.76 1619.27 2019.55 1655 1959.58 1655H150C67.1573 1655 0 1587.84 0 1505V150C2.47398e-05 67.1573 67.1573 0 150 0H4872.5Z' fill='black' /%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5023 1655'%3E%3Cpath d='M4872.5 0C4955.34 0 5022.5 67.1573 5022.5 150V1505C5022.5 1587.84 4955.34 1655 4872.5 1655H3062.42C3002.45 1655 2948.24 1619.27 2924.58 1564.16L2902.99 1513.84C2879.33 1458.73 2825.12 1423 2765.15 1423H2256.85C2196.88 1423 2142.67 1458.73 2119.01 1513.84L2097.42 1564.16C2073.76 1619.27 2019.55 1655 1959.58 1655H150C67.1573 1655 0 1587.84 0 1505V150C2.47398e-05 67.1573 67.1573 0 150 0H4872.5Z' fill='black' /%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.slider-2 .swiper-wrapper,
.slider-2 .swiper-slide {
    height: 100%;
}

.slider-2 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.slider-2-navigation {
    position: absolute;
    bottom: 25px;
    width: 100px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.slider-2-navigation svg {
    color: var(--color-primary-light-3);
    transition: 0.2s ease;
}

.swiper-button-prev:hover svg,
.swiper-button-next:hover svg {
    color: var(--color-primary);
}

.slider-2-navigation:after {
    content: '';
    position: absolute;
    width: 300%;
    height: 100px;
    background: var(--color-primary);
    filter: blur(60px);
    right: 0;
    top: 0;
    margin: 0 auto;
    left: 0;
    transform: translate(35%, -130%);
    z-index: var(--z-0);
}

/* Slider 2 - End */

/* Slider 3 - Start */

.slider-3 {
    position: relative;
    width: 100%;
}

.slider-3-mask {
    width: 100%;
    aspect-ratio: 5023 / 1655;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5023 1655'%3E%3Crect width='5023' height='1655' rx='827.5' fill='white'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5023 1655'%3E%3Crect width='5023' height='1655' rx='827.5' fill='white'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.slider-3 .swiper-wrapper,
.slider-3 .swiper-slide {
    height: 100%;
}

.slider-3 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.slider-3-navigation svg {
    color: var(--color-white-3);
    transition: 0.3s ease;
}

.slider-3-navigation .swiper-button-next:hover svg,
.slider-3-navigation .swiper-button-prev:hover svg {
    color: var(--color-black);
}

.slider-3-navigation .swiper-button-next:hover,
.slider-3-navigation .swiper-button-prev:hover {
    background: var(--color-white);
    border: 1px solid var(--color-white);
}


.slider-3-navigation .swiper-button-next,
.slider-3-navigation .swiper-button-prev {
    transition: 0.3s ease;
    width: 40px;
    height: 40px;
    padding: var(--space-i-2);
    background: var(--color-white-1);
    border-radius: var(--round-full);
    border: 1px solid var(--color-white-1);
}

.swiper-pagination-3 {
    width: fit-content !important;
    margin: 0 auto;
    right: 0;
    left: 0;
    background: var(--color-white-1);
    padding: var(--space-i-1) var(--space-i-2);
    border-radius: var(--round-full);
    border: 1px solid var(--color-white-1);
}

.swiper-pagination-3 .swiper-pagination-bullet {
    border-radius: var(--round-full);
    background: var(--color-white-7);
    transition: 0.2s ease;
}

.swiper-pagination-3 .swiper-pagination-bullet-active {
    background: var(--color-white);
    width: 25px;
}

/* Slider 3 - End */

/* Slider 4 - Start */

.slider-4 {
    position: relative;
    width: 100%;
}

.slider-4-mask {
    width: 100%;
    aspect-ratio: 5023 / 1655;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='5023' height='1655' viewBox='0 0 5023 1655' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4872.5 0C4955.34 0 5022.5 67.1573 5022.5 150V306.456C5010.68 602.869 4793 626.865 4793 827C4793 1027.13 5010.68 1036.78 5022.5 1346.37V1505C5022.5 1587.84 4955.34 1655 4872.5 1655H150C67.1573 1655 0 1587.84 0 1505V1373C3.82391e-06 1052.33 230 1032.72 230 827C230 621.282 -4.00477e-06 616.833 0 281V150C2.47398e-05 67.1573 67.1573 0 150 0H4872.5Z' fill='white'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='5023' height='1655' viewBox='0 0 5023 1655' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4872.5 0C4955.34 0 5022.5 67.1573 5022.5 150V306.456C5010.68 602.869 4793 626.865 4793 827C4793 1027.13 5010.68 1036.78 5022.5 1346.37V1505C5022.5 1587.84 4955.34 1655 4872.5 1655H150C67.1573 1655 0 1587.84 0 1505V1373C3.82391e-06 1052.33 230 1032.72 230 827C230 621.282 -4.00477e-06 616.833 0 281V150C2.47398e-05 67.1573 67.1573 0 150 0H4872.5Z' fill='white'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.slider-4 .swiper-wrapper,
.slider-4 .swiper-slide {
    height: 100%;
}

.slider-4 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.slider-4-navigation svg {
    color: var(--color-text-4);
    transition: 0.3s ease;
}

.slider-4-navigation .swiper-button-next:hover svg,
.slider-4-navigation .swiper-button-prev:hover svg {
    color: var(--color-text-1);
}

.slider-4-navigation .swiper-button-next {
    left: 0;
    right: auto;
}

.slider-4-navigation .swiper-button-prev {
    right: 0;
    left: auto;
}

.slider-4-navigation .swiper-button-next:hover,
.slider-4-navigation .swiper-button-prev:hover {
    background: var(--color-surface-3);
    border: 1px solid var(--color-surface-3);
}


.slider-4-navigation .swiper-button-next,
.slider-4-navigation .swiper-button-prev {
    transition: 0.3s ease;
    width: 40px;
    height: 40px;
    padding: var(--space-i-2);
    background: var(--color-surface-2);
    border-radius: var(--round-full);
    border: 1px solid var(--color-surface-0);
}

.swiper-pagination-4 {
    width: fit-content !important;
    margin: 0 auto;
    right: 0;
    left: 0;
}


.swiper-pagination-4 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: var(--round-full);
    background: var(--color-black-3);
    transition: 0.3s ease;
    opacity: 0.5;
}

.swiper-pagination-4 .swiper-pagination-bullet-active {
    background: var(--color-black);
    height: 30px;
    opacity: 1;
}

/* Slider 4 - End */

/* Slider 5 - Start */

.slider-5 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-5 .swiper {
    width: 100%;
    height: 100%;
}

.slider-5 .swiper-slide {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-5-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.slider-5-mask svg {
    width: 100%;
    height: 100%;
    display: block;
}

.slider-5-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--space-o-5) var(--space-o-4);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-o-4);
}

.slider-5-main-image {
    flex: 0 0 45%;
    max-width: 45%;
    position: relative;
    z-index: 3;
    animation: sliderFadeInLeft 1.2s ease-out;
}

.slider-5-main-image img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    display: block;
}

.slider-5-content {
    flex: 0 0 45%;
    max-width: 45%;
    display: flex;
    flex-direction: column;
    gap: var(--space-i-4);
    direction: rtl;
    text-align: right;
    animation: sliderFadeInRight 1s ease-out;
}

.slider-5-title {
    margin: 0;
    font-size: 48px;
    font-weight: 800;
    line-height: 68px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-i-2);
}

.slider-5-title-part1,
.slider-5-title-part2 {
    display: inline-block;
}

.slider-5-description {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    max-width: 90%;
    opacity: 0.9;
}

.slider-5-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-i-3);
    margin-top: var(--space-i-2);
}

.slider-5-pagination-wrap {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.slider-5-pagination-wrap .slider-5-pagination {
    justify-content: end;
    position: relative;
    z-index: 2;
    display: flex;
    gap: var(--space-i-3);
    padding: 10px 20px;
    pointer-events: auto;
}

.slider-5-pagination-wrap .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: var(--round-full);
    background: var(--color-primary-light-3);
    transition: 0.3s ease;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.slider-5-pagination-wrap .swiper-pagination-bullet-active {
    background: var(--color-primary);
    width: 40px;
}

@keyframes sliderFadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }

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

@keyframes sliderFadeInRight {
    from {
        opacity: 0;
        transform: translateX(60px);
    }

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

@keyframes sliderFadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

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

/* Slider 5 - End */

/* Slider 11 - Start */

.slider-11 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-11 .swiper {
    width: 100%;
    height: 100%;
}

.slider-11 .swiper-slide {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-11-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.slider-11-mask svg {
    width: 100%;
    height: 100%;
    display: block;
}

.slider-11-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--space-o-5) var(--space-o-4);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-o-4);
}

.slider-11-side {
    flex: 0 0 22%;
    max-width: 22%;
    display: flex;
    flex-direction: column;
    gap: var(--space-i-3);
    opacity: 0;
}

.slider-11-side-left {
    animation: slider11SlideInLeft 0.8s ease 0.2s forwards;
    text-align: right;
    direction: rtl;
}

.slider-11-side-right {
    animation: slider11SlideInRight 0.8s ease 0.4s forwards;
    text-align: left;
    direction: ltr;
}

@keyframes slider11SlideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-60px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slider11SlideInRight {
    0% {
        opacity: 0;
        transform: translateX(60px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.slider-11-side-title {
    font-size: 42px;
    font-weight: 900;
    line-height: 52px;
    margin: 0;
    letter-spacing: -1px;
    position: relative;
}

.slider-11-side-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    width: 40px;
    height: 4px;
    border-radius: var(--round-full);
    background: currentColor;
    opacity: 0.3;
}

.slider-11-side-left .slider-11-side-title::after {
    right: 0;
}

.slider-11-side-right .slider-11-side-title::after {
    left: 0;
}

.slider-11-side-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    opacity: 0.8;
}

.slider-11-center {
    flex: 0 0 40%;
    max-width: 40%;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-i-4);
    opacity: 0;
    animation: slider11CenterIn 0.9s ease 0.1s forwards;
}

@keyframes slider11CenterIn {
    0% {
        opacity: 0;
        transform: scale(0.85) translateY(30px);
    }

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

.slider-11-main-image {
    width: 100%;
    position: relative;
}

.slider-11-main-image img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: contain;
    display: block;
    transition: all 0.4s ease;
}

.slider-11-main-image::before {
    content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    border: 3px solid var(--color-primary-light-4);
    border-radius: 50%;
    z-index: -1;
    animation: slider11Orbit 8s linear infinite;
}

.slider-11-main-image::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    border: 3px solid var(--color-secondary-light-4);
    border-radius: 50%;
    z-index: -1;
    animation: slider11Orbit 6s linear infinite reverse;
}

@keyframes slider11Orbit {
    0% {
        transform: rotate(0deg) scale(1);
    }

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

.slider-11-btn {
    opacity: 0;
    animation: slider11FadeIn 0.6s ease 0.6s forwards;
}

@keyframes slider11FadeIn {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.slider-11-pagination-wrap {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    pointer-events: none;
}

.swiper-3d .swiper-slide-shadow {
    background: transparent !important;
}

.slider-11-pagination-wrap .slider-11-pagination {
    position: relative;
    z-index: 2;
    display: flex;
    gap: var(--space-i-1);
    padding: var(--space-i-3);
    pointer-events: auto;
    background: var(--color-white-1);
    backdrop-filter: blur(8px);
    border-radius: var(--round-full);
    border: 1px solid var(--color-white-1);
    width: fit-content !important;
}

.slider-11-pagination-wrap .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border-radius: var(--round-full);
    background: var(--color-white-5);
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.slider-11-pagination-wrap .swiper-pagination-bullet-active {
    background: var(--color-primary);
    width: 25px;
    box-shadow: 0 0 30px var(--color-primary-light-1);
}

.slider-11-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.slider-11-nav-prev {
    left: var(--space-o-3);
}

.slider-11-nav-next {
    right: var(--space-o-3);
}

@media (max-width: 1024px) {
    .slider-11 .swiper-slide {
        min-height: 500px;
    }

    .slider-11-container {
        flex-direction: column;
        padding: var(--space-o-4);
        gap: var(--space-o-3);
    }

    .slider-11-side {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .slider-11-side-left {
        text-align: center;
        direction: ltr;
    }

    .slider-11-side-right {
        text-align: center;
    }

    .slider-11-side-title {
        font-size: 28px;
        line-height: 36px;
    }

    .slider-11-side-title::after {
        display: none;
    }

    .slider-11-side-desc {
        font-size: 14px;
        line-height: 24px;
        max-width: 80%;
        margin: 0 auto;
    }

    .slider-11-center {
        flex: 0 0 auto;
        max-width: 60%;
        width: 60%;
    }

    .slider-11-main-image img {
        max-height: 300px;
    }

    .slider-11-main-image::before,
    .slider-11-main-image::after {
        display: none;
    }

    .slider-11-nav-prev {
        left: var(--space-i-3);
    }

    .slider-11-nav-next {
        right: var(--space-i-3);
    }
}

@media (max-width: 768px) {
    .slider-11 .swiper-slide {
        min-height: 400px;
    }

    .slider-11-container {
        padding: var(--space-o-3);
        gap: var(--space-i-4);
    }

    .slider-11-side-title {
        font-size: 24px;
        line-height: 32px;
    }

    .slider-11-side-desc {
        font-size: 13px;
        line-height: 22px;
        max-width: 100%;
    }

    .slider-11-center {
        max-width: 75%;
        width: 75%;
    }

    .slider-11-main-image img {
        max-height: 220px;
    }

    .slider-11-pagination-wrap .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .slider-11-pagination-wrap .swiper-pagination-bullet-active {
        width: 28px;
    }

    .slider-11-pagination-wrap .slider-11-pagination {
        padding: var(--space-i-2) var(--space-i-4);
        gap: var(--space-i-2);
    }

    .slider-11-nav-prev {
        left: var(--space-i-1);
    }

    .slider-11-nav-next {
        right: var(--space-i-1);
    }
}

@media (max-width: 480px) {
    .slider-11 .swiper-slide {
        min-height: 350px;
    }

    .slider-11-side-title {
        font-size: 20px;
        line-height: 28px;
    }

    .slider-11-side-desc {
        font-size: 12px;
        line-height: 20px;
    }

    .slider-11-center {
        max-width: 85%;
        width: 85%;
    }

    .slider-11-main-image img {
        max-height: 180px;
    }

    .slider-11-pagination-wrap .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .slider-11-pagination-wrap .swiper-pagination-bullet-active {
        width: 24px;
    }

    .slider-11-pagination-wrap .slider-11-pagination {
        padding: var(--space-i-1) var(--space-i-3);
        gap: var(--space-i-1);
    }
}

/* Slider 11 - End */

/* Product list 1 - Start */

.swiper-product-list-1 {
    padding: var(--space-i-4) !important;
    border-radius: var(--round-4);
}

.swiper-product-list-1 .swiper-slide {
    align-self: anchor-center;
    height: -webkit-fill-available;
}

/* Product list 1 - End */

/* Product list 2 - Start */

.swiper-product-list-2 .swiper-slide {
    align-self: anchor-center;
}

.product-list-2-wrapper {
    display: flex;
    align-items: stretch;
    padding: var(--space-i-4) !important;
    border-radius: var(--round-4);
}

.product-list-2-wrapper .banner-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.product-list-2-wrapper .product-list-wrapper {
    flex: 1;
    overflow: hidden;
    order: 1;
}

/* Product list 2 - End */

/* Product list 3 - Start */

.swiper-product-list-3 .swiper-slide {
    align-self: anchor-center;
}

.product-list-3-wrapper {
    display: flex;
    align-items: stretch;
    gap: var(--space-i-4) !important;
    padding: 0 !important;
    border-radius: var(--round-4);
}

.product-list-3-wrapper .banner-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.product-list-3-wrapper .product-list-wrapper {
    flex: 1;
    overflow: hidden;
    order: 1;
}

/* Product list 4 - Start */

.swiper-product-list-4 .product-list-item {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-surface-2);
    border-radius: var(--round-4);
    padding: var(--space-i-2);
    transition: 0.2s ease;
}

.swiper-product-list-4 .product-list-item:hover {
    background-color: var(--color-surface-1);

}

.swiper-product-list-4 .product-image {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-product-list-4 .product-title {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--color-text-3);
    transition: 0.2s ease;
}

.swiper-product-list-4 .product-list-item:hover .product-title {
    color: var(--color-primary);
}

.swiper-product-list-4 .product-list-item a {
    text-decoration: none;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

/* Product list 4 - End */



/* Product list 5 - Start */

.swiper-product-list-5 .product-list-item {
    border: 1px solid var(--color-surface-2);
    border-radius: var(--round-4);
    padding: var(--space-i-3);
    transition: 0.2s ease;
}


.swiper-product-list-5 .product-list-item a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-i-4);
}

.swiper-product-list-5 .product-list-item:hover {
    background-color: var(--color-surface-1);

}

.swiper-product-list-5.product-image {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-product-list-5 .product-title {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--color-text-3);
    transition: 0.2s ease;
}

.swiper-product-list-5 .product-list-item:hover .product-title {
    color: var(--color-primary);
}

.swiper-product-list-5 .product-grid {
    display: flex;
    gap: var(--space-i-3);
    flex-flow: column;
}

.swiper-product-list-5 .product-number {
    display: flex;
    background: var(--color-primary);
    padding: var(--space-i-3);
    font-size: 20px;
    color: var(--color-white);
    border-radius: var(--round-full);
}

/* Product list 5 - End */

/* Product Category - Start */

.widget-category-1 .category-content {
    text-align: center;
}

.widget-category-1 .category-title {
    color: var(--color-text-1);
    margin: 0;
}

.widget-category-1 .category-title {
    color: var(--color-text-1);
    transition: 0.2s ease;
}

.widget-category-1 .product-category-item:hover .category-title {
    color: var(--color-primary);
}

.widget-category-1 .product-count {
    color: var(--color-text-4);
}

.widget-category-1 .category-image {
    width: 100px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.widget-category-1 .category-image:after {
    position: absolute;
    content: '';
    width: 70%;
    height: 70%;
    background: var(--color-surface-1);
    border-radius: var(--round-full);
    right: 0;
    margin: auto;
    left: 0;
    z-index: var(--z-0);
    top: 0;
    transition: 0.2s ease;
    bottom: 0;
}

.widget-category-1 .product-category-item:hover .category-image:after {
    position: absolute;
    content: '';
    width: 70%;
    height: 70%;
    background: var(--color-surface-2);
    border-radius: var(--round-full);
    right: 0;
    margin: auto;
    left: 0;
    z-index: var(--z-0);
    top: 0;
    bottom: 0;
}








/* Product Category - End */











body {
    margin: 0;
    padding: 0;
    font-family: var(--font-family);
    background: var(--color-surface--1);
    text-decoration: none;
}

:focus-visible {
    outline: none;
}

a,
a:hover {
    text-decoration: none;
}

.shadow-gap-right {
    box-shadow: 6px 0 7px -5px var(--color-surface-3);
    width: 15px;
    height: 28px;
    margin-left: -15px;
}

.shadow-gap-left {
    box-shadow: -6px 0 7px -5px var(--color-surface-3);
    width: 15px;
    height: 28px;
    margin-right: -15px;
}

.modal-box {
    position: fixed;
    right: 50%;
    top: 50%;
    z-index: var(--z-6);
    background: var(--color-white);
    transform: translate(50%, -50%);
    width: 250px;
    height: 200px;
    border-radius: var(--round-5);
    align-items: center;
    justify-content: center;
    flex-flow: column;
    gap: var(--space-o-4);
}

.loader-dots {
    display: flex;
    gap: 6px;
}

.loader-dots .dot {
    width: 10px;
    height: 10px;
    background-color: var(--color-primary);
    border-radius: 50%;
    animation: pulse 1.4s infinite cubic-bezier(0.4, 0, 0.2, 1) both;
}

.loader-dots .dot:nth-child(1) {
    animation-delay: -0.32s;
}

.loader-dots .dot:nth-child(2) {
    animation-delay: -0.16s;
}

@keyframes pulse {

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

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

.the-content-area .wp-block-table {
    max-width: 100%;
    margin: var(--space-o-3) auto;
    border-radius: var(--round-4);
    overflow: hidden;
    border: 1px solid var(--color-surface-1);
    background: var(--color-surface-2);
}

.the-content-area .wp-block-table table.has-fixed-layout {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 13px;
}

.the-content-area .wp-block-table td,
.the-content-area .wp-block-table th {
    border: none;
}

.the-content-area .wp-block-table tbody tr:first-child {
    border-top: 0;
}

.the-content-area .wp-block-table tbody tr {
    border-top: 1px solid var(--color-surface-1);
}

.the-content-area .wp-block-table thead tr {
    background: var(--color-surface-3);
}

.the-content-area .wp-block-table thead {
    border-bottom: none !important;
}

.the-content-area .wp-block-table thead th {
    padding: var(--space-i-4) var(--space-i-3);
    text-align: center !important;
    font-weight: 700 !important;
    color: var(--color-text-2) !important;
    border-bottom: 2px solid var(--color-surface-0);
}

.the-content-area .wp-block-table thead th:first-child {
    text-align: right;
    color: var(--color-text-3);
    font-weight: 500;
    font-size: 12px;
}

.the-content-area .wp-block-table tbody td {
    padding: var(--space-i-3);
    text-align: center !important;
    color: var(--color-text-2) !important;
    border-bottom: 1px solid var(--color-surface-0);
}

.the-content-area .wp-block-table tbody tr:last-child td {
    border-bottom: none;
}

.the-content-area .wp-block-table tbody td:first-child {
    text-align: right;
    font-weight: 600;
    color: var(--color-text-1);
}

.the-content-area .wp-block-table tbody td:first-child strong {
    font-weight: 600;
}

.the-content-area .wp-block-table tbody tr:last-child td {
    font-size: 14px;
}

.the-content-area .wp-block-table tbody tr:last-child td:nth-child(2) {
    font-size: 15px;
}

.attr_single_product table {
    margin-bottom: var(--space-o-5);
}

.attr_single_product table th {
    padding: var(--space-i-4) 0 !important;
    border-bottom: 1px solid var(--color-surface-0) !important;
    color: var(--color-text-2) !important;
    background: none !important;
    box-shadow: none !important;
}

.attr_single_product table td {
    padding: var(--space-i-4) 0 !important;
    border-bottom: 1px solid var(--color-surface-0) !important;
    background-color: var(--color-surface--1);
    color: var(--color-text-1);
}

/* Base */

/* Popup */

.box-popup {
    position: fixed;
    background: var(--color-surface--1);
    border: 1px solid var(--color-surface-1);
    height: auto;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    transform: translateY(-40%);
    visibility: hidden;
    opacity: 0;
    z-index: var(--z-5);
    align-self: anchor-center;
    max-width: 100%;
    border-radius: var(--round-5);
    overflow: hidden;
    max-width: 90%;
    max-height: 90vh;
    top: 50%;
}

.box-popup.active {
    transform: translateY(-50%);
    visibility: visible;
    opacity: 1;
}

.popup-close {
    cursor: pointer;
}

.small-popup {
    width: 450px;
}

.medium-popup {
    width: 650px;
}

.large-popup {
    width: 850px;
}

.popup-heading {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-i-5) var(--space-i-5);
    background: var(--color-surface-1);
    border-bottom: 1px solid var(--color-surface-1);
}

.popup-heading h3 {
    margin: 0;
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-text-4);
}


a.add_to_cart_button.ajax_add_to_cart.bt-btn.bt-icon.bt-cur.bt-medium.bt-bg-pri-nor {
    display: inline-flex !important;
    text-decoration: none !important;
    color: var(--color-white) !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: var(--round-3) !important;
    background-color: var(--color-primary) !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    box-shadow: none !important;
    text-shadow: none !important;
    min-width: auto !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
}

a.add_to_cart_button.ajax_add_to_cart:hover {
    background-color: var(--color-primary-dark) !important;
}

a.add_to_cart_button.ajax_add_to_cart svg {
    width: 18px !important;
    height: 18px !important;
    color: var(--color-white) !important;
}

a.add_to_cart_button.ajax_add_to_cart.added svg {
    color: transparent !important;
}

a.add_to_cart_button.ajax_add_to_cart.loading svg {
    color: transparent !important;
}

a.add_to_cart_button.ajax_add_to_cart.loading {
    opacity: 1 !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after {
    margin-right: 0 !important;
    position: absolute;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading::after {
    top: 8px !important;
    left: 12px !important;
}

.product-item-details a.added_to_cart {
    display: none !important;
}

.added_to_cart {
    display: none !important;
}


.woocommerce-Reviews .empty-comment {
    width: 600px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.wc-block-components-formatted-money-amount {
    white-space: nowrap;
    color: var(--color-text-2);
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,
.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
    color: var(--color-text-4);
}

.popup-body {
    display: flex;
    flex-flow: column;
    gap: 5px;
    padding: var(--space-i-6) var(--space-i-5);
    color: var(--color-text-1);
    overflow-y: scroll;
}

.popup-body::-webkit-scrollbar {
    display: none;
}

.popup-footer.address-actions {
    display: flex;
    gap: 20px;
}

.cross-close-popup {
    cursor: pointer;
    color: var(--color-text-5);
}

.comment-form-comment {
    display: flex;
    flex-flow: column;
    margin-bottom: 10px;
}

/* Header */
.user-menu-wrapper {
    position: relative;
    display: inline-block;
}

header {
    z-index: var(--z-3) !important;
}

.user-menu-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.user-menu-trigger svg:last-child {
    transition: transform 0.3s ease;
}

.user-menu-trigger.active svg:last-child {
    transform: rotate(180deg);
}

.user-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 280px;
    background: var(--color-surface-0);
    border-radius: var(--round-4);
    border: 1px solid var(--color-surface-1);
    padding: var(--space-i-4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: var(--z-3);
}

.user-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.user-dropdown-header {
    display: flex;
    align-items: center;
    gap: var(--space-i-3);
}

.user-dropdown-avatar {
    width: 48px;
    height: 48px;
    border-radius: var(--round-full);
    overflow: hidden;
    flex-shrink: 0;
}

.user-dropdown-header {
    position: relative;
}

.user-dropdown-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-dropdown-header:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    background: conic-gradient(from 75deg,
            var(--color-primary) 0deg 100deg,
            var(--color-secondary) 100deg 200deg,
            var(--color-primary) 200deg 360deg);
    filter: blur(40px);
    z-index: -1;
    animation: rotateGradient 8s linear infinite;
}

@keyframes rotateGradient {
    from {
        transform: translateY(-50%) rotate(0deg);
    }

    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: var(--color-error) !important;
}

.main-fields,
.profile-image-wrapper {
    flex: 1;
}

.woocommerce-EditAccountForm .main-form {
    display: flex;
    gap: var(--space-i-5);
    justify-content: space-between;
    border: 1px solid var(--color-surface-1);
    padding: var(--space-i-2);
    border-radius: var(--round-4);
}

.user-dropdown-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-left: auto;
}

.user-dropdown-name {
    font-weight: 600;
    color: var(--color-text-1);
    font-size: 0.95rem;
}

.user-dropdown-email {
    font-size: 0.8rem;
    color: var(--color-text-2);
}

.user-dropdown-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.user-dropdown-menu li {
    margin-bottom: 2px;
}

.user-dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: var(--space-i-3);
    padding: var(--space-i-3) var(--space-i-3);
    border-radius: var(--round-2);
    color: var(--color-text-2);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.user-dropdown-header>svg {
    color: var(--color-text-5);
}

.user-dropdown-menu li a:hover {
    background: var(--color-primary-light-6);
    color: var(--color-primary);
}

.user-dropdown-menu li a:hover {
    background: var(--color-primary-light-6);
    color: var(--color-primary);
}

.user-dropdown-divider {
    height: 1px;
    background: var(--color-black-1);
    margin: var(--space-i-2) 0;
}

.user-dropdown-logout {
    color: var(--color-error) !important;
}

.user-dropdown-logout:hover {
    background: var(--color-error-bg) !important;
    color: var(--color-error-dark) !important;
}

.header-items {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-right: auto;
}

.top_header {
    display: flex;
    justify-content: space-between;
    padding: var(--space-i-2) var(--space-i-4);
    align-items: center;
}

.search_header {
    margin-left: auto;
}

.search_header form {
    background: var(--color-surface-1);
    width: 500px;
    position: relative;
    border: 1px solid var(--color-surface-0);
    padding: 13px 13px;
    border-radius: var(--round-3);
    font-size: 13px;
    display: flex;
}

.search_header form input[name="s"] {
    width: 100%;
    background: transparent;
    border: none;
    color: var(--color-text-3);
}

#searchform_header svg {
    color: var(--color-text-5);
}

header {
    background: var(--color-surface--1);
    border-bottom: 1px solid var(--color-surface-1);
}

.search_header form button {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    border: none;
    background: transparent;
}

.search_header form button svg {
    width: 23px;
    height: 22px;
    margin: -3px 0 0;
}

.cart-header-btn {
    display: flex;
    gap: var(--space-o-2);
}

span.cart-count {
    background: var(--color-primary);
    color: var(--color-white);
    display: inline-block;
    font-size: 17px;
    border-radius: var(--round-1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.header-mega-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main_header {
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    position: relative;
    gap: var(--space-o-4);
    justify-content: start;
    transition: 0.2s ease-in;
}

.mega-menu-icon .bt-btn {
    font-weight: 500;
}

.mega-menu-icon {
    display: flex;
    align-items: center;
}

#search_box {
    display: none;
    background: var(--color-surface-1);
    border-radius: 12px;
    padding: 20px;
    max-height: 500px;
    overflow-y: auto;
    z-index: var(--z-5);
    position: fixed;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.skeleton-box {
    display: none;
    padding: 10px;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.empty-searches {
    text-align: center;
    padding: 40px;
    color: var(--color-text-5);
}

.search-results-list {
    display: flex;
    flex-direction: column;
}

.search-result-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.2s;
}

.search-result-item:hover {
    background: var(--color-surface-0);
}

.icon-section {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-surface-1);
    color: var(--color-text-5);
    border-radius: 8px;
}

.title-wrapper .title {
    font-size: 14px;
    color: var(--color-text-4);
}

.left-section .subtitle {
    font-size: 12px;
    color: var(--color-text-5);
}

.empty-searches {
    text-align: center;
    padding: 40px;
    color: var(--color-text-5);
}

.modal-layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: var(--z-4);
}

body.dark .modal-layer {
    background: rgba(0, 0, 0, 0.8);
}

.content-section {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.title-wrapper {
    flex: 1;
}

.title-wrapper .price {
    font-size: 12px;
    color: var(--color-primary);
    font-weight: bold;
    margin-top: 4px;
    display: block;
}

.left-section .subtitle {
    font-size: 12px;
    color: var(--color-text-5);
    white-space: nowrap;
}

.highlight {
    color: var(--color-primary);
    font-weight: bold;
    background: var(--color-surface-0);
    padding: 3px 4px;
    border-radius: 3px;
}

.result-group {
    margin: 4px 0;
}

.group-title {
    font-size: 12px;
    color: var(--color-text-5);
    padding: 8px 16px;
    font-weight: 500;
}

.search-all-box {
    border-top: 1px solid #eee;
    margin-top: 8px;
    padding: 12px 16px;
}

.search-all-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 500;
}

.empty-results {
    text-align: center;
    padding: 40px;
}

.loading-search {
    text-align: center;
    padding: 30px;
    color: var(--color-text-5);
}

.sk-item {
    height: 60px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    margin-bottom: 10px;
    border-radius: 8px;
}

#searchform_header.show-upper {
    position: relative;
    z-index: var(--z-4);
}

#searchform_header.show-upper svg {
    opacity: 0;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* Header */
/* mega menu */

/* header menu */
.header-menu ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-menu ul.menu>li {
    float: right;
    position: relative;
}

.menu-item-has-icon .menu-icon {
    width: 18px;
    height: auto;
}

.header-menu ul.menu>li>a:hover {
    color: var(--color-primary);
}

.header-menu ul.menu>li:first-child>a {
    padding-right: 0;
}

.header-menu ul.menu>li>ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    padding: var(--space-i-2) var(--space-i-1);
    list-style: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 260px;
    transform: translateY(calc(100% + 10px));
    z-index: var(--z-4);
    background: var(--color-surface-1);
    border-radius: var(--round-4);
    height: fit-content;
    border: 1px solid var(--color-surface-2);
    transition: 0.2s;
}

.header-menu ul ul a .menu-title {
    color: var(--color-text-3);

}

.header-menu ul.menu>li:hover>ul.sub-menu {
    transform: translateY(100%);
    opacity: 1;
    visibility: visible;
}

.header-menu ul.menu>li>ul.sub-menu ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    padding: var(--space-i-2) var(--space-i-1);
    list-style: none;
    position: absolute;
    background: var(--color-surface-3);
    right: 0;
    width: 260px;
    transform: translate(calc(-100% + 10px), -47px);
    z-index: var(--z-4);
    border-radius: var(--round-4);
    height: fit-content;
    box-shadow: var(--shadow-1);
    border: 1px solid var(--color-surface-1);
    transition: 0.2s;
}

.header-menu ul.menu>li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-i-3);
    border-radius: var(--round-3);
    color: var(--color-text-4);
    font-weight: 500;
    gap: var(--space-i-2);
    font-size: 14px;
    transition: 0.2s ease;
}

.header-menu ul.menu>li a:hover {
    color: var(--color-primary);
}

.header-menu ul ul a:hover {
    color: var(--color-text-3);
    background: var(--color-surface-2);
}

.header-menu ul.menu>li>ul.sub-menu .n-long-float {
    position: relative;
    top: 0;
    left: 0;
}

.menu-item-has-icon .menu-title {
    margin-left: auto;
}

.header-menu ul.menu>li>ul.sub-menu li:hover>ul.sub-menu {
    transform: translate(-99%, -47px);
    opacity: 1;
    visibility: visible;
}

.search-initial-content {
    padding: 0 var(--space-i-2);
}

.search-initial-content .search-banner img {
    border-radius: var(--round-2);
    width: 100%;
}

.popular-searches ul {
    display: flex;
    flex-flow: wrap;
    list-style: none;
    gap: var(--space-i-2);
    margin: 0;
    padding: 0;
}

.search-banner {
    margin-top: var(--space-o-4);
    display: inline-block;
}

/* header menu */

/* footer */
footer {
    margin-top: var(--space-o-5);
}

.footer-description {
    text-align: justify;
    color: var(--color-text-1);
}

.footer-section {
    display: flex;
    flex-flow: column;
    gap: var(--space-i-7);
    padding: var(--space-i-7);
}

.footer-copyright {
    text-align: center;
    background: var(--color-surface--1);
    position: relative;
}

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

.icon_item_social svg path {
    fill: var(--color-text-4);
}

.item_social:hover .icon_item_social svg path {
    fill: var(--color-white);
}

.footer-copyright .t-subtitle-small {
    width: fit-content;
    padding: 0 var(--space-i-5);
    position: relative;
    background: var(--color-surface--1);
    z-index: var(--z-2);
    margin: 0 auto;
    color: var(--color-text-5);
}

.footer-copyright:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    background: var(--color-surface-0);
    height: 2px;
    z-index: var(--z-1);
    width: 100%;
}

.box_items_apps {
    display: flex;
    align-items: center;
    gap: var(--space-i-4);
    justify-content: end;
}

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

.nevatheme-lable {
    color: var(--color-black);
    display: flex;
    align-items: center;
    gap: var(--space-i-4);
}

.footer-contact-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--space-i-4) var(--space-i-5);
    margin: var(--space-o-3) 0;
    background: var(--color-surface-0);
    border-radius: var(--round-4);
}

.footer-contact-info-call {
    display: flex;
    align-items: center;
    gap: var(--space-o-4);
    color: var(--color-text-2);
}

.footer-contact-info-call a {
    color: var(--color-text-2);
}

.footer-contact-info-call a:hover {
    color: var(--color-text-2);
}

.nevatheme-lable-content>* {
    margin: 0;
    line-height: 20px;
}

.box_items_apps .main-footer-content-icons {
    display: flex;
    height: 55px;
    align-items: center;
    justify-content: center;
    background: var(--color-surface-0);
    border-radius: var(--round-3);
    transition: 0.2s;
    padding: var(--space-i-3);
}

.box_items_apps .main-footer-content-icons img {
    transition: 0.2s;
}

.main-footer-content-icons img {
    max-width: max-content;
}

.dark .box_items_apps .main-footer-content-icons img,
.box_items_apps .main-footer-content-icons:hover img {
    filter: brightness(0) invert(1);
}

.box_items_apps .main-footer-content-icons:hover {
    background: var(--color-primary);
}

.box_call_social {
    display: flex;
    justify-content: space-between;
    margin: var(--space-o-4);
    align-items: end;
}

.box_call {
    display: flex;
    gap: var(--space-o-3);
}

.item_call {
    display: flex;
    background: var(--color-white);
    padding: 10px 13px;
    border-radius: var(--round-2);
    box-shadow: var(--shadow-1);
    color: var(--color-text-2);
    width: 180px;
    height: 50px;
    align-items: center;
    gap: var(--space-i-4);
}

.title_item_call {
    margin: 6px 0 0;
}

.description_item_call {
    margin: -1px 0 0;
    font-size: 13px;
    color: var(--color-text-4);
}

.b_social {
    display: flex;
    justify-content: end;
    gap: var(--space-i-2);
}

.icon_item_social svg {
    width: 20px;
    height: auto;
}

.item_social {
    border-radius: var(--round-2);
    transition: 0.2s;
    background: var(--color-surface--1);
    padding: 0 var(--space-i-4);
    border: 1px solid var(--color-surface-2);
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text_item_social {
    width: 0;
    overflow: hidden;
    transition: 0.2s;
    color: var(--color-white);
    margin: 0;
    margin-right: 0;
}

.item_social:hover .text_item_social {
    width: 53px;
    margin-right: var(--space-i-3);
}

a.item_social:hover {
    background: var(--color-primary);
}

.box_tit_social {
    margin-bottom: var(--space-o-2);
}

.box_menu_namads {
    display: flex;
    justify-content: space-between;
}

.title_namads {
    font-size: 17px;
    margin: 0 5px 10px 0;
}

.box_items_namads {
    display: flex;
    gap: var(--space-i-2);
}

.box_items_namads a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-surface-0);
    border-radius: var(--round-4);
    transition: 0.2s;
}

.box_items_namads a:hover {
    background: var(--color-primary);
}

.description_namads {
    font-size: 13px;
}

.b_menu_footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-right: var(--space-i-3);
}

.b_menu_footer ul li a {
    color: var(--color-text-3);
    font-size: 14px;
    display: inline-block;
    padding: var(--space-i-2);
    position: relative;
    transition: 0.2s;
    font-weight: 500;

}

.b_menu_footer ul li a:hover {
    color: var(--color-primary);
}

.b_menu_footer ul li a:hover::before {
    color: var(--color-primary);
    background: var(--color-primary);
}

.box_menu_footer .menu-item-has-icon .menu-icon {
    margin-left: var(--space-i-1);
}

.box_menu_footer .n-long-float {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 10px;
    padding: var(--space-i-1);
    height: 18px;
    font-weight: 800;
    transform: translate(-100%, -50%);
    width: fit-content;
}

.b_menu_footer ul li a::before {
    transition: 0.2s;
    content: "";
    width: 10px;
    height: 4px;
    background: var(--color-text-6);
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: var(--round-full);
}

/* footer */

/* single post */
.single_blog_head {
    background: var(--color-surface-1);
    border: 1px solid var(--color-surface-0);
    border-radius: var(--round-4);
    padding: 20px;
    margin: 0 0 40px;
}

.single_blog_head_title {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 15px;
    color: var(--color-text-1);
}

.single_blog_head_thumbnail {
    border-radius: var(--round-3);
    overflow: hidden;
}

.single_blog_head_thumbnail img {
    width: 100%;
    height: auto;
}

.breadcrumb {
    margin: 20px 0;
    color: var(--color-text-2);
    font-size: 15px;
}

.breadcrumb a {
    color: var(--color-text-4);
}

.toc {
    background: var(--color-surface-0);
    border-radius: var(--round-4);
    padding: 20px 20px;
    margin: 0 0 20px;
    border: 1px solid var(--color-surface-0);
}

.toc_title {
    font-size: 17px;
    margin: 0 0 10px;
    font-weight: 500;
    color: var(--color-text-1);
}

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

.toc ul li a {
    margin: 0 0 var(--space-i-1);
    display: inline-block;
    color: var(--color-text-3);
}

.toc ul li:last-child a {
    margin: 0;
}

.main-content {
    width: 100%;
    text-align: justify;
    line-height: 35px;
    margin: 0 0 40px;
}

.main-content h2,
.main-content h3 {
    font-size: 24px;
    margin: 20px 0 13px;
    display: inline-block;
}

.main-content h3 {
    font-size: 20px;
}

.main-content h4 {
    font-size: 18px;
}

.main-content h5 {
    font-size: 16px;
}

.main-content h6 {
    font-size: 14px;
}

.main-content p {
    color: var(--color-text-2);
}

.box_socialshare {
    border: 1px solid var(--color-surface-0);
    border-radius: var(--round-3);
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
}

.socials-share-article {
    display: flex;
    margin: -6px 0 -5px;
}

.socials-share-article a {
    display: inline-block;
    background: var(--color-surface-3);
    margin: 0 10px 0 0;
    border-radius: var(--round-1);
    border: 1px solid var(--color-surface-0);
    padding: 5px 5px;
}

.socials-share-article a svg {
    width: 20px;
    height: 20px;
    margin: -3px 0 0;
}

.b_socialshare {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}

.b_share_post span:first-child {
    font-size: 14px;
    color: var(--color-text-3);
    cursor: pointer;
}

.box_faq_post {
    margin: 0 0 30px;
}

.box_faq_post_title {
    margin: 0 0 20px;
}

.box_faq_post_item_title {
    background: var(--color-surface-0);
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    margin: 0 0 10px;
    border-radius: var(--round-3);
    cursor: pointer;
    border: 1px solid var(--color-surface-0);
    color: var(--color-text-3);
}

.box_faq_post_item_title svg {
    margin: 7px 0 0;
}

.box_faq_post_item_answer {
    background: var(--color-surface-0)7d;
    padding: 15px 20px;
    margin: 0 0 10px;
    border-radius: var(--round-4);
    border: 1px solid var(--color-surface-0);
    text-align: justify;
    line-height: 33px;
    color: var(--color-text-3);
}

.woocommerce-products-header__title {
    margin-bottom: var(--space-i-2);
    height: 50px;
    color: var(--color-text-1);
}

.widget {
    border: 1px solid var(--color-surface-1);
    margin: 0 0 25px;
    border-radius: var(--round-4);
    overflow: hidden;
    padding: var(--space-i-2);
}

.widget .wp-block-heading,
.widget-title {
    font-size: 16px;
    padding: var(--space-i-4);
    background: var(--color-surface-0);
    color: var(--color-text-2);
    border-radius: var(--round-3);
}

.wp-block-group__inner-container {
    padding: var(--space-i-1);
}

.widget ul,
.product_list_widget {
    list-style: none !important;
    padding: 7px 15px 15px !important;
    margin: 0 !important
}

.product_list_widget a {
    display: flex !important;
    align-items: center !important;
    gap: var(--space-i-3) !important;
}

.product_list_widget a img {
    width: 70px !important;
    height: auto !important;
}

.product_list_widget bdi,
.product_list_widget ins,
.product_list_widget del {
    display: none;
}

.widget ul li a {
    display: inline-block;
    font-size: 14px;
    color: var(--color-text-2);
    padding: var(--space-i-2) 0;
    transition: 0.2s;
}

.widget ul li a:hover {
    color: var(--color-primary);
}

p.wp-block-tag-cloud a {
    margin: 5px 0 3px 10px;
    display: inline-block;
    font-size: 14px !important;
    color: var(--color-text-2);
}

p.wp-block-tag-cloud {
    margin: 0;
    padding: 10px 15px;
}

figure {
    margin: 0;
}

.widget img {
    width: 100%;
    height: auto;
}

form.wp-block-search__button-outside {
    padding: 15px 15px;
}

label.wp-block-search__label {
    margin: 0 0 10px;
}

.wp-block-search__inside-wrapper .wp-block-search__input {
    border-radius: var(--round-1);
    height: 40px;
    color: var(--color-text-2);
}

.wp-block-search__inside-wrapper button.wp-block-search__button {
    border-radius: var(--round-1);
    height: 40px;
    color: var(--color-white);
    background: var(--color-primary);
    padding-top: 7px;
}

.comments_single {
    padding: 0 10%;
    margin: 0 0 40px;
}

.comments_single input[type="text"],
.comments_single input[type="email"] {
    border: 1px solid var(--color-text-6);
    height: 50px;
    color: var(--color-text-2);
}

.comments_single label {
    padding: 0 5px;
}

#reply-title {
    margin: 0 0 30px;
    font-size: 20px;
}

.comment-form-cookies-consent {
    font-size: 14px;
    color: var(--color-text-3);
}

.comments_single textarea {
    text-align: justify;
    line-height: 30px;
    font-size: 15px;
    color: var(--color-text-3);
    padding: 15px 20px;
}

.comments_single input#submit {
    background: var(--color-primary);
    border: none;
    height: 50px;
}

ol.commentlist {
    padding: 0;
    margin: 0 0 60px;
}

ol.commentlist .comment-text {
    text-align: justify;
    line-height: 30px;
    font-size: 14px;
}

a.comment-reply-link {
    background: var(--color-primary);
    color: var(--color-white);
    padding: 3px 15px 5px;
    display: inline-block;
    border-radius: var(--round-1);
    font-size: 14px;
}

ol.commentlist ol.children {
    list-style: none;
    padding-left: 0;
}

#cancel-comment-reply-link {
    margin: 0 10px 0 0;
    color: var(--color-primary);
}

.form-submit {
    margin: 0 0 20px;
}

/* single post */
/* Article Cards - Start */

.ui-bookmark {
    --icon-size: 20px;
    --icon-secondary-color: var(--color-surface-2);
    --icon-hover-color: var(--color-surface-3);
    --icon-primary-color: var(--color-primary);
    --icon-circle-border: 1px solid var(--icon-primary-color);
    --icon-circle-size: 35px;
    --icon-anmt-duration: 0.3s;

    display: inline-flex;
}

.ui-bookmark input {
    appearance: none;
    display: none;
}

.ui-bookmark .bookmark-icon {
    width: var(--icon-size);
    height: var(--icon-size);
    fill: var(--icon-secondary-color);
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform-origin: top;
}

.ui-bookmark .bookmark-icon svg {
    width: 100%;
    height: 100%;
}

.ui-bookmark .bookmark-icon::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    box-shadow:
        0 30px 0 -4px var(--icon-primary-color),
        30px 0 0 -4px var(--icon-primary-color),
        0 -30px 0 -4px var(--icon-primary-color),
        -30px 0 0 -4px var(--icon-primary-color),
        -22px 22px 0 -4px var(--icon-primary-color),
        -22px -22px 0 -4px var(--icon-primary-color),
        22px -22px 0 -4px var(--icon-primary-color),
        22px 22px 0 -4px var(--icon-primary-color);
    border-radius: 50%;
    transform: scale(0);
}

.ui-bookmark .bookmark-icon::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: var(--icon-circle-border);
    opacity: 0;
}

.ui-bookmark:hover .bookmark-icon {
    fill: var(--icon-hover-color);
}

.ui-bookmark input:checked+.bookmark-icon {
    fill: var(--icon-primary-color);
    animation: bookmark var(--icon-anmt-duration) forwards;
    transition-delay: 0.3s;
}

.ui-bookmark input:checked+.bookmark-icon::after {
    animation: circles var(--icon-anmt-duration) cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    animation-delay: var(--icon-anmt-duration);
}

.ui-bookmark input:checked+.bookmark-icon::before {
    animation: circle var(--icon-anmt-duration) cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    animation-delay: var(--icon-anmt-duration);
}

@keyframes bookmark {
    50% {
        transform: scaleY(0.6);
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes circle {
    from {
        width: 0;
        height: 0;
        opacity: 0;
    }

    90% {
        width: var(--icon-circle-size);
        height: var(--icon-circle-size);
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes circles {
    from {
        transform: scale(0);
    }

    40% {
        opacity: 1;
    }

    to {
        transform: scale(0.8);
        opacity: 0;
    }
}
























.post-item .card-post-description {
    color: var(--color-text-3);
}

.article-list-1 {
    display: flex;
    align-items: center;
    gap: var(--space-i-3);
    border-bottom: 1px solid var(--color-surface-1);
    padding: var(--space-i-2);
    border: 1px solid var(--color-surface-1);
    border-radius: var(--round-4);
}

.article-list-1 .post-details .post-detail span {
    color: var(--color-text-3);
}

.post-list-lastest .post-list,
.post-list-suggestion .post-list {
    gap: var(--space-o-2);
    display: flex;
    flex-flow: column;
}

.article-list-1 .thumbnail-post {
    width: 150px;
    height: 90px;
    border-radius: var(--round-3);
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.article-featured-2 {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: var(--round-4);
    overflow: hidden;
}

.article-featured-2 h2 {
    -webkit-line-clamp: 1;
}

.article-featured-2 .post-detail {
    color: var(--color-white);
}

.article-featured-2 .post-details {
    display: flex;
    justify-content: start;
    gap: var(--space-o-4);
    width: 100%;
    border-top: 1px solid var(--color-white-3);
    padding: var(--space-i-3) 0;
}

.article-featured-2 .card-post-title {
    padding: var(--space-i-3) 0;
}

.article-featured-2 .gradient-text {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(0deg, #111827, transparent);
    min-height: 70px;
    display: flex;
    align-items: start;
    padding: 0 var(--space-i-4);
    flex-flow: column;
}

.article-featured-2 .wp-post-image {
    transition: 1s ease;
}

.article-featured-2:hover .wp-post-image {
    transform: scale(1.2);
}

.article-list-1 .wp-post-image {
    transition: 0.3s ease;
}

.article-list-1:hover .wp-post-image {
    transform: scale(1.2);
}

.article-featured-2 .card-post-title h2 {
    color: var(--color-white);
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-featured-2 img {
    width: 100%;
    height: auto;
}

.article-video-post .card-post-title h2 {
    margin: 0;
    color: var(--color-white);
    -webkit-line-clamp: 1;
}

.article-video-post {
    width: 100%;
    height: 300px;
    position: relative;
    border-radius: var(--round-3);
    overflow: hidden;
}

.article-video-post .thumbnail-post {
    display: flex;
    justify-content: center;
    height: 100%;
}

.article-video-post .thumbnail-post img {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    max-width: fit-content;
}

.article-video-post img {
    width: 100%;
    height: auto;
}

.article-featured-1 {
    border: 1px solid var(--color-surface-1);
    padding: var(--space-i-4);
    border-radius: var(--round-4);
}

.article-featured-1 .thumbnail-post img {
    border-radius: var(--round-2);
}

.post-item .card-post-content {
    color: var(--color-text-3);
}

.article-featured-1 .card-post-content {
    margin-bottom: var(--space-o-3);
}

.post-one-item .article-featured-1 h2 {
    margin: var(--space-i-4) 0 var(--space-i-2);
    color: var(--color-white);
}

.post-list-suggestion {
    display: flex;
    justify-content: space-between;
    gap: var(--space-i-4);
    flex-flow: row-reverse;
}

.post-list-lastest {
    display: flex;
    gap: var(--space-i-4);
}

.post-list {
    flex: 3;
}

.post-list.post-one-item {
    flex: 5;
}

.article-list-1 .thumbnail-post {
    flex: 1;
}

.article-list-1 .thumbnail-post img {
    border-radius: var(--round-1);
}

.article-list-1 .card-post-content {
    flex: 3;
}

.post-list {
    gap: var(--space-o-2);
}

.article-content-1 {
    border: 1px solid var(--color-surface-1);
    border-radius: var(--round-3);
    overflow: hidden;
    padding: 10px 10px;
    transition: 0.2s;
    position: relative;
}

.article-content-1 .post-actions-save {
    position: absolute;
    top: 20px;
    right: 20px;
}

.article-content-1:hover {
    box-shadow: var(--shadow-1);
    background: var(--color-surface-0);
}

.article-content-1 .thumbnail-post {
    width: 100%;
    height: auto;
    border-radius: var(--round-2);
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.article-content-1 .wp-post-image {
    width: 100%;
    height: auto;
}

.article-content-1 .post-detail span {
    margin: 0;
    color: var(--color-text-4);
}

.article-content-1 .post-details {
    display: flex;
    justify-content: start;
    gap: var(--space-i-5);
    border-top: 1px solid var(--color-surface-1);
    padding: var(--space-i-2) var(--space-i-2) 0;
}

.article-content-1 .post-detail-author {
    margin-left: auto;
}

.article-content-1 .post-detail-author span {
    margin: 0;
    color: var(--color-text-1);
}

.post-details {
    display: flex;
    justify-content: start;
    gap: var(--space-o-4);
}

.post-details .post-detail {
    display: flex;
    align-items: center;
    gap: var(--space-i-2);
    color: var(--color-text-3);
}

.single_blog-content .post-detail svg {
    width: 20px;
    height: auto;
}

.post-detail .avatar {
    width: 25px;
    height: auto;
    border-radius: var(--round-full);
}

/* Card Content 2 */
.article-content-2 .wp-post-image {
    transform: scale(1);
    transition: 1s;
}

.article-content-2 .post-detail .post-detail-cat {
    padding-left: var(--space-i-4);
    position: relative;
}


.article-content-2 .post-detail .post-detail-cat:after {
    background: var(--color-surface-1);
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: var(--round-full);
}

.article-content-2 .post-detail span {
    margin-top: 0;
    color: var(--color-text-4);
}

.article-content-2 .post-detail .post-detail-cat a span {
    color: var(--color-primary);
}


.article-content-2:hover .wp-post-image {
    transform: scale(1.2);
}

.article-content-2 {
    border: 1px solid var(--color-surface-1);
    border-radius: var(--round-3);
    overflow: hidden;
    padding: 0;
    transition: 0.2s;
}

.article-content-2:hover {
    background: var(--color-surface-0);
}

.article-content-2 .post-detail span {
    white-space: nowrap;
}

.article-content-2 .card-post-title {
    height: 30px;
    margin: var(--space-i-2) 0 0 0;
    padding: 0 var(--space-i-4);
}

.article-content-2 .card-post-title .bookmark {
    float: right;
    margin-left: var(--space-i-3);
    margin-top: var(--space-i-1);
}

.article-content-2 .card-post-description {
    padding: var(--space-i-4);
    text-align: justify;
}

.article-content-2 .thumbnail-post {
    width: 100%;
    height: auto;
    border-radius: var(--round-2) var(--round-2) 0 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.article-content-2 .post-details {
    display: flex;
    gap: var(--space-i-4);
    border-bottom: 1px solid var(--color-surface-0);
    margin-bottom: 10px;
    padding: var(--space-i-2) var(--space-i-4);
}

.article-content-2 .post-detail-cat-date {
    margin-left: auto;
}

.article-content-2:hover .post-details {
    border-bottom: 1px solid var(--color-surface-1);
}

.article-content-2 .card-post-title h2 {
    -webkit-line-clamp: 1;
}

.article-content-2 .wp-post-image {
    width: 100%;
    height: auto;
}

/* Card Content 3 */
.article-content-3 .card-post-title h2 {
    -webkit-line-clamp: 1;
}

.article-content-3 .card-post-title {
    height: 30px;
    margin: 0;
}

.article-content-3 .thumbnail-post {
    width: 100%;
    height: auto;
    border-radius: var(--round-3);
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.article-content-3:hover {
    background: var(--color-surface-0);
    border: 1px solid var(--color-surface-0);
}

.article-content-3 {
    border: 1px solid var(--color-surface-1);
    border-radius: var(--round-4);
    overflow: hidden;
    padding: var(--space-i-2);
    transition: 0.2s;
}

.article-content-3 .post-detail-date {
    background: #00000026;
    backdrop-filter: blur(10px);
    position: absolute;
    left: var(--space-i-2);
    bottom: var(--space-i-2);
    border-radius: var(--round-full);
    padding: 0 var(--space-i-3);
    color: var(--color-white);
}

.article-content-3 .card-post-content {
    display: flex;
    align-items: start;
    gap: var(--space-i-4);
    padding-top: var(--space-i-3);
}

.article-content-3 .post-details {
    display: flex;
    justify-content: center;
    gap: var(--space-i-2);
    flex-flow: column;
    align-items: center;
    background: var(--color-surface-0);
    padding: var(--space-i-1);
    border-radius: var(--round-full);
    min-width: 50px;
    color: var(--color-black);
}

.article-content-3 .post-details span {
    color: var(--color-secondary);
}

.article-content-3 .post-detail-author img {
    width: 40px;
    border-radius: var(--round-full);
}

.article-content-3 .post-details .post-detail {
    display: flex;
    align-items: center;
    gap: 0;
    color: var(--color-secondary-dark);
    flex-flow: column;
}

.article-content-3 .post-detail span {
    margin: 0;
    line-height: 20px;
    white-space: nowrap;
}

.article-content-3 .post-details .post-detail-comment {
    margin-bottom: var(--space-i-2);
}

.article-content-3 .card-post-title {
    margin-top: 0;
}

.article-content-3 .card-post-description {
    text-align: justify;
}

.article-content-3 .wp-post-image {
    width: 100%;
    height: auto;
}

.article-content-3 .wp-post-image {
    transition: 0.5s;
}

.article-content-3:hover .wp-post-image {
    transform: scale(1.2);
}

/* Card Content 4 */
.article-content-4 {
    position: relative;
    padding: var(--space-i-4) 0;
}

.article-content-4 .wp-post-image {
    width: 100%;
    height: auto;
}

.article-content-4 .wp-post-image {
    transition: 0.5s;
}

.article-content-4 .card-post-title h2 {
    -webkit-line-clamp: 1;
    padding: 0 var(--space-i-4);
}

.article-content-4 .card-post-title {
    height: 30px;
    margin: var(--space-i-8) 0 0;
}

.article-content-4 .post-actions-save {
    position: absolute;
    left: 10px;
    top: 30px;
    background: #00000036;
    width: 40px;
    backdrop-filter: blur(5px);
    border: 1px solid #ffffff26;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--round-full);
}

.article-content-4 .thumbnail-post {
    width: 100%;
    height: auto;
    border-radius: var(--round-5);
    display: flex;
    justify-content: center;
    position: relative;
}

.article-content-4 .thumbnail-post img {
    border-radius: var(--round-5);
}

.article-content-4 .post-details {
    display: flex;
    justify-content: space-between;
    gap: var(--space-o-4);
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    width: 80%;
    background: var(--color-primary);
    z-index: var(--z-1);
    padding: var(--space-i-2) var(--space-i-5);
    border-radius: var(--round-full);
    color: var(--color-white);
}

.article-content-4 .post-details:after {
    position: absolute;
    content: '';
    top: -6px;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 100%;
    width: 90%;
    background: var(--color-primary);
    opacity: 0.5;
    z-index: var(--z-0);
    border-radius: var(--round-full);
}

.article-content-4 .post-details span {
    color: var(--color-white);
}

.article-content-4 .post-detail span {
    margin: 0;
}

.article-content-4 .post-details:after,
.article-content-4 .post-details {
    transition: 0.2s;
}

.article-content-4:hover .post-details:after,
.article-content-4:hover .post-details {
    background: var(--color-secondary);
}

/* Card Content 5 */
.article-content-5 {
    overflow: hidden;
    padding: 0;
    transition: 0.2s;
    padding: var(--space-i-2) var(--space-i-2) var(--space-i-4);
    position: relative;
    border-radius: var(--round-5);
}

.article-content-5:after {
    position: absolute;
    content: '';
    z-index: var(--z-0);
    background: var(--color-surface-0);
    border-radius: var(--round-4);
    overflow: hidden;
    padding: var(--space-i-2);
    transition: 0.2s;
    width: 0%;
    transition: 0.5s ease;
    height: 0%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.article-content-5:hover:after {
    width: 100%;
    height: 100%;
}

.article-content-5 .thumbnail-post {
    width: 100%;
    height: auto;
    border-radius: var(--round-5);
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.article-content-5 .card-post-title {
    margin: var(--space-i-2) 0 0 0;
    padding: var(--space-i-2) var(--space-i-4);
    position: absolute;
    right: 0;
    bottom: var(--space-i-2);
    width: 95%;
    text-align: center;
    margin: 0 auto;
    left: 0;
    background: #0000003b;
    border-radius: var(--round-full);
    backdrop-filter: blur(10px);
}

.article-content-5 .post-actions-save {
    margin-right: auto;
}

.article-content-5 .card-post-title h2 {
    -webkit-line-clamp: 1;
    color: var(--color-white);
}

.article-content-5 .wp-post-image {
    width: 100%;
    height: auto;
    transition: 0.5s ease;
}

.article-content-5:hover .wp-post-image {
    transform: scale(1.2);
}

.article-content-5 .post-details {
    display: flex;
    justify-content: start;
    gap: var(--space-o-2);
    width: 90%;
    margin: 0 auto;
}

.article-content-5:hover .post-detail {
    background: var(--color-surface-2);

}

.article-content-5 .post-detail {
    background: var(--color-surface-0);
    padding: 0 var(--space-i-3);
    color: var(--color-text-4);
    border-radius: var(--round-full);
    transition: 0.3s ease;
}

.article-content-5 .card-post-description {
    width: 90%;
    padding: var(--space-i-3) 0;
    margin: 0 auto;
}

/* Card Content 6 */
.article-content-6 .thumbnail-post .post-details {
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    gap: var(--space-i-2);
    flex-flow: column;
    align-items: center;
    background: #ffffff52;
    padding: var(--space-i-1);
    border-radius: var(--round-3);
    min-width: 50px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.article-content-6 .post-detail-author img {
    width: 40px;
    border-radius: var(--round-2);
}

.article-content-6 {
    border-radius: var(--round-4);
    overflow: hidden;
    padding: var(--space-i-2);
    transition: 0.2s;
    position: relative;
}

.article-content-6 .wp-post-image {
    transition: 0.5s;
}

.article-content-6 .wp-post-image {
    width: 100%;
    height: auto;
}

.article-content-6 .thumbnail-post {
    width: 100%;
    height: auto;
    border-radius: var(--round-4);
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.article-content-6:hover .wp-post-image {
    transform: scale(1.2);
}

.article-content-6 .post-detail-author {
    display: flex;
    align-items: center;
    gap: 0;
    color: var(--color-secondary-dark);
    flex-flow: column;
}

.article-content-6 .card-post-title {
    margin-top: 0;
}

.article-content-6 .card-post-title {
    height: 30px;
    margin: 0;
}

.article-content-6 .card-post-title h2 {
    padding-right: var(--space-i-7);
    position: relative;
}

.article-content-6 .card-post-title h2:after {
    position: absolute;
    content: '';
    right: 0;
    border: 3px solid var(--color-warning);
    width: 15px;
    height: 15px;
    top: 45%;
    transform: translateY(-50%);
    border-radius: var(--round-full);
}

.article-content-6 .card-post-title h2:before {
    position: absolute;
    content: '';
    right: 5px;
    background: #ffbb004a;
    width: 15px;
    height: 15px;
    top: 35%;
    transform: translateY(-50%);
    border-radius: var(--round-full);
}

.article-content-6 .card-post-title h2 {
    -webkit-line-clamp: 1;
}

.article-content-6 .post-details {
    display: flex;
    justify-content: start;
    gap: var(--space-i-3);
    background: var(--color-surface-0);
    width: fit-content;
    border-radius: var(--round-full);
    padding: 0 var(--space-i-3);
    margin-top: var(--space-i-3);
    transition: 0.3s ease;
}

.article-content-6 .post-details .post-detail {
    display: flex;
    align-items: center;
    gap: var(--space-i-1);
    position: relative;
}

.article-content-6 .post-detail-date {
    padding-left: var(--space-i-4);
}

.article-content-6 .post-detail-date:after {
    background: var(--color-secondary-light-5);
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: var(--round-full);
}

.article-content-6 .card-post-content {
    padding: var(--space-i-4) 0 0;
}

.article-content-6 .thumbnail-post .post-details .post-detail {
    gap: 0;
    color: var(--color-secondary);
}

.card-post-title h2,
.card-post-title h2 a {
    transition: 0.3s ease;
    color: var(--color-text-1);
}

.post-item:hover .card-post-title h2,
.post-item:hover .card-post-title h2 a {
    color: var(--color-primary);
}

.article-content-6 .post-detail span {
    margin-top: var(--space-i-1);
    margin: 0;
    color: var(--color-secondary);
}

.article-content-6 .post-detail-date {
    color: var(--color-secondary-light-3);
}

.article-content-6 .post-detail-cat span {
    color: var(--color-secondary);
}

.article-content-6:hover .post-details {
    background: var(--color-surface-2);
}

/* Card Content 7 */
.article-content-7 .post-detail-author {
    text-align: center;
    transform: translateY(50%);
    margin: 0 auto;
    position: absolute;
    bottom: 0;
}

.article-content-7 .card-post-title {
    margin-top: 0;
    text-align: center;
}

.article-content-7 .card-post-title {
    height: 30px;
    margin: 0;
}

.article-content-7 .post-detail-author img {
    width: 80px;
    border-radius: var(--round-full);
}

.article-content-7 .post-details {
    justify-content: space-between;
    align-items: center;
    padding: var(--space-i-2) var(--space-i-5);
}

.article-content-7 .post-detail-date {
    text-align: center;
}

.article-content-7 .card-post-title {
    margin: -30px 0 var(--space-i-3);
    text-align: center;
}

.article-content-7 .card-post-title {
    height: 30px;
    margin: 0;
}

.article-content-7 .post-details .post-detail {
    display: flex;
    align-items: center;
    gap: var(--space-i-2);
    line-height: 22px;
}

.article-content-7 {
    border-radius: var(--round-4);
    overflow: hidden;
    padding: var(--space-i-2);
    transition: 0.2s;
    position: relative;
}

.article-content-7:after {
    position: absolute;
    content: '';
    z-index: var(--z-0);
    background: var(--color-surface-0);
    border-radius: var(--round-4);
    overflow: hidden;
    padding: var(--space-i-2);
    transition: 0.2s;
    width: 100%;
    transition: 0.5s ease;
    height: 0%;
    left: 0;
    opacity: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.article-content-7:hover:after {
    opacity: 1;
    height: 100%;
}

.article-content-7 .thumbnail-post {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    position: relative;
}

.article-content-7 .post-detail-date {
    margin: 0 auto;
}

.article-content-7 .wp-post-image {
    border-radius: var(--round-3);
}

.article-content-7 .wp-post-image {
    width: 100%;
    height: auto;
}

.article-content-7 .card-post-title h2,
.article-content-7 .card-post-title h2 a {
    transition: 0.3s ease;
}

.article-content-7 .card-post-title h2 {
    -webkit-line-clamp: 1;
}

.article-content-7 .post-detail span {
    margin-top: 0;
    color: var(--color-text-4);
}

.article-content-7 .post-detail-date span {
    color: var(--color-text-4);
}

/* Card Content 8 */
.article-content-8 {
    border: 1px solid var(--color-surface-1);
    overflow: hidden;
    transition: 0.2s;
    padding: 0;
    border-radius: var(--round-5);
    box-shadow: var(--shadow-1);
}

.article-content-8 .card-post-title h2 {
    padding-right: var(--space-i-7);
    position: relative;
}

.article-content-8 .card-post-title h2:after {
    position: absolute;
    content: '';
    right: 0;
    border: 3px solid var(--color-warning);
    width: 15px;
    height: 15px;
    top: 45%;
    transform: translateY(-50%);
    border-radius: var(--round-full);
}

.article-content-8 .card-post-title h2:before {
    position: absolute;
    content: '';
    right: 5px;
    background: #ffbb004a;
    width: 15px;
    height: 15px;
    top: 35%;
    transform: translateY(-50%);
    border-radius: var(--round-full);
}

.article-content-8:hover {
    box-shadow: none;
    border: 1px solid var(--color-surface-0);
    background: var(--color-surface-0);
}

.article-content-8 .post-detail-author {
    display: flex;
    gap: var(--space-i-3);
    align-items: center;
}

.article-content-8 .post-detail-author img {
    width: 40px;
    border-radius: var(--round-full);
    height: 40px;
}

.article-content-8 .post-detail {
    display: flex;
    flex-flow: column;
    gap: 0;
}

.article-content-8 .post-details {
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: var(--space-i-4);
}

.article-content-8 .wp-post-image {
    width: 100%;
    height: auto;
}

.article-content-8 .post-detail-cat {
    background: var(--color-surface-0);
    width: fit-content;
    border-radius: var(--round-full);
    padding: 0 var(--space-i-3);
    height: fit-content;
}

.article-content-8 .post-detail-cat span {
    margin: 0;
    color: var(--color-secondary);
    background: var(--color-surface-2);
    transition: 0.2s ease;
    line-height: 20px;
}

.article-content-8 .post-detail-cat:hover span {
    color: var(--color-primary);
}

.article-content-8:hover .post-detail-cat {
    background: var(--color-surface-2);
}

.article-content-8 .post-detail span {
    margin: 0;
    color: var(--color-secondary);
    line-height: 20px;
}

.article-content-8 .post-detail span.t-subtitle-small {
    margin: 0;
    color: var(--color-text-4);
}

.article-content-8 .card-post-title {
    height: 30px;
    margin: var(--space-i-4) var(--space-i-5);
}

.article-content-8 .thumbnail-post {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.article-content-8 .card-post-title h2 {
    -webkit-line-clamp: 1;
}

.article-content-8 .card-post-description {
    text-align: justify;
    margin: 0 var(--space-i-4) var(--space-i-5);
}

/* Card Content 9 */
.article-content-9 {
    border: 1px solid var(--color-surface-1);
    overflow: hidden;
    transition: 0.2s;
    padding: 0;
    border-radius: var(--round-5);
    box-shadow: var(--shadow-1);
}

.article-content-9:hover {
    box-shadow: none;
    border: 1px solid var(--color-surface-0);
    background: var(--color-surface-0);
}

.article-content-9 .post-detail-author {
    display: flex;
    gap: var(--space-i-3);
    align-items: center;
}

.article-content-9 .post-detail-author img {
    width: 40px;
    border-radius: var(--round-full);
    height: 40px;
}

.article-content-9 .post-detail {
    display: flex;
    flex-flow: column;
    gap: 0;
}

.article-content-9 .post-details {
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: var(--space-i-4);
}

.article-content-9 .wp-post-image {
    width: 100%;
    height: auto;
}

.article-content-9 .post-detail-cat {
    background: var(--color-surface-0);
    width: fit-content;
    border-radius: var(--round-full);
    padding: 0 var(--space-i-3);
    height: fit-content;
}

.article-content-9 .post-detail-cat span {
    margin: 0;
    color: var(--color-secondary);
    background: var(--color-surface-2);
    transition: 0.2s ease;
    line-height: 20px;
}

.article-content-9 .post-detail-cat:hover span {
    color: var(--color-primary);
}

.article-content-9:hover .post-detail-cat {
    background: var(--color-surface-2);
}

.article-content-9 .post-detail span {
    margin: 0;
    color: var(--color-secondary);
    line-height: 20px;
}

.article-content-9 .post-detail span.t-subtitle-small {
    margin: 0;
    color: var(--color-text-4);
}

.article-content-9 .card-post-title {
    height: 30px;
    margin: 0 var(--space-i-4) var(--space-i-2);
}

.article-content-9 .thumbnail-post img {
    border-radius: var(--round-4);
}

.article-content-9 .thumbnail-post {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 0 var(--space-i-3);
    border-radius: var(--round-3);
    overflow: hidden;
}

.article-content-9 .card-post-title h2 {
    -webkit-line-clamp: 1;
}

.article-content-9 .card-post-description {
    text-align: justify;
    margin: 0 var(--space-i-4) var(--space-i-3);
}

.article-content-9 .post-actions {
    display: flex;
    padding: var(--space-i-3) var(--space-i-7);
    gap: var(--space-i-5);
    align-items: center;
    color: var(--color-text-4);
}

.article-content-9 .post-actions .post-detail-share {
    margin-left: auto;
}

.article-content-9 .post-actions .actions-detail {
    display: flex;
    align-items: center;
    gap: var(--space-i-2);
}

.article-content-9 .post-actions .actions-detail .h6 {
    margin: 0;
}

.post-detail-share,
.post-actions-save {
    cursor: pointer;
}

/* Card featured 1 */
.article-featured-1 .card-post-title {
    padding: var(--space-i-4) 0 var(--space-i-2);
}

.article-featured-1 .thumbnail-post {
    width: 100%;
    height: auto;
    border-radius: var(--round-4);
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.article-featured-1 .wp-post-image {
    transition: 1s ease;
}

.article-featured-1:hover .wp-post-image {
    transform: scale(1.2);
}

/* Card Animation 5 */
.article-animation-1 .post-details {
    display: flex;
    justify-content: center;
    gap: var(--space-i-2);
    flex-flow: column;
    align-items: center;
    background: var(--color-surface-0);
    padding: var(--space-i-1);
    border-radius: var(--round-full);
    position: absolute;
    left: 10px;
    top: 0px;
    height: 0;
    overflow: hidden;
    transition: 0.3s ease;
    opacity: 0;
}

.article-animation-1:hover .post-details {
    top: 10px;
    height: 100px;
    opacity: 1;
}

.article-animation-1 .card-post-title {
    margin: var(--space-i-4) var(--space-i-2) var(--space-i-1);
}

.article-animation-1 .thumbnail-post {
    width: 100%;
    height: auto;
    border-radius: var(--round-3);
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.article-animation-1 .wp-post-image {
    transition: 0.5s ease;
}

.article-animation-1 .wp-post-image {
    width: 100%;
    height: auto;
}

.article-animation-1 {
    padding: var(--space-i-2);
    position: relative;
}

.article-animation-1:after {
    position: absolute;
    content: '';
    z-index: var(--z-0);
    background: var(--color-surface-0);
    border-radius: var(--round-4);
    overflow: hidden;
    padding: var(--space-i-2);
    transition: 0.2s;
    width: 40%;
    transition: 0.5s ease;
    height: 30%;
    left: 0;
    top: 0;
}

.article-animation-1:hover:after {
    width: 100%;
    height: 100%;
}

.article-animation-1 .card-post-title h2,
.article-animation-1:hover .card-post-title a {
    color: var(--color-primary);
}

.article-animation-1 .card-post-title a {
    transition: 0.5s ease;
}

.article-animation-1 .post-details {
    display: flex;
    justify-content: center;
    gap: var(--space-i-2);
    flex-flow: column;
    align-items: center;
    background: var(--color-surface-0);
    padding: var(--space-i-1);
    border-radius: var(--round-full);
}

.article-animation-1 .post-detail-author img {
    width: 40px;
    border-radius: var(--round-full);
}

.article-animation-1 .post-details .post-detail {
    display: flex;
    align-items: center;
    gap: 0;
    color: var(--color-secondary-dark);
    flex-flow: column;
}

.article-animation-1 .post-detail span {
    margin: 0;
    line-height: 20px;
}

.article-animation-1 .card-post-title h2 {
    -webkit-line-clamp: 1;
}

.article-animation-1 .card-post-title {
    height: 30px;
}

/* Article Cards - End */
/* Product Cards - Start */

.product-card .product-item-thumbnail {
    justify-content: center;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
}

/* Product Content 1 */

.product-content-1 .price-lable {
    font-size: 17px;
}

.product-content-1 .not-availabe {
    text-align: left;
}

.product-content-1 .not-availabe span {
    z-index: var(--z-2);
    position: relative;
    color: var(--color-text-5);
}

.product-content-1 .product-item-price {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.product-content-1 .timer-lable {
    background: var(--color-primary);
    border-radius: var(--round-2);
    height: 26px;
    justify-content: center;
    display: flex;
    align-items: center;
    direction: ltr;
    padding: 0 var(--space-i-2);
    position: absolute;
    bottom: var(--space-i-4);
    right: 0;
    left: 0;
    z-index: var(--z-2);
    margin: 0 auto;
    width: fit-content;
}

.product-content-1 .timer-lable .timer-container {
    display: flex;
    gap: var(--space-i-1);
    font-weight: 500;
    color: var(--color-white);
}

.product-content-1 .timer-lable .timer-block {
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: center;
}

.product-content-1 .timer-lable .timer-label {
    display: none;
}

.product-content-1 .floating-items-product-cart {
    position: absolute;
    padding: var(--space-i-2);
    width: 100%;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: var(--z-2);
}

.product-content-1 .single_product_center .product-labels {
    scrollbar-width: none;
    margin-bottom: var(--space-i-3);
}

.product-content-1 .product-labels {
    scrollbar-width: none;
}

.product-content-1 .product-labels::-webkit-scrollbar {
    display: none;
}

.wc-block-cart .wc-block-cart__submit-container--sticky {
    display: none !important;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
    background: transparent !important;
}

.product-content-1 .product-item-price .main-price {
    display: flex;
    gap: 5px;
    color: var(--color-secondary-dark);
    margin: 0;
    justify-content: end;
    align-items: center;
}

.product-content-1 .product-item-price .main-price span {
    font-size: 10px;
    text-align: right;
}

.product-content-1 .product-item-price-single .product-item-price .main-price span {
    font-size: 15px;
    line-height: 13px;
}

.product-content-1 .product-item-price .discount-price {
    display: flex;
    gap: var(--space-o-2);
    align-items: center;
    line-height: 9px;
    font-size: 17px;
    font-weight: 200;
    justify-content: end;
    color: var(--color-black);
    margin: 0 0 -5px;
}

.product-content-1 .discount-price-number {
    display: flex;
    gap: 5px;
    color: var(--color-text-3);
    align-items: center;
    margin: 0;
}

.product-content-1 .product-item-price-single .product-item-price .discount-price span {
    font-size: 12px;
}

.product-content-1 .discount-price-percentage {
    text-align: center;
    background: var(--color-error);
    padding: 9px 6px 6px;
    border-radius: var(--round-1);
    color: var(--color-white);
    height: fit-content;
    font-size: 13px;
    margin-right: 5px;
    font-weight: 400;
}

.product-content-1 .product-item-price-call,
.product-content-1 .product-item-price-free {
    text-align: left;
    color: var(--color-secondary);
    margin: 0;
}

.product-content-1 {
    border: 1px solid var(--color-surface-1);
    display: inline-block;
    border-radius: var(--round-4);
    background: var(--color-surface-0);
    height: -webkit-fill-available;
    transition: 0.2s ease;
}

.product-content-1:hover {
    z-index: var(--z-1);
    transition: 0.2s;
    border: 1px solid var(--color-surface-2);
    background: var(--color-surface-1);
    position: relative;
}

.product-content-1 .product-item-content {
    padding: 0 var(--round-4) var(--round-4);
}

.product-content-1 .product-item-thumbnail {
    position: relative;
    padding: var(--space-o-4) var(--space-o-4) var(--space-o-2);
}

.product-content-1:hover .product-item-thumbnail>a img {
    background-color: var(--color-surface-1);
    mix-blend-mode: darken;
}

.product-content-1 .product-item-thumbnail img {
    width: 100%;
    transition: 0.2s ease;
    height: auto;
    z-index: var(--z-1);
    mix-blend-mode: darken;
    position: relative;
    background-color: var(--color-surface-0);
    border-radius: var(--round-3);
}

body.dark .product-content-1:hover .product-item-thumbnail>a img,
body.dark .product-content-1 .product-item-thumbnail img {
    mix-blend-mode: normal;
}

.product-content-1 .card-product-title {
    height: 60px;
    margin-top: var(--space-o-1);
}

.product-content-1 .card-product-title h2 a {
    color: var(--color-text-1);
}

.product-content-1 .card-product-title h2 {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-content-1 .product-item-details {
    display: flex;
    flex-flow: wrap;
    justify-content: end;
    margin: var(--space-o-3) 0 0 0;
    min-height: 65px;
    align-items: end;
}

.product-content-1 .product-item-details .add-to-cart {
    margin-left: auto;
}

.product-content-1 .product-item-details .product-item-price-single {
    margin: 0;
}

.product-content-1 .single_variation_wrap .product-item-price-single {
    width: 100%;
}

.product-content-1 .product-item-details .product-item-price-single .product-item-price .discount-price span {
    font-size: 10px;
}

.product-content-1 .product-item-details .discount-price-percentage {
    font-size: 11px;
    padding: 4px 3px 3px;
}

.product-content-1 .product-item-details .product-item-price-single .product-item-price .main-price span {
    font-size: 12px;
}

.product-content-1 .product-item-details .bx_other_single_product_rate svg {
    margin: 9px 5px 0 0;
}

.product-content-1 .heart {
    background: transparent;
    padding: var(--space-i-2) !important;
    width: fit-content !important;
    height: fit-content !important;
    cursor: pointer;
}

.product-content-1 {
    position: relative;
}

.product-content-1 .product-labels img {
    width: auto;
    height: auto;
}

.product-content-1 .product-labels {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.product-content-1:hover .product-labels {
    overflow-x: auto;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
}

.product-content-1 .product-labels::-webkit-scrollbar {
    display: none;
}

/* Product content 2 */
.product-content-2 {
    position: relative;
}

.product-content-2 .product-item-thumbnail {
    position: relative;
    background: var(--color-surface-0);
    padding: var(--round-4) var(--round-4) var(--round-5);
    border-radius: var(--round-5);
}

.product-content-2 .product-item-content {
    z-index: var(--z-2);
    position: relative;
    padding: var(--round-4);
    width: 90%;
    margin: 0 auto;
    transform: translateY(-40px);
    background: var(--color-surface-3);
    box-shadow: var(--shadow-1);
    border-radius: var(--round-4);
}

.product-content-2 .product-item-thumbnail img {
    width: 100%;
    transition: 0.2s;
    height: auto;
    background-color: var(--color-surface-0);
    mix-blend-mode: darken;
    border-radius: var(--round-3);
    z-index: var(--z-1);
    position: relative;
}


body.dark .product-content-2:hover .product-item-thumbnail>a img,
body.dark .product-content-2 .product-item-thumbnail img {
    mix-blend-mode: normal;
}

.product-content-2 .floating-items-product-cart {
    position: absolute;
    padding: var(--space-i-2);
    width: 100%;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: var(--z-2);
}

.product-content-2 .product-item-price-single {
    height: 60px;
    display: flex;
    align-items: end;
}

.product-content-2 .product-item-price-free {
    text-align: left;
    color: var(--color-success-dark);
    margin: 0;
    font-weight: 800;
}

.product-content-2:hover .product-item-thumbnail {
    border-bottom: 7px solid var(--color-primary);
    transform: translateY(-10px);
    box-shadow: 0 20px 15px -15px var(--color-primary);
}

.product-content-2 .product-item-thumbnail {
    border-bottom: 7px solid transparent;
    transition: 0.3s ease;
}

.product-content-2 .not-availabe,
.product-content-2 .product-item-price-call {
    text-align: left;
    color: var(--color-text-5);
    margin: 0;
}

.product-content-2 .card-product-title h2 a {
    color: var(--color-text-2);
}

.product-content-2 .product-item-price {
    display: flex;
    justify-content: space-between;
    margin-top: var(--space-i-3);
    flex-flow: row-reverse;
    width: 100%;
}

.product-content-2 .product-item-price .discount-price-number {
    margin: 0;
    color: var(--color-error);
    text-decoration: line-through;
    margin-top: var(--space-i-2);
}

.product-content-2 .heart {
    background: transparent;
    padding: var(--space-i-2) !important;
    width: fit-content !important;
    height: fit-content !important;
    cursor: pointer;
}

.product-content-2 .product-labels {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.product-content-2 .timer-lable {
    background: var(--color-primary);
    border-radius: var(--round-full) var(--round-full) var(--round-full) 0;
    height: 30px;
    justify-content: center;
    display: flex;
    align-items: center;
    direction: ltr;
    padding: var(--space-i-3);
    position: absolute;
    top: 0;
    box-shadow: 0 0 20px 0px var(--color-primary-light-3);
    left: 10px;
    z-index: var(--z-2);
    transform: translateY(-100%);
}

.product-content-2 .timer-lable .timer-container {
    display: flex;
    gap: var(--space-i-1);
    font-weight: 500;
    color: var(--color-white);
}

.product-content-2 .timer-lable .timer-block {
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: center;
}

.product-content-2 .timer-lable .timer-label {
    display: none;
}

.product-content-2 .product-labels {
    scrollbar-width: none;
}

.product-content-2 .product-item-price .main-price {
    color: var(--color-success-dark);
    font-weight: 800;
    margin: 0;
    text-align: left;
}

.product-content-2 .product-item-price .price-lable {
    margin-top: -15px;
}

.product-content-2 .card-product-title {
    height: 60px;
}

.product-content-2 .card-product-title h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 0px;
    overflow: hidden;
}

.product-content-2 .n-long-badges.n-badges-round.n-badges-primary {
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    right: 10px;
    border-radius: var(--round-full) var(--round-full) 0 var(--round-full);
    min-width: 50px;
    font-size: 17px;
    font-weight: 700;
    height: 30px;
    box-shadow: 0 0 20px 0px var(--color-primary-light-3);
}

/* Product content 3 */
.product-content-3 {
    display: inline-block;
    border-radius: var(--round-4);
    background: var(--color-surface-0);
    height: -webkit-fill-available;
    box-shadow: var(--shadow-1);
    position: relative;
}

.product-content-3:hover {
    z-index: var(--z-1);
    transition: 0.2s;
    background: var(--color-surface-1);
    position: relative;
    box-shadow: none;
}

.product-content-3 .card-product-title h2 {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    height: 60px;
}

.product-content-3 .product-item-details:after {
    background: var(--color-primary);
    position: absolute;
    content: '';
    width: 20px;
    height: 5px;
    border-radius: var(--round-full);
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0;
}

.product-content-3 .card-product-title h2 a {
    color: var(--color-text-2);
    position: relative;
    padding-bottom: var(--space-i-4);
}

.product-content-3 .product-item-price-free,
.product-content-3 .product-item-price-call {
    color: var(--color-secondary);
    margin: 0;
}

.product-content-3 .not-availabe {
    margin: 0;
    color: var(--color-text-3);
}

.product-content-3 .product-item-details {
    display: flex;
    flex-flow: row-reverse;
    min-height: 65px;
    align-items: end;
    position: relative;
    margin-top: var(--space-i-1);
}

.product-content-3 .product-item-price {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}

.product-content-3 .product-item-content {
    padding: var(--round-4) var(--round-4);
}

.product-content-3 .product-item-thumbnail {
    position: relative;
    padding: var(--space-o-4) var(--space-o-4) var(--space-o-2);
}

.product-content-3 .floating-items-product-cart {
    position: absolute;
    padding: var(--space-i-2);
    width: 100%;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: var(--z-2);
}

.product-content-3 .discount-price-number {
    margin: 0;
    text-decoration: line-through;
    color: var(--color-text-4);
}

.product-content-3 .heart {
    background: transparent;
    padding: var(--space-i-2) !important;
    width: fit-content !important;
    height: fit-content !important;
    cursor: pointer;
}

.product-content-3 .product-labels {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.product-content-3 .product-labels img {
    width: auto;
    height: auto;
}

.product-content-3 .product-item-thumbnail img {
    width: 100%;
    transition: 0.2s;
    height: auto;
    z-index: var(--z-1);
    position: relative;
    border-radius: var(--round-3);
}

body.dark .product-content-3 .product-item-thumbnail>a img,
body.dark .product-content-3 .product-item-thumbnail img {
    mix-blend-mode: normal;
}

.product-content-3 .product-item-thumbnail>a img {
    background-color: var(--color-surface-0);
    mix-blend-mode: darken;
}

.product-content-3:hover .product-item-thumbnail>a img {
    background-color: var(--color-surface-0);
    mix-blend-mode: darken;
}

.product-content-3 .product-item-details .product-item-price-single {
    margin: 0;
    width: 100%;
}

.product-content-3 .product-item-price .main-price {
    display: flex;
    gap: 0;
    color: var(--color-secondary-dark);
    margin: 0;
    flex-flow: column;
    align-items: end;
    line-height: 30px;
    border-radius: var(--round-full) var(--round-full) 0 var(--round-full);
    gap: var(--space-i-1);
}

.product-content-3 .price-lable {
    margin-top: -10px;
    color: var(--color-text-3);
}

.product-content-3 .timer-lable {
    background: var(--color-primary);
    height: 40px;
    border-radius: var(--round-4) var(--round-4) 0 0;
    justify-content: center;
    display: flex;
    align-items: center;
    direction: ltr;
    padding: var(--space-i-3);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: var(--z-2);
    width: 90%;
    margin: 0 auto;
    right: 0;
}

.product-content-3 .timer-lable .timer-container {
    display: flex;
    gap: var(--space-i-1);
    font-weight: 500;
    color: var(--color-white);
}

.product-content-3 .timer-lable .timer-block {
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: center;
}

.product-content-3 .timer-lable .timer-label {
    display: none;
}

/* Product content 4 */
.product-content-4 {
    display: inline-block;
    height: -webkit-fill-available;
    position: relative;
    transition: 0.3s;
    border: 1px solid transparent;
    border-radius: var(--round-5);
}

.product-content-4:hover {
    border: 1px solid var(--color-surface-1);
}

.product-content-4 .card-product-title h2 {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    height: 30px;
}

.product-content-4 .product-item-details:after {
    background: var(--color-surface-1);
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    border-radius: var(--round-full);
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0;
}

.product-content-4 .card-product-title h2 a {
    color: var(--color-text-2);
    position: relative;
    padding-bottom: var(--space-i-4);
}

.product-content-4 .product-item-price-free,
.product-content-4 .product-item-price-call {
    margin: 0;
    color: var(--color-secondary);
}

.product-content-4 .not-availabe {
    margin: 0;
    color: var(--color-text-3);
}

.product-content-4 .product-item-details {
    display: flex;
    flex-flow: row-reverse;
    min-height: 65px;
    align-items: end;
    position: relative;
    margin-top: var(--space-i-1);
}

.product-content-4 .product-item-price {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}

.product-content-4 .product-item-content {
    padding: var(--round-4) var(--round-4);
}

.product-content-4 .product-item-thumbnail {
    position: relative;
    background: var(--color-surface-0);
    border-radius: var(--round-5);
    overflow: hidden;
}

.product-content-4 .floating-items-product-cart {
    position: absolute;
    padding: var(--space-i-2) var(--space-i-4);
    width: 100%;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: var(--z-2);
}

.product-content-4 .discount-price-number {
    margin: 0;
    text-decoration: line-through;
    color: var(--color-text-4);
}

.product-content-4 .heart {
    background: transparent;
    padding: var(--space-i-2) !important;
    width: fit-content !important;
    height: fit-content !important;
    cursor: pointer;
}

.product-content-4 .product-labels {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.product-content-4 .product-labels img {
    width: auto;
    height: auto;
}

.product-content-4 .product-item-thumbnail img {
    width: 100%;
    transition: 0.2s;
    height: auto;
    z-index: var(--z-1);
    position: relative;
}

body.dark .product-content-4:hover .product-item-thumbnail>a img,
body.dark .product-content-4 .product-item-thumbnail img {
    mix-blend-mode: normal;
}

.product-content-4 .product-item-thumbnail>a img {
    background-color: var(--color-surface-0);
    mix-blend-mode: darken;
}

.product-content-4 .product-item-details .product-item-price-single {
    margin: 0;
    width: 100%;
}

.product-content-4 .product-item-price .main-price {
    display: flex;
    font-weight: 800;
    gap: 0;
    color: var(--color-secondary-dark);
    margin: 0;
    flex-flow: column;
    align-items: end;
    line-height: 30px;
    border-radius: var(--round-full) var(--round-full) 0 var(--round-full);
    gap: var(--space-i-1);
}

.product-content-4 .price-lable {
    margin-top: -10px;
    color: var(--color-text-3);
}

.product-content-4 .timer-lable {
    background: var(--color-primary);
    height: 40px;
    border-radius: var(--round-full);
    justify-content: center;
    display: flex;
    align-items: center;
    direction: ltr;
    padding: var(--space-i-3);
    position: absolute;
    bottom: var(--space-i-4);
    left: 0;
    z-index: var(--z-2);
    width: 90%;
    margin: 0 auto;
    right: 0;
}

.product-content-4 .timer-lable .timer-container {
    display: flex;
    gap: var(--space-i-1);
    font-weight: 500;
    color: var(--color-white);
}

.product-content-4 .timer-lable .timer-block {
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: center;
}

.product-content-4 .timer-lable .timer-label {
    display: none;
}

/* Product content 5 */
.product-content-5 {
    display: inline-block;
    height: -webkit-fill-available;
    position: relative;
    transition: 0.3s;
}

.product-content-5 .card-product-title h2 {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    height: 60px;
}

.product-content-5 .card-product-title h2 a {
    color: var(--color-text-2);
    position: relative;
    padding-bottom: var(--space-i-4);
}

.product-content-5 .product-item-price-free,
.product-content-5 .product-item-price-call {
    margin: 0;
    color: var(--color-secondary);
}

.product-content-5 .not-availabe {
    margin: 0;
    color: var(--color-text-3);
}

.product-content-5 .card-product-title {
    padding: var(--space-i-2) var(--space-i-3);
}

.product-content-5 .discount-price {
    display: flex;
    flex-flow: column;
    align-items: self-end;
}

.product-content-5 .n-long-badges {
    width: fit-content;
    border-radius: var(--round-full) 0 var(--round-full) var(--round-full);
}

.product-content-5 .product-item-details {
    display: flex;
    flex-flow: row-reverse;
    min-height: 65px;
    align-items: center;
    position: relative;
    margin-top: var(--space-i-1);
    background: var(--color-surface-0);
    padding: var(--space-i-3) var(--space-i-4);
    border-radius: 0 0 var(--round-5) var(--round-5);
}

.product-content-5 .product-item-price {
    display: flex;
    justify-content: space-between;
    flex-flow: row;
}

.product-content-5 .product-item-content {
    padding: var(--round-2) var(--round-2);
    width: 90%;
    margin: 0 auto;
    background: var(--color-surface-1);
    border-radius: var(--round-5);
    transform: translateY(-30%);
    z-index: var(--z-1);
    position: relative;
    border: 1px solid var(--color-surface-2);
}

.product-content-5 .product-item-thumbnail {
    position: relative;
    background: var(--color-surface-0);
    border-radius: var(--round-5);
    overflow: hidden;
}

.product-content-5 .floating-items-product-cart {
    position: absolute;
    padding: var(--space-i-2) var(--space-i-4);
    width: 100%;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: var(--z-2);
}

.product-content-5 .discount-price-number {
    margin: 0;
    text-decoration: line-through;
    color: var(--color-text-4);
    line-height: 23px;
}

.product-content-5 .heart {
    background: transparent;
    padding: var(--space-i-2) !important;
    width: fit-content !important;
    height: fit-content !important;
    cursor: pointer;
}

.product-content-5 .product-labels {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.product-content-5 .product-labels img {
    width: auto;
    height: auto;
}

.product-content-5 .product-item-thumbnail img {
    width: 100%;
    transition: 0.2s;
    height: auto;
    z-index: var(--z-1);
    position: relative;
}

body.dark .product-content-5:hover .product-item-thumbnail>a img,
body.dark .product-content-5 .product-item-thumbnail img {
    mix-blend-mode: normal;
}

.product-content-5 .product-item-thumbnail>a img {
    border: 1px solid var(--color-surface-1);
    border-radius: var(--round-5);
}

.product-content-5 .product-item-details .product-item-price-single {
    margin: 0;
    width: 100%;
}

.product-content-5 .product-item-price .main-price {
    display: flex;
    font-weight: 800;
    gap: 0;
    color: var(--color-secondary-dark);
    margin: 0;
    flex-flow: column;
    align-items: start;
    line-height: 30px;
    border-radius: var(--round-full) var(--round-full) 0 var(--round-full);
    gap: var(--space-i-1);
}

.product-content-5 .price-lable {
    margin-top: -10px;
    color: var(--color-text-3);
}

.product-content-5 .timer-lable {
    background: var(--color-primary);
    height: 30px;
    border-radius: var(--round-full);
    justify-content: center;
    display: flex;
    align-items: center;
    direction: ltr;
    padding: var(--space-i-3);
    position: absolute;
    top: -5px;
    transform: translateY(-100%);
    left: 0;
    z-index: var(--z-2);
    width: 100%;
    margin: 0 auto;
    right: 0;
}

.product-content-5 .timer-lable .timer-container {
    display: flex;
    gap: var(--space-i-1);
    font-weight: 500;
    color: var(--color-white);
}

.product-content-5 .timer-lable .timer-block {
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: center;
}

.product-content-5 .timer-lable .timer-label {
    display: none;
}

/* Product content 6 */
.product-content-6 {
    display: inline-block;
    height: -webkit-fill-available;
    position: relative;
    transition: 0.3s;
    border: 0px solid transparent;
    border-radius: var(--round-3);
}

.product-content-6 .product-item-thumbnail {
    background-color: var(--color-surface-0);
    border-radius: var(--round-3);
}

.product-content-6:hover {
    background: var(--color-surface-0);
}

.product-content-6 .card-product-title h2 {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    height: 30px;
    color: var(--color-text-1);
}

.product-content-6 .card-product-title h2 a {
    color: var(--color-text-2);
    position: relative;
    padding-bottom: var(--space-i-4);
}

.product-content-6 .product-item-price-free,
.product-content-6 .product-item-price-call {
    margin: 0;
    color: var(--color-secondary);
}

.product-content-6 .not-availabe {
    margin: 0;
    color: var(--color-text-3);
}

.product-content-6 .product-item-details {
    display: flex;
    flex-flow: row-reverse;
    min-height: 65px;
    align-items: end;
    position: relative;
    margin-top: var(--space-i-1);
}

.product-content-6 .product-item-price {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}

.product-content-6 .product-item-content {
    padding: var(--space-i-3);
}

.product-content-6 .product-item-thumbnail img {
    width: 100%;
    transition: 0.2s;
    height: auto;
    z-index: var(--z-1);
    position: relative;
}

body.dark .product-content-6:hover .product-item-thumbnail>a img,
body.dark .product-content-6 .product-item-thumbnail img {
    mix-blend-mode: normal;
}

.product-content-6 .product-item-thumbnail>a img {
    border-radius: var(--round-3);
    background-color: var(--color-surface-0);
    mix-blend-mode: darken;
}

.product-content-6 .product-item-details .product-item-price-single {
    margin: 0;
    width: 100%;
}

.product-content-6 .product-item-price .main-price {
    display: flex;
    font-weight: 800;
    gap: 0;
    color: var(--color-secondary-dark);
    margin: 0;
    flex-flow: column;
    align-items: end;
    line-height: 30px;
    border-radius: var(--round-full) var(--round-full) 0 var(--round-full);
    gap: var(--space-i-1);
}

.product-content-6 .price-lable {
    margin-top: -10px;
    color: var(--color-secondary);
}

/* Product content 7 */
.product-content-7 {
    display: inline-block;
    height: -webkit-fill-available;
    position: relative;
    transition: 0.3s;
    border: 1px solid transparent;
    border-radius: var(--round-3);
}

.product-content-7:hover {
    border: 1px solid var(--color-surface-1);
    background: var(--color-surface-1);
}

.product-content-7 .card-product-title h2 {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    height: 60px;
}

.heading-dash h3 {
    margin: 0;
    color: var(--color-text-1);
}

.heading-dash {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--space-i-4);
    padding: var(--space-i-2) var(--space-i-3);
    background: var(--color-surface-1);
    border-radius: var(--round-2);
}

.product-content-7 .card-product-title h2 a {
    color: var(--color-text-2);
    position: relative;
    padding-bottom: var(--space-i-4);
}

.product-content-7 .product-item-price-free,
.product-content-7 .product-item-price-call {
    margin: 0;
    color: var(--color-secondary);
}

.product-content-7 .not-availabe {
    margin: 0;
    color: var(--color-text-3);
}

.product-content-7 .product-item-details {
    display: flex;
    flex-flow: row-reverse;
    min-height: 30px;
    align-items: end;
    position: relative;
    margin-top: var(--space-i-1);
}

.product-content-7 .product-item-price {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}

.product-content-7 .product-item-content {
    flex: 2;
}

.product-content-7 .product-item-thumbnail {
    flex: 1;
}

.product-content-7 .product-item-thumbnail img {
    width: 300px;
    transition: 0.2s;
    height: auto;
    z-index: var(--z-1);
    position: relative;
}

body.dark .product-content-7:hover .product-item-thumbnail>a img,
body.dark .product-content-7 .product-item-thumbnail img {
    mix-blend-mode: normal;
}

.product-content-7 .product-item-thumbnail>a img {
    border-radius: var(--round-2);
    background-color: var(--color-surface-0);
    mix-blend-mode: darken;
}

.product-content-7 .product-item-details .product-item-price-single {
    margin: 0;
    width: 100%;
}

.product-content-7 .product-item-price .main-price {
    display: flex;
    font-weight: 800;
    gap: 0;
    color: var(--color-secondary-dark);
    margin: 0;
    align-items: center;
    line-height: 30px;
    border-radius: var(--round-full) var(--round-full) 0 var(--round-full);
    gap: var(--space-i-1);
}

.product-content-7 {
    display: flex;
    align-items: center;
    gap: var(--space-i-3);
    padding: var(--space-i-2);
    height: fit-content;
}

/* Product list 1 */

.product-list-1 {
    display: flex;
    height: -webkit-fill-available;
    position: relative;
    transition: 0.3s;
    border: 1px solid transparent;
    border-radius: var(--round-5);
}

.product-list-1:hover {
    background: var(--color-surface-0);
}

.product-list-1 .card-product-title h2 {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    height: 30px;
}

.product-list-1 .product-item-details:after {
    background: var(--color-surface-1);
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    border-radius: var(--round-full);
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0;
}

.product-list-1 .card-product-title h2 a {
    color: var(--color-text-2);
    position: relative;
    padding-bottom: var(--space-i-4);
}

.product-list-1 .product-item-price-free,
.product-list-1 .product-item-price-call {
    margin: 0;
    color: var(--color-secondary);
}

.product-list-1 .not-availabe {
    margin: 0;
    color: var(--color-text-3);
}

.product-list-1 .product-item-details {
    display: flex;
    flex-flow: row-reverse;
    min-height: 65px;
    align-items: end;
    position: relative;
    margin-top: var(--space-i-1);
}

.product-list-1 .product-item-price {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}

.product-list-1 .product-item-content {
    padding: var(--round-4) var(--round-4);
    flex: 2;
}

.product-list-1 .product-item-thumbnail {
    position: relative;
    background: var(--color-surface-0);
    border-radius: var(--round-5);
    overflow: hidden;
    flex: 1;
}

.product-list-1 .discount-price-number {
    margin: 0;
    text-decoration: line-through;
    color: var(--color-text-4);
}

.product-list-1 .product-labels img {
    width: auto;
    height: auto;
}

.product-list-1 .product-item-thumbnail img {
    width: 100%;
    transition: 0.2s;
    height: auto;
    z-index: var(--z-1);
    position: relative;
}

body.dark .product-list-1:hover .product-item-thumbnail>a img,
body.dark .product-list-1 .product-item-thumbnail img {
    mix-blend-mode: normal;
}

.product-list-1 .product-item-thumbnail>a img {
    background-color: var(--color-surface-0);
    mix-blend-mode: darken;
}

.product-list-1 .product-item-details .product-item-price-single {
    margin: 0;
    width: 100%;
}

.product-list-1 .product-item-price .main-price {
    display: flex;
    font-weight: 800;
    gap: 0;
    color: var(--color-primary);
    margin: 0;
    flex-flow: column;
    align-items: end;
    line-height: 20px;
    border-radius: var(--round-full) var(--round-full) 0 var(--round-full);
}

.product-list-1 .discount-price .n-long-badges {
    border-radius: var(--round-4) var(--round-4) var(--round-4) 0;
    padding: var(--space-i-2);
    min-width: 15px;
    height: 20px;
    width: fit-content;
    margin-right: auto;
}


/* Product glass 1 */
.product-glass-1 .product-item-thumbnail {
    position: relative;
    border-radius: var(--round-5);
    overflow: hidden;
}

.product-glass-1 .card-product-title h2 a {
    color: var(--color-white);
}

.product-glass-1 .card-product-title {
    height: 60px;
}

.product-glass-1 .card-product-title h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 0px;
    overflow: hidden;
}

.product-glass-1 .product-item-content {
    z-index: var(--z-2);
    position: absolute;
    padding: var(--space-i-4);
    width: 100%;
    margin: 0 auto;
    background: var(--color-black-3);
    box-shadow: var(--shadow-1);
    border-radius: var(--round-4);
    bottom: 0;
    border-top: 1px solid var(--color-white-3);
    backdrop-filter: blur(7px);
    border-radius: var(--round-4);
}

.product-glass-1 .floating-items-product-cart {
    position: absolute;
    padding: var(--space-i-2) var(--space-i-5);
    width: 100%;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: var(--z-2);
}

.product-glass-1 .heart {
    background: transparent;
    padding: var(--space-i-2) !important;
    width: fit-content !important;
    height: fit-content !important;
    cursor: pointer;
}

.product-glass-1 .product-item-thumbnail img {
    width: 100%;
    height: auto;
    z-index: var(--z-1);
    position: relative;
}

.product-glass-1 .product-item-price-single {
    height: 60px;
    display: flex;
    align-items: end;
}

.product-glass-1 .product-item-price {
    display: flex;
    justify-content: space-between;
    margin-top: var(--space-i-3);
    flex-flow: row-reverse;
    width: 100%;
}

.product-glass-1 .product-item-price .main-price {
    color: var(--color-white);
    font-weight: 800;
    margin: 0;
    text-align: left;
}


.product-glass-1 .product-item-price .discount-price-number {
    margin: 0;
    color: var(--color-text-5);
    text-decoration: line-through;
    margin-top: var(--space-i-2);
}

.product-glass-1 .product-item-price .price-lable {
    margin-top: -15px;
}

.product-glass-1 .wp-post-image {
    transition: 0.5s ease-out;
}

.product-glass-1:hover .wp-post-image {
    transform: scale(1.1);
}

.product-glass-1 .product-item-content {
    transition: 0.5s ease-out;
}

.product-glass-1:hover .product-item-content {
    background: var(--color-black-5);
}

.product-glass-1 .product-labels {
    scrollbar-width: none;
}

.product-glass-1 .product-labels {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.product-glass-1 .timer-lable {
    background: var(--color-primary);
    border-radius: var(--round-full) var(--round-full) var(--round-full) 0;
    height: 30px;
    justify-content: center;
    display: flex;
    align-items: center;
    direction: ltr;
    padding: var(--space-i-3);
    position: absolute;
    top: 0;
    left: 10px;
    z-index: var(--z-2);
    transform: translateY(-100%);
}

.product-glass-1 .timer-lable .timer-container {
    display: flex;
    gap: var(--space-i-1);
    font-weight: 500;
    color: var(--color-white);
}

.product-glass-1 .timer-lable .timer-block {
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: center;
}

.product-glass-1 .timer-lable .timer-label {
    display: none;
}

.product-glass-1 .product-item-price-free {
    color: var(--color-primary);
    font-weight: 800;
}

.product-glass-1 .not-availabe,
.product-glass-1 .product-item-price-call {
    color: var(--color-white);
    font-weight: 700;
}


/* Product glass 2 */
.product-glass-2 .product-item-thumbnail {
    position: relative;
    border-radius: var(--round-5);
    overflow: hidden;
}

.product-glass-2 .card-product-title h2 a {
    color: var(--color-white);
}

.product-glass-2 .card-product-title {
    height: 30px;
}

.product-glass-2 .card-product-title h2 {
    display: -webkit-box;
    color: var(--color-white);
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 0px;
    overflow: hidden;
}

.product-glass-2 .product-item-content {
    z-index: var(--z-2);
    position: absolute;
    padding: var(--space-i-4);
    width: 90%;
    margin: 0 auto;
    background: var(--color-black-3);
    box-shadow: var(--shadow-1);
    border-radius: var(--round-4);
    bottom: var(--space-i-4);
    border: 1px solid var(--color-white-3);
    backdrop-filter: blur(7px);
    border-radius: var(--round-4);
    left: 0;
    right: 0;
}

.product-glass-2 .floating-items-product-cart {
    position: absolute;
    padding: var(--space-i-2) var(--space-i-5);
    width: 100%;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: var(--z-2);
}

.product-glass-2 .heart {
    background: transparent;
    padding: var(--space-i-2) !important;
    width: fit-content !important;
    height: fit-content !important;
    cursor: pointer;
}

.product-glass-2 .product-item-thumbnail img {
    width: 100%;
    height: auto;
    z-index: var(--z-1);
    position: relative;
}

.product-glass-2 .product-item-price-single {
    display: flex;
    align-items: end;
    height: 0;
    overflow: hidden;
    transition: 0.3s ease-out;
}

.product-glass-2:hover .product-item-price-single {
    height: 40px;
}

.product-glass-2 .product-item-price {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    width: 100%;
    align-items: center;
    height: 40px;
}

.product-glass-2 .product-item-price .main-price {
    color: var(--color-white);
    font-weight: 800;
    margin: 0;
    text-align: left;
}

.product-glass-2 .product-item-price .discount-price-number .price-lable {
    text-decoration: none;
}

.product-glass-2 .product-item-price .discount-price-number {
    margin: 0;
    color: var(--color-text-5);
    text-align: left
}

.product-glass-2 .product-item-price .price-lable {
    margin-top: -15px;
}

.product-glass-2 .wp-post-image {
    transition: 0.5s ease-out;
}

.product-glass-2:hover .wp-post-image {
    transform: scale(1.1);
}

.product-glass-2 .product-item-content {
    transition: 0.5s ease-out;
}

.product-glass-2:hover .product-item-content {
    background: var(--color-black-5);
}

.product-glass-2 .product-labels {
    scrollbar-width: none;
}

.product-glass-2 .product-labels {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.product-glass-2 .timer-lable {
    background: var(--color-primary);
    border-radius: var(--round-full) var(--round-full) var(--round-full) 0;
    height: 30px;
    justify-content: center;
    display: flex;
    align-items: center;
    direction: ltr;
    padding: var(--space-i-3);
    position: absolute;
    top: 0;
    left: 10px;
    z-index: var(--z-2);
    transform: translateY(-100%);
}

.product-glass-2 .timer-lable .timer-container {
    display: flex;
    gap: var(--space-i-1);
    font-weight: 500;
    color: var(--color-white);
}

.product-glass-2 .timer-lable .timer-block {
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: center;
}

.product-glass-2 .timer-lable .timer-label {
    display: none;
}

.product-glass-2 .product-item-price-free {
    color: var(--color-success-dark);
    font-weight: 800;
    margin: 0;
}

.product-glass-2 .not-availabe,
.product-glass-2 .product-item-price-call {
    color: var(--color-white);
    font-weight: 700;
}






































/* Product Cards - End */
/* Product Single - Start */

.price-design-1 .product-item-details {
    display: flex;
    flex-flow: wrap;
    justify-content: end;
    margin: var(--space-o-3) 0 0 0;
    min-height: 65px;
    align-items: end;
}

.price-design-1 .product-item-details .add-to-cart {
    margin-left: auto;
}

.price-design-1 .product-item-price-single .product-item-price .main-price span {
    font-size: 15px;
    line-height: 13px;
}

.price-design-1 .product-item-details .product-item-price-single {
    margin: 0;
}

.price-design-1 .single_variation_wrap .product-item-price-single {
    width: 100%;
}

.price-design-1 .product-item-details .product-item-price-single .product-item-price .discount-price span {
    font-size: 10px;
}

.price-design-1 .product-item-details .discount-price-percentage {
    font-size: 11px;
    padding: 4px 3px 3px;
}

.price-design-1 .product-item-details .product-item-price-single .product-item-price .main-price span {
    font-size: 12px;
}

.price-design-1 .product-item-price .main-price {
    display: flex;
    gap: 5px;
    color: var(--color-secondary-dark);
    margin: 0;
    justify-content: end;
}

.price-design-1 .product-item-price .main-price span {
    font-size: 10px;
    text-align: right;
}

.price-design-1 .price-lable {
    font-size: 17px;
}

.price-design-1 .product-item-price .discount-price {
    display: flex;
    gap: var(--space-o-2);
    align-items: center;
    line-height: 9px;
    font-size: 17px;
    font-weight: 200;
    justify-content: end;
    color: var(--color-black);
    margin: 0 0 -5px;
}

.price-design-1 .discount-price-number {
    display: flex;
    gap: 5px;
    color: var(--color-text-3);
    align-items: center;
    margin: 0;
}

.price-design-1 .product-item-price-single .product-item-price .discount-price span {
    font-size: 12px;
}

.price-design-1 .discount-price-percentage {
    text-align: center;
    background: var(--color-error);
    padding: 9px 6px 6px;
    border-radius: var(--round-1);
    color: var(--color-white);
    height: fit-content;
    font-size: 13px;
    margin-right: 5px;
    font-weight: 400;
}













/* Product Single - End */

/* archive post */
ul.page-numbers {
    padding: 0;
    margin: 0 0 50px;
    list-style: none;
    display: flex !important;
    justify-content: center;
}

.page-numbers li a,
.page-numbers li span {
    margin: 0 7px;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: var(--color-surface-3);
    border: 1px solid var(--color-surface-0);
    border-radius: var(--round-1);
    font-size: 22px;
    padding: 9px 0 0;
    text-align: center;
}

.archive_post_head {
    background: var(--color-surface-2);
    border: 1px solid var(--color-surface-0);
    margin: 0 0 25px;
    padding: 20px 20px;
    border-radius: var(--round-4);
}

.archive_post_desc {
    margin: 10px 0 0;
}

.archive_post_desc p {
    margin: 0;
    line-height: 33px;
    text-align: justify;
    color: var(--color-text-3);
    font-size: 15px;
}

h1.title_archive_post {
    font-size: 20px;
    margin: 0;
}

/* archive post */

/* single product */
.single_product_breadcr nav.woocommerce-breadcrumb {
    margin: 20px 0;
    color: var(--color-text-2);
    font-size: 15px;
}

.single_product_breadcr nav.woocommerce-breadcrumb a {
    color: var(--color-text-4);
}

.custom-gallery {
    width: 100%;
}

.custom-gallery .gallery-main {
    height: 500px;
    overflow: hidden;
    width: 100%;
    border-radius: var(--round-4);
    background: var(--color-surface-1);
}

.single_product_right {
    display: flex;
    flex: 1;
}

.share-group {
    display: flex;
    flex-flow: column;
    gap: var(--space-i-4);
}

.single_product_right_box {
    display: flex;
    flex-flow: column;
    gap: var(--space-i-4);
    padding-left: var(--space-i-4);
    position: sticky;
    top: var(--space-i-4);
    height: fit-content;
    color: var(--color-text-1);
    z-index: var(--z-2);
}

.single_product_right_box a {
    color: var(--color-text-1);
}

.gallery-main {
    position: relative;
    overflow: hidden;
    border-radius: var(--round-2);
    cursor: zoom-in;
}

.gallery-slide {
    display: none;
}

.gallery-slide.active {
    display: flex;
    align-items: center;
    height: 100%;
}

.gallery-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--round-4);
}

.gallery-thumbs {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

.gallery-thumbs img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 2px solid transparent;
    border-radius: var(--round-1);
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s,
        border-color 0.2s;
}

.gallery-thumbs img.active,
.gallery-thumbs img:hover {
    opacity: 1;
    border-color: var(--color-secondary-light-1);
}

.zoom-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: var(--z-4);
    justify-content: center;
    align-items: center;
}

.zoom-overlay.open {
    display: flex;
}

.zoom-overlay img {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: var(--round-1);
}

.zoom-close {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 2rem;
    color: var(--color-white);
    cursor: pointer;
    line-height: 1;
}

.gallery-slide {
    background: var(--color-surface-0);
    border: 1px solid var(--color-surface-1);
    border-radius: var(--round-4);
    overflow: hidden;
}

.gallery-thumbs img {
    background: var(--color-surface-0);
    border: 1px solid var(--color-surface-1);
    border-radius: var(--round-3);
}

h1.product_title.entry-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    margin: 0 0 5px;
    color: var(--color-text-1);
}

.product_sku {
    font-size: 14px;
    color: var(--color-text-3);
}

.woocommerce-product-details__short-description {
    text-align: justify;
    color: var(--color-text-2);
    font-size: 14px;
    line-height: 29px;
    border-top: 1px solid var(--color-surface-0);
    padding: 20px 0 0;
}

.attr_single_product {
    margin: 60px 0 0;
}

.tit_tabs_sing {
    font-size: 20px;
    font-weight: 600;
    border-right: 5px solid var(--color-primary);
    padding: 2px 15px 3px;
    margin: 0 0 20px;
}

.desc_single_product {
    text-align: justify;
    line-height: 33px;
    font-size: 15px;
    color: var(--color-text-2);
    margin: 60px 0 0;
    display: inline-block;
    width: 100%;
}

img.size-full {
    width: 100%;
    height: auto;
}

.feature-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--space-i-3);
}

.feature-item {
    border: 1px solid var(--color-surface-1);
    border-radius: var(--round-3);
    padding: var(--space-i-3) var(--space-i-4);
    color: var(--color-text-3);
    display: inline-block;
    width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    transition: 0.2s;
}

.feature-item:hover {
    background: var(--color-surface-0);
    border: 1px solid var(--color-surface-0);
}

.seperation-sects {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-i-4);
}

.seperation-sects p {
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 12px;
    white-space: nowrap;
}

.seperation-sects hr {
    width: -webkit-fill-available;
    color: var(--color-text-4);
}

.feature-item p {
    margin: 0;
}

.feature-item strong {
    display: inline-block;
    width: 100%;
    margin: 5px 0 0;
    color: var(--color-text-1);
    font-size: 14px;
    font-weight: 600;
}

.box_shipping_single_product {
    display: flex;
    justify-content: space-between;
    gap: var(--space-i-4);
}

.shipping-item {
    border: 1px solid var(--color-surface-1);
    padding: 20px 25px;
    border-radius: var(--round-2);
    display: flex;
    border-radius: var(--round-4);
    align-items: center;
    gap: var(--space-i-4);
    width: stretch;
}

.box_tit_subtitle_shipping_single_product strong {
    font-size: 18px;
    color: var(--color-text-1);
    font-weight: 800;
}

.shipping-icon svg {
    width: 35px;
    height: 35px;
}

.box_tit_subtitle_shipping_single_product {
    display: flex;
    flex-flow: column;
}

.box_tit_subtitle_shipping_single_product span {
    font-size: 14px;
    color: var(--color-text-3);
    display: flex;
    align-items: center;
    gap: var(--space-i-2);
}

.single_product_left {
    border: 1px solid var(--color-surface-1);
    padding: 30px;
    box-shadow: 0px 0 20px 0px var(--color-black) 0d;
    border-radius: var(--round-4);
    overflow: scroll;
    height: 100vh;
}

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

.fomo-items {
    display: flex;
    flex-flow: column;
}

.fomo-items svg {
    width: 20px;
    height: 20px;
    margin: -2px 0 0 5px;
}

.fomo-items .fomo-item {
    color: var(--color-text-3);
    font-size: 14px;
    padding: var(--space-i-3) 0;
    border-bottom: 1px solid var(--color-surface-0);
}

.fomo-items .fomo-item:last-child {
    border-bottom: none;
}

.fomo-items .fomo-item .fomo-icon {
    margin-left: var(--space-i-2);
}

.fomo-items .fomo-item .fomo-icon svg {
    width: 19px;
    height: auto;
}

.fomo-text strong {
    font-weight: 700;
    color: var(--color-text-1);
    font-size: 16px;
}

.fomo-text {
    font-size: 15px;
}

.fomo-items {
    margin: 0 0 10px;
    border-bottom: 1px solid var(--color-black)12;
    padding: 0 0 10px;
}

.fomo-items:last-child {
    border: none;
}

.product-warning {
    font-size: 14px;
    line-height: 30px;
    padding: 8px 15px;
    background: var(--color-surface-3);
    margin: 0 0 20px;
    border-radius: var(--round-3);
    color: var(--color-text-2);
}

.product-warning svg {
    float: right;
    margin: 0 0 0 10px;
    width: 25px;
    height: 25px;
}

.woocommerce-variation-price .price .woocommerce-Price-amount {
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 52px !important;
    color: var(--color-secondary-dark, #253992);
}

.woocommerce-variation-price .price .woocommerce-Price-currencySymbol {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    color: var(--color-secondary-dark, #253992);
}

.woocommerce-variation-price .price ins .woocommerce-Price-amount {
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 52px !important;
    color: var(--color-secondary-dark, #253992);
}

.woocommerce-variation-price .price ins .woocommerce-Price-currencySymbol {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    color: var(--color-secondary-dark, #253992);
}

.woocommerce-variation-price .price del .woocommerce-Price-amount {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: var(--color-text-3, #777) !important;
}

.woocommerce-variation-price .price del .woocommerce-Price-currencySymbol {
    font-size: 12px !important;
    font-weight: 200 !important;
    line-height: 16px !important;
    color: var(--color-text-3, #777) !important;
}

.woocommerce-variation-price .price ins {
    text-decoration: none !important;
    background: none !important;
}

.woocommerce-variation-price .price del {
    text-decoration: none !important;
}

.woocommerce-variation-price .price {
    display: flex;
    flex-flow: column;
    align-items: end;
}

.woocommerce-variation-price .price.has-discount .discount-badge {
    display: inline-block;
}

.low-stock-notice {
    color: var(--color-primary);
    font-size: 18px;
    margin: 0 0 10px;
}

.single-product .quantity {
    display: flex;
    align-items: center;
    gap: 4px;
}

.neva-qty-btn {
    width: 35px;
    height: 35px;
    background: var(--color-surface-2);
    font-size: 18px;
    border-radius: var(--round-1);
    line-height: 1;
    border: none;
}

input#quantity_6a1c11eba953a {
    width: 100%;
    border: none;
    height: 33px;
    background: transparent;
    font-size: 18px;
}

.neva-qty-btn:hover {
    background: var(--color-surface-3);
}

p.stock.in-stock {
    display: none;
}

.single_product_left .quantity {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: var(--color-surface-1);
    padding: 8px 8px;
    margin: 0 0 10px !important;
    border-radius: var(--round-1);
}

.single_product_left input.input-text.qty {
    width: 100%;
    border: none;
    height: 33px;
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    color: var(--color-text-1);
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.single_product_left form.cart {
    margin: 0 !important;
}

.neva-star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 4px;
}

.neva-star-rating input[type="radio"] {
    display: none;
}

.neva-star-rating label {
    font-size: 28px;
    color: var(--color-text-6);
    cursor: pointer;
    transition: color 0.2s;
}

.neva-star-rating input:checked~label,
.neva-star-rating label:hover,
.neva-star-rating label:hover~label {
    color: var(--color-warning);
}

.neva-star-rating {
    display: flex;
    flex-direction: row-reverse;
    gap: 4px;
}

.neva-star-rating input {
    display: none;
}

.neva-star-rating label {
    font-size: 28px;
    color: var(--color-text-6);
    cursor: pointer;
}

.neva-star-rating input:checked~label,
.neva-star-rating label:hover,
.neva-star-rating label:hover~label {
    color: var(--color-warning);
}

.star {
    color: var(--color-text-6);
}

.star.filled {
    color: var(--color-warning);
}

.neva-input-group input {
    flex: 1;
}

.neva-review-summary {
    width: 28%;
    padding: 15px;
    border: 1px solid var(--color-surface-0);
    float: right;
    margin: 0 0 0 02%;
    border-radius: var(--round-3);
    background: var(--color-surface-0);
}

.neva-avg-number {
    font-size: 48px;
    font-weight: bold;
}

.neva-bar-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.neva-bar {
    flex: 1;
    height: 8px;
    background: var(--color-surface-1);
    border-radius: var(--round-1);
}

.neva-bar div {
    height: 100%;
    background: var(--color-warning);
    border-radius: var(--round-1);
}

.box_comments_product {
    margin: 50px 0 50px;
}

.woocommerce-Reviews {
    width: 70%;
    float: right;
}

.woocommerce-Reviews-title {
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 30px;
}

.box_comments_product .woocommerce-Reviews ol li.review {
    border: 1px solid var(--color-surface-0) !important;
    padding: 20px 30px !important;
    border-radius: var(--round-3);
}

.popular-searches ul li a {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: var(--space-i-2);
    border: 2px solid var(--color-text-5);
    padding: var(--space-i-1) var(--space-i-2);
    border-radius: var(--round-2);
    color: var(--color-text-3);
    line-height: normal;
}

.popular-searches ul li a svg {
    width: 20px;
    height: auto;
}

.popular-searches .the-title {
    color: var(--color-text-3);
}

.popular-searches ul li a:hover {
    border: 2px solid var(--color-text-1);
    background: var(--color-text-1);
    color: var(--color-text-6);
}

.header-banner img {
    width: 100%;
    height: auto;
}

.logo_header {
    width: 120px;
    height: auto;
    margin-left: var(--space-o-4);
}

.neva-review-header {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
    font-size: 18px;
}

.neva-review-body {
    text-align: justify;
    line-height: 33px;
    color: var(--color-text-3);
    font-size: 15px;
}

.neva-review ul.neva-pros li {
    color: var(--color-primary);
}

.neva-review ul.neva-cons li {
    color: var(--color-primary);
}

.box_comments_product #comments {
    margin: 0 0 40px;
}

.neva-review ul.neva-pros li svg {
    width: 15px;
    height: 15px;
    margin: -3px 0 0 8px;
}

.neva-review ul.neva-cons li svg {
    width: 12px;
    height: 12px;
    margin: -3px 0 0 10px;
}

.neva-review ul.neva-pros,
.neva-review ul.neva-cons {
    list-style: none;
    padding: 0;
}

p.comment-form-cookies-consent {
    display: none;
}

p.comment-notes {
    display: none;
}

p.neva-login-notice {
    margin: 20px 0 50px !important;
    font-size: 18px;
    display: inline-block;
    width: 100%;
}

p.neva-login-notice a {
    color: var(--color-primary);
}

span#reply-title {
    font-size: 20px;
    font-weight: 600;
    border-right: 5px solid var(--color-primary);
    padding: 2px 15px 3px;
}

.neva-rating-wrap {
    display: flex;
    margin: 10px 0 0;
}

.neva-rating-wrap>label {
    margin: 5px 0 0 10px;
    font-size: 18px;
}

.neva-field textarea#comment {
    border: 1px solid var(--color-text-6);
    border-radius: var(--round-3);
    height: 140px !important;
    padding: 15px 20px;
    text-align: justify;
    font-size: 15px;
    line-height: 30px;
    color: var(--color-text-3);
}

.neva-field label {
    margin: 0 5px 5px;
    font-weight: 500;
}

.box-neva-pros-cons {
    display: flex;
    margin: 10px 0 50px;
    gap: 30px;
}

.box-neva-pros-cons>div {
    width: 100%;
}

.neva-input-group {
    padding: var(--space-i-2) 0;
    border-radius: var(--round-1);
}

.product-excerpt,
.seperation-sects {
    color: var(--color-text-1);
}

.neva-input-group input {
    background: transparent;
    border: none;
    color: var(--color-text-2);
    font-size: 15px;
}

button.neva-remove-item {
    background: var(--color-error);
    border: none;
    color: var(--color-white);
    width: 28px;
    font-size: 19px;
    height: 28px;
    border-radius: var(--round-1);
}

button#neva-add-pro,
button#neva-add-con {
    background: var(--color-error);
    border: none;
    color: var(--color-white);
    padding: 7px 15px;
    border-radius: var(--round-1);
    font-size: 14px;
}

.neva-pros-wrap label,
.neva-cons-wrap label {
    margin: 0 5px 5px;
    font-weight: 500;
}

.box_comments_product .woocommerce-Reviews input#submit {
    background: var(--color-error) !important;
    border: none !important;
    color: var(--color-white) !important;
    padding: 10px 45px !important;
    border-radius: 5px !important;
    font-size: 20px !important;
}

.neva_product_catalogue_file {
    position: relative;
    display: inline-block;
}

.single_product_right_box>div::after,
.single_product_right_box>a::after {
    content: attr(data-tooltip);
    position: absolute;
    right: 40px;
    background: var(--color-black-7);
    color: var(--color-white);
    padding: var(--space-i-2) var(--space-i-3);
    border-radius: var(--round-2);
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    z-index: var(--z-3);
}

.single_product_right_box>div:hover::after,
.single_product_right_box>a:hover::after {
    opacity: 1;
}

.neva_product_catalogue_file svg {
    width: 25px;
    height: 25px;
}

.video-open-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-share-wrapper {
    position: relative;
    display: inline-block;
}

.product-share-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-share-box {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 220px;
    background: var(--color-white);
    border: 1px solid var(--color-surface-1);
    border-radius: var(--round-3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    padding: 10px;
    z-index: var(--z-3);
    display: none;
}

.product-share-box.active {
    display: block;
}

.product-share-box .share-item {
    display: block;
    width: 100%;
    text-align: right;
    background: transparent;
    border: 0;
    padding: 10px 12px;
    border-radius: var(--round-2);
    color: var(--color-secondary);
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s ease;
    cursor: pointer;
}

.product-share-box .share-item:hover {
    background: var(--color-surface-0);
}

.share-copy-message {
    font-size: 12px;
    color: var(--color-success);
    margin-top: 6px;
    padding: 0 12px;
}

.neva-product-video-trigger svg {
    width: 25px;
    height: 25px;
}

.neva-product-video-trigger {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-share-trigger-btn svg {
    width: 25px;
    height: 25px;
}

.product-share-trigger-btn {
    cursor: pointer;
    position: relative;
    width: fit-content;
}

.neva-related-products-box {
    margin-top: 25px;
}

.neva-related-products-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 12px;
    -webkit-overflow-scrolling: touch;
}

.neva-related-products-scroll .d-flex {
    min-width: max-content;
}

.neva-related-product-item {
    width: 220px;
}

.neva-related-product-item .card {
    border-radius: var(--round-3);
    overflow: hidden;
    background: var(--color-white);
}

.neva-related-product-image {
    background: var(--color-surface-3);
    overflow: hidden;
}

.neva-related-product-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: 0.2s ease;
}

.neva-related-product-item:hover .neva-related-product-image img {
    transform: scale(1.05);
}

.neva-related-product-title {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 10px;
    min-height: 50px;
}

.neva-related-product-title a {
    color: var(--color-secondary);
    text-decoration: none;
}

.neva-related-product-title a:hover {
    color: var(--color-secondary-light-1);
}

.neva-related-product-price {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-secondary);
}

.neva-related-products-scroll::-webkit-scrollbar {
    height: 6px;
}

.neva-related-products-scroll::-webkit-scrollbar-track {
    background: var(--color-surface-1);
    border-radius: var(--round-3);
}

.neva-related-products-scroll::-webkit-scrollbar-thumb {
    background: var(--color-secondary);
    border-radius: var(--round-3);
}

.neva-related-products-scroll::-webkit-scrollbar-thumb:hover {
    background: var(--color-secondary-light-1);
}

.the-content-area {
    line-height: 33px;
    color: var(--color-text-2);
    font-size: 15px;
    text-align: justify;
    font-weight: 500;
}

/* single product */

/* archive product */
.pagination-wrapper {
    margin: var(--space-o-4) 0;
}

.page-numbers,
.pagination {
    display: flex;
    gap: var(--space-i-1);
    justify-content: center;
    padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.pagination-item>span,
.pagination-item>a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--round-2);
    font-size: 20px;
    font-weight: 500;
    transition: 0.2s;
    background: var(--color-surface-0);
    border: 1px solid var(--color-surface-2);
    color: var(--color-text-1);
}

.pagination-item a {
    background: var(--color-surface-0);
    border: 2px solid var(--color-surface-1);
    color: var(--color-text-3);
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
    margin: var(--space-o-4) 0;
}

.content-archive {
    margin-top: var(--space-o-5);
}

.pagination-item a.prev,
.pagination-item a.next {
    width: 100px;
}

.pagination-item a.prev span,
.pagination-item a.next span {
    width: auto;
    gap: var(--space-i-2);
    font-size: 16px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.pagination-item span.current {
    background: var(--color-primary);
    border: 2px solid var(--color-primary);
    color: var(--color-white);
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    overflow: visible;
}

.pagination-item a:hover {
    background: var(--color-primary);
    color: var(--color-white);
}

.woocommerce-notices-wrapper .button.wc-forward {
    color: var(--color-white);
    gap: 0.5rem;
    font-size: 0.875rem;
    height: 2.5rem;
    padding: 0 0.75rem;
    min-width: 4rem;
    border-radius: var(--round-1);
    white-space: nowrap;
    outline: none;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: none;
    transition: 0.2s;
}

.woocommerce-notices-wrapper .button.wc-forward:hover {
    color: var(--color-white);
}

.n-notice-success .button.wc-forward {
    background-color: var(--color-success);
}

.n-notice-error .button.wc-forward {
    background-color: var(--color-error);
}

.n-notice-info .button.wc-forward {
    background-color: var(--color-info);
}

.n-notice-warning .button.wc-forward {
    background-color: var(--color-warning);
}

.n-notice-success .button.wc-forward:hover {
    background-color: var(--color-success-dark);
}

.n-notice-error .button.wc-forward:hover {
    background-color: var(--color-error-dark);
}

.n-notice-info .button.wc-forward:hover {
    background-color: var(--color-info-dark);
}

.n-notice-warning .button.wc-forward:hover {
    background-color: var(--color-warning-dark);
}

.woocommerce-notices-wrapper svg {
    margin-left: var(--space-o-2);
}

.woocommerce-notices-wrapper .button.wc-forward {
    margin-right: auto;
}

header.woocommerce-products-header {
    margin: 0 0 var(--space-o-3);
}

.product-item {
    border: 1px solid var(--dark6);
    padding: 15px;
    background: var(--color-white);
}

.woocommerce .woocommerce-result-count {
    margin: 0;
    float: left;
    color: var(--color-text-1);
}

.woocommerce div.product form.cart {
    margin: 0;
}

.woocommerce .woocommerce-ordering {
    margin: 0;
    float: right;
    height: 50px;
}

.woocommerce-no-products-found {
    color: var(--color-text-1);
}

.products-list-shop {
    width: 100%;
    padding-top: var(--space-i-2);
}

.orderby-lists {
    display: flex;
    gap: var(--space-o-3);
    align-items: center;
    font-size: 13px;
    font-weight: 500;
}

.orderby-lists span {
    margin-right: var(--space-i-2);
    color: var(--color-secondary-dark);
}

.orderby-lists .orderby-item {
    color: var(--color-text-4);
    white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
}

.orderby-list {
    color: var(--color-text-4);
}

.orderby-lists .orderby-items {
    display: flex;
    gap: var(--space-i-4);
}

.orderby-list {
    white-space: nowrap;
}

.orderby-lists .orderby-item.active,
.orderby-lists .orderby-item:hover {
    color: var(--color-primary);
}

.woocommerce-result-count {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-text-1);
}

.woocommerce-result-count span {
    color: var(--color-text-3);
    font-weight: 400;
}

.main-shop-sec {
    display: flex;
    justify-content: space-between;
    gap: var(--space-o-3);
}

.video-play {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    transition: 0.2s;
    transform: scale(0) translateY(-50%);
}

.article-video-post:hover .video-play {
    transform: scale(1) translateY(-50%);
}

.post-list.videos-item {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.gradient-text {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(0deg, #000000c0, transparent);
    min-height: 70px;
    display: flex;
    align-items: center;
    padding: var(--space-i-4);
}

.side-product-comment {
    top: var(--space-o-5);
}

.sticky-top {
    z-index: var(--z-1);
    height: fit-content;
}

.card-post-title h2 {
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-content-1 .card-post-title {
    height: 30px;
    margin: var(--space-i-3) 0;
}

.post-item svg {
    width: 20px;
}

.product-side-secs .product-item-price-free {
    color: var(--color-primary);
    text-align: left;
}

.article-content-1 .card-post-title h2 a,
.article-content-1 .card-post-title h2 {
    color: var(--color-text-1);
}

.article-content-1 .card-post-title h2 {
    -webkit-line-clamp: 1;
}

.article-list-1 .card-post-title h2 {
    -webkit-line-clamp: 2;
}

.post-list-lastest {
    display: flex;
}

.post-list-lastest .post-list.post-one-item {
    flex: 5;
}

.post-one-item h2 {
    margin: 0;
    color: var(--color-white);
}

.shop-filters-wrapper {
    width: 100%;
}

.arch_product_sidebar {
    flex: 2;
}

.arch_product_items {
    flex: 7;
}

.wc-block-product-filters__overlay-content {
    border-radius: var(--round-4);
    padding: 5px;
}

.shop-widget .wp-block-heading {
    background: none;
    color: var(--color-black);
}

.shop-widget .wp-block-woocommerce-product-filter-price {
    background: var(--color-white);
    border-radius: var(--round-2);
    padding: 20px;
}

.shop-widget h3.wp-block-heading {
    padding: 0;
    margin: 0 0 40px;
}

.shop-widget .wp-block-woocommerce-product-filter-rating {
    background: var(--color-white);
    border-radius: var(--round-2);
    padding: 20px;
}

.wc-block-product-filter-price-slider .text input[type="text"] {
    max-width: 120px;
    font-size: 12px;
    text-align: center;
}

.wc-block-product-filter-price-slider .text input[type="text"] {
    max-width: 120px;
    font-size: 12px;
    text-align: center;
}

.wp-block-woocommerce-product-filter-attribute {
    background: var(--color-white);
    border-radius: var(--round-2);
    padding: 20px;
}

.wp-block-woocommerce-product-filter-taxonomy {
    background: var(--color-white);
    border-radius: var(--round-2);
    padding: 20px;
}

.wp-block-woocommerce-product-filter-status {
    background: var(--color-white);
    border-radius: var(--round-2);
    padding: 20px;
}

.wc-block-product-filter-price-slider .text input[type="text"] {
    max-width: 120px;
    font-size: 12px;
    text-align: center;
}

.wp-block-woocommerce-product-filter-attribute {
    background: var(--color-white);
    border-radius: var(--round-2);
    padding: 20px;
}

.wp-block-woocommerce-product-filter-taxonomy {
    background: var(--color-white);
    border-radius: var(--round-2);
    padding: 20px;
}

.wp-block-woocommerce-product-filter-status {
    background: var(--color-white);
    border-radius: var(--round-2);
    padding: 20px;
}

li.wc-block-product-categories-list-item {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px;
}

li.wc-block-product-categories-list-item>span {
    color: var(--color-text-3);
    font-size: 14px;
}

.term-description {
    line-height: 33px;
    color: var(--color-text-2);
    font-size: 15px;
    text-align: justify;
}

.archive-content {
    display: flex;
    flex-direction: column;
    gap: var(--space-o-5);
    margin-bottom: var(--space-o-5);
}

.search-archive {
    display: flex;
    flex-direction: column;
    background: var(--color-surface-0);
    padding: var(--space-o-5);
    text-align: center;
    border-radius: var(--round-5);
    gap: var(--space-i-3);
}

#search_archive {
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
    background: var(--color-surface-2);
    padding: var(--space-i-4);
    border-radius: var(--round-2);
    display: flex;
    justify-content: space-between;
}

#search_archive input[name="s"] {
    color: var(--color-text-1);
    width: -webkit-fill-available;
    border: none;
    background: transparent;
}

.not_archive_post {
    margin: var(--space-o-6) auto;
    text-align: center;
    color: var(--color-text-4);
}

#search_archive button {
    border: none;
    background: none;
    padding: 0;
}

#search_archive button svg {
    width: 22px;
    height: auto;
    color: var(--color-text-1);
}


/* archive product */
/* Compare page - Start */
.attributes-section .attribute-item {
    height: 50px;
    border-bottom: 1px solid var(--color-surface-1);
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text-3);

}

.compare-fixed-column .fixed-item {
    height: 50px;
    border-bottom: 1px solid var(--color-surface-1);
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-text-2);
}

.compare-swiper .swiper-slide {
    padding: 0 !important;
}


.compare-wrapper {
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}

.compare-fixed-column {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    background: #fff;
    border-left: 1px solid var(--color-surface-1);
}

.compare-scroll-area {
    overflow: hidden;
    position: relative;
    border-right: 1px solid var(--color-surface-1);
}

.compare-scroll-area .swiper-slide {
    height: auto;
    box-sizing: border-box;
    border-left: 1px solid var(--color-surface-1);
}

.compare-scroll-area .swiper-slide:last-child {
    border-left: none;
}

.compare-scroll-area .swiper-slide .add-column {
    display: flex;
    align-items: start;
    justify-content: center;
    height: 100%;
    min-height: 300px;
    margin-top: var(--space-o-6);
}

.compare-scroll-area .swiper-slide .add-column button {
    padding: 15px 30px;
    cursor: pointer;
    font-size: 16px;
}

.compare-scroll-area .compare-swiper .swiper-slide {
    padding: 0 !important;
    margin: 0 !important;
}

.compare-scroll-area .compare-swiper .swiper-slide .product-card-wrapper {
    padding: 15px;
    border-bottom: 1px solid var(--color-surface-1);
}

.compare-scroll-area .compare-swiper .swiper-slide .attribute-item {
    padding: 12px 15px;
    border-bottom: 1px solid var(--color-surface-2);
    min-height: 50px;
    display: flex;
    align-items: center;
}

.compare-scroll-area .compare-swiper .swiper-slide .attribute-item:last-child {
    border-bottom: none;
}

.compare-empty-state {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    padding: 40px 20px;
}

.compare-search-section {
    margin-bottom: 20px;
    position: relative;
}

.compare-search-section .neva-input-group {
    position: relative;
}

.compare-search-input {
    width: 100%;
    padding: 12px 45px 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    background: #f8f9fa;
    transition: all 0.3s ease;
}

.compare-search-input:focus {
    outline: none;
    border-color: var(--color-surface-2);
    background: var(--color-surface-1);
}

.search-loading {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.spinner {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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

.compare-products-list {
    max-height: 500px;
    overflow-y: auto;
    padding: 5px;
}

.compare-products-list::-webkit-scrollbar {
    width: 6px;
}

.compare-product-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: var(--color-surface-0);
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 10px;
    border: 1px solid var(--color-surface-3);
    transition: all 0.3s ease;
}

.compare-product-item:last-child {
    margin-bottom: 0;
}

.compare-product-item:hover {
    background: var(--color-surface-1);
}

.compare-product-item.hidden {
    display: none;
}

.compare-product-thumbnail {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare-product-thumbnail img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

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

.compare-product-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 4px 0;
    line-height: 1.4;
    color: var(--color-text-1);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.compare-product-price {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-text-3);
}

.compare-product-price .woocommerce-Price-amount {
    font-weight: 700;
}

.compare-product-price del {
    opacity: 0.6;
    font-size: 12px;
    margin-left: 5px;
    height: fit-content;
    display: block;
}

.compare-product-price ins {
    text-decoration: none;
}

.add-to-compare-btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.add-to-compare-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.add-to-compare-btn svg {
    flex-shrink: 0;
}

.no-results {
    text-align: center;
    padding: 40px 20px;
    color: var(--color-text-3);
    font-size: 16px;
}

.compare-loading {
    text-align: center;
    padding: 40px 20px;
    color: var(--color-text-3);
}

.compare-loading .spinner {
    display: block;
    margin: 0 auto 15px;
}

.remove-compare-btn {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .compare-product-item {
        flex-wrap: wrap;
        gap: 10px;
    }

    .card-product-title h2 {
        -webkit-line-clamp: 2;
        height: auto;
    }

    .wc-block-components-form.wc-block-checkout__form {
        padding: var(--space-i-2);
    }

    .compare-product-info {
        flex: 1 1 100%;
        order: 2;
    }

    .add-to-compare-btn {
        flex: 1 1 100%;
        order: 3;
    }

    .compare-product-thumbnail {
        order: 1;
    }
}

.fixed-item {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    min-height: 50px;
    display: flex;
    align-items: center;
    font-weight: bold;
    white-space: nowrap;
}

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

.product-content-4 .product-labels {
    display: none !important;
}


@media (max-width: 768px) {

    .fixed-item {
        padding: 10px 12px;
        min-height: 40px;
        font-size: 13px;
    }

    .compare-scroll-area .compare-swiper .swiper-slide .attribute-item {
        padding: 10px 12px;
        min-height: 40px;
        font-size: 13px;
    }

    .compare-scroll-area .compare-swiper .swiper-slide .product-card-wrapper {
        padding: 10px;
    }
}

.compare-wrapper .product-item-details .add-to-cart {
    display: none;
}




/* Compare page - End */
/* cart  checkout */
.box_page_wooco {
    margin: var(--space-i-4) 0;
}

tr.wc-block-cart-items__row {
    border: 1px solid var(--color-text-6);
    transition: 0.2s ease;
    background: var(--color-surface-1);
    border: none;
    border-bottom: 1px solid var(--color-surface-1);
}

tr.wc-block-cart-items__row:hover {
    background: var(--color-surface-2);
}

.wc-block-cart__main .wc-block-cart-items {
    border: none !important;
}

.wc-block-cart-item__wrap a.wc-block-components-product-name {
    font-size: 18px !important;
    color: var(--color-text-2);
    margin: 0 0 10px;
}

.wc-block-cart-item__prices {
    display: none !important;
}

.wc-block-components-product-metadata {
    display: none;
}

span.price.wc-block-components-product-price {
    font-size: 20px;
}

.wc-block-components-product-badge.wc-block-components-sale-badge {
    font-size: 13px;
    background: var(--color-success-dark);
    color: var(--color-white);
    border-radius: var(--round-1);
    padding: 5px 10px;
}

.wc-block-components-product-badge.wc-block-components-sale-badge span {
    color: var(--color-white);
}

tr.wc-block-cart-items__header {
    font-size: 17px !important;
}

h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    display: none;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block {
    display: none;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button {
    background: var(--color-primary);
    transition: 0.2s;
    border-radius: var(--round-3);
    font-size: 18px;
    color: var(--color-white);
    cursor: pointer;
}

.wp-block-woocommerce-cart-order-summary-totals-block {
    font-size: 15px;
}

.wc-block-components-checkout-step__heading {
    display: flex;
    align-items: center;
    margin: var(--space-o-3) 0;
}

.wc-block-components-form.wc-block-checkout__form {
    padding: var(--space-i-6);
    background: var(--color-surface-1);
    border-radius: var(--round-3);
    color: var(--color-text-1);
}

.wc-block-components-title.wc-block-components-title {
    margin: 0 !important;
    padding-right: var(--space-i-5) !important;
    position: relative !important;
    display: inline-block !important;
    white-space: nowrap !important;
    padding-left: var(--space-o-4) !important;
    color: var(--color-text-1) !important;
}

.wc-block-components-title.wc-block-components-title:after {
    background: var(--color-primary) !important;
    position: absolute !important;
    content: '' !important;
    width: 6px !important;
    height: 100% !important;
    right: 0 !important;
    top: 0 !important;
}

.wc-block-components-radio-control--highlight-checked:after,
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option:after {
    display: none !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__option {
    margin: 0 !important;
    background: var(--color-surface-0) !important;
    margin-bottom: var(--space-i-2) !important;
    padding: var(--space-i-6) !important;
    border-radius: var(--round-3) !important;
    display: flex !important;
    gap: var(--space-i-3) !important;
    align-items: center !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
    background: var(--color-surface-2) !important;
    border: 1px solid var(--color-text-6) !important;
    border-radius: var(--round-2) !important;
    display: inline-block !important;
    height: 25px !important;
    width: 25px !important;
    cursor: pointer !important;
    right: inherit !important;
    margin: 0 !important;
    position: relative !important;
    top: inherit !important;
    transform: none !important;
}

.wc-block-components-radio-control__label {
    justify-content: flex-start !important;
}

.wc-block-components-radio-control-accordion-option span {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
    outline: 0px !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: var(--color-primary) !important;
    border-radius: var(--round-1) !important;
    height: 13px !important;
    width: 13px !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border: none !important;
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label,
.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description,
.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label,
.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description,
.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label {
    font-size: 16px !important;
    font-weight: 600 !important;
}

#shipping-option .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
#shipping-option .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    border-radius: var(--round-3) !important;
    box-shadow: none !important;
    background: var(--color-primary) !important;
    color: var(--color-white) !important;
    border-radius: var(--round-3) !important;
}

#payment-method .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    box-shadow: none !important;
}

#payment-method .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option-checked {
    border-radius: var(--round-3) !important;
    box-shadow: none !important;
    background: var(--color-primary) !important;
    color: var(--color-white) !important;
    border-radius: var(--round-3) !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child:after {
    display: none;
}

.wc-block-components-radio-control .wc-block-components-radio-control__option {
    margin: 0 0 var(--space-i-2) !important;
}

.wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__input {
    top: inherit !important;
    transform: none !important;
    position: relative !important;
    right: inherit !important;
}

.wc-block-components-main.wc-block-checkout__main input#email,
.wc-blocks-components-select .wc-blocks-components-select__select:focus,
.wc-block-components-main.wc-block-checkout__main input[type="text"],
.wc-block-components-main.wc-block-checkout__main input[type="tel"],
.wc-block-components-main.wc-block-checkout__main input[type="password"],
.wc-block-components-main.wc-block-checkout__main select {
    border-color: var(--color-surface-1) !important;
    padding: var(--space-i-4) var(--space-i-3) !important;
    height: auto !important;
    border-radius: var(--round-3) !important;
    color: var(--color-text-1) !important;
    background: var(--color-surface-3) !important;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
    right: 20px;
    top: 30px;
}

.wc-block-components-checkout-place-order-button {
    color: var(--color-white);
    background-color: var(--color-primary);
    gap: 0.5rem;
    font-size: 1.2rem;
    height: 4rem;
    padding: 0 1.2rem;
    min-width: 6rem;
    font-weight: 500;
    border-radius: var(--round-3);
    white-space: nowrap;
    outline: none;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: none;
    transition: 0.2s;
}

#wc-block-components-totals-coupon__input-coupon {
    border: 0;
    border-radius: var(--round-3);
    background-color: var(--color-surface-3);
    color: var(--color-text-1);
}

.wc-block-components-totals-coupon__button .wc-block-components-text-input label {
    right: 20px;
    top: 25px;
}

.wc-block-components-totals-coupon__button {
    color: var(--color-white);
    background-color: var(--color-black);
    gap: 0.5rem;
    font-size: 1rem;
    height: 3rem;
    padding: 0 1rem;
    min-width: 6rem;
    font-weight: 500;
    border-radius: var(--round-3);
    white-space: nowrap;
    outline: none;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: none;
    transition: 0.2s;
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=email]:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=number]:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=password]:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel]:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=url]:focus,
.wc-block-components-text-input input:-webkit-autofill:focus,
.wc-block-components-text-input.is-active input[type=email]:focus,
.wc-block-components-text-input.is-active input[type=number]:focus,
.wc-block-components-text-input.is-active input[type=password]:focus,
.wc-block-components-text-input.is-active input[type=tel]:focus,
.wc-block-components-text-input.is-active input[type=text]:focus,
.wc-block-components-text-input.is-active input[type=url]:focus,
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=number],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=password],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=url],
.wc-block-components-text-input input:-webkit-autofill,
.wc-block-components-text-input.is-active input[type=email],
.wc-block-components-text-input.is-active input[type=number],
.wc-block-components-text-input.is-active input[type=password],
.wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-text-input.is-active input[type=text],
.wc-block-components-text-input.is-active input[type=url] {
    padding: var(--space-i-4) var(--space-i-3) !important;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    padding-left: var(--space-i-4) !important;
    width: 70% !important;
}

.wc-block-components-sidebar {
    padding-right: 0 !important;
    width: 30% !important;
}

.wc-block-components-textarea:focus,
.wc-block-components-textarea {
    background-color: var(--color-surface-3) !important;
    border-radius: var(--round-3) !important;
    min-height: 130px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    background: var(--color-primary) !important;
    color: var(--color-white) !important;
    border-radius: var(--round-full) !important;
    position: absolute !important;
    left: var(--space-i-3) !important;
    top: -4px !important;
    font-size: 10px !important;
    padding: var(--space-i-1) !important;
    height: 18px !important;
    font-weight: 800 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid var(--color-surface-1) !important;
    border-radius: var(--round-3) !important;
    background: var(--color-surface-2) !important;
    color: var(--color-text-2) !important;
}

.wp-block-woocommerce-cart-order-summary-block {
    padding: var(--space-i-2) var(--space-i-4) !important;
    color: var(--color-text-2);
    background: var(--color-surface-1);
}

.wp-block-woocommerce-cart-order-summary-totals-block {
    border-top: none !important;
    padding-bottom: var(--space-i-4) !important;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    font-size: 16px !important;
    color: var(--color-text-2) !important;
}

.wc-block-components-product-metadata {
    margin-bottom: var(--space-i-4);
}

.wc-block-components-quantity-selector {
    border-radius: var(--round-3) !important;
    display: flex !important;
    flex-flow: row-reverse !important;
    width: auto !important;
    padding: var(--space-i-1) !important;
    background: var(--color-surface-1) !important;
    border: 1px solid var(--color-surface-2) !important;
}

.wc-block-cart-item__remove-link {
    color: var(--color-error) !important;
    background: var(--color-error-bg) !important;
    gap: 0.5rem !important;
    font-size: 1rem !important;
    width: 3rem !important;
    height: 3rem !important;
    padding: 0 !important;
    min-width: auto !important;
    font-weight: 500 !important;
    border-radius: var(--round-3) !important;
    white-space: nowrap !important;
    outline: none !important;
    display: flex !important;
    cursor: pointer !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    transition: 0.2s !important;
}

.wc-block-cart-items thead {
    display: none;
}

.variations select:not(.hidden-variation-select):focus {
    box-shadow: 0 0 0 1px var(--color-primary-light-3) !important;
}

.variations select:not(.hidden-variation-select) {
    color: var(--color-text-2) !important;
    background: var(--color-surface-2) !important;
    border: 1px solid var(--color-surface-3) !important;
}

.color-circle.active {
    border-color: var(--color-primary) !important;
}

.quantity button {
    border: none !important;
}

.woocommerce div.product form.cart .variations label {
    color: var(--color-text-1);
}

.wc-block-cart-item__remove-link:hover {
    background: var(--color-error) !important;
    color: var(--color-white) !important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    color: var(--color-text-4) !important;
    background: var(--color-surface--1) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    gap: 0 !important;
    border-radius: var(--round-2) !important;
    box-shadow: none !important;
    cursor: default !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    background: var(--color-surface-2) !important;
    color: var(--color-text-4) !important;
}

tr.wc-block-cart-items__row:last-child {
    border-bottom: none;
}

.wc-block-cart__main .wc-block-cart-items td {
    border-top: none !important;
    vertical-align: middle;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    background: var(--color-primary);
}

.wc-block-components-order-summary .wc-block-components-order-summary-item {
    padding-bottom: 1px;
    border-bottom: 1px solid var(--color-surface-0);
    margin-bottom: var(--space-i-2);
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    display: none;
}

.wc-block-components-address-card {
    border: none !important;
    border-radius: var(--round-3) !important;
    padding: var(--space-i-4) !important;
    background: var(--color-surface-0) !important;
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-text-input.is-active label {
    top: 20px;
    transform: scale(.82);
    opacity: 0;
    visibility: hidden;
}

.wc-block-components-form .wc-block-components-checkout-step {
    margin: 0 0 40px;
}

.wp-block-woocommerce-checkout-order-summary-cart-items-block span.price.wc-block-components-product-price {
    font-size: 16px;
}

.wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-product-badge.wc-block-components-sale-badge {
    font-size: 11px;
}

.wp-block-woocommerce-checkout-order-summary-cart-items-block h3.wc-block-components-product-name {
    font-size: 13px;
    line-height: 24px;
}

/* my acc */

.last-coupon-box {
    background: var(--color-primary-light-6);
    border-radius: var(--round-4);
    padding: var(--space-i-5);
    display: flex;
    justify-content: space-between;
    color: var(--color-text-2);
    border: 2px dashed var(--color-primary-light-4);
    margin-top: var(--space-i-4);
    align-items: center;
    gap: var(--space-i-6);
}

.coupon-code-wrapper {
    margin-left: auto;
}

.welcome-text p {
    margin: 0;
    color: var(--color-text-4);
}

.welcome-text p strong {
    color: var(--color-text-1);
}

.account-page.collapsed nav.woocommerce-MyAccount-navigation ul li a {
    gap: 0;
    justify-content: center;
}

.account-page.collapsed .user-dropdown-header {
    padding: 0;
    border-radius: var(--round-full);
}

.account-page.collapsed .toggle-navigation-btn {
    transform: rotate(0deg);
}

.account-page.collapsed .logo-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 var(--space-o-4);
}

.account-page.collapsed .logo_header {
    width: 0;
    height: auto;
    margin-left: 0;
}

.account-page.collapsed .toggle-navigation-logo {
    width: 0;
    overflow: hidden;
}

.account-page.collapsed .nav-text {
    width: 0;
    font-size: 0;
    overflow: hidden;
    height: 0;
    transition: 0.2s ease;
}

.account-page.collapsed .woocommerce-MyAccount-content {
    width: 95%;
}

.account-page.collapsed nav.woocommerce-MyAccount-navigation {
    padding: var(--space-i-3);
    gap: 0;
    justify-content: center;
    width: 5% !important;
}

.toggle-navigation-btn svg {
    width: 18px;
}

.toggle-navigation-btn {
    background: linear-gradient(65deg, var(--color-secondary), var(--color-primary));
    border-radius: var(--round-full);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    box-shadow: 0 0 60px 3px var(--color-primary);
    cursor: pointer;
    transition: 0.2s ease;
    transform: rotate(180deg);
}

.logo-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 var(--space-o-4);
    height: 60px;
}

.toggle-navigation {
    height: 50px;
}

.account-page nav.woocommerce-MyAccount-navigation {
    padding: var(--space-i-5);
    float: right;
    width: 25% !important;
    border-radius: 0;
    height: 100vh;
    overflow: scroll;
    position: sticky;
    top: 0;
}

.account-page nav.woocommerce-MyAccount-navigation::-webkit-scrollbar {
    display: none;
}

nav.woocommerce-MyAccount-navigation {
    border-radius: var(--round-4);
    padding: 20px 25px;
    transition: 0.2s ease;
}

nav.woocommerce-MyAccount-navigation ul li {
    margin-bottom: var(--space-i-1);
}

.nav-icon {
    position: relative;
}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav.woocommerce-MyAccount-navigation ul li a {
    padding: var(--space-i-3);
    color: var(--color-text-1);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: var(--space-i-3);
    transition: 0.2s;
    border-radius: var(--round-2);
}

nav.woocommerce-MyAccount-navigation ul li a svg {
    width: 20px;
    height: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: left;
    width: 75%;
    padding: 0 var(--space-i-6) var(--space-i-6);
    transition: 0.2s ease;
}

nav.woocommerce-MyAccount-navigation ul li a:hover,
nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background: var(--color-surface-0);
}

nav.woocommerce-MyAccount-navigation ul li:last-child a {
    border: none;
}

.woocommerce-info {
    border: 1px solid var(--color-secondary-light-3);
    border-radius: var(--round-3);
    background: var(--color-white);
    line-height: 45px;
    padding: 15px 50px 15px 15px;
}

.woocommerce-info::before {
    color: var(--color-secondary-light-3);
}

.woocommerce-info a.button.wc-forward {
    background: var(--color-secondary-light-3);
    color: var(--color-white);
    border-radius: var(--round-2);
    padding: 15px 15px;
}

/* 404 */
.error404 {
    overflow: hidden;
    height: 100vh;
}

.page-404 {
    display: flex;
    margin: 0 auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}

.page-404 h1 {
    text-align: center;
    font-weight: 800;
    color: var(--color-white);
    font-size: 200px;
}

.page-404 p {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.page-404-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.error404 header,
.error404 footer {
    display: none;
}

.error404 {
    background: var(--color-primary);
    color: var(--color-white);
}

.progress-circle {
    --size: 4.5rem;
    --frontColor: var(--color-white);
    --backColor: var(--color-primary);
    --finalPercent: 100;
    --pgPercent: 0;
    width: var(--size);
    height: var(--size);
    border-radius: var(--round-full);
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side, var(--color-primary) 90%, transparent 0 99%, rgba(0, 0, 0, 0.1) 0), conic-gradient(var(--color-primary) calc(var(--pgPercent) * 1%), var(--color-white) 0);
    transition: box-shadow 0.1s;
    transition: all 0.2s ease-out;
    margin-top: 100px;
}

.progress-circle::before {
    counter-reset: seconds var(--currentSec);
    content: counter(seconds);
    font-size: 1.8rem;
    color: white;
}

.progress-des {
    margin-top: 10px;
}

.cart-header-container {
    position: relative;
}

.cart-header-btn {
    border: 1px solid var(--color-surface-1);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-i-2);
    text-decoration: none;
    padding: var(--space-i-2);
    border-radius: var(--round-3);
    transition: all 0.3s ease;
}

.cart-header-btn:hover {
    background: var(--color-surface-1);
}

.cart-popup {
    position: absolute;
    left: 0;
    width: 360px;
    background: var(--color-surface-2);
    border-radius: var(--round-4);
    border: 1px solid var(--color-surface-2);
    z-index: var(--z-5);
    display: none;
    overflow: hidden;
    direction: rtl;
}

.cart-header-container:hover .cart-popup {
    display: block;
}

.cart-header-container .n-badges {
    font-size: 13px;
    font-weight: 500;
    min-width: 16px;
    height: 15px;
    margin: 0;
    z-index: var(--z-1);
    width: fit-content;
    position: absolute;
    right: var(--space-i-1);
    top: var(--space-i-1);
    cursor: pointer;
}

.cart-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-i-4) var(--space-i-5);
    background: var(--color-surface-1);
}

.cart-popup-title {
    margin: 0;
    color: var(--color-text-2);
}

.cart-popup-count {
    font-size: 13px;
    color: var(--color-text-4);
    background: var(--color-surface-0);
    padding: var(--space-i-1) var(--space-i-3);
    border-radius: var(--round-full);
}

.cart-popup-items {
    max-height: 400px;
    overflow-y: auto;
    padding: var(--space-i-2);
}

.cart-popup-item {
    display: flex;
    align-items: center;
    gap: var(--space-i-3);
    padding: var(--space-i-3);
    border-radius: var(--round-3);
    transition: all 0.2s ease;
    border-bottom: 1px solid var(--color-surface-1);
}

.cart-popup-item:last-child {
    border-bottom: 0px solid var(--color-surface-1);
}

.cart-popup-item:hover {
    background: var(--color-surface-0);
}

.cart-popup-item-img {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    background: var(--color-surface-1);
    border-radius: var(--round-2);
    overflow: hidden;
}

.cart-popup-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-popup-item-info {
    flex: 1;
    min-width: 0;
}

.cart-popup-item-title {
    font-size: 13px;
    font-weight: 500;
    color: var(--color-text-2);
    line-height: 1.4;
    margin-bottom: var(--space-i-2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cart-popup-item-price {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-primary);
}

.cart-popup-item-quantity {
    background: var(--color-surface-1);
    padding: var(--space-i-1) var(--space-i-2);
    border-radius: var(--round-2);
    font-size: 13px;
    font-weight: 500;
    color: var(--color-text-3);
}

.quantity-num {
    font-weight: 600;
    color: var(--color-text-1);
}

.cart-popup-footer {
    padding: var(--space-i-4) var(--space-i-5);
    border-top: 1px solid var(--color-surface-1);
    background: var(--color-surface-1);
}

.cart-popup-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--space-i-4);
    font-size: 15px;
    font-weight: 600;
    color: var(--color-text-1);
}

.cart-popup-total span:last-child {
    color: var(--color-primary);
    font-size: 16px;
}

.cart-popup-btn.checkout {
    background: var(--color-black);
    margin-bottom: 0;
}

.cart-popup-empty {
    text-align: center;
    padding: var(--space-o-4) var(--space-i-5);
    color: var(--color-text-4);
}

.cart-popup-empty svg {
    margin-bottom: var(--space-i-4);
    opacity: 0.5;
}

.cart-popup-empty p {
    color: var(--color-text-4);
    font-size: 14px;
}

@keyframes cartPopupFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

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

.cart-popup {
    animation: cartPopupFadeIn 0.2s ease;
}

.cart-popup-btn {
    margin-bottom: var(--space-i-2);
}

/* ====== Breadcrumb Styles ====== */
.breadcrumb-wrapper {
    padding: var(--space-i-3);
}

.breadcrumb-wrapper .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--space-i-4);
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--space-i-1);
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    color: var(--color-text-3);
}

.breadcrumb-item a {
    display: flex;
    align-items: center;
    gap: var(--space-i-1);
    color: var(--color-text-2);
    text-decoration: none;
    transition: color 0.2s ease;
    padding: var(--space-i-1) 0;
}

.breadcrumb-item a:hover {
    color: var(--color-primary);
}

.breadcrumb-item a svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
}

.breadcrumb-item:not(:first-child)::before {
    content: '|';
    margin: 0 var(--space-i-2);
    color: var(--color-text-5);
    font-size: 0.75rem;
}

.breadcrumb-item:last-child {
    color: var(--color-text-1);
    font-weight: 500;
}

.breadcrumb-item:last-child a {
    color: var(--color-text-1);
    cursor: default;
    pointer-events: none;
}

.neva-checkbox-group {
    width: 100%;
    position: relative;
    flex-grow: 1;
}

.neva-checkbox-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--color-text-1, #333);
    margin-bottom: var(--space-i-4, 16px);
}

.neva-checkbox-form {
    display: flex;
    flex-direction: column;
    gap: var(--space-i-3, 12px);
}

/* ====== Checkbox Item ====== */
.neva-checkbox-item {
    display: flex;
    align-items: center;
    gap: var(--space-i-4);
    cursor: pointer;
    padding: var(--space-i-3) 0;
    transition: all 0.2s ease;
    border-bottom: 1px solid var(--color-surface-0);
}

.neva-checkbox-item:hover .neva-checkbox-label {
    color: var(--color-primary, var(--color-primary));
}

/* ====== Checkbox ====== */
.neva-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
}

.neva-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.neva-checkbox-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 2px solid var(--color-text-5, #c3c3c3);
    border-radius: var(--round-1, 4px);
    background: var(--color-surface-0);
    transition: all 0.25s ease;
    flex-shrink: 0;
}

.neva-checkbox-mark svg {
    width: 10px;
    height: 10px;
    stroke: transparent;
    transition: all 0.25s ease;
}

/* ====== Checkbox States ====== */
.neva-checkbox input[type="checkbox"]:checked+.neva-checkbox-mark {
    background: var(--color-primary, var(--color-primary));
    border-color: var(--color-primary, var(--color-primary));
}

.neva-checkbox input[type="checkbox"]:checked+.neva-checkbox-mark svg {
    stroke: var(--color-white, #fff);
}

.neva-checkbox input[type="checkbox"]:hover+.neva-checkbox-mark {
    border-color: var(--color-primary, var(--color-primary));
}

.neva-checkbox input[type="checkbox"]:focus-visible+.neva-checkbox-mark {
    box-shadow: 0 0 0 3px var(--color-primary-light-4, rgba(232, 6, 69, 0.3));
}

/* ====== Checkbox Label ====== */
.neva-checkbox-label {
    font-size: 0.95rem;
    color: var(--color-text-2, #555);
    transition: color 0.2s ease;
    user-select: none;
}


.neva-submit-btn:active {
    transform: translateY(0);
}

.neva-submit-btn.loading {
    opacity: 0.7;
    cursor: not-allowed;
}

/* ====== Mega Menu ====== */
.mega-menu-wrapper {
    display: inline-block;
}

.mega-menu-icon .bt-btn {
    display: inline-flex;
    align-items: center;
    gap: var(--space-i-3);
    cursor: pointer;
    padding-left: 0;
    background: transparent !important;
}

.mega-menu-icon .bt-btn svg {
    transition: 0.2s ease;
}

.mega-menu-icon .bt-btn:hover svg:last-child {
    transform: rotate(180deg);
}

.header-mega-menu {
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateX(0%) translateY(-0px);
    width: calc(100% + -20px);
    background: var(--color-surface-0);
    border-radius: 0 0 var(--round-3) var(--round-3);
    border: 1px solid var(--color-surface-2);
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: var(--z-4);
}

.mega-menu-wrapper:hover .header-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%) translateY(0);
}

.megaMenu {
    display: flex;
    gap: var(--space-i-3, 12px);
    min-height: 400px;
}

.megaMenu .wrapper {
    display: flex;
    gap: var(--space-i-3, 12px);
    width: 100%;
}

.megaMenu-parent-cat-col {
    flex: 0 0 220px;
    background: var(--color-surface-1);
    padding: 0;
    max-height: 500px;
    overflow-y: auto;
}

.megaMenu-parent-cat-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.megaMenu-parent-cat-col ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--space-i-3) var(--space-i-4);
    color: var(--color-text-2, #555);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.25s ease;
    font-weight: 500;
    cursor: pointer;
}

.megaMenu-parent-cat-col ul li a span {
    display: flex;
    align-items: center;
    gap: var(--space-i-2, 8px);
}

.megaMenu-parent-cat-col ul li a i {
    font-size: 0.7rem;
    color: var(--color-text-5, #c3c3c3);
    transition: transform 0.25s ease;
}

.megaMenu-parent-cat-col ul li a:hover,
.megaMenu-parent-cat-col ul li a.mm-active {
    background: var(--color-primary, var(--color-primary));
    color: var(--color-white);
}

.megaMenu-parent-cat-col ul li a:hover i,
.megaMenu-parent-cat-col ul li a.mm-active i {
    color: var(--color-white);
}

/* ====== Child Column ====== */
.megaMenu-childs-cat-col {
    flex: 1;
    padding: var(--space-i-2, 8px);
    max-height: 500px;
    overflow-y: auto;
}

.megaMenu-childs-cat-col--item {
    display: none;
    animation: fadeIn 0.3s ease;
}

.megaMenu-childs-cat-col--item.mm-active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

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

.megaMenu-childs-cat-col--parent {
    padding: var(--space-i-2, 8px) 0;
}

.megaMenu-childs-cat-col--parent a {
    color: var(--color-primary, var(--color-primary));
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.25s ease;
}

.megaMenu-childs-cat-col--parent a:hover {
    color: var(--color-primary-dark, #c1093c);
}

.megaMenu-childs-cat-col--child {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: var(--space-i-4, 16px);
}

.megaMenu-childs-cat-col--child ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.megaMenu-childs-cat-col--child ul li a {
    display: block;
    padding: 0;
    color: var(--color-text-3, #777);
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.2s ease;
    border-radius: var(--round-1, 4px);
}

.megaMenu-childs-cat-col--child ul li a:hover {
    color: var(--color-primary, var(--color-primary));
    padding-right: var(--space-i-2, 8px);
}

.megaMenu-childs-cat-col--child ul li.megamenu-item-child-perented a {
    font-weight: 500;
    color: var(--color-text-3);
    font-size: 14px;
    padding: var(--space-i-2) 0;
}

.megaMenu-childs-cat-col--child ul li.megamenu-item-child-perented>a {
    font-weight: 600;
    color: var(--color-text-1);
    padding: 0;
    font-size: 16px;
    padding-right: var(--space-i-4);
    position: relative;
    margin-bottom: var(--space-i-3);
}

.megaMenu-childs-cat-col--child ul li.megamenu-item-child-perented>a::after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: var(--color-primary);
    content: '';
}

.megaMenu-childs-cat-col--child ul li.megamenu-item-child-perented a:hover {
    color: var(--color-primary, var(--color-primary));
}

/* ====== Scrollbar ====== */
.megaMenu-parent-cat-col::-webkit-scrollbar,
.megaMenu-childs-cat-col::-webkit-scrollbar {
    width: 4px;
}

.megaMenu-parent-cat-col::-webkit-scrollbar-track,
.megaMenu-childs-cat-col::-webkit-scrollbar-track {
    background: var(--color-surface-1, #ecebeb);
    border-radius: var(--round-full, 1000px);
}

.megaMenu-parent-cat-col::-webkit-scrollbar-thumb,
.megaMenu-childs-cat-col::-webkit-scrollbar-thumb {
    background: var(--color-text-5, #c3c3c3);
    border-radius: var(--round-full, 1000px);
}


.megaMenu-parent-cat-col ul li a {
    transition: all 0.15s ease;
}

.megaMenu-childs-cat-col--item {
    display: none;
    animation: none;
    transition: none;
}

.megaMenu-childs-cat-col--item.mm-active {
    display: block;
    animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(3px);
    }

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

.megaMenu-childs-cat-col {
    min-height: 300px;
}

.mega-menu-parent-list img {
    width: 25px;
    height: auto;
    margin-left: var(--space-i-1);
}

.neva-price-fields {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.neva-input-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.neva-input-group label {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-text-1);
}

.neva-input-group input {
    padding: 10px 14px;
    border: 1px solid var(--color-surface-2);
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s ease;
    background: var(--color-surface-0);
}

.neva-submit-btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    background: var(--color-primary);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.neva-submit-btn:hover {
    background: var(--color-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px var(--color-primary-light-4);
}

.neva-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.neva-submit-btn.loading {
    opacity: 0.7;
    cursor: not-allowed;
}

.comments-questions-reating {
    display: flex;
    gap: var(--space-i-3);
}

.comments-questions-reating .rating {
    display: flex;
    align-items: center;
    gap: var(--space-i-1);
    font-size: 16px;
    font-weight: 700;
    margin-right: auto;
    color: var(--color-text-1);
}

.sticky-top .section-header {
    margin: 0 0 var(--space-o-3);
}

.orderby-lists-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 var(--space-o-3);
    padding: var(--space-i-2) var(--space-i-2) 0;
}

/* questions */
.questions-details-counts,
.questions-details>div {
    border-left: 1px solid var(--color-text-6);
    padding: var(--space-i-1) var(--space-o-4) 0;
    display: flex;
    flex-flow: column;
    line-height: 40px;
}

.comment-details-counts {
    padding: var(--space-i-4) var(--space-o-4) 0;
    display: flex;
    flex-flow: column;
    line-height: 40px;
    border-left: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    color: var(--color-secondary-dark);
}

.questions-details>div:last-child {
    border-left: 0;
}

.answer-details-counts p,
.questions-details-counts p {
    color: var(--color-text-3);
    margin: 0;
}

.questions-details {
    display: flex;
    justify-content: center;
    padding: var(--space-o-4);
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    color: var(--color-secondary-dark);
}

.qa-section {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: var(--space-o-3);
}

.qa-stats {
    display: flex;
    gap: 16px;
    font-size: 14px;
    color: #6b7280;
}

.qa-votes {
    display: flex;
    gap: var(--space-i-2);
}

.qa-user-details {
    display: flex;
    align-items: center;
    gap: var(--space-i-2);
}

.qa-header h3 {
    margin: 0;
    font-size: 18px;
}

.qa-votes .bt-sim-sec-nor:hover {
    background: var(--color-surface-2);
}

.qa-votes .bt-sim-sec-nor {
    color: var(--color-text-5);
    background: var(--color-surface-1);
}

.qa-votes .qa-dislike.voted,
.qa-votes .qa-like.voted {
    background: var(--color-primary);
    color: var(--color-white);
}

.qa-votes .qa-dislike.loading,
.qa-votes .qa-like.loading {
    opacity: 0.5;
}

.qa-item {
    background: var(--color-surface--1);
    border-radius: var(--round-4);
    padding: 14px 16px;
    margin-bottom: 10px;
    border: 1px solid var(--color-surface-1);
}

.qa-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 13px;
    color: #6b7280;
    flex-flow: wrap;
}

.qa-user-info {
    display: flex;
    align-items: center;
    gap: var(--space-i-3);
}

.qa-user-info img {
    border-radius: var(--round-full);
    border: 2px solid var(--color-surface-0);
    padding: var(--space-i-1);
    width: 40px;
    height: auto;
}

.qa-meta strong {
    color: var(--color-text-1);
}

.product-main-secs {
    display: flex;
    flex-flow: column;
    gap: var(--space-o-4);
    position: relative;
    padding-left: var(--space-i-5);
    width: 75%;
}

.product-side-secs {
    width: 25%;
}

.qa-item p,
.qa-question p,
.qa-answer p {
    font-size: 14px;
    color: var(--color-text-1);
    padding: var(--space-o-4) var(--space-o-2) 0;
}

.qa-answer {
    background: var(--color-surface-0);
    border-radius: 8px;
    padding: 12px 16px;
    margin-top: 8px;
}

.qa-badge {
    background: var(--color-primary);
    color: #fff;
    padding: 1px 10px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 600;
}

.qa-form-wrapper {
    padding: var(--space-i-2);
    background: var(--color-surface-0);
    border-radius: var(--round-4);
    height: fit-content;
    top: var(--space-i-3);
}

.qa-form-wrapper h4 {
    margin: 0 0 12px;
    font-size: 16px;
}

.qa-form-row {
    margin-bottom: 10px;
}

.qa-form-row input,
.qa-form-row textarea {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid var(--color-surface-3);
    background: var(--color-surface-0);
    border-radius: 8px;
    font-size: 14px;
    color: var(--color-text-1);
    font-family: inherit;
}

.qa-form-row textarea {
    resize: vertical;
}

.qa-meta-right {
    display: flex;
    align-items: center;
    gap: var(--space-i-5);
}

.qa-reply-form-wrapper {
    margin-top: 10px;
}

.qa-reply-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.qa-reply-form textarea {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid var(--color-surface-3);
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    resize: vertical;
    background: var(--color-surface-0);
}

.qa-item.status-pending {
    background: var(--color-warning-bg);
    border: 1px solid var(--color-warning);
}

.qa-answer.status-pending {
    background: var(--color-warning-bg);
    border: 1px solid var(--color-warning);
}

.qa-user-details strong {
    margin: 0;
}

.qa-empty {
    text-align: center;
    padding: 20px;
    color: #9ca3af;
}

.qa-notice {
    text-align: center;
    padding: 20px;
    color: var(--color-primary);
    background: #fde8ea;
    border-radius: 8px;
}

.dist {
    width: 100%;
    padding: var(--space-i-6);
}

.distRow {
    display: grid;
    grid-template-columns: 1fr 5fr 1fr;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
    font-size: 12px;
}

.distRow .bar {
    height: 6px;
    background: var(--color-surface-3);
    border-radius: 4px;
    overflow: hidden;
}

.distRow .bar {
    flex: 1;
    height: 6px;
    background: var(--color-surface-2);
    border-radius: 4px;
    overflow: hidden;
}

.distRow .bar span {
    display: block;
    height: 100%;
    background: var(--color-primary);
    border-radius: 4px;
    transition: width 0.3s ease;
}

.distRow .val {
    color: var(--color-text-1);
    font-size: 16px;
    text-align: left;
    font-weight: 700;
}

.distRow .lbl {
    color: var(--color-secondary-dark);
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    color: var(--color-text-1);
}

.lbl svg {
    margin-left: var(--space-i-1);
}

.star-rating-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 8px 0;
}

.comment-rating-stars {
    display: inline-block;
    margin-right: 10px;
    margin-left: auto;
    font-size: 22px;
}

.rating-section {
    margin-bottom: var(--space-o-2);
    padding: var(--space-i-4) 0;
}

.star-rating-label {
    display: block;
    margin-bottom: var(--space-i-2);
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text-2);
}

.stars-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: var(--space-i-2);
}

.stars-wrapper input {
    display: none;
}

.stars-wrapper label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    cursor: pointer;
    border-radius: var(--round-2);
    transition: all 0.2s ease;
    color: var(--color-text-5);
}

.stars-wrapper label svg {
    width: 24px;
    height: 24px;
    transition: all 0.2s ease;
    stroke: currentColor;
    fill: none;
}

.stars-wrapper label:hover {
    color: var(--color-warning);
    background: var(--color-warning-bg);
    transform: scale(1.1);
}

.stars-wrapper label:hover~label {
    color: var(--color-warning);
}

.stars-wrapper input:checked~label {
    color: var(--color-warning);
}

.stars-wrapper input:checked~label svg {
    fill: var(--color-warning);
}

.stars-wrapper label:active {
    transform: scale(0.9);
}

.stars-wrapper input:checked~label {
    color: var(--color-warning);
    background: var(--color-warning-bg);
}

.comment-rating-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    margin-right: var(--space-i-2);
}

.comment-rating-stars span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text-5);
    font-size: 16px;
    line-height: 1;
}

.comment-rating-stars span.active {
    color: var(--color-warning);
}

.comment-rating-stars span svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.comment-rating-stars span.active svg {
    fill: var(--color-warning);
}

.comment-rating-stars span:not(.active) svg {
    fill: var(--color-text-5);
}

.tabs-navigation-product {
    border-radius: var(--round-2);
    padding: 0 var(--space-i-3);
    background: var(--color-surface-0);
    position: sticky;
    top: 0 !important;
    z-index: var(--z-2);
}

.cart .quantity {
    background: var(--color-surface-1);
    border-radius: var(--round-3);
    border: 1px solid var(--color-surface-2);
    display: flex;
    flex-flow: row-reverse;
}

.cart .quantity .neva-qty-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 40px;
    padding: 0;
    gap: 0;
    border-radius: var(--round-2);
    color: var(--color-text-4);
    background: var(--color-surface--1);
}

.cart .quantity .neva-qty-btn:hover {
    background: var(--color-surface-2);
}

.cart .quantity .neva-qty-btn:hover svg line {
    stroke: var(--color-text-1);
}

.tabs-nav-list {
    display: flex;
    gap: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.tab-item {
    margin: 0;
}

.tab-link {
    display: block;
    padding: var(--space-i-3);
    color: var(--color-text-1);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
}

.tab-link:hover {
    color: var(--color-primary);
}

.tab-link.active {
    color: var(--color-primary);
    border-bottom-color: var(--color-primary);
}

#attributes_section,
#content_section,
#faq_section,
#qa_section,
#comment_section {
    scroll-margin-top: 80px;
}

.single_product_center {
    display: flex;
    flex-flow: column;
    gap: var(--space-i-3);
    padding-right: var(--space-i-3);
    flex: 1;
}

.pbc-cart {
    border: 1px solid var(--color-surface-1);
    border-radius: var(--round-3);
    padding: var(--space-i-3) var(--space-i-4);
    color: var(--color-secondary-dark);
    display: inline-block;
    width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    gap: var(--space-i-2);
}

.pbc-carts {
    display: flex;
    align-items: center;
    gap: var(--space-i-3);
}

.pbc-cart-heading {
    display: flex;
    align-items: center;
    gap: var(--space-i-3);
}

.pbc-cart p {
    margin: 0;
}

.pbc-cart-heading .bt-btn {
    margin-right: auto;
}

.pbc-cart-heading h3 {
    font-size: 15px;
    margin: 0;
    color: var(--color-text-2);
    font-weight: 300;
}

.pbc-cart-heading h3 strong {
    font-size: 20px;
    color: var(--color-secondary-dark);
    font-weight: 800;
    margin-left: var(--space-i-1);
}

.single_product_center .t-subtitle-small {
    text-align: justify;
}

.single_variation_wrap .woocommerce-variation-price .woocommerce-Price-amount bdi {
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
}

.single-product-sidebar {
    top: var(--space-o-3);
}

.single-product-sidebar-reports {
    display: flex;
    justify-content: space-between;
    text-align: left;
    flex-flow: column;
    align-items: end;
    margin-top: var(--space-i-3);
    gap: var(--space-i-1);
}

.large-sigle-timer {
    background: var(--color-primary);
    border-radius: var(--round-4);
    padding: var(--space-i-3);
    margin: 0 0 var(--space-i-3);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.large-sigle-timer-detail {
    color: var(--color-white);
}

.large-sigle-timer-detail h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.large-sigle-timer-detail p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.large-sigle-timer .timer-title {
    font-size: 14px;
    color: var(--color-primary);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.large-sigle-timer .timer-container {
    display: flex;
    align-items: center;
    gap: var(--space-i-1);
    direction: ltr;
}

.large-sigle-timer .timer-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-i-1);
}

.large-sigle-timer .timer-number {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-white);
    background: var(--color-white-3);
    border-radius: var(--round-2);
    width: 35px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.large-sigle-timer .timer-label {
    font-size: 11px;
    font-weight: 500;
    color: var(--color-white);
    background: var(--color-white-3);
    border-radius: var(--round-2);
    width: 35px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.large-sigle-timer .timer-separator {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-white);
}

.category-swiper h3 {
    color: var(--color-text-2);
    text-align: center;
    margin: var(--space-i-2) 0 0;
}

.category-swiper img {
    border-radius: var(--round-3);
}

.category-swiper {
    margin-bottom: var(--space-o-4);
}


.category-swiper .thumbnail {
    background-color: var(--color-surface-0);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--round-3);
    transition: 0.2s;
}

.category-swiper .swiper-slide:hover .thumbnail {
    background-color: var(--color-primary);
}

.category-swiper .swiper-slide h3 {
    transition: 0.2s;
}

.category-swiper .swiper-slide:hover h3 {
    color: var(--color-primary);
    transition: 0.2s;
}

.go-to-up {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.go-to-up hr {
    width: -webkit-fill-available;
    color: var(--color-text-4);
}

.user-order-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-i-2);
    flex-flow: wrap;
}

.user-order-stats a {
    white-space: nowrap;
    flex: 1;
    height: stretch;
    justify-content: center;
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
    font-size: 14px;
    color: var(--color-text-4);
    font-weight: 400;
    background: var(--color-surface-2);
    padding: var(--space-i-5);
    border-radius: var(--round-3);
    transition: 0.2s;
    line-height: 25px;
    text-align: center;
}

.product-dash {
    display: flex;
    margin-top: var(--space-i-4);
    gap: var(--space-i-4);
}

.products-dash-wish {
    width: 60%;
    background: var(--color-surface-2);
    padding: var(--space-i-3);
    border-radius: var(--round-4);
}

.products-dash-recent {
    width: 40%;
    background: var(--color-surface-2);
    padding: var(--space-i-3);
    border-radius: var(--round-4);
    display: flex;
    flex-flow: column;
    height: 450px;
    overflow: scroll;
}

.products-dash-recent::-webkit-scrollbar {
    display: none;
}

.user-dropdown-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.user-order-stats a:hover {
    background: var(--color-primary);
    color: var(--color-white);
}

.user-order-stats a span {
    transition: 0.2s;
    font-size: 30px;
    color: var(--color-secondary);
    font-weight: 800;
}

.user-order-stats a:hover span {
    color: var(--color-white);
}

.woocommerce-MyAccount-navigation {
    border: 1px solid var(--color-surface-1);
}

.user-dropdown-header {
    margin: 0 0 var(--space-o-4);
    padding: var(--space-i-3);
    border: 1px solid var(--color-surface-0);
    border-radius: var(--round-4);
    transition: 0.2s ease;
    display: flex;
    align-items: center;
    gap: var(--space-i-3);
    overflow: hidden;
}

.custom-orders-list {
    display: flex;
    flex-direction: column;
    gap: var(--space-i-4);
}






.orders-dash-counts {
    display: grid;
    flex: 1;
    gap: 15px;
}

.user-order-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 100%;
}

.user-order-stats a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-height: 100px;
    text-align: center;
    gap: var(--space-i-3);
}

.dashboard-orders-wrapper .notifications-wrapper {
    margin-bottom: var(--space-i-4);
}





.order-item {
    background: var(--color-surface-0);
    border: 1px solid var(--color-surface-1);
    border-radius: var(--round-3);
    transition: all 0.3s ease;
}

.order-item:hover {
    background: var(--color-surface-1);
}

.order-row {
    padding: var(--space-i-4);
    display: flex;
    align-items: center;
    gap: var(--space-i-8);
    flex-wrap: wrap;
}

.order-status {
    display: flex;
    gap: var(--space-i-1);
    min-width: 120px;
}

.status-badge {
    display: inline-block;
    padding: var(--space-i-1) var(--space-i-3);
    border-radius: var(--round-1);
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    align-self: flex-start;
}

.tracking-code {
    font-size: 12px;
    color: var(--color-success);
    background: var(--color-success-bg);
    padding: var(--space-i-1) var(--space-i-3);
    border-radius: var(--round-1);
    display: inline-block;
    font-weight: 600;
}

.status-pending,
.status-on-hold {
    background: var(--color-warning-bg);
    color: var(--color-warning-dark);
}

.status-processing {
    background: var(--color-info-bg);
    color: var(--color-info-dark);
}

.status-completed,
.status-shipped {
    background: var(--color-success-bg);
    color: var(--color-success-dark);
}

.status-failed,
.status-cancelled,
.status-refunded {
    background: var(--color-error-bg);
    color: var(--color-error-dark);
}



.order-number {
    font-weight: 600;
    color: var(--color-text-1);
    font-size: 14px;
}

.order-date {
    font-size: 13px;
    color: var(--color-text-2);
}

.order-total {
    font-weight: 600;
    color: var(--color-text-1);
    font-size: 15px;
}

.order-total .woocommerce-Price-amount {
    color: var(--color-primary);
}

.order-actions {
    min-width: 80px;
    display: flex;
    gap: var(--space-i-2);
}

.order-progress {
    min-width: 200px;
    margin-right: auto;
}

.progress-wrapper {
    width: 100%;
}

.progress-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--space-i-1);
    font-size: 11px;
    font-weight: 500;
}

.progress-next {
    color: var(--color-text-4);
    font-weight: 700;
    font-size: 14px;
}

.progress-current {
    color: var(--color-success);
    font-weight: 800;
    font-size: 14px;
}

.progress-bar {
    position: relative;
    width: 100%;
    height: 8px;
    background: var(--color-success-bg);
    border-radius: var(--round-full);
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: var(--color-success);
    border-radius: var(--round-full);
    transition: width 0.8s ease;
}

.progress-label {
    position: absolute;
    top: -18px;
    right: 0;
    font-size: 11px;
    font-weight: 600;
    color: var(--color-text-2);
}

.progress-static {
    color: var(--color-text-3);
    font-size: 13px;
}

.order-products {
    display: flex;
    gap: var(--space-o-3);
    padding: var(--space-i-4);
    border-top: 2px solid var(--color-surface-0);
    overflow: scroll;
}

.product-thumb {
    width: 100px;
    height: 100px;
    border-radius: var(--round-2);
    overflow: hidden;
}

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

.no-products {
    color: var(--color-text-3);
    font-size: 13px;
}

.custom-pagination {
    display: flex;
    gap: var(--space-i-2);
    justify-content: center;
    margin-top: var(--space-o-4);
    flex-wrap: wrap;
}

.page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--space-i-2) var(--space-i-4);
    background: var(--color-surface-0);
    color: var(--color-text-2);
    border: 1px solid var(--color-surface-1);
    border-radius: var(--round-2);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    min-width: 36px;
    height: 36px;
}

.page-link:hover {
    background: var(--color-primary);
    color: var(--color-white);
    border-color: var(--color-primary);
    transform: translateY(-2px);
    box-shadow: var(--shadow-1);
}

.page-link.active {
    background: var(--color-primary);
    color: var(--color-white);
    border-color: var(--color-primary);
    cursor: default;
}

.page-link.active:hover {
    transform: none;
}

.order-detail-wrapper {
    background: var(--color-white);
    border-radius: var(--round-3);
    border: 1px solid var(--color-surface-1);
    overflow: hidden;
}

.order-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-i-4);
    border-bottom: 1px solid var(--color-surface-1);
    flex-wrap: wrap;
    gap: var(--space-i-2);
}

.order-detail-title h3 {
    margin: 0;
    font-size: 20px;
    color: var(--color-text-1);
}

.order-detail-actions {
    display: flex;
    gap: var(--space-i-2);
}

.order-detail-status {
    padding: var(--space-i-4);
    border-bottom: 1px solid var(--color-surface-1);
}

.status-info {
    display: flex;
    align-items: center;
    gap: var(--space-i-3);
    flex-wrap: wrap;
    margin-bottom: var(--space-i-3);
}

.order-date-info {
    font-size: 13px;
    color: var(--color-text-2);
}

.order-detail-products {
    padding: var(--space-i-4);
    border-bottom: 1px solid var(--color-surface-1);
}

.order-detail-products h4 {
    margin: 0 0 var(--space-i-3) 0;
    color: var(--color-text-1);
}

.order-products-list {
    display: flex;
    flex-direction: column;
    gap: var(--space-i-3);
}

.order-product-item {
    display: flex;
    gap: var(--space-i-3);
    align-items: center;
    padding: var(--space-i-2);
    border-radius: var(--round-2);
    background: var(--color-surface-0);
}

.product-image {
    width: 60px;
    height: 60px;
    border-radius: var(--round-2);
    overflow: hidden;
    flex-shrink: 0;
}

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

.product-info {
    flex: 1;
}

.product-name {
    font-weight: 600;
    color: var(--color-text-1);
    margin-bottom: var(--space-i-1);
}

.product-meta {
    display: flex;
    gap: var(--space-i-3);
    font-size: 13px;
    color: var(--color-text-2);
}

.order-detail-summary {
    padding: var(--space-i-4);
    border-bottom: 1px solid var(--color-surface-1);
    max-width: 400px;
    margin-right: auto;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: var(--space-i-1) 0;
    font-size: 14px;
    color: var(--color-text-2);
}

.summary-row.total {
    border-top: 2px solid var(--color-primary);
    margin-top: var(--space-i-2);
    padding-top: var(--space-i-2);
    font-size: 18px;
    font-weight: 700;
    color: var(--color-text-1);
}

.summary-row.total .summary-value {
    color: var(--color-primary);
}

.order-detail-address {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-i-4);
    padding: var(--space-i-4);
    border-bottom: 1px solid var(--color-surface-1);
}

.address-box h5 {
    margin: 0 0 var(--space-i-2) 0;
    color: var(--color-text-1);
}

.address-box p {
    margin: var(--space-i-1) 0;
    font-size: 13px;
    color: var(--color-text-2);
    line-height: 1.6;
}

.order-detail-payment {
    display: flex;
    gap: var(--space-i-4);
    padding: var(--space-i-4);
    border-bottom: 1px solid var(--color-surface-1);
    flex-wrap: wrap;
}

.payment-info {
    font-size: 14px;
    color: var(--color-text-2);
}

.payment-label {
    font-weight: 600;
    color: var(--color-text-1);
    margin-left: var(--space-i-2);
}

.payment-value {
    color: var(--color-text-2);
}

.order-detail-notes {
    padding: var(--space-i-4);
}

.order-detail-notes h4 {
    margin: 0 0 var(--space-i-3) 0;
    color: var(--color-text-1);
}

.note-item {
    padding: var(--space-i-3);
    border-radius: var(--round-2);
    background: var(--color-surface-0);
    margin-bottom: var(--space-i-2);
}

.note-item:last-child {
    margin-bottom: 0;
}

.note-date {
    font-size: 12px;
    color: var(--color-text-3);
    margin-bottom: var(--space-i-1);
}

.note-content {
    font-size: 14px;
    color: var(--color-text-2);
}

.favorites-wrapper {
    margin-top: var(--space-o-3);
}

.favorites-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--space-i-4);
}

.woocommerce-MyAccount-navigation-link--payment-methods {
    display: none;
}

.favorite-item-wrapper {
    position: relative;
}

.heart-remove {
    position: absolute;
    top: var(--space-i-3);
    left: var(--space-i-3);
    cursor: pointer;
    z-index: var(--z-2);
    transition: all 0.3s ease;
}

.heart-remove:hover {
    transform: scale(1.1);
}

.heart-remove .heart-icon {
    width: 20px;
    height: 20px;
    display: block;
}

.heart-icon path {
    stroke: var(--color-text-1);
}

.heart-filled path {
    stroke: #ff0130;
    fill: #ff0130;
}

.heart-icon {
    cursor: pointer;
}

.favorites-empty {
    text-align: center;
    padding: var(--space-o-5) var(--space-i-4);
    background: var(--color-surface-1);
    border-radius: var(--round-3);
    display: flex;
    align-items: center;
    flex-flow: column;
}

.no-orders-message {
    width: 100%;
    height: stretch;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: var(--round-3);
    color: var(--color-text-2);
    flex-flow: column;
    background: var(--color-surface-2);
}

.favorites-empty p {
    margin-bottom: var(--space-i-4);
    color: var(--color-text-2);
    font-size: 16px;
}

.recently-wrapper {
    margin-top: var(--space-o-3);
}

.recently-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--space-i-4);
}

.recently-empty {
    text-align: center;
    padding: var(--space-o-5) var(--space-i-4);
    background: var(--color-surface-0);
    border-radius: var(--round-3);
    display: flex;
    align-items: center;
    flex-flow: column;
}

.recently-empty p {
    margin-bottom: var(--space-i-4);
    color: var(--color-text-2);
    font-size: 16px;
}

.address-fields-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-i-4);
}

.address-fields-grid .form-row {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.address-fields-grid .form-row-wide {
    grid-column: 1 / -1;
}

.address-fields-grid label {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text-1);
    margin-bottom: var(--space-i-1);
}

.address-fields-grid .required {
    color: var(--color-error);
    margin-right: var(--space-i-1);
}

.address-fields-grid input,
.address-fields-grid select,
.address-fields-grid textarea {
    width: 100%;
    padding: var(--space-i-2) var(--space-i-3);
    border: 1px solid var(--color-surface-1);
    border-radius: var(--round-2);
    background: var(--color-white);
    font-size: 14px;
    color: var(--color-text-1);
    transition: all 0.3s ease;
}

.address-fields-grid input:focus,
.address-fields-grid select:focus,
.address-fields-grid textarea:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px var(--color-primary-light-5);
    outline: none;
}

.address-fields-grid input:hover,
.address-fields-grid select:hover,
.address-fields-grid textarea:hover {
    border-color: var(--color-primary-light-2);
}

.address-fields-grid textarea {
    min-height: 80px;
    resize: vertical;
}

.address-fields-grid .woocommerce-input-wrapper {
    width: 100%;
}

.address-fields-grid .woocommerce-input-wrapper .description {
    font-size: 12px;
    color: var(--color-text-3);
    margin-top: var(--space-i-1);
}

.address-fields-grid .woocommerce-input-wrapper .select2-container {
    width: 100% !important;
}



.address-fields-grid .select2-selection__rendered {
    line-height: 28px !important;
    color: var(--color-text-1);
}

.edit-address-actions .bt-btn {
    min-width: 150px;
}

.address-fields-grid .form-row {
    width: 100% !important;
    overflow: visible;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
    background: var(--color-surface-0);
    border: 1px solid var(--color-surface-3);
    color: var(--color-text-1);
    padding: var(--space-i-4);
    border-radius: var(--round-3);
    margin-top: var(--space-i-2);
}

.edit-address-actions,
.save-edit-form {
    position: sticky;
    bottom: 0;
    background: var(--color-surface--1);
    padding: var(--space-i-2);
    border-radius: var(--round-3) var(--round-3) 0 0;
    border: 1px solid var(--color-surface-3);
}

.my-address-desc {
    color: var(--color-text-2);
    font-size: 14px;
}

.addresses-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-i-4);
}

.address-card {
    background: var(--color-surface-0);
    border-radius: var(--round-3);
    border: 1px solid var(--color-surface-1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.address-card:hover {
    box-shadow: var(--shadow-1);
}

.address-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-i-4);
    background: var(--color-surface-1);
    border-bottom: 1px solid var(--color-surface-1);
}

.address-card-header h3 {
    margin: 0;
    color: var(--color-text-1);
    font-size: 18px;
    font-weight: 600;
}

.address-card-header .bt-btn {
    font-size: 13px;
    padding: var(--space-i-1) var(--space-i-3);
    height: 32px;
    min-width: 80px;
}

.select2-results {
    background: var(--color-surface-0);
    color: var(--color-text-1);
    display: block;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
    background: var(--color-surface-1);
    color: var(--color-text-1);
}

:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__rendered {
    padding: .5em;
    line-height: normal;
    box-sizing: border-box;
    color: var(--color-text-1);
    font-weight: 400;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    background: var(--color-surface-0);
}

:where(.woocommerce) .select2-container .select2-dropdown,
:where(.woocommerce) .select2-container .select2-selection,
.address-fields-grid .woocommerce-input-wrapper .select2-selection {
    background-color: var(--color-surface-0);
    border: 1px solid var(--color-surface-1);
    border-radius: var(--round-2);
    height: 53px;
}

.address-card-body {
    padding: var(--space-i-4);
    font-size: 14px;
    color: var(--color-text-2);
    line-height: 1.8;
}

.address-card-body address {
    font-style: normal;
    margin: 0;
}

.address-card-body .no-address {
    color: var(--color-text-3);
    font-style: italic;
}

@media (max-width: 768px) {
    .my-address-wrapper {
        padding: var(--space-i-3);
    }

    .addresses-grid {
        grid-template-columns: 1fr;
        gap: var(--space-i-3);
    }

    .address-card-header {
        flex-direction: column;
        align-items: stretch;
        gap: var(--space-i-2);
        padding: var(--space-i-3);
    }

    .address-card-header .bt-btn {
        width: 100%;
        justify-content: center;
    }

    .address-card-body {
        padding: var(--space-i-3);
        font-size: 13px;
    }

    .my-address-header h2 {
        font-size: 18px;
    }
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
    color: var(--color-text-1);
}

.woocommerce-EditAccountForm fieldset legend {
    color: var(--color-text-1);
    margin-bottom: var(--space-o-4);
}

.woocommerce-EditAccountForm fieldset {
    background: var(--color-surface-0);
    padding: var(--space-i-4);
    border-radius: var(--round-3);
    margin: var(--space-o-3) 0 var(--space-o-3);
}

.reset_variations {
    display: none !important;
}

.active-filters-wrapper {
    margin-bottom: var(--space-o-3);
    padding: var(--space-i-4) var(--space-i-5);
    background: var(--color-surface-0);
    border-radius: var(--round-3);
}

.active-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--space-i-2);
}

.active-filters-label {
    font-size: 13px;
    color: var(--color-text-3);
    font-weight: 500;
    margin-left: var(--space-i-2);
}

.active-filter {
    display: inline-flex;
    align-items: center;
    gap: var(--space-i-1);
    padding: var(--space-i-1) var(--space-i-3);
    background: var(--color-surface-0);
    border: 1px solid var(--color-surface-2);
    border-radius: var(--round-full);
    font-size: 13px;
    color: var(--color-text-1);
    transition: all 0.2s;
}

.active-filter:hover {
    border-color: var(--color-text-5);
    background: var(--color-surface-2);
}

.active-filter .remove-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: var(--color-text-4);
    text-decoration: none;
    transition: all 0.2s;
    margin-right: -2px;
}

.active-filter .remove-filter:hover {
    background: var(--color-error-bg);
    color: var(--color-error);
}

.shop-filters-wrapper {
    margin-bottom: var(--space-o-4);
}

.shop-filters {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-i-3);
    align-items: flex-start;
    top: var(--space-i-4);
}

.filter-dropdown {
    position: relative;
    flex: 0 0 auto;
    border: 1px solid var(--color-surface-2);
    width: 100%;
    border-radius: var(--round-4);
    padding: var(--space-i-3);
    margin-bottom: var(--space-i-2);
    color: var(--color-text-4);
}

.filter-toggle {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border: none;
    background: none;
    padding: var(--space-i-2) 0;
    color: var(--color-text-3);
}

.filter-toggle .arrow {
    transition: transform 0.3s;
    font-size: 10px;
}

.filter-dropdown.active .filter-toggle .arrow {
    transform: rotate(180deg);
}

.filter-count {
    background: var(--color-primary);
    color: var(--color-white);
    border-radius: var(--round-full);
    font-weight: 700;
    width: 5px;
    height: 5px;
    padding: 0;
    min-width: 5px;
    align-self: anchor-center;
    margin: 0 10px 0 auto;
}

.filter-content {
    width: 100%;
    position: relative;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.filter-dropdown.active .filter-content {
    max-height: 600px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.filter-search-wrapper {
    position: sticky;
    top: 0;
    padding-bottom: var(--space-i-3);
    z-index: var(--z-1);
    border-bottom: 1px solid var(--color-surface-1);
    margin-bottom: var(--space-i-3);
}

.filter-search {
    width: 100%;
    padding: var(--space-i-2) var(--space-i-3);
    border: 1px solid var(--color-surface-1);
    border-radius: var(--round-2);
    font-size: 13px;
    outline: none;
    transition: border-color 0.2s;
    background: var(--color-surface-2);
}

.filter-search:focus {
    border-color: var(--color-primary);
}

.filter-options {
    display: flex;
    flex-direction: column;
    gap: var(--space-i-1);
    max-height: 250px;
    overflow-y: auto;
}

.filter-option {
    display: block;
    padding: 0;
    border-radius: var(--round-2);
    transition: background 0.2s;
}

.filter-option:hover {
    background: var(--color-surface-0);
}

.filter-link {
    display: flex;
    align-items: center;
    gap: var(--space-i-3);
    padding: var(--space-i-2) var(--space-i-3);
    color: var(--color-text-1);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
    width: 100%;
}

.filter-link:hover {
    color: var(--color-primary);
}

.filter-link .checkmark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 2px solid var(--color-text-5);
    border-radius: var(--round-1);
    flex-shrink: 0;
    transition: all 0.2s;
    background: var(--color-surface-0);
}

.filter-link .checkmark.checked {
    border-color: var(--color-primary);
    background: var(--color-primary);
}

.filter-link .count {
    color: var(--color-text-4);
    font-size: 12px;
    margin-right: auto;
}

.filter-option.active .filter-link {
    color: var(--color-primary);
    font-weight: 500;
}

.filter-actions {
    padding-top: var(--space-i-3);
    margin-top: var(--space-i-3);
    border-top: 1px solid var(--color-surface-1);
}

.filter-reset {
    display: inline-block;
    font-size: 13px;
    color: var(--color-text-4);
    text-decoration: none;
    padding: var(--space-i-1) 0;
    transition: color 0.2s;
}

.filter-reset:hover {
    color: var(--color-error);
}

.price-filter {
    padding: var(--space-i-2) 0;
}

.price-inputs {
    display: flex;
    flex-flow: column;
    gap: var(--space-i-3);
    margin-bottom: var(--space-i-4);
}

.price-input-group {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: var(--space-i-2);
    background: var(--color-surface-1);
    border-radius: var(--round-2);
    padding: var(--space-i-2) var(--space-i-3);
    transition: border-color 0.2s, background 0.2s;
}

.price-input-group:focus-within {
    border-color: var(--color-primary);
    background: var(--color-surface-2);
}

.price-input-group label {
    font-size: 13px;
    color: var(--color-text-3);
    font-weight: 500;
    white-space: nowrap;
    padding-left: var(--space-i-2);
}

.price-input-group input[type="text"] {
    width: 100%;
    border: none;
    background: transparent;
    font-size: 23px;
    font-weight: 800;
    color: var(--color-secondary);
    outline: none;
    text-align: center;
    direction: ltr;
}

.price-input-group input[type="text"]:focus {
    outline: none;
}

.range-slider-wrapper {
    padding: var(--space-i-3);
    margin-bottom: var(--space-i-2);
}

.range-slider {
    position: relative;
    height: 6px;
    width: 100%;
    cursor: pointer;
}

.range-track {
    position: relative;
    width: 100%;
    height: 100%;
    background: var(--color-surface-1);
    border-radius: var(--round-full);
}

.range-highlight {
    position: absolute;
    height: 100%;
    background: var(--color-primary);
    border-radius: var(--round-full);
    left: 0;
    width: 100%;
}

.range-handle {
    position: absolute;
    top: 50%;
    width: 15px;
    height: 15px;
    background: var(--color-primary);
    border-radius: 50%;
    transform: translate(50%, -50%);
    cursor: grab;
    transition: transform 0.15s, box-shadow 0.15s;
    z-index: 2;
}

.range-handle:hover {
    transform: translate(50%, -50%);
}

.range-handle:active {
    cursor: grabbing;
    transform: translate(50%, -50%);
}

.range-handle-min {
    z-index: 3;
}

.range-handle-max {
    z-index: 2;
}

.price-apply {
    margin-top: var(--space-i-2);
    width: 100%;
    padding: var(--space-i-3);
    background: var(--color-primary);
    color: var(--color-white);
    border: none;
    border-radius: var(--round-2);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.price-apply:hover {
    background: var(--color-primary-dark);
}

.stock-filter-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-i-4);
    padding: var(--space-i-2) 0;
}

.stock-filter-info {
    display: flex;
    flex-direction: column;
    gap: var(--space-i-1);
}

.stock-filter-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text-1);
}

.stock-filter-desc {
    font-size: 12px;
    color: var(--color-text-4);
}

.switch-wrapper {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 28px;
    flex-shrink: 0;
    cursor: pointer;
}

.switch-wrapper input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-surface-1);
    transition: 0.3s;
    border-radius: var(--round-full);
}

.switch-slider:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background: var(--color-white);
    transition: 0.3s;
    border-radius: 50%;
    box-shadow: var(--shadow-1);
}

.switch-wrapper input:checked+.switch-slider {
    background: var(--color-primary);
}

.switch-wrapper input:checked+.switch-slider:before {
    transform: translateX(24px);
}

.switch-wrapper input:focus+.switch-slider {
    box-shadow: 0 0 0 3px var(--color-primary-light-5);
}

.product-main-secs-head {
    display: flex;
}

.profile-image-wrapper {
    padding: 25px 30px;
    background: var(--color-surface-0);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.profile-image-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--color-surface-1);
}

.profile-icon {
    font-size: 20px;
    line-height: 1;
}

.profile-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-text-1);
    margin: 0;
    letter-spacing: -0.3px;
}

.profile-image-upload {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.profile-image-preview {
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    flex-shrink: 0;
    border: 3px solid #e8edf3;
    transition: all 0.3s ease;
    background: #f8fafc;
}

.profile-image-preview:hover {
    border-color: #4f8cf7;
    box-shadow: 0 8px 30px rgba(79, 140, 247, 0.15);
}

.profile-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.profile-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 35, 50, 0.65);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    color: #fff;
    border-radius: 50%;
}

.profile-image-preview:hover .profile-image-overlay {
    opacity: 1;
}

.overlay-icon {
    font-size: 28px;
    margin-bottom: 4px;
    transform: translateY(8px);
    transition: transform 0.3s ease;
}

.profile-image-preview:hover .overlay-icon {
    transform: translateY(0);
}

.overlay-text {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    opacity: 0.9;
}

.profile-image-input {
    display: none !important;
}

.profile-image-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.profile-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none;
    letter-spacing: 0.2px;
    font-family: inherit;
    line-height: 1.4;
}

.profile-btn svg {
    flex-shrink: 0;
}

.woocommerce form .form-row label {
    line-height: 2;
    font-size: 13px;
}

.account-page .top_header {
    margin-bottom: var(--space-o-3);
    padding: var(--space-i-2) 0;
}

.address-fields-grid p {
    grid-column: auto !important;
}

#shipping_country_field {
    grid-column: 1 / -1 !important;
}

#shipping_address_2_field {
    align-self: end;
}

.account-page .header-items {
    gap: 0;
}

.orders-dash {
    display: flex;
    gap: var(--space-i-4);
}

.orders-dash-lists {
    flex: 2;
}

.custom-orders-list {
    padding: var(--space-i-3);
    background: var(--color-surface-0);
    border-radius: var(--round-4);
    overflow: scroll;
}

.custom-orders-list .order-item {
    background: var(--color-surface-1);
}

.custom-orders-list::-webkit-scrollbar {
    display: none;
}

.woocommerce-form-row em {
    font-size: 11px;
}

.profile-image-hint {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--color-text-1);
    margin: 4px 0 0 0;
    padding: 0;
    background: var(--color-surface-2);
    padding: 10px 16px;
    border-radius: 8px;
    justify-content: center;
}

.profile-image-hint span {
    font-size: 14px;
}

@media (max-width: 768px) {
    .profile-image-wrapper {
        padding: 18px 16px;
    }

    .side-product-comment {
        top: inherit;
        position: relative;
    }

    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content.is-open {
        border-bottom: none !important;
    }

    .wc-block-components-totals-wrapper {
        border: 0 !important;
        padding: var(--space-i-1) !important;
    }

    .article-featured-1 {
        padding: var(--space-i-1);
    }

    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
        padding: var(--space-i-3) !important;
        border: none !important;
        margin: 0 !important;
    }

    .wc-block-components-sidebar-layout .wc-block-components-main {
        padding: 0 !important;
        width: 100% !important;
    }

    .wc-block-components-sidebar {
        padding-right: 0 !important;
        width: 100% !important;
    }

    .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
        padding-left: 0 !important;
    }

    .wc-block-components-main {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .wc-block-components-main::-webkit-scrollbar {
        display: none;
    }

    .wc-block-cart-items {
        min-width: 600px;
        width: 100%;
    }

    .wc-block-cart-item__image img {
        width: 100% !important;
        height: auto !important;
    }

    .wc-block-cart-item__product {
        min-width: 200px;
    }

    .wc-block-cart-item__header-total,
    .wc-block-cart-item__total {
        min-width: 100px;
    }

    .wc-block-components-product-name {
        font-size: 13px !important;
    }

    .wc-block-components-product-price {
        font-size: 13px !important;
    }

    .wc-block-cart-item__quantity {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .wc-block-components-quantity-selector {
        width: 100%;
    }

    .wc-block-components-quantity-selector__input {
        width: 50px !important;
    }

    .wc-block-cart-item__remove-link {
        margin-top: 4px;
    }

    .product-content-1 .product-item-price .main-price {
        gap: 5px;
        line-height: 16px;
    }

    .product-content-1 .product-item-details {
        margin: var(--space-o-1) 0 var(--space-o-1) 0;
        min-height: 55px;
    }

    .product-content-1 .product-item-details .add-to-cart {
        display: none;
    }

    .product-content-1 .card-product-title {
        height: 42px;
        margin-top: var(--space-o-1);
    }

    .product-content-1 .product-item-details {
        margin: var(--space-o-1) 0 0 0;
    }

    .product-content-1 {
        border: 1px solid var(--color-surface-1);
        display: inline-block;
        border-radius: var(--round-4);
    }

    .profile-image-preview {
        width: 110px;
        height: 110px;
    }

    .profile-btn {
        padding: 8px 16px;
        font-size: 13px;
    }

    .profile-image-actions {
        flex-direction: column;
        width: 100%;
    }

    .profile-btn {
        width: 100%;
        justify-content: center;
    }

    .profile-image-hint {
        font-size: 11px;
        padding: 8px 12px;
        flex-wrap: wrap;
    }

    .profile-title {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .profile-image-preview {
        width: 90px;
        height: 90px;
    }

    .wc-block-cart-items {
        min-width: 500px;
    }

    .wc-block-cart-item__product {
        min-width: 150px;
    }

    .wc-block-components-product-name {
        font-size: 12px !important;
    }

    .wc-block-components-product-price {
        font-size: 12px !important;
    }

    .wc-block-cart-item__header-total,
    .wc-block-cart-item__total {
        min-width: 80px;
        font-size: 12px !important;
    }

    .wc-block-cart-items__header-image,
    .wc-block-cart-item__image {
        width: 50px !important;
        min-width: 50px !important;
    }

    .wc-block-cart-item__image img {
        width: 50px !important;
        height: auto !important;
    }

    .wc-block-components-quantity-selector__input {
        width: 40px !important;
        font-size: 12px !important;
    }

    .wc-block-components-quantity-selector__button {
        width: 28px !important;
        height: 28px !important;
        font-size: 14px !important;
    }

    .profile-image-wrapper {
        padding: 14px 12px;
    }
}

@keyframes profilePulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.98);
    }

    100% {
        transform: scale(1);
    }
}

.profile-image-preview.uploading {
    animation: profilePulse 0.6s ease infinite;
    border-color: #4f8cf7;
}

.profile-image-preview.success {
    border-color: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.2);
}

.woocommerce .order_details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 28px 32px;
    margin: 0;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.woocommerce .order_details li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 24px 0 0;
}

.woocommerce .order_details li:last-child {
    border-right: none;
    padding-right: 0;
}

.woocommerce .order_details li {
    font-size: 13px;
    font-weight: 500;
    color: #6c757d;
}

.woocommerce .order_details li strong {
    font-size: 16px;
    font-weight: 700;
    color: #212529;
}

.woocommerce .order_details .order strong {
    color: var(--color-primary);
}

.woocommerce .order_details .total strong {
    color: var(--color-primary);
    font-size: 18px;
}

.woocommerce .order_details .total strong .woocommerce-Price-amount {
    color: var(--color-primary);
}

.woocommerce .order_details .method strong {
    color: #28a745;
}

.woocommerce .clear {
    clear: both;
}

@media (max-width: 992px) {
    .woocommerce .order_details {
        padding: 24px 24px;
        gap: 16px;
    }

    .woocommerce .order_details li {
        padding: 0 16px 0 0;
    }

    .woocommerce .order_details li strong {
        font-size: 15px;
    }
}

@media (max-width: 768px) {

    .woocommerce .order_details {
        padding: 20px 20px;
        gap: 14px;
        border-radius: 8px;
    }

    .woocommerce .order_details li {
        padding: 0 12px 0 0;
        font-size: 12px;
    }

    .woocommerce .order_details li strong {
        font-size: 14px;
    }

    .woocommerce .order_details .total strong {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .woocommerce .order_details {
        flex-direction: column;
        gap: 12px;
        padding: 16px 16px;
        border-radius: 6px;
    }

    .woocommerce .order_details li {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 8px 0;
        border-right: none;
        border-bottom: 1px solid #e9ecef;
    }

    .woocommerce .order_details li:last-child {
        border-bottom: none;
    }

    .woocommerce .order_details li {
        font-size: 12px;
    }

    .woocommerce .order_details li strong {
        font-size: 13px;
    }

    .woocommerce .order_details .total strong {
        font-size: 15px;
    }
}

#order_review {
    margin: 0 auto;
    display: block;
}

#order_review .shop_table {
    width: 100%;
    border-collapse: collapse;
    background: var(--color-white);
    border-radius: var(--round-3);
    overflow: hidden;
}


#order_review .shop_table thead th {
    padding: var(--space-i-3) var(--space-i-4);
    text-align: right;
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
}

#order_review .shop_table thead th:last-child {
    text-align: left;
}

#order_review .shop_table tbody tr {
    border-bottom: 1px solid var(--color-surface-1);
    transition: 0.2s;
}

#order_review .shop_table tbody tr:last-child {
    border-bottom: none;
}

#order_review .shop_table tbody tr:hover {
    background: var(--color-surface-0);
}

#order_review .shop_table tbody td {
    padding: var(--space-i-3) var(--space-i-4);
    font-size: 0.875rem;
    color: var(--color-text-1);
    vertical-align: middle;
}

#order_review .shop_table tbody td.product-name {
    font-weight: 500;
    color: var(--color-text-1);
}

#order_review .shop_table tbody td.product-quantity {
    text-align: center;
}

#order_review .shop_table tbody td.product-quantity strong {
    font-weight: 600;
    color: var(--color-text-2);
    background: var(--color-surface-0);
    padding: var(--space-i-1) var(--space-i-3);
    border-radius: var(--round-2);
    font-size: 0.8125rem;
}

#order_review .shop_table tbody td.product-subtotal {
    text-align: left;
    font-weight: 600;
    color: var(--color-text-1);
}

#order_review .shop_table tfoot tr {
    border-top: 1px solid var(--color-surface-1);
}

#order_review .shop_table tfoot tr:first-child {
    border-top: 2px solid var(--color-primary);
}

#order_review .shop_table tfoot th {
    padding: var(--space-i-3) var(--space-i-4);
    text-align: right;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-text-2);
}

#order_review .shop_table tfoot td {
    padding: var(--space-i-3) var(--space-i-4);
    text-align: left;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-text-1);
}

#order_review .shop_table tfoot tr:last-child th {
    font-size: 1rem;
    color: var(--color-text-1);
}

#order_review .shop_table tfoot tr:last-child td {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-primary);
}

#order_review .shop_table tfoot .shipped_via {
    display: block;
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--color-text-4);
    margin-top: var(--space-i-1);
}

#order_review .woocommerce-Price-amount {
    font-weight: 600;
}

#order_review .woocommerce-Price-currencySymbol {
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--color-text-4);
    margin-right: var(--space-i-1);
}

#order_review #payment {
    margin-top: var(--space-o-4);
    background: var(--color-white);
    border-radius: var(--round-3);
    padding: var(--space-i-5);
    box-shadow: var(--shadow-1);
}

#order_review .wc_payment_methods {
    list-style: none;
    padding: 0;
    margin: 0 0 var(--space-i-5) 0;
}

.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}

#order_review .wc_payment_methods li {
    margin-bottom: var(--space-i-3) !important;
    padding: var(--space-i-3);
    border-radius: var(--round-2);
    transition: 0.2s;
    cursor: pointer;
    background: var(--color-surface-0);
    border: none;
    color: var(--color-text-1);
}

#order_review .wc_payment_methods li:last-child {
    margin-bottom: 0;
}

#order_review .wc_payment_methods li:hover {
    background: var(--color-surface-1);
}

#order_review .wc_payment_methods li:has(input:checked) {
    background: var(--color-primary);
    color: var(--color-white);
}

#order_review .wc_payment_methods li input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid var(--color-text-4);
    border-radius: 50%;
    margin: 0 var(--space-i-2) 0 0;
    position: relative;
    transition: 0.2s;
    flex-shrink: 0;
    cursor: pointer;
    float: right;
}

#order_review .wc_payment_methods li input[type="radio"]:checked {
    border-color: var(--color-white);
    background: var(--color-primary);
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 7px 0 0 1em;
}

#order_review .wc_payment_methods li input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: var(--color-white);
    border-radius: 50%;
}

#order_review .wc_payment_methods li label {
    display: flex;
    align-items: center;
    gap: var(--space-i-2);
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    margin: 0;
}

#order_review .wc_payment_methods li label img {
    height: 24px;
    width: auto;
    object-fit: contain;
}

#order_review .payment_box {
    padding: var(--space-i-3) var(--space-i-4) !important;
    background: var(--color-surface-0) !important;
    border-radius: var(--round-3) !important;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid var(--color-surface-0);
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    right: 0;
    margin: -1em 2em 0 0;
}

#order_review .payment_box p {
    margin: 0;
    font-size: 0.8125rem;
    color: var(--color-text-2);
    line-height: 1.6;
}

#order_review .form-row {
    margin-top: var(--space-i-5);
    padding-top: var(--space-i-5);
    border-top: 1px solid var(--color-surface-1);
}

#order_review .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: var(--space-i-4);
}

#order_review .woocommerce-privacy-policy-text {
    font-size: 0.8125rem;
    color: var(--color-text-3);
    line-height: 1.6;
}

#order_review .woocommerce-privacy-policy-text a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 500;
}

#order_review .woocommerce-privacy-policy-text a:hover {
    text-decoration: underline;
}

#order_review #place_order {
    width: 100%;
    padding: var(--space-i-4);
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-white);
    background: var(--color-primary);
    border: none;
    border-radius: var(--round-3);
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-i-2);
}

#order_review #place_order:hover {
    background: var(--color-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(232, 6, 69, 0.25);
}

#order_review #place_order:active {
    transform: translateY(0);
}

#order_review #place_order:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    #order_review {
        padding: var(--space-i-3);
    }

    #order_review .shop_table {
        font-size: 0.8125rem;
    }

    .atc-mobile .variations {
        margin-bottom: 0 !important;
    }

    .atc-mobile .variations tr {
        margin-bottom: 0;
    }

    .atc-mobile .variations th.label {
        display: none;
    }

    .atc-mobile .color-name {
        display: none;
    }

    .atc-mobile .variations-navi {
        flex-flow: row-reverse;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .single_variation_wrap form {
        width: 100%;
    }

    .atc-mobile .color-circle {
        width: 20px;
        height: 20px;
    }

    #order_review .shop_table thead th,
    #order_review .shop_table tbody td,
    #order_review .shop_table tfoot th,
    #order_review .shop_table tfoot td {
        padding: var(--space-i-2) var(--space-i-3);
    }

    #order_review .shop_table tbody td.product-name {
        font-size: 0.8125rem;
    }

    #order_review .shop_table tbody td.product-quantity strong {
        font-size: 0.75rem;
        padding: var(--space-i-1) var(--space-i-2);
    }

    #order_review .wc_payment_methods li {
        padding: var(--space-i-2);
    }

    #order_review .wc_payment_methods li label {
        font-size: 0.875rem;
        flex-wrap: wrap;
    }

    #order_review .wc_payment_methods li label img {
        height: 20px;
    }

    #order_review #payment {
        padding: var(--space-i-3);
    }

    #order_review #place_order {
        padding: var(--space-i-3);
        font-size: 0.9375rem;
    }
}

@media (max-width: 480px) {
    #order_review {
        padding: var(--space-i-2);
    }

    #order_review .shop_table {
        font-size: 0.75rem;
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    #order_review .shop_table thead th,
    #order_review .shop_table tbody td,
    #order_review .shop_table tfoot th,
    #order_review .shop_table tfoot td {
        padding: var(--space-i-2);
        min-width: 80px;
    }

    #order_review .shop_table tbody td.product-name {
        min-width: 120px;
    }

    #order_review .shop_table tbody td.product-subtotal {
        min-width: 100px;
    }

    #order_review .woocommerce-Price-currencySymbol {
        font-size: 0.625rem;
    }

    #order_review #payment {
        padding: var(--space-i-2);
    }

    #order_review .wc_payment_methods li label {
        font-size: 0.8125rem;
    }

    #order_review .payment_box {
        font-size: 0.75rem;
        padding: var(--space-i-2);
    }
}





























































#mobile-nav-container {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    flex-flow: column-reverse;
    transform: translateY(100%);
    opacity: 0;
}

#mobile-nav-container.show {
    transform: translateY(0%);
    opacity: 1;
}

/* mobile navigation */

.navigation-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* mobile navigation 1 */

.mobile-nav-1 .navigation-items {
    padding: var(--space-i-2);
    background: var(--color-surface--1);
    border-top: 1px solid var(--color-surface-0);
}


.mobile-nav-1 .navigation-items a {
    flex: 1;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    color: var(--color-text-2);
    gap: var(--space-i-1);
    font-size: 12px;
}

.mobile-nav-1 .navigation-items a.active {
    color: var(--color-primary);
}

.mobile-nav-1 .navigation-item {
    position: relative;
}

.mobile-nav-1 .navigation-item svg {
    width: 18px;
    height: 18px;
}

.mobile-nav-1 .navigation-item p {
    margin: 0;
}


/* mobile navigation 2 */

.mobile-nav-2 .navigation-items {
    padding: var(--space-i-2);
    background: var(--color-surface--1);
    border: 1px solid var(--color-surface-1);
    margin: var(--space-i-1);
    border-radius: var(--round-full);
}

.mobile-nav-2 .navigation-items a {
    flex: 1;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    color: var(--color-text-2);
    gap: var(--space-i-1);
    font-size: 12px;
}

.mobile-nav-2 .navigation-items a.active {
    color: var(--color-primary);
}

.mobile-nav-2 .navigation-item {
    position: relative;
}

.mobile-nav-2 .navigation-item svg {
    width: 18px;
    height: 18px;
}

.mobile-nav-2 .navigation-item p {
    margin: 0;
}

.mobile-nav-2 .navigation-item.active p {
    background: var(--color-primary);
    padding: 0 var(--space-i-1);
    border-radius: var(--round-4);
    color: var(--color-text-1);
}

/* mobile navigation 3 */

.mobile-nav-3 .navigation-items {
    padding: 0 var(--space-i-2);
    background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
    border-radius: var(--round-5) var(--round-5) 0 0;
}

.mobile-nav-3 .navigation-items a {
    flex: 1;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    color: var(--color-text-2);
    gap: var(--space-i-1);
    font-size: 12px;
    padding: var(--space-i-3) 0;
}

.mobile-nav-3 .navigation-items a.active {
    border-bottom: 3px solid var(--color-white);
}

.mobile-nav-3 .n-badges-primary {
    background: var(--color-white);
    color: var(--color-primary);
}

.mobile-nav-3 .navigation-item {
    position: relative;
}

.mobile-nav-3 .navigation-item svg {
    width: 18px;
    height: 18px;
}

.mobile-nav-3 .navigation-item p {
    margin: 0;
}

/* mobile navigation 4 */

.mobile-nav-4 .navigation-items {
    backdrop-filter: blur(10px);
    padding: var(--space-i-1) var(--space-i-1);
    border-radius: var(--round-4) var(--round-4) 0 0;
    background: color-mix(in srgb, var(--color-surface-0) 70%, transparent);
}

.mobile-nav-4 .navigation-items a {
    flex: 1;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    color: var(--color-text-2);
    gap: var(--space-i-1);
    font-size: 12px;
    padding: var(--space-i-2) 0;
    border-radius: var(--round-4);
}

.mobile-nav-4 .navigation-items a.active {
    background: color-mix(in srgb, var(--color-surface-0) 50%, transparent);
    color: var(--color-primary);
}

.mobile-nav-4 .navigation-item {
    position: relative;
}

.mobile-nav-4 .navigation-item svg {
    width: 18px;
    height: 18px;
}

.mobile-nav-4 .navigation-item p {
    margin: 0;
}

/* mobile navigation 5 */

.mobile-nav-5 .navigation-items {
    padding: var(--space-i-3) var(--space-i-1);
    background: var(--color-surface--1);
    border: 1px solid var(--color-surface-1);
    margin: var(--space-i-1);
    border-radius: var(--round-3);
}

.mobile-nav-5 .navigation-items a.active:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: var(--round-full);
    background-color: var(--color-text-1);
    bottom: -5px;
}

.mobile-nav-5 .navigation-items a {
    position: relative;
    flex: 8;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    color: var(--color-text-4);
    gap: var(--space-i-1);
    font-size: 12px;
}

.mobile-nav-5 .navigation-items a.active {
    color: var(--color-text-2);
}

.mobile-nav-5 .support-item p {
    display: none;
}

.mobile-nav-5 .navigation-item {
    position: relative;
}

.mobile-nav-5 .navigation-item p {
    margin: 0;
}

.mobile-nav-5 .navigation-item svg {
    width: 18px;
    height: 18px;
}

.mobile-nav-5 .support-item {
    flex: 9;
}

.mobile-nav-5 .support-item svg {
    background: var(--color-primary);
    color: var(--color-white);
    padding: var(--space-i-3);
    width: 40px;
    height: 40px;
    border-radius: var(--round-full);
}

/* mobile navigation 6 */

.mobile-nav-6 .navigation-items {
    padding: 0 var(--space-i-1);
    background: var(--color-surface--1);
    border: 1px solid var(--color-surface-1);
    margin: var(--space-i-1);
    border-radius: var(--round-3);
}

.mobile-nav-6 .navigation-items a {
    position: relative;
    flex: 8;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    color: var(--color-text-4);
    gap: var(--space-i-1);
    font-size: 12px;
    padding: var(--space-i-3) 0;
}

.mobile-nav-6 .navigation-items a.active {
    color: var(--color-text-2);
}

.mobile-nav-6 .support-item p {
    display: none;
}

.mobile-nav-6 .navigation-item {
    position: relative;
}

.mobile-nav-6 .navigation-item p {
    margin: 0;
}

.mobile-nav-6 .navigation-item svg {
    width: 18px;
    height: 18px;
}

.mobile-nav-6 .support-item {
    flex: 9;
}

.mobile-nav-6 .support-item svg {
    color: var(--color-white);
    padding: var(--space-i-3);
    width: 40px;
    height: 40px;
    border-radius: var(--round-full);
    background-color: var(--color-primary);
    mask-image: url("data:image/svg+xml,%3Csvg width='791' height='791' viewBox='0 0 791 791' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-75.8047' y='395.132' width='666' height='666' rx='183' transform='rotate(-45 -75.8047 395.132)' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='791' height='791' viewBox='0 0 791 791' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-75.8047' y='395.132' width='666' height='666' rx='183' transform='rotate(-45 -75.8047 395.132)' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.mobile-nav-6 .navigation-items .support-item {
    transform: translateY(-50%) scale(1.2);
}

/* mobile navigation 7 */

.mobile-nav-7 .navigation-items {
    position: relative;
    padding: var(--space-i-3) var(--space-i-1);
    margin: var(--space-i-1);
    border-radius: var(--round-3);
    background: transparent;
}

.mobile-nav-7 .navigation-items::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--color-surface--1);
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='502' height='98' viewBox='0 0 502 98' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 30.0001C0 13.4315 13.3832 4.40986e-05 29.9518 8.60482e-05C72.9743 0.000194976 150.044 0.000331352 176.926 4.26641e-09C215.013 -0.000469466 220.436 38.7442 251 38.7442C281.564 38.7442 284.636 4.26641e-09 325.074 4.26641e-09C353.519 4.26641e-09 429.489 4.26688e-09 472.049 4.26715e-09C488.618 4.26726e-09 502 13.4315 502 30V68C502 84.5685 488.569 98 472 98H30C13.4314 98 0 84.5685 0 68V30.0001Z' fill='black'/%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg width='502' height='98' viewBox='0 0 502 98' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 30.0001C0 13.4315 13.3832 4.40986e-05 29.9518 8.60482e-05C72.9743 0.000194976 150.044 0.000331352 176.926 4.26641e-09C215.013 -0.000469466 220.436 38.7442 251 38.7442C281.564 38.7442 284.636 4.26641e-09 325.074 4.26641e-09C353.519 4.26641e-09 429.489 4.26688e-09 472.049 4.26715e-09C488.618 4.26726e-09 502 13.4315 502 30V68C502 84.5685 488.569 98 472 98H30C13.4314 98 0 84.5685 0 68V30.0001Z' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.mobile-nav-7 .navigation-items .support-item {
    transform: translateY(-80%);
}

.mobile-nav-7 .navigation-items a {
    position: relative;
    flex: 8;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    color: var(--color-text-4);
    gap: var(--space-i-1);
    font-size: 12px;
}

.mobile-nav-7 .navigation-items a.active {
    color: var(--color-text-2);
}

.mobile-nav-7 .support-item p {
    display: none;
}

.mobile-nav-7 .navigation-item {
    position: relative;
}

.mobile-nav-7 .navigation-item p {
    margin: 0;
}

.mobile-nav-7 .navigation-item svg {
    width: 18px;
    height: 18px;
}

.mobile-nav-7 .support-item {
    flex: 9;
}

.mobile-nav-7 .support-item svg {
    background: var(--color-primary);
    color: var(--color-white);
    padding: var(--space-i-3);
    width: 40px;
    height: 40px;
    border-radius: var(--round-full);
}

































.mobile-header .search_header form {
    width: auto;
    padding: var(--space-i-2) var(--space-i-3);
}

.mobile-header .search_header {
    margin: 0;
    width: 80%;
    margin: 0;
}

.mobile-header .main_header {
    justify-content: space-between;
}

.mobile-header .header-menu-mobile {
    position: absolute;
    right: 0;
    background: var(--color-surface-0);
    z-index: var(--z-3);
    top: 0;
    width: 100%;
    transform: translateX(100%);
    transition: 0.2s;
}

.mobile-header .header-menu-mobile.active {
    transform: translateX(0%);
}


.mobile-header {
    position: relative;
}

.mobile-header .header-menu-mobile-trigger {
    display: block;
}

.mobile-header .top_header {
    display: flex;
    justify-content: space-between;
    padding: var(--space-i-2) 0;
    align-items: center;
}

.mobile-header .mobile-menu-toggle {
    gap: 0.5rem;
    background: transparent;
    color: var(--color-text-1);
    padding: 0;
    display: flex;
    align-items: center;
}

.toggle-account-menu,
.toggle-account-menu-close {
    display: none;
}

.mobile-header .mobile-menu-toggle svg {
    width: 24px;
    height: 24px;
}

.mobile-header .mobile-menu-toggle:hover {
    background: var(--color-surface-0);
}

.mobile-header .mobile-menu-toggle span {
    font-size: 0.875rem;
    font-weight: 500;
}

.mobile-header .mobile-menu-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: var(--color-surface-0);
    z-index: var(--z-5);
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.mobile-header .mobile-menu-overlay.active {
    right: 0;
}

.mobile-header .mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--space-i-4) var(--space-i-5);
    flex-shrink: 0;
    min-height: 64px;
    background: var(--color-surface-1);
    position: relative;
    z-index: 1;
}

.mobile-header .mobile-menu-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-text-1);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.mobile-header .mobile-menu-title::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 20px;
    background: var(--color-primary);
    border-radius: var(--round-full);
}

.mobile-header .mobile-menu-close {
    width: 40px;
    height: 40px;
    min-width: auto;
    padding: 0;
    border-radius: var(--round-full);
    background: var(--color-surface-0);
    color: var(--color-text-2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    transition: 0.3s;
}

.mobile-header .mobile-menu-close:hover {
    background: var(--color-primary-light-6);
    color: var(--color-primary);
}

.mobile-header .mobile-menu-close svg {
    width: 20px;
    height: 20px;
}

.mobile-header .mobile-menu-close svg line {
    stroke: currentColor;
}

.user-menu-trigger img,
.account-header-mobile img {
    width: 22px;
    height: auto;
    border-radius: var(--round-full);
}

.mobile-header .mobile-menu-body {
    flex: 1;
    overflow-y: auto;
    padding: var(--space-i-2) 0 var(--space-i-6);
    -webkit-overflow-scrolling: touch;
}

.mobile-header .mobile-menu-body::-webkit-scrollbar {
    display: none;
}

.mobile-header .mobile-menu-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-header .mobile-menu-body ul li {
    margin: 0;
    padding: 0;
    position: relative;
}

.mobile-header .mobile-menu-body ul li a {
    display: flex;
    align-items: center;
    padding: var(--space-i-3) var(--space-i-5);
    color: var(--color-text-1);
    font-size: 0.9375rem;
    font-weight: 500;
    transition: 0.2s;
    gap: 0.75rem;
    border-right: 3px solid transparent;
    min-height: 48px;
}

.mobile-header .mobile-menu-body ul li a:hover {
    background: var(--color-surface-0);
    color: var(--color-primary);
    border-right-color: var(--color-primary);
}

.mobile-header .mobile-menu-body ul li a:active {
    background: var(--color-primary-light-6);
}

.mobile-header .mobile-menu-body ul li a .menu-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.mobile-header .mobile-menu-body ul li a .menu-title {
    flex: 1;
}

.mobile-header .mobile-menu-body ul li a .menu-label {
    font-size: 10px;
    font-weight: 700;
    padding: 0 var(--space-i-2);
    height: 20px;
    min-width: 20px;
    border-radius: var(--round-full);
    background: var(--color-primary);
    color: var(--color-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    top: auto;
    left: auto;
    white-space: nowrap;
}

.mobile-header .mobile-menu-body ul li a .menu-arrow {
    display: none;
}

.mobile-header .mobile-menu-body ul ul {
    background: var(--color-surface-0);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
}

.mobile-header .mobile-menu-body ul ul.open {
    max-height: 1200px;
    opacity: 1;
    padding: 0;
    padding: var(--space-i-2) var(--space-i-2);
    width: 95%;
    margin: 0 auto;
    border-radius: var(--round-2);
}

.mobile-header .mobile-menu-body ul ul ul.open {
    background: var(--color-white);
    padding: var(--space-i-1) var(--space-i-4);
    margin: var(--space-i-2) auto;
    width: 100%;
}

.mobile-header .mobile-menu-body ul ul li a {
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0;
    color: var(--color-text-2);
    min-height: 44px;
}

.mobile-header .mobile-menu-body ul ul li a:hover {
    background: var(--color-surface-1);
    color: var(--color-primary);
}

.mobile-header .mobile-menu-body ul ul ul li a {
    font-size: 0.8125rem;
    padding-right: var(--space-i-10);
    color: var(--color-text-3);
}

.mobile-header .mobile-menu-body ul ul ul li a:hover {
    background: var(--color-surface-1);
}

.mobile-header .mobile-menu-body .submenu-toggle {
    position: absolute;
    left: 10px;
    top: 21px;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    border-radius: var(--round-full);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    color: var(--color-text-4);
    padding: 0;
    z-index: 2;
}

.mobile-header .mobile-menu-body .submenu-toggle:hover {
    color: var(--color-primary);
}

.mobile-header .mobile-menu-body .submenu-toggle svg {
    width: 18px;
    height: 18px;
    transition: 0.3s;
}

.mobile-header .mobile-menu-body .submenu-toggle.active svg {
    transform: rotate(180deg);
}

.mobile-header .mobile-menu-body li.menu-item-has-children>a {
    padding-left: 48px;
}

.mobile-header .mobile-menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.5);
    z-index: var(--z-4);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-header .mobile-menu-backdrop.active {
    opacity: 1;
    visibility: visible;
}

.mobile-header.body-no-scroll {
    overflow: hidden;
}

.box_items_namads a {
    flex: 1;
}

.box_items_apps .main-footer-content-icons {
    flex: 1;
}

.box_items_apps {
    justify-content: start;
    flex-flow: wrap;
}

.footer-contact-info-call {
    gap: 0;
    column-gap: var(--space-o-3);
    flex-flow: wrap;
}

.box_menu_footer {
    justify-content: start;
    flex-flow: wrap;
    gap: var(--space-o-4);
    align-self: center;
    display: flex;
    width: 100%;
    padding-left: var(--space-o-4);
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
}

#comment_section {
    margin-top: var(--space-o-4);
}

.swiper-slide {
    height: -webkit-fill-available;
}

.single_blog-content {
    display: grid;
    gap: var(--space-i-3);
    grid-template-columns: 3fr 1fr;
}

.search-archive {
    color: var(--color-text-3);
}

.order-products img {
    width: 100px;
    height: auto;
    border-radius: var(--round-3);
}

.order-products::-webkit-scrollbar {
    display: none;
}

.mobile-atc-wrap,
.atc-mobile .single_variation_wrap {
    width: 100%;
    background: var(--color-surface-2);
    border-top: 1px solid var(--color-surface-1);
    display: flex;
    flex-flow: row-reverse;
    gap: var(--space-i-4);
    align-items: center;
    z-index: var(--z-3);
    justify-content: space-between;
    padding: var(--space-i-1) var(--space-i-3);
}

.atc-mobile .discount-price-number {
    display: flex;
    align-items: center;
    color: var(--color-text-3);
    margin: 0;
    font-size: 12px !important;
    text-decoration: line-through;
}

.atc-mobile .discount-price {
    display: flex;
    align-items: center;
    gap: var(--space-i-2);
}

.atc-mobile .discount-price {
    width: fit-content;
}

.atc-mobile .main-price {
    color: var(--color-text-1);
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 18px !important;
}

.post-detail-author img {
    width: 20px;
    border-radius: var(--round-full);
}

.mobile-timer {
    display: none;
}


@property --pgPercent {
    syntax: '<number>';
    inherits: false;
    initial-value: 0;
}

@keyframes growProgressArc {
    0% {
        --pgPercent: 0;
    }

    100% {
        --pgPercent: var(--finalPercent);
    }
}








/* Resp */
@media (min-width: 1400px) {}

@media (min-width: 1200px) {
    .atc-mobile {
        display: none;
    }
}

@media (max-width: 1200px) {

    .single_product_right_box,
    .single_product_right_box a {
        color: var(--color-black);
    }

    .single_product_right_box .heart-icon path {
        stroke: var(--color-black);
    }

    .woocommerce div.product form.cart div.quantity {
        display: none !important;
    }

    .box_items_namads {
        flex-flow: wrap;
    }

    .woocommerce div.product {
        padding: 0;
    }

    .woocommerce-variation-price .price del .woocommerce-Price-amount {
        font-size: 14px !important;
    }

    .single_variation_wrap .main-price,
    .woocommerce-variation-price .price .woocommerce-Price-amount,
    .woocommerce-variation-price .price ins .woocommerce-Price-amount {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .single_variation_wrap .bt-btn,
    #custom-add-to-cart {
        font-size: 12px;
        width: auto;
        height: 50px;
    }

    .single_variation_wrap .bt-bg-sec-dis {
        width: 100%;
    }

    .atc-mobile {
        display: block;
    }

    .product-side-secs {
        display: none;
    }

    .mobile-timer {
        display: flex;
    }

    .product-main-secs {
        width: 100%;
    }

    .single_product_right_box {
        position: absolute;
        flex-flow: row;
        gap: var(--space-i-4);
        padding-bottom: var(--space-i-3);
        right: var(--space-i-4);
        top: var(--space-i-4);
    }

    .single_product_right {
        flex-flow: column;
    }

    .single_product_right_box {
        flex-flow: row;
        gap: var(--space-i-4);
        padding-bottom: var(--space-i-3);
    }

    .box_menu_namads {
        flex-flow: column;
        gap: var(--space-o-4);
    }

    .box_menu_footer {
        padding-left: 0;
    }

    .box_items_namads {
        display: flex;
        gap: var(--space-i-2);
        justify-content: space-between;
    }

    .footer-contact-info {
        flex-flow: wrap;
    }

    .b_social {
        flex-flow: wrap;
        justify-content: end;
    }

    .footer-contact-info {
        gap: var(--space-i-3);
    }



}

@media (min-width: 992px) {
    .mobile-header {
        display: none;
    }


    .mobile-header .header-menu-mobile-trigger {
        display: none;
    }

    .mobile-header .mobile-menu-overlay,
    .mobile-header .mobile-menu-backdrop {
        display: none !important;
    }



}

/* ====== Responsive ====== */
@media (max-width: 992px) {


    .user-dropdown-header>a {
        display: none;
    }

    .gallery-thumbs {
        overflow-x: scroll;
    }

    .gallery-thumbs::-webkit-scrollbar {
        display: none;
    }

    .feature-item {
        padding: var(--space-i-2);
    }

    .feature-item div {
        display: none;
    }

    .pbc-carts {
        flex-flow: column;
        gap: var(--space-i-2);
    }

    .desktop-header {
        display: none;
    }

    .mobile-header .header-menu-mobile-trigger {
        display: block;
    }

    .main_header {
        padding-bottom: var(--space-i-2);
    }

    .n_column_3 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .n_column_4 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .n_column_5 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .n_column_6 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) {
    .filter-mobile-sec {
        display: none;
    }

    .mobile-filter-head {
        display: none;
    }
}

@media (max-width: 768px) {
    ul.page-numbers {
        justify-content: start;
    }

    .toggle-account-menu,
    .toggle-account-menu-close {
        display: block;
    }

    .compare-fixed-column .fixed-item {
        width: 100px !important;
    }

    .orders-dash {
        flex-flow: column;
    }

    .account-page nav.woocommerce-MyAccount-navigation {
        width: 100% !important;
        position: fixed;
        background: var(--color-surface-1);
        z-index: var(--z-4);
        transform: translateX(100%);
    }

    .woocommerce-EditAccountForm .main-form {
        display: flex;
        flex-flow: column;
    }

    .account-page.openmenu nav.woocommerce-MyAccount-navigation {
        transform: translateX(0%);
    }

    .account-page .top_header {
        display: flex;
        flex-flow: column;
        margin: 0;
        background: var(--color-surface-0);
    }

    .account-page .toggle-account-menu-close {
        color: var(--color-text-1);
    }

    .account-page .product-content-6 .card-product-title h2 {
        -webkit-line-clamp: 2;
        height: 40px;
    }

    .account-page .toggle-navigation-btn {
        display: none;
    }

    .account-page .cart-header-container {
        display: none;
    }

    .account-page .header-items {
        width: 100%;
    }

    .account-page .toggle-account-menu {
        color: var(--color-text-1);
        margin-left: auto;
    }

    .account-page .desktop-header {
        display: block;
    }

    .product-dash {
        flex-flow: column;
    }

    .products-dash-wish,
    .products-dash-recent {
        width: 100%;
    }

    .coupon-code-wrapper {
        margin-left: 0;
    }

    .last-coupon-box {
        gap: var(--space-i-2);
        flex-flow: column;
    }

    .dashboard-orders-wrapper {
        padding: var(--space-i-4);
    }

    .atc-mobile .call-to-buy {
        display: flex;
        gap: var(--space-i-4);
        flex-flow: row;
    }

    .mobile-header .mobile-menu-body ul ul ul.open {
        background: var(--color-surface-2);
    }

    .single-product .quantity {
        display: none !important;
    }

    .atc-mobile .product-item-price-free {
        margin: 0;
        color: var(--color-text-1);
    }

    .single_variation_wrap .bt-btn,
    #custom-add-to-cart {
        height: 3rem;
    }

    .down-menu-icon {
        display: none;
    }

    .mobile-header .mobile-menu-body ul ul.open {
        background: var(--color-surface-1);
    }

    .product-content-1 .product-item-content {
        padding: 0 var(--round-3) var(--round-3);
    }

    .floating-items-product-cart {
        position: absolute;
        padding: var(--space-i-1);
    }

    .product-content-1 .product-item-thumbnail {
        position: relative;
        padding: var(--round-3) var(--round-3) 0;
    }

    .apps-sec {
        flex-flow: column-reverse;
        gap: var(--space-i-7);
    }

    .product-content-1 .product-item-price .discount-price {
        gap: 0 var(--space-i-2);
        margin: 0;
    }

    .n-long-badges {
        min-width: 20px;
        height: 20px;
        padding: var(--space-i-1);
    }

    .order-detail-wrapper {
        margin-top: var(--space-i-5);
    }

    .order-products img {
        width: 100px;
        height: 100px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        padding: 0;
    }

    .user-dropdown-header>a {
        display: block;
    }

    .head-navigation {
        padding-bottom: var(--space-o-2);
        margin-bottom: var(--space-o-2);
    }

    .user-dropdown-header {
        padding-bottom: var(--space-o-2);
        margin-bottom: var(--space-o-2);
    }

    nav.woocommerce-MyAccount-navigation {
        padding: var(--space-i-3);
    }

    .story-popup {
        padding: 0 !important;
        z-index: var(--z-5) !important;
    }

    .story-popup-inner {
        aspect-ratio: auto !important;
    }

    .story-popup-inner {
        position: relative;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .single_blog_head {
        padding: var(--space-i-3);
        margin: 0 0 var(--space-i-4);
    }

    .single_blog-content {
        grid-template-columns: 1fr;
    }

    .single_blog .side-product-comment {
        top: var(--space-o-1);
        position: relative;
        margin-bottom: var(--space-i-8);
    }

    .pagination {
        justify-content: start;
        overflow: scroll;
    }

    .blog-sidebar {
        display: none;
    }

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

    .post-list-suggestion,
    .post-list-lastest {
        flex-flow: column;
    }

    .article-video-post {
        min-width: 150px;
    }

    .post-list.videos-item {
        overflow: scroll;
    }

    .post-list.videos-item::-webkit-scrollbar {
        display: none;
    }

    .single_product_right_box svg {
        width: 20px;
        height: auto;
    }

    .qa-section .orderby-lists {
        overflow: scroll;
    }

    .qa-section .orderby-lists::-webkit-scrollbar {
        display: none;
    }

    .qa-section .woocommerce-result-count {
        white-space: nowrap;
        padding-right: var(--space-i-4);
    }

    .questions-details {
        display: flex;
        justify-content: center;
        padding: var(--space-o-2);
    }

    .single_product_center {
        padding-right: 0;
    }

    ul.page-numbers::-webkit-scrollbar {
        display: none;
    }

    .shipping-item {
        border: 1px solid var(--color-surface-1);
        padding: var(--space-i-4);
        gap: var(--space-i-2);
        min-width: 210px;
        flex: 1;
    }

    .box_shipping_single_product {
        gap: var(--space-i-3);
        overflow: scroll;
    }

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

    .tabs-navigation-product {
        padding: 0;
    }

    .tab-link {
        padding: var(--space-i-3) var(--space-i-2);
        font-size: 12px;
    }

    .qa-section {
        display: flex;
        flex-flow: column;
        gap: 0;
    }

    .tabs-nav-list {
        gap: 0;
        flex-wrap: nowrap;
        overflow: scroll;
    }

    .tabs-nav-list::-webkit-scrollbar {
        display: none;
    }

    .product-main-secs {
        padding: 0;
    }

    .product-main-secs-head {
        flex-flow: column;
    }

    .product-main-secs {
        display: flex;
        flex-flow: column;
    }

    .woocommerce nav.woocommerce-pagination ul {
        overflow-x: auto;
    }

    .gallery-thumbs img {
        width: 50px;
        height: 50px;
    }

    h1.product_title.entry-title {
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
        margin: 0 0 5px;
    }

    .single_product_center {
        margin-top: var(--space-i-4);
    }

    .stars-wrapper label {
        width: 32px;
        height: 32px;
    }

    .stars-wrapper label svg {
        width: 20px;
        height: 20px;
    }

    .comment-rating-stars span svg {
        width: 14px;
        height: 14px;
    }

    .category-swiper {
        margin-bottom: var(--space-o-1);
    }

    .order-row {
        align-items: stretch;
        row-gap: var(--space-i-4);
        column-gap: var(--space-i-5);
        align-items: center;
    }

    .order-progress {
        min-width: auto;
        width: 100%;
    }

    .order-col {
        min-width: auto;
    }

    .order-status {
        min-width: auto;
    }

    .progress-bar {
        max-width: 100%;
    }

    .order-products {
        gap: var(--space-i-3);
    }

    .product-thumb {
        width: 40px;
        height: 40px;
    }

    .custom-pagination {
        gap: var(--space-i-1);
    }

    .page-link {
        padding: var(--space-i-1) var(--space-i-3);
        font-size: 12px;
        min-width: 30px;
        height: 30px;
    }

    .order-detail-header {
        flex-direction: column;
        align-items: stretch;
    }

    .order-detail-actions {
        justify-content: stretch;
    }

    .order-detail-actions a {
        flex: 1;
        justify-content: center;
    }

    .order-detail-address {
        grid-template-columns: 1fr;
    }

    .order-detail-summary {
        max-width: 100%;
    }

    .status-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .edit-address-wrapper {
        padding: var(--space-i-3);
    }

    .address-fields-grid {
        grid-template-columns: 1fr;
        gap: var(--space-i-3);
    }

    .address-fields-grid .form-row-wide {
        grid-column: 1;
    }

    .edit-address-actions {
        flex-direction: column;
    }

    .edit-address-actions .bt-btn {
        width: 100%;
        min-width: auto;
    }

    .edit-address-header h2 {
        font-size: 18px;
    }

    .recently-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: var(--space-i-2);
    }

    .recently-header {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--space-i-2);
    }

    .favorites-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: var(--space-i-2);
    }

    .heart-remove {
        opacity: 1;
    }

    .favorites-header {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--space-i-2);
    }

    .h1 {
        font-size: 30px;
        font-weight: 700;
        line-height: 46px;
    }

    .the-content-area h1,
    .h2 {
        font-size: 26px;
        font-weight: 700;
        line-height: 40px;
    }

    .the-content-area h2,
    .h3 {
        font-size: 22px;
        font-weight: 700;
        line-height: 36px;
    }

    .the-content-area h3,
    .h4 {
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
    }

    .the-content-area h4,
    .h5 {
        font-size: 14px;
        font-weight: 600;
        line-height: 26px;
    }


    .the-content-area h5,
    .h6 {
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
    }

    .the-content-area p,
    .t-subtitle {
        font-size: 11px;
        font-weight: 500;
        line-height: 20px;
    }

    .t-subtitle-small {
        font-size: 11px;
        font-weight: 500;
        line-height: 22px;
    }

    .t-body {
        font-size: 10px;
        font-weight: 400;
        line-height: 24px;
    }

    .t-body-small {
        font-size: 10px;
        font-weight: 400;
        line-height: 20px;
    }

    .t-caption {
        font-size: 9px;
        font-weight: 400;
        line-height: 18px;
    }

    .t-caption-small {
        font-size: 8px;
        font-weight: 400;
        line-height: 16px;
    }

    .price-lable {
        font-size: 13px;
        font-weight: 800;
    }

    .arch_product_items .woocommerce-result-count {
        display: none;
    }

    .product-content-1 .product-item-price .discount-price {
        flex-flow: wrap;
    }

    .filter-mobile-sec {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .progress-circle {
        margin-top: 50px;
    }

    .shop-filters {
        position: fixed;
        background: var(--color-surface-0);
        right: 0;
        top: 0;
        z-index: var(--z-0);
        padding: var(--space-o-5) var(--space-i-4) var(--space-i-4);
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        opacity: 0;
        visibility: hidden;
        transition: 0.2s;
        transform: translateY(15px);
    }

    .mobile-filter-head {
        color: var(--color-text-1);
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        background: var(--color-surface-0);
        padding: var(--space-i-3) var(--space-i-5) var(--space-i-3) var(--space-i-2);
        position: fixed;
        z-index: var(--z-1);
        right: 0;
        top: 0;
    }

    .shop-filters.active {
        opacity: 1;
        z-index: var(--z-3);
        visibility: visible;
        transform: translateY(0);
    }

    .orderby-lists {
        font-size: 12px;
        width: 100%;
    }

    .woocommerce-products-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: var(--space-i-3);
    }

    .woocommerce-products-header__title {
        margin-bottom: 0;
    }

    .woocommerce .woocommerce-ordering {
        width: 100%;
        float: none;
        padding: var(--space-i-2) 0;
    }

    .orderby-lists .orderby-items {
        overflow: scroll;
        padding-left: var(--space-i-3);
    }

    .orderby-lists .orderby-items::-webkit-scrollbar {
        display: none;
    }

    .breadcrumb-list a,
    .breadcrumb-list span {
        white-space: nowrap;
    }

    .breadcrumb-list {
        overflow: scroll;
        flex-wrap: nowrap;
    }

    .breadcrumb-list::-webkit-scrollbar {
        display: none;
    }

    .main-shop-sec {
        flex-flow: column;
    }

    .arch_product_sidebar {
        padding-bottom: var(--space-i-2);
    }

    .breadcrumb-wrapper {
        padding: var(--space-i-2) 0;
    }

    .page-404 h1 {
        font-size: 110px;
    }

    .woocommerce-archive-toolbar {
        justify-content: stretch;
    }

    .woocommerce-sorting {
        width: 100%;
    }

    .woocommerce-sorting__toggle {
        width: 100%;
        justify-content: space-between;
    }

    .woocommerce-sorting__list {
        width: 100%;
        min-width: unset;
    }

    .woocommerce-result-count span {
        font-size: 12px;
        color: var(--color-text-4);
        font-weight: 400;
    }

    .woocommerce-result-count {
        font-size: 16px;
        font-weight: 600;
    }

}

@media (max-width: 576px) {
    .woocommerce div.product {
        margin-bottom: 0;
        position: relative;
        padding: 0;
    }

    .post-details {
        justify-content: space-between;
        gap: 0;
    }

    .article-content-1 {
        padding: var(--space-i-1);
    }

    .article-content-1 .post-details {
        display: none;
    }

    .search-archive {
        padding: var(--space-o-4) var(--space-o-3);
    }

    .archive-content {
        gap: var(--space-o-3);
    }

    .heading-1 .section-title {
        padding-left: var(--space-o-2);
        padding-right: var(--space-i-3);
    }

    .heading-1 .section-btn {
        padding-right: var(--space-o-2);
    }

    .n_column_1,
    .n_column_2,
    .n_column_3,
    .n_column_4,
    .n_column_5,
    .n_column_6 {
        gap: var(--space-i-1);
    }

    .n_column_3 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .product-content-1 .product-item-details .add-to-cart {
        margin: var(--space-i-4) 0 0;
        width: 100%;
    }

    .product-content-1 .product-item-details .add-to-cart .single_add_to_cart_button {
        width: 100%;
    }

    .product-content-1 .product-item-details {
        flex-flow: wrap-reverse;
    }

    .n_column_4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .n_column_5 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .n_column_6 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===== My Account Login/Register ===== */

.u-columns.col2-set .col-1 form,
.u-columns.col2-set .col-2 form {
    background: var(--color-surface-2);
    border-radius: var(--round-3);
    padding: var(--space-i-4) var(--space-i-6);
    border: 1px solid var(--color-surface-1);
    transition: all 0.3s ease;
}

.u-columns.col2-set .col-1,
.u-columns.col2-set .col-2 {
    padding: var(--space-o-5);
}

/* Headings */
.u-columns.col2-set h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: var(--color-secondary);
    padding-right: var(--space-i-3);
    border-right: 4px solid var(--color-primary);
    display: inline-block;
    position: relative;
}

.u-columns.col2-set h2#step-1 {
    border-bottom-color: var(--color-primary);
}

.u-columns.col2-set h2#step-2 {
    border-bottom-color: var(--color-success);
}

/* Form */
.woocommerce-form {
    display: flex;
    flex-direction: column;
    gap: var(--space-i-4);
}

.woocommerce-form .form-row {
    margin: 0;
    padding: 0;
}

.woocommerce-form .form-row-wide {
    width: 100%;
}

.woocommerce-form label {
    display: flex !important;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text-2);
    margin-bottom: var(--space-i-2);
}

.woocommerce-form label .required {
    color: var(--color-error);
    margin-right: 2px;
}

/* Input Fields */
.woocommerce-form .input-text {
    width: 100%;
    padding: var(--space-i-3) var(--space-i-4);
    font-size: 14px;
    font-family: var(--font-family);
    border: 2px solid var(--color-surface-1);
    border-radius: var(--round-2);
    background: var(--color-white);
    color: var(--color-text-1);
    transition: all 0.3s ease;
    height: 48px;
    box-sizing: border-box;
    outline: none;
}

.woocommerce-form .input-text:hover {
    border-color: var(--color-primary-light-3);
}

.woocommerce-form .input-text:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 4px var(--color-primary-light-5);
    background: var(--color-white);
}

.woocommerce-form .input-text::placeholder {
    color: var(--color-text-5);
}

/* Password Input */
.password-input {
    position: relative;
    display: block;
}

.password-input .input-text {
    padding-left: 50px;
}

.show-password-input {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: var(--color-text-4);
    transition: all 0.3s ease;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.show-password-input:hover {
    color: var(--color-text-2);
}

.show-password-input::before {
    content: '👁️';
    font-size: 16px;
    line-height: 1;
}

.show-password-input.display-password::before {
    content: '👁️‍🗨️';
}

/* Remember Me */
.woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    gap: var(--space-i-2);
    cursor: pointer;
    font-size: 13px;
    color: var(--color-text-3);
}

.woocommerce-form-login__rememberme input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--color-primary);
    cursor: pointer;
    border-radius: var(--round-1);
    border: 2px solid var(--color-surface-1);
    transition: all 0.3s ease;
}

.woocommerce-form-login__rememberme input[type="checkbox"]:checked {
    border-color: var(--color-primary);
}

/* Submit Button */
.woocommerce-button.button {
    white-space: nowrap !important;
    outline: none !important;
    display: inline-flex !important;
    cursor: pointer !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    transition: all 0.3s ease !important;
    font-family: var(--font-family) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 0 32px !important;
    border-radius: var(--round-2) !important;
    height: 48px !important;
    min-width: 140px !important;
    gap: var(--space-i-2) !important;
}

.woocommerce-form-login__submit {
    background: var(--color-primary) !important;
    color: var(--color-white) !important;
}

.woocommerce-form-login__submit:hover {
    background: var(--color-primary-dark) !important;
    transform: translateY(-2px) !important;
    box-shadow: var(--shadow-1) !important;
}

.woocommerce-form-login__submit:active {
    transform: translateY(0) !important;
}

.woocommerce-form-register__submit {
    background: var(--color-primary) !important;
    color: var(--color-white) !important;
    width: 100%;
}

.woocommerce-form-register__submit:hover {
    background: var(--color-primary-dark) !important;
    transform: translateY(-2px) !important;
    box-shadow: var(--shadow-1) !important;
}

.woocommerce-form-register__submit:active {
    transform: translateY(0) !important;
}

/* Lost Password */
.woocommerce-LostPassword {
    padding: 0;
}

.woocommerce-LostPassword a {
    color: var(--color-text-3);
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: var(--space-i-1);
}

.woocommerce-LostPassword a:hover {
    color: var(--color-primary);
    text-decoration: underline;
}

/* Form Row Layout */
.woocommerce-form .form-row {
    display: flex;
    flex-direction: column;
}

.woocommerce-form .form-row:last-child {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--space-i-4);
    margin-top: var(--space-i-2);
}

.woocommerce-form .form-row:last-child .woocommerce-form-login__rememberme {
    margin: 0;
}

/* Privacy Policy */
.woocommerce-privacy-policy-text {
    font-size: 12px;
    color: var(--color-text-4);
    line-height: 1.6;
    padding: var(--space-i-3);
    background: var(--color-surface-0);
    border-radius: var(--round-2);
    border-right: 3px solid var(--color-info);
}

.woocommerce-privacy-policy-text a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 500;
}

.woocommerce-privacy-policy-text a:hover {
    text-decoration: underline;
}

/* WC Order Attribution (hidden) */
wc-order-attribution-inputs {
    display: none;
}

/* ===== Responsive ===== */

@media (max-width: 992px) {
    .u-columns.col2-set {
        grid-template-columns: 1fr;
        gap: var(--space-o-3);
        padding: 0 var(--space-i-3);
        max-width: 600px;
    }

    .u-columns.col2-set .col-1,
    .u-columns.col2-set .col-2 {
        padding: var(--space-o-3);
    }

    .u-columns.col2-set h2 {
        font-size: 20px;
        margin-bottom: var(--space-o-2);
        padding-bottom: var(--space-i-2);
    }
}

@media (max-width: 768px) {
    .swiper-product-list-5 .product-list-item a {
        gap: var(--space-i-2);
    }

    .swiper-product-list-5 .product-list-item {
        padding: var(--space-i-1);
    }

    .u-columns.col2-set {
        gap: var(--space-o-2);
        padding: 0 var(--space-i-2);
    }

    .u-columns.col2-set .col-1,
    .u-columns.col2-set .col-2 {
        padding: var(--space-o-2);
        border-radius: var(--round-2);
    }

    .u-columns.col2-set h2 {
        font-size: 18px;
    }

    .woocommerce-form .input-text {
        height: 44px;
        padding: var(--space-i-2) var(--space-i-3);
        font-size: 13px;
    }

    .woocommerce-button.button {
        height: 44px;
        font-size: 14px;
        padding: 0 24px;
        min-width: 120px;
    }

    .woocommerce-form .form-row:last-child {
        flex-direction: column;
        align-items: stretch;
        gap: var(--space-i-3);
    }

    .woocommerce-form .form-row:last-child .woocommerce-form-login__rememberme {
        order: 1;
    }

    .woocommerce-form .form-row:last-child .woocommerce-button {
        order: 2;
        width: 100%;
    }

    .woocommerce-LostPassword {
        order: 3;
        text-align: center;
    }

    .woocommerce-privacy-policy-text {
        font-size: 11px;
        padding: var(--space-i-2);
    }
}

@media (max-width: 480px) {
    .u-columns.col2-set {
        gap: var(--space-o-1);
        padding: 0 var(--space-i-1);
    }

    .u-columns.col2-set .col-1,
    .u-columns.col2-set .col-2 {
        padding: var(--space-o-1);
        border-radius: var(--round-1);
    }

    .u-columns.col2-set h2 {
        font-size: 16px;
        margin-bottom: var(--space-o-1);
        padding-bottom: var(--space-i-1);
        border-bottom-width: 2px;
    }

    .woocommerce-form {
        gap: var(--space-i-3);
    }

    .woocommerce-form label {
        font-size: 13px;
        margin-bottom: var(--space-i-1);
    }

    .woocommerce-form .input-text {
        height: 40px;
        padding: var(--space-i-1) var(--space-i-2);
        font-size: 12px;
        border-width: 1.5px;
        border-radius: var(--round-1);
    }

    .password-input .input-text {
        padding-left: 40px;
    }

    .show-password-input {
        left: 8px;
        width: 20px;
        height: 20px;
    }

    .show-password-input::before {
        font-size: 14px;
    }

    .woocommerce-button.button {
        height: 40px;
        font-size: 13px;
        padding: 0 16px;
        min-width: 100px;
        border-radius: var(--round-1);
    }

    .woocommerce-form-login__rememberme {
        font-size: 12px;
    }

    .woocommerce-form-login__rememberme input[type="checkbox"] {
        width: 16px;
        height: 16px;
    }

    .woocommerce-LostPassword a {
        font-size: 12px;
    }

    .woocommerce-privacy-policy-text {
        font-size: 10px;
        padding: var(--space-i-1);
        border-right-width: 2px;
    }
}

@media (max-width: 400px) {

    .u-columns.col2-set .col-1,
    .u-columns.col2-set .col-2 {
        padding: var(--space-i-3);
    }

    .woocommerce-form .input-text {
        height: 36px;
        font-size: 11px;
        padding: var(--space-i-1) var(--space-i-1);
    }

    .woocommerce-button.button {
        height: 36px;
        font-size: 12px;
        min-width: 80px;
        padding: 0 12px;
    }

    .woocommerce-form label {
        font-size: 12px;
    }

    .woocommerce-form-login__rememberme {
        font-size: 11px;
    }

    .woocommerce-form-login__rememberme input[type="checkbox"] {
        width: 14px;
        height: 14px;
    }
}

.profile-completion-banner {
    border: 2px dashed var(--color-surface-1);
    border-radius: var(--round-3);
    padding: var(--space-i-8) var(--space-i-6);
    margin-bottom: var(--space-i-4);
    transition: all 0.3s ease;
}

.profile-completion-content {
    display: flex;
    align-items: center;
    gap: var(--space-i-4);
    flex-wrap: wrap;
}

.profile-completion-icon {
    width: 44px;
    height: 44px;
    background: var(--color-text-6);
    border-radius: var(--round-full);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.profile-completion-icon svg {
    width: 22px;
    height: 22px;
}

.profile-completion-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.profile-completion-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-text-1);
}

.profile-completion-subtitle {
    font-size: 13px;
    color: var(--color-text-2);
}

@media (max-width: 768px) {
    .profile-completion-banner {
        padding: var(--space-i-3);
        border-radius: var(--round-2);
    }

    .profile-completion-content {
        flex-direction: column;
        text-align: center;
    }

    .profile-completion-content .bt-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .profile-completion-banner {
        padding: var(--space-i-2);
    }

    .profile-completion-icon {
        width: 36px;
        height: 36px;
    }

    .profile-completion-title {
        font-size: 14px;
    }

    .profile-completion-subtitle {
        font-size: 12px;
    }
}

#videoPopup video {
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    border-radius: var(--round-3);
}

































.dark-toggle {
    direction: ltr;
    display: inline-block;
    transform: scale(0.8);
}

.toggle-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.toggle-slot {
    position: relative;
    height: 40px;
    width: 80px;
    border: 3px solid #e4e7ec;
    border-radius: 40px;
    background-color: white;
    transition: background-color 250ms;
    cursor: pointer;
}

.toggle-checkbox:checked~.toggle-slot {
    background-color: #374151;
    border-color: #2d3748;
}

.toggle-button {
    transform: translate(43px, 3px);
    position: absolute;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background-color: #ffeccf;
    box-shadow: inset 0px 0px 0px 3px #ffbb52;
    transition: background-color 250ms, box-shadow 250ms, transform 500ms cubic-bezier(.26, 2, .46, .71);
}

.toggle-checkbox:checked~.toggle-slot .toggle-button {
    background-color: #485367;
    box-shadow: inset 0px 0px 0px 3px white;
    transform: translate(4px, 3px);
}

.sun-icon {
    width: 20px;
    height: 20px;
    color: #ffbb52;
}

.sun-icon-wrapper {
    position: absolute;
    height: 20px;
    width: 20px;
    opacity: 1;
    transform: translate(10px, 8px) rotate(15deg);
    transform-origin: 50% 50%;
    transition: opacity 150ms, transform 500ms cubic-bezier(.26, 2, .46, .71);
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toggle-checkbox:checked~.toggle-slot .sun-icon-wrapper {
    opacity: 0;
    transform: translate(14px, 10px) rotate(0deg);
}

.moon-icon {
    width: 20px;
    height: 20px;
    color: white;
}

.moon-icon-wrapper {
    position: absolute;
    height: 20px;
    width: 20px;
    opacity: 0;
    transform: translate(44px, 8px) rotate(0deg);
    transform-origin: 50% 50%;
    transition: opacity 150ms, transform 500ms cubic-bezier(.26, 2.5, .46, .71);
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toggle-checkbox:checked~.toggle-slot .moon-icon-wrapper {
    opacity: 1;
    transform: translate(50px, 8px) rotate(-15deg);
}