/**
 * Pre-created Header & Product Slider – Responsive Styles
 */

/* Tablet */
@media (max-width: 1024px) {
	.chps-header-container {
		padding: 0 16px;
	}

	.chps-menu > li > a {
		padding: 8px 12px;
		font-size: 13px;
	}

	.chps-mini-cart-dropdown {
		width: 320px;
	}
}

/* Mobile / Tablet landscape */
@media (max-width: 768px) {
	.chps-hamburger {
		display: flex;
	}

	.chps-nav {
		display: none;
	}

	.chps-header-container {
		gap: 12px;
	}

	.chps-logo {
		flex: 1;
		display: flex;
		justify-content: center;
	}

	.chps-logo-img {
		max-width: 120px;
	}

	.chps-header-icons {
		gap: 0;
	}

	.chps-icon-btn {
		width: 40px;
		height: 40px;
	}

	.chps-mini-cart-dropdown {
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		max-height: 70vh;
		border-radius: 20px 20px 0 0;
		transform: translateY(100%);
	}

	.chps-mini-cart-dropdown.open {
		transform: translateY(0);
	}

	.chps-search-panel-inner {
		padding: 16px;
	}

	.chps-search-input {
		height: 48px;
		font-size: 15px;
	}

	.chps-search-item-link {
		gap: 12px;
		padding: 10px 4px;
	}

	.chps-search-item-img {
		width: 48px;
		height: 48px;
	}

	.chps-search-item-excerpt {
		display: none;
	}

	.chps-product-info {
		padding: 12px 14px 16px;
	}

	.chps-product-title {
		font-size: 14px;
	}

	.chps-btn {
		padding: 10px 20px;
		font-size: 12px;
	}

	.chps-swiper {
		padding-bottom: 32px;
	}
}

/* Small phones */
@media (max-width: 480px) {
	.chps-header-inner {
		height: 60px;
	}

	.chps-logo-img {
		max-width: 100px;
	}

	.chps-logo-text {
		font-size: 18px;
	}

	.chps-icon-btn {
		width: 36px;
		height: 36px;
	}

	.chps-icon-btn svg {
		width: 18px;
		height: 18px;
	}

	.chps-icon-count {
		min-width: 16px;
		height: 16px;
		font-size: 9px;
		top: 2px;
		right: 2px;
	}

	.chps-product-actions {
		opacity: 1;
		transform: none;
	}

	.chps-action-btn {
		width: 32px;
		height: 32px;
	}

	.chps-search-item-price {
		font-size: 13px;
	}

	.chps-mini-cart-actions {
		flex-direction: column;
	}
}

/* Prefers reduced motion */
@media (prefers-reduced-motion: reduce) {
	.chps-product-card,
	.chps-btn,
	.chps-search-panel,
	.chps-mini-cart-dropdown,
	.chps-drawer-content,
	.chps-product-img {
		transition: none !important;
		animation: none !important;
	}
}

/* Slider nav mobile */
@media (max-width: 768px) {
	.chps-slider-nav {
		margin-bottom: 12px;
	}
	.chps-nav-btn {
		width: 32px;
		height: 32px;
	}
	.chps-nav-btn svg {
		width: 14px;
		height: 14px;
	}
	.chps-product-title {
		font-size: 13px;
		min-height: 2.6em;
	}
}
