﻿.detail-product-banner {
    height: 158px;
    z-index: 2;
    position: relative;
}

    .detail-product-banner .grid.wide {
        position: relative;
    }

.detail-product-img .grid-item {
    position: relative;
}

.detail-product-img .grid-img {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 10px;
    row-gap: 10px;
}
 .detail-product-img .grid-item:nth-child(4) .grid-count {
    display: flex;
}
.detail-product-img .grid-count {
    position: absolute;
    display: none;
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffc13ca1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 47px;
    letter-spacing: 8px;
    display: none;
    font-family: 'pathSB';
}

.detail-product-img .grid-item {
    height: 344px;
}

.detail-product-tag {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 18px;
}

    .detail-product-tag .tag-item:hover {
        color: #fff;
        background-color: var(--color-3);
    }

    .detail-product-tag .tag-item {
        margin: 3px;
        border-radius: 55px;
        border: 1px solid var(--color-1);
        );
        color: #133640c4;
        font-size: 14px;
        padding: 6px 15px;
        line-height: 100%;
        font-family: 'barM';
        transition: all .3s;
    }

.detail-product-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333;
    z-index: 1;
    opacity: .87;
    opacity: 0;
}

.detail-product-banner .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .detail-product-banner .img img {
    }

.detail-product-banner .slug {
    display: flex;
    z-index: 6;
    align-items: center;
    );
    width: fit-content;
    border-radius: 5px;
    position: absolute;
    bottom: -45px;
    left: 0;
    flex-wrap: wrap;
}

    .detail-product-banner .slug a {
        color: #333;
        transition: all .3s;
        font-size: 14px;
        font-family: 'pathSB';
    }

        .detail-product-banner .slug a:hover {
            color: var(--color-3);
        }

    .detail-product-banner .slug p {
        margin: 0 6px;
        border-radius: 50%;
        color: var(--color-4);
    }

    .detail-product-banner .slug span {
        color: #333;
        font-size: 15px;
        font-family: 'pathSB';
        opacity: .5;
    }

.detail-product {
}

    .detail-product .grid.wide {
    }

.detail-product-container {
    padding: 75px 0;
}

    .detail-product-container .wrap-left {
        float: left;
        width: calc(100% - 500px);
        padding-right: 25px;
    }

.detail-product-img {
}

.mySwiper2dt {
}

.detail-product-img_botttom {
    display: flex;
    align-items: center;
    margin-top: 10px;
    height: 85px;
}

.mySwiper2dt .img {
    border-radius: 10px;
    overflow: hidden;
    height: 400px;
}

    .mySwiper2dt .img img {
        width: 100%;
        height: 100%;
    }

.mySwiperdt {
    height: 100%;
    flex: 1;
}

    .mySwiperdt .img {
        position: relative;
        height: 100%;
        border-radius: 10px;
        overflow: hidden;
    }

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

    .mySwiperdt .img-count {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #33333345;
        width: 100%;
        height: 100%;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 29px;
    }

.detail-product-img_botttom .bottom-hotline {
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #ff710124;
    border-radius: 10px;
    position: relative;
    width: 201px;
    margin-left: 10px;
    justify-content: space-between;
    padding: 13px;
}

.detail-product-img_botttom .bottom-hotline-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    flex: 1;
    position: relative;
}

    .detail-product-img_botttom .bottom-hotline-left h3 {
        margin: 0;
        font-weight: 100;
        font-size: 18px;
        color: var(--color-1);
    }

    .detail-product-img_botttom .bottom-hotline-left span {
        font-family: 'barM';
        font-size: 25px;
        color: var(--color-2);
    }

.detail-product-img_botttom .bottom-hotline-right {
    position: absolute;
    right: -14px;
    bottom: -3px;
}

    .detail-product-img_botttom .bottom-hotline-right img {
        width: 79px;
    }

.detail-product-same {
    background-color: var(--color-1);
}

    .detail-product-same .container {
        padding: 35px 0;
    }

    .detail-product-same .same-title {
        margin: 0;
        text-transform: uppercase;
        font-weight: 100;
        font-family: 'pathSB';
        font-size: 34px;
        color: var(--color-4);
        margin-bottom: 20px;
    }

.detail-product-boss .waves {
    pointer-events: none;
}

.detail-product-boss .wave {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .7;
}

.detail-product-boss {
    border-radius: 10px;
    background-color: var(--color-1);
    position: relative;
    overflow: hidden;
}

    .detail-product-boss span {
        color: #fff;
        font-size: 20px;
        font-family: 'barM';
        padding: 18px 24px;
        display: block;
        z-index: 2;
        position: relative;
        user-select: none;
    }

.detail-product-container .wrap-right {
    float: right;
    width: 500px;
    background-color: #fff;
    border-radius: 15px;
    padding: 12px;
}

.detail-product-options {
    display: flex;
    padding-top: 15px;
    position: relative;
    padding: 20px 0;
}

.detail-product-sale {
    width: fit-content;
    background-color: #ffc13ca1;
    color: #2e2e2ed4;
    font-family: 'pathSB';
    padding: 4px 11px;
    font-size: 13px;
}

.detail-product-title {
    margin: 0;
    padding-right: 50px;
    flex: 1;
    font-size: 28px;
    font-weight: 100;
    font-family: 'pathSB';
    color: var(--color-text-default);
    margin-top: 10px;
}


.detail-product-options .options-drop {
    position: relative;
    margin-top: 2px;
    height: fit-content;
}

.detail-product-options .options-drop-wrap {
    top: 100%;
    position: absolute;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333329;
    border-radius: 5px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.detail-product-options .options-drop:hover .options-drop-wrap {
    opacity: 1;
    pointer-events: all;
}

.detail-product-options .options-btn {
    width: 30px;
    height: 30px;
    background-color: #8080803d;
    border-radius: 5px;
    color: var(--color-1);
    font-size: 18px;
    cursor: pointer;
    user-select: none;
}

.detail-product-options .options-drop-item {
    user-select: none;
    white-space: nowrap;
    padding: 6px 16px;
    font-size: 15px;
    color: var(--color-1);
    cursor: pointer;
    transition: all .3s;
}

    .detail-product-options .options-drop-item:hover {
        background-color: var(--color-1);
        color: #fff;
    }

.detail-product-descript {
    margin: 0;
    line-height: 157%;
    color: #333;
    );
    font-weight: 100;
    font-size: 16px;
    border-top: 3px solid #ffc13c36;
    padding: 16px 0;
}

.detail-product-price {
    margin-top: 14px;
}

    .detail-product-price .price-item.price-old {
        font-size: 17px;
        color: rgb(19 54 64 / 50%);
        text-decoration: line-through;
        margin-top: 2px;
    }

    .detail-product-price .price-item.price-new {
        font-size: 25px;
        font-family: 'pathSB';
        color: var(--color-3);
    }

    .detail-product-price .price-new .discount {
        background-color: var(--color-2);
        color: #fff;
        border-radius: 55px;
        font-size: 14px;
        padding: 4px 14px;
        margin-left: 10px;
        width: fit-content;
    }

    .detail-product-price .price-item {
        display: flex;
        align-items: center;
        color: #333;
    }

        .detail-product-price .price-item span {
        }

        .detail-product-price .price-item .descount {
        }

.options-item img {
}

.detail-product-options {
}

.options-item {
    display: flex;
    align-items: center;
    color: #333333a3;
    font-size: 16px;
    padding: 0 12px;
    border-left: 1px solid #3333331a;
}

    .options-item:first-child {
        padding-left: 0;
        border-left: 0;
    }

    .options-item i {
        font-size: 12px;
    }

    .options-item span {
        font-size: 14px;
        display: block;
        margin-left: 5px;
    }

/* Animation */

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

    .parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s;
    }

    .parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s;
    }

    .parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s;
    }

    .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s;
    }

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }

    100% {
        transform: translate3d(85px,0,0);
    }
}

.same-product-item {
}

.same-product-img {
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

    .same-product-img img {
    }

    .same-product-img .percent {
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: var(--color-1);
        color: #fff;
        padding: 6px 12px;
        border-top-left-radius: 5px;
        font-size: 12px;
        font-family: 'barM';
    }

.same-product-content {
    padding-top: 7px;
}

.same-product-title {
    margin: 0;
    font-weight: 100;
    font-family: 'barM';
    font-size: 18px;
    line-height: 135%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.same-product-price {
    color: #333;
    margin-top: 6px;
}

    .same-product-price span {
        display: block;
    }

    .same-product-price .new {
        color: var(--color-2);
        font-size: 17px;
    }

    .same-product-price .old {
        text-decoration: line-through;
        color: #333;
        font-size: 14px;
    }


.detail-product-detail {
    padding-top: 25px;
    max-height: 350px;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
    /* width */
    .detail-product-detail::-webkit-scrollbar {
        width: 6px;
    }

    /* Track */
    .detail-product-detail::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .detail-product-detail::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 5px;
    }

        /* Handle on hover */
        .detail-product-detail::-webkit-scrollbar-thumb:hover {
            background: var(--color-2);
        }

    .detail-product-detail .detail-title {
        margin: 0;
        font-weight: 100;
        font-family: pathSB;
        color: var(--color-3);
        font-size: 18px;
        text-transform: uppercase;
        width: fit-content;
        padding-bottom: 5px;
        position: relative;
        margin-bottom: 13px;
    }

        .detail-product-detail .detail-title::before {
            content: '';
            position: absolute;
            width: 35px;
            height: 2px;
            background-color: var(--color-3);
            bottom: 0;
        }

    .detail-product-detail section {
        line-height: 155%;
        color: #333;
        font-size: 15px;
    }

        .detail-product-detail section p {
            margin: 5px 0;
        }

        .detail-product-detail section * {
            font-family: unset !important;
        }

.detail-product-cart {
    display: flex;
    align-items: center;
    height: 43px;
    user-select: none;
}

    .detail-product-cart .quantity {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 2px solid #33333312;
        height: 100%;
    }

    .detail-product-cart .quantity-btn {
        font-size: 11px;
        color: var(--color-7);
        padding: 13px 14px;
        cursor: pointer;
        transition: all .3s;
    }

        .detail-product-cart .quantity-btn:hover {
            background-color: #33333312;
        }

    .detail-product-cart .quantity-input {
        user-select: none;
        pointer-events: none;
    }

        .detail-product-cart .quantity-input input {
            outline: none;
            border: none;
            width: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'pathSB';
            color: var(--color-text-2);
            font-size: 16px;
            text-align: center;
        }

    .detail-product-cart .quantity-btn.minus {
    }

    .detail-product-cart .quantity-btn.plus {
    }

    .detail-product-cart .btn:hover {
        background-color: var(--color-3);
        color: var(--color-7);
    }

    .detail-product-cart .btn {
        font-size: 15px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex: 1;
        margin-left: 20px;
        border: 2px solid var(--color-3);
        color: var(--color-3);
        font-family: 'pathSB';
        cursor: pointer;
        transition: all .3s;
    }

        .detail-product-cart .btn a {
        }

.detail-product-feature {
}

    .detail-product-feature .feature-item {
    }

        .detail-product-feature .feature-item img {
        }

        .detail-product-feature .feature-item span {
        }

@media(max-width:1023px) {
    .detail-product-banner .slug {
        left: 5px;
    }

    .detail-product-container {
        padding: 40px 0;
        padding-top: 30px;
    }

        .detail-product-container .wrap-left,
        .detail-product-container .wrap-right {
            float: unset;
            width: 100%;
            padding: 0;
        }

    .detail-product-same {
        margin-bottom: 25px;
        display: none;
        margin: 0;
    }

    .detail-product-container .wrap-right {
        padding: 20px;
        margin-top: 5px;
    }

    .detail-product-banner {
    height: auto;
    padding-top: 25px;
    }

        .detail-product-banner .slug {
            left: auto;
            top: unset;
            left: unset;
            margin: 0;
            bottom: unset;
            padding: 0;
            position: relative;
        }
}

@media(min-width:740px) and (max-width:1023px) {
    .detail-product-container {
        padding-top: 30px;
    }
}

@media(max-width:739px) {
    .detail-product-banner .slug {
        position: relative;
    }

        .detail-product-banner .slug a,
        .detail-product-banner .slug span {
            font-size: 11px;
        }

    .mySwiper2dt .img {
        height: 300px;
    }

    .detail-product-img_botttom .bottom-hotline {
        display: none;
    }

    .detail-product-container .wrap-right {
        padding: 8px;
        margin-top: 20px;
    }

    .detail-product-boss span {
        font-size: 15px;
        padding: 10px 14px;
    }

    .detail-product-title {
        font-size: 25px;
    }

    .detail-product-descript {
        font-size: 15px;
    }

    .detail-product-price {
        margin-top: 4px;
    }

        .detail-product-price .price-item.price-new {
            font-size: 25px;
        }

        .detail-product-price .price-new .discount {
            font-size: 12px;
        }

    .options-item {
        font-size: 14px;
    }

    .detail-product-container {
        padding-bottom: 25px;
        padding-top: 27px;
    }

    .detail-product-same .container {
        padding: 25px 0;
    }

    .detail-product-same .same-title {
        font-size: 25px;
    }

    .detail-product-banner {
    padding-top: 10px;
    }

    .detail-product-img .grid-item {
        height: 165px;
    }

    .detail-product-options {
        padding: 10px 0;
    }
}
