.mob_block {
    display: none !important;
}
body,
html {
    overflow-x: hidden;
}

@media screen and (min-width: 1400px) {
    html {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 1400px) and (min-width: 1300px) {
    html {
        font-size: 15px !important;
    }
}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
    html {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 1200px) and (min-width: 1100px) {
    html {
        font-size: 13px !important;
    }
}
@media screen and (max-width: 1100px) and (min-width: 1050px) {
    html {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 1050px) and (min-width: 992px) {
    html {
        font-size: 11px !important;
    }
}

@media screen and (min-width: 992px) {
}

@media screen and (max-width: 992px) {
    .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        height: auto;
    }
    .mob_full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .burger.mob_block {
        display: flex !important;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .btn {
        height: 3.25rem;
        width: 100%;
        font-size: 1.1rem;
    }
    .section-title {
        font-size: 1.85rem;
    }
    .header-inner {
        padding: 1.25rem 0;
        justify-content: flex-end;
    }
    .hero-slide1 .hero-inner {
        flex-direction: column;
    }
    .hero-content {
        width: 100%;
    }
    .hero-slide1 .hero-product {
        height: unset;
        width: 100%;
    }
    .hero-slide1 .hero-img-wrap {
        width: 100%;
    }
    .hero-center .hero-content {
        width: unset;
    }
    .hero-slide.hero-slide1 {
        background: linear-gradient(
            0deg,
            #fafafa 5.65%,
            #f3f1ef 24.42%,
            #dbd7d1 28.67%,
            #d7d5cf 100%
        );
    }
    .hero-section {
        margin-top: 4.25rem;
    }
    .hero-slide {
        padding-top: 2.5rem;
    }
    .hero-left .hero-inner {
        align-items: flex-end;
        padding-bottom: 5rem;
    }

    .promo-section .container {
        width: 100%;
        padding: 0;
    }
    .promo-inner {
        display: block;
    }
    .promo-inner .slick-list {
        /* overflow: visible; */
    }
    .promo-inner .slick-slide {
        padding: 0 0.625rem;
    }
    .promo-card-content {
        max-width: 100%;
    }
    .promo-card {
        height: 15rem;
    }
    .promo-img2 {
        top: -2rem;
    }
    .category-inner {
        /* grid-template-columns: 1fr; */
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    .category-title {
        top: 0.65rem;
        left: 1rem;
    }
    .category-icon {
        width: 2.25rem;
        height: 2.25rem;
    }
    .category-card {
        height: 15rem;
    }
    .products-link {
        display: none;
    }
    .products-inner1 {
        display: block;
    }
    .products-inner1 .slick-list {
        overflow: visible;
        margin: 0 -0.375rem;
    }
    .products-inner1 .slick-track {
        display: flex;
        align-items: stretch;
    }
    .products-inner1 .slick-slide {
        height: auto;
        padding: 0 0.375rem;
    }
    .products-inner1 .product-card {
        height: 100%;
    }
    .product-media {
        height: 16rem;
    }
    .product-badge {
        font-size: 0.9rem;
    }
    .product-badge.bottom {
        top: 2.3rem;
    }
    .brands-section .container {
        width: 100%;
        padding: 0;
    }
    .brands-inner .slick-list {
        overflow: visible;
    }
    .brands-inner .slick-slide {
        padding: 0 0.85rem;
    }
    .brand-card {
        height: auto;
        overflow: visible;
        border-radius: 0;
        background: transparent;
    }
    .brand-box {
        position: relative;
        overflow: hidden;
        display: block;
        height: 15.5rem;
        border-radius: 0.3125rem;
        background: #f3f3f3;
        margin-bottom: 1.25rem;
    }
    .brand-img1 {
        top: 0;
        left: -1rem;
        width: 17rem;
        height: 16rem;
    }
    .brand-img2 {
        left: -1rem;
        width: 15rem;
        height: 22.5rem;
    }
    .brand-img3 {
        width: 34rem;
        height: 34rem;
        top: -7rem;
    }
    .brand-date {
        top: 1rem;
        right: 1rem;
        font-size: 1.15rem;
    }
    .brand-title {
        left: unset;
        right: 1.15rem;
        width: 62%;
        top: 50%;
        padding-right: 0;
        font-size: 1.8rem;
        letter-spacing: -0.05rem;
        text-align: right;
    }
    .brand-content {
        position: static;
        width: 100%;
        padding: 0 1.25rem;
        transform: none;
    }
    .brand-desc {
        font-size: 1.35rem;
        margin-bottom: 0.85rem;
    }
    .brand-content .btn {
        width: auto;
        height: auto;
        padding: 0;
        background: transparent;
        color: #333;
        border-radius: 0;
    }
    .brand-content .btn:hover {
        background: transparent;
        color: #333;
    }
    .brand-card.center .brand-title {
        font-size: 3.5rem;
        letter-spacing: -0.1rem;
        top: 1.25rem;
    }
    .brand-card.center .brand-content {
        position: static;
        align-items: flex-start;
        text-align: left;
        transform: none;
    }
    .brand-card.center .brand-desc {
        color: #333;
        margin-bottom: 0.85rem;
    }
    .products-head {
        margin-bottom: 1.85rem;
    }
    .collections-head {
        flex-direction: column;
        align-items: unset;
        gap: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .sort-drop {
        right: unset;
        left: 0;
        min-width: 17rem;
    }
    .collections-filter {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        margin: 0 -15px 0;
        padding: 0 15px;
    }
    .collections-filter::-webkit-scrollbar {
        display: none;
    }
    .filter-chip {
        flex-shrink: 0;
        height: auto;
    }
    .collections-inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.85rem;
    }
    .collection-card {
        height: 14rem;
    }
    .collection-title {
        font-size: 2rem;
    }
    .collection-content {
        padding-top: 2.35rem;
        width: 33%;
        padding-right: 1.5rem;
    }
    .collection-btn {
        display: none;
    }
    .collection-img1 {
        width: 24rem;
        height: 24rem;
    }
    .collection-img2 {
        width: 35rem;
        height: 22rem;
        top: -2rem;
    }
    .collection-img3 {
        width: 22rem;
        height: 27rem;
    }
    .collection-img4 {
        width: 28.9375rem;
        height: 19.75rem;
        top: 1rem;
    }
    .collection-img5 {
        width: 37.875rem;
        height: 26.875rem;
        top: 0rem;
    }
    .collection-img6 {
        width: 25.0625rem;
        height: 21.75rem;
    }
    .ourbrands-title {
        margin-bottom: 1.5rem;
    }
    .ourbrands-track {
        gap: 1rem;
        animation-duration: 22s;
    }
    .ourbrands-card {
        width: 13.8rem;
        height: 6.85rem;
    }
    .ourbrands-logo {
        /* max-height: 2rem; */
    }
    @keyframes ourbrands-scroll {
        from {
            transform: translate3d(0, 0, 0);
        }
        to {
            transform: translate3d(calc(-50% - 0.45rem), 0, 0);
        }
    }
    .site-footer {
        padding: 2.5rem 0;
    }
    .footer-watermark {
        /* bottom: -50%; */
        height: unset;
        top: 107%;
    }
    .footer-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2.75rem 1.25rem;
        margin-bottom: 2.5rem;
    }
    .footer-brand {
        grid-column: 1 / -1;
    }
    .footer-logo {
        margin-bottom: 0;
    }
    .footer-brand .footer-contacts,
    .footer-brand .footer-socials {
        display: none;
    }
    .footer-col-title {
        margin-bottom: 1.5rem;
        font-size: 1.35rem;
    }
    .footer-nav {
        gap: 0.85rem;
    }
    .footer-contacts-mob {
        grid-column: 1 / -1;
        display: block;
    }
    .footer-contacts-mob .footer-contacts {
        gap: 0.85rem;
        margin-bottom: 1.5rem;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }
    .text-inner {
        grid-template-columns: 1fr;
    }
    .img-section {
        height: 21rem;
    }
    .br-section {
        padding-top: 6rem;
        margin-bottom: 2rem;
    }
    .values-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .values-item {
        min-height: 11.5rem;
        padding: 1.6rem 1.15rem 1.6rem 0;
        border-bottom: 1px solid #dcdcdc;
    }
    .values-item:nth-child(3n) {
        border-right: 1px solid #dcdcdc;
        padding-right: 1.15rem;
    }
    .values-item:nth-child(2n) {
        border-right: none;
        padding-right: 0;
        padding-left: 1.15rem;
    }
    .values-item:nth-child(2n + 1) {
        padding-left: 0;
    }
    .values-item:nth-child(n + 4) {
        border-bottom: 1px solid #dcdcdc;
    }
    .values-item:nth-child(n + 5) {
        border-bottom: none;
    }
    .values-title {
        margin-bottom: 1.25rem;
        font-size: 1.5rem;
    }

    .about-inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.5rem;
    }
    .about-media {
        height: 20.5rem;
    }
    .about-media-logo {
        width: 5.5rem;
        height: 2rem;
    }
    .about-title {
        margin-bottom: 1.15rem;
        font-size: 1.5rem;
    }
    .about-text {
        margin-bottom: 2rem;
    }
    .about-stats {
        grid-template-columns: repeat(4, auto);
        margin-top: 0;
    }
    .about-stat {
        min-height: 7.5rem;
        padding: 0.75rem;
    }
    .about-stat-num {
        font-size: 1.5rem;
        letter-spacing: -0.05rem;
    }
    .about-stat-label {
        margin-top: 1.15rem;
        font-size: 1rem;
    }
    .cta-inner {
        grid-template-columns: minmax(0, 1fr);
    }
    .cta-section {
        height: unset;
    }
    .cta-section .container {
        width: 100%;
        padding: 0;
    }
    .cta-content {
        min-height: 19rem;
        padding: 1.85rem;
    }
    .cta-marquee {
        height: 23rem;
        padding: 0.75rem;
        gap: 0.45rem;
    }
    .cta-col-track .product-media {
        height: 8.5rem;
    }
    .cta-col-track .product-slider .slick-dots li {
        width: 1rem;
        height: 1rem;
    }
    .cta-col-track .product-slider .slick-dots li button {
        width: 1rem;
        height: 1rem;
    }
    .cta-col-track .product-info .btn {
        font-size: 0.85rem;
        padding: 0.3rem;
        height: 2.6rem;
    }
    .cta-col-track .cta-col .product-title {
        font-size: 0.9rem;
    }
    .products-inner2 {
        grid-template-columns: 1fr 1fr;
        gap: 0.65rem;
    }
    .collections-sort {
        max-width: 12rem;
    }
    .sort-filter {
        justify-content: space-between;
    }
    .filter-price {
        flex-direction: column;
        align-items: flex-start;
    }
    .filter-panel-inner {
        width: 100%;
        padding: 1.25rem;
    }
    .filter-price-input {
        font-size: 1.15rem;
    }
    .brandlist-inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.5rem;
    }
    .brandlist-logo {
        width: 16.5rem;
        height: 5.125rem;
    }
    .prod-inner,
    .reviews-inner {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .prod-tabs {
        gap: 1.25rem;
    }
    .prod-tab {
        font-size: 1.1rem;
    }
    .prod-thumb {
        width: 3.5rem !important;
        height: 3.5rem;
    }
    .prod-gallery {
        height: 25rem;
    }
    .reviews-sort-drop {
        min-width: 15rem;
    }
    .review-stars {
        font-size: 1.65rem;
    }
    .in-grid {
        grid-template-columns: 1fr;
    }
    .in-grid img {
        height: 24rem;
    }
    .contacts-title {
        margin-bottom: 2rem;
    }
    .contacts-inner {
        grid-template-columns: minmax(0, 1fr);
    }
    .checkout-inner {
        grid-template-columns: minmax(0, 1fr);
        /* gap: 2.5rem; */
    }
    .checkout-form {
        padding-right: 0;
        border-right: none;
    }
    .checkout-item-media {
        width: 7rem;
        height: 7rem;
    }
    input,
    textarea,
    .checkout-select-btn,
    .checkout-textarea {
        font-size: 1.15rem;
    }
    .checkout-item-prices {
        flex-direction: column-reverse;
        gap: 0.35rem;
        align-items: start;
    }
    .checkout-item-bottom {
        align-items: flex-end;
    }
    .account-form {
        width: 100%;
    }
    .account-head {
        flex-direction: column;
        align-items: unset;
        gap: 0.75rem;
    }
    .orders-total {
        font-size: 1.15rem;
    }
    .orders-wrap {
        width: 100%;
    }
    .order-card {
        flex-direction: column;
        align-items: stretch;
        height: auto;
        gap: 1rem;
        padding: 1.25rem;
    }
    .order-info {
        width: 100%;
        padding-right: 0;
        border-right: none;
    }
    .order-status {
        font-size: 1.25rem;
    }
    .order-addr {
        font-size: 1.05rem;
    }
    .order-addr-val {
        -webkit-line-clamp: unset;
    }
    .order-thumbs {
        gap: 0.5rem;
    }
    .order-thumb {
        width: 5.5rem;
        height: 5.5rem;
    }
    .order-sum {
        display: flex;
        gap: 0.5rem;
        text-align: left;
        font-size: 1.5rem;
    }
    .order-sum-key {
        display: inline;
    }
    .orderdet-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.65rem;
    }
    .orderdet-box {
        flex-direction: column;
        align-items: flex-start;
    }
    .orderdet-item-prices {
        flex-direction: column-reverse;
        margin-top: 0.65rem;
    }
    .addr-modal-inner {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        height: unset;
        max-height: 90%;
        overflow-y: auto;
    }
    .addr-modal-map {
        height: 17rem;
    }
    .confirm-modal-inner {
        width: 90%;
    }
    .pay-modal-inner {
        padding: 1rem;
    }
    .pay-card {
        height: 14.5rem;
    }
    .cart-panel-inner {
        padding: 1rem;
        width: 100%;
    }
    .cart-item-media {
        height: 9rem;
        width: 9rem;
    }
    .auth-inner {
        width: 100%;
    }
    .auth-hint,
    .auth-policy,
    .auth-code-error,
    .auth-code-resend {
        font-size: 1rem;
    }
    .prod-tab-body{
        font-size: 1rem;
    }
    .header-search-form {
        height: 3.625rem;
    }
    .header-search-close {
        right: 0.8rem;
        top: 1rem;
        width: 1.5rem;
    }
    .hero-bg{
        position: static;
        height: auto;
    }
    .hero-content{
        padding-top: 1rem;
        color: black;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .hero-content *{
        text-align: center;
    }
    .hero-slide{
        padding-top: 0;
    }
    .hero-inner{
        height: auto!important;
        padding-bottom: 1rem!important;
    }
    .hero-slide .container{
        height: auto!important;
    }
    .hero-desc {
        font-size: 1.25rem;
        letter-spacing: 0;
        margin-bottom: 1rem;
    }
    .hero-slide {
        height: 30rem;
    }
    .promo-section {
        margin-top: 1.5rem;
    }
    .products-inner {

        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        row-gap: 2rem;

    }
    .product-title {
        margin-bottom: 0.75rem;
        font-size: 1.2rem;
        font-weight: 700;
    }
    .footer-nav{
        font-size: 1rem;
    }
    .brands-section{
        display: none;
    }
    .catalog-content .category-inner {
        grid-template-columns: repeat(2, 1fr);
    }
    .catalog-content .category-title {
        top: 0.65rem;
        right: 0.65rem;
        font-size: 1rem;
    }
    .catalog-content .category-card {
        height: 7rem;
    }
    .br-section {
        padding-top: 5rem;
        margin-bottom: 2rem;
        font-size: 1rem;
    }
    .values-desc {
        letter-spacing: 0;
        font-size: 0.9rem;
        font-weight: 400;
    }
    .text-block, .content{
        font-size: 1rem;
    }
    .collection-count{
        font-size: 1rem;
    }
    .img-section2 {
        height: 17rem;
    }
    .sort-drop, .review-text {
        font-size: 1rem;
    }
    .brandlist-count {
        font-size: 1rem;
    }
    .brandlist-inner{
        padding-top: 1.5rem;
    }
    .checkout-item-name {
        font-size: 1.25rem;
    }
}
@media screen and (max-width: 550px) {
    body {
        font-size: 1.2rem;
    }
}
