/** Shopify CDN: Minification failed

Line 139:0 Unexpected "}"

**/
.sec_img {
  width: 40%;
}

.sec_img img {
  border: 4px;
  border-style: solid;
  border-radius: 30px;
  border-color: #423d32;
}

.img_logo_content {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.sec_logo {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.logo_item img {
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
  margin-bottom: 15px;
  flex-shrink: 0;
}

.logo_item p {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #533104;
  margin: 0;
  word-break: break-word;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  min-height: 36px;
}

.sec_logo {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 100px;
  align-items: center;
}

.logo_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 143px;
  width: 30%;
  min-height: 204px;
  border-radius: 20px;
  border: 1px solid #ffd100;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
}

.logo_item .logo-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
}

.img_logo h2 {
  font-family: 'Anton';
  font-weight: 400;
  font-size: 50px;
  line-height: 100%;
  text-transform: uppercase;
  color: #533104;
  margin-top: 0;
  letter-spacing: 0;
}
.img_logo {
  padding-bottom: 80px;
  position: relative;
}
p.btm_bar {
    display: inline-block;
      font-family: 'Anton';
        font-weight: 400;
          font-size: 50px;
            line-height: 100%;
              text-transform: uppercase;
                color: #fffbf2;
                  background: #ffd100;
                    border-radius: 30px;
                      padding: 30px;
                        width: 777px;
                          position: absolute;
                            transform: translate(-50%, -50%);
                              left: 50%;
                                top: 92%;
                                  z-index: 9;
                                    text-align: center;
                                      margin-top: 55px;
                                      white-space: nowrap;
                                      }

                                      p.btm_bar b {
                                        font-size: 80px;
                                          color: #533104;
                                            font-weight: bold;
                                              vertical-align: middle;
                                              display: inline-block;
                                              }
                                              p.btm_bar small {
                                                font-size: 80px;
                                                  font-weight: bold;
                                                    position: relative;
                                                      top: -10px;
                                                      display: inline-block;
                                                      }
}
.img_n_logo_section {
  background-image: url(/cdn/shop/files/ffs_02.png?v=1747920943);
  background-size: 100%;
  background-repeat: repeat-x;
  background-position: bottom;
}
.sec_img img {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1440px) {
  .logo_item {
    min-height: 169px;
  }
}

@media (min-width: 768px) and (max-width: 1360px) {
  .sec_logo {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .featured-product media-gallery {
    width: 100%;
  }
  p.btm_bar {
    width: 90%;
    top: 93%;
    font-size: 20px /*changes made by brewlogic*/;
    padding: 23px 20px;
  }

  .img_logo h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
  }

  p.btm_bar b {
    font-size: 35px;
    vertical-align: middle;
  }
  p.btm_bar small {
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
  }

  .sec_logo {
    width: 100%;
    gap: 15px;
  }

  .logo_item {
    padding: 27px 20px;
    min-height: 180px;
  }

  .logo_item p {
    font-size: 14px;
    line-height: 16px;
    min-height: 32px;
  }

  .logo_item img {
    margin-bottom: 12px;
  }

  .img_logo h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
  }

  .img_logo_content {
    display: block !important;
  }

  .sec_img {
    padding: 1rem;
    width: 100%;
  }

  .sec_img img {
    display: block;
    width: 100%;
    margin-bottom: 30px !important;
  }

  .sec_logo {
    width: 100%;
    gap: 15px;
  }
}
