/** Shopify CDN: Minification failed

Line 336:31 Expected ":"
Line 583:0 Unexpected "}"
Line 874:19 Comments in CSS use "/* ... */" instead of "//"
Line 879:19 Comments in CSS use "/* ... */" instead of "//"

**/


#scroll-to-top-button {
  
  display:none!important;
}
.scroll-down.stuck .header__wrapper {
  transform: none;
}

.main-product__blocks,.main-product__block.main-product__block-title {
width: fit-content !important;
margin: auto !important;
 
}
.main-product__blocks .prod__option-label{
width: fit-content !important;
margin: auto !important;

}
.main-product__blocks .prod__option{
justify-content: center;
}


.main-product__block.main-product__block-price{
width: fit-content !important;
margin: auto !important;
}

.main-product__block.main-product__block-title h1{
font-size: 40px!important;
      text-align: center;
}

.w-full .sf-prod__container .sf-prod__info-wrapper {
    margin-top: 160px;
    padding-right: 15px;
}


.main-product__block.main-product__block-buy_buttons{
 width: 400px;
  margin-left: auto;
    margin-right: auto;
}

.sf-header .sf-menu-item>a {
    position: relative;
    line-height: 24px;
    font-size: 12px;
  color: #595959;
}


.main-product__block.main-product__block-variant_picker{

  margin-left: auto;
    margin-right: auto;
}

.sf-column {
    border: 0.5px solid #bfbfbf;
}


@media only screen and (max-width: 600px) {
  
.main-product__block.main-product__block-title h1{
font-size: 20px !important;
  text-transform: uppercase;
}
  .w-full .sf-prod__container .sf-prod__info-wrapper {
    margin-top:19px;
    padding-right: 5px;
}

.sf-prod-media__wrapper {
    padding-left: 0;
    margin-top: 46px;
}
  .main-product__block.main-product__block-buy_buttons {
    width: 252px;
    margin-left: auto;
    margin-right: auto;
}
  }

.prod__title h1 {
  font-size: 40px;
  text-transform: uppercase;
}


@media screen and (min-width: 768px) {
.sf__product-listing.sf__col-3 .sf__col-item {
    width: 33.33333%;
    max-width: 33.33333%;
    border: 0.5px solid #bfbfbf;
}
}



.sf__product-listing .sf__col-item {
   margin-bottom: 0px;
border: 0.5px solid #bfbfbf;

}

.sf__pcard-name {
    color: var(--product-title-color,#000);
    font-size: 26px;
}

@media only screen and (max-width: 600px) {

.sf__pcard-name {
    color: var(--product-title-color,#000);
    font-size: 13px;
}

}

.sf__pcard {
    position: relative;
    border: 0px solid #bfbfbf;
}

.sf__tooltip-item.sf__tooltip-style-1 {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    margin-top: 68px;
}

@media only screen and (max-width: 600px){
  
.sf__variant-swatch .product-option-item {
    position: relative;
    width: 16px!important;
    height: 16px!important;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #0000001a;
    transition: box-shadow .25s ease,transform .25s ease;
}
  .sf__variant-swatch.sf_variant-selected .product-option-item {
    box-shadow: 0 0 0 1.5px #a5a4a5, inset 0 0 0 1px #fff!important;
}

}


@media only screen and (max-width: 600px){
  .sf__pcard-style-4 .sf__pcard-content .sf__pcard-price .prod__price {
    font-weight: 700;
    font-size: 10px;
}
}


.sf__pcard-style-4 .sf__pcard-content .sf__pcard-price .prod__price {
    font-weight: 700;
    font-size: 15px;
}

.sf__pcard-style-4 .sf__pcard-content {
    position: relative;
    margin-bottom: 20px;
}

.section-py {
    padding-top: 0px;
    padding-bottom: 0px;
}


.sf__search-mb-icon {
  
  color: #595959;
  
}


@media only screen and (max-width: 600px) {
.sf__pcard {
    position: relative;
    border: 0px solid #bfbfbf!important;
}

  
}

@media screen and (max-width: 1535px) {
.section-py {
    padding-top: 0px;
    padding-bottom: 0px;
}
}

@media only screen and (max-width: 600px) {

.manifest-home {
    font-size: 18px!important;
    color: #595959;
    margin-top: -9px!important;
  line-height: 0.5;
}
  
.footer-logo {
    width: 147px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 23px;
    margin-bottom: 12px;
}
  
}


.sf-footer h3 {
    color: #d9af82;
  font-size:17px;
}



.sf__accordion-item .sf__accordion-button {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    padding-right: 0px;
    font-weight: 500;
}

.sf-footer .sf__footer-middle .sf-footer__block {
    padding-top:50px;
    padding-bottom: 50px;
  text-align:center;
}



@media (max-width: 767px){
.sf-footer .sf__footer-middle .sf-footer__block {
    padding-top: 0px;
    padding-bottom: 0px;
  text-align:center;
}
}



.footer-logo {
  width:200px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top:30px;
  margin-bottom:10px;
}


.sf-po__option-button {
    border: 1px solid transparent;
    min-width: 35px;
    height: 37px;
    padding: 0 10px;
    margin: 5px;
    font-size: 14px;
    border-radius: 0px;
    transition: all .25s;
}


.sf-po__option-button:hover, .sf-po__option-button[data-selected=true] {
    border-color: #bfbfbf;
}


.main-product__block+.main-product__block {
    margin-top: 7px;
}


.product-options__option:not(:last-child) {
    margin-bottom: 15px;
}


.product-options .prod__option .product-option-item[data-option-type=color] {
    width: 25px;
    height: 25px;
    margin: 8px;
}


.w-full .sf-prod__container {
    margin: 0;
  padding: 0 0rem;
}

.sf-prod__container>div {
   padding: 0px;
}


.header__wrapper {
    width: 100%;
    transition: transform .4s,background-color .2s;
    will-change: transform,background-color;
    border-bottom: 1px solid #bfbfbf ;
}


.template-product #MainContent {
    padding-bottom: 0px;
    padding-top: 0px;
}



.conteudo-right-img {
  border: 0.5px solid #bfbfbf;f;
}

.conteudo-left-txt {
 border: 0.5px solid #bfbfbf;
    padding: 120px;
}

@media (max-width: 767px){
  .conteudo-left-txt {
    padding:45px;
  }
  
}

.sf__btn.sf__btn-white:hover, a.sf__btn.sf__btn-white:hover, button.sf__btn.sf__btn-white:hover {
  
 background: transparent!important; 
     color: var(--btn-color,#000)!important;
     border-color: var(--btn-color,#000)!important;
       
}
.btn:not(.sf__btn-link):hover, .sf__btn:not(.sf__btn-link):hover, .shopify-payment-button__button.shopify-payment-button__button--unbranded:not(.sf__btn-link):hover {
  
      box-shadow: 0 0 0 0.0rem var(--color-btn-bg-hover)!important;
}


.sf-media-nav { display:none;}


.product-recommendations, .recently-viewed {
    overflow: hidden;
    margin-bottom: -32px;
}


/*margens products */

@media (min-width: 768px){
.md\:mb-12 {
    margin-bottom: 0rem;
}
}
@media (min-width: 768px){
.md\:mt-4 {
    margin-top: 0rem; 
}
}
.mb-5 {
   margin-bottom: 0rem;
}


.sf-prod-media__wrapper {
    position: sticky;
    top: 30px;
 	padding-left: 0px;
    border: 1px solid #bfbfbf;

}

.mb-4 {
    margin-bottom: 0rem;
}




.main-product__block+.main-product__block {
    margin-top: 7px;

    margin-left: auto;
    margin-right: auto;
  margin-bottom:20px;
}

.product-recommendations .sf-column, .recently-viewed .sf-column {
    padding-bottom: 0px;
   border: 0.5px solid #bfbfbf;;
}



/*margens collections */
@media (min-width: 1280px) {
.xl\:px-3 {
    padding-left: 0rem;
    padding-right: 0rem;
}
}


.px-2 {
    padding-left: 0rem;
    padding-right: 0rem;
}

@media (min-width: 1024px){
.sf__collection-container {
      margin-top: 0rem;
    margin-bottom: 0rem;
    padding-top: 0rem;
}
}

.sf__product-listing {
    position: relative;
  top:-21px;
}

.sf__collection-container {
    margin-top: 0rem;
    margin-bottom: 0rem;
    display: flex;
}

@media (max-width: 767px){
.sf__collection-toolbar {
    position: sticky;
  display:none;
    top: 0;
    z-index: 11;
    background-color: #fff;
}
}

.px-4 {
    padding-left: 6px;
    padding-right: 6px;
}

@media (min-width: 1024px){
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
}


.section-my {
    margin-top: 20px;
    margin-bottom: 20px;
}


.collection-footer {
  
  margin-top:-21px;}



.sf__variant-swatch .product-option-item {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #0000001a;
    transition: box-shadow .25s ease,transform .25s ease;
}


.sf__variant-swatch.sf_variant-selected .product-option-item {
    box-shadow: 0 0 0 1px #000, inset 0 0 0 2px #fff;
}


.sf__variant-swatch.sf_variant-selected .product-option-item {
    box-shadow: 0 0 0 2.5px #a5a4a5, inset 0 0 0 3px #fff;
}


/*
@media (max-width: 769px) {
.sf-search-form {
    height: 42px;
    color: #595959;
  display:none;
}}

@media (max-width: 769px) {
.sf__tooltip-item.sf__tooltip-style-2 {
    margin-bottom: 0;
    background-color: transparent;
    color: #595959;
  display:none;
}
 .sf-header.cart-has-items .sf-header__mobile .cart-icon {
    margin-right: 0;
    display: none;
}
}

*/


.sf-search-form {
    height: 42px;
    color: #595959;
}

.sf__tooltip-item.sf__tooltip-style-2 {
    margin-bottom: 0;
    background-color: transparent;
    color: #969696;
}

/* tag new arrival*/

.prod__tag {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 10px;
    padding: 8px 13px;
    font-weight: 600;
    border-radius: 0px;
  width: fit-content !important;
  margin-bottom:20px;

}


@media (min-width: 769px) {
  
.goverlay {
    background: rgba(0,0,0,.5)!important;
  
}
}


.goverlay {
  background: rgba(0,0,0,.5)!important;}

.prod__tag-new {
    background-color: transparent!important;
   border: 1.4px solid #bfbfbf;
  color:#595959;
 		
}


.main-product__block.main-product__block-badge {
  width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
}


/* product page*/

.container {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%!important;
}

.gap-x-8 {
    column-gap: 0rem;
}

.gap-y-12 {
    row-gap: 0rem;
}


/*
@media only screen and (max-width: 600px) {
.product-form__actions {
  
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

}*/

@media screen and (min-width: 1536px){
.container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}
}

[data-search-popup] form {
    height: 42px;
    color: #bfbfbf;
    border: 1px solid #bfbfbf;
}

.container-fluid {
    --offset-x: 1rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    padding-left: var(--offset-x);
    padding-right: var(--offset-x);
}
  
.sf-menu__arrow {
    
    transition: transform .3s;
    display: none;
}
  
  
  .rest-values.color-design {
    color: #888;
    padding: 6px;
    font-size: 16px;
    margin-bottom: 0px;
}
  
  
input:not(.quantity-input__element,.form-control,.scd-item__qty_input,.newsletter__input-st,[type=submit]), textarea:not(.quantity-input__element,.form-control,.scd-item__qty_input,.newsletter__input-st,[type=submit]) {
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding: 0.5rem 0.75rem;
    line-height: 1.5rem;
    border: 1px solid var(--border-color-3);
    text-align: center;
}
  
 .sf-footer {
    background-color: var(--color-footer-background);
    color: var(--color-footer-text);
    width: 60%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
  
  
  #shopify-section-footer {
    
    background-color: var(--color-footer-background);
      
      }
  
  
  .sf-footer .sf-footer__block ul li a {
    position: relative;
    color: var(--color-footer-link);
    font-size: 17px;
    text-transform: uppercase;
}
  
  
  
  .pb-\[30px\] {
    padding-bottom: 0px;
}
  
  
  .sf-sub-menu__link:hover {
    background-color: transparent;
}
  
  .sf-menu-submenu__title {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: #595959;
    margin-bottom:-10px;
}
  
  
  
  
  /* ABOUT US */
  
  .sf__page-about {
    
    margin-top:0px;
  }
  
.sf__page-about .sf__about-block-text-1 .rte, .sf__page-about .sf__about-block-text-2 .rte {
    text-align: center!important;
}
  
  
  
  
  /*MAGAZINE GRID */
  
.gap-8 {
    gap: 0rem;

}
  
  
  .sf__blog-card.sf__view-grid {
    
  border: 0.5px solid #bfbfbf!important;  
  }
  
  
  .sf__blog-card .sf__blog-cardContent {
    padding-top: 1.25rem;
     padding-bottom: 1.25rem;
}
  .sf__page-header {
    margin-top: 40px;
    display: none;
}
  
  
  
  /* menu */
  
  

  
  .px-3 {
    padding-left: 0.75rem;
    padding-right: 0.2rem;
}
  
  /* footer */
  
  .sf-instagram__wrapper {
    margin-bottom:-20px;
  }
  
  
  
  .section__header.text-center {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 26px;
}
  
  
  
@media (min-width: 1024px) {
section.sf-header.cart-has-items .cart-icon {
    margin-right: 4.5rem;
    padding-right: 0;
}
}
  
    @media (max-width: 768px){
      
     section.sf-header.cart-has-items .cart-icon {
    margin-right: 0rem;
    padding-right: 0;
}
    }
  

  
  @media (min-width: 769px) {
.glightbox-clean .gslide-media {
    box-shadow: 0px 0px 0px 0 rgb(0 0 0 / 65%)!important;
    background-color: #fff!important;
}
  }
  
  
  @media (max-width: 767px){
.product-recommendations .sf-grid, .recently-viewed .sf-grid {
    margin-bottom: 14px!important;
}
  }
  
  
  .btn.sf__btn-small, .sf__btn.sf__btn-small {
    padding-top: 0.6rem;
    padding-bottom: 0.5rem;
}
  
  
    @media (max-width: 767px){
  .rest-values.color-design {
    color: #888;
    padding: 6px;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: -10px;
}
    }
  
  
  @media (max-width: 767px){
  .prod__tag {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 4px;
    padding: 7px 5px;
    font-weight: 600;
    border-radius: 0px;
    width: fit-content !important;
    margin-bottom: 16px;
}
  }
  
  
  /*collection page */
 
  @media (min-width: 767px){
  .collection-header {
    background-color: var(--bg-color);
    height: 29vw!important;
}
  }
  
  
  .privacy-page {
    
    width:80%;
    margin-left:auto;
    margin-right:auto;
  }
  
  
  .text-black {
   color:#595959; 
  }
  
  
  #shopify-section-template--15738428129527__main {
    
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
  
  
  
 br.respfooter {
  display: inline; // Show BR tag for narrow screens
}

 @media (max-width: 767px){
  br.respfooter {
    display: none; // Hide BR tag for wider screens
  }
}
  
  
  .border-color-border {
    border-color: #595959;
}

  
  .rounded {
    border-radius: 0rem;
}
  
    
  @media (max-width: 767px){
  .sf__font-normal {
    font-weight: 700;
    font-size: 39px;
}
    .sf__search-mb-icon {
  
  color: #595959;
      
  
}
    
  }
  
  
  
  .main-product__block.main-product__block-price {
    margin-top: 16px!important;
    margin-bottom: -18px!important;
}
  
  
  .template-product .sf-prod-media__wrapper .swiper-container {
    height: 100%;
    top: 29px;
}
  
      
  @media (max-width: 767px){
      .template-product .sf-prod-media__wrapper .swiper-container {
    height: 100%;
    top: 0px;
}
  }
  
  
  /* sold out btn */
  
  
.btn-disabled, .btn.disabled, .btn:disabled, .btn[disabled], .sf__btn-disabled, .sf__btn.disabled, .sf__btn:disabled, .sf__btn[disabled] {
    pointer-events: none;
    border-color: #595959!important;
    color: #595959!important;
    opacity: .3;
      background-color: #fff!important;
}
  


  
.gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 70vh;
}

.item-factories {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.8s ease;
  
  .item-factories:hover{
    flex: 7;
  }
}

.facto-1 { 
  background-image: url('https://images.unsplash.com/photo-1499198116522-4a6235013d63?auto=format&fit=crop&w=1233&q=80');
}

.facto-2 { 
  background-image: url('https://images.unsplash.com/photo-1492760864391-753aaae87234?auto=format&fit=crop&w=1336&q=80');
}
  
  
  .prod-gift {
       padding: 200px;
    text-align: center;
  }
    @media (max-width: 767px){
    .prod-gift {
       padding: 20px;
    text-align: center;
  }
    }
  
  
  
  @media (min-width: 768px){
.md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-size: 40px;
   text-transform: uppercase;
}
  }
  
  
  
  
  .page-header__title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    display:none;
}
  
  .page-header {
    padding: 2rem 1rem;
    text-align: center;
     display:none;
}
  
  
  
  /* PESQUISA */
  
  @media (min-width: 768px){
.md\:gap-x-6 {
    column-gap: 0rem;
}}
  
  a.mb-3.flex.flex-col.group {
    border: 1px solid #bfbfbf;
    text-align:center;
}
  
  
  @media (min-width: 1536px){
.\32xl\:w-1\/2 {
    width: 50%;
    margin-top: 100px;
}}
  
  .form-control {
    margin-top: 5px;
    margin-bottom: 10px;
    border-color: #bfbfbf;
    border-radius:0px;
    background-color: var(--color-field-background);
}


.f-incart__product .combined-variant {
    font-size: 14px;
    height: 32px;
    margin: 0;
    min-width: 120px;
    padding: 0 40px 0 12px;
    width: auto;
  color:#bfbfbf;
}


  
  .sf-cart__item, .sf-cart__table-head {
    border-bottom: none;
}
  

  .prod__option-label.font-medium.flex.flex-wrap.items-center.justify-between.prod__option-label--button {
    visibility: hidden;
}
  
    a.relative.py-2.sf-cart-icon.px-2.whitespace-nowrap.cursor-pointer.cart-icon {
    margin-right: 4.5rem;
}

    @media (max-width: 768px){
      
      a.relative.py-2.sf-cart-icon.px-2.whitespace-nowrap.cursor-pointer.cart-icon {
    margin-right: 0rem;
}
    }
  
  .sf__select-bordered {
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
}
  
  
  .bis-popup .prod__tag--soldout {
    width: 64px;
    height: 64px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    display: none!important;
}
  
  .payment-icons.flex {
    filter: grayscale(1);
}
  
  
  .overflow-y-scroll {
    overflow-y: hidden;
}
  
      @media (max-width: 768px){
  .m-2\.5 {
    margin: 3px;
}
        
      }
  
  
        @media (max-width: 768px){
  ul.flex.flex-wrap.-m-2\.5 {
    width: 300px;
}
        }
  
  
  
  /* MOBILE MENU */
  
  .sf-menu-wrapper.sf-menu-wrapper-mobile.touch-none.fixed.z-\[80\].inset-0.transition-colors.duration-300.bg-black {
    --tw-bg-opacity: 0!important;
}
    
           @media (max-width: 768px){
    li.list-none.sf-link.flex.items-center {
    margin-left: 28px;
    }}
           @media (max-width: 768px){
    li.list-none {
    margin-left: 28px;
    }}
    
      @media screen and (max-width: 767px){
.sf-header .sf-menu-wrapper-mobile .sf-menu__content {
    width: calc(100% - 0px);
    margin-top: 46px;
}
  }
    
    /* titulo HP */
      @media (max-width: 768px){
    .text-2xl {
    font-size: 1.3rem;
    line-height: 2rem;
    }}
    
    
    
    
    .prod__countdown * {
    color: #595959;
    width: fit-content !important;
    margin: auto !important;
}
  
  
  .prod__countdown .time-block {
    width: 70px;
    height: 70px;
    border-color: #fff;
    background-color: #fff;
}
    
    
    .foxkit-preorder-note li {
    list-style: none;
    text-align: center;
}
    
    
    
    /*new menu
    
    ul.sf-menu-submenu__items.flex.-mx-2.w-2\/3 {
    text-align: center;
}*/
    
    
    .sf-customer__forms.pb-7.md\:pb-15.md\:w-11\/12.lg\:w-3\/4.xl\:w-2\/3.\32 xl\:w-1\/2.md\:flex.mx-auto {
    margin-top: 100px;
}
    
    a.md\:text-xl.font-medium.block.md\:pr-4.text-black {
    display: none;
}
    
    
    #countdown-timer-template--15738428522743__165236928628b2c235 {
      
     color:#fff;
      
    }
    
    
.timer {
    color: #fff;
    background-size: cover;
    background-color: #DACFBA!important;
  background-image: url("/cdn/shop/files/Home_Setembro_On_Demand_01.jpg?v=1663771581")!important;
}
    
    
      @media (max-width: 768px){
        .timer {
    color: #fff;
    background-size: cover;
          height:500px;
   background-color: #DACFBA!important;
 background-image: url("/cdn/shop/files/Home_Setembro_Mobile_On_Demand.jpg?v=1663771643")!important;
}
        
      }
    
    
    .timer-txt {
     color:#fff; 
      font-size:60px;
      justify-content: center;
       align-items: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: inline-block;
          line-height: 78px;
    }
    
    
    
       @media (max-width: 768px){  
    
    .timer-txt {
         justify-content: center;
    color: #fff;
    font-size: 31px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: inline-block;
       line-height: 30px;
       margin-top:50px;
    }
       }
    
    
    
    /* breacrumb prodcut page*/
    
    nav.sf-breadcrumb2.w-full {
    position: absolute;
    top: 60px;
    left: 20px;
    z-index: 999;
}
    @media (max-width: 568px){ 
    nav.sf-breadcrumb2.w-full {
    position: absolute;
    top: 3px;
    left: 1px;
    z-index: 999;
    }}
    
    
    
    .collection-header__title {
    color: inherit;
    margin-bottom: 250px;
}
    
    @media (max-width: 568px){
    .collection-header__title {
    color: inherit;
    margin-bottom: 50px;
    }}
    
    
     @media (min-width: 1280px){
    .collection-header__title {
    color: inherit;
    margin-bottom: 100px;
    }}
    
       @media (min-width: 1440px){
    .collection-header__title {
    color: inherit;
    margin-bottom: 200px;
    }}
    
    
         @media (min-width: 1920px){
    .collection-header__title {
    color: inherit;
    margin-bottom: 250px;
    }}
    
    
    .count-product-collection {
      color: #fff;
    bottom: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    text-transform: uppercase;
      font-size: 16px;
      
      
    }
    
    
    
    .sf__breabcrumb-page-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px;
    font-size: 10px;
       text-transform: uppercase;
}
    
    
    .bread-crumb__item {
    padding: 4px;
    font-size: 10px;
    color: inherit;
    white-space: nowrap;
       text-transform: uppercase;
}
    
    
    .sf-sub-menu__link {
    display: block;
    overflow: hidden;
    white-space: normal;
    padding: 0.25rem 0.75rem;
    font-weight: 400;
    color: #595959;
    transition: all .3s;
}
    
    
    .collection-header__breadcrumb .sf-breadcrumb .p-4 {
     padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-left: 4px;
}
    
    
 .bread-crumb__item-colec{
       
         padding: 4px;
    font-size: 14px;
    color: inherit;
    white-space: nowrap;
       text-transform: uppercase;
    
  }
    
     @media (max-width: 568px){
     .bread-crumb__item-colec{
       
         padding: 4px;
    font-size: 9px;
    color: inherit;
    white-space: nowrap;
       text-transform: uppercase;
    
     }}
    
    
       @media (max-width: 568px){
        .collection-header__breadcrumb .sf-breadcrumb .p-4 {
     padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-left: 4px;
          font-size:9px;
          padding-right: 0px;
}
       }

    
    
        @media (max-width: 568px){
    .count-product-collection {
      color: #fff;
    bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
         padding-left: 0px;
           font-size:9px;
          text-transform: uppercase;
      
    }}
    
    
    
    #shopify-section-template--16094025154807__product-recommendations .section-my {
    margin-top: 18px;
    margin-bottom: 42px;
}
  
     @media (max-width: 568px){
        #shopify-section-template--16094025154807__product-recommendations .section-my {
    margin-top: 18px;
    margin-bottom: 32px;
        }}
  
    
    .scd-item__image {
    border:none;
    flex: 0 0 auto;
    width: 130px;
}
    
    
    
    .template-page #MainContent {
    padding-bottom: 0rem;
}
    
    
    
    .sf-po__option-button[data-selected=true] {
    background-color: #fff;
    border-color: #bfbfbf;
    color:#595959;
}
    
    
    .form__input-wrapper.form__input-wrapper--select.mr-5.w-32 {
    display: none;
}
    
    
    label.prod__option-label.prod__option-label__quantity.font-medium.hidden.md\:block {
    display: none;
    visibility: hidden;
}
    
    
    .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
    width: 100%;
}
    
    
    /* ESCONDER ICONS MENU MOBILE
    
    @media (max-width: 568px){
    .sf-search-form {
      display:none;}
    }
    
    
    @media (max-width: 568px){
    .sf__search-mb-icon {
  display:none;
  
    }}
    
    
    @media (max-width: 769px) {
.sf__tooltip-item.sf__tooltip-style-2 {
    
  display:none;
}} */
    
    
    
    
    /* pagina lojas nova ordem*/
    
    .lojas {
  display:flex;
  flex-flow: row wrap;
  justify-content:space-between;
}
    
    
@media screen and (max-width:600px){
  .lojas {
    flex-direction:column
  }
 }
    
   @media screen and (max-width:600px){ 
     .primeira {
    order: 1;
  }
  .segunda{
    order: 2
  }
  .terceira
  {
    order: 4;
  }
  .quarta{
    order: 3;
  }
  .quinta{
    order: 5;
  }
  .sexta{
    order: 7;
  }
   }
    
    .m-2\.5 {
    margin: 0.1rem;
}
    
    
    
   .scd-item {
	border-top: 0.5px solid #bfbfbf;
	border-bottom: 0.5px solid #bfbfbf;
}
    
    
    .scd-item__quantity {
    background-color: #fff;
    border: 1px solid #bfbfbf;
}
    
    
    


#shopify-section-template--16094024794359__main {

    margin-left: 40px;
    margin-right: 20px;
    margin-top: 50px;

}


.sf-cart__item-product-image {
    width: 150px;
}


.f-incart__product-image {
    flex: 0 0 auto;
    width: 150px!important;
}


.f-incart {
    border-top: 0.5px solid #bfbfbf!important;
  border-left: none!important;
  border-bottom:none!important;
  border-right:none!important;
    border-radius: 0px!important;
    margin: 15px 0 10px!important;
    padding: 13px 0px 0!important;
    background-color: #fff;
}

.bg-color-border {
    background-color: #e5e7eb;
}
.prod__stock-countdown .psc__progress {
    background: rgb(210, 177, 136);
}