.specificProductSection .sectionHead{
    margin-top: 30px;
    margin-bottom: 40px;
}

.specificProductSection .imageWrapp{
    min-width: 493px;
    max-height: 493px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid var(--border-primary);
    background-color: white;
}

.specificProductSection .prodImgWrappSticky {
    position: sticky;
    top: 100px
}

.specificProductSection .imageWrapp img{
    width: 100%;
    height: auto;
}

.specificProductSection .imageWrapp .favoriteIcon{
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 7px;
    align-items: center;
    justify-content: center;
    background-color: white;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 999px;
    cursor: pointer;
    display: none;
}


.specificProductSection .imageWrapp:hover .favoriteIcon,
.specificProductSection .imageWrapp .favoriteIcon.active{
    display: flex;
}

.specificProductSection .productMain{
    width: 100%;
    display: flex;
    gap: 32px;
}

.specificProductSection .productMain .productInfo .basicData{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.specificProductSection .productMain .productInfo .brand{
    color: var(--text-primary);
    height: fit-content;
    width: fit-content;
    margin-bottom: 16px;
}

.specificProductSection .productMain .productInfo .badges{
    display: flex;
    gap: 4px;
    align-items: center;
    margin-bottom: 10px;
}

.specificProductSection .productMain .productInfo .badges .badge{
    border-radius: 4px;
    padding: 2px 4px;
    font-size: 14px;
    font-family: 'VolteSemibold', 'sans-serif';
}

.specificProductSection .productMain .productInfo .badges .badge.discount{
    color: var(--text-primary);
    background-color: var(--yellow);
}

.specificProductSection .productMain .productInfo .badges .badge.new{
    color: var(--text-white);
    background-color: var(--surface-red);
}

.specificProductSection .productMain .productInfo .badges .badge.tip{
    color: var(--text-white);
    background-color: var(--surface-green);
}

.specificProductSection .productMain .productInfo .badges .badge.sale{
    color: var(--text-white);
    background-color: var(--surface-dark);
}

.specificProductSection .productMain .productInfo .codes{
    line-height: 140%;
}

.specificProductSection .productMain .productInfo .productStatus{
    display: flex;
    align-items: center;
    gap: 6px;
}

.specificProductSection .productMain .productInfo .desc{
    margin-bottom: 8px;
}

.specificProductSection .productMain .productInfo .warning{
    background-color: var(--yelow-100);
    padding: 5px 6px;
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    width: fit-content;
}

.specificProductSection .productMain .productInfo .warning svg{
    min-width: 12px;
    min-height: 12px;
}

.specificProductSection .productMain .pricingWrapp{
    margin: 30px 0px;
    width: 100%;
    display: flex;
    gap: 20px;
}

#priceUnit:not(.secondUnit) .secondUnitPrice,
#priceUnit.secondUnit .mainUnitPrice {
    display: none !important;
}

.specificProductSection .productMain .pricingWrapp .priceWrapp{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.specificProductSection .productMain .pricingWrapp .priceWrapp .taxPrice{
    text-align: center;
    line-height: 140%;
    color: var(--text-secondary);
}

.specificProductSection .productMain .pricingWrapp .priceWrapp .price,
.specificProductSection .productMain .pricingWrapp .priceWrapp .specialPrice{
    width: 140px;
    background-color: var(--surface-smoke);
    padding-bottom: 11px;
    border-radius: 8px;
    text-align: center;
}

.specificProductSection .productMain .pricingWrapp .priceWrapp .specialPrice .special{
    width: 100%;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    background-color: var(--yellow);
    font-family: 'VolteSemibold', 'sans-serif';
    padding: 2px 4px;
    font-size: 14px;
}
.specificProductSection .productMain .pricingWrapp .priceWrapp .specialPrice .priceFinal{
    margin-top: 7px;
}

.specificProductSection .productMain .pricingWrapp .priceWrapp .specialPrice .priceFinal p:first-child{
    line-height: 100%;
    text-decoration: line-through;
}

.specificProductSection .productMain .pricingWrapp .priceWrapp .specialPrice .priceFinal p:last-of-type{
    font-size: 26px;
    font-family: 'VolteSemibold', 'sans-serif';
}

.specificProductSection .productMain .pricingWrapp .priceWrapp .price{
    padding: 11px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'VolteSemibold', 'sans-serif';
    font-size: 26px;
}

.specificProductSection .productMain .pricingWrapp .priceWrapp .price{
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.specificProductSection .productMain .switcherWrapp span{
    font-size: 14px;
    line-height: 140%;
}

.specificProductSection .productMain .switcherWrapp .switcher{
    display: flex;
    padding-bottom: 3px;
    border-bottom: 1px solid var(--border-primary);
}

.specificProductSection .productMain .switcherWrapp .switcher .switch{
    position: relative;
    cursor: pointer;
    height: 22px;
    background-color: transparent;
}

.specificProductSection .productMain .switcherWrapp .switcher p{
    padding: 0px 6px;
}

.specificProductSection .productMain .switcherWrapp .switcher .switch .lineBottom{
    width: 100%;
    border-radius: 999px;
    background-color: var(--primary-color);
    height: 3px;
    position: absolute;
    bottom: -5px;
    display: none;
}

.specificProductSection .productMain .switcherWrapp .switcher .switch.selected p,
.specificProductSection .productMain .switcherWrapp .switcher .switch.active p {
    font-family: 'VolteSemibold', 'sans-serif';
}

.specificProductSection .productMain .switcherWrapp .switcher .switch.selected .lineBottom,
.specificProductSection .productMain .switcherWrapp .switcher .switch.active .lineBottom{
    display: block;
}

.specificProductSection .productMain .stock{
    margin-bottom: 12px;
}

.specificProductSection .productMain .prodImgWrapp{
    position: relative;
}

.specificProductSection .productMain .addToCartWrapp .amountWrapp{
    width: 141px;
    height: 46px;
}

.specificProductSection .productMain .addToCartWrapp .amountWrapp .btn-counter {
    display: flex;
}

.specificProductSection .productMain .addToCartWrapp .amountWrapp p {
    display: flex;
}

.specificProductSection .productMain .addToCartWrapp .amountWrapp input {
    flex: 1;
}

.specificProductSection .productMain .addToCartWrapp .amountWrapp svg{
    cursor: pointer;
}

.specificProductSection .productMain .addToCartWrapp{
    display: flex;
    gap: 8px;
    align-items: center;
}

.specificProductSection .productMain .addToCartWrapp .cartWrapp{
    display: flex;
    gap: 8px;
    align-items: center;
}

.specificProductSection .productMain .addToCartWrapp .cart{
    height: 46px;
    padding: 15px 24px;
    background-color: var(--surface-green);
    color: white;
    display: flex;
    align-items: center;
    border-radius: 8px;
    gap: 10px;
    cursor: pointer;
    font-family: 'VolteSemibold', 'sans-serif';
}

.specificProductSection .productMain .data{
    margin-top: 30px;
}

.specificProductSection .productMain .data{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.specificProductSection .productMain .data .title{
    font-family: 'VolteSemibold', 'sans-serif';
    font-size: 18px;
    margin-bottom: 6px;
}

.specificProductSection .productMain .data .list{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.specificProductSection .productMain .data a{
    color: var(--text-primary);
}

.specificProductSection .productMain .data .list .item{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--border-primary);
}

.specificProductSection .mainBanner{
    width: 100%;
    aspect-ratio: 4 / 1;
    height: 254px;
    border-radius: 12px;
    background: #D9D9D9;
    overflow: hidden;
    margin-top: 52px;
    margin-bottom: 40px;
}

.specificProductSection .mainBanner img{
    height: 100%;
}

.specificProductSection .similarProducts{
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: 62px;
}

.specificProductSection .similarProducts .sectionTitle{
    font-size: 26px;
    margin-bottom: 32px;
}

@media screen and (max-width:1280px) {
    .specificProductSection{
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
}


@media screen and (max-width:900px) {
    .specificProductSection .productMain{
        flex-direction: column;
    }

    .specificProductSection .productMain .imageWrapp{
        max-width: 500px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-height: 343px;
        min-width: unset;
    }

    .specificProductSection .productMain .imageWrapp img{
        height: 100%;
    }

    .specificProductSection .similarProducts{
        margin-bottom: 100px;
    }
}

@media screen and (max-width:500px) {
    .specificProductSection .mainBanner{
        margin: 32px 0px;
    }
}

@media screen and (max-width:400px) {
    .specificProductSection .productMain .addToCartWrapp{
        flex-direction: column;
        align-items: flex-start;
    }

    .specificProductSection .productMain .addToCartWrapp .cart{
        justify-content: center;
    }

    .specificProductSection .productMain{
        width: 100%;
    }

    .specificProductSection .productMain .addToCartWrapp .cart{
        width: 100%;
    }
}


@media screen and (max-width:375px){
    .specificProductSection .productMain .productInfo .badges .badge{
        font-size: 14px;
    }
}