/** Shopify CDN: Minification failed

Line 187:0 Expected "}" to go with "{"

**/
.tpt-slideshow__four {
	position: relative;
}

.tpt-slideshow__four .tpt-slideshow__inner {
	position: relative;
	overflow: hidden;
	border-radius: var(--item-border-radius);
}

.tpt-slideshow__four .tpt-slideshow__info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 2rem;
	z-index: 2;
	display: flex;
	align-items: center;
	text-align: center;
}

.tpt-slideshow__four .tpt-slideshow__info.info-position__right {
	justify-content: start;
}

.tpt-slideshow__four .tpt-slideshow__info.info-position__center {
	justify-content: center;
}

.tpt-slideshow__four .tpt-slideshow__info.info-position__right {
	justify-content: end;
}

.tpt-slideshow__four .tpt-slideshow__info--content {
	position: relative;
	max-width: 40rem;
	width: 100%;
	padding: 2rem;
}

.tpt-slideshow__four .tpt-slideshow__info--content:before {
	content: '';
	display: block;
	background: var(--item-info-background);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: calc(var(--background-opacity) / 100);
	z-index: -1;
	border-radius: var(--item-border-radius);
}

.tpt-slideshow__four .tpt-slideshow__heading {
	margin: 0 0 1.5rem;
    color: #ffffd1 !important;
    font-family: Asul, serif !important;
}

.tpt-slideshow__four .tpt-slideshow__description {
	margin-bottom: 3rem;
}

.tpt-slideshow__four .tpt-slideshow__description > *:first-child {
	margin-top: 0;
}

.tpt-slideshow__four .tpt-slideshow__description > *:last-child {
	margin-bottom: 0;
}

.tpt-slideshow__four .tpt-slideshow__button {
	display: inline-flex;
	column-gap: 1rem;
	align-items: center;
}

.tpt-slideshow__four .tpt-swiper-paginations {
	position: absolute;
	bottom: 2.5rem !important;
	top: auto;
	left: 0;
	right: 0;
	z-index: 5;
}

.slide-four-full-width .tpt-section_content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.tpt-slideshow__four .tpt-swiper-container .swiper-button-next {
	right: 1.5rem;
}

.tpt-slideshow__four .tpt-swiper-container .swiper-button-prev {
	left: 1.5rem;
}

@media screen and (min-width: 1280px) {
	.tpt-slideshow__four .tpt-slideshow__info--content {
		padding: 4rem 4rem 5rem;
		margin: 0 10rem;
	}
}

@media screen and (min-width: 1024px) {
	.tpt-slideshow__four .tpt-swiper-container .swiper-button-next,
	.tpt-slideshow__four .tpt-swiper-container .swiper-button-prev {
		width: 6rem;
		height: 6rem;
		margin-top: -3rem;
	}

	.tpt-slideshow__four .tpt-swiper-container .swiper-button-next {
		right: 3rem;
	}

	.tpt-slideshow__four .tpt-swiper-container .swiper-button-prev {
		left: 3rem;
	}
}

/* Mobile image */
@media screen and (max-width: 767px) {
	.tpt-slideshow__four .tpt-ratio_item:before {
		padding-bottom: var(--mobile-ratio-percent);
	}

	.tpt-slideshow__four .tpt-mobile-active .tpt-ratio_item .tpt-ratio_content > * {
		position: static;
	}

	.tpt-slideshow__four .tpt-mobile-active .tpt-ratio_item:before {
		display: none;
	}

	.tpt-slideshow__four .tpt-mobile-active .tpt-ratio_item .tpt-ratio_content {
		position: static;
	}

	.tpt-slideshow__four .tpt-mobile-active .tpt-ratio_item .tpt-ratio_content img {
		width: auto;
		max-width: 100%;
		height: auto;
		object-fit: unset;
		object-position: unset;
	}
}

@media screen and (max-width: 480px) {
	.tpt-slideshow__four .tpt-slideshow__heading {
		margin-bottom: 0.5rem;
	}

	.tpt-slideshow__four .tpt-slideshow__description {
		margin-bottom: 1.5rem;
	}
}

/* Customized Styles - KeerthiRajan  */

/* first one in home page */
#shopify-section-template--17024326762569__tpt_slideshow_four_H6WaQ7 .tpt-slideshow__four .tpt-slideshow__info {
     align-items:end;
}

/* new arrivals */
#shopify-section-template--17024326762569__tpt_slideshow_four_RW3KBa .tpt-slideshow__four .tpt-slideshow__button .tpt-button__primary {
    color: black !important;
    background-color: #ffffd1 !important;
    font-family: Asul, serif !important;
}

@media screen and (max-width: 767px){
#shopify-section-template--17024326762569__tpt_slideshow_four_RW3KBa .tpt-slideshow__four .tpt-slideshow__info {
    align-items:end;
}
