@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");

@font-face {
  font-family: "Tiempos Headline Medium";
  src: url("../../../fonts/TiemposHeadline-Medium.otf");
}

/* Mobile and Tablet Styles */
@media only screen and (max-width: 1024px) {
  .item img {
    height: 310px !important;
    margin: auto;
  }

  .bannerText {
    padding: 16px;
    margin-top: 0px;
    color: #ffff;
    font-size: 14px;
    text-align: center;
    background-color: #6a9560;
    height: 52px;
  }

  .advantage {
    text-align: left;
  }

  .orderSection_guarantee_item {
    text-align: left;
  }

  .orderSection_price {
    flex-direction: column;
  }

  .carousel-inner {
    padding-bottom: 60px;
  }

  .hidden-mobile {
    display: none !important;
  }

  .results_green {
    margin-top: 30px;
  }

  .hidden-desktop {
    display: revert !important;
  }

  .results_name {
    font-size: 1.4rem;
  }

  .header {
    margin-bottom: 0;
  }

  .header_container {
    flex-direction: column;
    padding: 30px 0;
  }

  .header_phone {
    margin: 4px 0;
    font-size: 14px;
  }

  .experience .container {
    width: 100%;
  }

  .blackBox {
    color: #a2a2a2;
    font-size: 16px;
    text-align: center;
  }

  .orderSection {
    max-width: 100%;
    flex-direction: column;
    padding: 25px 0;
  }

  .orderSection h1 {
    font-weight: 300;
    line-height: 54px;
    margin-top: 0;
    font-size: 45px;
  }

  .orderSection_image_container {
    position: relative;
    overflow: initial;
  }

  .orderSection_image_container img {
    object-fit: cover;
    max-width: 480px;
    width: 100%;
    display: block;
    margin: auto;
  }

  .orderSection_left {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 30px;
  }

  .orderSection_right {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .orderSection_right .orderSection_testimonial,
  .orderSection_right .orderSection_disclaimer {
    display: none;
  }

  .orderSection_reviews {
    flex-direction: initial;
    align-items: center;
    font-size: 14px;
    justify-content: center;
    gap: 1rem;
    display: block;
  }

  .orderSection_reviews .stars {
    width: 144px;
    margin-bottom: 15px;
  }

  .orderSection_reviews img {
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .orderSection_guarantee {
    margin-bottom: 0;
  }

  .orderSection_testimonial {
    font-size: 14px;
  }

  .orderSection_reviewsSection {
    text-align: center;
    margin-bottom: 35px;
  }

  .orderSection_quantity {
    width: 90%;
    margin: 25px auto 15px;
  }

  .orderSection_button {
    margin-bottom: 30px;
  }

  .most-convenient-mobile {
    width: 100px;
    top: 22px;
    right: 20px;
    position: absolute;
    margin-right: 14px;
    margin-top: -68px;
    margin-right: -14px;
  }

  .orderSection_quantity_options {
    flex-basis: 100%;
    min-height: 58px;
    padding: 8px;
  }

  .orderSection_radio {
    margin-right: 13px;
  }

  .orderSection_boxText {
    width: unset;
    text-align: left;
  }

  .orderSection_priceAndSavingsContainer {
    gap: 10px;
    justify-content: flex-end;
    flex-grow: 1;
  }

  .orderSection_frequency {
    margin-left: 5%;
    margin-bottom: 10px;
  }

  .orderSection_frequency .orderSection_radio {
    border: 1px solid #000;
    display: initial;
  }

  .orderSection_benefits {
    margin: 30px auto 10px;
    bottom: 0;
    position: relative;
  }

  .orderSection .yourPrice {
    font-size: 16px;
    margin-bottom: 10px;
    margin: 0;
  }

  .orderSection_saveMobile {
    font-size: 12px;
    align-self: center;
    background: #b8d436;
    padding: 5px;
    margin-top: 0;
  }

  .vipSus .orderSection_saveMobile {
    background: #b8d436;
  }

  .orderSection_retail {
    font-size: 14px;
    margin-bottom: auto;
    margin-top: 4px;
  }

  .orderSection #ctaLink {
    width: 75%;
    margin: 0px auto 20px;
    box-shadow: 3px 3px 8px -4px #000;
    border-radius: 3px;
    font-size: 24px;
    padding: 5px;
    font-weight: 300;
  }

  .orderSection #ctaLinkMobile {
    width: 75%;
    margin: 0px auto 20px;
    box-shadow: 3px 3px 8px -4px #000;
    border-radius: 3px;
    font-size: 24px;
    padding: 5px;
    font-weight: 300;
  }

  .orderSection_frequency_options {
    padding: 0;
  }

  .orderSection_frequencyBoxText {
    padding: 5px 5px;
    margin: auto;
  }

  .goals_container {
    flex-direction: column;
  }

  .ingredients h1 {
    font-weight: 300;
  }

  .ingredients_list {
    flex-direction: column;
  }

  .ingredients_items p {
    margin-bottom: 1em;
  }

  .faq {
    line-height: 1.4;
    width: 100%;
  }

  .faq_title {
    font-size: 45px;
    color: #000;
  }

  .faq_title:after {
    display: none;
  }

  .faq_question {
    font-size: 22px;
    color: #6a9560;
  }

  .faq_answer p,
  .faq_answer li {
    font-size: 17px;
    color: #000;
  }

  .faq_answer li {
    list-style-image: initial;
    margin-bottom: 0;
  }

  .faq_item {
    border-top: none;
  }

  .ready h1 {
    font-weight: 300;
    line-height: 54px;
  }

  .ready_container {
    flex-direction: column;
  }

  .ready_left {
    width: 100%;
    background: #fff;
    text-align: center;
  }

  .ready_right {
    width: 100%;
  }

  .banner {
    background-size: cover;
    background-image: url("https://cdn.gundrymd.com/images/skin_img1.jpg");
    padding: 20px 50px;
  }

  .banner_container {
    margin: auto;
  }

  .banner h1 {
    font-weight: 300;
  }

  .banner p {
    line-height: 1.4;
  }

  .cta_button {
    width: 75%;
    margin: 10px auto 20px;
    box-shadow: 3px 3px 8px -4px #000;
    border-radius: 3px;
    font-size: 24px;
    padding: 5px;
    font-weight: 300;
  }

  .experience {
    background-image: url("https://cdn.gundrymd.com/images/hiking2.jpg");
  }

  .orderSection_guarantee_wrapper {
    display: block;
    width: 90%;
    margin: auto;
  }

  .orderSection_guarantee_wrapper .orderSection_guarantee_item {
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
  }

  .advantage {
    width: 90%;
    margin: auto;
    margin-top: 20px;
    position: relative;
  }

  .advantage p {
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
  }

  .uls li {
    margin: 1rem 1rem 1rem 2rem;
    text-align: start;
  }

  .carousel-control.left {
    top: 45%;
    left: 37px;
    margin-top: -27px;
    line-height: 54px;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    background-image: url(https://cdn.gundrymd.com/images/left_arrow1.png);
    background-size: 44px 44px;
    width: 44px;
  }

  .carousel-control.right {
    top: 45%;
    right: 36px;
    margin-top: -27px;
    line-height: 54px;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    background-image: url(https://cdn.gundrymd.com/images/right_arrow1.png);
    background-size: 44px 44px;
    width: 44px;
  }

  #ctaLink2 {
    margin: 0 auto;
  }

  .orderSection #ctaLink2 {
    width: 92%;
    padding: 7px;
    background-color: #ff8101;
    color: #fff;
    display: block;
    border-radius: 0;
    font-size: 17px;
    border: none;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
  }

  #ctaLink2[disabled] {
    cursor: pointer;
    opacity: 0.7;
    pointer-events: none;
    background-color: #54565a !important;
  }
}