/** Shopify CDN: Minification failed

Line 193:4 Unexpected "/"
Line 421:8 Expected ":"
Line 434:56 Expected identifier but found whitespace

**/
/*  */

.social-media-btn {
  border-radius: 100px;
  margin-bottom: 40px;
}

.hidden-btn-slider-custom {
  display: none
}

/* .btn-arrow-white {
  
} */

.btn-arrow-black {
  background-color: black;
}

.collection-list-custom .blocks-radius{
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  overflow: hidden;
}

.collection-list-custom a{
  gap: 8px
}

.collection-list-custom img{
  object-fit: none !important
}

.collection-list-custom h3 {
  font-size: 18px !important;
}

.btn-arrow-black svg path {
  stroke: white;
} 

.heading-gallery {
  max-width: 514px;
  margin: auto;
}

.gallery-section div {
  align-items: center
}

.heading-gallery .section__header {
  padding-bottom: 16px !important
}

.social-media-btn span {
  color: #828282;
  font-weight: bold;
  margin-left: 8px;
}

.header__logo--text{
  white-space:nowrap;
}

.text-secondary{
  color: #BCBCBC;
}

.footer-newsletter-custom {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100% !important;
  border-bottom: 1px solid #57585E;
  padding-bottom: 80px;
  margin-bottom: 54px;
}

.input-email-custom {
  background: transparent;
  border-radius: 12px;
  padding: 6px;
  padding-left: 24px;
  border-color:#57585E !important;
}
.btn--icon-custom {
  background: white;
  border-radius: 12px;
  margin: 6px;
}

/* .footer-block__heading_custom {
  line-height: 48px;
}
 */
/* .heading-custom{
  font-size: 34px;
} */

.text-6 {
  font-size: 12px !important;
} 

.footer-form-custom {
  max-width: 421px;
  width: 100%
}

.footer-heading-custom {
  max-width: 658px;
  width: 100%
}

.heading_list_footer_custom {
  color: #BCBCBC
}

.footer-bottom-custom {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid #414246;
  padding-top: 54px;
}

.terms_privacy {
  display: flex;
  gap: 40px;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-form-custom {
    max-width: 80%;
  }
  
  .footer-heading-custom {
    max-width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .footer-form-custom {
    max-width: 100%;
  }
  
  .footer-heading-custom {
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .footer-newsletter-custom {
    flex-direction: column;
  } 
}


/* section hero custom */

.custom-hero {
  display: flex;
}

.hero-cards {
  display: flex;
  height: 87vh;
  width: 100%;
}

.hero-cards .card {
  position: relative;
  width: 100%; 
} 

.hero-cards .card img {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  height: 100%;
  width:100%;
}

.w-1/2 {
  width: 50%;
}

.text-secondary-color {
  color: #888888
}

.card_content {
  position: relative;
  z-index: 1;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.layout-1 {
  justify-content: start;
}
.layout-1 .section__header--text{
  text-align:left;
}

.layout-1 .btn-hero {
  display: flex;
  justify-content: end;
  align-items: end;
  margin-top: auto;
  height: 100%;
}

.layout-2 {
  justify-content: center;
}

.layout-2 .btn-hero {
  display: flex;
  /* justify-content: end; */
  align-items: end;
  /* margin-top: auto; */
}


/* .first-hero {
  width: 50%;
  height: 100%
}

.second-hero {
  width: 50%;
  height: 100%;
}


.custom-hero {  
  display: flex;  
  justify-content: center;  
  align-items: center;  
  padding: 50px 0;  
}  
  
.hero-cards {  
  display: flex;  
  justify-content: space-between;  
  gap: 20px;  
}  
  
.card {  
  background-color: #fff;  
  border-radius: 8px;  
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  
  overflow: hidden;  
  width: calc(50% - 10px);  
}  
  
.card img {  
  width: 100%;  
  height: auto;  
}  
  
.card h3 {  
  margin: 15px;  
  font-size: 1.5em;  
  color: #333;  
}  
  
.card-description {  
  margin: 15px;  
  color: #666;  
}  

 */

@media(max-width:1024px){
  .custom-hero{
    aspect-ratio:unset !important;
  }
  .hero-cards {
   flex-direction:column; 
}
  .hero-cards .card{
    width:100% !important;
  }
}



/* login */

.customer.login, .customer.register {
  display: flex;
  padding: 0px;
  align-items: center;
}

.banner-login {
  width: 50%;
  height: 100%;
}

.customer.login .section_wrapper, .customer.register .section_wrapper {
  width: 50%;
  max-width: 40%;
}

.customer.login .section_wrapper .form-control, .customer.register .section_wrapper .form-control {
  border-radius: 8px;
  background-color: transparent;
}

.btn-login {
  justify-content: space-between;
  margin-bottom: 32px;
  padding: 20px
}


/* register */
.fullname-custom {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 2.4rem;
}

.fullname-custom .form-field {
  margin-top: 0px;
  width: 100%;
}

.font-bold {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .customer.login, .customer.register {
    flex-direction: column;
    gap: 40px
  }

  .banner-login {
    width: 100%;
    height: 100%;
  }
  
  .customer.login .section_wrapper, .customer.register .section_wrapper {
    width: 100%;
    max-width: 100%;
    margin-bottom: 80px;
  }

  #shopify-section-template--17380025663548__banner .collection-hero .page-width .custom-label-banner {
    padding: 0px 40px;
  }

  .login-custom {
    margin-bottom: 60px !important;
  }
}

.btn-container-custom {
  display: flex;
  justify-content: center;
  gap: 26px;
}

.custom-hero .card_content h2 {
  word-break: unset;
}

/* .text-white-custom { */
  /* color: white !important; */
  /* font-size: 15px !important; */
/* } */

body.product-template .swiper-button-prev, body.product-template .swiper-button-next {
  width: calc(var(--swiper-navigation-size)) !important;
  padding: 6px;
  color: black;
}

body.product-template .swiper-button-prev svg, body.product-template .swiper-button-next svg {
  width: 24px !important;
  height: 24px !important;
}

#shopify-section-template--17380025663548__banner .collection-hero .custom-label-banner {
  width: 100%;
  padding: 0px 80px;
  position: relative;
  /* left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
}

/* #shopify-section-template--17380025663548__banner .collection-hero .custom-label-banner h1{
  color: white !important;
  letter-spacing: 2px;
  text-transform: uppercase;
} */

/* #shopify-section-template--17380025663548__banner .collection-hero .custom-label-banner p{
  color: white !important;
}
 */
#shopify-section-template--17380025663548__banner .collection-hero .custom-label-banner .collection-hero__description {
  margin
  max-width: 100% !important;
}

.accordion-details {
  border-block-end: unset
}

.custom-facets {
  margin-bottom: 24px;
  background: white; 
}

.facet-accordion-details .accordion-details__content ul: {
  /* display: grid;
  width: 100%;
  grid-auto-flow: column;
  grid-template-rows: repeat(10, auto); */

  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}







