#popular {
  background-color: #f6f5f0;
}

#faq {
  background-color: #f6f5f0;
}

#msg {
  background-color: #f2f2f2;
}

#also {
  background-color: #c4de83;
}

.wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
  .wrapper {
    padding-inline: 5rem;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper {
    padding-inline: 12rem;
  }
}

@media screen and (min-width: 1328px) {
  .wrapper {
    padding-inline: 17rem;
  }
}

@media screen and (min-width: 1417px) {
  .wrapper {
    padding-inline: 27rem;
  }
}

@media screen and (min-width: 1480px) {
  .wrapper {
    padding-inline: 30rem;
  }
}

#circle-new,
#oval-new,
#rectangle-new,
#square-new {
  height: 4rem;
  background-color: #fff;
}

.desktop-span-orange,
.next-button-container-new > a,
.span-mobile-2 {
  text-transform: uppercase;
  font-weight: 700;
}

#wpadminbar {
  display: none;
}

.the-new-main-banner {
  position: relative;
  background: #1c5b91;
  background: linear-gradient(180deg, #1c5b91 40%, #1e415f 85%);
  align-items: center;
  display: flex;
  padding-inline: 2rem;
  justify-content: space-between;
}

.newest-images {
  box-sizing: border-box;
  object-fit: contain !important;
}

#img-1 {
  height: 7rem;
}

#img-2 {
  height: 9rem;
}

.mobile-header-text-new {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  align-items: center;
  box-sizing: border-box;
  font-weight: 700;
  margin: 0 auto;
  padding-top: 0.5rem;
}

@media screen and (min-width: 450px) {
  .mobile-header-text-new {
    flex-direction: row;
    gap: 1rem;
    font-size: 2.5rem;
  }

  .mobile-header-text-new > span {
    padding-left: 0rem !important;
  }
}

@media screen and (min-width: 600px) {
  .mobile-header-text-new {
    font-size: 4rem !important;
    gap: 1rem !important;
  }

  .mobile-header-text-new > span {
    font-size: 5rem !important;
  }

  #img-1 {
    height: 9rem;
  }

  #img-2 {
    height: 9rem;
  }
}

@media screen and (min-width: 750px) {
  .mobile-header-text-new {
    font-size: 5rem !important;
  }

  .mobile-header-text-new > span {
    font-size: 5rem !important;
  }

  #img-1 {
    height: 12rem;
  }

  #img-2 {
    height: 12rem;
  }
}

@media screen and (min-width: 1024px) {
  .mobile-header-text-new {
    font-size: 6rem !important;
    padding-bottom: 10rem;
  }

  .mobile-header-text-new > span {
    font-size: 7rem !important;
  }

  #img-1 {
    height: 17rem;
  }

  #img-2 {
    height: 20rem;
  }
}

@media screen and (min-width: 1200px) {
  .mobile-header-text-new {
    font-size: 7rem !important;
    padding-bottom: 2rem;
    padding-right: 15rem;
  }

  .mobile-header-text-new > span {
    font-size: 8rem !important;
  }
}

@media screen and (min-width: 1300px) {
  .mobile-header-text-new {
    padding-right: 21rem;
  }
}

.mobile-header-text-new > span {
  padding-left: 3rem;
  font-size: 3rem;
  font-style: italic;
  color: #e4a33f;
}

.mobile-header-text-div {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.main-banner-container-svg-mobile {
  display: flex;
  overflow: hidden !important;
  position: relative;
}

@media screen and (min-width: 1144px) {
  .main-banner-container-svg-mobile {
    display: none;
  }
}

.main-banner-container-svg-mobile > img {
  box-sizing: border-box;
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.main-banner-text-mobile-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-left: 5rem !important;
  overflow: hidden;
}

.main-banner-text-mobile,
.mobile-span-div {
  flex-direction: column;
  display: flex;
}

.main-banner-text-mobile {
  line-height: 4rem;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  justify-content: center;
}

.span-mobile-2 {
  font-size: 5rem;
  color: #e4a33f;
  font-style: italic;
  padding-left: 5rem;
}

.main-banner-text-desktop {
  padding-top: 1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  flex-direction: column;
  line-height: 2.5rem;
  display: flex;
  padding-right: 5rem;
}

.main-banner-text-desktop > span {
  margin-left: 3rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.desktop-span-orange {
  font-size: 3rem;
  font-style: italic;
  color: #e4a33f;
}

@media screen and (min-width: 350px) {
  .main-banner-text-desktop {
    padding-top: 1rem;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    flex-direction: column;
    line-height: 3rem;
    display: flex;
    padding-right: 5rem;
  }

  .main-banner-text-desktop > span {
    margin-left: 4rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .desktop-span-orange {
    font-size: 3.5rem;
    font-weight: 700;
    font-style: italic;
    color: #e4a33f;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 420px) {
  .main-banner-text-desktop {
    padding-top: 2rem;
    color: #fff;
    font-size: 3.7rem;
    font-weight: 700;
    flex-direction: column;
    line-height: 4.2rem;
    display: flex;
    padding-left: 4.3rem;
  }

  .main-banner-text-desktop > span {
    margin-left: 4.2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .desktop-span-orange {
    font-size: 4.7rem;
    font-weight: 700;
    font-style: italic;
    color: #e4a33f;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 650px) {
  .main-banner-text-mobile {
    line-height: 5rem;
    font-size: 5rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    justify-content: center;
  }

  .span-mobile-2 {
    font-size: 6rem;
    color: #e4a33f;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
  }
}

@media screen and (min-width: 750px) {
  .main-banner-text-desktop {
    padding-top: 4rem;
    color: #fff;
    font-size: 5.5rem;
    font-weight: 700;
    flex-direction: column;
    line-height: 7rem;
    display: flex;
    padding-left: 6.3rem;
  }

  .main-banner-text-desktop > span {
    margin-left: 10rem;
    display: flex;
    align-items: center;
    gap: 2rem;
  }

  .desktop-span-orange {
    font-size: 5.7rem;
    font-weight: 700;
    font-style: italic;
    color: #e4a33f;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 1384px) {
  .main-banner-text-desktop {
    padding-top: 3rem;
    color: #fff;
    font-size: 5rem;
    font-weight: 700;
    display: none;
    flex-direction: column;
    line-height: 5rem;
    padding-left: 4rem !important;
  }

  .desktop-span-orange {
    font-size: 6rem;
    line-height: 6rem;
  }
}

.main-content-container-new {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .main-banner-text-desktop {
    display: flex;
  }

  .main-banner-text-mobile {
    display: none;
  }

  .main-content-container-new {
    flex-direction: row-reverse;
  }

  .label-builder {
    width: 100%;
    position: relative;
  }

  .label-builder-paragraphs {
    width: 100%;
    padding-block: 2rem;
  }

  .label-builder-paragraphs > p {
    font-size: 2rem !important;
  }

  .label-builder-container-new {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

.main-content-container-new p {
  margin: 0;
}

.label-builder-container-new {
  background-color: #9cc930;
  border: 1rem solid #fff;
  padding: 1rem;
  box-sizing: border-box;
}

.container-text {
  line-height: 0 !important;
  width: 100%;
}

.header-text {
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .header-text {
    font-size: 4rem;
  }
}

.header-text-level-2 {
  display: flex;
  justify-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
  padding-bottom: 1rem;
  gap: 1rem;
}

.header-text-level-2 > p {
  font-size: 2rem !important;
}

.table-header-new {
  display: flex;
  gap: 0.5rem;
}

.hidden-label {
  user-select: none;
}

.table-header-new > p {
  font-size: 1rem;
  padding: 0.5rem !important;
  background-color: #c0d78a;
  color: #c0d78a;
}

.table-header-new .active {
  background-color: #e6e6e6;
  color: #104a77;
  font-weight: 700;
  font-size: 2rem;
}

.table-body-new {
  background-color: #e6e6e6;
  height: 100%;
  padding: 1rem;
}

.table-body-list-new {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media screen and (min-width: 660px) {
  .table-body-list-new {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

.table-body-list-new > li > div > p {
  font-size: 2rem;
  color: #104a77;
  font-weight: 700;
}

.label-shape-container-new {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

#rectangle-new {
  width: 14rem;
  height: 8rem;
  border-radius: 1rem;
  border: 0.15rem solid #9cc930;
}

#circle-new {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  border: 0.15rem solid #9cc930;
}

#square-new {
  width: 8rem;
  height: 8rem;
  border-radius: 1rem;
  border: 0.15rem solid #9cc930;
}

#oval-new {
  width: 14rem;
  height: 8rem;
  border-radius: 100%;
  border: 0.15rem solid #9cc930;
}

.next-button-container-new {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 2rem;
}

.next-button-container-new > a {
  padding: 1rem;
  background-color: #e4a33f;
  color: #fff;
  cursor: pointer;
}

.label-builder-paragraphs {
  padding: 2rem;
}

.label-builder-paragraphs > h2 {
  font-size: 2.5rem;
  color: #104a77;
  font-weight: 700;
}

.label-builder-paragraphs > p {
  font-size: 2rem;
  color: #104a77;
}

.most-popular-container-new {
  background-color: #f6f5f0;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.most-popular-container-new > p {
  margin: 0 !important;
}

.most-popular-section-header {
  font-size: 2.5rem;
  color: #e4a33f;
  font-weight: 700;
  justify-content: space-between;
}

.most-popular-products-new {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  flex-direction: row;
  width: 100%;
  gap: 2rem;
}

@media screen and (min-width: 540px) {
  .most-popular-products-new {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 766px) {
  .most-popular-products-new {
    grid-template-columns: repeat(3, 1fr);
  }
}

.most-popular-product-new {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.most-popular-product-new > img {
  width: 100%;
}

.most-popular-product-new > h3 {
  font-size: 2.5rem;
  color: #7c7c7c;
}

.most-popular-product-new > p {
  font-size: 2rem;
  color: #7c7c7c;
}

.might-also-like-container-wrapper-new {
  background-color: #c4de83;
}

.might-also-like-container-new {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.might-also-like-container-new > span {
  font-size: 2.5rem;
  color: #fff;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 700;
}

.might-also-like-list-new {
  gap: 1rem;
  display: flex;
  overflow-x: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.might-also-like-card-new {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 620px) {
  .might-also-like-card-new {
    width: 50%;
  }
}

.might-also-like-card-new > h3 {
  font-size: 2.5rem;
  color: #4f5f3d;
  margin: 0 !important;
}

.might-also-like-card-new > p {
  font-size: 2rem;
  color: #4f5f3d;
}

.might-also-like-buttons {
  display: flex;
  justify-content: space-between;
}

.might-also-like-buttons > div {
  font-size: 2rem;
  padding: 1rem 1rem !important;
  background-color: #e4a33f;
  color: #fff;
  cursor: pointer;
}

.message-container-new {
  background-color: #f2f2f2;
  padding: 2rem;
  text-align: center;
  font-size: 2.5rem;
  color: #000;
}

@media screen and (min-width: 1024px) {
  .label-builder-paragraphs > p {
    color: #104a77;
  }

  .might-also-like-container-wrapper-new {
    background-color: #c4de83;
  }

  .might-also-like-container-new {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .might-also-like-list-new {
    display: flex;
    overflow-x: hidden;
    gap: 1rem;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
  }

  .might-also-like-card-new {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 33.33%;
    box-sizing: border-box;
  }
}

.faq-container-new {
  padding: 2rem;
  background-color: #f6f5f0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 6rem !important;
}

.faq-container-new > h3 {
  font-size: 2.5rem;
  color: #e4a33f;
  text-align: center;
}

.faq-list-new {
  display: flex;
  flex-direction: column;
  gap: 2.125rem;
}

.faq-single-item-new {
  margin: 0 !important;
  padding: 0 !important;
}

.faq-single-header-new {
  cursor: pointer;
  background-color: #e4a33f;
  font-size: 2rem;
  padding: 2rem;
  color: #fff;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  border-radius: 7px;
}

.faq-single-header-new > i {
  font-size: 1rem;
}

.faq-single-item-content-new {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 0;
  padding: 0px 30px;
}

.faq-single-item-content-new > p {
  padding: 1rem 1rem !important;
  font-size: 2rem;
}

@media screen and (min-width: 500px) {
  .faq-list-container-single {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }
}

.activeHeader {
  background-color: #9cc930 !important;
}

.activeContent {
  height: 100%;
  background: #fff;
}

.fa-chevron-right-active {
  transform: rotate(90deg);
  translate: transform ease-in-out 0.3s;
}

.cards {
  width: 100%;
  max-width: 320px;
}

.shape-hover-animation:hover {
  transform: rotate(10deg) scale(105%);
  transition: 0.3s ease-in-out;
}

.faq-list-container-single {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1rem 2rem;
  text-align: center;
  font-size: 2rem;
  gap: 1rem;
}

@media screen and (min-width: 630px) {
  .faq-list-container-single {
    display: flex;
    justify-content: space-between;
  }
}

.list-container-main-single {
  font-weight: 700;
}
