
/* Fixed Slick Slider Initial Showing Big Images issue */
.carouselProductAssortment {
	display: none;	
}
.carouselProductAssortment.slick-initialized {
	display: block;
}


/* General Settings */
body {
    background-color: #ffffff;
    font-family: 'Rajdhani', sans-serif !important;
}
h2 {
    font-size: 32px;
    text-align: center;
}
h4 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
}
@media (max-width: 1400px) {
    h2 {font-size: 28px;}
    h4 {font-size: 18px;}
    h6 {font-size: 15px;}
}
@media (max-width: 992px) {
    h2 {font-size: 24px;padding-right: 10px}
}
@media (max-width: 500px) {
    h2 {font-size: 22px;}
}
/* END */


/* Main Hero */
.sam_FW .sam_FW_row img {
    width: 100%;
    object-fit: contain;
}
/* END */





/* Product Assortment (Card Image Background) */
.samProductAssortmentSection {
	margin-top: 20px;
	margin-bottom: 20px;
}
.samProductAssortmentSection .container .row {
	width: calc(100% + 65px);
	margin-left: -40px;
}
.samProductAssortmentSection .slick-prev {
	left: 20px;
}
.samProductAssortmentSection .slick-next {
	right: 20px;
}
.samProductAssortmentSection .slick-prev,
.samProductAssortmentSection .slick-next {
	z-index: 1;
	top: 50%;
	width: 40px;
	height: 60px;
	backdrop-filter: blur(4px);
	background-color: rgba(0,0,0, 0.3);
}
.samProductAssortmentSection .slick-prev:before,
.samProductAssortmentSection .slick-next:before {
	color: #ffffff !important;
}
@media (min-width: 601px) {
    .samProductAssortmentSection .slick-slide .card {
		transition: all .3s ease;
	}
}
.samProductAssortmentSection .slick-slide .card {
    box-shadow: 0 0px 0px #00000020;
    padding: 0 !important;
	margin: 10px 5px;
	border: 0px solid #ddd !important;
	position: relative;
}
@media (min-width: 992px) {
    .samProductAssortmentSection .slick-slide .card:hover {
		opacity: 0.9;
		cursor: pointer;
	}
}
.samProductAssortmentSection .slick-slide .card img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.samProductAssortmentSection .slick-slide .card h4 {
	position: absolute;
	bottom: -10px;
	color: #ffffff;
	padding: 0 10px 10px 10px;
	/* background: linear-gradient(180deg,rgba(0,0,0,0),black); */
	background: linear-gradient(180deg,rgba(0,0,0,0),#0007);
	width: 100%;
	text-align: center;
	border-radius: 5px;
	text-shadow:0 0 5px #000;
	backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
@media (max-width: 992px) {
	.samProductAssortmentSection {
		margin-top: 20px;
		margin-bottom: -20px;
	}
	.samProductAssortmentSection .container .row {
		width: calc(100% + 45px);
		margin-left: -20px;
	}
}
@media (max-width: 800px) {
	.samProductAssortmentSection .container .row {
		width: calc(100% + 5px);
		margin: 0;
	}
}
@media (max-width: 600px) {
	.samProductAssortmentSection {
		padding: 10px 0 10px 0;
	}
	.samProductAssortmentSection .container .row {
		width: calc(100% + 25px);
		margin: -10px;
	}
	.samProductAssortmentSection .slick-prev,
	.samProductAssortmentSection .slick-next {
		width: 30px;
		height: 40px;
	}
	.samProductAssortmentSection .slick-dots {
		display: none !important;
	}
}
/* END */





/* SPLIT CAROUSEL (NEED TO MOVE THIS TO GTSAMHEAD.CSS */
.samSplitCarouselSection {
	padding: 20px 0 30px 0 !important;
}
.samSplitCarouselSection .samSplitCarousel_Left {
	color: #000;
    border-radius: 5px;
    position: relative;
    background-color: #fff;
    border: solid 1px #007ac2;
    box-shadow: 0 5px 10px -2px #00000030;
    padding: 20px;
    height: 330px;
    /* margin-top: 20px; */
}
.samSplitCarouselSection .samSplitCarousel_Left h2 {
	color: #000;
	font-size: 18px;
	position: absolute;
	bottom: 10px;
}
.samSplitCarouselSection .samSplitCarousel_Left h2:hover {
	text-decoration: underline;
}
.samSplitCarouselSection .samSplitCarousel_Left h2 i {
	font-size: 15px;
	margin-left: 1rem;
}
.samSplitCarouselSection .samSplitCarousel_Left p {
	font-size: 16px;
	display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical; 
	overflow: hidden;
	min-height: auto;
	position: absolute;
	top: 20px;
	width: calc(100% - 40px);
}
.samSplitCarouselSection .samSplitCarousel_Right {
	padding-left: 40px;
}

@media (max-width: 2000px) {
	.samSplitCarouselSection .samSplitCarousel_Left {
	    height: 295px;
	}
}
@media (max-width: 1400px) {
	.samSplitCarouselSection .samSplitCarousel_Left {
		height: 315px;
	}
}
@media (max-width: 1200px) {
	.samSplitCarouselSection .samSplitCarousel_Left {
		height: 305px;
	}
	.samSplitCarouselSection .samSplitCarousel_Left p {
		font-size: 15px;
	}
}
@media (max-width: 992px) {
	.samSplitCarouselSection .container .row {
		margin: 0px;
	}
	.samSplitCarouselSection .samSplitCarousel_Left {
		height: 200px;
		margin: 20px 0 30px 0;
	}
	.samSplitCarouselSection .samSplitCarousel_Right {
		padding: 0px;
		width: calc(100% + 25px);
		margin-left: -10px;
	}
}
@media (max-width: 800px) {
	.samSplitCarouselSection .container .row {
		margin: 0 20px;
	}
}
@media (max-width: 600px) {
	.samSplitCarouselSection .container .row {
		width: calc(100% - 20px);
		margin: 0 10px;
	}
	.samSplitCarouselSection .samSplitCarousel_Right {
		width: calc(100%);
		margin-left: 2px;
	}
	.samSplitCarouselSection .samSplitCarousel_Left h2 {
		font-size: 22px;
	}
	.samSplitCarouselSection .samSplitCarousel_Left h2 i {
		font-size: 18px;
	}
	.samSplitCarouselSection .samSplitCarousel_Left p {
		min-height: 100px;
		-webkit-line-clamp: 6;
	}
}
@media (max-width: 500px) {
	.samSplitCarouselSection .samSplitCarousel_Left {
		height: 220px;
	}
	.samSplitCarouselSection .samSplitCarousel_Right {
		margin-left: -10px;
	}
	.samSplitCarouselSection .container .row {
		width: calc(100% - 10px);
		margin: 0 5px;
	}
}



/* Bottom Copy Section*/
.samWorkWearSolution .row {
	background-color: #f2f2f2; 
    border-radius: 5px;
	padding: 10px 10px 20px 10px;
	margin: 10px -10px 30px -10px;
}
.samWorkWearSolution h2 {
	padding-bottom: 10px;
}
.samWorkWearSolution p {
	font-size: 16px;
}
/* END */


/* Peer Perspectives */
.samPeerPerspectiveSection .row {
	background-color: #007ac2;
	border-radius: 5px;
	color: #ffffff;
	margin-bottom: 50px;
}
.samPeerPerspectiveSection .carouselPeerPerspect {
	margin: 20px 30px 30px 30px;
}
.samPeerPerspectiveSection .carouselPeerPerspect .slick-prev::before, 
.samPeerPerspectiveSection .carouselPeerPerspect .slick-next::before {
	color: #ffffff;;
}
.samPeerPerspectiveSection .carouselPeerPerspect .slick-slide {
	padding: 0 20px;
}
.samPeerPerspectiveSection .carouselPeerPerspect .slick-slide p {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
}
@media (max-width: 992px) {
	.samPeerPerspectiveSection {
		padding: 20px 0 10px 0;
	}
	.samPeerPerspectiveSection .carouselPeerPerspect {
		margin: 10px 25px 20px 25px;
	}
	.samPeerPerspectiveSection .row {
		width: 100%;
		margin: 0 0 50px -2px;
	}
}
@media (max-width: 800px) {
	.samPeerPerspectiveSection .row {
		width: calc(100% - 40px);
		margin: 0 0 40px 18px;
	}
}
@media (max-width: 600px) {
	.samPeerPerspectiveSection .slick-prev,
	.samPeerPerspectiveSection .slick-next {
		top: 50%;
	}
	.samPeerPerspectiveSection .row {
		width: calc(100% - 25px);
		margin: 0 0 40px 12px;
	}
}
/* END */




/* Shop Lion Bottom Button */
.bottom-card-button {
	border-radius: 5px;
	padding: 8px 20px;
	background-color: #000000;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 50px;
	display: inline-block;
}
.bottom-card-button:hover {
	cursor: pointer;
	background: #007ac2;
	color: #ffffff;
}
