/** Shopify CDN: Minification failed

Line 323:0 Expected "{" but found "0%"
Line 325:1 Unexpected "10%"
Line 327:1 Unexpected "20%"
Line 329:1 Unexpected "30%"
Line 331:1 Unexpected "40%"
Line 333:1 Unexpected "50%"
Line 335:1 Unexpected "60%"
Line 337:1 Unexpected "70%"
Line 340:0 Unexpected "80%"
Line 343:0 Unexpected "90%"
... and 1 more hidden warnings

**/
  .contact-section {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 50px auto;
}

.contact-left {
  width:40%;
  background-color: #fe0101;
  padding: 40px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap:50px;
}

  .contact-left .dt-sc-social-icons a{
    background: white;
    padding: 6px 8px;
    border-radius: 50%;
  }

  .contact-left .dt-sc-social-icons svg path{
    fill:#fe0101;
  }

 .contact-left  .dt-sc-social-icons {
   display:flex;
   gap:10px;
 }

  .contact-left .dt-sc-social-icons i{
        color: #fe0101;
    width: 16px;
    height: 20px;
    font-size: 20px;
    margin-left: 5px;
  }

 .contact-left  .fa-facebook:before{
   top: 2px;
    position: relative;
 }

 .contact-left .fa-instagram:before{
   top: 2px;
  position: relative;
  left: -2px;
 }

.contact-left h2 {
  font-size: 30px;
  font-weight: 400;
}

.contact-left p {
  font-size: 16px;
}

  .contact-left p a{
    display:flex;
    align-items:center;
    gap:20px;
  }

 .contact-right .title.globo-heading{
    font-size:22px;
  }

  .globo-form-input textarea{
     background: white !important;
    border-bottom: 1px solid #6c5657 !important;
  }

  .globo-form-input{
     background-color: white !important;
  }

 #globo-formbuilder-71936 .globo-form-input select{
     background: white !important;
    border-bottom: 1px solid #6c5657 !important;
    background-image: none !important;
  }

  #globo-formbuilder-71936 p[style="text-align: right;font-size:small;display: block !important;"]{
    opacity: 0;
  }

  .gfb__footer.wizard__footer{
    display:flex!important;
    justify-content:center !important;
  }

  .gfb__footer.wizard__footer button[type="submit"]{
    font-size: 18px !important;
    text-transform: uppercase !important;
    border-radius: 0px!important;
    padding: 20px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .globo-form-input input{
    background: white!important;
    border-bottom: 1px solid #6c5657 !important;
  }

 .contact-right  .description.globo-description h1{
    color: black;
    font-size: 36px;
    font-weight: 600;
    margin-top: 20px;
 }

.contact-left a {
  color: white;
  text-decoration: none;
}


.contact-right {
  flex: 2;
  background-color: #fff;
  color: #000;
  padding: 40px;
}

.contact-right h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact-right h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact-right form {
  display: flex;
  flex-direction: column;
}

.contact-right .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-right input,
.contact-right textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.contact-right textarea {
  height: 100px;
  resize: none;
}

.contact-right button {
  background-color: red;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  align-self: flex-start;
}

.contact-right button:hover {
  background-color: darkred;
}

  @media screen and (max-width: 480px) {
  .contact-section{
    flex-direction: column;
  }

    .contact-left{
      width:100%;
    }

    .contact-right{
      padding: 8px;
    }
}

#shopify-section-template--23745607172426__custom_content_KrcAB9 .globo-form-app{
   background:transparent !important;
  color:white !important;
}

#shopify-section-template--23745607172426__custom_content_KrcAB9 .globo-form-input{
  background:transparent !important;
}

#shopify-section-template--23745607172426__custom_content_KrcAB9 label span{
  color:white !important;
}

#shopify-section-template--23745607172426__custom_content_KrcAB9 label{
  top:-8px;
}

#shopify-section-template--23745607172426__custom_content_KrcAB9 .globo-form-control.layout-2-column[data-type="country"] {
  width:100%;
}

#shopify-section-template--23745607172426__custom_content_KrcAB9 .globo-form-control.layout-2-column[data-type="text"] {
  display:none;
}

#shopify-section-template--23745607172426__custom_content_KrcAB9 .globo-form-control.layout-2-column[data-type="name"] {
  order:-1;
}






#shopify-section-template--23745607172426__custom_content_KrcAB9 .globo-form-input input{
  background:transparent !important;
  color:white !important;
}

#shopify-section-template--23745607172426__custom_content_KrcAB9 .globo-form-input input::placeholder{
  color:white !important;
}

#shopify-section-template--23745607172426__custom_content_KrcAB9 .globo-form-input textarea::placeholder{
  color:white !important;
}

#shopify-section-template--23745607172426__custom_content_KrcAB9 .globo-form-input select::placeholder{
  color:white !important;
}

#shopify-section-template--23745607172426__custom_content_KrcAB9 .globo-form-input textarea{
  background:transparent !important;
  color:white !important;
}

#shopify-section-template--23745607172426__custom_content_KrcAB9 .globo-form-input select{
  background:transparent !important;
  color:white !important;
}

#shopify-section-template--23745607172426__custom_content_KrcAB9 .globo-form-input select{
  color:#fe0101 !important;
}

#shopify-section-template--23745607172426__custom_content_KrcAB9 .title.globo-heading{
  color:white !important;
}



.shopify_registration_form{
  box-shadow:none !important;
  width:100%!important;
  padding:0px !important;
  position:relative;
}

#newsletter-footer{
  display:none !important;
}

#submit-btn1737472237:before{
  content:"";
  background-image: url("data:image/svg+xml,%3Csvg width='70px' height='70px' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cg%3E%3Cpath class='st0' d='M74.1,27.2L74.1,27.2c0,0,0-0.1,0-0.1C74.1,27.1,74.1,27.1,74.1,27.2z'%3E%3C/path%3E%3Cpath class='st0' d='M73.1,25.9c-0.1,0-0.1,0-0.2,0c0,0,0,0,0,0c0.1,0,0.2,0,0.3,0C73.2,25.9,73.2,25.9,73.1,25.9z M73.5,25.9 C73.4,25.9,73.4,25.9,73.5,25.9c0,0,0.1,0,0.1,0.1C73.6,25.9,73.5,25.9,73.5,25.9z M74.1,27.2L74.1,27.2c0,0,0-0.1,0-0.1 C74.1,27.1,74.1,27.1,74.1,27.2z'%3E%3C/path%3E%3Cpath class='st0' d='M73.1,25.9c-0.1,0-0.1,0-0.2,0c0,0,0,0,0,0c0.1,0,0.2,0,0.3,0C73.2,25.9,73.2,25.9,73.1,25.9z M73.5,25.9 C73.4,25.9,73.4,25.9,73.5,25.9c0,0,0.1,0,0.1,0.1C73.6,25.9,73.5,25.9,73.5,25.9z'%3E%3C/path%3E%3Cpath class='st0' d='M74.1,26.7C74.1,26.7,74.1,26.7,74.1,26.7c0,0,0-0.1,0-0.1c0,0,0,0,0-0.1c0,0,0-0.1-0.1-0.1c0,0,0,0,0,0 c0-0.1-0.1-0.1-0.1-0.2v0c0,0-0.1-0.1-0.1-0.1c0,0,0,0-0.1-0.1l0,0c0,0,0,0,0,0c0,0,0,0,0,0h0c0,0,0,0,0,0c0,0,0,0,0,0 c-0.1,0-0.1,0-0.2-0.1c0,0,0,0-0.1,0c0,0,0,0-0.1,0c-0.1,0-0.2,0-0.3,0c-0.1,0-0.2,0-0.3,0.1L26.4,50c-0.4,0.2-0.6,0.6-0.5,1.1 c0.1,0.4,0.4,0.8,0.9,0.8L40,53.5l4.9,8.2c0,0.1,0.1,0.1,0.2,0.2c0,0,0.1,0.1,0.2,0.1c0,0,0,0,0.1,0c0,0,0,0,0,0c0,0,0.1,0,0.2,0.1 c0,0,0,0,0,0c0.1,0,0.2,0,0.3,0c0.1,0,0.1,0,0.2,0l7.9-1.7l6.6,6.6c0.2,0.2,0.4,0.3,0.7,0.3c0.1,0,0.2,0,0.3,0 c0.3-0.1,0.6-0.4,0.7-0.7l12-39.4c0,0,0,0,0,0c0,0,0-0.1,0-0.1c0-0.1,0-0.1,0-0.2v0C74.1,26.8,74.1,26.7,74.1,26.7z M64.3,32.6 l-24,18.9l-10.1-1.3L64.3,32.6z M45.6,59.1l-3.8-6.3l23.4-18.4L48.4,53.6c0,0,0,0,0,0c0,0.1-0.1,0.1-0.1,0.2l0,0.1L45.6,59.1z M47.6,59.7l1.9-3.7l2.7,2.8L47.6,59.7z M60.7,64.4L50.5,54.2L70.8,31L60.7,64.4z'%3E%3C/path%3E%3Cg id='Group_792'%3E%3Cpath class='st0' d='M26.9,65.6c-0.3,0-0.6-0.1-0.8-0.4c-0.3-0.4-0.2-1.1,0.2-1.4l6.9-5.1c0.4-0.3,1.1-0.2,1.4,0.2 c0.3,0.4,0.2,1.1-0.2,1.4l-6.9,5.1C27.3,65.5,27.1,65.6,26.9,65.6z'%3E%3C/path%3E%3Cpath class='st0' d='M26.9,74.1c-0.3,0-0.6-0.1-0.8-0.3c-0.4-0.4-0.3-1,0.1-1.4l6.9-6c0.4-0.4,1-0.3,1.4,0.1 c0.4,0.4,0.3,1-0.1,1.4l-6.9,6C27.3,74.1,27.1,74.1,26.9,74.1z'%3E%3C/path%3E%3C/g%3E%3Cpath class='st0' d='M37.1,65.6c-0.3,0-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-1,0-1.4l1.7-1.7c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4l-1.7,1.7 C37.7,65.5,37.4,65.6,37.1,65.6z'%3E%3C/path%3E%3Cg id='Group_794'%3E%3Cpath class='st0' d='M38.9,74.1c-0.3,0-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-1,0-1.4l3.4-3.4c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4l-3.4,3.4 C39.4,74,39.1,74.1,38.9,74.1z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  position:absolute;
  left:0px;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  filter: invert(1);
}

#submit-btn1737472237:hover::before{
  content:"";
background-image: url("data:image/svg+xml,%3Csvg width='70px' height='70px' fill='red%0A' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cg%3E%3Cpath class='st0' d='M74.1,27.2L74.1,27.2c0,0,0-0.1,0-0.1C74.1,27.1,74.1,27.1,74.1,27.2z'%3E%3C/path%3E%3Cpath class='st0' d='M73.1,25.9c-0.1,0-0.1,0-0.2,0c0,0,0,0,0,0c0.1,0,0.2,0,0.3,0C73.2,25.9,73.2,25.9,73.1,25.9z M73.5,25.9 C73.4,25.9,73.4,25.9,73.5,25.9c0,0,0.1,0,0.1,0.1C73.6,25.9,73.5,25.9,73.5,25.9z M74.1,27.2L74.1,27.2c0,0,0-0.1,0-0.1 C74.1,27.1,74.1,27.1,74.1,27.2z'%3E%3C/path%3E%3Cpath class='st0' d='M73.1,25.9c-0.1,0-0.1,0-0.2,0c0,0,0,0,0,0c0.1,0,0.2,0,0.3,0C73.2,25.9,73.2,25.9,73.1,25.9z M73.5,25.9 C73.4,25.9,73.4,25.9,73.5,25.9c0,0,0.1,0,0.1,0.1C73.6,25.9,73.5,25.9,73.5,25.9z'%3E%3C/path%3E%3Cpath class='st0' d='M74.1,26.7C74.1,26.7,74.1,26.7,74.1,26.7c0,0,0-0.1,0-0.1c0,0,0,0,0-0.1c0,0,0-0.1-0.1-0.1c0,0,0,0,0,0 c0-0.1-0.1-0.1-0.1-0.2v0c0,0-0.1-0.1-0.1-0.1c0,0,0,0-0.1-0.1l0,0c0,0,0,0,0,0c0,0,0,0,0,0h0c0,0,0,0,0,0c0,0,0,0,0,0 c-0.1,0-0.1,0-0.2-0.1c0,0,0,0-0.1,0c0,0,0,0-0.1,0c-0.1,0-0.2,0-0.3,0c-0.1,0-0.2,0-0.3,0.1L26.4,50c-0.4,0.2-0.6,0.6-0.5,1.1 c0.1,0.4,0.4,0.8,0.9,0.8L40,53.5l4.9,8.2c0,0.1,0.1,0.1,0.2,0.2c0,0,0.1,0.1,0.2,0.1c0,0,0,0,0.1,0c0,0,0,0,0,0c0,0,0.1,0,0.2,0.1 c0,0,0,0,0,0c0.1,0,0.2,0,0.3,0c0.1,0,0.1,0,0.2,0l7.9-1.7l6.6,6.6c0.2,0.2,0.4,0.3,0.7,0.3c0.1,0,0.2,0,0.3,0 c0.3-0.1,0.6-0.4,0.7-0.7l12-39.4c0,0,0,0,0,0c0,0,0-0.1,0-0.1c0-0.1,0-0.1,0-0.2v0C74.1,26.8,74.1,26.7,74.1,26.7z M64.3,32.6 l-24,18.9l-10.1-1.3L64.3,32.6z M45.6,59.1l-3.8-6.3l23.4-18.4L48.4,53.6c0,0,0,0,0,0c0,0.1-0.1,0.1-0.1,0.2l0,0.1L45.6,59.1z M47.6,59.7l1.9-3.7l2.7,2.8L47.6,59.7z M60.7,64.4L50.5,54.2L70.8,31L60.7,64.4z'%3E%3C/path%3E%3Cg id='Group_792'%3E%3Cpath class='st0' d='M26.9,65.6c-0.3,0-0.6-0.1-0.8-0.4c-0.3-0.4-0.2-1.1,0.2-1.4l6.9-5.1c0.4-0.3,1.1-0.2,1.4,0.2 c0.3,0.4,0.2,1.1-0.2,1.4l-6.9,5.1C27.3,65.5,27.1,65.6,26.9,65.6z'%3E%3C/path%3E%3Cpath class='st0' d='M26.9,74.1c-0.3,0-0.6-0.1-0.8-0.3c-0.4-0.4-0.3-1,0.1-1.4l6.9-6c0.4-0.4,1-0.3,1.4,0.1 c0.4,0.4,0.3,1-0.1,1.4l-6.9,6C27.3,74.1,27.1,74.1,26.9,74.1z'%3E%3C/path%3E%3C/g%3E%3Cpath class='st0' d='M37.1,65.6c-0.3,0-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-1,0-1.4l1.7-1.7c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4l-1.7,1.7 C37.7,65.5,37.4,65.6,37.1,65.6z'%3E%3C/path%3E%3Cg id='Group_794'%3E%3Cpath class='st0' d='M38.9,74.1c-0.3,0-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-1,0-1.4l3.4-3.4c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4l-3.4,3.4 C39.4,74,39.1,74.1,38.9,74.1z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");  position:absolute;
  left:0px;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  filter: blur(1px);
  animation-name: shake;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: 50% 100%;
}

@keyframes shake
0% {
    transform: translate(2px, 1px) rotate(0deg);
}10% {
    transform: translate(-1px, -2px) rotate(-2deg);
}20% {
    transform: translate(-3px, 0px) rotate(3deg);
}30% {
    transform: translate(0px, 2px) rotate(0deg);
}40% {
    transform: translate(1px, -1px) rotate(1deg);
}50% {
    transform: translate(-1px, 2px) rotate(-1deg);
}60% {
    transform: translate(-3px, 1px) rotate(0deg);
}70% {
    transform: translate(2px, 1px) rotate(-2deg);
}
80% {
    transform: translate(-1px, -1px) rotate(4deg);
}
90% {
    transform: translate(2px, 2px) rotate(0deg);
}
100% {
    transform: translate(1px, -2px) rotate(-1deg);
}


#submit-btn1737472237{
  background: transparent;
    position: absolute;
    top: -20px;
    right: -5px;
}

.cp24Form1737472106 .fb-text.form-group{
  width:100%!important;
  padding:0px!important;
}

.cp24Form1737472106 .fb-text.form-group label{
  display:none!important;
}

.cp24Form1737472106 .fb-text.form-group input{
  background: transparent!important;
  border-bottom: 1px solid white!important;
  box-shadow: none!important;
}

.cp24Form1737472106 .rendered-form{
  width:100%!important;
}

.spf-product-card.spf-product-card__template-4 .spf-product__form{
  bottom: 50%!important;
    left: 0;
    width: fit-content;
    margin: 0px auto;
}
#gf-products .spf-product-card.spf-product-card__template-4 .spf-product__form a.open-quick-view{
  background-color:white!important;
  border:unset!important;
      color: #FE0101 !important;
}
#gf-products .spf-product-card.spf-product-card__template-4 .spf-product__form-btn-addtocart{
    background-color:white!important;
      color: #FE0101 !important;
  border:unset!important;
}
.spf-product-card.spf-product-card__template-4 .spf-product__form{
  transform: translateX(300%)!important;
}
#gfqv-modal .gfqv-product-details h1 a{
  font-size:40px;
}
.gfqv-product-wrapper{
  background-color:black;
}
#gfqv-modal .gfqv-modal-content .product .product-images-wrapper{
  background-color:black!important;
}

.gfqv-modal .gfqv-product-summary span{
  color:white;
}
.gfqv-modal .gfqv-product-summary p{
  color:white;
}
.gfqv-modal .gfqv-product-summary ul li{
  color:white;
}
#gfqv-modal .quantity .qty{
  background-color:white!important;
}




/* .row.main-collection .sidebar{
  display:none !important;
} */

/* .row.main-collection .has-sidebar{
  flex-direction: row;
}
 */
/* .gf-filter-selection{
  display:none !important;
} */

#globo-dropdown-sort_options span{
  color:black;
}

/* .sort-by.limit-by.hidden-xs{
  display:none !important;
} */

.sort-by span{
  color:black !important;
}

.sort-by{
padding-bottom:10px !important;
}

.sort-by label{
  color:black!important;
  margin-top: 0px !important;
    background: white;
    background-color: white !important;
}

.sort-by select{
  color:black!important;
}

.gf-filter-contents .h3 span{
  color:white;
}

.spf-product-card__inner img{
  height:100% !important;
  object-fit:cover !important;
}

.spf-product__info a{
  color:black !important;
}

.spf-product__info{
  padding: 20px !important;
  background:white;
}

.spf-product__form{
  gap:20px;
}

.gf-controls-search-button svg{
  margin-top:-15px !important;
}

.spf-product__form a{
  border-radius:20px !important;
}

.spf-product__form button{
  border-radius:20px !important;
}

.spf-product__info span{
  color:black !important;
}

.button.gf-controls-search-button{
  top:-10px !important;
}

.product-form__item{
  justify-content:space-between;
}

form[class*="shopify-product"]>div.product_payments_btns>*{
  margin-right:0px !important;
      width: calc(48% - 0px);
}

.dt-sc-btn.add-wishlist::before{
  font-size:12px;
}

.dt-sc-btn.add-wishlist{
  padding:9px 0px ;
}

.dT_AddToCart.dt-sc-btn{
  font-size:12px;
}