@media only screen and (max-width:1024px) {
    section.product .product-title {
        border:0px;
        margin-bottom: 1rem;
    }

    section.product .dots-container {
        padding-top:1.25rem;
        border-top:1px solid rgba(0, 0, 0, 0.1);
        justify-content: flex-start;
    }

    section.product .details-container {
        gap:0.75rem;
        padding: 1.25rem;
        margin-top: 1.5rem;
    }

    section.product .details-container .detail label {
        margin-top: 0.25rem;
    }
}

@media only screen and (max-width:992px) {
    .main-nav-mobile {
        width: 100%;
        display:flex;
        align-items: center;
        padding-top:1.5rem;
        padding-bottom:1.5rem;
        border-bottom:1px solid #424242;
    }

    .main-nav-mobile.light {
        border-bottom:1px solid #e5e5e5;
    }
    

    .main-nav-mobile .nav-trigger {
        aspect-ratio: 1/1;
        border-radius: 100%;
        border:0;
        background-color:#FF531D;
        padding: 0.75rem;
    }

    .main-nav-mobile .nav-trigger svg {
        fill:#fff;
    }

    h2.title {
        font-size:2rem;
    }

    section {
        padding: 5rem 0;
    }

    section.product {
        padding: 3rem 0;
    }

    .big-padding {
        padding: 3rem 0 !important;
    }

    .main-nav {
        display: none;
    }

    .hero .hero-content .hero-item {
        padding-top:8rem;
        padding-bottom:8rem;
    }

    .hero .hero-content h1 {
        font-size:2.5rem;
        margin-bottom: 1.5rem;
        line-height: 110%;
    }

    .hero .hero-content .details {
        flex-direction: column-reverse;
        line-height: 120%;
        gap:2rem;
    }

    .hero .hero-content .details .divider {
        display: none;
    }

    .hero .hero-content .details .btn {
        align-self: flex-start;
    }

    .hero .hero-content .hero-item img {
        width:90%;
    }

    /*why us*/
    .why-us img {
        width: 100%;
    }

    section.why-us p {
        font-size:1.25rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    section.rope-types .rope-type-container .details b {
        width: 70%;
        line-height: 100%;
    }

    section.clients {
        background-size: 60%;
    }

    section.clients .feedback-box {
        padding: 2rem;
    }

    section.clients .feedback-box .review p {
        font-size: 1.25rem;
    }

    section.products.main .filter-box {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 1;
        margin: 0;
        transition:all 300ms ease;
        transform: translateY(100%);
    }
    section.products.main .filter-box.active {
        box-shadow: 0px 15px 60px #00000057;
        transform: translate(0px);
        border-radius:1rem;
    }

    section.products.main .filter-box .title svg {
        display: block;
    }

    .title-section {
        padding: 2rem 0;
    }
    
    section.blog .blog-info-sticky h1 {
    	font-size:1.5rem;
    }
    
    footer form {
    	padding:1.5rem;
    }
    
    footer form .form-control {
    	margin-bottom:0.5rem;
    }
}

@media only screen and (min-width:992px) {
    .filter-buttons {
        display: none;
    }
    
	.hero .hero-content .details p {
	    width:50%;
	}
}