/*
 Theme Name:   Flatsome Child
 Theme URI:    https://example.com
 Description:  Minu Flatsome child teema
 Author:       Veebikujundus Stuudio
 Template:     flatsome
 Version:      1.0.0
*/









.payment_methods .payment_method_modena_direct li+li {
    padding-top: 0;
    border-top:  none;
}


a.account-link.account-login.nav-top-link.icon.button.circle.is-outline.is-small {
    border-color: #F9D9BF;
    color: #000;
	  font-weight: 600;
	  border-width: 1px !important;
	background: #F9D9BF;
	box-shadow: 0px 1px 3px #00000091;
	
}


.nav.nav-small>li>a {
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: top;
    color: #000;
}


.button {
    background: #F9D9BF;
		box-shadow: 0px 1px 3px #00000091;
	  color: #000;
}



.cart-collaterals.large-5.col.pb-0 {
    display: none;
}

.widget_shopping_cart .buttons .button.wc-forward:not(.checkout) {
    display: none !important;
}





@media (max-width: 500px) {
.woocommerce-variation-add-to-cart, form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    width: 100%;
    flex-direction: column;
    height: auto;

 }
	
	.quantity {
    display: block;
    opacity: 1;
    vertical-align: top;
    white-space: nowrap;

		margin-bottom: 20px
  
}
	.quantity::before {
		content: "Vali kogus:";
		display: flex;
		flex-direction: row;
		margin-bottom: 20px;
	  font-size: .9em;
    font-weight: 700;
    margin-bottom: .4em;
		
	}
}


.quantity {
	display: block;
}



.woocommerce-variation-add-to-cart, form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    width: 100%;
    flex-direction: column;
    height: auto;
 }



	.quantity::before {
		content: "Vali kogus:";
		display: flex;
		flex-direction: row;
		margin-bottom: 20px;
	  font-size: .9em;
    font-weight: 700;
    margin-bottom: .4em;
		
	}



















/* ===============================
   Üldine hero-setup
   =============================== */

.shop-hero {
  --hero-bg: #f8eee7;          /* hele virsik / beež taust */
  --hero-bg-soft: #fff7f0;     /* natuke heledam */
  --hero-accent: #d19a73;      /* pehme karamell / šampanja */
  --hero-accent-soft: #f4d2b5;
  --hero-text-main: #32251b;
  --hero-text-muted: #7a6a5e;
  --hero-pill-bg: rgba(255, 255, 255, 0.9);

  background: radial-gradient(circle at 0% 0%, #fbe3cd 0, transparent 50%),
              radial-gradient(circle at 100% 100%, #fdf1e5 0, transparent 55%),
              var(--hero-bg);
  color: var(--hero-text-main);
  padding: clamp(2.5rem, 4vw, 4rem) 1.25rem;
}

.shop-hero__inner {
  max-width: 1180px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}

/* ===============================
   Tekstiosa
   =============================== */

.shop-hero__content {
  max-width: 640px;
}

.shop-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.3rem 0.9rem;
  margin-bottom: 0.9rem;

  border-radius: 999px;
  background: var(--hero-pill-bg);
  border: 1px solid rgba(209, 154, 115, 0.25);
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--hero-accent);
  font-weight: 600;
}

.shop-hero__title {
  font-size: clamp(2.1rem, 3vw, 2.8rem);
  line-height: 1.15;
  margin: 0 0 0.8rem;
  letter-spacing: 0.03em;
}

.shop-hero__title span {
  display: block;
  color: var(--hero-accent);
}

.shop-hero__lead {
  margin: 0 0 1.6rem;
  font-size: 0.98rem;
  color: var(--hero-text-muted);
  max-width: 34rem;
}

/* CTA nupud */

.shop-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.4rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.6rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
  white-space: nowrap;
}

.btn--primary {
    background: orange;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
    border-radius: 7px;
}

.btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.9);
  color: var(--hero-text-main);
  border-color: rgba(0, 0, 0, 0.06);
}

.btn--ghost:hover {
  background: #fff;
}

/* usaldus-ikoonid / bulletid */

.shop-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.4rem;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.82rem;
  color: var(--hero-text-muted);
}

.shop-hero__trust li {
  position: relative;
  padding-left: 1.15rem;
}

.shop-hero__trust li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--hero-accent);
}

/* ===============================
   Pildi/kaardi pool
   =============================== */

.shop-hero__media {
  display: flex;
  justify-content: flex-end;
}

.shop-hero__card {
  position: relative;
  background: linear-gradient(145deg, #ffffff, var(--hero-bg-soft));
  border-radius: 1.4rem;
  padding: 0.85rem 0.85rem 1rem;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.8);
  max-width: 360px;
  width: 100%;
  overflow: hidden;
}

/* Nurga kampaania-badge */

.shop-hero__badge {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(209, 154, 115, 0.95);
  color: #fff;
}

/* Pildi wrap */

.shop-hero__image-wrap {
  border-radius: 1.1rem;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: linear-gradient(135deg, #f5dac2, #fef6ee);
  position: relative;
}

.shop-hero__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  mix-blend-mode: multiply; /* annab õrna pastel-efekti */
}

/* Kaardi alumine osa */

.shop-hero__card-footer {
  padding: 0.9rem 0.4rem 0 0.4rem;
}

.shop-hero__product-name {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
}

.shop-hero__price-row {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.shop-hero__price-current {
  font-weight: 700;
  color: var(--hero-accent);
}

.shop-hero__price-old {
  font-size: 0.85rem;
  color: var(--hero-text-muted);
  text-decoration: line-through;
}

/* ===============================
   Responsiivsus
   =============================== */

@media (max-width: 900px) {
  .shop-hero__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .shop-hero__media {
    order: -1;
    justify-content: center;
  }

  .shop-hero__card {
    max-width: 320px;
  }

  .shop-hero__title {
    font-size: clamp(1.8rem, 6vw, 2.3rem);
  }
}

@media (max-width: 600px) {
  .shop-hero {
    padding-inline: 1rem;
  }

  .shop-hero__trust {
    flex-direction: column;
  }
}















/* Sektsioonikonteiner */

.home-section {
  padding: clamp(2.5rem, 4vw, 3.5rem) 1.25rem;
}

.home-section__inner {
  max-width: 1180px;
  margin-inline: auto;
}

.home-section--new {
  background: radial-gradient(circle at 0 100%, #fdf1e5 0, transparent 52%),
              #fff;
}

/* Tiitliolek */

.home-section__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.home-section__title {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #32251b;
  margin: 0 0 0.3rem;
}

.home-section__lead {
  margin: 0;
  font-size: 0.95rem;
  color: #7a6a5e;
}

.home-section__link {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  text-decoration: none;
  color: #d19a73;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid rgba(209, 154, 115, 0.6);
}

.home-section__link:hover {
  color: #b4764c;
  border-bottom-color: #b4764c;
}

/* Slideri põhistruktuur */

.new-slider {
  position: relative;
  display: flex;
  align-items: center;
}

.new-slider__track {
  overflow-x: auto;
  display: flex;
  gap: 1rem;
  scroll-snap-type: x mandatory;
  padding: 0.25rem 0.5rem 0.5rem;
  margin: 0 -0.5rem; /* väike “täis laiuse” tunne */
}

/* Webkit scrollbar natuke peenem */

.new-slider__track::-webkit-scrollbar {
  height: 6px;
}
.new-slider__track::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 999px;
}
.new-slider__track::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 999px;
}

/* No-scroll fallback */

@media (prefers-reduced-motion: reduce) {
  .new-slider__track {
    scroll-behavior: auto;
  }
}

/* Nooled */

.new-slider__arrow {
  flex: 0 0 auto;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.95);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline: 0.25rem;
  font-size: 1.3rem;
  color: #7a6a5e;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.new-slider__arrow:hover {
  transform: translateY(-1px);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.new-slider__arrow:disabled {
  opacity: 0.35;
  cursor: default;
  box-shadow: none;
}

/* =========================
   Toote kaart
   ========================= */

.product-card {
  scroll-snap-align: start;
  flex: 0 0 clamp(210px, 25vw, 260px);
  background: linear-gradient(145deg, #ffffff, #fff7f0);
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
}

.product-card__image-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: linear-gradient(135deg, #f5dac2, #fef6ee);
}

.product-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* “Uus” badge */

.product-card__badge {
  position: absolute;
  left: 0.8rem;
  top: 0.8rem;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  background: rgba(209, 154, 115, 0.98);
  color: #fff;
}

/* Kaardi info */

.product-card__info {
  padding: 0.75rem 0.9rem 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.product-card__title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
}

.product-card__title a {
  color: #32251b;
  text-decoration: none;
}

.product-card__title a:hover {
  text-decoration: underline;
}

.product-card__price-row {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
}

.product-card__price-current {
  font-weight: 700;
  color: #d19a73;
}

.product-card__price-old {
  font-size: 0.85rem;
  color: #a08f7e;
  text-decoration: line-through;
}

/* Väiksem nupp */

.btn.btn--small {
  padding: 0.5rem 1.1rem;
  font-size: 0.85rem;
  align-self: flex-start;
}

/* =========================
   Responsiivsus
   ========================= */

@media (max-width: 900px) {
  .home-section__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .new-slider__arrow {
    display: none; /* mobiilis piisab näpuga kerimisest */
  }

  .new-slider__track {
    margin-inline: -1.25rem;
    padding-inline: 1.25rem;
  }
}

@media (max-width: 600px) {
  .home-section {
    padding-inline: 1rem;
  }

  .product-card {
    flex: 0 0 70%;
  }
}




/* Kategooriate sektsioon – õrn taust */

.home-section--cats {
  background:
    radial-gradient(circle at 100% 0, #fbe3cd 0, transparent 55%),
    #fffdfb;
}

/* Grid */

.cat-grid {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

/* Kaardi üldosa */

.cat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 1.3rem;
  overflow: hidden;
  text-decoration: none;
  background: #ffffff;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.7);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.cat-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.9);
}

/* Pilt + overlay */

.cat-card__image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #f5dac2, #fef6ee);
}

.cat-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.cat-card:hover .cat-card__image-wrap img {
  transform: scale(1.05);
}

/* Õrn gradient overlay, et tekst väljapaistaks */

.cat-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
    rgba(0, 0, 0, 0.25),
    rgba(0, 0, 0, 0.02));
  pointer-events: none;
}

/* Väike pill-badge pildi peal */

.cat-card__pill {
  position: absolute;
  left: 0.9rem;
  bottom: 0.9rem;
  padding: 0.25rem 0.8rem;
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.92);
  color: #d19a73;
}

/* Kaardi alumine info */

.cat-card__info {
  padding: 0.75rem 0.9rem 0.9rem;
}

.cat-card__title {
  margin: 0 0 0.2rem;
  font-size: 1rem;
  font-weight: 600;
  color: #32251b;
}

.cat-card__meta {
  margin: 0;
  font-size: 0.85rem;
  color: #7a6a5e;
}

/* Aktsentkaart ilma fotota (nt aksessuaarid vms) */

.cat-card--accent {
  background: linear-gradient(145deg, #fff7f0, #fbe3cd);
}

.cat-card__image-wrap--noimg {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1.1rem 1rem 0.8rem;
  aspect-ratio: auto;
  min-height: 120px;
}

.cat-card__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background-image:
    radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.7) 0, transparent 55%),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.7) 0, transparent 55%),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.3) 0,
      rgba(255, 255, 255, 0.3) 1px,
      transparent 1px,
      transparent 5px
    );
  pointer-events: none;
}

/* Responsiivsus */

@media (max-width: 900px) {
  .home-section--cats .home-section__head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .home-section--cats {
    padding-inline: 1rem;
  }
}






/* ===============================
   Featured kategooriad – band
   =============================== */

.shop-categories--band {
  background: #ffffff;
  padding: 1.6rem 1.25rem 1.9rem;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.shop-categories-band__header {
  max-width: 1180px;
  margin: 0 auto 0.9rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.shop-categories-band__header h2 {
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #33251a;
}

.shop-categories-band__all {
  font-size: 0.85rem;
  text-decoration: none;
  color: #7a6a5e;
}

.shop-categories-band__all:hover {
  color: #d19a73;
}

/* Scrollitav rida */

.shop-categories-band__row {
  max-width: 1180px;
  margin: 0.2rem auto 0;
  display: flex;
  gap: 0.75rem;
  padding: 0.2rem;
  overflow-x: auto;
  scrollbar-width: thin;
  scroll-snap-type: x mandatory;
}

.shop-categories-band__row::-webkit-scrollbar {
  height: 4px;
}
.shop-categories-band__row::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.18);
  border-radius: 999px;
}

/* Pillid */

.shop-categories-pill {
  scroll-snap-align: start;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.9rem 0.5rem;
  border-radius: 999px;
  background: #fff7f0;
  border: 1px solid rgba(0, 0, 0, 0.04);
  text-decoration: none;
  color: #33251a;
  font-size: 0.9rem;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.03);
  transition: background-color 0.18s ease, box-shadow 0.18s ease,
              transform 0.18s ease, border-color 0.18s ease;
}

.shop-categories-pill__thumb {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(209, 154, 115, 0.25);
  background: linear-gradient(135deg, #f6d7bb, #fef1e7);
}

.shop-categories-pill__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.shop-categories-pill__label {
  white-space: nowrap;
}

/* Hover */

.shop-categories-pill:hover {
  background: #ffeede;
  border-color: rgba(209, 154, 115, 0.5);
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

/* Väiksem ekraan */

@media (max-width: 600px) {
  .shop-categories--band {
    padding-inline: 1rem;
  }

  .shop-categories-band__header h2 {
    font-size: 0.95rem;
  }
}








/* ===============================
   Avalehe alumine plokk – "about" + uudiskiri
   =============================== */

.home-section--about {
  --about-bg: #fff8f2;
  --about-border: rgba(0, 0, 0, 0.04);
  --about-accent: #d19a73;
  --about-text-main: #33251a;
  --about-text-muted: #7a6a5e;

  background:
    radial-gradient(circle at 0% 0%, #fbe3cd 0, transparent 50%),
    radial-gradient(circle at 100% 100%, #fdf1e5 0, transparent 55%),
    var(--about-bg);
  padding: clamp(2.4rem, 4vw, 3.2rem) 1.25rem clamp(3rem, 4.5vw, 3.8rem);
}

.home-section__inner--about {
  max-width: 1180px;
  margin-inline: auto;
}

.home-section__head--about {
  text-align: left;
  max-width: 720px;
  margin: 0 0 2rem;
}

.home-section__head--about .home-section__title {
  margin-bottom: 0.4rem;
}

.home-section__head--about .home-section__lead {
  color: var(--about-text-muted);
}

/* Grid */

.about-grid {
    display: flex;
    gap: clamp(1.8rem, 4vw, 2.6rem);
    align-items: flex-start;
    flex-direction: column;
}

.about-grid__title {
  margin: 0 0 0.8rem;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--about-text-main);
}

/* Lubaduste list */

.about-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.about-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.6rem 0.8rem;
  align-items: flex-start;
}

.about-list__dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #ffe9d3 0, #d19a73 60%);
  margin-top: 0.25rem;
}

.about-list__label {
  margin: 0 0 0.1rem;
  font-weight: 600;
  color: var(--about-text-main);
  font-size: 0.95rem;
}

.about-list__text {
  margin: 0;
  font-size: 0.9rem;
  color: var(--about-text-muted);
}

/* Uudiskirja kaart */

.about-card {
  background: #ffffff;
  border-radius: 1.3rem;
  padding: 1.4rem 1.5rem 1.5rem;
  border: 1px solid var(--about-border);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
}

.about-card__eyebrow {
  display: inline-flex;
  padding: 0.18rem 0.7rem;
  border-radius: 999px;
  background: rgba(248, 238, 227, 0.95);
  color: var(--about-accent);
  font-size: 0.75rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 0.65rem;
}

.about-card__title {
  margin: 0 0 0.4rem;
  font-size: 1.1rem;
  color: var(--about-text-main);
}

.about-card__text {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: var(--about-text-muted);
}

.about-card__form {
  margin: 0;
}

.about-card__fields {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.6rem;
}

.about-card__input {
  flex: 1 1 auto;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.6rem 0.9rem;
  font-size: 0.9rem;
  font-family: inherit;
  outline: none;
  background: #fffaf4;
}

.about-card__input:focus {
  border-color: rgba(209, 154, 115, 0.8);
  box-shadow: 0 0 0 1px rgba(209, 154, 115, 0.2);
}

.about-card__note {
  margin: 0.4rem 0 0;
  font-size: 0.78rem;
  color: var(--about-text-muted);
}

/* Väiksemad nupud taaskasutavad sinu .btn klassi */
.btn--small {
  padding: 0.55rem 1.1rem;
  font-size: 0.85rem;
}

/* Responsiivsus */

@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-card {
    max-width: 460px;
    margin-left: auto;
  }
}

@media (max-width: 640px) {
  .home-section--about {
    padding-inline: 1rem;
  }

  .about-card__fields {
    flex-direction: column;
  }

  .about-card__input {
    width: 100%;
  }

  .btn--small {
    width: 100%;
    justify-content: center;
  }
}


