/**
 * Brandina Theme - Responsive styles
 */

@media (max-width: 1024px) {
	:root {
		--brandina-container: 960px;
	}
}

@media (max-width: 767px) {
	:root {
		--brandina-radius: 12px;
	}

	.brandina-container {
		width: min(calc(100% - 24px), var(--brandina-container));
	}
}

/* =========================================================
   Brandina v1.11.3 — fluid mobile browsing
   ========================================================= */
@media (max-width: 767px) {
    html {
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
        overscroll-behavior-y: auto;
    }

    body {
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-y: auto;
        touch-action: manipulation;
    }

    a,
    button,
    input,
    select,
    textarea {
        -webkit-tap-highlight-color: transparent;
    }

    .brandina-product-section.layout-slider .brandina-product-viewport,
    .brandina-ranked-list,
    .brandina-category-grid,
    .brandina-quick-links-track,
    .brandina-home-services {
        -webkit-overflow-scrolling: touch;
        scroll-behavior: auto !important;
        scroll-snap-type: none !important;
        overscroll-behavior-x: contain;
        overscroll-behavior-y: auto;
        touch-action: pan-x pan-y pinch-zoom !important;
    }

    .brandina-product-card,
    .brandina-ranked-item,
    .brandina-category-card,
    .brandina-quick-link {
        scroll-snap-align: none !important;
        scroll-snap-stop: normal !important;
    }
}
