/** Shopify CDN: Minification failed

Line 21:9 Expected ":"

**/
/* masonry */
.log--creat--grid {
    display: flex;
    justify-content:center;
    width: 100%;
    align-items: center;
}
.accpt-neltsr{
  display:flex;
}
body.template-customers-register input.btn.btn--full {

    border-radius: 0;
}
.btnclkc{
  width48%;
}
.howtovideo.collapsibles-wrapper.collapsibles-wrapper--border-bottom {
    margin-top: 11px;
}
  .reg-sec{display: flex;}
  .left-sec {
    width: 50%;
}
  .right-sec {
    width: 50%;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0px 50px;
}
div#VideoModal.hideiframe iframe#VideoHolder {
    display: none;
}
.gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.template-product .yotpo.bottomLine.yotpo-medium {
    margin: 19px 0;
}
.gallery .images {
  gap: 15px;
  max-width: 85%;
  margin: 40px 0;
  columns: 5 300px;
  list-style: none;
}
.gallery .images .img {
  display: flex;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  margin-bottom: 14px;
  border-radius: 4px;
}
.gallery .images img {
  width: 100%;
  transition: transform 0.4s ease;
}
.gallery .images .img:hover img {
  transform: scale(1.1);
}
/* Image lightbox styling */
.lightbox {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  position: fixed;
  visibility: hidden;
  background: rgba(0,0,0,0.65);
}
.lightbox.show {
  visibility: visible;
}
.lightbox .wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100%;
  padding: 20px;
  max-width: 850px;
  background: #fff;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.9);
  transition: transform 0.1s ease;
}
.lightbox.show .wrapper {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}
.wrapper :where(header, .details) {
  display: flex;
  align-items: center;
}
.wrapper header {
  justify-content: space-between;
}
header .details i {
  font-size: 1.7rem;
}
header .details span {
  font-size: 1.2rem;
  margin-left: 10px;
}
header .buttons i {
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  margin-left: 10px;
  background: #6C757D;
  font-size: 1.25rem;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  transition: 0.2s ease;
}
header .buttons i:hover {
  background: #5f666d;
}
.wrapper .preview-img {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.preview-img .img {
  max-height: 65vh;
}
.preview-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.havevideo {
      position: relative;
}
.havevideo video {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}
.grid__item.medium-up--one-half .shopify_explorer_faq__item .shopify_explorer_faq__question::before{
  content:'' !important;
}
.grid__item.medium-up--one-half  .shopify_explorer_faq__item.shopify_explorer_faq__item--expandable {

    padding: 13px 0;
}
.grid__item.medium-up--one-half   .shopify_explorer_faq__answer {
    margin-top: 13px;
     
}
.grid__item.medium-up--one-half   .shopify_explorer_faq__item.shopify_explorer_faq__item--expandable {
    border-bottom: 0px;
      margin: 0;
}
.grid__item.medium-up--one-half  .shopify_explorer_faq__item.shopify_explorer_faq__item--expandable:last-child{
      border-bottom: 1px #000 dotted;
  margin-bottom:20px;
}
footer.site-footer {
    padding-bottom: 15px;
}
form+.footer__social {
    margin-top: 30px;
    display: flex;
    align-items: center;
}
ul.no-bullets.footer__social svg.icon {
    width: 24px;
    height: 24px;
}
/* Responsive media query code */
@media screen and (max-width: 688px) {
  form+.footer__social {
justify-content:center;
  }
  .lightbox .wrapper {
    padding: 12px;
    max-width: calc(100% - 26px);
  }
  .wrapper .preview-img {
    margin-top: 15px;
  }
  .gallery .images {
    max-width: 100%;
    padding: 0 13px;
    margin-top: 20px;
  }
}
/* masonry end*/


/* Lookbook strt */
.lookbook-heading h2 {
    line-height: 1.35em;
    font-size: 38px;
    font-weight: 700;
}
.lookbook-collection1-section{
    padding: 80px 0;
}
.lookbook-grid {
    display: flex;
    padding: 30px 0 0;
    gap: 20px;
/*     height: 400px; */
      flex-wrap: wrap;
}

.lookbook-img {
    width: calc(33% - 10px);
}
.heding_wrp {
    display: flex;
}
.lookbook-heading {
    width: 42%;
    margin: 0 auto;
    text-align: center;
}
.lookbook-grid img {
    width: 100%;
/*     height: 100%; */
    object-fit: cover;
}
/* Lookbook end */

/* heritage-collection strt */
.lookbook-collection2-heading h2 {
    line-height: 1.35em;
    font-size: 38px;
    font-weight: 700;
}
.lookbook-collection2-section {
    background-color: #f9f9f9;
    padding: 80px 0;
} 
.lookbook-collection2-heading {
    width: 42%;
    margin: 0 auto;
    text-align: center;
}
.lookbook-collection2-grid {
    display: flex;
    padding: 30px 0 0;
    gap: 20px;
/*     height: 400px; */
      flex-wrap: wrap;
}
.lookbook-collection2-img {
    width: calc(33% - 10px);
}
.lookbook-collection2-img img {
    width: 100%;
/*     height: 100%; */
    object-fit: cover;
}
/* heritage-collection end */

/* luminaries-collection strt */
.lookbook-collection3-heading h2 {
    line-height: 1.35em;
    font-size: 38px;
    font-weight: 700;
}
.lookbook-collection3-heading {
    width: 42%;
    margin: 0 auto;
    text-align: center;
}

.lookbook-collection3-section {
    padding: 80px 0;
}

.lookbook-collection3-grid {
    display: flex;
    padding: 30px 0 0;
    gap: 20px;
/*     height: 400px; */
      flex-wrap: wrap;
}

.lookbook-collection3-img {
   width: calc(33% - 10px);
}

.lookbook-collection3-img img {
    width: 100%;
/*     height: 100%; */
    object-fit: cover;
}
/* luminaries-collection end */

/* clemente-collection start*/
.lookbook-collection4-heading h2 {
    line-height: 1.35em;
    font-size: 38px;
    font-weight: 700;
}
.lookbook-collection4_wrp {
    width: 42%;
    margin: 0 auto;
    text-align: center;
}

.lookbook-collection4-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.lookbook-collection4-grid {
    display: flex;
    padding: 30px 0 0;
    gap: 20px;
/*     height: 400px; */
      flex-wrap: wrap;
}

.lookbook-collection4-img {
    width: calc(33% - 10px);
}

.lookbook-collection4-img img {
    width: 100%;
/*     height: 100%; */
    object-fit: cover;
}
/* clemente-collection end */

/* grid strt*/
.Grid--gallery {
    display: flex;
    gap: 15px;
    height: 375px;
}
.Grid--gallery img {
    object-fit: cover;
    width: 100%;
  height: 100%;
}

.item1 {
    width: 30%;
}

.item2 {
    width: 70%;
}

.Grid--gallery2 {
    display: flex;
    gap: 15px;
    margin: 15px 0;
}

.Grid--gallery2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.Grid--gallery--inner {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.Grid--gallery--inner .item4 {
    height: 50%;
}

 .item3 {
    width: 50%;
}
.Grid--gallery3 {
    display: flex;
    width: 100%;
    height: 375px;
    gap: 15px;
}

.Grid--gallery3 img {
    width: 100%;
    height: 100%;
  object-fit: cover;
}

.item5 {
    width: 33.33%;
}

.Grid--gallery4 {
  display: flex;
  height: 375px;
  gap: 15px;
  margin-top: 15px;
}

.Grid--gallery4 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.item6 {
    width: 100%;
}
.item4 img {
    position: absolute;
    top: 0;
    left: 0;
}

.item4 {
    position: relative;
}
/* grid end*/
.heading--galery {
    width: 20%;
}
.heading--galery:nth-child(2) {
    width: 60%;
}


.gallery {
    display: flex;
    padding: 90px 0 40px;
}
.heading--galery {
    text-align: center;
}

.heading--galery h2 {
    font-size: 38px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.heading--galery p {
    font-size: 14px;
    line-height: 22px;
}
.header_banner img {
    width: 100%;
}
.colorbanner1 img {
    width: 100%;
}
.header_banner {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
}
.videos_grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}
.videos_grid .videos {
    width: 50%;
    display: flex;
}
.customers_grid {
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: center;
    padding: 35px 0;
}
.shop_collection {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.shop_collection img {
    width: 100%;
}
.collection_product {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 0;
}

.product_items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.product_items_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 40px;
    text-align: center;
}

.product_items_txt h5 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
    color: #4a4a4a;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.2em;
}
.product_items_txt h6 {
      font-size: 18px;
    margin: 0;
      color: #4a4a4a;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0;
  
}
.colorbx_items {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.colorbx_items img {
    width: 80%;
    max-height: 426px;
    object-fit: cover;
}
.colorbx {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: 80px 0;
}

.colorbx_items_txt {
    padding: 30px 0;
  width: 40%;
    margin: 0 auto;
}
.collection_product a {
    width: 33.33%;
}
.colorbx_items_txt h5 {
    font-size: 18px;
  color: #4a4a4a;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.colorbx_items_txt h6 {
    font-size: 18px;
  color: #4a4a4a;
   font-weight: 500;
  letter-spacing: 0.2em;
}
.border_shop_img img {
    width: 100%;
    margin-top: 50px;
}


.border_shop_txt a {
    color: #ff003c;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 10px;
    border: 1px solid #ff003c;
    padding: 10px 30px 10px 30px;
}

.border_shop_txt {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.shop_collection h2 {
    color: #02ff06;
    font-weight: bold;
      padding: 30px 0 10px 0;
}
@media(max-width: 1000px){
  .collection_product a {
    width: 50%;
}
}
@media(max-width:780px){
  .customers_grid {
    flex-direction: column;
}
  .customers_grid img {
    width: 85%;
}
.shop_collection {
    text-align: center;
    margin-top: 10px;
}
.collection_product a {
    width: 100%;
}
.colorbx_items_txt {
    width: 77%;
}
  .colorbx_items {
    width: 100%;
}
  .colorbx {
    flex-direction: column;
}
  .border_shop_txt a {
    font-size: 25px;
    padding: 15px 0px;
    width: 100%;
    text-align: center;
}
  .colorbx {
    padding: 40px 0;
}
.shop_collection h2 {
    font-size: 25px;
    margin-bottom: 15px;
   
}
.videos_grid {
    flex-wrap: wrap;
}
  .videos_grid .videos {
    width: 100%;
}
  .product_items img {
    width: 40%;
}
  .colorbx_items img {
    width: 80%;
}
}
@media(max-width:767px){
  .heading--galery h2 {
    font-size: 25px;
}
  .gallery {
    padding: 50px 0 20px;
}
  .lookbook-collection4-section, .lookbook-collection3-section, .lookbook-collection2-section, .lookbook-collection1-section {
    padding: 50px 0;
}
.lookbook-heading h2 {
    font-size: 25px;
}
  .lookbook-collection2-heading h2 {
    font-size: 25px;
}
  .lookbook-collection3-heading h2 {
    font-size: 25px;
}
  .lookbook-collection4-heading h2 {
    font-size: 25px;
}
.lookbook-img {
    width: calc(100% - 0px);
}
  .lookbook-collection2-img {
     width: calc(100% - 0px);
}
  .lookbook-collection3-img {
     width: calc(100% - 0px);
}
  .lookbook-collection4-img {
    width: calc(100% - 0px);
}
  .lookbook-heading {
    width: 85%;
}
  .lookbook-collection2-heading {
    width: 85%;
}
  .lookbook-collection3-heading {
    width: 85%;
}
  .lookbook-collection4_wrp {
    width: 85%;
}
  .lookbook-grid {
    gap: 10px;
}
  .lookbook-collection2-grid {
    gap: 10px;
}
  .lookbook-collection3-grid {
    gap: 10px;
}
  .lookbook-collection4-grid {
    gap: 10px;
}
  .gallery {
    flex-direction: column;
}
.heading--galery:nth-child(2) {
    width: 100%;
}
.Grid--gallery {
    flex-direction: column;
    height: auto;
}
.item1 {
    width: 100%;
}
.item2 {
    width: 100%;
}
.Grid--gallery2 {
    flex-direction: column;
}
.item3 {
    width: 100%;
    height: auto;
}
.Grid--gallery--inner {
    width: 100%;
    height: auto;
}
.Grid--gallery3 {
    height: auto;
    flex-direction: column;
}
.item5 {
    width: 100%;
}
.Grid--gallery4 {
    height: auto;
    flex-direction: column;
}




  
#shopify-section-1499789718857 span {
    font-size: 16px;
}

#shopify-section-collection-template .grid__item.grid-product.small--one-half.medium-up--one-quarter.aos-init.aos-animate {
    width: 100%;
}
  div#cust-sec-1 p,div#cust-sec-2 p {
    text-align: justify;
}
  #shopify-section-page-cust-faq-template .page-width.page-content {
    padding-top: 0px;
}
  #globo-formbuilder-30944 .globo-form-app {
    max-width: 86%;
}
  #globo-formbuilder-30944 h3.heading-title.globo-heading {
    font-size: 20px !important;
    line-height: 27px;
}
  #shopify-section-page-faq-template p.h2 {
    font-size: 23px;
    line-height: 28px;
}
  #shipping-page h1.section-header__title {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 3px;
}
  #shipping-sec-6 h3 {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 1px;
    
}
  #shopify-section-blog-template h1.section-header__title {
    font-size: 29px;
    letter-spacing: 3px;
}
}
  
@media(max-width:981px) and (min-width:768px){
#CollectionSection button.js-drawer-open-collection-filters.btn.btn--tertiary {
    background: #fff !important;
}
}
@media(min-width:768px) and (max-width:1080px){
.lookbook-collection4-img, .lookbook-collection3-img, .lookbook-collection2-img, .lookbook-img {
    width: calc(32.8% - 10px);
}
}
.blgtitle {
    margin-bottom: 25px;
     text-align: center;
}

.blgtitle h1.section-header__title {
    line-height: 1.2;
}