/* FAQ Container */
#faqApp {
  background-color: #F2EFE8;
  padding: 60px 0;
}

.faq-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.faq-item {
  border-bottom: 1px solid #333;
  margin-bottom: 0;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-question:hover {
  opacity: 0.8;
}

.faq-question h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  padding-right: 20px;
  color: #000;
  line-height: 1.4;
}

.faq-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-answer {
  padding: 0 0 30px 0;
  animation: fadeIn 0.3s ease;
}

.faq-answer p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.p1 {
  background: url(../imgs/faq/p1.jpg) center no-repeat;
  background-size: cover;
  padding: 97px 0 126px 0;
  text-align: center;
  font-family: poppins-bold;
  font-size: 60px;
  color: #ffffff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.66);
}
.quicktag {
  margin: 54px auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.quicktag button {
  background: #387826;
  border-radius: 12px;
  line-height: 24px;
  font-size: 20px;
  height: 90px;
  padding: 0 0px;
  width: 200px;
  border: none;
  color: #ffffff;
  font-weight: 500;
}
/*#region main*/
.main {
  line-height: 40px;
  margin-bottom: 54px;
  position: relative;
}
.main .title {
  text-align: center;
  font-family: poppins-bold;
  font-size: 50px;
  line-height: 40px;
  margin: 40px 0;

  text-align: center;
  font-size: calc(1.2vw + 16px);
  line-height: calc(1.25vw + 20px);
  font-weight: bold;
}
.main .title:first-child {
  margin-top: 0;
}
.main .stitle {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  background: #387826;
  color: #ffffff;
  font-size: 25px;

  font-size: 20px;
  line-height: calc(1.25vw + 20px);
  font-weight: 200;
}
.main .stitle.collapse {
  background: #e5e5e5;
  color: #000;
}
.main .stitle .btn-toggle {
  border: none;
  color: #387826;
  padding: 0;
  width: 35px;
  height: 35px;
  font-family: poppins-bold;
  flex-shrink: 0;
}
.main .part {
  padding: 20px 10px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;

  font-size: calc(0.2vw + 12px) !important;
  line-height: calc(0.25vw + 20px) !important;
  font-family: 'Poppins', 'Arial', sans-serif;
}
.main .part.hide {
  height: 0;
  padding: 0 10px;
}
.main .b {
  font-family: poppins-bold;
  color: #387826;
}
.main .btn-backtop {
  position: fixed;
  right: 20px;
  bottom: 50px;
  background: #387826;
  border-color: #387826;
  color: #fff;
}
/*#endregion main*/

/*#region p6*/
.certificates-title {
  font-family: Poppins-Bold;
  font-size: 50px;
  line-height: 40px;
  text-align: center;
}
.certificates {
  text-align: center;
  margin-bottom: 54px;
}
.certificates img {
  width: 100%;
}
/*#endregion p6*/

/* Buy Amazon section */
.buy-amazon {
  background-color: #f5f1e6;
  padding: 96px 20px;
  text-align: center;
}

.buy-amazon-title {
  font-family: 'Poppins', 'Arial', sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0 0 48px;
}

.buy-amazon-button {
  display: inline-block;
  padding: 22px 88px;
  border-radius: 60px;
  background-color: #316ad3;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.buy-amazon-button:hover,
.buy-amazon-button:focus {
  background-color: #2757ab;
  transform: translateY(-2px);
  color: #ffffff;
}

.buy-amazon-button-support {
  display: flex;
  padding: 8px 88px;
  border-radius: 60px;
  background-color: #316ad3;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  align-items:baseline;
  justify-content:space-around;
}


.buy-amazon-button-support:hover,
.buy-amazon-button-support:focus {
  background-color: #2757ab;
  transform: translateY(-2px);
  color: #ffffff;
}

@media (max-width: 767px) {
  .buy-amazon {
    padding: 64px 16px;
  }

  .buy-amazon-title {
    font-size: 28px;
    margin-bottom: 32px;
  }

  .buy-amazon-button {
    width: 100%;
    max-width: 320px;
    padding: 18px 0;
    font-size: 22px;
  }
}

/* Buy form */
.buy-form {
  background-color: #f4efe4;
  padding: 96px 20px 110px;
}

.buy-form-container {
  max-width: 960px;
  margin: 0 auto;
}

/* Support welcome section */
.support-welcome {
  background-color: #f4efe4;
  padding: 120px 20px;
  text-align: center;
}

.support-welcome-container {
  max-width: 960px;
  margin: 0 auto;
}

.support-welcome-title {
  font-family: 'Poppins', 'Arial', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #2f7529;
  margin: 0 0 32px;
}

.support-welcome-text {
  font-size: 22px;
  line-height: 1.6;
  color: #1f1f1f;
  margin: 0 auto 72px;
}

.support-welcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  align-items: start;
}

.support-welcome-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.support-welcome-icon {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-welcome-icon img {
  max-width: 100%;
  height: auto;
}

.support-welcome-label {
  font-family: 'Poppins', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #2f7529;
  margin: 0;
}

@media (max-width: 991px) {
  .support-welcome {
    padding: 96px 20px;
  }

  .support-welcome-title {
    font-size: 40px;
  }

  .support-welcome-text {
    font-size: 20px;
    margin-bottom: 56px;
  }

  .support-welcome-grid {
    gap: 32px;
  }
}

@media (max-width: 767px) {
  .support-welcome {
    padding: 72px 16px;
  }

  .support-welcome-title {
    font-size: 32px;
  }

  .support-welcome-text {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .support-welcome-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

.support-welcome-icon {
  width: 160px;
  height: 160px;
  }
}

/* Support buy section */
.support-buy {
  background-color: #f4efe4;
  /* padding: 120px 0 110px; */
}

.support-buy-container {
  /* max-width: 1280px; */
  margin: 0 auto;
  padding: 0 0 0 120px;
}

.support-buy-title {
  font-family: 'Poppins', 'Arial', sans-serif;
  font-size: 54px;
  font-weight: 700;
  color: #1b1b1b;
  text-align: center;
  margin: 0 0 56px;
  position: relative;
  right: 60px;
}

.support-buy-content {
  display: flex;
  gap: 64px;
  align-items: stretch;
}

.support-buy-left {
  flex: 0 1 52%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.support-buy-right {
  flex: 0 0 48%;
  display: flex;
  align-items: stretch;
  min-height: 480px;
  /* margin-right: -80px; */
}

.support-buy-card {
  display: grid;
  gap: 12px;
  grid-template-columns: 140px 1fr;
  /* background-color: #ffffff; */
  /* border-radius: 26px; */
  /* box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08); */
  overflow: hidden;
}

.support-buy-number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Poppins', 'Arial', sans-serif;
  letter-spacing: 1px;
}

.support-buy-number--green {
  background-color: #6ca63a;
}

.support-buy-number--blue {
  background-color: #4675bf;
}

.support-buy-card-body {
  padding: 30px 44px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.support-buy-card-title {
  font-size: 24px;
  font-weight: 700;
  color: #1b1b1b;
  margin: 0;
}

.support-buy-card-text {
  /* font-size: 18px; */
  /* line-height: 1.7; */
  color: #333333;
  margin: 0;
}

.support-buy-car {
  padding: 28px 12px 0 24px;
  margin-top: 36px;
}

.support-buy-car img {
  max-width: 100%;
  height: auto;
}

.support-buy-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 20px; */
  /* box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12); */
}

@media (max-width: 1199px) {
  .support-buy-content {
    flex-direction: column;
    gap: 48px;
  }

  .support-buy-right {
    order: -1;
    height: auto;
    min-height: auto;
    margin-right: 0;
  }

  .support-buy-container {
    padding: 0 40px;
  }

  .support-buy-title {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .support-buy {
    padding: 96px 0 90px;
  }

  .support-buy-container {
    padding: 0 32px;
  }

  .support-buy-title {
    font-size: 44px;
    margin-bottom: 44px;
    text-align: center;
  }

  .support-buy-card {
    grid-template-columns: 100px 1fr;
    border-radius: 22px;
  }

  .support-buy-card-body {
    padding: 26px 32px;
  }

  .support-buy-number {
    font-size: 64px;
  }

  .support-buy-car {
    margin-top: 28px;
    padding: 16px 0 0;
  }
}

@media (max-width: 767px) {
  .support-buy {
    padding: 72px 0 80px;
  }

  .support-buy-container {
    padding: 0 20px;
  }

  .support-buy-title {
    font-size: 34px;
    margin-bottom: 32px;
    text-align: center;
  }

  .support-buy-content {
    gap: 36px;
  }

  .support-buy-left {
    gap: 24px;
  }

  .support-buy-card {
    grid-template-columns: 80px 1fr;
    border-radius: 20px;
  }

  .support-buy-number {
    font-size: 52px;
  }

  .support-buy-card-body {
    gap: 12px;
  }
}

/* Support shipping section */
.support-shipping {
  background-color: #f4efe4;
  padding: 110px 0 120px;
}

.support-shipping-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.support-shipping-title {
  font-family: 'Poppins', 'Arial', sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #1b1b1b;
  margin: 0 0 56px;
}

.support-shipping-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.support-shipping-card {
  background-color: #ffffff;
  border-radius: 36px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.support-shipping-card-head {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  padding: 20px;
}

.support-shipping-card-text {
  /* font-size: 20px; */
  /* line-height: 1.7; */
  color: #3976bd;
  margin: 0;
  padding: 34px 46px 46px;
}

.support-shipping-card--blue .support-shipping-card-head {
  background-color: #6fa4d7;
}

.support-shipping-card--blue .support-shipping-card-text {
  color: #2e66a6;
}

.support-shipping-card--green .support-shipping-card-head {
  background-color: #9cbf65;
}

.support-shipping-card--green .support-shipping-card-text {
  color: #4f8f32;
}

@media (max-width: 991px) {
  .support-shipping {
    padding: 90px 0 100px;
  }

  .support-shipping-title {
    font-size: 44px;
    margin-bottom: 44px;
  }

  .support-shipping-grid {
    gap: 28px;
  }

  .support-shipping-card-head {
    font-size: 26px;
  }

  .support-shipping-card-text {
    font-size: 18px;
    padding: 28px 36px 40px;
  }
}

@media (max-width: 767px) {
  .support-shipping {
    padding: 72px 0 80px;
  }

  .support-shipping-container {
    padding: 0 18px;
  }

  .support-shipping-title {
    font-size: 34px;
    margin-bottom: 28px;
  }

  .support-shipping-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .support-shipping-card-head {
    padding: 26px 20px;
  }

.support-shipping-card-text {
  padding: 26px 24px 30px;
  }
}

/* Support store section */
.support-store {
  background-color: #f4efe4;
  /* padding: 110px 0 120px; */
}

.support-store-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.support-store-title {
  font-family: 'Poppins', 'Arial', sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #1b1b1b;
  text-align: center;
  margin: 0 0 56px;
}

.support-store-content {
  display: flex;
  gap: 48px;
  align-items: stretch;
}

.support-store-image {
  flex: 0 0 52%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.support-store-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.support-store-list {
  flex: 0 0 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 36px;
}

.support-store-item {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 32px;
  align-items: center;
}

.support-store-badge {
  border-radius: 0px;
  padding: 28px 8px;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  /* text-transform: uppercase; */
  font-family: 'Poppins', 'Arial', sans-serif;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}

.support-store-badge--orange {
  background-color: #dd7c2d;
}

.support-store-badge--green {
  background-color: #83b648;
}

.support-store-badge--blue {
  background-color: #4480c7;
}

.support-store-text {
  /* font-size: 20px; */
  /* line-height: 1.7; */
  color: #1f1f1f;
  margin: 0;
}

@media (max-width: 1199px) {
  .support-store {
    padding: 96px 0 110px;
  }

  .support-store-container {
    padding: 0 28px;
  }

  .support-store-content {
    flex-direction: column;
    gap: 40px;
  }

  .support-store-image,
  .support-store-list {
    flex: none;
  }

  .support-store-list {
    gap: 32px;
  }

  .support-store-item {
    grid-template-columns: 150px 1fr;
  }
}

@media (max-width: 767px) {
  .support-store {
    padding: 72px 0 80px;
  }

  .support-store-container {
    padding: 0 18px;
  }

  .support-store-title {
    font-size: 34px;
    margin-bottom: 36px;
  }

  .support-store-item {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
    text-align: center;
  }

  .support-store-text {
    text-align: center;
  }

.support-store-badge {
  width: 180px;
  }
}

/* Support use section */
.support-use {
  background-color: #f4efe4;
  padding: 110px 0 120px;
}

.support-use-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
}

.support-use-title {
  font-family: 'Poppins', 'Arial', sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #1b1b1b;
  margin: 0 0 56px;
}

.support-use-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.support-use-card {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  background-color: #ffffff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.1);
  padding: 40px 60px;
}

.support-use-icon {
  flex: 0 0 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-use-icon img {
  max-width: 100%;
  height: auto;
}

.support-use-body {
  text-align: left;
}

.support-use-card-title {
  font-size: 28px;
  font-weight: 700;
  color: #1b1b1b;
  margin: 0 0 12px;
}

.support-use-card-text {
  color: #1a1a1a;
  margin: 0;
}

@media (max-width: 991px) {
  .support-use {
    padding: 96px 0 100px;
  }

  .support-use-container {
    padding: 0 28px;
  }

  .support-use-title {
    font-size: 44px;
    margin-bottom: 44px;
  }

  .support-use-grid {
    gap: 28px;
  }

  .support-use-card {
    padding: 36px 52px;
    gap: 24px;
  }

  .support-use-card-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .support-use {
    padding: 72px 0 80px;
  }

  .support-use-container {
    padding: 0 20px;
  }

  .support-use-title {
    font-size: 34px;
    margin-bottom: 32px;
  }

  .support-use-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .support-use-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .support-use-body {
    text-align: center;
  }
}

.buy-form-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-family: 'Poppins', 'Arial', sans-serif;
  font-size: 34px;
  font-weight: 600;
  color: #3a7a2f;
  margin: 0 0 48px;
}

.buy-form-title::before,
.buy-form-title::after {
  content: '';
  flex: 1;
  max-width: 150px;
  height: 3px;
  background-color: #3a7a2f;
}

.buy-form-title span {
  white-space: nowrap;
}

.buy-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.buy-input {
  display: flex;
  align-items: center;
  gap: 32px;
  border: 2px solid #3a7a2f;
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0.45);
  padding: 0 24px;
  min-height: 68px;
}

.buy-input-label {
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 600;
  color: #3a7a2f;
  font-family: 'Poppins', 'Arial', sans-serif;
}

.buy-input-field {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.buy-input input {
  width: auto;
  border: none;
  background: none;
  font-size: 18px;
  line-height: 1.4;
  color: #a6a6a6;
  font-weight: 500;
  text-align: right;
  font-family: 'Poppins', 'Arial', sans-serif;
}

.buy-input input::placeholder {
  color: #a6a6a6;
  opacity: 1;
}

.buy-input input:focus {
  outline: none;
}

.buy-input input:not(:placeholder-shown) {
  color: #3a7a2f;
}

.buy-input--textarea {
  grid-column: 1 / -1;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
}

.buy-input--textarea .buy-input-label {
  padding-top: 6px;
}

.buy-input--textarea .buy-input-field {
  justify-content: stretch;
}

.buy-input--textarea textarea {
  width: 100%;
  min-height: 160px;
  border: none;
  background: none;
  font-size: 18px;
  line-height: 1.6;
  color: #3a7a2f;
  font-family: 'Poppins', 'Arial', sans-serif;
  resize: vertical;
}

.buy-input--textarea textarea::placeholder {
  color: #a6a6a6;
  opacity: 1;
}

.buy-input--textarea textarea:focus {
  outline: none;
}

.buy-dropdown {
  position: relative;
  padding: 18px 24px;
  border: 2px solid #3a7a2f;
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0.65);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.buy-form-submit {
  grid-column: 1 / -1;
  justify-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 48px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(90deg, #3074dd, #1c54c2);
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.buy-form-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(28, 84, 194, 0.35);
}

.buy-form-submit:focus-visible {
  outline: 2px solid rgba(48, 116, 221, 0.6);
  outline-offset: 4px;
}

.buy-dropdown--full {
  grid-column: 1 / -1;
}

.buy-dropdown-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-family: 'Poppins', 'Arial', sans-serif;
}

.buy-dropdown-label {
  font-size: 18px;
  font-weight: 600;
  color: #3a7a2f;
}

.buy-dropdown-value {
  margin-left: auto;
  font-size: 18px;
  font-weight: 500;
  color: #a6a6a6;
  white-space: nowrap;
}

.buy-dropdown-arrow {
  flex-shrink: 0;
  width: 20px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'%3E%3Cpath fill='%233a7a2f' d='M10 12L0 0h20z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 12px;
  transition: transform 0.3s ease;
}

.buy-dropdown-menu {
  position: absolute;
  left: -2px;
  right: -2px;
  top: calc(100% - 2px);
  display: none;
  border: 2px solid #3a7a2f;
  border-radius: 12px;
  background-color: #ffffff;
  padding: 8px 0;
  box-shadow: 0 24px 32px rgba(0, 0, 0, 0.16);
  z-index: 15;
}

.buy-dropdown-option {
  width: 100%;
  padding: 14px 24px;
  border: none;
  background: transparent;
  font-size: 18px;
  line-height: 1.4;
  color: #1f1f1f;
  text-align: left;
  cursor: pointer;
  font-family: 'Poppins', 'Arial', sans-serif;
  text-decoration: underline;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.buy-dropdown-option:hover,
.buy-dropdown-option:focus {
  background-color: rgba(229, 122, 46, 0.14);
  color: #3a7a2f;
}

.buy-dropdown-option.is-selected {
  background-color: #e57a2e;
  color: #ffffff;
  text-decoration: none;
}

.buy-dropdown.is-open .buy-dropdown-menu {
  display: block;
}

.buy-dropdown.is-open .buy-dropdown-arrow {
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .buy-form-title {
    font-size: 30px;
  }

  .buy-form-grid {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .buy-form {
    padding: 72px 16px 80px;
  }

  .buy-form-grid {
    grid-template-columns: 1fr;
  }

  .buy-input,
  .buy-dropdown--full {
    grid-column: 1 / -1;
  }

  .buy-input {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .buy-input input {
    text-align: left;
  }

  .buy-input input::placeholder {
    text-align: left;
  }
}
