body {
    overflow: overlay;
    overflow-x: hidden;
}

ul, ol {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

header {
    padding: 0;
    height: 90px;
    display: flex;
    align-items: center;
}

.sub-menu_link {
    padding: 4px 10px;
}

.sub-menu {
    width: 100%;
    min-width: 244px;
}

.test {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #ff7072;
    color: #fff;
    text-align: center;
    z-index: 99999;
    font-size: 1rem;
    font-weight: bold;
    opacity: 0.9;
}

.form-select-custom-wrap {
    position: relative;
    display: inline-block;
}

.form-select-custom {
    border-radius: 999px;
    border: 1px solid var(--line);
    padding: 15px 32px 15px 15px;
    min-width: 225px;
    appearance: none;
    font-size: 18px;
}

.form-select-custom:hover {
    border-color: var(--black);
}

.form-select-custom-wrap::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    transform: translateY(-60%) rotate(45deg);
    pointer-events: none;
}


.product-media {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.product-media .pm-img,
.product-media .pm-vid {
    width: 100%;
    height: auto;
    display: block;
}

.product-media .pm-vid {
    /*position: absolute;*/
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none; /* default image */
}

.yt-embed {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    aspect-ratio: 16 / 9;
}

/*.product-media {
    cursor: ew-resize;
}*/

.check-ship {
    display: inline-flex;
    padding: 15px 7px;
}

.product-media * {
    pointer-events: none;
}

.product-media .pm-img,
.product-media .pm-vid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-media .pm-vid {
    inset: 0;
    display: none;
}

.product-media .pm-dots {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 8px;
    height: 4px;
    display: flex;
    gap: 2px;
    z-index: 5;
    pointer-events: none;
}

.product-media .pm-dot {
    flex: 1;
    border-radius: 2px;
    background: rgba(180, 180, 180, .8);
    opacity: .9;
}

.product-media .pm-dot.is-active {
    background-color: #0b3d48;
    opacity: 0.95;
}

.card-product_wrapper {
    aspect-ratio: inherit;
}

.mobile-logo {
    max-width: 120px;
}

.sidebar-account {
    gap: inherit;
}

/*.product-media.js-hover-media {
    touch-action: pan-y;
}*/

.s-page-title.style-2.style-3 .content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.mt-40 {
    margin-top: 40px !important;
}

.price-wrap .price-old {
    font-size: 15px;
    letter-spacing: -1px;
}

.header-abs-1 {
    margin-bottom: -116px;
}

.flat-spacing-4 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pswp__container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
    max-height: inherit;
}

.pswp__img {
    height: auto !important;
    max-height: 75vh;
    object-fit: contain;
}

.table-my_order th:nth-child(2), .table-my_order td:nth-child(2) {
    width: auto;
}

.table-my_order th:last-child, .table-my_order td:last-child {
    width: auto;
}

.tf-btn.btn-gold {
    background-color: #0b3d48;
    color: var(--white);
}

.special-badge {
    width: 60px;
    height: 85px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, #0b3d48 0%, #0b3d48 50%, #0b3d48 100%);
    position: absolute;
    left: 10px;
    bottom: 30px;
    z-index: 21;
    -webkit-box-shadow: 3px 3px 8px 5px rgba(179, 179, 179, 0.48);
    box-shadow: 3px 3px 8px 5px rgba(179, 179, 179, 0.48);
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.25));
    border-radius: 8px;
    border: 2px solid #ffe4c9
}

.card-product {
    position: relative;
}

.logo-site img {
    aspect-ratio: inherit;
}

.product-action_list li {
    opacity: 0;
    visibility: hidden;
}

.special-badge .badge-text {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.special-badge .badge-icon {
    font-size: 1.2rem;
    line-height: 1;
}

.list-rating-check:not(:checked) > label:before {
    -webkit-mask: url(../icon/start.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask: url(../icon/start.svg) no-repeat center;
}

.list-rating-check:not(:checked) > label:hover, .list-rating-check:not(:checked) > label:hover ~ label {
    -webkit-mask: url(../icon/start-1.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask: url(../icon/start-1.svg) no-repeat center;
}

.list-rating-check > input:checked ~ label {
    -webkit-mask: url(../icon/start-1.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask: url(../icon/start-1.svg) no-repeat center;
}

.prewimg2 img {
    max-width: 200px;
    max-height: 200px;
    display: inline-block;
}

.aks-image-select {
    position: relative;
    width: 100%;
}

.aks-image-select__current {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 60px;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
    user-select: none;
    border: 1px solid var(--line);
    border-radius: 99px;
    padding: 12px 21px;
    font-family: "Sora", sans-serif !important;
    position: relative;
    padding-right: 48px;
}

.aks-image-select__current-main {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    flex: 1;
}

.aks-image-select__current-thumb {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    flex-shrink: 0;
    cursor: zoom-in;
    display: block;
}

.aks-image-select__current-text {
    flex: 1;
    min-width: 0;
    max-width: 100%;
    font-size: 14px;
    color: #222;
    line-height: 1.3;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.aks-image-select__arrow {
    position: absolute;
    right: 24px;
    top: 50%;
    width: 14px;
    height: 14px;
    pointer-events: none;
}

.aks-image-select__arrow::after {
    font-family: "icomoon";
    position: absolute;
    content: "\e916";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    z-index: 1;
    font-weight: 400;
    color: var(--black);
    line-height: 1;
    transition: transform 0.2s ease;
}

.aks-image-select.is-open .aks-image-select__arrow::after {
    transform: translateY(-50%) rotate(180deg);
}

.aks-image-select.is-open .aks-image-select__arrow {
    transform: rotate(180deg);
}

.aks-image-select__menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: none;
    z-index: 1000;
    box-sizing: border-box;
}

.aks-image-select.is-open .aks-image-select__menu {
    display: block;
}

.aks-image-select__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    cursor: pointer;
    transition: background 0.2s ease;
    border-bottom: 1px solid #f1f1f1;
}

.aks-image-select__item:last-child {
    border-bottom: 0;
}

.aks-image-select__item:hover {
    background: #f7f7f7;
}

.aks-image-select__item.is-selected {
    background: #eef4ff;
}

.aks-image-select__thumb {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    flex-shrink: 0;
    cursor: zoom-in;
    display: block;
}

.aks-image-select__text {
    color: var(--black);
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.aks-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;

}

.aks-lightbox.is-open {
    display: flex;
}

.aks-lightbox__content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
}

.aks-lightbox__image {
    max-width: 100%;
    max-height: 90vh;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.aks-lightbox__close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background: #fff;
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
    z-index: 2;
    text-align: center;
    display: block;
}

.whatsapp-support {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 65px;
    bottom: 75px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-support:hover {
    color: #fff;
}

.whatsapp-img {
    width: 35px;
    height: 35px;
}

.whatsapp-support-text {
    display: none;
}

@media (max-width: 767px) {
    .table-my_order th:nth-child(2), .table-my_order td:nth-child(2) {
        min-width: auto;
    }
}

@media (max-width: 767px) {
    .flat-spacing-4 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .s-page-title {
        padding: 25px 0;
    }

    .sidebar-account {
        padding: 8px;
    }

    .my-account-nav_item {
        padding: 8px;
    }

    .special-badge {
        width: 40px;
        height: 50px;
        box-shadow: none;
        left: 5px;
        bottom: 30px;
        gap: 2px;
    }

    .special-badge .badge-text {
        font-size: 0.7rem;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 2px;
    }

    .special-badge .badge-icon {
        font-size: 0.9rem;
    }

}

@media (min-width: 1200px) {
    .s-page-title {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}


@media (min-width: 1300px) {
    .container {
        max-width: 1588px;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 575px) {
    .flat-wrap-media-product .tf-product-media-main .item {
        max-height: inherit;
    }

    .tf-slideshow .slider-wrap {
        height: inherit;
    }
}

@media (max-width: 1199px) {
    .tf-toolbar-bottom {
        padding: 5px 0px 5px;
    }

    .tf-header {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .tf-toolbar-bottom .toolbar-icon {
        font-size: 20px;
    }

    .logo-site img {
        max-height: 50px;
    }


}

@media (max-width: 991px) {
    .flat-wrap-media-product .tf-product-media-main .item {
        max-height: inherit;
    }

    .whatsapp-support {
        width: 45px;
        border-radius: 0;
        bottom: 120px;
        height: 45px;
        line-height: 45px;
        padding: 5px 0;
        font-size: 20px;
        right: 1rem;
    }

    .whatsapp-support-text {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .tf-slideshow .slider-wrap {
        height: inherit;
    }
}

@media (max-width: 1439px) {
    .tf-slideshow .slider-wrap {
        height: inherit;
    }
}