﻿:root {
  --bg: #fbf7f4;
  --paper: #ffffff;
  --line: #ece4df;
  --text: #322c2a;
  --muted: #867c76;
  --accent: #c99c98;
  --accent-dark: #b4827e;
  --soft: #f4e9e3;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 10%, #fffdfc 0%, transparent 30%),
    radial-gradient(circle at 80% 5%, #f8efea 0%, transparent 25%),
    var(--bg);
}

body.loader-active {
  overflow: hidden;
}

.welcome-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 247, 243, 0.95) 0%, rgba(246, 229, 220, 0.98) 44%, rgba(236, 212, 199, 1) 100%);
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

.welcome-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.welcome-card {
  text-align: center;
  padding: 26px 32px;
}

.welcome-heart {
  font-size: clamp(64px, 12vw, 128px);
  line-height: 1;
  color: #c46f74;
  text-shadow: 0 8px 20px rgba(145, 84, 88, 0.25);
  animation: welcomePulse 1.15s ease-in-out infinite;
}

.welcome-title {
  margin: 16px 0 8px;
  font-family: "Allura", cursive;
  font-size: clamp(44px, 6vw, 72px);
  color: #735653;
}

.welcome-sub {
  margin: 0;
  font-size: clamp(14px, 2.4vw, 20px);
  letter-spacing: 0.08em;
  color: #7d6762;
  text-transform: uppercase;
}

@keyframes welcomePulse {
  0% {
    transform: scale(0.88);
  }
  35% {
    transform: scale(1.08);
  }
  55% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.88);
  }
}

.container {
  width: min(1200px, 92%);
  margin-inline: auto;
}

.top-bar {
  height: 38px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0.06em;
  border-bottom: 1px solid var(--line);
  color: #6a625f;
}

.top-center {
  font-weight: 600;
}

.top-service {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 11px;
  letter-spacing: 0.06em;
}

.top-service span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.top-service i {
  font-size: 12px;
}

.main-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 110px;
  border-bottom: 1px solid var(--line);
  position: relative;
}

.menu-toggle {
  display: none;
  border: 0;
  background: none;
  font-size: 26px;
  color: #544a45;
}

.menu {
  list-style: none;
  display: flex;
  gap: 26px;
  padding: 0;
  margin: 0;
}

.menu a {
  text-decoration: none;
  color: #4a433f;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.logo {
  text-align: center;
  line-height: 1;
}

.logo-script {
  margin: 0;
  font-family: "Allura", cursive;
  font-size: clamp(42px, 5vw, 62px);
  color: #7f6663;
}

.logo-sub {
  margin: 0;
  font-size: 9px;
  letter-spacing: 0.25em;
  color: #8d807b;
}

.nav-icons {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
}

.cart-wrap {
  position: relative;
  color: inherit;
  text-decoration: none;
}

.cart-wrap:hover {
  color: #5b4e49;
}

.badge {
  position: absolute;
  top: -8px;
  right: -9px;
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 10px;
  background: #c88f8a;
  color: #fff;
}

.hero {
  margin-top: 16px;
  position: relative;
  display: block;
  min-height: 560px;
  background: linear-gradient(100deg, #f5ece7 0%, #efe1d8 100%);
  border: 1px solid var(--line);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(245, 236, 231, 0.72) 0%, rgba(239, 225, 216, 0.34) 52%, rgba(239, 225, 216, 0.1) 100%),
    url("images/hero.webp") center/cover no-repeat;
  transform-origin: center;
  animation: heroBreath 18s ease-in-out infinite;
}

.hero-text {
  position: relative;
  z-index: 1;
  max-width: 560px;
  padding: 72px 56px;
  background: rgba(250, 245, 241, 0.084);
  backdrop-filter: blur(1px);
}

@keyframes heroBreath {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}

.kicker {
  margin: 0 0 20px;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: #867a75;
}

h1,
h2,
h3,
h4 {
  font-family: "Cormorant Garamond", serif;
}

.hero h1 {
  margin: 0;
  max-width: 420px;
  font-weight: 600;
  line-height: 0.95;
  font-size: clamp(40px, 5vw, 66px);
}

.handwriting {
  margin-top: 20px;
  margin-bottom: 28px;
  font-size: clamp(33px, 3.2vw, 46px);
  font-family: "Allura", cursive;
  color: #745f5c;
}

.btn-main {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  padding: 11px 22px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  transition: transform 0.2s ease, background 0.2s ease;
}

.btn-main:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
}

.slideshow {
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #f7f1ed;
  transform-origin: center;
  transition: opacity 1.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.slideshow.is-fading {
  opacity: 0.16;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  border: 1px solid var(--line);
  border-top: 0;
  background: #fff;
  padding: 22px 24px;
}

.benefits article {
  display: grid;
  grid-template-columns: 20px 1fr;
  column-gap: 12px;
  row-gap: 4px;
}

.benefits i {
  font-size: 18px;
  color: #756e6a;
  grid-row: 1 / span 2;
}

.benefits h3 {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.benefits p {
  margin: 0;
  font-size: 13px;
  color: #7b726d;
  line-height: 1.35;
}

.section-head {
  text-align: center;
  margin-top: 52px;
  margin-bottom: 26px;
}

.section-head h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.section-head span {
  color: #9b8682;
  display: inline-block;
  margin-top: 3px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.card {
  position: relative;
}

.card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background: #dfb9b6;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 6px 8px;
  border-radius: 20px;
}

.tag.sold {
  background: #ab8f8b;
}

.thumb {
  width: 100%;
  min-height: 220px;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--line);
  overflow: hidden;
}

.thumb-1 {
  --overlay: linear-gradient(180deg, rgba(112, 79, 73, 0.2), rgba(102, 69, 61, 0.2));
  background:
    linear-gradient(180deg, rgba(112, 79, 73, 0.2), rgba(102, 69, 61, 0.2)),
    url("images/produkte/untersetzer/untersetzer1.webp") center/cover;
}

.thumb-2 {
  --overlay: linear-gradient(180deg, rgba(226, 202, 186, 0.25), rgba(201, 179, 162, 0.25));
  background:
    linear-gradient(180deg, rgba(226, 202, 186, 0.25), rgba(201, 179, 162, 0.25)),
    url("images/produkte/herzen/herzschaleoliv.webp") center/cover;
}

.thumb-3 {
  --overlay: linear-gradient(180deg, rgba(213, 190, 177, 0.22), rgba(190, 159, 143, 0.2));
  background:
    linear-gradient(180deg, rgba(213, 190, 177, 0.22), rgba(190, 159, 143, 0.2)),
    url("images/produkte/herzen/herzschalegrün.webp") center/cover;
}

.thumb-4 {
  --overlay: linear-gradient(180deg, rgba(233, 218, 197, 0.2), rgba(211, 190, 164, 0.2));
  background:
    linear-gradient(180deg, rgba(233, 218, 197, 0.2), rgba(211, 190, 164, 0.2)),
    url("images/produkte/herzen/herzschaleweiß.webp") center/cover;
}

.thumb-local-kosmetik {
  --overlay: linear-gradient(180deg, rgba(226, 202, 186, 0.18), rgba(201, 179, 162, 0.18));
  background:
    linear-gradient(180deg, rgba(226, 202, 186, 0.18), rgba(201, 179, 162, 0.18)),
    url("images/produkte/taschen/kosmetiktasche_rose1.2.webp") center/cover;
}

.thumb-local-untersetzer {
  --overlay: linear-gradient(180deg, rgba(188, 170, 161, 0.2), rgba(151, 133, 124, 0.2));
  background:
    linear-gradient(180deg, rgba(188, 170, 161, 0.2), rgba(151, 133, 124, 0.2)),
    url("images/produkte/untersetzer/untersetzer1.webp") center/cover;
}

.thumb-local-herzschale {
  --overlay: linear-gradient(180deg, rgba(178, 174, 149, 0.2), rgba(142, 139, 112, 0.2));
  background:
    linear-gradient(180deg, rgba(178, 174, 149, 0.2), rgba(142, 139, 112, 0.2)),
    url("images/produkte/herzen/herzschalegrün.webp") center/cover;
}

.thumb-local-schale {
  --overlay: linear-gradient(180deg, rgba(185, 178, 192, 0.22), rgba(147, 137, 157, 0.22));
  background:
    linear-gradient(180deg, rgba(185, 178, 192, 0.22), rgba(147, 137, 157, 0.22)),
    url("images/produkte/schalen/grüneschale1.webp") center/cover;
}

.thumb-local-muschelschale {
  --overlay: linear-gradient(180deg, rgba(169, 177, 153, 0.22), rgba(137, 145, 120, 0.22));
  background:
    linear-gradient(180deg, rgba(169, 177, 153, 0.22), rgba(137, 145, 120, 0.22)),
    url("images/produkte/schalen/grünemuschelschale1.webp") center/cover;
}

.card h3 {
  margin: 12px 0 6px;
  font-size: 24px;
  line-height: 0.95;
}

.card p {
  margin: 0;
  font-size: 15px;
}

.products .secondary {
  display: table;
  margin: 28px auto 0;
}

.product-detail {
  margin-top: 56px;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 28px;
  align-items: start;
}

.product-gallery {
  display: grid;
  gap: 16px;
}

.gallery-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.gallery-btn {
  border: 1px solid #d8cbc4;
  background: #fff;
  color: #5b4e49;
  min-width: 44px;
  height: 38px;
  font-size: 20px;
  cursor: pointer;
}

.gallery-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.thumb-picker {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.thumb-option {
  border: 1px solid var(--line);
  padding: 0;
  background: #fff;
  cursor: pointer;
}

.thumb-option.active {
  border-color: #9b6e69;
  box-shadow: 0 0 0 1px #9b6e69 inset;
}

.thumb-option img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #f7f1ed;
}

.product-gallery img {
  width: 100%;
  border: 1px solid var(--line);
  display: block;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  background: #f7f1ed;
}

.variant-preview {
  cursor: pointer;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(25, 18, 16, 0.86);
}

.lightbox.open {
  display: grid;
}

.lightbox img {
  width: min(1000px, 92vw);
  max-height: 86vh;
  border: 1px solid #e2d5cd;
  background: #fff;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #2d201b;
  background: rgba(34, 23, 19, 0.94);
  color: #fff;
  width: 42px;
  height: 42px;
  font-size: 28px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
  box-shadow: 0 4px 16px rgba(18, 10, 8, 0.22);
}

.lightbox-prev {
  left: clamp(8px, 2vw, 16px);
}

.lightbox-next {
  right: clamp(8px, 2vw, 16px);
}

.lightbox-close {
  position: absolute;
  top: 14px;
  right: 16px;
  border: 1px solid #c7b2a7;
  background: rgba(255, 255, 255, 0.92);
  color: #4a3b36;
  width: 42px;
  height: 42px;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
  box-shadow: 0 4px 16px rgba(18, 10, 8, 0.22);
}

.product-copy {
  border: 1px solid var(--line);
  background: #fff;
  padding: 22px;
}

.product-copy h3 {
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 0.95;
}

.product-copy h4 {
  margin: 20px 0 8px;
  font-size: 24px;
}

.product-copy p {
  margin: 0 0 12px;
  color: #5e5450;
  line-height: 1.5;
}

.product-copy .price {
  margin-top: 20px;
  font-size: 22px;
  color: #3d3431;
  font-weight: 600;
}

.variant-box {
  border: 1px solid var(--line);
  background: #fcf8f6;
  padding: 14px;
  margin-bottom: 8px;
}

.variant-box label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.variant-box select {
  width: 100%;
  border: 1px solid #d8cbc4;
  background: #fff;
  padding: 10px 12px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  color: #4a433f;
}

.order-note {
  margin: 10px 0 0;
  font-size: 14px;
}

.qty-box {
  max-width: 220px;
  margin-bottom: 12px;
}

.qty-box label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
}

.qty-box input {
  width: 100%;
  border: 1px solid #d8cbc4;
  background: #fff;
  padding: 10px 12px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  color: #4a433f;
  text-align: center;
}

.qty-controls {
  display: grid;
  grid-template-columns: 46px minmax(72px, 1fr) 46px;
  gap: 8px;
  align-items: center;
}

.qty-controls .qty-btn {
  min-width: 46px;
  height: 42px;
  font-size: 24px;
  line-height: 1;
  padding: 0;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.cat {
  --overlay: none;
  position: relative;
  min-height: 178px;
  aspect-ratio: 16 / 10;
  text-decoration: none;
  border: 1px solid var(--line);
  overflow: hidden;
  display: grid;
  place-items: center;
  color: #36302d;
  font-size: 13px;
  letter-spacing: 0.09em;
  text-align: center;
}

.cat::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(250, 243, 238, 0.35);
  transition: background 0.2s ease;
}

.cat span,
.cat b {
  position: relative;
  z-index: 1;
  display: block;
  background: #fff;
  padding: 7px 12px;
}

.cat b {
  margin-top: 6px;
}

.cat:hover::before {
  background: rgba(252, 243, 238, 0.2);
}

.cat-1 {
  background: url("images/produkte/taschen/kosmetiktasche_rose1.2.webp") center/cover;
}

.cat-2 {
  background: url("images/produkte/untersetzer/untersetzer1.webp") center/cover;
}

.cat-3 {
  background: url("images/produkte/herzen/herzschalegrün.webp") center/cover;
}

.cat-4 {
  background: url("images/produkte/herzen/herzschaleweiß.webp") center/cover;
}

.contact-strip {
  margin-top: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f8efea;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.contact-strip article {
  padding: 20px 26px;
  display: grid;
  grid-template-columns: 22px 1fr;
  column-gap: 12px;
}

.contact-strip i {
  font-size: 20px;
  color: #7a6b66;
  grid-row: 1 / span 2;
}

.contact-strip h3 {
  margin: 0;
  font-size: 19px;
}

.contact-strip p {
  margin: 2px 0 0;
  color: #70645f;
}

.contact-strip a {
  color: inherit;
  text-decoration: none;
}

.contact-strip a:hover,
.contact-strip a:focus-visible {
  text-decoration: underline;
}

.site-footer {
  background: #fff;
  border-top: 1px solid var(--line);
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.3fr;
  gap: 28px;
  padding: 34px 0;
}

.footer-main h4 {
  margin: 0 0 12px;
  font-size: 17px;
  letter-spacing: 0.05em;
}

.footer-main a,
.footer-main p {
  margin: 5px 0;
  display: block;
  color: #655d59;
  text-decoration: none;
  font-size: 14px;
}

.footer-logo {
  align-self: center;
  text-align: center;
}

.copyright {
  text-align: center;
  margin: 0;
  padding: 12px 0 18px;
  font-size: 12px;
  color: #8f8480;
  border-top: 1px solid var(--line);
}

.legal-main {
  padding-top: 26px;
  padding-bottom: 48px;
}

.legal-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 28px;
}

.legal-card h1 {
  margin: 0 0 14px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 0.95;
}

.legal-card h2 {
  margin: 28px 0 10px;
  font-size: 30px;
}

.legal-card p {
  margin: 0 0 12px;
  color: #5b514d;
  line-height: 1.6;
}

.legal-card ul {
  margin: 0 0 14px;
  padding-left: 20px;
  color: #5b514d;
}

.legal-card li {
  margin-bottom: 8px;
}

.checkout-box {
  margin-top: 12px;
  border: 1px solid var(--line);
  background: #fdfaf8;
  padding: 16px;
}

.checkout-help {
  margin: 0 0 10px;
}

.checkout-form {
  margin-bottom: 14px;
}

.checkout-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.checkout-form-grid label {
  display: grid;
  gap: 6px;
  font-size: 14px;
  color: #5b514d;
}

.checkout-form-grid input {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  padding: 10px 12px;
  font: inherit;
}

.checkout-form-grid label:last-child {
  grid-column: span 2;
}

.checkout-items {
  margin: 0 0 12px;
  padding-left: 20px;
}

.checkout-items li {
  margin-bottom: 6px;
}

#startPaymentBtn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.cart-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cart-actions .btn-main {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.cart-checkout-note {
  margin-top: 10px;
  font-size: 14px;
  color: #6f625d;
}

.checkout-status-card {
  max-width: 760px;
  margin-inline: auto;
}

.cart-recommendations {
  margin-top: 28px;
}

.cart-product-grid .thumb {
  min-height: 190px;
}

.dialog-open {
  overflow: hidden;
}

.cart-confirm {
  position: fixed;
  inset: 0;
  z-index: 10010;
  display: none;
  place-items: center;
  padding: 16px;
  background: rgba(32, 22, 19, 0.52);
}

.cart-confirm.open {
  display: grid;
}

.cart-confirm-card {
  width: min(520px, 92vw);
  border: 1px solid #d6c7bf;
  background: #fffaf7;
  box-shadow: 0 14px 40px rgba(22, 13, 10, 0.2);
  padding: 24px;
}

.cart-confirm-card h3 {
  margin: 0 0 10px;
  font-size: clamp(30px, 4vw, 40px);
  line-height: 0.95;
}

.cart-confirm-card p {
  margin: 0;
  color: #5b514d;
  line-height: 1.6;
}

.cart-confirm-actions {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cart-confirm-actions .btn-main {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 1060px) {
  .product-grid,
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero {
    min-height: 470px;
  }

  .footer-main {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .top-left,
  .top-service {
    display: none;
  }

  .top-bar {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .menu-toggle {
    display: inline-block;
  }

  .main-nav {
    grid-template-columns: auto 1fr auto;
    min-height: 90px;
  }

  .menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border-bottom: 1px solid var(--line);
    display: none;
    padding: 16px;
    flex-direction: column;
    gap: 12px;
    z-index: 20;
  }

  .menu.open {
    display: flex;
  }

  .hero-text {
    padding: 42px 24px;
    max-width: 100%;
  }

  .thumb {
    min-height: 240px;
  }

  .cat {
    min-height: 210px;
    aspect-ratio: 16 / 11;
  }

  .thumb-picker {
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery-controls {
    gap: 14px;
  }

  .gallery-btn {
    min-width: 54px;
    height: 46px;
    font-size: 26px;
  }

  .lightbox {
    padding: 12px;
  }

  .lightbox img {
    width: 96vw;
    max-height: 78vh;
  }

  .lightbox-nav,
  .lightbox-close {
    width: 48px;
    height: 48px;
  }

  .lightbox-nav {
    font-size: 34px;
  }

  .lightbox-prev {
    left: 8px;
  }

  .lightbox-next {
    right: 8px;
  }

  .lightbox-close {
    top: 8px;
    right: 8px;
  }

  .benefits,
  .product-grid,
  .product-detail-grid,
  .category-grid,
  .contact-strip,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .nav-icons {
    gap: 10px;
    font-size: 16px;
  }

  .legal-card {
    padding: 20px;
  }

  .cart-actions .btn-main,
  .cart-actions button,
  .cart-confirm-actions .btn-main,
  .cart-confirm-actions button {
    width: 100%;
  }

  .checkout-form-grid {
    grid-template-columns: 1fr;
  }

  .checkout-form-grid label:last-child {
    grid-column: auto;
  }
}

