.promo-banner-container {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.promo-banner {
  width: 50%;
  position: relative;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
}

.promo-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-text {
  position: absolute;
  top: 30%;
  left: 10%;
  color: #333;
}

.promo-text h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.promo-text span {
  font-size: 2rem;
  color: #000;
}

.promo-text small {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
}

.carousel-section {
  width: 50%;
  position: relative;
  background: linear-gradient(180deg,#CFC1FF 0%,#FFFFFF 100%);
  border-radius: 0 15px 15px 0;
  padding: 20px;
  box-sizing: border-box;
}

.product-slider {
  display: flex;
}

.card {
  background: white;
  border-radius: 15px;
  padding: 10px;
  text-align: center;
  margin: 10px;
}

.card img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.card .price {
  font-weight: bold;
  margin: 10px 0 5px;
}

.card .price span {
  text-decoration: line-through;
  color: grey;
  font-weight: normal;
  font-size: 0.9rem;
  margin-left: 5px;
}

.card .title {
  font-size: 0.85rem;
  color: #333;
}

.view-btn {
	margin-top: 20px;
    background: #09436B;
    color: white;
    border: none;
    padding: 13px 35px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 13px;
    float: right;
}

/* Slick override */
.slick-prev:before, .slick-next:before {
  color: #4e2a84;
  font-size: 30px;
}
.slick-prev {
    left: 0;
    bottom: -55px;
}
.slick-next {
    left: 40px;
    bottom: -55px;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	top: auto;
}
.slick-initialized .slick-slide img {
	max-width: 160px;
    border-radius: 20px;
	height: 160px;
	width: 160px;
}
p.price {
    font-size: 16px;
    font-family: 'InterSemiBold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: inherit;
    color: #4f3267;
    padding: 0;
    margin-bottom: -4px;
    font-weight: bold;
	margin-top: 10px;
    margin-left: 5px;
}
p.price span {
    display: inline-block;
    font-size: 10px;
    color: #4e555e;
    padding-left: 4px;
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
    color: #AFAEB0;
}
p.title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    font-family: 'InterRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-width: calc(100% - 50px);
    color: #9d9fa4;
    margin-bottom: 14px;
    margin-left: 4px;
}

.main-container {
	display: flex;
    margin: 0 15px 0 15px;
}

.left-banner img,
.top-right img,
.bottom-right img {
  width: 100%;
  border-radius: 15px;
  height: 98%;
}

.main-container > div {
    flex: 1 0 50%;
}
.right-banner {
    margin-left: 5px;
}
.top-right {
	margin-bottom: 5px;
}
.bottom-right {
	margin-top: 5px;
}
.second-promo-banner {
	order: 2;
	border-radius: 0 15px 15px 0;
}
.second-carousel-section {
	order: 1;
	border-radius: 15px 0 0 15px;
}

.category-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px 40px;
    border: 1px solid #e2dfff;
    border-radius: 16px;
    margin: 20px;
    background: #f8f4fc;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.category-inner1 {
    min-width: 130px;
	text-align: center;
}
.category-inner1 p {
	 font-size: 16px;
    font-weight: 600;
    color: #3a1e5c;
    margin-top: 10px;
}
.category-inner2 {
    display: flex;
    width: 80%;
    gap: 20px;
}
.category-item {
  text-align: center;
}

.category-item img {
	width: 100%;
    display: block;
    border-radius: 20px;
    margin: 0px auto;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.category-item p {
  font-size: 14px;
  font-weight: 600;
  color: #3a1e5c;
  margin-top: 10px;
}

.category-inner1 img {
	display: inline;
}
.colloection-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    border-radius: 16px;
    margin: 20px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.colloection-container {
    display: flex;
    height: 100%;
    column-gap: 10px;
}
.colloection-image {
    flex-basis: 40%;
}
.colloection-image img {
    display: block;
    vertical-align: middle;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.colloection-side-images {
    display: flex;
    flex-basis: 60%;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    position: relative;
}
.inner-colloection-img {
    display: grid;
    height: 50%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.colloection-side-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-box {
  width: 100%;
  border: 2px solid #f1c40f;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.custom-row {
  display: flex;
  background: #fff;
}

.custom-col {
  flex: 1;
  padding: 10px;
  text-align: center;
  border-right: 2px solid #f1c40f;
}

.custom-col:last-child {
  border-right: none;
}

.custom-label {
  font-size: 12px;
  color: #6a547e;
  margin-bottom: 5px;
    margin-top: 5px;
	line-height: normal;
}

.custom-value {
	font-size: 14px;
    font-weight: bold;
    color: #4b2673;
    padding: 0;
    margin: 0;
	line-height: normal;
}

.custom-btn {
	background: #f1c40f;
    color: #4b2673;
    text-align: center;
    padding: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
	line-height: normal;
}
.location-input-design {
	width: auto;
    margin: 0px auto;
    max-height: 48px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
	display: flex;
    align-items: center;
    font-size: 1.2rem;
    padding: 12px 12px 12px 10px;
    border: double 1px transparent;
    border-radius: 12px;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #e56eeb, #8863fb);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}
.location-input-design label{
	width: 80%;
	margin-bottom: 0;
}
.locat-icon {
	background: url(https://assets.cltstatic.com/images/responsive/pdp-sprite.png?v2.0) top left no-repeat;
    background-size: 600px auto;
    background-position: -519px -53px;
    width: 16px;
    height: 16px;
    display: block;
    margin: 0 4px;
}
.locate-input{
	height: 30px;
    border-style: none;
    margin: 0 4px;
	width: 100%;
	    box-shadow: none;
}
.locate-input:focus,
.locate-input:active,
.locate-input:focus-visible,
.locate-input:focus-within {
	outline: none !important;
	border: none !important;
	    box-shadow: none;
}
.check-btn-locate {
	height: 30px;
    cursor: pointer;
    background: #ffffff;
    user-select: none;
    color: #4F3267;
    text-align: right;
    letter-spacing: 0.1px;
    margin-left: auto;
    border: none;
}
.gloabal-btn {
	border-radius: 8px;
    padding: 10px 25px;
    line-height: normal;
    font-size: 14px;
    margin: 10px 15px;
}
#custombtnSection .card {
	margin: 0;
	text-align: left;
	border: 2px solid #f1c40f;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}
.prod-name-custom {
	font-size:14px;
}
#custombtnSection .card-body .product__variant--list .col-md-5,
#custombtnSection .card-body .product__variant--list .col-md-2 {
	padding-left: 0;
	padding-right: 0;
	    max-width: 100%;
}
#custombtnSection fieldset .form-label {
	font-size:13px;
}

@media (max-width: 1260px) {
	.slick-initialized .slick-slide img {
		max-width: 130px;
		border-radius: 20px;
		height: 130px;
		width: 130px;
	}
}
@media (max-width: 993px) {
	.promo-banner {
		width: 100%;
		height: 170px;
		object-fit: cover;
		border-radius: 12px 12px 0 0;
	}
	.carousel-section {
		width: 100%;
		height: 170px;
		object-fit: cover;
		border-radius: 0 0 0 0;
	}
	.product-slider {
		top: -75px;
	}
	.view-btn {
		position: relative;
		top: -50px;
		width: 100%;
		margin-top: 0px;
	}
	.main-container {
		margin: 40px 15px 0 15px;
	}
	.second-promo-banner {
		order: 1;
		border-radius: 15px 15px 0 0;
	}
	.second-carousel-section {
		order: 2;
		border-radius: 0;
	}
	.category-section {
		gap: 0px;
		padding: 10px 10px;
		margin: 0;
		border-radius: 0;
		margin-top: 20px;
	}
	.category-inner1 {
		margin: 0 auto 15px;
		min-width: 190px;
	}
	.category-inner2 {
		width: 100%;
        gap: 0px;
		flex-flow: wrap;
	}
	.category-item {
		flex: 0 0 32%;
        padding: 0px 4px;
        margin: 0 auto;
	}
	.category-inner1 p {
		margin-top: 0;
	}
	.colloection-section {
		margin: 10px;
		gap: 10px;
	}
}

@media (max-width: 768px) {
	.category-item {
		flex: 0 0 30%;
	}
	.category-item {
		max-width: 45%;
	}
	.category-item p {
		font-size: 12px;
	}
	.colloection-container {
		flex-direction: column;
	}
}

@media (max-width: 575px) {
	.main-container {
		display: block;
	}
	.right-banner {
		margin-top: 10px;
		margin-left: 0;
	}
}

@media (max-width: 480px) {
  .category-item {
    max-width: 100%;
  }
}

@media (max-width: 400px) {
	.slick-initialized .slick-slide img {
		max-width: 110px;
		height: 110px;
		width: 110px;
	}
	.view-btn {
		top: -70px;
	}
	.main-container {
        margin: 20px 15px 0 15px;
    }
}