/** Shopify CDN: Minification failed

Line 184:1 Expected "}" to go with "{"

**/

.m-product-card__tag-name{color:rgb(var(--color-background))!important;
background-color:rgba(var(--text-white),1)!important;}
.m-product-card__tags {
    bottom: 0px!important;
    top: initial!important;
    left: 0px!important;
}
.m-product-card__tag-name{border:1px solid;}
.m-footer--block-newsletter h3{font-size:16px!important;font-weight:500!important;}
.m-footer--bottom-right{text-align:center;}
.m-footer--bottom-inner{align-items: center;flex-flow: column;}
/*a.collection-tab__link:before{content:'Shop now'}*/
.m-password-page__logo{width:100%!important;}
.logo-img{width:450px;}
.req-btn{width:100%;text-transform:uppercase;}
.m-search-item .m-search-item--price{display:none;}
.template-article h2{margin:20px 0;font-size:30px;}
.template-article h3{margin:20px 0;font-size:25px;}
.template-article h4{margin:20px 0;font-size:21px;}
.template-article p{margin:10px 0;}
.m-article ul {
    list-style-type: disc;
}
.m-search-result .m-product-tag--soldout{display:none!important;}
.m-product-card__name{
      overflow: hidden!important;
    text-overflow: ellipsis!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical!important;
}
.side-filter-menu{padding-top:150px;}
.m-menu__item--mega .m-sub-menu--level-1{
  flex-wrap:wrap;
}
.m-show-menu-column-divider .m-sub-menu__item--level-1:first-child, .m-show-menu-column-divider .m-sub-menu__item--level-1{
      padding: 0px 18px!important;
  margin-bottom:0px!important;
    border-left: 1px solid rgb(var(--color-foreground))!important;
}
.m-menu__item--mega .m-sub-menu--level-1 {
    width: 100%;
}
.m-mega-menu li.m-sub-menu__item.m-sub-menu__item--level-1{
  display:flex;
  align-items:center;
  color: rgba(var(--color-foreground), .6)!important;
}
.m-menu__item--mega .m-sub-menu__item--level-1>a{
   color: rgba(var(--color-foreground), .6)!important;
}
.m-mega-menu li.m-sub-menu__item.m-sub-menu__item--level-1:hover{
    color: rgb(var(--color-foreground));
    background: rgba(var(--color-foreground), .07);
      transition: all var(--m-duration-default, .25s);
}
.m-mega-menu li.m-sub-menu__item.m-sub-menu__item--level-1:hover a{
    color: rgb(var(--color-foreground))!important;}
.m-sub-menu__item>a:hover {
    background: transparent!important;
}
.m-footer .m-footer--middle .m-footer--block-title{font-size:24px!important;}
.disclaimer{
      text-align: center;
    padding-top: 10px;
    font-size: 14px;
    line-height: 16px;
}
.globo-form-app .panel {
    width: 100%!important;
}
.globo-form-app.gfb-style-classic{
  z-index:9;
}
@media(max-width:550px){
  .logo-img{width:250px;}
  .m-password-page {
    background-position: 10%!important;
}
  .m-footer--bottom-left{
    text-align: center;
    margin-bottom: 10px!important;
    margin-top: 20px;
  }
  .side-filter-menu{padding-top:20px;}
.m-product-card__tags {
    bottom: 5px !important;}
}
.wire-price span{
      color: #035F38;
    font-size: 24px;
    font-weight: 900;
}
.m-mega-menu__inner{
  align-items:flex-start;
}
.red-letters-top strong, .red-letters-bottom span {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
.border {
    border: 1px solid rgba(79, 79, 79, 1) !important;
}
.me-2 {
    margin-right: .5rem !important;
}
<!--Benefits Box-->
.benefits .box {
  padding-bottom: 30px;
}
.benefits .box {
  border-bottom: 2px solid #02002c;
}
.benefits .box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 4;
}
.benefits .box ul li {
  font-size: 15px;
  padding: 7px 0;
}
.benefits .box ul li:before {
  width: 25px;
  background-size: 10px;
  height: 25px;
}
.benefits .box ul li {
    font-size: 15px;
    padding: 6px 0;
    display: flex;
    align-items: center;
    position: relative;
}
.benefits .box ul li{
    font-weight: 400;
    letter-spacing: .03em;
    color: #000;
}
.benefits .box ul li:before {
  width: 25px;
  background-size: 10px;
  height: 25px;
}
.benefits .box ul li:before {
  border: 2px solid #fff;
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #02002c;
  background-image: url("https://cdn.shopify.com/s/files/1/0702/1143/6785/files/check_white.svg?v=1720808650");
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  box-shadow: 0 3px 14px -6px #00000038;
}
@media(max-width:1483px){
  .benefits .box ul {
    column-count: 3;
}
}
@media(max-width:962px){
  .benefits .box ul {
    column-count: 2;
}
}
@media(max-width:664px){
  .benefits .box ul {
    column-count: 1;
}