/* Color Trends Gallery */	

section.color-trends-gallery {
    cursor: pointer;
}

section.color-trends-gallery .custom-hide {
    visibility: hidden;
}

section.color-trends-gallery .scroll-text {
    cursor: default;
}

@media (min-width: 1331px) {
	.scrollable-content {
	    padding-left: calc((100% - 1190px)/2) !important; /* 1190px is container width */
	}
}

@media (min-width: 1200px) and (max-width: 1330px) {
	.scrollable-content {
	    padding-left: calc((100% - 1060px)/2) !important; /* 1060px is container width */
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.scrollable-content {
	    padding-left: 56px!important;
	}
} 

@media (min-width: 768px) and (max-width: 991px) {
	.scrollable-content {
	    padding-left: 29px!important;
	}
}

@media (max-width: 767px) {
	.scrollable-content {
	    padding-left: 18px!important;
	}
}
 

@media (min-width: 992px) {
	.gallery-color-chip {
		height: 673px;
	}
	
	.one-third-gallery-color-chip {
		height: 175px;
		max-width: 603px;
	}
	
	.image-1 {
		min-width: 776px;
	}
	
	.image-2 {
		min-width: 602px;
	}
	
	.image-3 {
		min-width: 701px;
	}
	
	.image-4 {
		min-width: 576px;
	}
	
	.image-5 {
		min-width: 773px;
	}
}

@media (max-width: 991px) {
	.gallery-color-chip {
		height: 600px;
	}
	
	.one-third-gallery-color-chip {
		height: 155px;
		max-width: 603px;
	}
	
	.image-1 {
		min-width: 695px;
	}
	
	.image-2 {
		min-width: 536px;
	}
	
	.image-3 {
		min-width: 623px;
	}
	
	.image-4 {
		min-width: 515px;
	}
	
	.image-5 {
		min-width: 690px;
	}
}

.scrollable-content {
	overflow: auto;
	overflow-y: hidden;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scrollable-content::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scrollable-content {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

/* Color Chips Section */

.behr-2023-color-of-the-year h1 {
	line-height: 1;
}

@media (min-width: 992px) {
	
	.color-chip-wrapper.pro-new-row {
		padding-left: 0px !important;
	}

	.color-chip-details {
	    display: none;
	}
	
	.color-chip:hover .color-chip-details {
		height: 72px;
	    display: flex;
	    flex-direction: column;
	    cursor: pointer;
	}
	
	.color-chip:hover .color-chip-details.lighter-bg {
		background: rgba(88, 88, 88, 0.2);
		color: #000000;
	}
	
	.color-chip:hover .color-chip-details.darker-bg {
		background: rgba(88, 88, 88, 0.6);
		color: #FFFFFF;
	}
}

@media (max-width: 991px) {
	.color-chip .color-chip-details {
		height: 72px;
	    display: flex;
	    flex-direction: column;
	    cursor: pointer;
	}
	
	.color-chip .color-chip-details.lighter-bg {
		background: rgba(88, 88, 88, 0.2);
		color: #000000;
	}
	
	.color-chip .color-chip-details.darker-bg {
		background: rgba(88, 88, 88, 0.6);
		color: #FFFFFF;
	}
	
	.color-of-the-year-content, .colour-of-the-year-content {
		height: 400px;
	}
}

@media (max-width: 449px) {
	.color-of-the-year-content, .colour-of-the-year-content {
		height: 470px !important;
	}
}

@media (min-width: 768px) {
	.color-chip {
	    height: 200px;
	}
}


@media (max-width: 767px) {
	.color-chip {
	    height: 131px;
	}
	
	.color-chip .color-chip-details {
		height: 60px;
	}
}

.color-name {
    font-size: 17px;
    line-height: 26px;
    font-family: var(--behr-body-and-label-font--bold) !important;
	font-weight: var(--behr-bold);
    color: #000000;
}

.color-code {
    font-size: 17px;
    line-height: 26px;
    font-family: var(--behr-body-and-label-font) !important;
	font-weight: var(--behr-normal);
    color: #000000;
}

section.paint-your-place-2023 .button.black-primary {
	color: #fff;
	background-color: #465058;
	border: none;
	max-width: fit-content;
	border-radius: 25px;
	padding: 5px 30px;
	height: 50px;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	font-weight: var(--behr-bold);
}

@media (min-width: 1200px) {
	.container {
		max-width: 1160px;
	}
}

@media (max-width: 500px) {
	.color-chip-wrapper, .color-trends-chips-section.py-4 .colour-chip-wrapper {
	    padding: 5px !important;
	}
	
	.color-name {
    	font-size: 15px;
	}
}