/** Shopify CDN: Minification failed

Line 1254:1 Expected "}" to go with "{"

**/
.mobile-menu-toggle,
.mobile-menu {
  display: none;
}

.cart-page {
  color: #171117;
  background:
    radial-gradient(circle at 10% 15%, rgba(120, 77, 128, 0.08), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(192, 154, 95, 0.12), transparent 28%),
    #fffdfb;
}

.cart-progress {
  display: grid;
  grid-template-columns: auto minmax(420px, 1fr);
  align-items: center;
  gap: 28px;
  min-height: 54px;
  padding: 0 26px;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(90deg, #2a092f, #5d2e67 55%, #2c0b31);
  box-shadow: 0 10px 28px rgba(72, 34, 78, 0.14);
  margin: 0 0 18px;
}

.cart-progress__headline,
.cart-progress__meter {
  display: flex;
  align-items: center;
  gap: 14px;
}

.cart-progress__headline {
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.cart-truck {
  display: grid;
  place-items: center;
  width: 27px;
  height: 21px;
  border: 1.5px solid rgba(255, 255, 255, 0.75);
  border-radius: 4px;
}

.cart-progress__meter {
  justify-content: flex-end;
  font-size: 14px;
  white-space: nowrap;
}

.meter {
  width: min(280px, 30vw);
  height: 13px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.18);
}

.meter i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #fff, #f3e9f4);
}

.cart-shell {
  width: min(1260px, calc(100% - 80px));
  margin: 0 auto;
  padding: 34px 0 54px;
}

.cart-title h1 {
  margin: 0;
  color: #191018;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5.2vw, 62px);
  font-weight: 400;
  line-height: 1;
}

.cart-title h1::after {
  content: "✦";
  margin-left: 8px;
  color: #a15bab;
  font-size: 0.35em;
  vertical-align: top;
}

.cart-title p {
  margin: 16px 0 18px;
  color: #4c454d;
  font-size: 14px;
}

.cart-assurance,
.order-summary,
.privacy-note,
.package-banner,
.cart-guarantee {
  border: 1px solid #eadfd2;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 8px 26px rgba(55, 34, 20, 0.04);
}

.cart-assurance {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 19px 38px;
  margin-bottom: 18px;
}

.cart-assurance div {
  display: grid;
  grid-template-columns: 36px 1fr;
  column-gap: 14px;
  row-gap: 2px;
  align-items: center;
}

.cart-line-icon {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1.5px solid #111;
  border-radius: 8px;
}

.cart-assurance strong {
  font-size: 13px;
  line-height: 1.05;
  text-transform: uppercase;
}

.cart-assurance small {
  color: #6e666d;
  font-size: 12px;
  line-height: 1.15;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 38px;
  align-items: start;
}

.cart-table-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 100px 100px 110px 24px;
  gap: 18px;
  padding: 12px 0 14px;
  color: #5c565d;
  border-bottom: 1px solid #e5dace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cart-item {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) 100px 100px 110px 24px;
  gap: 18px;
  align-items: center;
  padding: 16px 0 20px;
  border-bottom: 1px solid #e5dace;
}

.cart-item img {
  width: 132px;
  height: 132px;
  object-fit: contain;
  object-position: center;
  border-radius: 6px;
  background: #fff;
}

.cart-item__info h2 {
  margin: 0 0 8px;
  max-width: 360px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.18;
}

.cart-item__info p {
  margin: 0 0 10px;
  color: #5a2861;
  font-size: 13px;
}

.cart-item__info span {
  display: block;
  margin-top: 6px;
  color: #4e484e;
  font-size: 12px;
}

.cart-price,
.cart-total {
  font-size: 15px;
}

.cart-item select {
  width: 74px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #d6ccc0;
  border-radius: 4px;
  background: #fff;
}

.remove-item {
  width: 24px;
  height: 24px;
  padding: 0;
  color: #161116;
  background: transparent;
  border: 0;
  font-size: 28px;
  font-weight: 300;
}

.privacy-note {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: center;
  margin: 18px 0;
  padding: 14px 18px;
}

.lock-badge {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f0e4d8;
}

.privacy-note p {
  margin: 0;
  max-width: 620px;
  font-size: 14px;
  line-height: 1.55;
}

.package-banner {
  display: grid;
  min-height: 0;
  margin-bottom: 16px;
}

.package-banner > div {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  align-items: center;
  padding: 24px 30px;
}

.package-icon {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border: 2px solid #111;
  border-radius: 14px;
  font-size: 32px;
}

.package-banner h2 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}

.package-banner p {
  margin: 0;
  color: #3e393f;
  font-size: 14px;
  line-height: 1.5;
}

.cart-upsells {
  margin-top: 54px;
  padding-top: 26px;
  border-top: 1px solid #e2d6ca;
}

.cart-upsells h2 {
  margin: 0;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}

.cart-upsells h2 span {
  color: #a15bab;
}

.cart-upsells > p {
  margin: 4px 0 17px;
  color: #6f676d;
  text-align: center;
  font-size: 12px;
}

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

.upsell-grid article {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e4d9cc;
  border-radius: 6px;
  background: #fff;
  text-align: center;
}

.upsell-grid img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.upsell-grid article > button {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid #d7ccc0;
  border-radius: 50%;
  background: #fff;
}

.upsell-grid h3 {
  min-height: 48px;
  margin: 9px 10px 2px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15;
}

.upsell-grid small {
  display: block;
  color: #766e74;
  font-size: 11px;
}

.upsell-grid strong {
  display: block;
  margin: 8px 0;
  font-size: 13px;
}

.upsell-grid a {
  display: inline-block;
  width: calc(100% - 36px);
  margin: 0 18px 12px;
  padding: 8px 0;
  color: #4e2557;
  border: 1px solid #6c4a73;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.order-summary {
  position: sticky;
  top: 18px;
  padding: 24px 28px;
}

.order-summary h2 {
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5dace;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
}

.summary-line,
.summary-total {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 15px 0;
}

.summary-line small {
  color: #6f676d;
}

.summary-total {
  align-items: baseline;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #e5dace;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.summary-total strong {
  font-size: 27px;
  font-weight: 400;
}

.summary-total small {
  margin-right: 8px;
  color: #7f3c2f;
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
  font-size: 11px;
}

.summary-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  margin: 20px 0;
  padding: 16px;
  border: 1px solid #eadfd2;
  border-radius: 6px;
  background: #fffaf5;
}

.summary-card span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1.5px solid #111;
  border-radius: 10px;
}

.summary-card p {
  margin: 6px 0 0;
  color: #5e565d;
  font-size: 12px;
  line-height: 1.5;
}

.paypal-checkout {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 18px;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 10px;
  min-height: 64px;
  padding: 0 14px;
  color: #fff;
  border-radius: 6px;
  background: linear-gradient(135deg, #55245f, #6f3579);
}

.paypal-checkout span {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
}

.paypal-checkout strong {
  grid-column: 2;
  align-self: end;
  min-width: 0;
  font-size: 13px;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.paypal-checkout small {
  grid-column: 2;
  align-self: start;
  min-width: 0;
  color: #f7eaf9;
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
}

.paypal-checkout b {
  grid-column: 3;
  grid-row: 1 / 3;
  justify-self: end;
  font-size: 22px;
  font-weight: 300;
}

.paypal-note {
  margin: 14px 0 12px;
  color: #6b6269;
  text-align: center;
  font-size: 12px;
}

.paypal-note b {
  margin-right: 12px;
  color: #003087;
}

.payment-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  padding-top: 12px;
  border-top: 1px solid #e5dace;
}

.payment-badges span {
  text-align: center;
  font-size: 11px;
}

.summary-help {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.summary-help div {
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 14px;
}

.summary-help span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1.4px solid #111;
  border-radius: 8px;
}

.summary-help strong {
  font-size: 13px;
}

.summary-help p {
  margin: 4px 0 0;
  color: #6b6269;
  font-size: 12px;
  line-height: 1.35;
}

.cart-guarantee {
  display: grid;
  grid-template-columns: minmax(360px, 1.6fr) repeat(4, 1fr);
  gap: 0;
  align-items: center;
  margin-top: 24px;
  overflow: hidden;
}

.cart-guarantee > div {
  min-height: 92px;
  padding: 18px 22px;
  border-left: 1px solid #eadfd2;
  text-align: center;
}

.cart-guarantee > div:first-child {
  border-left: 0;
}

.guarantee-main {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  text-align: left !important;
}

.guarantee-main > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1.7px solid #111;
  border-radius: 16px;
  font-size: 26px;
}

.cart-guarantee h2 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
}

.cart-guarantee p {
  margin: 0;
  color: #5b545b;
  font-size: 12px;
  line-height: 1.45;
}

.cart-guarantee strong,
.cart-guarantee small {
  display: block;
}

.guarantee-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin: 0 auto 10px;
  border: 1.4px solid #111;
  border-radius: 8px;
  color: #111;
  font-size: 14px;
  line-height: 1;
}

.cart-guarantee strong {
  font-size: 12px;
  text-transform: uppercase;
}

.cart-guarantee small {
  margin-top: 5px;
  color: #706871;
  font-size: 11px;
}

@media (max-width: 980px) {
  .cart-progress,
  .cart-layout,
  .package-banner,
  .cart-guarantee {
    grid-template-columns: 1fr;
  }

  .cart-progress {
    gap: 8px;
    padding: 10px 18px;
  }

  .cart-progress__headline,
  .cart-progress__meter {
    justify-content: center;
  }

  .cart-shell {
    width: min(100% - 28px, 1260px);
  }

  .cart-assurance,
  .upsell-grid {
    grid-template-columns: 1fr 1fr;
  }

  .order-summary {
    position: static;
  }
}

@media (max-width: 520px) {
  .site-header {
    position: relative;
    z-index: 30;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
  }

  .mobile-menu-toggle {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    padding: 0;
    background: transparent;
    border: 0;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 2px 0;
    background: #181018;
    transition: transform 160ms ease, opacity 160ms ease;
  }

  .mobile-menu-toggle.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .mobile-menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .mobile-menu {
    position: absolute;
    z-index: 40;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 8px 18px 18px;
    background: #fbf8f4;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
  }

  .mobile-menu.is-open {
    display: block;
  }

  .mobile-menu a,
  .mobile-menu summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    color: #201420;
    font-size: 14px;
    font-weight: 600;
  }

  .mobile-menu details,
  .mobile-menu > a {
    border-top: 1px solid rgba(213, 199, 181, 0.7);
  }

  .mobile-menu > a:first-child {
    border-top: 0;
  }

  .mobile-menu summary {
    cursor: pointer;
    list-style: none;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary::after {
    content: "+";
    color: var(--gold);
    font-size: 18px;
    font-weight: 400;
  }

  .mobile-menu details[open] summary::after {
    content: "-";
  }

  .mobile-menu details a {
    min-height: 34px;
    padding-left: 14px;
    color: #685b66;
    font-size: 13px;
    font-weight: 500;
  }

  .brand {
    min-width: 0;
    font-size: 27px;
  }

  .brand sup {
    top: -0.28em;
    margin-left: 0;
    font-size: 0.58em;
  }

  .sign-in {
    font-size: 12px;
  }

  .header-actions {
    gap: 9px;
  }

  .cart-progress {
    min-height: 0;
    gap: 10px;
    padding: 14px 16px;
    text-align: left;
  }

  .cart-progress__headline {
    justify-content: flex-start;
    font-size: 12px;
  }

  .cart-progress__meter {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 12px;
    justify-content: stretch;
    font-size: 13px;
    white-space: normal;
  }

  .cart-progress__meter span {
    grid-column: 1 / 3;
  }

  .meter {
    width: 100%;
  }

  .cart-shell {
    padding-top: 24px;
  }

  .cart-title h1 {
    font-size: 42px;
  }

  .cart-assurance,
  .upsell-grid,
  .payment-badges {
    grid-template-columns: 1fr;
  }

  .cart-guarantee {
    grid-template-columns: 1fr 1fr;
  }

  .cart-assurance {
    gap: 12px;
    padding: 16px;
  }

  .cart-assurance div {
    grid-template-columns: 34px 1fr;
  }

  .cart-upsells {
    margin-top: 42px;
    padding-top: 22px;
  }

  .cart-table-head {
    display: none;
  }

  .cart-item {
    grid-template-columns: 92px 1fr auto;
    gap: 14px;
  }

  .cart-item img {
    width: 92px;
  }

  .cart-item__info h2 {
    font-size: 17px;
  }

  .cart-price,
  .cart-total {
    display: none;
  }

  .cart-item select {
    grid-column: 2;
    width: 72px;
  }

  .remove-item {
    align-self: start;
  }

  .privacy-note,
  .package-banner > div,
  .package-banner > div {
    grid-template-columns: 1fr;
  }

  .guarantee-main {
    grid-template-columns: 58px 1fr;
    gap: 14px;
    align-items: center;
  }

  .guarantee-main > span {
    width: 50px;
    height: 50px;
    border-radius: 13px;
    font-size: 22px;
  }

  .cart-guarantee h2 {
    margin-bottom: 5px;
    font-size: 19px;
  }

  .package-banner > div {
    padding: 24px;
  }

  .cart-guarantee > div {
    border-left: 0;
    border-top: 1px solid #eadfd2;
  }

  .cart-guarantee > div:nth-child(odd):not(.guarantee-main) {
    border-left: 1px solid #eadfd2;
  }

  .cart-guarantee .guarantee-main {
    grid-column: 1 / 3;
  }

  .cart-guarantee > div:not(.guarantee-main) {
    display: grid;
    align-content: center;
    min-height: 112px;
  }
  @media (max-width: 700px) {
  .cart-shell {
    width: min(100% - 36px, 420px);
    padding: 22px 0 24px;
  }

  .cart-title h1 {
    font-size: 42px;
    line-height: 0.95;
  }

  .cart-title p {
    margin: 12px 0 16px;
    font-size: 14px;
    line-height: 1.45;
  }

  .cart-progress {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: 0;
    padding: 12px 14px;
    margin-bottom: 14px;
  }

  .cart-progress__headline {
    justify-content: center;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
  }

  .cart-progress__meter {
    justify-content: center;
    gap: 8px;
    font-size: 12px;
  }

  .cart-progress__meter .meter {
    width: 130px;
  }

  .privacy-note {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px;
    text-align: left;
  }

  .privacy-note .lock-badge {
    width: 42px;
    height: 42px;
  }

  .upsell-grid article > a:first-child {
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #fff;
  }

  .upsell-grid article > a:first-child img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .cart-guarantee {
    margin-bottom: 0;
  }

  .cart-page {
    padding-bottom: 0;
  }
.pa-cart-progress {
  display: grid;
  grid-template-columns: minmax(180px, auto) minmax(180px, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin: 0 0 18px;
  padding: 16px 20px;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(90deg, #2a092f, #5d2e67 55%, #2c0b31);
  box-shadow: 0 10px 28px rgba(72, 34, 78, 0.14);
}

.pa-cart-progress strong,
.pa-cart-progress b {
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}

.pa-cart-progress__bar {
  display: block;
  width: 100%;
  height: 13px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.18);
}

.pa-cart-progress__bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #fff, #f3e9f4);
}

@media (max-width: 700px) {
  .pa-cart-progress {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px 14px;
    text-align: center;
  }

  .pa-cart-progress strong,
  .pa-cart-progress b {
    font-size: 12px;
    white-space: normal;
  }

  .pa-cart-progress__bar {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
  }
}
.upsell-grid article {
  overflow: visible;
  padding-top: 10px;
}

.upsell-grid article > a:first-child {
  width: calc(100% - 20px);
  margin: 0 auto;
  border: 1px solid #6c2f73;
  border-radius: 3px;
  overflow: hidden;
}

.upsell-grid article > button {
  top: 18px;
  right: 18px;
  z-index: 2;
}
.upsell-grid .upsell-card {
  position: relative !important;
  display: grid !important;
  grid-template-rows: 108px 54px 18px 22px 34px !important;
  gap: 4px !important;
  padding: 12px 16px 14px !important;
  overflow: hidden !important;
}

.upsell-card__image {
  display: block !important;
  width: 100% !important;
  height: 108px !important;
  margin: 0 !important;
  border: 1px solid #6c2f73 !important;
  border-radius: 3px !important;
  overflow: hidden !important;
  background: #fff !important;
}

.upsell-card__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}

.upsell-card__heart {
  position: absolute !important;
  top: 20px !important;
  right: 22px !important;
  z-index: 3 !important;
}

.upsell-card__title {
  height: 54px !important;
  min-height: 54px !important;
  margin: 8px 0 0 !important;
  overflow: hidden !important;
  font-size: 14px !important;
  line-height: 1.12 !important;
  text-align: center !important;
}

.upsell-card__type {
  height: 18px !important;
  line-height: 18px !important;
  margin: 0 !important;
}

.upsell-card__price {
  height: 22px !important;
  line-height: 22px !important;
  margin: 0 !important;
}

.upsell-card__button {
  width: 100% !important;
  margin: 0 !important;
  align-self: end !important;
}
}
.cart-upsells .upsell-grid article {
  min-height: 300px !important;
  padding: 14px 14px 16px !important;
}

.cart-upsells .upsell-grid article > a:first-child {
  width: 116px !important;
  height: 116px !important;
  margin: 0 auto !important;
  padding: 8px !important;
  box-sizing: border-box !important;
}

.cart-upsells .upsell-grid article > h3 {
  height: 64px !important;
  min-height: 64px !important;
  margin: 10px 0 4px !important;
  font-size: 14px !important;
  line-height: 1.18 !important;
  overflow: hidden !important;
  text-align: center !important;
}

.cart-upsells .upsell-grid article > small {
  display: block !important;
  height: 18px !important;
  min-height: 18px !important;
  line-height: 18px !important;
  margin: 0 0 2px !important;
  text-align: center !important;
}

.cart-upsells .upsell-grid article > strong {
  display: block !important;
  height: 22px !important;
  min-height: 22px !important;
  line-height: 22px !important;
  margin: 0 0 10px !important;
  text-align: center !important;
}

.cart-upsells .upsell-grid article > a:last-child {
  margin-top: auto !important;
}
.cart-line-icon {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  color: #211826;
}

.cart-line-icon svg {
  display: block;
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media screen and (max-width: 749px) {
  .cart-line-icon {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }

  .cart-line-icon svg {
    width: 25px;
    height: 25px;
  }
}
/* Mobile: add space between cart trust icons and text */
@media screen and (max-width: 749px) {
  .cart-line-icon + strong,
  .cart-line-icon ~ small {
    margin-left: 18px !important;
  }
}