@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "vitamix";
  src: url("../fonts/vitamix.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Bold-Italic";
  src: url("../fonts/Roboto-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .mobile-only-s2 {
    display: none !important;
  }
}

@media (max-width: 599.98px) {
  .desktop-only-s2 {
    display: none !important;
  }
}

.main-container {
  max-width: 1200px;
  margin: auto;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 64px;
}
@media (max-width: 1199.98px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.js-fixed {
  overflow: hidden;
}

.js-block {
  display: block !important;
}

.js-flex {
  display: flex !important;
}

.js-none {
  display: none !important;
}

.main-content.normal-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 10%;
  margin-right: 10%;
  /*   .top-cold-content {
         width: 50%;
         display: inline-block;
         color: #101010;
         font-family: "Roboto-Regular";
         font-size: 14px;
         line-height: 20px;
         white-space: normal;
         vertical-align: top;
         margin-bottom: 50px;
         margin-top: 0;

         h2 {
             color: #3643ba;
             font-family: Roboto-Bold;
             font-size: 16px;
             line-height: 24px;
             display: flex;
             align-items: center;   
         }    

         .cold-content {
             display: flex;
             flex-direction: column;
             gap: 10px;
             max-width: 100%;   

             .content {
                 max-height: 350px;
                 overflow: hidden;
                 transition: max-height .3s ease;   
             }    
         }    
     }  */
}
@media (max-width: 1199.98px) {
  .main-content.normal-page {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 25px;
  }
}
@media (max-width: 767.98px) {
  .main-content.normal-page {
    margin-left: 0;
    margin-right: 0;
  }
}
.main-content.normal-page .dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .main-content.normal-page .dots {
    margin-top: 16px;
  }
}
.main-content.normal-page .dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #999998;
  border-radius: 50%;
  opacity: 0.5;
}
.main-content.normal-page .dots span.active {
  opacity: 1;
  background-color: #fff;
  box-shadow: 0 0 0 3px #3643ba;
}
.main-content.normal-page .pages-wrapper {
  width: 100%;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .main-content.normal-page .pages-wrapper.lists-page .top-cold-content {
    width: 80%;
  }
  .main-content.normal-page .pages-wrapper.normal-page .content .top-cold-content {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .main-content.normal-page .pages-wrapper.lists-page .top-cold-content {
    padding: 0;
  }
  .main-content.normal-page .pages-wrapper.normal-page .content .top-cold-content {
    padding: 0;
  }
}
.main-content.normal-page .pages-wrapper .breadcrumbs {
  font-family: "Inter-Medium";
  font-size: 14px;
  line-height: 21px;
  color: #101010;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  padding-top: 24px;
}
@media (max-width: 767.98px) {
  .main-content.normal-page .pages-wrapper .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.main-content.normal-page .pages-wrapper .breadcrumbs a {
  color: #616161;
}
@media (max-width: 767.98px) {
  .main-content.normal-page .pages-wrapper .breadcrumbs a {
    display: none;
  }
}
.main-content.normal-page .pages-wrapper .breadcrumbs a:hover {
  text-decoration: underline;
}
.main-content.normal-page .pages-wrapper .breadcrumbs .separator {
  padding: 0 8px;
  color: #616161;
}
@media (max-width: 767.98px) {
  .main-content.normal-page .pages-wrapper .breadcrumbs .separator {
    display: none;
  }
}
.main-content.normal-page .pages-wrapper .breadcrumbs .separator-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .main-content.normal-page .pages-wrapper .breadcrumbs .separator-mobile {
    display: block;
    padding-right: 8px;
    color: #616161;
  }
}
.main-content.normal-page .pages-wrapper .breadcrumbs span {
  color: #001018;
}
.main-content.normal-page .main-content-top {
  width: 100%;
}
.main-content.normal-page .main-content-top .breadcrumbs {
  font-family: "Inter-Medium";
  font-size: 14px;
  line-height: 21px;
  color: #101010;
  padding-bottom: 20px !important;
  padding-top: 24px;
}
@media (max-width: 767.98px) {
  .main-content.normal-page .main-content-top .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.main-content.normal-page .main-content-top .breadcrumbs span:first-child {
  color: #616161;
}
.main-content.normal-page .main-content-top .breadcrumbs span:first-child::after {
  content: "/";
  padding: 0 10px;
}
@media (max-width: 767.98px) {
  .main-content.normal-page .main-content-top .main-content-top-bottom {
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .main-content.normal-page .main-content-top .main-content-top-bottom .main-content-top-left {
    width: 100%;
  }
}
.main-content.normal-page .main-content-top .main-content-top-bottom .main-content-top-left .page-title {
  color: #101010;
  font-family: "Roboto-Bold";
  font-size: 32px;
  margin-bottom: 40px;
  padding-top: 12px;
  margin-top: 0;
  line-height: inherit;
}
@media (max-width: 767.98px) {
  .main-content.normal-page .main-content-top .main-content-top-bottom .main-content-top-left .page-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 5px;
    text-wrap: pretty;
  }
}
.main-content.normal-page .main-content-top .main-content-top-bottom .main-content-top-left .top-cold-content {
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto-Regular";
  padding-bottom: 10px;
}
.main-content.normal-page .main-content-top .main-content-top-bottom .main-content-top-left .read-more {
  cursor: pointer;
  font-family: "Inter-Regular";
  color: #3643BA;
}
.main-content.normal-page .main-content-top .main-content-top-bottom .main-content-top-left .read-more:hover {
  text-decoration: underline;
}
.main-content.normal-page .main-content-top .main-content-top-bottom .main-content-top-right {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .main-content.normal-page .main-content-top .main-content-top-bottom .main-content-top-right {
    padding-left: 0;
    padding-right: 0;
  }
}
.main-content.normal-page .main-content-top .main-content-top-bottom .main-content-top-right span {
  font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #101010;
}
.main-content.normal-page .main-content-top .main-content-top-bottom .main-content-top-right a {
  text-decoration: underline;
  font-family: "Inter-Medium";
  line-height: 21px;
  color: #3643BA;
  text-align: center;
  padding-top: 8px;
}
.main-content.normal-page .main-content-top .top-cold-content {
  width: 50%;
  display: inline-block;
  color: #101010;
  font-family: "Roboto-Regular";
  font-size: 14px;
  line-height: 20px;
  white-space: normal;
  vertical-align: top;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .main-content.normal-page .main-content-top .top-cold-content {
    width: 100%;
    display: block;
    padding: 0 20px;
    margin-top: 0;
  }
}
.main-content.normal-page .main-content-top .top-cold-content .cold-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 100%;
}
@media (max-width: 1023.98px) {
  .main-content.normal-page .main-content-top .top-cold-content .cold-content {
    max-width: 100%;
  }
}
.main-content.normal-page .main-content-top .top-cold-content .cold-content.expanded .content {
  max-height: none;
}
.main-content.normal-page .main-content-top .top-cold-content .cold-content .content {
  max-height: 350px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.main-content.normal-page .main-content-top .top-cold-content .cold-content .content h2 {
  color: #3643ba;
  font-family: Roboto-Bold;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.main-content.normal-page .main-content-top .top-cold-content .see-more {
  color: #3643ba;
  font-family: Roboto-Bold;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: underline;
}
.main-content.normal-page .main-content-top .bottom-cold-content {
  width: 50%;
  display: inline-block;
  color: #101010;
  font-family: "Roboto-Regular";
  font-size: 14px;
  line-height: 20px;
  white-space: normal;
  vertical-align: top;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .main-content.normal-page .main-content-top .bottom-cold-content {
    width: 100%;
    display: block;
    padding: 0 20px;
  }
}
.main-content.normal-page .main-content-top .bottom-cold-content .cold-content {
  max-width: 66%;
}
@media (max-width: 1023.98px) {
  .main-content.normal-page .main-content-top .bottom-cold-content .cold-content {
    max-width: 100%;
  }
}
.main-content.normal-page .main-content-top .bottom-cold-content .cold-content a {
  color: #3643ba;
  font-family: Roboto-Bold;
  font-size: 16px;
  margin-top: 2px;
  display: flex;
  border: none;
}
.main-content.normal-page .main-content-top .bottom-cold-content .cold-content a:hover {
  text-decoration: none;
  border-bottom: none;
}
.main-content.normal-page .main-content-top .bottom-cold-content .cold-content .section {
  display: flex;
  gap: 4px;
  margin-top: 5px;
}
.main-content.normal-page .main-content-top .bottom-cold-content .cold-content .section .icon::before {
  content: "\f15e";
  font-family: "vitamix";
  font-size: 24px;
  vertical-align: middle;
}
.main-content.normal-page .main-content-top .bottom-cold-content .cold-content .section .text .title {
  color: #101010;
  font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 4px;
}
.main-content.normal-page .main-content-top .bottom-cold-content .cold-content .section .desc {
  color: #101010;
  font-family: "Roboto-Regular";
  font-size: 14px;
  line-height: 20px;
  padding-left: 12px;
}
.main-content.normal-page .main-content-top .top-section {
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .main-content.normal-page .main-content-top .top-section {
    display: flex;
    flex-direction: column;
  }
}
.main-content.normal-page .main-content-top .top-section .top-title-wrapper {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767.98px) {
  .main-content.normal-page .main-content-top .top-section .top-title-wrapper {
    order: 2;
    display: block;
    width: 100%;
    padding: 0 20px;
  }
}
.main-content.normal-page .main-content-top .top-section .top-title-wrapper .page-title {
  color: #101010;
  font-family: "Roboto-Bold";
  font-size: 32px;
  margin-bottom: 40px;
  padding-top: 12px;
  margin-top: 0;
  line-height: inherit;
}
@media (max-width: 767.98px) {
  .main-content.normal-page .main-content-top .top-section .top-title-wrapper .page-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 5px;
    text-wrap: pretty;
  }
}
.main-content.normal-page .main-content-top .top-section .top-title-wrapper .top-left-section .contact-info {
  margin: 50px 0;
}
@media (max-width: 767.98px) {
  .main-content.normal-page .main-content-top .top-section .top-title-wrapper .top-left-section .contact-info {
    margin: 32px 0 48px 0;
  }
}
.main-content.normal-page .main-content-top .top-section .top-title-wrapper .top-left-section .contact-info .info {
  margin-bottom: 17px;
  display: flex;
  align-items: flex-start;
}
.main-content.normal-page .main-content-top .top-section .top-title-wrapper .top-left-section .contact-info .info .icon {
  font-family: "vitamix";
  font-size: 24px;
  color: #3643ba;
  margin-right: 8px;
}
.main-content.normal-page .main-content-top .top-section .top-title-wrapper .top-left-section .contact-info .info .icon.phone::before {
  content: "\f288";
}
.main-content.normal-page .main-content-top .top-section .top-title-wrapper .top-left-section .contact-info .info .icon.mail::before {
  content: "\f204";
}
.main-content.normal-page .main-content-top .top-section .top-title-wrapper .top-left-section .contact-info .info .icon.location::before {
  content: "\f208";
}
.main-content.normal-page .main-content-top .top-section .top-title-wrapper .top-left-section .contact-info .info a {
  font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 24px;
}
.main-content.normal-page .main-content-top .top-section .top-title-wrapper .top-left-section .contact-info .info a .blue {
  color: #3643ba;
  font-family: "Roboto-Bold";
  font-size: 16px;
  line-height: 24px;
}
.main-content.normal-page .main-content-top .top-section .top-title-wrapper .top-left-section .store-info {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 1023.98px) {
  .main-content.normal-page .main-content-top .top-section .top-title-wrapper .top-left-section .store-info {
    max-width: 100%;
  }
}
.main-content.normal-page .main-content-top .top-section .top-title-wrapper .top-left-section .store-info li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.main-content.normal-page .main-content-top .top-section .top-title-wrapper .top-left-section .store-info li .days {
  color: #616161;
  font-size: 16px;
  font-family: "Roboto-Regular";
  line-height: 24px;
}
.main-content.normal-page .main-content-top .top-section .top-title-wrapper .top-left-section .store-info li .hours {
  color: #101010;
  font-size: 16px;
  font-family: "Roboto-Regular";
  line-height: 24px;
  padding-right: 8px;
}
.main-content.normal-page .main-content-top .top-section .top-title-wrapper .top-left-section .store-info li .hours-active {
  color: #101010;
  font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 16px;
  border-radius: 4px;
  background-color: #ffcd4e;
  padding: 2px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main-content.normal-page .main-content-top .top-section .top-title-wrapper .top-left-section .title-store-hours {
  color: #3643ba;
  font-family: "Roboto-Bold";
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 14px 0;
  margin-bottom: 20px;
}
.main-content.normal-page .main-content-top .top-section .top-title-wrapper .top-left-section .title-store-hours::after {
  content: "\f164";
  font-family: "vitamix";
  font-size: 20px;
  margin-left: 5px;
}
.main-content.normal-page .main-content-top .top-section .top-title-wrapper .top-left-section .exceptional-hours {
  display: none;
}
.main-content.normal-page .main-content-top .top-section .top-image {
  width: 50%;
  display: inline-block;
  text-align: center;
}
.main-content.normal-page .main-content-top .top-section .top-image img {
  height: auto;
}
@media (max-width: 767.98px) {
  .main-content.normal-page .main-content-top .top-section .top-image {
    order: 1;
    display: block;
    width: 100%;
  }
  .main-content.normal-page .main-content-top .top-section .top-image img {
    height: 155px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.main-content.normal-page .main-content-top .list-section {
  width: 100%;
  max-width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .main-content.normal-page .main-content-top .list-section {
    padding: 0 20px;
    margin-bottom: 50px;
  }
}
.main-content.normal-page .main-content-top .list-section .wrapper {
  display: block;
}
.main-content.normal-page .main-content-top .list-section .wrapper.lists-slider::-webkit-scrollbar {
  display: none;
}
.main-content.normal-page .main-content-top .list-section .lists {
  margin-top: 50px;
}
.main-content.normal-page .main-content-top .list-section .lists-slider {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.main-content.normal-page .main-content-top .list-section .list-column {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  width: 50%;
  row-gap: 70px;
}
@media (max-width: 767.98px) {
  .main-content.normal-page .main-content-top .list-section .list-column {
    row-gap: 16px;
    width: 100%;
  }
}
.main-content.normal-page .main-content-top .list-section .list-column .list-item {
  width: 50%;
  display: inline-block;
}
@media (max-width: 1199.98px) {
  .main-content.normal-page .main-content-top .list-section .list-column .list-item {
    width: 75%;
  }
}
@media (max-width: 767.98px) {
  .main-content.normal-page .main-content-top .list-section .list-column .list-item {
    width: 100%;
    display: block;
    padding-bottom: 16px;
    border-bottom: 1px solid #d9dde1;
  }
}
.main-content.normal-page .main-content-top .list-section .list-column2 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  display: inline-flex;
  flex-direction: row;
}
@media (max-width: 767.98px) {
  .main-content.normal-page .main-content-top .list-section .list-column2 {
    row-gap: 16px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .main-content.normal-page .main-content-top .list-section .list-item2 {
    width: 100%;
    display: block;
    padding-bottom: 16px;
    border-bottom: 1px solid #d9dde1;
  }
}
@media (max-width: 575.98px) {
  .main-content.normal-page .main-content-top .list-section .list-item2 {
    width: 100%;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9DDE1;
  }
}
.main-content.normal-page .main-content-top .list-section .title {
  color: #3643ba;
  font-family: "Roboto-Bold";
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}
.main-content.normal-page .main-content-top .list-section .hours {
  color: #101010;
  font-family: "Roboto-Regular";
  font-size: 12px;
  line-height: 16px;
  border-radius: 4px;
  background-color: #ffcd4e;
  padding: 2px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 4px;
}
.main-content.normal-page .main-content-top .list-section .text {
  color: #101010;
  font-family: "Roboto-Regular";
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-bottom: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 10px;
}
.main-content.normal-page .main-content-top .list-section .phone {
  color: #4e5d6b;
  font-family: "Roboto-Regular";
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
  display: block;
}
.main-content.normal-page .main-content-top .list-section .link {
  color: #3643ba;
  font-family: "Roboto-Regular";
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.main-content.normal-page .main-content-top .list-section .link::after {
  content: "\f167";
  font-family: "vitamix";
  font-size: 20px;
  margin-left: 5px;
  color: #3643ba;
}
.main-content.normal-page .main-content-top .images-wrapper {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  padding: 0 20px;
}
.main-content.normal-page .main-content-top .images-wrapper .wrapper {
  display: flex;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  row-gap: 30px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 1199.98px) {
  .main-content.normal-page .main-content-top .images-wrapper .wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}
@media (max-width: 767.98px) {
  .main-content.normal-page .main-content-top .images-wrapper .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}
.main-content.normal-page .main-content-top .images-wrapper .image {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  gap: 7px;
}
.main-content.normal-page .main-content-top .images-wrapper .image img {
  height: auto;
  max-height: 260px;
  min-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 260px;
}
.main-content.normal-page .main-content-top .images-wrapper .image span {
  font-family: "Roboto-Bold";
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.main-content.normal-page .main-content-top .reviews-wrapper {
  width: 50%;
  display: inline-block;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .main-content.normal-page .main-content-top .reviews-wrapper {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.main-content.normal-page .main-content-top .reviews-wrapper .percent {
  color: #101010;
  font-family: "Roboto-Bold";
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .main-content.normal-page .main-content-top .reviews-wrapper .percent {
    font-size: 20px;
    line-height: 24px;
  }
}
.main-content.normal-page .main-content-top .reviews-wrapper .percent-number {
  color: #616161;
  font-family: "Roboto-Regular";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.08px;
  margin-bottom: 8px;
}
.main-content.normal-page .main-content-top .reviews-wrapper .blue-text {
  color: #3643BA;
  font-family: "Roboto-Bold";
  font-size: 14px;
  line-height: 20px;
}
.main-content.normal-page .main-content-top .reviews-wrapper .buttons {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .main-content.normal-page .main-content-top .reviews-wrapper .buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.main-content.normal-page .main-content-top .notice-wrapper {
  width: 50%;
  display: inline-block;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .main-content.normal-page .main-content-top .notice-wrapper {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.main-content.normal-page .main-content-top .notice-wrapper .title {
  color: #101010;
  font-family: "Roboto-Bold";
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
}
.main-content.normal-page .main-content-top .notice-wrapper .subtitle {
  color: #101010;
  font-family: "Roboto-Bold";
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}
.main-content.normal-page .main-content-top .notice-wrapper .text-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.main-content.normal-page .main-content-top .notice-wrapper .text-wrapper span {
  font-family: "Roboto-Regular";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.08px;
}
.main-content.normal-page .main-content-top .notice-wrapper .text-wrapper span.grey {
  color: #616161;
}
.main-content.normal-page .main-content-top .notice-wrapper .text-wrapper span.green {
  color: #10A86B;
  display: flex;
  align-items: center;
  gap: 4px;
}
.main-content.normal-page .main-content-top .notice-wrapper .text-wrapper span.green::before {
  font-family: "vitamix";
  content: "\f15e";
  font-size: 18px;
}
.main-content.normal-page .main-content-top .notice-wrapper .bottom-text {
  color: #616161;
  font-family: "Roboto-Regular";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.08px;
  padding-top: 25px;
  display: block;
  text-wrap: pretty;
  margin-right: 15%;
}
@media (max-width: 575.98px) {
  .main-content.normal-page .main-content-top .notice-wrapper .bottom-text {
    padding-top: 16px;
    text-wrap: pretty;
  }
}
.main-content.normal-page .main-content-bottom {
  width: 100%;
}
.main-content.normal-page .main-content-bottom .gift-container {
  display: flex;
  align-items: center;
  width: calc(100% + 89px);
  justify-content: center;
  border-top: 1px solid #F5F4F5;
  border-bottom: 1px solid #F5F4F5;
  padding: 50px 0;
  margin-left: -64px;
}
.main-content.normal-page .main-content-bottom .gift-container span {
  font-family: "Roboto-Bold";
  font-size: 20px;
  line-height: 28.57px;
  color: #101010;
}
.main-content.normal-page .main-content-bottom .gift-container a {
  font-family: "Roboto-Bold";
  font-size: 20px;
  line-height: 28.57px;
  color: #101010;
}
.main-content.normal-page .main-content-bottom .gift-container .love-sport {
  margin-left: 8px;
}
.main-content.normal-page .main-content-bottom .gift-container .gift-btn {
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  padding: 14px 24px;
  border: 1px solid #f1f0ee;
  border-radius: 32px;
  margin-left: 24px;
  cursor: pointer;
}
.main-content.normal-page .main-content-bottom .gift-container .gift-btn:hover {
  border-color: #101010;
}
.main-content.normal-page .main-content-bottom .gift-container .gift-btn img {
  transform: rotate(90deg);
  margin-left: 4px;
}
@media (max-width: 991.98px) {
  .main-content.normal-page .main-content-bottom .gift-container {
    flex-wrap: wrap;
    margin-left: 0;
    width: 100%;
  }
  .main-content.normal-page .main-content-bottom .gift-container span {
    margin: 16px 0;
  }
}
.main-content.normal-page .main-content-bottom .fan-club-container {
  display: flex;
  justify-content: space-between;
  margin-right: 39px;
  margin-top: 70px;
}
.main-content.normal-page .main-content-bottom .fan-club-container .fan-club-container-item {
  display: flex;
  background-color: #F5F4F5;
  padding: 24px 16px;
  padding-right: 24px;
  width: 48%;
}
.main-content.normal-page .main-content-bottom .fan-club-container .fan-club-container-item:first-of-type {
  margin-right: 16px;
}
.main-content.normal-page .main-content-bottom .fan-club-container .fan-club-label {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 20.3px;
  color: #101010;
  padding-left: 16px;
}
.main-content.normal-page .main-content-bottom .fan-club-container .fan-club-label h3 {
  font-family: "Roboto-Bold";
}
.main-content.normal-page .main-content-bottom .fan-club-container .fan-club-label span {
  font-family: "Roboto-Regular";
  width: 80%;
}
@media (max-width: 991.98px) {
  .main-content.normal-page .main-content-bottom .fan-club-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }
  .main-content.normal-page .main-content-bottom .fan-club-container .fan-club-container-item {
    margin-bottom: 24px;
    width: 80%;
    margin-right: 0 !important;
  }
}
.main-content.normal-page .main-content-bottom .brand-qualities {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.main-content.normal-page .main-content-bottom .brand-qualities .brand-qualities-item {
  display: flex;
  align-items: center;
  width: 15%;
}
.main-content.normal-page .main-content-bottom .brand-qualities .label {
  display: flex;
  flex-direction: column;
  font-size: 13.54px;
  line-height: 12.34px;
  color: #101010;
  margin-left: 7px;
}
.main-content.normal-page .main-content-bottom .brand-qualities .label h3 {
  font-family: "Roboto-Bold";
}
.main-content.normal-page .main-content-bottom .brand-qualities .label span {
  font-family: "Roboto-Regular";
}
.main-content.normal-page .main-content-bottom .brand-qualities .label span sup {
  font-size: 6.77px;
}
@media (max-width: 991.98px) {
  .main-content.normal-page .main-content-bottom .brand-qualities {
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-content.normal-page .main-content-bottom .brand-qualities .brand-qualities-item {
    width: 25%;
    margin: 16px 0;
  }
}
@media (max-width: 767.98px) {
  .main-content.normal-page .main-content-bottom .brand-qualities .brand-qualities-item {
    width: 50%;
    justify-content: center;
  }
}
.main-content.normal-page .main-content-bottom .brand-qualities-exp {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
.main-content.normal-page .main-content-bottom .brand-qualities-exp span {
  font-family: "Roboto-Regular";
  font-size: 12px;
  line-height: 17px;
  color: #101010;
}
.main-content.normal-page .main-content-bottom .brand-qualities-exp span:first-of-type {
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  .main-content.normal-page .main-content-bottom .brand-qualities-exp {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .main-content.normal-page .main-content-bottom .brand-qualities-exp span {
    margin-bottom: 8px;
  }
}
.main-content.normal-page .main-content-bottom .recomendation-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 50px;
}
.main-content.normal-page .main-content-bottom .recomendation-links h3 {
  font-family: "Inter-Medium";
  font-size: 18px;
  color: #101010;
  line-height: 38.4px;
  letter-spacing: -3%;
}
@media (max-width: 767.98px) {
  .main-content.normal-page .main-content-bottom .recomendation-links h3 {
    font-size: 14px;
  }
}
.main-content.normal-page .main-content-bottom .recomendation-links .ls-links {
  width: 80%;
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.main-content.normal-page .main-content-bottom .recomendation-links .ls-links a {
  background-color: #E1E0DF;
  border-radius: 6px;
  margin: 4px;
  padding: 4px 8px;
  font-family: "Roboto-Bold";
  font-size: 14px;
  line-height: 24px;
}
.main-content .title1 {
  color: #101010;
  font-family: "Roboto-Bold";
  font-size: 18px;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 16px;
}
.main-content .title2 {
  color: #101010;
  font-family: "Roboto-Bold";
  font-size: 16px;
  line-height: 28px;
  margin-top: 14px;
  margin-bottom: 8px;
}
.main-content .title3 {
  color: #101010;
  font-family: "Roboto-Bold";
  font-size: 20px;
  line-height: 28px;
  margin: 40px 0;
}
@media (max-width: 767.98px) {
  .main-content .title3 {
    font-size: 18px;
    margin: 40px 0 26px 0;
  }
}
.main-content .middle-btn {
  margin: auto;
  display: flex;
  margin-top: 3%;
  flex-direction: column;
  align-items: center;
}
.main-content .button-blue {
  background-color: #3643ba;
  color: #fff;
  padding: 14px 24px;
  font-family: "Roboto-Bold";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.27px;
  transition: box-shadow 200ms ease-out;
  cursor: pointer;
  margin-top: 16px;
}
.main-content .button-blue:hover {
  background-color: #323894;
}
@media (max-width: 767.98px) {
  .main-content .button-blue {
    border-radius: 4px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.24px;
    padding: 8px 16px;
  }
}
.main-content .button-white {
  background-color: #fff;
  color: #101010;
  border: 2px solid #E1E0DF;
  padding: 12px 24px;
  font-family: "Roboto-Bold";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.27px;
  transition: box-shadow 200ms ease-out;
  cursor: pointer;
  margin-top: 16px;
}
.main-content .button-white:hover {
  background-color: #ecedf8;
}
@media (max-width: 767.98px) {
  .main-content .button-white {
    border-radius: 4px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.24px;
    padding: 8px 16px;
    margin-top: 8px;
  }
}

