

/* Start:/close-sale-kmt-2025/style.css?17537106185197*/
.page_stock {
    background-color: #F4F4F4;
}

.stockCards{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    row-gap: 20px;
}

@media screen and (min-width: 1260px) and (max-width: 1849px){
    .stockCards{
        margin: 0;
    }
}

.stockCards .productCard{
    width: calc(50% - 20px);
    margin: 0 10px;
}

@media screen and (min-width: 1260px) and (max-width: 1849px){
    .stockCards .productCard{
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 679px){
    .stockCards .productCard{
        width: 100%;
        margin: 0;
    }
}

.stockCards[data-view=rows] .productCard{
    grid-template-columns: 232px calc(100% - 40px - 224px - 232px) 224px;
}

.spec-stock__main-title {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 120px;
    margin-top: 80px;
}

@media screen and (max-width: 1259px) {
    .spec-stock__main-title {
        font-size: 34px;
    }
}

@media screen and (max-width: 991px) {
    .spec-stock__main-title {
        margin-top: 60px;
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 767px) {
    .spec-stock__main-title {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 599px) {
    .spec-stock__main-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 479px) {
    .spec-stock__main-title {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.spec-stock__banner{
    width: 100%;
    height: 460px;
    display: block;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 1259px){
    .spec-stock__banner{
        height: 500px;
    }
}

@media screen and (max-width: 767px){
    .spec-stock__banner{
        height: 550px;
    }
}

.spec-stock__banner img{
    transform: translate(-50%,-50%);
    position: absolute;
    height: auto;
    width: auto;
    left: 50%;
    top: 50%;
}

.spec-stock__text {
    margin-top: 40px;
}

.spec-stock__order {
    margin-top: 20px;
    max-width: 100%;
    width: 260px;
}

.spec-stock__title{
    font-size: 30px;
    font-weight: 700;
    color: var(--color-gray);
    margin-bottom: 30px;
    margin-top: 62px;
}

@media screen and (max-width: 1259px) {
    .spec-stock__title{
        font-size: 20px;
        margin-top: 44px;
    }
}

@media screen and (max-width: 599px) {
    .spec-stock__title{
        font-size: 18px;
        margin-top: 32px;
    }
}

.spec-stock .customButton{
    font-size: 14px;
}

.spec-stock .customButton_complete{
    color: #0D4EC2;
    background-color: #F0F2F4;
    margin-top: 10px;
}

@media screen and (max-width: 1279px){
    .spec-stock .customButton_complete{
        order: 1;
        flex: auto;
        width: 100%;
    }
}

.spec-stock .productCard__profit{
    color: #25282B;
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
    width: 100%;
}

.spec-stock .productCard__profit span{
    color: #F3743F;
    font-weight: 600;
}

.spec-stock .productCard__add{
    margin-bottom: 0;
}

.spec-stock .productCard__control_video{
    margin-left: 0;
}

.spec-stock .productCard__nameplate{
    line-height: 16px;
    min-height: 24px;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 22px;
}

@media screen and (max-width:1259px){
    .spec-stock .productCard__nameplate{
        margin-bottom: 0;
        margin-top: 12px;
    }
}

.spec-stock .productCard__nameplate::before{
    content: "";
    border-radius: 50%;
    position: absolute;
    height: 24px;
    width: 24px;
    z-index: 1;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    background: var(--icon-check-white) no-repeat center var(--color-accent-add);
}

.spec-stock .productCard__nameplate_stock{
    color: var(--color-accent-add);
}

.spec-stock__category{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, 243px);
    margin-top: 40px;
}

@media screen and (max-width:1259px){
    .spec-stock__category{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:991px){
    .spec-stock__category{
        display: block;
    }
}

.spec-stock__category-item{
    display: flex;
    gap: 0 10px;
    align-items: center;
    padding: 15px 20px;
    box-shadow: 0 4px 10px var(--color-shadow);
    background-color: #fff;
    border-radius: 6px;
}

@media screen and (max-width:991px){
    .spec-stock__category-item{
        margin-bottom: 20px;
    }
}

.spec-stock__category-img{
    width: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.spec-stock__category-img img{
    display: block;
    max-width: 100%;
    object-fit: contain;
}

.spec-stock__category-title{
    font-weight: 600;
    color: var(--color-middle);
    transition: color 0.2s ease-in-out;
    font-size: 14px;
}

@media screen and (min-width: 768px){
    .spec-stock__category-title:hover {
        color: var(--color-main);
    }
}

@media screen and (max-width: 679px){
    .spec-stock__cards.stockCards {
        margin-left: 0;
        margin-right: 0;
    }
}

/* End */
/* /close-sale-kmt-2025/style.css?17537106185197 */
