/* Relay Radio Store — responsive refinements */
@media (max-width: 1080px) {
	body.relay-store-theme .relay-shop-header__main {
		grid-template-columns: auto minmax(220px, 1fr) auto;
		gap: 18px;
	}
	body.relay-store-theme .relay-shop-header__store-name { display: none; }
	body.relay-store-theme .relay-shop-header__identity { min-width: auto; }
	body.relay-store-theme .relay-shop-header__commerce > a span:not(.relay-store-cart-count) { display: none; }
	body.relay-store-theme .relay-shop-header__commerce > a { width: 44px; padding: 0; justify-content: center; }
	body.relay-store-theme .relay-shop-header__cart { position: relative; }
	body.relay-store-theme .relay-store-cart-count {
		position: absolute;
		top: -6px;
		right: -4px;
		min-width: 19px;
		height: 19px;
	}
}

@media (max-width: 991px) {
	body.relay-store-theme #main { padding-top: 24px; padding-bottom: 42px; }
	body.relay-store-theme .relay-store-station-bar__tagline,
	body.relay-store-theme .relay-store-station-bar__actions > a:not(.relay-store-listen-live) { display: none; }
	body.relay-store-theme .relay-shop-footer__cta { align-items: flex-start; flex-direction: column; }
	body.relay-store-theme .relay-shop-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	body.relay-store-theme.single-product .product-summary-wrap { padding: 20px; }
}

@media (max-width: 767px) {
	body.relay-store-theme .container { width: min(100% - 24px, 1240px); }
	body.relay-store-theme .relay-store-station-bar__inner { min-height: 40px; }
	body.relay-store-theme .relay-store-station-bar__home { font-size: .76rem; }
	body.relay-store-theme .relay-store-station-bar__actions .relay-store-listen-live { padding: 5px 10px; font-size: .7rem; }

	body.relay-store-theme .relay-shop-header__main {
		grid-template-columns: 1fr auto;
		gap: 12px 16px;
		min-height: 0;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	body.relay-store-theme .relay-shop-header__identity { grid-column: 1; grid-row: 1; }
	body.relay-store-theme .relay-shop-header__logo-link .logo img {
		max-width: 62px !important;
		height: 54px !important;
		max-height: 54px !important;
	}
	body.relay-store-theme .relay-shop-header__commerce { grid-column: 2; grid-row: 1; }
	body.relay-store-theme .relay-shop-search { grid-column: 1 / -1; grid-row: 2; }
	body.relay-store-theme .relay-shop-search input[type="search"],
	body.relay-store-theme .relay-shop-search button { min-height: 44px; }
	body.relay-store-theme .relay-shop-nav__inner { min-height: 43px; }
	body.relay-store-theme .relay-shop-nav a { font-size: .72rem; padding: 7px 9px; }
	body.relay-store-theme .relay-shop-nav__spacer { display: none; }

	body.relay-store-theme .product-col .product-content { min-height: 150px; padding: 14px; }
	body.relay-store-theme.single-product .product-summary-wrap { padding: 14px; border-radius: 16px; }
	body.relay-store-theme.single-product .entry-summary { padding-top: 20px; }
	body.relay-store-theme.single-product .woocommerce-tabs,
	body.relay-store-theme.single-product .product-tab-container,
	body.relay-store-theme.single-product .related.products,
	body.relay-store-theme.single-product .upsells.products { padding: 16px; }

	body.relay-store-theme .relay-shop-footer__cta { padding-top: 30px; padding-bottom: 30px; }
	body.relay-store-theme .relay-shop-footer__cta-actions,
	body.relay-store-theme .relay-store-button { width: 100%; }
	body.relay-store-theme .relay-shop-footer__grid { grid-template-columns: 1fr; gap: 26px; padding-top: 32px; padding-bottom: 32px; }
	body.relay-store-theme .relay-shop-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-top: 18px; padding-bottom: 18px; }

	body.relay-store-theme .cart_totals,
	body.relay-store-theme #order_review,
	body.relay-store-theme .woocommerce-checkout-payment,
	body.relay-store-theme .woocommerce-MyAccount-content,
	body.relay-store-theme .woocommerce-form-login,
	body.relay-store-theme .woocommerce-form-register,
	body.relay-store-theme form.checkout_coupon { padding: 16px; }

	body.relay-store-theme.home .porto-products { padding: 16px !important; }
}

@media (max-width: 480px) {
	body.relay-store-theme .relay-store-station-bar__actions { gap: 0; }
	body.relay-store-theme .relay-shop-header__commerce { gap: 5px; }
	body.relay-store-theme .relay-shop-header__commerce > a { width: 40px; min-height: 40px; }
	body.relay-store-theme .product-col .woocommerce-loop-product__title,
	body.relay-store-theme .product-col .product-title,
	body.relay-store-theme .product-col h3 { font-size: .91rem; }
}

@media (prefers-reduced-motion: reduce) {
	body.relay-store-theme *,
	body.relay-store-theme *::before,
	body.relay-store-theme *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
