#sh135-temp .section-explore-more-offers { position: relative; }
#sh135-temp .section-explore-more-offers .boxes-wrapper { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
#sh135-temp .section-explore-more-offers .boxes-wrapper .owl-stage { display: flex; padding-top: 16px; padding-bottom: 16px; }
#sh135-temp .section-explore-more-offers .boxes-wrapper .single-box { position: relative; display: flex; flex-direction: column; gap: 24px; height: 100%; margin-bottom: 20px; padding-bottom: 118px; background-color: #fff; color: #000; border-radius: 20px; box-shadow: 0 0 12px 0 rgba(17, 17, 17, 0.24); overflow: hidden; }
#sh135-temp .section-explore-more-offers .boxes-wrapper .single-box .img-wrapper { overflow: hidden; }
#sh135-temp .section-explore-more-offers .boxes-wrapper .single-box .box-img { display: block; width: 100%; object-fit: cover; object-position: center; border-radius: 20px 20px 0 0; transition: transform .3s; }
#sh135-temp .section-explore-more-offers .boxes-wrapper .single-box .box-img:hover { transform: scale(1.25); }
#sh135-temp .section-explore-more-offers .boxes-wrapper .single-box .box-heading { display: flex; align-items: center; min-height: 52px; padding: 0 24px; line-height: 1.2; overflow: hidden; }
#sh135-temp .section-explore-more-offers .boxes-wrapper .single-box .description { min-height: 10px; padding: 0 24px; line-height: 1.4; }
#sh135-temp .section-explore-more-offers .boxes-wrapper .single-box .link { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); width: 100%; max-width: 250px; }
#sh135-temp .section-explore-more-offers .boxes-wrapper .single-box .list-box { display: flex; flex-direction: column; gap: 12px; padding: 0 24px; }
#sh135-temp .section-explore-more-offers .boxes-wrapper .single-box .list-box .list-item { display: flex; gap: 16px; }
#sh135-temp .section-explore-more-offers .boxes-wrapper .single-box .list-box .list-item .dot-icon { display: inline-block; transform: translateY(10px); width: 8px; min-width: 8px; height: 8px; min-height: 8px; background-color: #e2007e; border-radius: 50%; }
#sh135-temp .section-explore-more-offers .boxes-wrapper .single-box .list-box .list-item .info { display: inline-block; }

.contrast #sh135-temp .section-explore-more-offers .boxes-wrapper .single-box { border: 1px solid #7c7c7e!important; }
.contrast #sh135-temp .section-explore-more-offers .boxes-wrapper .single-box .list-box .list-item .dot-icon { background-color: #ffe800!important; }

#sh135-temp .slider-shadow.left
{
    left: 0;
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) .13%, #fff 99.88%);
}

#sh135-temp .slider-shadow.right 
{
    right: 0;
    background-image: linear-gradient(270deg, #fff .13%, rgba(255, 255, 255, 0) 99.88%);
}

@media all and (max-width: 1400px) {
	#sh135-temp .section-explore-more-offers .boxes-wrapper .single-box {gap: 12px; padding-bottom: 64px;}
  #sh135-temp .section-explore-more-offers .boxes-wrapper .single-box .link {bottom: 16px;}
  #sh135-temp .section-explore-more-offers .boxes-wrapper .single-box .box-img {max-height: 115px;}
}

@media all and (max-width: 1200px) {
#sh135-temp .section-explore-more-offers .boxes-wrapper { display: block; grid-template-columns: unset; gap: unset; }
  #sh135-temp .section-explore-more-offers .boxes-wrapper .single-box .description { min-height: 30px; }
}

@media all and (max-width: 992px) {
#sh135-temp .section-explore-more-offers .boxes-wrapper .single-box .description { min-height: 30px; }
}

@media all and (max-width: 768px) {
	#sh135-temp .section-explore-more-offers .boxes-wrapper .single-box .link { max-width: 200px; }
  #sh135-temp .section-explore-more-offers .boxes-wrapper .single-box .description { min-height: 20px; }
}