@media only screen and (min-width: 576px) {
  .shop_panel__shopPanel--LTOy {
    margin-bottom: 24px;
  }
}
.shop_panel__shopPanelContent--txUC {
  padding: 12px 12px 24px 12px;
}
@media only screen and (min-width: 576px) {
  .shop_panel__shopPanelContent--txUC {
    padding-left: 0;
    padding-right: 0;
  }
}
.shop_panel__shopHeading--DYBL {
  line-height: 1;
  font-size: 20px;
  color: #fff;
  background-color: #006b99;
  padding: 18px 12px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2px;
}
@media only screen and (min-width: 576px) {
  .shop_panel__shopHeading--DYBL {
    background-color: transparent;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.85);
    border-bottom: 1px solid #979797;
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 12px;
    cursor: auto;
  }
}
/*# sourceMappingURL=shop_panel.css.map */
.shop_page__list--WOfu {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
@media only screen and (min-width: 576px) {
  .shop_page__list--WOfu {
    margin: 0 -12px;
  }
}
.shop_page__listItem--kEQS {
  width: 33.3%;
  padding: 0 10px;
}
@media only screen and (min-width: 576px) {
  .shop_page__listItem--kEQS {
    width: 16.66%;
    padding: 0 12px;
  }
}
.shop_page__subcategoryBlock--KmlZ {
  display: block;
  text-align: center;
  color: #006b99;
  margin-bottom: 24px;
  font-size: 16px;
  text-transform: capitalize;
}
@media only screen and (min-width: 576px) {
  .shop_page__subcategoryBlock--KmlZ {
    margin-bottom: 48px;
  }
}
.shop_page__link--7Z1f {
  text-transform: capitalize;
  display: inline-block;
  padding: 5px 0;
}
.shop_page__link--7Z1f:hover {
  text-decoration: underline;
}
.shop_page__link--7Z1f img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.shop_page__link--7Z1f img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.shop_page__shopSection--GCf1 {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 576px) {
  .shop_page__shopSection--GCf1 {
    margin-bottom: 48px;
  }
}
.shop_page__featuredList--rTsO {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 576px) {
  .shop_page__featuredList--rTsO {
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
  }
}
.shop_page__featuredItem--LBkx {
  margin-bottom: 12px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media only screen and (min-width: 576px) {
  .shop_page__featuredItem--LBkx {
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
  }
}
.shop_page__shopList--1yXO {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media only screen and (min-width: 576px) {
  .shop_page__shopList--1yXO {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
.shop_page__componentWrapper--V3E3 {
  margin-top: 24px;
}
@media only screen and (min-width: 576px) {
  .shop_page__componentWrapper--V3E3 {
    padding-bottom: 96px;
  }
}
.shop_page__backgroundOmniaBlue--taM3 h2 {
  background-color: #002b3a;
  opacity: 0.85;
}
@media only screen and (min-width: 576px) {
  .shop_page__backgroundOmniaBlue--taM3 h2 {
    opacity: 1;
    background-color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .shop_page__search--yB38.shop_page__search--yB38 .ant-input-group {
    width: 50% !important;
  }
}
.shop_page__search--yB38.shop_page__search--yB38 .ant-input {
  border-radius: 8px 0 0 8px;
}
.shop_page__search--yB38.shop_page__search--yB38 .ant-input-group-addon button {
  border-radius: 0 8px 8px 0 !important;
}
/*# sourceMappingURL=shop_page.css.map */
.brands_list__wrapper--pyQ0 {
  padding-top: 48px;
  padding-bottom: 96px;
}
.brands_list__h1--AU9K {
  font-size: 40px;
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) {
  .brands_list__h1--AU9K {
    font-size: 65px;
  }
}
.brands_list__featuredList--gFze {
  margin: 0 -12px 24px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.brands_list__featuredItem--57bC {
  width: 50%;
  padding: 0 12px 24px;
}
@media only screen and (min-width: 576px) {
  .brands_list__featuredItem--57bC {
    width: 25%;
  }
}
.brands_list__allBrands--TdE1 {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  font-size: 16px;
}
@media only screen and (min-width: 576px) {
  .brands_list__allBrands--TdE1 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
.brands_list__allBrandsLink--d5WJ {
  text-transform: capitalize;
  display: inline-block;
  padding: 5px 0;
  color: #006b99;
}
.brands_list__letter--86nR {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
.brands_list__letterBrands--Q0uC {
  list-style: none;
  padding: 0;
  margin: 0 0 0 6px;
}
@media only screen and (min-width: 768px) {
  .brands_list__search--Oj1R.brands_list__search--Oj1R .ant-input-group {
    width: 50% !important;
  }
}
.brands_list__search--Oj1R.brands_list__search--Oj1R .ant-input {
  border-radius: 8px 0 0 8px;
}
.brands_list__search--Oj1R.brands_list__search--Oj1R .ant-input-group-addon button {
  border-radius: 0 8px 8px 0 !important;
}
/*# sourceMappingURL=brands_list.css.map */

/*# sourceMappingURL=2565.95bf4d82b27b724b4a20.css.map*/