.stores-banner{
  width: 100%;
  position: relative;
  aspect-ratio: 1440/320;
}
.stores-banner img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.store-pages img{

  margin-top: 0;
  margin-bottom: 0;
}
.state-list{
  width: 100%;
  position: relative;
}

.stores-container{
  width: 100%;
  position: relative;
  padding: 60px 80px;
  max-width: 1440px;
  margin: 0px auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;

}
.store-content-wrapper{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 54px;
}
.store-content-wrapper .title{
  width: 100%;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -1.9px;
}
.store-content-wrapper .description{
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 0;
}
.store-list-outer{
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.store-list{
  width: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0px;
  margin: -38px -16px;
}
.store-list-items{
  width: 25%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 38px 16px;
}
.store-list-image{
  width: 100%;
  position: relative;
  aspect-ratio: 296/320;
  background-color: #d3e1e6 ;
  overflow: hidden;
}
.store-list-image img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.store-list-main{
  width: 100%;
  position: relative;
  background-color: #ECF4F7;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.store-list-main .title{
  display: flex;
  flex-direction: column;
  padding: 16px;
  margin-top: 0;
  margin-bottom: 0;
  flex: 1;
  padding-right: 80px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5L19 12L12 19' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: calc(100% - 16px) center;
}
.store-list-main .title span:first-child{
  color: #000000;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.3px;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.store-list-main .title span:last-child{
  color: #000000;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  margin-top: auto;
  text-transform: capitalize;
}

.store-list-main img{
  transition: .3s all ease;
  will-change: transform;
}


.store-list-main:hover img{
  transform: scale(1.08) translateZ(0);
}

.store-content-wrapper.detail .title{
  font-size: 76px;
  max-width: 1000px;
  line-height: 1.1;
  letter-spacing: -3px;
}
.store-content-wrapper.detail{
  margin-bottom: 62px;
}
.store-content-wrapper.detail p{
  margin-bottom: 0;
}

.store-content-wrapper.detail p:empty{
  display: none;
}

.store-banner{
  width: 100%;
  position: relative;
  aspect-ratio: 1280/620;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ECF4F7;
}
.store-banner img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.store-infos{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 32px;
}
.store-infos-wrap{
  width: auto;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -16px;
}
.store-infos-item{
  width: 50%;
  position: relative;
  padding: 0px 16px;
}
.store-infos-items{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #ECF4F7;
  padding: 32px;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
.store-info-single{
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 32px;
}
.store-info-single:last-child{
  margin-bottom: 0;
}
.store-info-single h4{
  color: #4F4F4F;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.6px;
  margin-bottom: 18px;
  margin-top: 0;
  opacity: .8;
}
.store-info-single a,
.store-info-single p{
  color: #000000;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -0.5px;
    max-width: 400px;
    margin-bottom: 0;
}
.store-info-single a{
  text-decoration: underline;
}
.store-info-single a:hover{
  color: #45c8f5;
}


.svg_icon{
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='24' viewBox='0 0 20 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 10C19 17 10 23 10 23C10 23 1 17 1 10C1 7.61305 1.94821 5.32387 3.63604 3.63604C5.32387 1.94821 7.61305 1 10 1C12.3869 1 14.6761 1.94821 16.364 3.63604C18.0518 5.32387 19 7.61305 19 10Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 13C11.6569 13 13 11.6569 13 10C13 8.34315 11.6569 7 10 7C8.34315 7 7 8.34315 7 10C7 11.6569 8.34315 13 10 13Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.store-map{
  width: 100%;
  display: flex;
  margin-top: 32px;
}
.store-map a{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E1E1E1;
  border-radius: 60px;
  padding: 16px 24px;
  text-decoration: none;
  color: #000000;
  transition: .3s all ease-in-out;
}
.store-map a:hover{
  background-color: #45c8f5;
  border: 1px solid #45c8f5;
  color: #000;
}
.store-map span{
  display: flex;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.store-map span:last-child{
  margin-left: 16px;
}


.common_arrow {
  width: auto;
  display: flex;
  position: relative;
  gap: 16px;
}
.common_arrow .prev-item{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.00689 2.0141L7.99313 8.00035L2.00688 13.9866' stroke='black' stroke-width='2.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: #F1F1F1;
  border: none;
  transform: rotate(-180deg);
}
.common_arrow .text-item{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.00689 2.0141L7.99313 8.00035L2.00688 13.9866' stroke='black' stroke-width='2.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: #F1F1F1;
  border: none;
}
.store-more-heading{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  gap: 20px;
}
.store-more-heading h4{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}
.slider-wrapper{
  margin-top: 56px;
  padding-top: 53px;
  border-top: 1px solid #E1E1E1;
}
.slider-img-item{
  width: 100%;
  aspect-ratio: 296/348;
  background-color: #E1E1E1;
  border-radius: 20px;
  overflow: hidden;
  transform: translateX(0);
}
.slider-img-item img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.w-nav:before, .w-nav:after{
  display: none !important;
}
.brand.w-nav-brand{
  padding-left: 0 !important;
}
.wrap.cc-menu{
  width: 100% !important;
  max-width: 1440px;
  padding-right: 80px;
  padding-left: 80px;
}
.brad-crumbs{
  width: 100%;
  display: flex;
  position: relative;
  gap: 5px;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
.brad-crumbs span:last-child{
  text-transform: capitalize;
}
.brad-crumbs-link{
  color: #000;
  opacity: .5;
}
.brad-crumbs-separator{
  opacity: .5;
}

@media (max-width : 991px) {
  .store-list{
    margin: -38px -10px;
  }
  .store-list-items{
    width: 33.333%;
    padding: 38px 10px;
  }
  .store-list-main .title span:last-child{
    font-size: 22px;
  }
  .store-list-main .title span:first-child{
    font-size: 14px;
  }
  .stores-container{
    padding: 50px 40px;
  }
  .store-content-wrapper .title{
    font-size: 40px;
    line-height: 1.2;
  }
  .store-content-wrapper.detail .title{
    font-size: 50px;
  }
}

@media (max-width : 767px) {
  .store-list-items{
    width: 50%;
  }
  .store-content-wrapper{
    margin-bottom: 36px;
  }
  .store-content-wrapper.detail .title{
    font-size: 40px;
  }
  .store-content-wrapper.detail{
    margin-bottom: 40px;
  }
  .store-banner{
    border-radius: 10px;
  }
  .store-infos-item{
    width: 100%;
    margin-bottom: 10px;
  }
  .store-infos-item:last-child{
    margin-bottom: 0;
  }
  .store-infos{
    padding-top: 40px;
  }
  .store-info-single p{
    font-size: 20px;
  }
  .store-infos-items{
    padding: 20px;
  }
  .store-map{
    margin-top: 10px;
    background-color: #fff;
  }
  .store-map span{
    font-size: 18px;
  }
}

@media (max-width : 576px) {
  .stores-container{
    padding: 20px 16px;
  }
  .store-list{
    margin: -20px -5px;
  }
  .store-list-items{
    padding: 20px 4px;
  }
  .store-list-main{
    border-radius: 10px;
  }
  .store-list-main .title span:last-child{
    font-size: 20px;
  }
  .store-content-wrapper .title{
    font-size: 32px;
  }
  .store-content-wrapper .description{
    font-size: 14px;
    line-height: 1.5;
  }
  .store-content-wrapper{
    margin-bottom: 24px;
  }
  .store-content-wrapper.detail .title{
    font-size: 32px;
    line-height: 1.4;
  }
  .store-content-wrapper.detail p{
    font-size: 14px;
    line-height: 1.5;
  }
  .store-content-wrapper.detail{
    margin-bottom: 20px;
  }
  .store-banner{
    width: auto;
    border-radius: 0px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .store-map span{
    font-size: 16px;
  }
  .svg_icon{
    width: 16px;
    height: 18px;
  }
  .store-map span:last-child{
    margin-left: 10px;
  }
  .store-map a{
    padding: 12px 18px;
  }
  .store-map{
    position: sticky;
    bottom: 0px;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .store-more-heading h4{
    font-size: 22px;
    font-weight: 500;
  }
  .slider-wrapper{
    margin-top: 28px;
    padding-top: 28px;
  }
  .wrap.cc-menu{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .brad-crumbs{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .store-list-main .title{
    background-size: 20px;
    padding: 12px;
    padding-right: 40px;
    background-position: calc(100% - 12px) center;
  }
}

.error-infos{
  font-size: 30px;
  text-align: center;
  color: #000;
  padding: 60px;
  font-weight: 600;
  width: 100%;
  background-color: #fafafa;
  letter-spacing: -0.7px;
}
.big-paragraph.cc-cover-paragraph{
  color: #fff !important;
}