/* Popular Searches Wrap */
.popular-searches-wrap { max-height: 25rem; padding: 0; background: hsla(var(--siteColor1)); overflow: hidden; }
.popular-searches-wrap .row { margin: 0 !important;}
.popular-searches-wrap [class^=col-] { padding: 0!important; }
.popular-searches-wrap .title { margin-top: 1rem; font-size: 1.5rem !important; font-weight: var(--wRegular); color: hsla(var(--white)); text-align: left; margin-left: 2rem; text-transform: capitalize; }
.popular-searches-wrap .subtitle { font-size: 1.2rem; font-weight: var(--wBold); color: hsla(var(--white)); text-align: left; margin-left: 2rem; }
.popular-searches-wrap .container { width: 100%; max-width: 120rem; margin-top: 0.9375rem; overflow:hidden; padding: 0; }
.popular-searches-wrap img { width: 100%; }

/* Popular Searches Swiper */
.popular-searches-wrap .swiper-container .swiper-lazy-preloader { --swiper-preloader-color: hsl(var(--siteColor1)); }
.popular-searches-container { width: 100%; max-width: 120rem; margin: 3rem auto 0; padding: 0 2rem 3.125rem 2rem; position: relative; display: flex; justify-content: center; align-items: center; }
.popular-searches-swiper.swiper-container { max-width: 120rem; padding: 1.875rem 0.9375rem; }
@media (min-width: 480px) {
}

/* Popular Searches Controls */
.popular-searches-controls { width: 10.25rem; margin: auto; position: relative; top: 0.625rem; right: 0; left: 0; z-index: 2; transform: none; }
.popular-searches-controls .popular-btn-next,
.popular-searches-controls .popular-btn-prev { width: 3.125rem; height: 3.125rem; position: absolute; top: 50%; background: transparent; border: 0.125rem hsl(var(--lightGray)) solid; border-radius: 50vw; box-shadow: none; color: hsl(var(--lightGray)); transition: all 0.4s ease-in-out; }
.popular-searches-controls .popular-btn-next { right: 0.625rem; }
.popular-searches-controls .popular-btn-prev { left: 0.625rem; }
.popular-searches-controls .popular-btn-next:hover,
.popular-searches-controls .popular-btn-prev:hover { background: hsl(var(--siteColor1)); border-color: hsl(var(--siteColor1)); box-shadow: var(--dropShadow); color: hsl(var(--white)); }
.popular-searches-controls .popular-btn-next:focus,
.popular-searches-controls .popular-btn-prev:focus { outline: none; box-shadow: var(--focusShadow); }
.popular-searches-controls .popular-btn-next:after,
.popular-searches-controls .popular-btn-prev:after { display: none; }
.popular-searches-controls .popular-btn-next .icon,
.popular-searches-controls .popular-btn-prev .icon { width: 1.75rem; height: 1.75rem; }
.popular-pagination.swiper-pagination { margin-top: 3rem; position: relative; right: auto; bottom: auto; left: auto; }
@media (min-width: 480px) {
  .popular-searches-controls { width: 100%; position: absolute; top: 50%; transform: translate(0,-50%); }
}

/* Popular Search Block */
.popular-search-btn { margin: 0 0 1rem 1rem;  width: 90%; border-radius: 0 !important; font-size: 1rem; font-weight: var(--wBold); text-align: center; padding: .5rem 2rem; background: hsla(var(--siteColor2)); color: hsl(var(--white)); transition: .4s all; }
.popular-search-btn:hover { background: hsla(var(--white)); text-decoration: none !important;} 
.popular-search-btn:hover a { text-decoration: none !important;}

@media (max-width: 768px) {
  .popular-searches-wrap { max-height: unset; }
  .popular-searches-wrap .row { flex-direction: column-reverse; }
  .popular-searches-container .row { width: 100%; }
}

/* CLS Fixes */
.popular-searches-swiper .swiper-slide { --marginRight: 1.875rem; --columns: 1; margin-right: var(--marginRight); width: calc(calc(100% / var(--columns)) - var(--marginRight) + calc(var(--marginRight) / var(--columns))); }
@media (min-width: 0) {
  .popular-searches-swiper .swiper-slide { --columns: 1; }
}
@media (min-width: 667px) {
  .popular-searches-swiper .swiper-slide { --columns: 2; }
}
@media (min-width: 992px) {
  .popular-searches-swiper .swiper-slide { --columns: 3; }
}
@media (min-width: 1200px) {
  .popular-searches-swiper .swiper-slide { --columns: 4; }
}
