html {
    scroll-behavior: smooth;
}
body {
    position: relative;
}
.page-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e4e4e4;
}
.page-title {
    color: #000000;
    text-align: center;
    line-height: 100%;
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 10px;
}
.page-header .breadcrumbs {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.page-header .breadcrumbs span,
.page-header .breadcrumbs a {
    color: #000000;
    font-size: 15px;
    line-height: 150%;
    text-align: center;
}
section {
    margin-bottom: 80px;
}

.btn {
    border: none;
    padding: 13px 20px;
    border-radius: 0;
    font-size: 10px;
    line-height: 24px;
    text-transform: uppercase;
    background-color: #000000;
    color: #FFFFFF;
    border: 1px solid transparent;
    font-weight: 700;
    cursor: pointer;
    transition: .2s ease-out;
}

.btn.black {
    background-color: #000000;
    color: #FFFFFF;
}
.btn.black:hover {
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #000000;
}

.page-order-sample .custom-header {
    margin-top: 150px;
}
.page-order-sample .custom-header h1 {
    display: flex;
    flex-direction: column;
    font-size: 40px;
    font-weight: 500;
    font-family: "TT Norms", Sans-serif;
    color: #484949;
    max-width: 520px;
    text-align: center;
    margin: 0 auto;
}
.page-order-sample .custom-header h1:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #BFCBB7;
    margin: 40px auto;
}
@media screen and (max-width: 582px) {
    .page-order-sample .custom-header h1 {
        font-size: 24px;
    }
}

/* --------- DETAIL PRODUCTS ----------*/
.product .product-top {
    display: flex;
    justify-content: space-between;
    gap: 8%;
    padding-bottom: 50px;
}
.product .product-left {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 100%;
}
.product .product-left .swiper-thumb-title {
    display: block;
    font-size: 25px;
    color: #000;
    font-weight: 700;
    padding-bottom: 25px;
}
.product .product-left .swiper {
    width: 100%;
}
.product .product-left .swiper-product-main a {
    outline: none;
}
.product .product-left .swiper-product-main {
    margin-bottom: 25px;
}
.product .product-left .swiper-product-main img {
    display: block;
    width: 100%;
    height: auto;
}
.product .product-left .swiper-product-thumb .swiper-slide img {
    display: block;
    border: 1px solid transparent;
    width: 100%;
    max-width: 100%;
    height: auto;
    cursor: pointer;
}
.product .product-left .swiper-product-thumb .swiper-slide img:hover {
    border: 1px solid #dfdfdf;
}
.product .product-left .swiper-product-thumb .swiper-slide.swiper-slide-active img {
    border: 1px solid #dfdfdf;
}
.product .product-right {
    width: 42%;
    padding-top: 35px;
}
.detail-product {
    padding-top: 120px;
}
.detail-product h1 {
    display: block;
    font-size: 25px;
    color: #000;
    margin-bottom: 18px;
    font-weight: 700;
}
.detail-product .product-short-description {
    padding-top: 15px;
    border-top: 1px solid #ccc;
    margin-bottom: 30px;
}
.detail-product .product-short-description ul li {
    color: #868686;
    font-size: 15px;
    line-height: 20px;
    padding-left: 16px;
}
.detail-product .product-short-description ul li::marker {
    color: #BFCBB7;
}
.detail-product .woo-selected-variation-item-name {
    display: none;
}
.detail-product .why-anod::before {
    content: url("../img/info.svg");
    width: 35px;
    height: 35px;
}
.detail-product .why-anod {
    display: flex;
    align-items: center;
    padding: 10px 0;
    gap: 15px;
    font-style: italic;
}
.detail-product .variations .label > label {
    display: block;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    padding: 15px 0 0 0;
    margin-bottom: 15px;
}
.detail-product .reset_variations {
    display: none;
}
.detail-product .variable-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 5px;
    margin-bottom: 45px;
}
.detail-product .variable-items-wrapper .variable-item {
    position: relative;
    list-style-type: none;
    width: calc((100% / 3) - 5px);
    border: 1px solid transparent;
    transition: .1 ease-out;
}
.detail-product .variable-items-wrapper .variable-item input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.detail-product .variable-items-wrapper .variable-item .price {
    display: none;
}
.detail-product .variable-items-wrapper .variable-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    border: 1px solid transparent;
    transition: .2s ease-out;
}
.detail-product .variable-items-wrapper .variable-item:hover img {
    border: 1px solid #BFCBB7;
}
.detail-product .variable-items-wrapper .variable-item.selected img {
    border: 1px solid #BFCBB7;
}
.detail-product .variable-items-wrapper .variable-item.selected::before {
    content: '';
    position: absolute;
    display: block;
    width: 25%;
    aspect-ratio: 1/1;
    top: 0;
    right: 0;
    border: 1px solid #BFCBB7;
    background-size: 70%;
    background-color: #1D1D1B;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;utf8,%3Csvg filter='drop-shadow(0px 0px 2px rgb(0 0 0 / .8))' xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 30 30'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M4 16L11 23 27 7'/%3E%3C/svg%3E");
}
.detail-product .variable-items-wrapper .variable-item .variable-item-radio-value {
    font-size: 15px;
    padding: 7px;
    line-height: 120%;
    margin-bottom: 5px;
    font-weight: 400;
    text-align: center;
    display: block;
    color: #868686;
    pointer-events: none;
}
.detail-product .woocommerce-variation-price {
    display: none;
}
.detail-product .woocommerce-variation-add-to-cart {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.detail-product .woocommerce-variation-add-to-cart .more:hover {
    background: #BFCBB7;
    border: 1px solid #bfcbb7;
    color: #fff;
}

.detail-product .price {
    padding-top: 15px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
}
.detail-product .product-files {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 2em;
}
.detail-product .product-files .manual img {
    width: 20px;
}
.detail-product summary:hover,
.detail-product .product-files > *:hover {
    color: #000;
}
.detail-product .product-files > * {
    display: flex;
    gap: 10px;
    align-items: center;

    color: #868686;
    font-weight: 400;
    font-size: 15px;
}
.detail-product summary {
    list-style: none;
    display: flex;
    gap: 10px;
    align-items: center;

    cursor: pointer;

    color: #868686;
    font-weight: 400;
    font-size: 15px;
}
.detail-product .count > span,
.detail-product .count {
    font-style: italic;
    color: #868686;
}
.detail-product summary::after {
    content: "▼";
}
.detail-product details > a {
    display: flex;
    justify-content: space-between;
    padding: 5px 0 0 40px;
    width: 350px;
    align-items: center;
}
.detail-product details > a > span {
    border-bottom: 1px solid #ccc;
    padding: 0 5px 3px;
}
.detail-product details > a:hover > span,
.detail-product details > a:hover {
    color: var(--red-hover-color);
}
.detail-product .manual {
    display: flex;
    align-items: center;
    gap: 10px;
}
.detail-product .woocommerce-variation-add-to-cart .more {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #000;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    height: 55px;
    padding: 0 15px;
    margin: 0 0 25px 0;
    letter-spacing: 2px;
    background: #fff;
    border: 1px solid #000;
    width: 50%;
    transition: .3s ease-out;
}
.detail-product .woocommerce-variation-add-to-cart button.detail {
    width: calc(100% - 150px);
}
.detail-product .woocommerce-variation-add-to-cart button {
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    height: 55px;
    padding: 0 15px;
    margin: 0 0 25px 0;
    letter-spacing: 2px;
    background: #000;
    border: 1px solid #000;
    width: 50%;
    transition: .3s ease-out;
}
.detail-product .woocommerce-variation-add-to-cart button:hover {
    background: #BFCBB7;
    border: 1px solid #bfcbb7
}
.detail-product .quantity {
    width: 140px;
    border: 2px solid #d5d5d5;
    height: 55px;
    min-width: 140px;
    border-radius: 0;
    position: relative;
}
.detail-product .quantity.loading {
    pointer-events: none;
}
.detail-product .quantity .quantity-group-buttons {
    border: none;
    display: flex;
    flex-direction: column;
}
.detail-product .quantity .quantity-group-buttons > a {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: none;
    font-size: 30px;
}
.detail-product .quantity .quantity-group-buttons .quantity-plus {
    right: 0;
    top: 0;
}
.detail-product .quantity .quantity-group-buttons .quantity-minus {
    left: 0;
    top: 0;
}
.detail-product .quantity input {
    height: 50px;
    border: none;
    display: flex;
    min-height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    transition: .2s ease-out;
    background-color: transparent;
    max-width: 100%;
    border-radius: 0;
    text-align: center;
    -moz-appearance: textfield;
    font-family: var(--font-family);
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"] .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 50px;
}
.product-footer .product-tabs {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 28px;
}
.product-footer .product-tabs button {
    position: relative;
    background: transparent;
    padding: 12px 0;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 25px;
    font-weight: 700;
    line-height: 120%;
    color: #515151;
    font-family: var(--font-family);
    transition: .2s ease-out;
}
.product-footer .product-tabs button.active {
    color: #000;
}
.product-footer .product-tabs button:hover {
    color: #000;
}
.product-footer .product-tabs button::before,
.product-footer .product-tabs button::after {
    content: '';
    position: absolute;
    width: 0;
    bottom: 0;
    height: 1px;
    background-color: #000;
    transition: .4s ease-out;
}
.product-footer .product-tabs button::before {
    left: 50%;
}
.product-footer .product-tabs button::after {
    right: 50%;
}
.product-footer .product-tabs button:hover::before {
    width: 50%;
}
.product-footer .product-tabs button:hover::after {
    width: 50%;
}
.product-footer .product-tabs button.active::before {
    width: 50%;
}
.product-footer .product-tabs button.active::after {
    width: 50%;
}
.product-footer .tab-content {
    height: 0;
    transition: all .2s ease-in-out;
    overflow: hidden;
}

.product-footer .tab-content.active {
    height: fit-content;
}
.product-footer .char-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.product-footer .char-tab .tab-left {
    display: flex;
    flex-wrap: wrap;
}
.product-footer .char-tab .tab-left,
.product-footer .char-tab .tab-right {
    width: 50%;
    height: 100%;
}
.product-footer .char-tab .tab-left img {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    max-height: 300px;
    object-fit: contain;
    vertical-align: middle;
}
.product-footer .char-tab .tab-right {
    max-width: 570px;
}
.product-footer .char-tab .tab-right li {
    color: #868686;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
}
.product-footer .char-tab .tab-right li::marker {
    color: #BFCBB7;
}
.product-footer .char-tab .tab-right li a {
    color: #000;
}
.product-footer .char-tab .tab-right li b {
    color: #868686;
}
.product-footer .images-tab .gallery-holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3px;
}
.product-footer .images-tab .gallery-holder .image-holder {
    width: 100%;
    max-height: 420px;
    position: relative;
    background-color: #000;
}
.product-footer .images-tab .image-holder a {
    display: flex;
    height: 100%;
}
.product-footer .images-tab .image-holder a img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    transition: opacity 0.5s ease-in;
}
.product-footer .images-tab .image-holder .hover-image {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 15%;
    opacity: 0;
    transition: .3s ease-out;
}
.product-footer .images-tab .image-holder .hover-image span {
    transition: all 0.45s ease-in-out;
    text-align: center;
    display: block;
    height: 100%;
    opacity: 0;
}
.product-footer .images-tab .image-holder .hover-image svg {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-footer .images-tab .image-holder .hover-image .hover-hor {
    position: absolute;
    border-color: #FFF;
    transition: opacity 0.35s;
    top: 12%;
    right: 7%;
    bottom: 12%;
    left: 7%;
    width: calc(100% - 14%);
    transform-origin: 0 0;
}
.product-footer .images-tab .image-holder .hover-hor::before,
.product-footer .images-tab .image-holder .hover-hor::after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: width 0.3s ease-out;
}
.product-footer .images-tab .image-holder .hover-hor::before {
    top: 0;
}
.product-footer .images-tab .image-holder .hover-hor::after {
    bottom: 0;
}
.product-footer .images-tab .image-holder:hover .hover-hor::before,
.product-footer .images-tab .image-holder:hover .hover-hor::after {
    width: 100%;
    transition-delay: .15s;
}
.product-footer .images-tab .image-holder .hover-image .hover-vert {
    position: absolute;
    border-color: #FFF;
    transition: opacity 0.35s, transform 0.35s;
    top: 7%;
    right: 12%;
    bottom: 7%;
    left: 12%;
    width: calc(100% - 24%);
    transform-origin: 0 0;
}
.product-footer .images-tab .image-holder .hover-vert::before,
.product-footer .images-tab .image-holder .hover-vert::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    width: 1px;
    background-color: #fff;
    transition: height 0.3s ease-out;
}
.product-footer .images-tab .image-holder .hover-vert::before {
    right: 0;
}
.product-footer .images-tab .image-holder .hover-vert::after {
    left: 0;
}
.product-footer .images-tab .image-holder:hover .hover-vert::before,
.product-footer .images-tab .image-holder:hover .hover-vert::after {
    transition-delay: .15s;
    height: 100%;
}
.product-footer .images-tab .image-holder:hover img {
    opacity: 0.4;
    transition-delay: 0.15s;
}
.product-footer .images-tab .image-holder:hover .hover-image {
    opacity: 1;
}
.product-footer .images-tab .image-holder:hover .hover-image span {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.15s;
}
.product-footer .images-tab .image-holder:hover .hover-image .hover-hor,
.product-footer .images-tab .image-holder:hover .hover-image .hover-vert {
    opacity: 0.6;
    transition: 0.15s;
}

@media screen and (max-width: 991px) {
    .detail-product .woocommerce-variation-add-to-cart {
        flex-wrap: wrap;
        row-gap: 0;
    }
    .container .detail-product .quantity,
    .container .detail-product .woocommerce-variation-add-to-cart button,
    .container .detail-product .woocommerce-variation-add-to-cart .more {
        width: 100%;
        margin: 0 0 10px 0;
    }
}
@media screen and (max-width: 767px) {
    .product .product-top {
        flex-direction: column;
    }
    .product .product-left,
    .product .product-right {
        width: 100%;
    }
    .product .product-left .swiper-product-main {
        height: 300px;
    }
    .product .product-left .swiper-product-main img {
        height: 100%;
        object-fit: contain;
    }
    .detail-product .product-short-description ul {
        padding-left: 20px;
    }
}

@media screen and (max-width: 582px) {
    .product-footer .char-tab {
        flex-direction: column;
    }
    .product-footer .char-tab .tab-left, .product-footer .char-tab .tab-right {
        width: 100%;
    }
}