      @media (max-width: 767px) {
          .head-main.compress .logo-img {
              max-height: 40px;
          }
      }

      .item-description.pt-3 {
          text-align: center;
      }

      body>footer>div.container.py-3>div>div:nth-child(2)>div>ul>li:nth-child(1) {
          display: none;
      }

      .opacity-80 {
          opacity: 10;
      }

      .item-name {
          color: #1282A2;
          font-size: 13px !important;
          line-height: 20px;
      }

      .item-price {
          font-size: 16px;
          color: #0A1128;
      }

      .text-accent,
      .product-installments.installment-no-interest {
          color: #1282A2 !important;
      }

      .btn-smallest-md {
          border-radius: 6px;
          display: inline-block;
          padding: 15px 15px;
          line-height: 10px;
      }

      @media (min-width: 768px) {
          .pr-4,
          .px-4 {
              padding-right: 4.5rem !important;
          }
          .pl-4,
          .px-4 {
              padding-left: 4.5rem !important;
          }
      }

      .item,
      .card {
          box-shadow: #e9e9e9 -1px 0px 6px 2px;
          overflow: hidden;
          margin-bottom: 15px;
          border-radius: 10px;
      }

      .swiper-button-outside.swiper-button-prev {
          border-radius: 100px;
          background: #FEFCFB;
      }

      .swiper-button-outside.swiper-button-next {
          border-radius: 100px;
          background: #FEFCFB;
      }

      .instafeed-title {
          background: #0A1128;
      }

      h2.section-title.h3.mb-4.text-center {
          color: #0A1128;
          padding: 0 0 11px 0;
          font-size: 26px;
      }