.js-wishlist-add.is-wishlisted {
    background-color: #d9534f;
    border-color: #d9534f;
}

.js-wishlist-add.is-wishlisted svg path {
    fill: #fff;
}

/* Store header */
.header-main-wrapper {
    z-index: 8;
}

.header-top-wrapper {
    min-height: 52px;
    padding-inline: 30px;
    gap: 20px;
    background: #fbfcfe;
}

.header-top-wrapper .ht-left {
    display: flex;
    min-width: 0;
    align-items: center;
}

.header-top-wrapper .free-ship {
    overflow: hidden;
    color: var(--sub-txt-color);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-top-wrapper .ht-right,
.header-top-wrapper .ht-right_info {
    flex: 0 0 auto;
}

.header-top-wrapper .ht-info-list {
    margin: 0;
}

.header-top-wrapper .ht-info-list > li {
    padding: 0;
}

.header-account-toggle {
    display: inline-flex;
    min-height: 42px;
    padding: 5px 8px 5px 12px;
    gap: 9px;
    align-items: center;
    border: 1px solid var(--border-color);
    border-radius: 11px;
    color: var(--sub-txt-color);
    background: var(--white-color);
    font-family: inherit;
    text-align: right;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.header-account-toggle:hover,
.header-account-toggle:focus,
.header-account-dropdown.show .header-account-toggle {
    border-color: rgba(96, 186, 190, 0.7);
    color: var(--primary-color);
    box-shadow: 0 5px 16px rgba(47, 57, 66, 0.07);
}

.header-account-toggle:focus,
.header-account-toggle:focus-visible {
    outline: 3px solid rgba(96, 186, 190, 0.28);
    outline-offset: 2px;
}

.header-account-toggle__icon {
    display: inline-flex;
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: var(--primary-color);
    background: rgba(96, 186, 190, 0.12);
}

.header-account-toggle__icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.header-account-toggle__copy {
    display: flex;
    min-width: 0;
    max-width: 190px;
    flex-direction: column;
    line-height: 1.4;
}

.header-account-toggle__copy small {
    color: var(--txt-color);
    font-size: 9px;
    font-weight: 400;
}

.header-account-toggle__copy strong {
    overflow: hidden;
    color: var(--heading-color);
    font-size: 12px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-account-toggle.dropdown-toggle::after {
    margin: 0 4px 0 0;
    border-top-color: currentColor;
}

.header-account-menu {
    margin-top: 7px;
}

.header-sticky-wrapper {
    min-height: 86px;
    padding-inline: 30px;
    gap: 22px;
    background: var(--white-color);
}

.hs-left {
    flex: 0 0 auto;
}

.hs-left-logo a {
    display: flex;
    align-items: center;
}

.hs-left-logo img {
    width: auto;
    max-width: 150px;
    max-height: 58px;
    object-fit: contain;
}

.hs-medium {
    min-width: 0;
}

.hs-right,
.hs-search-cart {
    flex: 0 0 auto;
}

.hs-search-cart-list {
    margin: 0;
    gap: 8px;
    flex-wrap: nowrap;
}

.hs-search-cart-list > li,
.hs-search-cart-list > li:first-child {
    padding: 0;
}

.header-action-link {
    position: relative;
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    padding: 9px;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color);
    border-radius: 11px;
    color: var(--sub-txt-color);
    background: #fbfcfe;
    font-family: inherit;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.header-action-link:hover,
.header-action-link:focus {
    border-color: rgba(96, 186, 190, 0.75);
    color: var(--primary-color);
    background: var(--white-color);
    box-shadow: 0 6px 16px rgba(47, 57, 66, 0.08);
}

.header-action-link:focus,
.header-action-link:focus-visible,
.hs-search-cart-list .menu-btn:focus,
.hs-search-cart-list .menu-btn:focus-visible {
    outline: 3px solid rgba(96, 186, 190, 0.3);
    outline-offset: 2px;
}

.header-action-link > svg,
.header-action-link .hs-cartbox-inner > svg {
    width: 20px;
    height: 20px;
}

.header-action-link svg path {
    fill: currentColor;
}

.header-wishlist-box .header-action-link svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.header-wishlist-box .header-action-link svg path {
    fill: none;
}

.header-cart-trigger {
    min-width: 106px;
    padding-inline: 12px;
}

.header-cart-trigger .hs-cart-value {
    margin: 0;
    color: var(--sub-txt-color);
    font-size: 12px;
    font-weight: 600;
}

.header-cart-trigger:hover .hs-cart-value,
.header-cart-trigger:focus .hs-cart-value {
    color: var(--primary-color);
}

.header-cart-trigger .hs-cart-circle {
    top: -7px;
    left: -9px;
    width: 19px;
    height: 19px;
    border: 2px solid var(--white-color);
    font-size: 9px;
}

[data-site-tooltip] {
    position: relative;
}

.c-search-close[data-site-tooltip],
.autho-close[data-site-tooltip] {
    position: absolute;
}

[data-site-tooltip]::before,
[data-site-tooltip]::after {
    position: absolute;
    right: 50%;
    z-index: 50;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

[data-site-tooltip]::before {
    content: "";
    top: calc(100% + 4px);
    border: 5px solid transparent;
    border-bottom-color: var(--heading-color);
    transform: translate(50%, -4px);
}

[data-site-tooltip]::after {
    content: attr(data-site-tooltip);
    top: calc(100% + 14px);
    min-width: max-content;
    padding: 6px 9px;
    border-radius: 7px;
    color: var(--white-color);
    background: var(--heading-color);
    box-shadow: 0 7px 18px rgba(33, 44, 67, 0.18);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
    white-space: nowrap;
    transform: translate(50%, -4px);
}

[data-site-tooltip]:hover::before,
[data-site-tooltip]:hover::after,
[data-site-tooltip]:focus-visible::before,
[data-site-tooltip]:focus-visible::after {
    visibility: visible;
    opacity: 1;
    transform: translate(50%, 0);
}

[data-site-tooltip-placement="top"]::before {
    top: auto;
    bottom: calc(100% + 4px);
    border-bottom-color: transparent;
    border-top-color: var(--heading-color);
    transform: translate(50%, 4px);
}

[data-site-tooltip-placement="top"]::after {
    top: auto;
    bottom: calc(100% + 14px);
    transform: translate(50%, 4px);
}

[data-site-tooltip-placement="top"]:hover::before,
[data-site-tooltip-placement="top"]:hover::after,
[data-site-tooltip-placement="top"]:focus-visible::before,
[data-site-tooltip-placement="top"]:focus-visible::after {
    transform: translate(50%, 0);
}

[data-site-tooltip-placement="right"]::before {
    top: 50%;
    right: auto;
    left: calc(100% + 4px);
    border-bottom-color: transparent;
    border-right-color: var(--heading-color);
    transform: translate(-4px, -50%);
}

[data-site-tooltip-placement="right"]::after {
    top: 50%;
    right: auto;
    left: calc(100% + 14px);
    transform: translate(-4px, -50%);
}

[data-site-tooltip-placement="right"]:hover::before,
[data-site-tooltip-placement="right"]:hover::after,
[data-site-tooltip-placement="right"]:focus-visible::before,
[data-site-tooltip-placement="right"]:focus-visible::after {
    transform: translate(0, -50%);
}

.header-menu-toggle {
    display: none;
}

.menu-list > li.is-active > a {
    color: var(--primary-color);
}

.menu-list > li.is-active > a::before {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 24px;
    left: 20px;
    height: 2px;
    border-radius: 999px;
    background: var(--primary-color);
}

.menu-list > li.is-active > a::after {
    border-color: var(--primary-color);
}

.header-menu-toggle > .menu-btn {
    display: inline-flex;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 12px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color);
    border-radius: 11px;
    background: #fbfcfe;
}

@media (min-width: 1400px) {
    .header-sticky-wrapper {
        padding-inline: 52px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .header-sticky-wrapper {
        padding-inline: 20px;
        gap: 12px;
    }

    .menu-list > li {
        margin-inline: 3px;
    }

    .menu-list > li > a {
        padding-inline: 11px;
        font-size: 13px;
    }

    .header-cart-trigger {
        min-width: 44px;
    }

    .header-cart-trigger .hs-cart-value {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .header-top-wrapper {
        flex-direction: row;
        padding: 7px 20px;
    }

    .header-sticky-wrapper {
        min-height: 72px;
        padding: 11px 20px;
        flex-direction: row;
    }

    .menu-list > li.is-active > a {
        color: var(--primary-color);
        background: rgba(96, 186, 190, 0.09);
    }

    .menu-list > li.is-active > a::before {
        top: 10px;
        right: 0;
        bottom: 10px;
        left: auto;
        width: 3px;
        height: auto;
    }

    .hs-left-logo img {
        max-width: 125px;
        max-height: 50px;
    }

    .hs-right {
        margin-inline-start: auto;
    }

    .header-cart-trigger {
        min-width: 44px;
    }

    .header-cart-trigger .hs-cart-value {
        display: none;
    }

    .header-menu-toggle {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .header-top-wrapper {
        min-height: 48px;
        padding-inline: 15px;
        gap: 12px;
    }

    .header-top-wrapper .ht-left {
        max-width: calc(100% - 165px);
    }

    .header-account-toggle__copy {
        max-width: 125px;
    }

    .header-sticky-wrapper {
        min-height: 66px;
        padding: 9px 15px;
        gap: 10px;
    }

    .hs-left-logo img {
        max-width: 105px;
        max-height: 46px;
    }

    .hs-search-cart-list {
        gap: 6px;
    }

    .header-action-link,
    .header-menu-toggle > .menu-btn {
        width: 40px;
        min-width: 40px;
        min-height: 40px;
        height: 40px;
        padding: 10px;
        border-radius: 10px;
    }
}

@media (max-width: 575.98px) {
    .header-top-wrapper {
        justify-content: flex-end;
    }

    .header-top-wrapper .ht-left {
        display: none;
    }

    .header-account-toggle {
        min-height: 38px;
        padding: 3px 7px 3px 10px;
    }

    .header-account-toggle__icon {
        width: 30px;
        height: 30px;
    }

    .header-account-toggle__copy small {
        display: none;
    }

    .header-account-toggle__copy strong {
        font-size: 11px;
    }

    .header-account-toggle__copy {
        max-width: 130px;
    }
}

@media (max-width: 430px) {
    .header-sticky-wrapper {
        padding-inline: 10px;
        gap: 6px;
    }

    .hs-left-logo img {
        max-width: 82px;
        max-height: 42px;
    }

    .hs-search-cart-list {
        gap: 4px;
    }

    .header-action-link,
    .header-menu-toggle > .menu-btn {
        width: 38px;
        min-width: 38px;
        min-height: 38px;
        height: 38px;
        padding: 9px;
    }

}

@media (max-width: 359.98px) {
    .hs-left-logo img {
        max-width: 68px;
    }

    .header-action-link,
    .header-menu-toggle > .menu-btn {
        width: 36px;
        min-width: 36px;
        min-height: 36px;
        height: 36px;
        padding: 8px;
    }
}

/* Store footer */
.e-footer-wrap {
    margin-top: 56px;
    border-top: 1px solid var(--border-color);
    background:
        radial-gradient(circle at 12% 18%, rgba(96, 186, 190, 0.1), transparent 28%),
        #fbfcfe;
}

.e-footer-box {
    padding: 64px 0 46px;
}

.site-footer-grid {
    display: grid;
    grid-template-columns: minmax(250px, 1.35fr) minmax(160px, 0.7fr) minmax(210px, 0.9fr) minmax(250px, 1.15fr);
    gap: 36px;
    align-items: start;
}

.e-footer-inner {
    min-width: 0;
    margin-bottom: 0;
}

.site-footer-brand {
    padding-inline-end: 24px;
}

.site-footer-logo {
    display: inline-flex;
    max-width: 160px;
    min-height: 58px;
    padding: 8px 12px;
    align-items: center;
    border: 1px solid var(--border-color);
    border-radius: 13px;
    background: var(--white-color);
    box-shadow: 0 8px 24px rgba(47, 57, 66, 0.055);
}

.site-footer-logo img {
    width: auto;
    max-height: 48px;
    object-fit: contain;
}

.efoot-about {
    max-width: 370px;
    margin: 20px 0 0;
    color: var(--txt-color);
    font-size: 13px;
    line-height: 2;
}

.efoot-heading {
    margin-bottom: 20px;
    padding: 0 0 12px;
    color: var(--heading-color);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.6;
}

.efoot-heading::after {
    right: 0;
    top: auto;
    bottom: 0;
    width: 34px;
    height: 3px;
    border-radius: 99px;
    background: var(--primary-color);
}

.efoot-list {
    margin: 0;
}

.efoot-list > li + li {
    margin-top: 5px;
}

.efoot-list > li > a,
.efoot-list > li:first-child > a {
    display: inline-flex;
    min-height: 38px;
    margin: 0;
    padding: 7px 0;
    align-items: center;
    color: var(--sub-txt-color);
    font-size: 13px;
    line-height: 1.7;
}

.efoot-list > li > a::after {
    right: auto;
    left: auto;
    width: 6px;
    height: 6px;
    margin-inline-end: 10px;
    position: static;
    order: -1;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    background: transparent;
}

.efoot-list > li > a::before {
    display: none;
}

.efoot-list > li > a:hover {
    padding-inline-start: 5px;
    color: var(--primary-color);
}

.efoot-list > li > a:hover::after {
    background: var(--primary-color);
}

.efoot-list > li > a:focus,
.efoot-list > li > a:focus-visible,
.site-footer-logo:focus,
.site-footer-logo:focus-visible,
.site-footer-credit a:focus,
.site-footer-credit a:focus-visible,
#scroll:focus,
#scroll:focus-visible {
    outline: 3px solid rgba(96, 186, 190, 0.3);
    outline-offset: 3px;
}

.site-footer-info-list {
    display: grid;
    margin: 0;
    gap: 10px;
}

.site-footer-info-list > li {
    display: flex;
    min-width: 0;
    min-height: 58px;
    padding: 10px 11px;
    gap: 10px;
    align-items: flex-start;
    border: 1px solid var(--border-color);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.72);
}

.site-footer-info-list__icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: var(--primary-color);
    background: rgba(96, 186, 190, 0.12);
}

.site-footer-info-list__icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.site-footer-info-list__content {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    color: var(--sub-txt-color);
    font-size: 12px;
    line-height: 1.9;
    overflow-wrap: anywhere;
}

.site-footer-info-list__content small {
    margin-bottom: 1px;
    color: var(--txt-color);
    font-size: 9px;
}

.site-footer-ltr {
    direction: ltr;
    unicode-bidi: embed;
    text-align: right;
}

#scroll {
    width: 48px;
    height: 48px;
    bottom: -24px;
    border: 4px solid #fbfcfe;
    border-radius: 50%;
    color: var(--white-color);
    background: var(--primary-color);
    box-shadow: 0 8px 20px rgba(96, 186, 190, 0.3);
    cursor: pointer;
}

#scroll:hover {
    background: var(--heading-color);
}

#scroll > svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.e-bfooter-wrap {
    padding: 34px 0 14px;
    background: var(--heading-color);
}

.site-footer-bottom {
    display: flex;
    min-height: 38px;
    gap: 16px 28px;
    align-items: center;
    justify-content: space-between;
}

.e-footer-text,
.site-footer-credit {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-family: IRANSansfanum;
    font-size: 11px;
    line-height: 1.8;
}

.site-footer-credit a {
    color: var(--white-color);
    font-weight: 700;
}

.site-footer-credit a:hover {
    color: var(--primary-color);
}

@media (max-width: 1199.98px) {
    .site-footer-grid {
        grid-template-columns: minmax(230px, 1.2fr) minmax(150px, 0.7fr) repeat(2, minmax(190px, 1fr));
        gap: 26px;
    }
}

@media (max-width: 991.98px) {
    .e-footer-box {
        padding-top: 54px;
    }

    .site-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 28px;
    }

    .site-footer-brand {
        padding-inline-end: 0;
    }
}

@media (max-width: 575.98px) {
    .e-footer-wrap {
        margin-top: 40px;
    }

    .e-footer-box {
        padding: 44px 0 38px;
    }

    .site-footer-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }

    .site-footer-brand {
        text-align: center;
    }

    .efoot-about {
        margin-inline: auto;
    }

    .efoot-heading {
        margin-bottom: 15px;
    }

    .site-footer-info-list {
        grid-template-columns: minmax(0, 1fr);
    }

    .site-footer-bottom {
        flex-direction: column;
        gap: 4px;
        text-align: center;
    }

    .e-bfooter-wrap {
        padding-top: 36px;
    }
}

/* Header cart drawer */
.sb-cartbox {
    display: flex;
    width: min(420px, 100vw);
    overflow: hidden;
    border-inline-end: 1px solid var(--border-color);
    background: #fbfcfe;
    box-shadow: 18px 0 50px rgba(33, 44, 67, 0.16);
}

.sb-cartbox-inner {
    display: flex;
    width: 100%;
    min-height: 100%;
    height: 100dvh;
    flex-direction: column;
}

.sb-cartbox-header {
    display: flex;
    min-height: 76px;
    padding: 18px 20px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color);
    color: var(--heading-color);
    background: var(--white-color);
}

.sb-cb-ttl {
    margin: 0;
    padding-inline-end: 76px;
    color: var(--heading-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
}

.sb-cb-close {
    display: inline-flex;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 16px;
    min-width: 58px;
    min-height: 40px;
    margin: 0;
    padding-inline: 10px;
    gap: 6px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color);
    border-radius: 9px;
    color: var(--sub-txt-color);
    background: #fbfcfe;
    font-size: 12px;
    writing-mode: horizontal-tb;
    transform: translateY(-50%);
    transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.sb-cb-close svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.8;
}

.sb-cb-close:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    background: var(--white-color);
}

.sb-cb-close:focus,
.sb-cb-close:focus-visible,
.sb-cartbox-list a:focus,
.sb-cartbox-list a:focus-visible,
.sb-cartbox-btn .e-btn:focus,
.sb-cartbox-btn .e-btn:focus-visible {
    outline: 3px solid rgba(96, 186, 190, 0.32);
    outline-offset: 2px;
}

.sb-cartbox-body {
    min-height: 0;
    padding-block: 16px;
    flex: 1 1 auto;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-color: var(--primary-color) transparent;
    scrollbar-width: thin;
}

.sb-cartbox-list {
    margin: 0;
    padding: 0;
}

.sb-cartbox-list .sb-cartbox-item {
    display: block;
    margin: 0 14px 12px;
    padding: 12px;
    border: 1px solid var(--border-color);
    border-radius: 14px;
    background: var(--white-color);
    box-shadow: 0 6px 18px rgba(47, 57, 66, 0.045);
}

.sb-cartbox-list .sb-cartbox-item:last-child {
    margin-bottom: 0;
}

.sb-cartbox-item .sc-productwrap {
    min-width: 0;
    align-items: stretch;
}

.sb-cartbox-item .sc-product-thumb {
    width: 82px;
    height: 96px;
    margin-inline-end: 14px;
    margin-left: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #f5f7fa;
    box-shadow: none;
}

.sb-cartbox-item .sc-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sb-cartbox-item .sc-product-details {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
}

.sb-cartbox-item .sc-product-ttl {
    display: -webkit-box;
    overflow: hidden;
    color: var(--heading-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sb-cartbox-item .sc-product-sz {
    margin: 3px 0 0;
    color: var(--txt-color);
    font-size: 12px;
    line-height: 1.7;
}

.sb-cartbox-item .sc-quantity {
    display: flex;
    width: 100%;
    margin: auto 0 0;
    padding-top: 10px;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--border-color);
}

.sb-cartbox-item .sc-quantity span {
    color: var(--txt-color);
    font-size: 11px;
}

.sb-cartbox-item .sc-quantity strong {
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
}

.sb-cartbox-list .sb-cartbox-empty {
    display: flex;
    min-height: 290px;
    margin: 0 20px;
    padding: 28px 18px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0;
    color: var(--txt-color);
    text-align: center;
}

.sb-cartbox-empty__icon {
    display: flex;
    width: 68px;
    height: 68px;
    margin-bottom: 16px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--primary-color);
    background: rgba(96, 186, 190, 0.12);
}

.sb-cartbox-empty__icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.sb-cartbox-empty strong {
    margin-bottom: 7px;
    color: var(--heading-color);
    font-size: 17px;
}

.sb-cartbox-empty span {
    max-width: 240px;
    font-size: 12px;
    line-height: 1.9;
}

.sb-cartbox-list .sb-cartbox-notice {
    display: flex;
    margin: 4px 14px 0;
    padding: 12px 14px;
    gap: 8px;
    align-items: flex-start;
    justify-content: space-between;
    border: 1px solid #f0d3b9;
    border-radius: 10px;
    color: #8a5b30;
    background: #fff9f2;
    font-size: 11px;
    line-height: 1.8;
}

.sb-cartbox-notice a {
    flex: 0 0 auto;
    color: #9a5c24;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.sb-cartbox-footer {
    flex: 0 0 auto;
    padding: 16px 18px 18px;
    border-top: 1px solid var(--border-color);
    background: var(--white-color);
    box-shadow: 0 -10px 24px rgba(47, 57, 66, 0.05);
}

.sb-cartbox-total {
    padding: 0 0 14px;
    gap: 16px;
    align-items: center;
    border: 0;
    margin-bottom: 0;
}

.sb-cartbox-total > span:first-child {
    color: var(--sub-txt-color);
    font-size: 12px;
}

.sb-cartbox-amount {
    color: var(--primary-color);
    font-size: 17px;
    font-weight: 700;
}

.sb-cartbox-btn {
    display: block;
    max-width: none;
    margin: 0;
    padding: 0;
}

.sb-cartbox-btn > .e-btn {
    width: 100%;
    min-width: 0;
    height: 48px;
    margin: 0;
    border-radius: 9px;
}

@media (max-width: 420px) {
    .sb-cartbox {
        width: 100vw;
    }

    .sb-cartbox-header {
        min-height: 70px;
        padding-inline: 16px;
    }

    .sb-cb-ttl {
        padding-inline-end: 64px;
        font-size: 18px;
    }

    .sb-cb-close {
        left: 12px;
        min-width: 42px;
        padding-inline: 8px;
    }

    .sb-cb-close span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .sb-cartbox-list .sb-cartbox-item {
        margin-inline: 10px;
    }

    .sb-cartbox-footer {
        padding-inline: 14px;
    }
}

.orders-page__title,
.cart-page__title,
.wishlist-page__title {
    margin-bottom: 0;
    color: var(--sub-txt-color);
    font-size: 30px;
    line-height: 1.45;
    text-align: right;
}

.commerce-page {
    background: #fbfcfe;
}

.commerce-page__header {
    display: flex;
    margin-bottom: 28px;
    gap: 18px;
    align-items: flex-end;
    justify-content: space-between;
}

.commerce-page__eyebrow {
    display: block;
    margin-bottom: 4px;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
}

.commerce-page__count {
    flex: 0 0 auto;
    padding: 7px 12px;
    border: 1px solid var(--border-color);
    border-radius: 999px;
    color: var(--sub-txt-color);
    background: var(--white-color);
    font-size: 13px;
}

.commerce-status {
    display: inline-flex;
    width: max-content;
    min-height: 30px;
    padding-inline: 11px;
    align-items: center;
    border: 1px solid #d8e8f4;
    border-radius: 999px;
    color: #35637d;
    background: #f1f8fc;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}

.commerce-status--success {
    border-color: #c8e8da;
    color: #247554;
    background: #f0faf5;
}

.commerce-status--danger {
    border-color: #f0cece;
    color: #a93f3f;
    background: #fff5f5;
}

.commerce-status--info {
    border-color: #cdebed;
    color: #337c80;
    background: #f1fbfb;
}

.commerce-price {
    margin: 0;
    color: var(--heading-color);
    font-size: 17px;
    font-weight: 700;
}

.commerce-price small,
.commerce-data strong small,
.order-item__total small,
.order-total-card strong small,
.cart-summary-card__row strong small {
    font-size: 11px;
    font-weight: 500;
}

.commerce-action.e-btn {
    min-width: 0;
    height: 44px;
    padding-inline: 18px;
    border-radius: 8px;
}

.commerce-remove {
    min-height: 42px;
    padding-inline: 12px;
    border: 0;
    border-radius: 8px;
    color: #b04444;
    background: #fff5f5;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.commerce-remove:hover {
    color: #8f2e2e;
    background: #fbe7e7;
}

.commerce-action:focus,
.commerce-action:focus-visible,
.commerce-remove:focus,
.commerce-remove:focus-visible,
.commerce-quantity:focus,
.commerce-quantity:focus-visible,
.commerce-back-link:focus,
.commerce-back-link:focus-visible {
    outline: 3px solid rgba(96, 186, 190, 0.34);
    outline-offset: 2px;
}

.commerce-data {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
}

.commerce-data > span,
.commerce-data > label {
    margin: 0;
    color: var(--txt-color);
    font-size: 12px;
}

.commerce-data strong {
    color: var(--heading-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
}

.commerce-data--total strong {
    color: var(--primary-color);
    font-size: 16px;
}

.product-color-icon {
    display: inline-flex;
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: #65717a;
    font-size: 22px;
}

.product-color-icon .fa-tshirt {
    font-size: inherit;
    line-height: 1;
    filter: drop-shadow(0 0 0.7px #65717a);
}

.product-color-icon--compact {
    width: 18px;
    height: 18px;
    font-size: 18px;
}

.product-color-icon--card {
    width: 17px;
    height: 17px;
    font-size: 17px;
}

.product-color-icon--filter {
    width: 21px;
    height: 21px;
    font-size: 21px;
}

.product-variant-label {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}

.variant-color-preview {
    display: flex;
    margin-top: 10px;
    padding: 10px 12px;
    gap: 10px;
    align-items: center;
    border: 1px solid var(--border-color);
    border-radius: 9px;
    background-color: #fbfcfd;
}

.product-color-icon--preview {
    width: 34px;
    height: 34px;
    font-size: 34px;
}

.variant-color-preview__text {
    display: flex;
    flex-direction: column;
    line-height: 1.6;
}

.variant-color-preview__text small {
    color: var(--txt-color);
    font-size: 10px;
}

.variant-color-preview__text strong {
    color: var(--heading-color);
    font-size: 13px;
    font-weight: 700;
}

.commerce-alert {
    margin: 0;
    color: #a93f3f;
    font-size: 13px;
    line-height: 1.8;
}

/* Wishlist */
.wishlist-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
}

.wishlist-card {
    display: grid;
    min-width: 0;
    grid-template-columns: 110px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    background: var(--white-color);
    box-shadow: 0 8px 24px rgba(47, 57, 66, 0.05);
}

.wishlist-card__media {
    display: block;
    min-height: 176px;
    overflow: hidden;
    background: #f5f7fa;
}

.wishlist-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.wishlist-card__media:hover img {
    transform: scale(1.025);
}

.wishlist-card__body {
    display: flex;
    min-width: 0;
    padding: 16px;
    flex-direction: column;
}

.wishlist-card__topline {
    display: flex;
    margin-bottom: 10px;
}

.wishlist-card__title {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
}

.wishlist-card__title a {
    color: var(--heading-color);
}

.wishlist-card__title a:hover {
    color: var(--primary-color);
}

.wishlist-card__actions {
    display: flex;
    margin-top: auto;
    padding-top: 16px;
    gap: 8px;
    flex-wrap: wrap;
}

/* Cart */
.cart-layout {
    display: grid;
    gap: 20px;
    align-items: start;
}

.cart-items {
    display: grid;
    min-width: 0;
    gap: 14px;
}

.cart-item-card {
    display: grid;
    min-width: 0;
    grid-template-columns: 92px minmax(0, 1fr);
    padding: 12px;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    background: var(--white-color);
    box-shadow: 0 8px 24px rgba(47, 57, 66, 0.05);
}

.cart-item-card--unavailable {
    border-color: #edcece;
    background: #fffafa;
}

.cart-item-card__media {
    display: block;
    height: 112px;
    overflow: hidden;
    border-radius: 11px;
    background: #f5f7fa;
}

.cart-item-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item-card__content {
    min-width: 0;
    padding-inline-start: 14px;
}

.cart-item-card__heading {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    justify-content: space-between;
}

.cart-item-card__title {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75;
}

.cart-item-card__title a {
    color: var(--heading-color);
}

.cart-item-card__title a:hover {
    color: var(--primary-color);
}

.cart-item-card__variant {
    margin: 0;
    color: var(--txt-color);
    font-size: 12px;
}

.cart-item-card__details {
    display: grid;
    margin-top: 16px;
    padding-top: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    border-top: 1px solid var(--border-color);
}

.cart-item-card__details .commerce-data--total {
    grid-column: 1 / -1;
}

.commerce-quantity {
    order: 2;
    width: 44px;
    min-width: 0;
    height: 100%;
    padding: 0;
    border: 0;
    color: var(--heading-color);
    background: var(--white-color);
    text-align: center;
    appearance: textfield;
}

.commerce-quantity::-webkit-inner-spin-button,
.commerce-quantity::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

.cart-quantity-control {
    display: flex;
    direction: ltr;
    width: 116px;
    height: 48px;
    align-items: center;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background: var(--white-color);
}

.cart-quantity-control__button {
    width: 36px;
    height: 100%;
    padding: 0;
    flex: 0 0 36px;
    border: 0;
    color: var(--sub-txt-color);
    background-color: #f2f6f7;
    font: inherit;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.cart-quantity-control__button--minus {
    order: 1;
    border-radius: 7px 0 0 7px;
}

.cart-quantity-control__button--plus {
    order: 3;
    border-radius: 0 7px 7px 0;
}

.cart-quantity-control__button:hover {
    color: var(--white-color);
    background-color: var(--primary-color);
}

.cart-quantity-control:focus-within {
    border-color: var(--primary-color);
    outline: 3px solid rgba(96, 186, 190, 0.22);
    outline-offset: 2px;
}

.cart-quantity-control .commerce-quantity:focus,
.cart-quantity-control .commerce-quantity:focus-visible {
    outline: 0;
}

.cart-checkout {
    display: grid;
    min-width: 0;
    gap: 16px;
}

.cart-summary-card,
.cart-login-card {
    padding: 22px;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    background: var(--white-color);
    box-shadow: 0 8px 24px rgba(47, 57, 66, 0.05);
}

.cart-summary-card h2,
.cart-login-card h2 {
    margin-bottom: 18px;
    color: var(--heading-color);
    font-size: 18px;
}

.cart-summary-card__row {
    display: flex;
    padding-block: 16px;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    border-block: 1px solid var(--border-color);
}

.cart-summary-card__row span {
    color: var(--sub-txt-color);
    font-size: 13px;
}

.cart-summary-card__row strong {
    color: var(--primary-color);
    font-size: 18px;
}

.cart-summary-card .commerce-alert {
    margin-top: 14px;
}

.cart-login-card p {
    margin-bottom: 18px;
    color: var(--txt-color);
    font-size: 13px;
    line-height: 1.9;
}

.cart-login-card .commerce-action {
    width: 100%;
}

.cart-order-form {
    padding: 22px;
}

/* Orders */
.orders-list {
    display: grid;
    gap: 16px;
}

.order-card {
    overflow: hidden;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    background: var(--white-color);
    box-shadow: 0 8px 24px rgba(47, 57, 66, 0.05);
}

.order-card__header {
    display: flex;
    padding: 18px;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color);
    background: #fbfcfe;
}

.order-card__label {
    display: block;
    margin-bottom: 2px;
    color: var(--txt-color);
    font-size: 11px;
}

.order-card__number {
    direction: ltr;
    margin: 0;
    color: var(--heading-color);
    font-size: 18px;
    text-align: right;
}

.order-card__body {
    display: grid;
    padding: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.order-card__body .commerce-data--total {
    grid-column: 1 / -1;
}

.order-card__footer {
    display: flex;
    padding: 0 18px 18px;
    justify-content: flex-end;
}

/* Order detail */
.commerce-back-link {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
}

.order-detail-layout {
    display: grid;
    gap: 20px;
    align-items: start;
}

.order-detail-main,
.order-detail-sidebar {
    display: grid;
    min-width: 0;
    gap: 16px;
}

.commerce-panel,
.order-total-card {
    overflow: hidden;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    background: var(--white-color);
    box-shadow: 0 8px 24px rgba(47, 57, 66, 0.05);
}

.commerce-panel__header {
    display: flex;
    padding: 18px;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color);
    background: #fbfcfe;
}

.commerce-panel__header h2 {
    margin: 0;
    color: var(--heading-color);
    font-size: 18px;
}

.commerce-panel__header > span {
    color: var(--txt-color);
    font-size: 12px;
}

.order-items-list {
    display: grid;
}

.order-item {
    display: grid;
    padding: 16px;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    border-bottom: 1px solid var(--border-color);
}

.order-item:last-child {
    border-bottom: 0;
}

.order-item__media {
    width: 72px;
    height: 88px;
    overflow: hidden;
    border-radius: 10px;
    background: #f5f7fa;
}

.order-item__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order-item__content {
    min-width: 0;
}

.order-item__content h3 {
    margin-bottom: 3px;
    color: var(--heading-color);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8;
}

.order-item__content > p {
    margin-bottom: 10px;
    color: var(--txt-color);
    font-size: 12px;
}

.order-item__meta {
    display: flex;
    gap: 6px 18px;
    flex-wrap: wrap;
    color: var(--txt-color);
    font-size: 11px;
}

.order-item__meta strong {
    color: var(--sub-txt-color);
}

.order-item__total {
    grid-column: 2;
    color: var(--primary-color);
    font-size: 15px;
}

.delivery-details {
    margin: 0;
    padding: 18px;
}

.delivery-details > div {
    padding-block: 12px;
    border-bottom: 1px solid var(--border-color);
}

.delivery-details > div:first-child {
    padding-top: 0;
}

.delivery-details > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.delivery-details dt {
    margin-bottom: 4px;
    color: var(--txt-color);
    font-size: 12px;
    font-weight: 400;
}

.delivery-details dd {
    margin: 0;
    color: var(--heading-color);
    line-height: 1.9;
}

.commerce-ltr {
    direction: ltr;
    text-align: right;
    unicode-bidi: embed;
}

.order-total-card {
    display: grid;
    padding: 20px;
    gap: 8px;
}

.order-total-card > span {
    color: var(--txt-color);
    font-size: 12px;
}

.order-total-card > strong {
    color: var(--primary-color);
    font-size: 21px;
}

.order-total-card .commerce-action {
    width: 100%;
    margin-top: 10px;
}

.orders-empty-state,
.cart-empty-state,
.wishlist-empty-state {
    max-width: 640px;
    margin-inline: auto;
    padding: 32px 20px;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    background-color: var(--white-color);
    text-align: center;
}

.orders-empty-state__icon,
.cart-empty-state__icon,
.wishlist-empty-state__icon {
    display: flex;
    width: 72px;
    height: 72px;
    margin-inline: auto;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(96, 186, 190, 0.12);
    color: var(--primary-color);
}

.orders-empty-state__icon svg,
.cart-empty-state__icon svg,
.wishlist-empty-state__icon svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.orders-empty-state__heading,
.cart-empty-state__heading,
.wishlist-empty-state__heading {
    margin-bottom: 10px;
    color: var(--heading-color);
    font-size: 21px;
    font-weight: 500;
    line-height: 1.6;
}

.orders-empty-state__description,
.cart-empty-state__description,
.wishlist-empty-state__description {
    max-width: 520px;
    margin-inline: auto;
    margin-bottom: 24px;
    color: var(--txt-color);
    line-height: 1.9;
}

.orders-empty-state__cta,
.cart-empty-state__cta,
.wishlist-empty-state__cta {
    width: 100%;
    max-width: 240px;
    min-height: 50px;
}

.orders-empty-state__cta:focus,
.orders-empty-state__cta:focus-visible,
.cart-empty-state__cta:focus,
.cart-empty-state__cta:focus-visible,
.wishlist-empty-state__cta:focus,
.wishlist-empty-state__cta:focus-visible {
    outline: 3px solid var(--heading-color);
    outline-offset: 3px;
    box-shadow: 0 0 0 4px rgba(96, 186, 190, 0.28);
}

@media (min-width: 768px) {
    .orders-page__title,
    .cart-page__title,
    .wishlist-page__title {
        font-size: 36px;
        line-height: 1.4;
    }

    .commerce-page__header {
        margin-bottom: 32px;
    }

    .wishlist-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .wishlist-card {
        grid-template-columns: 150px minmax(0, 1fr);
    }

    .wishlist-card__media {
        min-height: 210px;
    }

    .wishlist-card__body {
        padding: 20px;
    }

    .cart-item-card {
        grid-template-columns: 120px minmax(0, 1fr);
        padding: 16px;
    }

    .cart-item-card__media {
        height: 144px;
    }

    .cart-item-card__content {
        padding-inline-start: 18px;
    }

    .cart-item-card__details,
    .order-card__body {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cart-item-card__details .commerce-data--total,
    .order-card__body .commerce-data--total {
        grid-column: auto;
    }

    .order-card__header,
    .order-card__body {
        padding-inline: 24px;
    }

    .order-card__footer {
        padding-inline: 24px;
    }

    .order-item {
        grid-template-columns: 84px minmax(0, 1fr) auto;
        padding: 18px;
    }

    .order-item__media {
        width: 84px;
        height: 102px;
    }

    .order-item__total {
        grid-column: auto;
        text-align: left;
    }

    .orders-empty-state,
    .cart-empty-state,
    .wishlist-empty-state {
        padding: 40px 48px;
    }
}

@media (min-width: 992px) {
    .cart-layout {
        grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.85fr);
        gap: 24px;
    }

    .cart-checkout,
    .order-detail-sidebar {
        position: sticky;
        top: 24px;
    }

    .order-detail-layout {
        grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.8fr);
        gap: 24px;
    }
}

@media (max-width: 479.98px) {
    .commerce-page__header {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }

    .commerce-page__count {
        align-self: flex-start;
    }

    .wishlist-card {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .wishlist-card__media {
        min-height: 184px;
    }

    .wishlist-card__actions {
        flex-direction: column;
    }

    .wishlist-card__actions .commerce-action,
    .wishlist-card__actions .commerce-remove {
        width: 100%;
    }

    .cart-item-card {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .cart-item-card__media {
        height: 96px;
    }

    .cart-item-card__heading {
        flex-direction: column;
    }

    .cart-item-card__heading .commerce-remove {
        min-height: 36px;
    }

    .cart-item-card__details {
        grid-template-columns: minmax(0, 1fr);
    }

    .cart-item-card__details .commerce-data--total {
        grid-column: auto;
    }

    .order-card__header {
        align-items: flex-start;
    }
}

/* Shared product card */
.product-card {
    height: 100%;
}

.product-card .product-card__grid,
.product-card .product-card__surface {
    height: 100%;
}

.product-card .product-card__surface {
    overflow: hidden;
    border: 1px solid #edf0f3;
    border-radius: 16px;
    background: var(--white-color);
    box-shadow: 0 8px 24px rgba(47, 57, 66, 0.06);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.product-card .product-card__surface:hover {
    border-color: rgba(122, 183, 186, 0.55);
    box-shadow: 0 16px 36px rgba(47, 57, 66, 0.11);
    transform: translateY(-4px);
}

.product-card .product-card__media {
    min-height: 270px;
    padding: 18px;
    background: linear-gradient(145deg, #f8f9fa, #f0f3f4);
}

.product-card .product-card__image-link {
    display: block;
    height: 255px;
}

.product-card .na-mainimg,
.product-card .na-overlay-img {
    width: 100%;
    height: 100%;
}

.product-card .na-imgbox img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center;
}

.product-card__status {
    display: inline-flex;
    position: absolute;
    z-index: 2;
    top: 16px;
    right: 16px;
    min-height: 28px;
    padding-inline: 11px;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}

.product-card__status--available {
    border-color: rgba(80, 160, 126, 0.22);
    color: #32795a;
    background: rgba(233, 248, 240, 0.94);
}

.product-card__status--unavailable {
    border-color: rgba(209, 93, 93, 0.18);
    color: #b24b4b;
    background: rgba(255, 241, 241, 0.95);
}

.product-card .product-card__variant-panel {
    position: absolute;
    z-index: 2;
    right: 14px;
    bottom: 14px;
    left: 14px;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 7px 20px rgba(47, 57, 66, 0.08);
    backdrop-filter: blur(6px);
}

.product-card .product-card__variant-panel .na-color-title {
    margin-bottom: 7px;
    color: #56616c;
    text-align: right;
}

.product-card__variants {
    display: flex;
    overflow: hidden;
    max-height: 28px;
    padding: 0;
    margin: 0;
    gap: 6px;
    align-items: center;
    list-style: none;
}

.product-card .product-card__variant {
    display: inline-flex;
    min-height: 25px;
    padding-inline: 8px;
    margin: 0;
    flex: 0 0 auto;
    align-items: center;
    border: 1px solid #e5e9ec;
    border-radius: 7px;
    color: #68737d;
    background: #fff;
    font-size: 10px;
    line-height: 1.2;
}

.product-card .product-card__variant--empty {
    color: #ae5656;
    background: #fff5f5;
}

.product-card .na-hover-content {
    top: 54px;
    left: 16px;
}

.product-card .na-hover-content > li > a {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(226, 231, 234, 0.9);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 5px 14px rgba(47, 57, 66, 0.1);
}

.product-card .na-hover-content > li > a svg path {
    fill: #55616b;
    transition: fill 0.2s ease;
}

.product-card .na-hover-content > li > a:hover,
.product-card .na-hover-content > li > a:focus {
    border-color: var(--primary-color);
    background: var(--primary-color);
}

.product-card .na-hover-content > li > a:hover svg path,
.product-card .na-hover-content > li > a:focus svg path {
    fill: var(--white-color);
}

.product-card .na-hover-content > li > a:focus-visible,
.product-card__details-link:focus-visible,
.product-card__list-link:focus-visible,
.product-card__image-link:focus-visible {
    outline: 3px solid rgba(96, 186, 190, 0.3);
    outline-offset: 2px;
}

.product-card .product-card__body {
    min-height: 112px;
    padding: 17px 18px 18px;
    margin: 0;
    text-align: right;
}

.product-card .product-card__body .na-name {
    min-height: 48px;
    margin-bottom: 10px;
    color: #3f4850;
    font-size: 15px;
    line-height: 1.8;
    -webkit-line-clamp: 2;
}

.product-card__price-row {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.product-card .na-price {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.product-card .na-price small {
    font-size: 11px;
    font-weight: 500;
}

.product-card__details-link,
.product-card__list-link {
    display: inline-flex;
    min-height: 34px;
    padding-inline: 11px;
    gap: 6px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(122, 183, 186, 0.35);
    border-radius: 9px;
    color: var(--primary-color);
    background: rgba(122, 183, 186, 0.08);
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.product-card__details-link:hover,
.product-card__list-link:hover {
    color: var(--white-color);
    background: var(--primary-color);
}

.product-card .product-card__list {
    position: relative;
    padding: 28px;
    border: 1px solid #edf0f3;
    border-radius: 16px;
    background: var(--white-color);
    box-shadow: 0 8px 24px rgba(47, 57, 66, 0.06);
}

.product-card__list-body {
    width: 100%;
}

.product-card__list-body > .product-card__status {
    position: static;
    margin-bottom: 12px;
}

.product-card__list-body .na-name {
    display: block;
    margin-bottom: 5px;
    color: #3f4850;
    font-size: 18px;
    line-height: 1.8;
}

.product-card__list-body .procategory-des {
    display: -webkit-box;
    overflow: hidden;
    color: #68737d;
    line-height: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-card__variants--list {
    max-height: none;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.product-card__list-link {
    min-height: 40px;
    padding-inline: 18px;
}

@media (hover: none) {
    .product-card .na-hover-content > li {
        opacity: 1;
        visibility: visible;
        transform: none;
    }
}

@media (max-width: 575.98px) {
    .product-card .product-card__surface:hover {
        transform: none;
    }

    .product-card .product-card__media {
        min-height: 245px;
        padding: 14px;
    }

    .product-card .product-card__image-link {
        height: 230px;
    }

    .product-card__status {
        top: 12px;
        right: 12px;
    }

    .product-card .na-hover-content {
        top: 48px;
        left: 12px;
    }

    .product-card .na-hover-content > li {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .product-card .na-hover-content > li > a {
        width: 38px;
        height: 38px;
    }

    .product-card .product-card__variant-panel {
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .product-card .product-card__body {
        padding: 15px;
    }

    .product-card .product-card__list {
        padding: 20px;
    }
}

/* Product filter sidebar */
.product-filter-sidebar {
    position: sticky;
    top: 112px;
    overflow: hidden;
    border: 1px solid #e9edef;
    border-radius: 18px;
    background: #f8fafb;
    box-shadow: 0 12px 32px rgba(47, 57, 66, 0.07);
}

.product-filter-form {
    display: grid;
    gap: 12px;
    padding: 12px;
}

.product-filter-header {
    padding: 18px 16px 16px;
    text-align: right;
}

.product-filter-header__eyebrow {
    display: block;
    margin-bottom: 5px;
    color: var(--primary-color);
    font-size: 11px;
    font-weight: 700;
}

.product-filter-header__title {
    margin-bottom: 7px;
    color: var(--heading-color);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.6;
}

.product-filter-header__description {
    margin: 0;
    color: #77818a;
    font-size: 12px;
    line-height: 1.9;
}

.category-sbar .product-filter-section {
    padding: 20px;
    margin: 0;
    border: 1px solid #edf0f2;
    border-radius: 14px;
    background: var(--white-color);
    box-shadow: 0 5px 16px rgba(47, 57, 66, 0.035);
}

.product-filter-section__heading {
    display: flex;
    margin-bottom: 16px;
    gap: 9px;
    align-items: center;
}

.product-filter-section__marker {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border: 2px solid rgba(96, 186, 190, 0.28);
    border-radius: 50%;
    background: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(96, 186, 190, 0.09);
}

.product-filter-sidebar .cmn-brdr-ttle {
    padding: 0;
    margin: 0;
    color: #3e4851;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
}

.product-filter-sidebar .cmn-brdr-ttle::after {
    display: none;
}

.product-filter-options {
    padding: 0;
    margin: 0;
    list-style: none;
}

.product-filter-sidebar .product-filter-options__item {
    margin-bottom: 7px;
}

.product-filter-sidebar .product-filter-options__item:last-child {
    margin-bottom: 0;
}

.product-filter-option {
    position: relative;
    width: 100%;
    min-height: 39px;
    padding: 5px 9px;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 9px;
    color: #66717a;
    background: transparent;
    font-size: 12px;
    line-height: 1.7;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.product-filter-option:hover,
.product-filter-option:focus-within,
.product-filter-option.is-current {
    border-color: rgba(96, 186, 190, 0.24);
    color: #397f82;
    background: rgba(96, 186, 190, 0.08);
}

.product-filter-option.is-current {
    font-weight: 600;
}

.product-filter-sidebar .product-filter-option.is-current .product-filter-option__link {
    color: #397f82;
}

.product-filter-option__link {
    display: flex;
    width: 100%;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    color: inherit;
}

.product-filter-option__link:focus-visible {
    outline: 3px solid rgba(96, 186, 190, 0.28);
    outline-offset: 2px;
}

.product-filter-option--choice {
    display: flex;
    margin: 0;
}

.product-filter-option__name {
    display: inline-flex;
    min-width: 0;
    gap: 8px;
    align-items: center;
}

.product-filter-sidebar .blog-ctgry-badge {
    display: inline-flex;
    min-width: 27px;
    min-height: 23px;
    padding-inline: 6px;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    color: #849099;
    background: #f2f5f6;
    font-size: 10px;
}

.product-filter-sidebar .e-checkbox-input {
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.product-filter-sidebar .e-checkbox {
    display: inline-flex;
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8dfe3;
    border-radius: 5px;
    background: #fff;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.product-filter-sidebar .e-checkbox::before {
    content: none;
}

.product-filter-sidebar .e-checkbox-input:checked + .e-checkbox {
    border-color: var(--primary-color);
    background: var(--primary-color);
    box-shadow: 0 3px 8px rgba(96, 186, 190, 0.25);
}

.product-filter-sidebar .e-checkbox-input:checked + .e-checkbox::after {
    content: "";
    display: block;
    position: static;
    width: 8px;
    height: 4px;
    margin: -2px 0 0;
    border: 0;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
}

.product-filter-sidebar .e-checkbox-input:focus-visible + .e-checkbox {
    outline: 3px solid rgba(96, 186, 190, 0.28);
    outline-offset: 2px;
}

.product-filter-option__swatch {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #d8dfe3;
}

.product-filter-options__empty {
    padding: 12px;
    border-radius: 9px;
    color: #8a949c;
    background: #f7f9fa;
    font-size: 11px;
    text-align: center;
}

.product-price-filter__range {
    padding: 12px 8px 8px;
}

.product-filter-sidebar .noUi-horizontal {
    height: 6px;
    border: 0;
    border-radius: 999px;
    background: #e9edef;
    box-shadow: none;
}

.product-filter-sidebar .noUi-connect {
    background: var(--primary-color);
}

.product-filter-sidebar .noUi-horizontal .noUi-handle {
    top: -5px;
    width: 16px;
    height: 16px;
    border: 3px solid var(--white-color);
    border-radius: 50%;
    background: var(--primary-color);
    box-sizing: border-box !important;
    box-shadow: 0 0 0 1px rgba(96, 186, 190, 0.32), 0 4px 10px rgba(47, 57, 66, 0.16);
    cursor: grab;
}

.product-filter-sidebar .noUi-horizontal .noUi-handle:focus {
    outline: 3px solid rgba(96, 186, 190, 0.28);
    outline-offset: 2px;
}

.product-price-filter__values {
    display: grid;
    margin-top: 14px;
    grid-template-columns: minmax(0, 1fr) 14px minmax(0, 1fr);
    gap: 7px;
    align-items: center;
}

.product-price-filter__value {
    display: grid;
    min-width: 0;
    padding: 9px 10px;
    border: 1px solid #edf0f2;
    border-radius: 10px;
    background: #f8fafb;
    text-align: center;
}

.product-price-filter__value > span,
.product-price-filter__value > small {
    color: #8a949c;
    font-size: 9px;
}

.product-price-filter__value > strong {
    overflow: hidden;
    margin-block: 2px;
    color: #46515a;
    font-family: IRANSansfanum;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-price-filter__separator {
    height: 1px;
    background: #dce2e5;
}

.product-price-filter__actions {
    display: grid;
    margin-top: 14px;
    gap: 8px;
}

.product-price-filter__submit {
    width: 100%;
    min-width: 0;
    height: 42px;
    padding-inline: 12px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 42px;
}

.product-price-filter__clear {
    min-height: 35px;
    padding: 5px 10px;
    border: 0;
    border-radius: 8px;
    color: #8a6464;
    background: transparent;
    font-size: 10px;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.product-price-filter__clear:hover,
.product-price-filter__clear:focus {
    color: #ae4f4f;
    background: #fff2f2;
}

.product-price-filter__clear:focus-visible,
.product-price-filter__submit:focus-visible {
    outline: 3px solid rgba(96, 186, 190, 0.28);
    outline-offset: 2px;
}

@media (max-width: 1199.98px) {
    .product-filter-sidebar {
        position: static;
        margin-top: 32px;
    }

    .product-filter-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-filter-header {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575.98px) {
    .product-filter-sidebar {
        border-radius: 15px;
    }

    .product-filter-form {
        grid-template-columns: minmax(0, 1fr);
        padding: 9px;
        gap: 9px;
    }

    .product-filter-header {
        grid-column: auto;
        padding: 16px 12px 13px;
    }

    .category-sbar .product-filter-section {
        padding: 17px 15px;
    }

    .product-filter-header__title {
        font-size: 19px;
    }
}

#filter-form {
    position: relative;
}

#filter-form.is-filter-loading {
    pointer-events: none;
    opacity: 0.65;
}

#filter-form.is-filter-loading::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 24px;
    height: 24px;
    border: 3px solid rgba(122, 183, 186, 0.25);
    border-top-color: #7ab7ba;
    border-radius: 50%;
    animation: shop-filter-spin 0.7s linear infinite;
}

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