.shell-products {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.shell-products h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.shell-products p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

.tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.tab-button {
    padding: 10px 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

.tab-button.active {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.tab-button:hover {
    background-color: #f0f0f0;
}

.products {
    display: flex;
    margin-top: 20px;
    background: #f1f1f1;
    border-radius: 50px;
}

.product-card, .product-card_main {
    padding: 15px;
    text-align: center;
    position: relative;
    height: 100%;
}

.product-card span, a{
    font-size: 12px !important;
}

.product-card img {
    max-width: 100px;
    height: auto;
    margin-bottom: 10px;
}
.product-card_main span, a{
    font-size: 12px !important;
}
.product-card h3 {
    font-size: 14px;
    margin: 10px 0;
    color: #333;
    font-weight: normal;
}

.product-card p {
    font-size: 16px;
    color: #000;
    margin: 5px 0;
}

.product-card p span {
    font-size: 12px;
    color: #666;
}

.add-to-cart {
    padding: 5px 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    transition: background-color 0.3s;
}

.add-to-cart:hover {
    background-color: #0056b3;
}
.tabs_analog a{
    color: #000;
    font-size: 18px;
    font-weight: 500;
    display: block;
}
.tabs_analog a.active{
    background: #dfdfdf;
    padding: 10px;
    border-radius: 23px;
}
.tabs_analog{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
    padding: 10px;
    border: 1px solid #aca9a9;
    border-radius: 100px;
    gap: 13px;
    align-items: center;
}
.product-card_main{
    color: #333;
    font-weight: normal;
    background-color: #f4fafd;
    vertical-align: middle;
    padding: 20px 10px;
    border-radius: 20px 0 0 20px;
    -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.09), 0.07rem 0.07rem 0.25rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.09), 0.07rem 0.07rem 0.25rem rgba(0, 0, 0, 0.1);
}
.product-card_main img{
    max-width: 100px
}
.product-card_main h3{
    font-size: 14px;

}
.product-card_main, .product-card{
    width: 270px;
    z-index: 2;
}
.product-card_main > span, .product-card > span{
    position: absolute;
    width: calc(100% - 22px);
    bottom: 10px;
}
.product-card_main > a, .product-card > a{
    display: block;
    position: absolute;
    width: calc(100% - 22px);
    bottom: 63px;
    border: 1px solid;
    padding: 5px;
}
.products-swiper{
    background: #e9e9e9;
    width: 100%;
    margin-top: 0;
    border-radius: 0 20px 20px 0;
    z-index: 1;
    position: relative;
}
.products-swiper:before{
    content: "";
    height: 100%;
    display: block;
    width: 21px;
    position: absolute;
    background: #e9e9e9;
    left: -10px;
    z-index: 5;
}
.wrapper_all_product{
    display: flex;
    align-items: normal;
    margin-top: 50px;
    height: 300px;
    position: relative;
}
.product_info{
    position: absolute;
    bottom: 10px;
    width: calc(100% - 19px);
}
.product_info > h3{
    margin: 10px 0;
}
.swiper-button-next, .swiper-button-prev{
    z-index: 9999;
}
.analog_more{
    position: absolute;
    right: 0;
    top: 2px;
    border: 1px solid;
    color: #000;
    padding: 5px 10px;
    z-index: 10;
    border-radius: 0 20px 0 0;
    font-weight: 600;
}
.swiper-pagination{
   display: none;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #000;
}