/** Shopify CDN: Minification failed

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

**/
@media screen and (min-width: 1000px){
.article__header {
    display: block;
    flex-direction: row-reverse;
    align-items: center;
}
.article__image-wrapper--square {
    width: 100%;
}
}

.rating1 {
    display: flex !important;
    align-items: center;
    vertical-align: bottom;
    justify-content: center;
    color: black;
    margin-top: 10px;
}
[dir=ltr] .header__cart-count--floating {
    background: #EE2F53;
  color: black;
}

.logo-bar__item img {
    width: 100%;
}

.logo-bar {
    display: flow-root;
}

.logo-bar__item {
    width: 25%;
    float: left;
      border: 2px solid black;
}

.logo-bar__item img {
    width: 100%;
    object-fit: cover;
}
.logo-bar__item:hover img {
    opacity: 0.5;
}
@media screen and (max-width: 1000px){
.logo-bar__item {
    width: 33.3%;
    float: left;
}


}

@media screen and (max-width: 769px){
.logo-bar__item {
    width: 50%;
    float: left;
}


  .logo-bar2__item img {
    width: 100%;
}

.logo-bar2 {
    display: flow-root;
}

.logo-bar2__item {
    width: 25%;
    float: left;
      border: 0px solid black;
}

.logo-ba2r__item img {
    width: 100%;
    object-fit: cover;
}
.logo-bar2__item:hover img {
    opacity: 0.5;
}
@media screen and (max-width: 1000px){
.logo-bar2__item {
    width: 33.3%;
    float: left;
}


}

@media screen and (max-width: 769px){
.logo-bar2__item {
    width: 25%;
    float: left;
}

}

.button-wrapper.absd {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
  text-align:center;
}

.logo-bar__item {
    border-left: 1px solid;
    border-right: 1px solid;
}

.landing-page .header {
 
  display:none
  
}