.intro .col_2.mob {
    display: none;
}

/* Mobile menu hidden by default on ALL screen sizes */
.mobile_menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 320px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: left 0.3s ease;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.15);
    padding: 30px 20px;
    overflow-y: auto;
}

.mobile_menu.active {
    left: 0;
}

/* Overlay behind mobile menu */
.mobile_menu_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9998;
}

.mobile_menu_overlay.active {
    display: block;
}

.mobile_menu .close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 32px;
    cursor: pointer;
    color: #333;
    line-height: 1;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile_menu .mob_nav {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}

.mobile_menu .mob_nav a.nav_link {
    display: block;
    padding: 13px 0;
    font-size: 16px;
    font-weight: 500;
    color: #0b0c10;
    border-bottom: 1px solid #eee;
    text-decoration: none;
}

.mobile_menu .mob_nav a.nav_link:hover {
    color: #ec520d;
}

.mobile_menu .mob_contacts {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mobile_menu .mob_contacts a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #0b0c10;
    text-decoration: none;
}

.mobile_menu .mob_contacts a:hover {
    color: #ec520d;
}

.callback_btn_mob {
    display: none;
}

.header .row2 .profile .phone_mob {
    display: none;
}

.header .row2 .profile .search_mob {
    display: none;
}

.header .mobmenu_link {
    display: none;
}

/* Nav toggle*/
.nav-toggle {
    position: absolute;
    padding: 15px 0;
    display: none;
    font-size: 0;
    color: transparent;
    border: 0;
    background: none;
    cursor: pointer;
    width: 25px;
    top: 24px;
    right: 15px;
    z-index: 1000;
}

.nav-toggle:focus {
    outline: 0;
}

.nav-toggle_item {
    display: block;

    width: 100%;
    height: 3px;
    background-color: #2977ED;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;

    transition: background 0.2s linear;
}

.nav-toggle.active .nav-toggle_item {
    background: none;
}

.nav-toggle_item:before,
.nav-toggle_item:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #2977ED;
    position: absolute;

    right: 0;

    left: 0;
    margin: auto;

    transition: transform 0.2s linear;
}

.nav-toggle.active .nav-toggle_item:before {
    transform-origin: left top;
    transform: rotate(45deg) translate3d(3px, -1px, 0);
}

.nav-toggle.active .nav-toggle_item:after {
    transform-origin: left bottom;
    transform: rotate(-45deg) translate3d(1px, 3px, 0);
}

.nav-toggle_item:before {
    top: -8px;
}

.nav-toggle_item:after {
    bottom: -8px;
}

/*footer mob*/
.footer-mob .row1 .logo_block .tel_link {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.40;
    color: #3c362d;
    margin-bottom: 20px;
}

.footer-mob .row1 .logo_block {
    width: 100%;
    max-width: 100%;
}

.footer-mob .row1 .logo_block .adress {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.40;
    color: #3c362d;
    margin-bottom: 24px;
    max-width: 200px;
}

.footer-mob .row1 .logo_block .soc-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.40;
    color: #3c362d;
}

.footer-mob .row1 .logo_block .soc-title {
    margin-bottom: 8px;
}

.footer-mob .row1 .logo_block .soc {
    width: 88px;
    margin-left: 0;
}

.footer-mob .row1 .logo_block .soc img {
    width: 30px;
    height: 30px;
}

.footer-mob .row1 .logo_block .btn {
    border-radius: 40px;
    text-transform: uppercase;
    padding: 4px;
    width: 167px;
    height: 40px;
    background: #ec520d;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    margin-top: 24px;
}

.footer-mob .row1 .logo_block .mail_link {
    display: block;
    font-size: 14px;
    color: #3c362d;
    text-decoration: none;
    margin-bottom: 8px;
}


.footer-mob .f-menu .menu-column {
    width: 100%;

}

.footer-mob .f-menu .menu-column.active {
    width: 100%;

}


.footer-mob .f-menu .menu-column .block-title {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.40;
    color: #0b0c10;
    border-bottom: 1px solid #cececf;
    border-top: 1px solid #cececf;
}

.footer-mob .f-menu .menu-column .nav-link {
    display: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.40;
    color: #3c362d;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer-mob .f-menu .menu-column.active .nav-link {
    display: block;
}

.footer-mob {
    display: none;
}

/*footer mob*/

@media(max-width: 1670px) {
    .header .row1 .nav .nav_link {
        margin-left: 8px;
        margin-right: 8px;
    }

    .catalog_block .item_title .ttl span {
        display: none;
    }

    .catalog_block .item_title {
        min-height: 150px;
    }
}

@media(max-width: 1450px) {
    .header .row2 .soc .soc_link img {
        width: 40px;
        height: 40px;
    }

    .header .row2 .soc .tender {
        width: 218px;
        font-size: 15px;
    }

    .header .row2 .cat_block {
        width: 445px;
    }

    .header .row2 .soc {
        width: 318px;
    }

    .header .row2 .profile .prof_link {
        font-size: 15px;
    }

    .header .row1 .nav .nav_link {
        margin-left: 4px;
        margin-right: 4px;
        font-size: 13px;
    }

    .header .row2 .profile {
        width: 155px;
    }

    .header .row1 .contacts_block .email_link,
    .header .row1 .contacts_block .kp_link,
    .header .row1 .contacts_block .phone_link,
    .header .row1 .lang .lang_link {
        font-size: 13px;
    }

    .header .row1 .nav {
        width: 44%;
    }

    .intro .title_row .title_block .title {
        font-size: 64px;
        line-height: 1;
    }

    .intro .title_row .title_block .title {
        font-size: 50px;
    }

    .news-detail .main-txt p b {
        font-size: 14px;
    }

    .news-detail .main-txt p {
        margin-bottom: 15px;
    }


}

@media(max-width: 1370px) {

    .header .row1 .contacts_block .email_link,
    .header .row1 .contacts_block .kp_link,
    .header .row1 .contacts_block .phone_link,
    .header .row1 .lang .lang_link {
        font-size: 11px;
    }

    .header .row1 .nav .nav_link {
        font-size: 11px;
    }

    .header .row1 .contacts_block .email_link::before,
    .header .row1 .contacts_block .phone_link::before,
    .header .row1 .contacts_block .phone_link::after {
        top: -2px;
    }

    .header .row2 .soc .tender,
    .header .row2 .profile .prof_link {
        font-size: 12px;
        height: 34px;
    }

    .header .row2 .soc .tender::before {
        top: 4px;
    }

    .header .row2 .cat_block {
        width: 360px;
    }

    .header .row2 .cat_block .cat_menu .cat_link {
        font-size: 12px;
    }

    .header .row2 .cat_block input {
        width: calc(100% - 45px);
    }

    .header .row1 .contacts_block {
        width: 335px;
    }

    .header .row1 .locality .loc_link {
        font-size: 12px;
        width: 70px;
    }

    .about-m {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .about-m .text {
        width: 48%;
    }

    .about-m .imgs {
        width: 48%;
    }

    .about-m .feat .item .num {
        font-size: 36px;
    }
}

@media(max-width: 1130px) {
    .header .row1 .nav {
        width: 550px;
    }

    .header .row1 .contacts_block {
        width: 285px;
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }

    .header .row2 .soc {
        width: 252px;
    }

    .header .row2 .soc .tender {
        width: 174px;
        padding-left: 35px;
        padding-right: 5px;
    }

    .header .row2 .soc .tender::before {
        left: 10px;
    }

    .header .row2 .soc .soc_link {
        width: 32px;
        height: 32px;
    }

    .header .row2 .soc .soc_link img {
        width: 32px;
        height: 32px;
    }

    .header .row1 .contacts_block .email_link::before {
        left: -15px;
    }

    .header .row1 .contacts_block .phone_link::before {
        left: -15px;
    }

    .header .row1 .contacts_block .phone_link::after {
        right: -15px;
    }

    .header .row1 .lang .lang_link {
        text-align: center;
        display: block;
    }

    .intro .title_row .title_block {
        max-width: 672px;
    }

    .intro .title_row {
        width: 100%;
    }

    .intro .item .ttl {
        left: 25px;
        font-size: 22px;
    }

    .news {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .intro .btn {
        font-size: 14px;
    }
}

@media(max-width: 1030px) {
    .header .row2 .logo img {
        max-width: 107px;
    }

    .intro .title_row .title_block .title {
        font-size: 46px;
        line-height: 1;
    }

    .intro .link_row .spectr_link {
        font-size: 21px;
    }

    .footer .row1 .f-menu .col .title {
        font-size: 12px;
    }

    .footer .row1 .f-menu .col .nav_link {
        font-size: 8px;
    }

    .footer .row1 .logo_block .mail_link,
    .footer .row1 .logo_block .tel_link {
        font-size: 9px;
    }

    .footer .row1 .f-menu {
        max-width: 714px;
        width: 75%;
    }


    .error404 .error-title {
        font-size: 26px;
        line-height: 1;
    }

    .error404 .error-text {
        font-size: 14px;
        line-height: 1;
    }

    .contacts .img {
        display: none;
    }

    .contacts .quest {
        width: 33%;
    }

    .contacts .order {
        width: 33%;
    }

    .contacts .office {
        width: 30%;
    }

    .news-page {
        padding-bottom: 40px !important;
    }

    .news .item .desc .title a {
        font-size: 16px;
        margin-bottom: 15px;
        width: 48%;
    }

    .news-detail {
        padding-bottom: 40px;
    }

    .news .title,
    .news-detail .title {
        font-size: 26px;
    }

    .new_products .item {
        width: 48%;
        margin-bottom: 15px;
    }

    .page-intro .title {
        font-size: 40px;
    }
}

@media(max-width: 950px) {
    .header .row1 .contacts_block {
        display: none;
    }

    .header .row2 .cat_block {
        display: none;
    }

    .header .row2 .soc {
        display: none;
    }

    .header .inner.row1 {
        display: none;
    }

    .header .row2 .profile .prof_link {
        display: none;
    }

    .header {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header .row2 .profile .phone_mob {
        display: flex;
    }

    .header .row2 .profile .search_mob {
        display: flex;
    }

    .header .row2 .profile {
        width: 145px;
        align-items: center;
    }

    .header .row2 .profile .add_favorite img,
    .header .row2 .profile .cart img,
    .header .row2 .profile .phone_mob img,
    .header .row2 .profile .search_mob img {
        width: 18px;
        height: 18px;
    }

    .header .row2 .logo {
        margin-left: 15px;
        margin-right: auto;
    }

    .header .nav-toggle {
        display: block;
    }

    .header .mobmenu_link {
        display: block;
        width: 20px;
    }

    .header .row2 .logo img {
        width: 81px;
    }

    .header .row2 .logo {
        width: 81px;
    }

    .about-m .feat .item .num {
        font-size: 26px;
    }

    .about-m .feat .item .txt {
        font-size: 14px;
    }

    .map-m {
        padding-bottom: 30px;
    }

    .sertificaty .title,
    .geografy .title {
        font-size: 26px;
    }

    .sertificaty .item {
        width: 48%;
        margin-bottom: 15px;
    }

    .otr-catalog {
        padding-top: 40px;
    }

    .new_products .title {
        font-size: 26px;
    }

    .page-intro .bottom-intro .bottom-flex .item {
        width: 48%;
        margin-bottom: 15px;
    }

    .page-intro .bottom-intro {
        padding: 20px;
        z-index: 99;
    }
}

@media(max-width: 780px) {
    .intro .item {
        width: 100%;
        margin-bottom: 15px;
        max-width: 100%;
    }

    .intro .d-flex {
        flex-wrap: wrap;
    }

    .catalog_block .item_title {
        width: 100%;
    }

    .catalog_block .item-1,
    .catalog_block .item-2,
    .catalog_block .item-3 {
        width: 100%;
    }

    .catalog_block {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .new_products .item {
        width: 100%;
        margin-bottom: 15px;
    }

    .about-m .feat .item {
        width: 48%;
        margin-bottom: 15px;
        max-width: 48%;
    }

    .partners-m .d-flex .item {
        width: 48%;
        margin-bottom: 15px;
        max-width: 48%;
    }

    .news .d-flex .item {
        width: 48%;
        margin-bottom: 15px;
        max-width: 48%;
    }

    .top-products .title {
        font-size: 22px;
    }

    .about-m .feat {
        padding: 20px;
    }

    .footer .info .all_right,
    .footer .info .private_policy,
    .footer .info .coding {
        width: 100%;
    }

    .footer .info {
        padding-top: 15px;
        padding-bottom: 14px;
    }

    .footer .row1 .f-menu {
        width: 100%;
    }

    .map-m .inner .info {
        display: none;
    }

    .footer .row1 .logo_block,
    .footer .row1 .f-menu .col {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .footer .row1 .logo_block {
        margin-bottom: 15px;
    }

    .footer .row1 .logo_block .logo_link {
        display: none;
    }

    .footer .row1 .logo_block .mail_link,
    .footer .row1 .logo_block .tel_link {
        max-width: 100px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .about .page-menu {
        display: none;
    }

    .about .page-text {
        width: 100%;
    }

    .about .page-text .title {
        margin-bottom: 16px;
        font-size: 26px;
        line-height: 1;
    }

    .news-detail .img {
        width: 100%;
    }

    .news-detail .main-txt {
        width: 100%;
    }

    .news-detail {
        padding-bottom: 0;
    }
}


@media(max-width: 500px) {
    .footer-mob .row1 .logo_block .tel_link {
        font-size: 24px !important;
        width: 317px;
        max-width: 317px;
    }

    .footer-mob .row1 .logo_block .tel_link span {
        position: relative;
    }

    .footer-mob .row1 .logo_block .tel_link span::before {
        position: absolute;
        left: -25px;
        top: 0;
        content: url(images/header/phone.svg);
    }

    .footer-mob .row1 .logo_block .tel_link::before {
        display: none;
    }

    .footer-mob .row1 .logo_block .btn {
        width: 100%;
    }

    .footer-mob .row1 .logo_block .btn span {
        position: relative;
    }

    .footer-mob .row1 .logo_block .btn span::after {
        position: absolute;
        right: -20px;
        top: 0;
        content: url(images/footer/arrw.svg);
    }

    .footer-mob .row1 .logo_block .soc-title {
        text-align: left;
        margin-bottom: 8px;
    }

    .footer-mob .row1 .logo_block .mail_link {
        font-size: 14px;
    }

    .footer {
        display: none;
    }

    .footer-mob {
        display: block;
    }

    .intro .title_row .title_block .title {
        font-size: 26px;
        line-height: 1;
        margin-bottom: 15px;
        width: 100%;
    }

    .intro .title_row .title_block {
        width: 100%;
    }

    .intro .title_row .stitle_block .stitle {
        font-size: 12px;
        line-height: 1;
        margin-bottom: 15px;
    }

    .news .item .desc .title a {
        font-size: 14px;
        max-width: 767px;
    }

    .news .title,
    .partners-m .title,
    .about-m .text .ttl,
    .new_products .title {
        font-size: 22px;
        margin-bottom: 20px;
        width: 100%;
    }

    .catalog_block .item .ttl_block .ttl {
        font-size: 18px;
    }

    .catalog_block .item_title .ttl {
        font-size: 22px;
    }

    .about-m .imgs {
        width: 100%;
    }

    .about-m .text {
        margin-bottom: 20px;
        width: 100%;
    }

    .top-products {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .top-otrasl {
        padding-top: 340px;
    }

    .page-intro .stitle {
        font-size: 16px;
    }

    .intro .title_row .img_block {
        width: 66px;
        display: none;
    }

    .intro {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .intro .link_row {
        margin-bottom: 35px;
        margin-top: 10px;
    }

    .contacts .quest {
        width: 100%;
    }

    .contacts .order {
        width: 100%;
        margin-bottom: 15px;
    }

    .contacts .office {
        width: 100%;
        margin-bottom: 15px;
    }

    .rekvizites .col {
        width: 100%;
    }

    .contacts {
        padding-bottom: 10px;
    }

    .rekvizites .title,
    .contacts .title {
        font-size: 30px;
    }

    .news {
        padding-top: 20px;
    }

    .news .d-flex .item {
        width: 100%;
        max-width: 100%;
    }

    .sertificaty .item {
        width: 100%;
        margin-bottom: 15px;
    }

    .new_products .item {
        width: 100%;
        margin-bottom: 15px;
    }

    .new_products .item .pr-title {
        font-size: 16px;
    }

    .page-intro .bottom-intro .bottom-flex .item .text {
        font-size: 14px;
    }

    .page-intro .bottom-intro .bottom-flex .item {
        width: 100%;
    }

    .top-products .title {
        font-size: 16px;
    }

    .page-intro .bottom-intro {
        bottom: -290px;
    }
}

@media(max-width: 340px) {
    .header .row2 .profile {
        width: 100px;
    }
}

/* =============================================
   Product Detail Page — Responsive
   ============================================= */

/* --- 1200px: wide tablet / small desktop --- */
@media (max-width: 1200px) {
    .product-main {
        gap: 32px;
    }

    .product-gallery {
        width: 44%;
    }

    .product-specs {
        max-width: 280px;
    }

    .product-purchase-wrap {
        width: 340px;
    }

    .product-purchase {
        padding: 20px;
    }

    .product-sidebar {
        width: 260px;
    }

    .product-title {
        font-size: 28px;
    }

    .product-content-tab {
        padding: 14px 18px;
        font-size: 13px;
    }
}

/* --- 1024px: tablet landscape --- */
@media (max-width: 1024px) {

    /* title */
    .product-title {
        font-size: 24px;
    }

    .product-title-row {
        margin-bottom: 24px;
    }

    /* main 3-col → single column */
    .product-main {
        flex-direction: column;
        gap: 24px;
    }

    .product-gallery {
        width: 100%;
        max-width: 560px;
        margin: 0 auto;
    }

    .product-specs {
        width: 100%;
        max-width: 100%;
    }

    .product-purchase-wrap {
        width: 100%;
        max-width: 480px;
    }

    /* content panel sidebar stacks below */
    .product-content-panel.active {
        flex-direction: column;
    }

    .product-content-main {
        width: 100%;
    }

    .product-sidebar {
        width: 100%;
    }

    /* chars table full width */
    .product-chars-table {
        max-width: 100%;
    }

    /* tabs */
    .product-content-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
    }
}

/* --- 768px: tablet portrait --- */
@media (max-width: 768px) {

    /* breadcrumbs */
    .product-detail .bredcrumbs-container {
        padding-top: 12px;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    .bread-link {
        font-size: 12px;
    }

    /* title row */
    .product-title-row {
        gap: 12px;
        margin-bottom: 20px;
    }

    .product-title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .product-back-btn {
        width: 36px;
        height: 36px;
    }

    /* gallery: thumbnails go horizontal on mobile */
    .product-gallery {
        flex-direction: column;
        max-width: 100%;
    }

    .product-gallery__thumbnails-wrap {
        flex-direction: row;
        width: 100%;
        order: 2;
        gap: 4px;
        overflow-x: auto;
    }

    .product-gallery__thumbnails {
        flex-direction: row;
        gap: 6px;
    }

    .product-gallery__thumb-scroll--up,
    .product-gallery__thumb-scroll--down {
        display: none;
    }

    .product-gallery__main {
        order: 1;
        width: 100%;
        max-height: 320px;
    }

    /* specs */
    .product-specs-tab {
        padding: 8px 14px;
        font-size: 13px;
    }

    /* purchase */
    .product-purchase-wrap {
        max-width: 100%;
    }

    .product-purchase {
        padding: 16px;
    }

    .product-price {
        font-size: 20px;
    }

    .product-unit-btn {
        padding: 8px 12px;
        font-size: 13px;
    }

    .product-btn {
        padding: 12px 18px;
        font-size: 14px;
    }

    /* content tabs */
    .product-content-tabs {
        margin-bottom: 20px;
    }

    .product-content-tab {
        padding: 12px 14px;
        font-size: 12px;
        letter-spacing: 0;
    }

    /* sidebar brand */
    .product-brand-top {
        gap: 10px;
    }

    .product-brand-name {
        font-size: 22px;
    }

    .product-brand-logo-img {
        width: 76px;
        height: 50px;
    }

    /* sidebar blocks side-by-side on tablet */
    .product-sidebar {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

    .product-sidebar-block {
        flex: 1 1 calc(50% - 8px);
        margin-bottom: 0;
        min-width: 220px;
    }

    .product-sidebar-block.product-brand {
        flex: 1 1 100%;
    }
}

/* --- 480px: mobile --- */
@media (max-width: 480px) {

    /* breadcrumbs: hide middle items */
    .bread-link:not(:first-child):not(:last-child) {
        display: none;
    }

    /* title */
    .product-title {
        font-size: 17px;
        line-height: 1.3;
    }

    .product-title-row {
        flex-direction: row;
        align-items: flex-start;
    }

    .product-meta {
        flex-wrap: wrap;
        gap: 6px;
    }

    .product-gost {
        font-size: 12px;
    }

    /* gallery */
    .product-gallery__main {
        max-height: 260px;
    }

    .product-gallery__thumb {
        width: 52px;
        height: 52px;
        min-width: 52px;
        min-height: 52px;
    }

    /* specs tabs */
    .product-specs-tabs {
        margin-bottom: 14px;
    }

    .product-specs-tab {
        padding: 7px 12px;
        font-size: 12px;
    }

    /* purchase */
    .product-purchase {
        padding: 14px 12px;
    }

    .product-price {
        font-size: 18px;
    }

    .product-purchase-buttons {
        flex-direction: column;
        gap: 8px;
    }

    .product-btn {
        width: 100%;
        justify-content: center;
        padding: 13px 16px;
        font-size: 14px;
    }

    .product-quantity {
        width: 100%;
    }

    /* content tabs: wrap & shrink */
    .product-content-tab {
        padding: 10px 10px;
        font-size: 11px;
        flex: 1 1 auto;
        text-align: center;
    }

    /* sidebar: stack all blocks */
    .product-sidebar {
        flex-direction: column;
        gap: 12px;
    }

    .product-sidebar-block {
        flex: 1 1 100%;
        padding: 16px;
    }

    /* brand */
    .product-brand-name {
        font-size: 20px;
    }

    .product-brand-logo-img {
        width: 68px;
        height: 44px;
    }

    .product-brand-flag-img {
        width: 26px;
        height: 26px;
    }

    .product-brand-flag-row {
        font-size: 12px;
    }

    /* chars table */
    .product-chars-table {
        font-size: 13px;
    }

    /* desc */
    .product-desc p {
        font-size: 14px;
    }

    /* checkboxes */
    .product-checkboxes {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .product-checkbox {
        font-size: 13px;
    }
}

/* --- 360px: small mobile --- */
@media (max-width: 360px) {
    .product-title {
        font-size: 15px;
    }

    .product-back-btn {
        width: 32px;
        height: 32px;
    }

    .product-gallery__main {
        max-height: 220px;
    }

    .product-gallery__thumb {
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
    }

    .product-content-tab {
        font-size: 10px;
        padding: 8px 6px;
    }

    .product-price {
        font-size: 16px;
    }

    .product-btn {
        font-size: 13px;
        padding: 11px 12px;
    }

    .product-brand-name {
        font-size: 18px;
    }

    .product-brand-logo-img {
        width: 58px;
        height: 38px;
    }
}

/* ===== logos-grid responsive ===== */
@media(max-width: 1030px) {
    .logos-grid .logo-item {
        width: calc(33.3333% - 14px);
    }
}

@media(max-width: 780px) {
    .logos-grid .logo-item {
        width: calc(50% - 10px);
    }
}

@media(max-width: 480px) {
    .logos-grid {
        gap: 12px;
    }

    .logos-grid .logo-item {
        width: 100%;
        padding: 20px 15px;
    }
}

/* ===== partners-m-inner responsive ===== */
@media(max-width: 1030px) {
    .partners-m-inner .d-flex .item {
        width: calc(33.3333% - 14px);
    }
}

@media(max-width: 780px) {
    .partners-m-inner .d-flex .item {
        width: calc(50% - 10px);
    }
}

@media(max-width: 480px) {
    .partners-m-inner .d-flex {
        gap: 12px;
    }

    .partners-m-inner .d-flex .item {
        width: 100%;
        padding: 18px 15px;
    }
}

/* --- PRODUCT LIST MEDIA STYLES (Added from html_new) --- */
.pl-sidebar-mob-header,
.pl-sidebar-mob-footer,
.pl-mob-filter-btn,
.pl-filter-overlay {
    display: none;
}

body.pl-no-scroll {
    overflow: hidden;
}

/* --- PRODUCT LIST MEDIA — TABLET (768–1024) --- */
@media (max-width: 1024px) {
    .pl-main-layout {
        flex-direction: column;
    }

    .pl-sidebar {
        width: 100%;
    }

    .pl-card-img-box {
        width: 130px;
        min-width: 130px;
    }

    .pl-card-img-box img {
        max-width: 100%;
    }
}

/* --- PRODUCT LIST MEDIA — MOBILE (≤768px) --- */
@media (max-width: 768px) {

    /* ——— Hide brands, breadcrumbs on mobile ——— */
    .pl-brands-box,
    .bredcrumbs-container {
        display: none;
    }

    /* ——— Tags container: horizontal scrollable strip ——— */
    .pl-tags-container {
        padding: 0 16px;
    }

    .pl-tags-label,
    .pl-tags-more {
        display: none;
    }

    .pl-tags-row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 8px;
        padding-bottom: 12px;
        scrollbar-width: none;
    }

    .pl-tags-row::-webkit-scrollbar {
        display: none;
    }

    .pl-tag-item {
        flex-shrink: 0;
        white-space: nowrap;
        padding: 8px 16px;
        border: 1px solid #EAEAEA;
        border-radius: 20px;
        font-size: 13px;
        color: #111;
        text-decoration: none;
        background: #fff;
    }

    /* Filter button inside tags row on mobile */
    .pl-mob-filter-btn {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 8px 16px;
        border: 1px solid #EAEAEA;
        border-radius: 20px;
        background: #fff;
        font-size: 13px;
        font-weight: 500;
        color: #111;
        cursor: pointer;
        font-family: 'Inter', sans-serif;
        flex-shrink: 0;
        white-space: nowrap;
        margin-bottom: 0;
    }
    .pl-sidebar {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100% !important;
        max-width: 100%;
        height: 100%;
        background: #fff;
        z-index: 10000;
        overflow-y: auto;
        padding: 0 16px 100px 16px;
        box-sizing: border-box;
        flex-direction: column;
    }

    .pl-sidebar.open {
        display: flex;
    }

    /* Filter overlay backdrop */
    .pl-filter-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.4);
        z-index: 9999;
    }
    .pl-filter-overlay.open {
        display: block;
    }

    /* Mobile sidebar header */
    .pl-sidebar-mob-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0 16px;
        border-bottom: 1px solid #EAEAEA;
        margin-bottom: 16px;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 2;
    }

    .pl-sidebar-mob-title {
        font-size: 20px;
        font-weight: 700;
        color: #111;
        font-family: 'Inter', sans-serif;
    }

    .pl-sidebar-close {
        border: none;
        background: none;
        cursor: pointer;
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Mobile sidebar footer — sticky bottom button */
    .pl-sidebar-mob-footer {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 12px 16px;
        background: #fff;
        border-top: 1px solid #EAEAEA;
        z-index: 10001;
    }

    .pl-sidebar-mob-apply {
        display: block;
        width: 100%;
        padding: 14px;
        border: none;
        border-radius: 30px;
        background: #F25916;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        font-family: 'Inter', sans-serif;
        text-align: center;
    }

    /* ——— Page title / head ——— */
    .pl-head {
        display: grid;
        grid-template-columns: auto 1fr;
        column-gap: 12px;
        row-gap: 6px;
        align-items: start;
        margin-bottom: 24px;
    }

    .pl-back-btn {
        grid-column: 1;
        grid-row: 1;
        margin-top: 2px;
    }

    .pl-page-title {
        grid-column: 2;
        grid-row: 1;
        font-size: 22px !important;
        line-height: 1.2;
        margin-bottom: 0;
    }

    .pl-count-badge {
        grid-column: 2;
        grid-row: 2;
        font-size: 11px;
        justify-self: start;
    }

    /* ——— Product card — vertical stacked layout on mobile ——— */
    .pl-item-card {
        flex-direction: column;
        flex-wrap: nowrap;
        padding: 16px;
        gap: 16px;
        align-items: stretch;
        margin-bottom: 16px;
        background: #FAFAFA; /* Light background for the card body if needed, or white */
        border: none;
        border-radius: 12px;
        padding-bottom: 16px;
    }

    .pl-card-img-box {
        width: 100% !important;
        max-width: none !important;
        height: 180px !important;
        min-height: 180px;
        border-radius: 12px;
        background-color: #F4F4F4; /* Light grey box for image */
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .pl-card-img-box img {
        max-width: 90%;
        max-height: 90%;
        height: auto;
    }

    .pl-card-content {
        display: grid;
        grid-template-columns: 120px 1fr;
        gap: 0 12px;
        width: 100%;
        min-width: 0;
    }

    /* Use display contents to flatten DOM for CSS grid */
    .pl-card-row-2, 
    .pl-card-row-3, 
    .pl-card-row-4 {
        display: contents;
    }

    /* Row 1: status & rating (stays flex) */
    .pl-card-row-1 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        grid-column: 1 / -1;
        grid-row: 1;
        margin-bottom: 12px;
    }

    .pl-card-status {
        font-size: 11px;
        gap: 8px;
    }

    .pl-card-rating {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .pl-card-rating svg {
        width: 12px;
        height: 12px;
    }
    
    .pl-card-rating span {
        font-size: 11px;
        color: #111;
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        margin-left: 2px;
    }

    /* Hide GOST and props as per screenshot */
    .pl-card-gost, 
    .pl-card-props {
        display: none;
    }

    /* Title */
    .pl-card-title {
        grid-column: 1 / -1;
        grid-row: 2;
        font-size: 13px;
        line-height: 1.4;
        margin: 0 0 12px 0;
    }

    .pl-card-title a {
        font-size: 13px;
    }

    /* Price */
    .pl-card-price {
        grid-column: 1 / -1;
        grid-row: 3;
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 16px 0;
        text-align: left;
    }

    /* Quantity and Button bottom row */
    .pl-card-quantity {
        grid-column: 1;
        grid-row: 4;
        width: 100%;
        max-width: none;
        height: 44px;
    }

    .pl-card-add-btn {
        grid-column: 2;
        grid-row: 4;
        width: 100%;
        text-align: center;
        padding: 0;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        border-radius: 30px;
    }

    /* ——— Controls ——— */
    .pl-controls {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .pl-sort {
        width: 100%;
    }

    .pl-view-modes {
        display: none;
    }

    /* ——— Pagination ——— */
    .pl-pagination {
        gap: 6px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pl-page {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    /* ——— Related products ——— */
    .pl-section-block.new_products.otr-catalog .d-flex {
        flex-direction: column;
        gap: 12px;
    }

    .pl-section-block.new_products.otr-catalog .d-flex .item {
        width: 100%;
    }

    .pl-section-title {
        font-size: 18px;
    }

    /* ——— Sidebar filter blocks inside overlay ——— */
    .pl-sidebar .pl-sidebar-top {
        margin-bottom: 10px;
    }

    .pl-sidebar .pl-filter-block {
        padding-bottom: 16px;
        margin-bottom: 12px;
    }

    .pl-sidebar .pl-filter-title {
        font-size: 14px;
    }

    .pl-sidebar .pl-checkbox-list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
    }

    .pl-sidebar .pl-checkbox {
        border: 1px solid #EAEAEA;
        border-radius: 20px;
        padding: 6px 14px;
        margin-bottom: 0;
        gap: 6px;
    }

    /* Hide checkbox inputs in pill mode */
    .pl-sidebar .pl-checkbox input[type="checkbox"] {
        display: none;
    }

    .pl-sidebar .pl-checkbox-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .pl-sidebar .pl-checkbox-grid .pl-checkbox {
        border: 1px solid #EAEAEA;
        border-radius: 20px;
        padding: 6px 12px;
        margin-bottom: 0;
    }

    .pl-sidebar .pl-checkbox-grid .pl-checkbox input[type="checkbox"] {
        display: none;
    }

    /* Color palette in mobile */
    .pl-color-palette {
        flex-wrap: wrap;
    }
}

/* --- PRODUCT LIST MEDIA — SMALL MOBILE (≤480px) --- */
@media (max-width: 480px) {
    .pl-page-title {
        font-size: 18px !important;
    }

    .pl-head {
        gap: 8px;
    }

    .pl-card-title {
        font-size: 12px;
    }

    .pl-card-title a {
        font-size: 12px;
    }

    .pl-card-price {
        font-size: 16px;
    }

    /* Breadcrumbs */
    .product-list-page .bredcrumbs-container {
        padding: 10px 0;
    }

    .product-list-page .bread-link {
        font-size: 12px;
    }
}