/* Homepage product categories — card strip + free horizontal scroll */

.elementor-element-047500a {
	margin-top: 12px !important;
	margin-bottom: 36px !important;
	padding: 0 12px !important;
	max-width: 1280px;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100%;
	box-sizing: border-box;
}

.atlas-cats-title-wrap {
	position: relative;
	width: 100%;
	margin-bottom: 4px !important;
}

.atlas-cats-title-wrap .dp-carousel-title2 {
	margin: 0.6rem 0 0.75rem !important;
}

.atlas-cats-title-wrap .atlas-cats__nav {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.atlas-cats-title-wrap .dp-carousel-title {
	font-size: clamp(1.2rem, 1.9vw, 1.45rem) !important;
	font-weight: 800 !important;
	color: #292524 !important;
	letter-spacing: -0.01em;
}

.atlas-cats-title-wrap .dp-carousel-title p {
	color: #c27a3a !important;
	font-weight: 700 !important;
	opacity: 0.92;
}

/* Soften Digiplus orange title accents on homepage */
html.atlas-home .dp-carousel-title2 .dp-carousel-title p,
.atlas-home .dp-carousel-title2 .dp-carousel-title p {
	color: #c27a3a !important;
	font-weight: 700 !important;
}

.atlas-cats__nav {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.atlas-cats__btn {
	appearance: none;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	border: 1px solid rgba(194, 122, 58, 0.28);
	background: linear-gradient(160deg, #fffaf5, #fff1e6);
	color: #b86b32;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(194, 122, 58, 0.1);
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.atlas-cats__btn:hover {
	transform: translateY(-1px);
	background: linear-gradient(160deg, #fff1e6, #ffe4cc);
	box-shadow: 0 8px 16px rgba(194, 122, 58, 0.14);
}

.atlas-cats__btn:active {
	transform: translateY(0);
}

/* Kill jet/slick chrome once converted */
.atlas-cats-ready .jet-listing-grid__slider-icon,
.atlas-cats-ready .slick-arrow,
.atlas-cats-ready .slick-dots {
	display: none !important;
}

.atlas-cats-mount,
.atlas-cats-ready .jet-listing-grid__slider {
	width: 100% !important;
	max-width: 100% !important;
}

.atlas-cats {
	width: 100%;
}

.atlas-cats-scroll {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 16px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	padding: 10px 4px 18px;
	margin: 0;
	cursor: grab;
	scrollbar-width: thin;
	scrollbar-color: #e89a2e #f5f5f4;
}

.atlas-cats-scroll.is-dragging {
	cursor: grabbing;
	scroll-behavior: auto;
	scroll-snap-type: none;
}

.atlas-cats-scroll::-webkit-scrollbar {
	height: 8px;
}

.atlas-cats-scroll::-webkit-scrollbar-track {
	background: #f5f5f4;
	border-radius: 999px;
}

.atlas-cats-scroll::-webkit-scrollbar-thumb {
	background: linear-gradient(90deg, #c2410c, #e89a2e);
	border-radius: 999px;
}

/* Cards */
.atlas-cats-ready .atlas-cats-card,
.atlas-cats-scroll .jet-listing-grid__item {
	flex: 0 0 auto;
	width: min(200px, 42vw);
	scroll-snap-align: start;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.atlas-cats-ready .atlas-cats-card > .elementor,
.atlas-cats-ready .atlas-cats-card .elementor-element-a902f24 {
	height: 100%;
}

.atlas-cats-ready .atlas-cats-card .elementor-element-a902f24,
.atlas-cats-ready .atlas-cats-card .e-con-inner {
	border-radius: 18px !important;
	overflow: hidden;
	background: linear-gradient(180deg, #fff 0%, #fffaf5 100%) !important;
	border: 1px solid rgba(232, 154, 46, 0.22) !important;
	box-shadow: 0 12px 28px rgba(28, 25, 23, 0.08) !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.atlas-cats-ready .atlas-cats-card:hover .elementor-element-a902f24,
.atlas-cats-ready .atlas-cats-card:hover .e-con-inner {
	transform: translateY(-4px);
	border-color: rgba(194, 65, 12, 0.4) !important;
	box-shadow: 0 18px 34px rgba(194, 65, 12, 0.14) !important;
}

.atlas-cats-ready .atlas-cats-card .elementor-widget-image,
.atlas-cats-ready .atlas-cats-card .elementor-widget-image img {
	margin: 0 !important;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background: #fff;
	padding: 12px;
	box-sizing: border-box;
}

.atlas-cats-ready .atlas-cats-card .elementor-element-1614017 {
	background: linear-gradient(90deg, #c9854a 0%, #d4a06a 100%) !important;
	padding: 12px 10px !important;
	min-height: 52px;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.atlas-cats-ready .atlas-cats-card .elementor-heading-title,
.atlas-cats-ready .atlas-cats-card .elementor-heading-title a {
	margin: 0 !important;
	font-size: 0.95rem !important;
	font-weight: 800 !important;
	line-height: 1.35 !important;
	color: #fffaf5 !important;
	text-align: center !important;
	text-decoration: none !important;
	letter-spacing: 0.01em;
}

.atlas-cats-ready .atlas-cats-card .elementor-heading-title a:hover {
	opacity: 0.92;
}

/* Hide leftover slick structure spacing */
.atlas-cats-ready .slick-list,
.atlas-cats-ready .slick-track {
	display: contents;
	width: auto !important;
	transform: none !important;
}

@media (min-width: 900px) {
	.atlas-cats-ready .atlas-cats-card,
	.atlas-cats-scroll .jet-listing-grid__item {
		width: 188px;
	}
}

@media (max-width: 640px) {
	.atlas-cats-title-wrap .atlas-cats__nav {
		position: static;
		transform: none;
		width: 100%;
		justify-content: center;
		margin: 8px 0 4px;
	}

	.atlas-cats-ready .atlas-cats-card,
	.atlas-cats-scroll .jet-listing-grid__item {
		width: min(158px, 58vw);
	}

	.atlas-cats-scroll {
		gap: 12px;
	}
}
