@media (min-width: 992px) and (max-width: 1280px){
	.header__menu-list {
		gap: 30px;
	}
	.header__logo-image {
		width: 200px;
	}
}
@media (min-width: 992px) {
    .header.mobile{
        display: none;
    }
}
@media (max-width: 991px) {
    .header.dekstop{
        display: none;
    }
	.product-showcase {
        display: flex;
        min-height: 0;
        flex-direction: column;
    }

    .product-showcase__media {
        width: 100%;
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .product-showcase__content {
        display: block;
        padding: 48px 24px 64px;
    }

    .product-showcase__content-inner {
        max-width: none;
    }

    .product-showcase__eyebrow {
        margin-bottom: 22px;
        font-size: 14px;
    }

    .product-showcase__title {
        margin-bottom: 24px;

        font-size: clamp(38px, 11vw, 50px);
        line-height: 1.08;
    }

    .product-showcase__description {
        margin-bottom: 32px;

        font-size: 15px;
        line-height: 1.6;
    }

    .product-showcase__links {
        display: flex;
        margin-bottom: 36px;
        gap: 18px;
		justify-content: space-between;
    }
	
	.product-showcase__link {
		font-size: 14px;
		gap: 3px;
	}
	
    .product-showcase__button {
        width: 100%;
        min-width: 0;
        min-height: 60px;
    }

    .product-showcase__slider-controls {
        right: 18px;
        bottom: 18px;
    }

    .product-showcase__slider-button {
        width: 44px;
        height: 44px;
    }
	  .product-showcase {
        grid-template-columns: minmax(0, 52%) minmax(0, 48%);
        min-height: 680px;
    }

    .product-showcase__media {
        min-height: 400px;
    }

    .product-showcase__content {
        padding: 64px 48px;
    }

    .product-showcase__eyebrow {
        margin-bottom: 32px;
    }

    .product-showcase__title {
        font-size: clamp(46px, 5vw, 62px);
    }
	 .product-accessories {
        padding: 0 0 64px;
    }

    .product-accessories__header {
        margin-bottom: 30px;
    }

    .product-accessories__heading {
        gap: 8px 12px;
    }

    .product-accessories__title {
        font-size: 38px;
		font-weight: 400;
    }

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

    .product-accessories__grid {
        grid-template-columns: 1fr!important;
        gap: 24px;
    }
	
	.product-accessories.ventilation .product-accessories__wrapper {
		grid-template-columns: 1fr;
	}
	
    .product-accessories__card {
        min-height: 440px;
    }

    .product-accessories__image-wrapper {
        height: 245px;
    }
	.product-accessories.ventilation .product-accessories__image-wrapper {
        height: 275px;
    }
	.product-accessories.ventilation .product-accessories__content,
    .product-accessories__content {
        min-height: 190px;
        padding: 18px 28px 34px;
    }

    .product-accessories__card-title {
        margin-bottom: 20px!important;
    }

    .product-accessories__description {
        margin-bottom: 22px;
    }
	.design-banner,
    .design-banner__container {
        min-height: 540px;
    }

    .design-banner__container {
        padding-top: 72px;
        padding-bottom: 72px;

        justify-content: center;
    }

    .design-banner__content,
    .design-banner--left .design-banner__content,
    .design-banner--right .design-banner__content {
        max-width: 640px;
        margin: 0 auto;

        text-align: center;
    }

    .design-banner--left .design-banner__description,
    .design-banner--right .design-banner__description {
        margin-right: auto;
        margin-left: auto;
    }

    .design-banner--left .design-banner__button,
    .design-banner--right .design-banner__button {
        margin-right: auto;
        margin-left: auto;
    }

    .design-banner__title {
        margin-bottom: 22px;
        font-size: clamp(38px, 7vw, 56px);
    }

    .design-banner__subtitle {
        font-size: 23px;
    }
	.design-banner--center .design-banner__description {
       font-size: 15px;
	}
	.homepage-video {
        padding: 0 0 0px;
    }

    .homepage-video__frame {
        aspect-ratio: 16 / 9;
        border-top-right-radius: 16px;
        border-top-left-radius: 16px;
    }

    .homepage-video__play {
        width: 96px;
        height: 96px;
    }
	.latest-news {
        padding: 0 0 64px;
    }

    .latest-news__grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .latest-news__card-link {
        grid-template-columns: 1fr;
        min-height: 360px;
    }
	.latest-news__image {
		height: 200px;
	}
    .latest-news__content {
        padding: 34px;
    }

    .latest-news__image-placeholder {
        min-height: 360px;
    }
	.footer__wrapper {
        min-height: 110px;
        padding: 26px 0;
		gap: 10px;
        flex-direction: column;
    }

    .footer__logo-image {
        width: 190px;
    }

    .footer__social-list {
        gap: 20px;
    }

    .footer__social-link {
        width: 36px;
        height: 36px;
    }

    .footer__social-icon {
        width: 32px;
        height: 32px;
    }
	.single-post__header {
        padding: 70px 0 44px;
    }

    .single-post__title {
        font-size: 38px;
    }

    .single-post__image-wrapper {
        aspect-ratio: 16 / 9;
        border-radius: 16px;
    }

    .single-post__body {
        padding-top: 52px;
        padding-bottom: 70px;
    }

    .single-post__content {
        font-size: 16px;
        line-height: 1.8;
    }
	.news-page__hero {
        padding: 68px 0 48px;
    }

    .news-page__title {
        font-size: clamp(40px, 7vw, 56px);
    }

    .latest-news--archive {
        padding: 60px 0 70px;
    }
	
	.hometech-product__breadcrumb-wrap {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .hometech-product__main {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .hometech-product__gallery {
        min-height: 480px;
        aspect-ratio: 4 / 3;
    }

    .hometech-product__slide {
        padding: 50px 60px;
    }

    .hometech-product__pagination.swiper-pagination-bullets {
        top: auto;
        right: 0;
        bottom: 24px;
        left: 0;
        justify-content: center;
        transform: none;
        flex-direction: row;
    }

    .hometech-product__summary {
        padding: 48px 24px 64px;
    }

    .hometech-product__summary-inner {
        max-width: none;
    }

    .hometech-product__title {
        font-size: clamp(36px, 7vw, 46px);
    }

    .hometech-product__title--without-subtitle {
        margin-bottom: 30px;
    }

    .hometech-product__subtitle {
        margin-bottom: 26px;
        font-size: 14px;
    }

  
    .hometech-product__files {
        grid-template-columns: 1fr;
    }

    .hometech-product__file-link {
        border-right: 0;
        border-bottom: 1px solid #d9d9d9;
    }

    .hometech-product__file-link:last-child {
        border-bottom: 0;
    }
	.hometech-product__details {
        padding: 64px 0;
    }

    .hometech-product__details-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 48px;
    }

    .hometech-product__video-wrap {
        width: 100%;
        max-width: 620px;
        margin: 0 auto;
    }
	 .woocommerce-message,
    .woocommerce-info {
        padding: 20px 20px 20px 56px !important;
        gap: 16px;

        align-items: flex-start;
        flex-direction: column;
    }

    .woocommerce-error {
        padding: 20px 20px 20px 56px !important;
    }

    .woocommerce-message::before,
    .woocommerce-info::before,
    .woocommerce-error::before {
        left: 20px !important;
    }

    .woocommerce-message .button,
    .woocommerce-info .button,
    .woocommerce-error .button,
    .woocommerce-notices-wrapper .button.wc-forward {
        width: 100%;
        margin-left: 0 !important;
    }
	.contact-page__hero {
        padding: 68px 0 48px;
    }

    .contact-page__title {
        font-size: clamp(40px, 7vw, 56px);
    }

    .contact-page__content {
        padding: 60px 0 72px;
    }

    .contact-page__grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .contact-page__info {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }

    .contact-page__form-card {
        padding: 42px;
    }
   
}
@media (max-width: 1199px) {
    .hometech-product__variation-item {
        grid-template-columns: minmax(0, 1fr);
    }

    .hometech-product__variation-cart-form {
        padding: 0 10px 10px;
        border-left: 0;
    }

    .woocommerce .hometech-product__variation-add-to-cart {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .hometech-product__options-title {
        font-size: 32px;
    }

    .hometech-product__variation-select {
        min-height: 84px;
        padding: 9px 12px 9px 9px;
        gap: 12px;
    }

    .hometech-product__variation-card-main {
        gap: 12px;
    }

    .hometech-product__variation-thumb {
        width: 60px;
        height: 60px;
        flex-basis: 60px;
    }

    .hometech-product__variation-name,
    .hometech-product__variation-price {
        font-size: 13px;
    }

  

    .hometech-product__variation-media-nav {
        width: 40px;
        height: 40px;
    }

    .hometech-product__variation-media-nav--prev {
        left: 14px;
    }

    .hometech-product__variation-media-nav--next {
        right: 14px;
    }
	.product-category-page__loop-video {
		min-height: fit-content;
	}
	.contact-page__hero {
        padding: 54px 0 40px;
    }

    .contact-page__eyebrow {
        margin-bottom: 14px;
        font-size: 13px;
    }

    .contact-page__title {
        font-size: 38px;
    }

    .contact-page__intro {
        margin-top: 18px;
        font-size: 14px;
    }

    .contact-page__content {
        padding: 48px 0 64px;
    }

    .contact-page__info {
        grid-template-columns: 1fr;
    }

    .contact-page__info-card,
    .contact-page__details-card,
    .contact-page__form-card {
        border-radius: 10px;
    }

    .contact-page__info-card {
        padding: 28px 24px;
    }

    .contact-page__details-card {
        padding: 26px 24px;
    }

    .contact-page__form-card {
        padding: 32px 24px;
    }

    .contact-page__form-title {
        font-size: 23px;
    }

    .contact-page__details-list > div {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .contact-page__form-shortcode .wpcf7-submit {
        width: 100%;
        min-width: 0;
    }

    /*
     * 16px apsaugo nuo automatinio input zoom iOS Safari.
     */
    .contact-page__form-shortcode
    .wpcf7-form-control:not(.wpcf7-submit) {
        font-size: 16px;
    }

    .contact-page__form-shortcode .wpcf7-spinner {
        display: block;
        margin: 12px auto 0;
    }
}
@media (max-width: 480px) {
    .product-showcase__media {
        aspect-ratio: 1 / 1;
    }

    .product-showcase__content {
        padding-right: 20px;
        padding-left: 20px;
    }

    .product-showcase__title {
        font-size: 38px;
    }

    .product-showcase__slider-controls {
        right: 14px;
        bottom: 14px;
    }

    .product-showcase__slider-button {
        width: 42px;
        height: 42px;
    }
	
	.hometech-product__gallery {
        min-height: 360px;
        aspect-ratio: 1 / 1;
    }

    .hometech-product__slide {
        padding: 42px 34px 58px;
    }

    .hometech-product__summary {
        padding: 64px 16px;
    }

    .hometech-product__title {
        font-size: 38px;
    }

    .woocommerce .hometech-product__cart .single_add_to_cart_button,
    .hometech-product__cart form.cart {
        width: 100%;
    }

	.hometech-product__technical {
		padding: 0px 16px 0px !important;
	}

    .hometech-product__file-link {
        min-height: 64px;
        padding-right: 20px;
        padding-left: 20px;
        font-size: 16px;
    }


    .hometech-product__technical-title {

        font-size: 38px;
    }

    .hometech-product__table {
        min-width: 500px;
        font-size: 13px;
    }

    .hometech-product__table th,
    .hometech-product__table td {
        padding: 12px 14px;
    }
	.product-showcase.hero.ventilation.short .product-showcase__content{
		order: 2;
	}
	.product-showcase.hero.ventilation.short .product-showcase__media{
		order: 1;
	}
	.contact-page__company {
        font-size: 23px;
    }

    .contact-page__contact-row {
        gap: 14px;
    }

    .contact-page__icon {
        width: 44px;
        height: 44px;

        flex-basis: 44px;
    }

    .contact-page__contact-row strong {
        font-size: 15px;
    }

    .contact-page__form-card {
        padding: 28px 20px;
    }

    .contact-page__form-shortcode .wpcf7-form p {
        margin-bottom: 18px;
    }
	
}


@media (prefers-reduced-motion: reduce) {
    .product-showcase__slider-button,
    .product-showcase__link,
    .product-showcase__link svg,
    .product-showcase__button,
    .product-showcase__button svg {
        transition: none;
    }
	
	.contact-page__contact-row,
    .contact-page__form-shortcode .wpcf7-submit,
    .contact-page__form-shortcode
    .wpcf7-form-control {
        transition: none;
    }
}