/* Boutique impression 3D — shop.html */

.shop-main{
  overflow-x: hidden;
}

/* ---------- Hero ---------- */
.shop-hero{
  position: relative;
  margin-top: -1px;
  border-top:none;
  border-bottom:none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height:calc(100vh - 65px);
  min-height:calc(100dvh - 65px);
  background:
    radial-gradient(ellipse 80% 60% at 50% 120%, rgba(110, 231, 183, 0.14), transparent 55%),
    #18181b;
  padding: clamp(2rem, 6vw, 4rem) 1.25rem clamp(2.5rem, 8vw, 5rem);
}@media (max-width:768px){
  .shop-hero{
    
  }
}

.shop-hero__gridline{
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(115deg, transparent 0%, transparent 44%, rgba(220, 255, 105, 0.06) 44.2%, transparent 44.5%),
    repeating-linear-gradient(
      -18deg,
      transparent,
      transparent 18px,
      rgba(63, 63, 70, 0.45) 18px,
      rgba(63, 63, 70, 0.45) 19px
    ),
    repeating-linear-gradient(
      72deg,
      transparent,
      transparent 22px,
      rgba(63, 63, 70, 0.28) 22px,
      rgba(63, 63, 70, 0.28) 23px
    );
}

.shop-hero__inner{
  position: relative;
  z-index: 1;
  max-width: 52rem;
  margin: 0 auto;
  text-align: center;
}
.shop-hero__eyebrow{
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(220, 255, 105, 0.35);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #dcff69;
  background: rgba(39, 39, 42, 0.6);
}
.shop-hero__title{
  margin: 0;
  font-size: clamp(1.65rem, 4.5vw, 2.75rem);
  line-height: 1.12;
  font-weight: 600;
  color: #fafafa;
  text-wrap: balance;
}
.shop-hero__lede{
  margin: 1.25rem auto 0;
  max-width: 42rem;
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  line-height: 1.55;
  color: #d4d4d8;
}
.shop-hero__chips{
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:5px;
}
.shop-chip{
  padding: 0.35rem 0.75rem;
  border-radius: 0.25rem;
  border: 1px solid #3f3f46;
  font-size: 0.75rem;
  font-weight: 500;
  color: #a1a1aa;
  background: rgba(24, 24, 27, 0.85);
}
.shop-hero__actions{
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.shop-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.shop-btn--primary{
  border: 1px solid rgba(110, 231, 183, 0.45);
  background: linear-gradient(180deg, rgba(110, 231, 183, 0.95), #059669);
  color: #18181b;
}
.shop-btn--primary:hover{
  border-color: #86efac;
  color: #0a0a0a;
}
.shop-btn--ghost{
  border: 1px solid #52525b;
  background: rgba(39, 39, 42, 0.85);
  color: #e4e4e7;
}
.shop-btn--ghost:hover{
  border-color: #71717a;
  background: #3f3f46;
  color: #fff;
}

/* ---------- Bande confiance ---------- */
.shop-trust{
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.02);
  border-top: 1px solid #3f3f46;
  border-bottom: 1px solid #3f3f46;
}
.shop-trust__inner{
  max-width: 56rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 640px){
  .shop-trust__inner{
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
.shop-trust__item{
  display: flex;
  align-items:center;
  gap: 0.65rem;
  padding: 0.75rem 1rem;
  border: 1px solid #3f3f46;
  border-radius: 0.375rem;
  background: rgba(24, 24, 27, 0.65);
}
.shop-trust__icon{
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border: 1px solid rgba(220, 255, 105, 0.25);
  font-size: 1rem;
  color: #dcff69;
  background: rgba(220, 255, 105, 0.06);
}
.shop-trust__label{
  font-size: 0.8rem;
  line-height: 1.35;
  color: #d4d4d8;
}

/* ---------- Showcase boutique (isolé de .projects-showcase accueil) ---------- */
.shop-showcase{
  position: relative;
  background: #18181b;
  color: #fff;
  padding:0;
}
.shop-showcase-pattern{
  position: absolute;
  inset: 0;
  opacity: 0.3;
  pointer-events: none;
  background-image: linear-gradient(180deg, rgba(24,24,27,0) 0, #18181b), linear-gradient(55deg, hsla(0,0%,100%,0) 20%, hsla(0,0%,100%,0.025) 35%, hsla(0,0%,100%,0.01) 50%, hsla(0,0%,100%,0.025) 70%, hsla(0,0%,100%,0) 80%), linear-gradient(90deg, rgba(63,63,70,0) 0, rgba(63,63,70,0) calc(99% - 1px), #3f3f46 calc(99% - 1px), #3f3f46), linear-gradient(180deg, rgba(63,63,70,0) 0, rgba(63,63,70,0) calc(99% - 1px), #3f3f46 calc(99% - 1px), #3f3f46);
  background-size: 100%, 100%, 16px 16px, 16px 16px;
}
.shop-showcase__container{
  position: relative;
  padding-top:0;
  padding-bottom:0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.shop-showcase-content{
  position:relative;
  padding:2rem 2rem;
  border-left: 1px solid #3f3f46;
  border-right: 1px solid #3f3f46;
}
.shop-showcase__intro-grid{
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 1rem;
}
.shop-showcase__title-wrap{
  grid-column: span 10;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.875rem;
  max-width: 400px;
  padding-right: 0.25rem;
  font-size: 24px;
}
.shop-showcase__dot{
  width: 0.375rem;
  height: 0.375rem;
  background:rgb(4,169,239);
}
.shop-showcase__title{
  margin: 0;
  line-height: 1;
  font-weight: 500;
}
.shop-showcase__intro{
  grid-column: span 12;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  max-width: 640px;
}
.shop-showcase__intro h2{
  margin: 0;
  font-size:1.5em;
}
.shop-showcase__intro h2 strong{
  font-weight: 400;
  color: #e4e4e7;
}
.shop-showcase__intro p{
  margin: 0;
}
.shop-showcase__intro strong{
  font-weight: 400;
  color: #e4e4e7;
}
.shop-showcase__cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(24,24,27,0.1);
  border-radius: 0.25rem;
  background: #e4e4e7;
  color: #18181b;
  font-weight: 500;
}
.shop-showcase__cta-label{
  transform: translateX(0.375rem);
  transition: transform .3s cubic-bezier(.4,0,.2,1);
}
.shop-showcase__cta-icon{
  width:10px;
  height:10px;
  background-color: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateX(-2px);
  transition: transform .3s cubic-bezier(.4,0,.2,1);
}
.shop-showcase__cta:hover .shop-showcase__cta-label{
  transform: translateX(-0.25rem);
}
.shop-showcase__cta:hover .shop-showcase__cta-icon{
  transform: translateX(2px);
}
.shop-showcase__grid{
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 1rem;
}
.shop-showcase__card{
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 40%;
  overflow: hidden;
  border:none;
  border-radius: 0.375rem;
  background:rgba(24,24,27,1);
  color: #f2f4f4;
  transition: border-color .15s cubic-bezier(.4,0,.2,1);
}
.shop-showcase__card-head{ padding: 1rem 1rem 0; }
.shop-showcase__card-title{ margin: 0 0 0.75rem; font-size: 1.125rem; line-height: 1.25; font-weight: 500; }
.shop-showcase__card-description{ margin: 0; padding: 0 1rem 0.75rem; font-size: 0.75rem; color: #a1a1aa; }
.shop-showcase__thumb{
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.shop-showcase__card-cta{
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
  padding: 0.625rem 0.75rem;
  border-radius: 0.25rem;
  background: rgba(255,255,255,0.1);
  color: #a1a1aa;
  border: 1px solid transparent;
  font-size: 0.75rem;
  font-weight: 500;
}
.shop-showcase__card-icon{ width: 1rem; height: 1rem; }
.shop-showcase__overlay{
  position: absolute; inset: 0; z-index: 1;
}
.shop-showcase__card-cta, .shop-showcase__card-head, .shop-showcase__card-description{
  position: relative; z-index: 2;
}
@media (min-width: 640px){
  .shop-showcase__card{
    flex-basis: calc((100% - 2rem) / 3);
    max-width: calc((100% - 2rem) / 3);
  }
}
@media (min-width: 768px) {
  .shop-showcase__container{ padding-left: 1.5rem; padding-right: 1.5rem; }
  .shop-showcase__title-wrap{ font-size: 32px; }
  .shop-showcase__intro{ grid-column: span 8; margin-top: 0; }
  .shop-showcase__title-wrap{ grid-column: span 4; }
  .shop-showcase__card{
    flex-basis: calc((100% - 2rem) / 3);
    max-width: calc((100% - 2rem) / 3);
  }
}
@media (min-width: 1024px){
  .shop-showcase__container{ padding-left: 2.5rem; padding-right: 2.5rem; }
  .shop-showcase__intro-grid{ grid-template-columns: repeat(10, minmax(0, 1fr)); }
  .shop-showcase__title-wrap{ grid-column: span 4; }
  .shop-showcase__intro{ grid-column: span 6; }
  .shop-showcase__card{
    flex-basis: calc((100% - 3rem) / 3);
    max-width: calc((100% - 3rem) / 3);
  }
}
@media (min-width: 1280px){
  .shop-showcase__card{
    flex-basis: calc((100% - 4rem) / 4);
    max-width: calc((100% - 4rem) / 4);
  }
}

/* ---------- Catalogue ---------- */
.shop-showcase--shop .shop-catalog__intro .shop-showcase__intro{
  margin-top:0;
}
.shop-catalog__grid .shop-product-card{
  border: 1px solid #3f3f46;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.shop-catalog__grid .shop-product-card:hover{
  border-color: rgba(110, 231, 183, 0.35);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}

.shop-product-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.product-single-path {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.product-single__back-link {
  display: inline-flex;
  align-items: center;
  color: #d4d4d8;
  font-size: 0.92rem;
  text-decoration: none;
}

.product-single__back-link:hover {
  color: #ffffff;
}

.shop-product-thumb{
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 0.375rem 0.375rem 0 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #27272a 0%, #18181b 100%);
}
.shop-product-thumb__image{
  width: 100%;
  aspect-ratio:4/3;
  object-fit: cover;
  border-radius: 0.375rem 0.375rem 0 0;
  display: block;
}
.shop-product-thumb::before{
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 5px,
    rgba(255, 255, 255, 0.04) 5px,
    rgba(255, 255, 255, 0.04) 6px
  );
  pointer-events: none;
}
.shop-product-thumb::after{
  content: "";
  position: absolute;
  inset: auto 12% 14% 12%;
  height: 38%;
  border-radius: 6px;
  transform: skewX(-6deg);
  opacity: 0.92;
  pointer-events: none;
}
.shop-product-thumb--pla-orange::after{
  background: linear-gradient(180deg, #86efac 0%, #16a34a 55%, #14532d 100%);
  box-shadow:
    0 -3px 0 rgba(255, 255, 255, 0.12) inset,
    0 12px 28px rgba(22, 163, 74, 0.35);
}
.shop-product-thumb--petg-slate::after{
  background: linear-gradient(180deg, #94a3b8 0%, #475569 55%, #1e293b 100%);
  box-shadow:
    0 -2px 0 rgba(255, 255, 255, 0.1) inset,
    0 12px 24px rgba(15, 23, 42, 0.45);
}
.shop-product-thumb--pla-mint::after{
  background: linear-gradient(180deg, #6ee7b7 0%, #059669 60%, #064e3b 100%);
  box-shadow: 0 12px 24px rgba(5, 150, 105, 0.35);
}
.shop-product-thumb--resin-ice::after{
  background: linear-gradient(180deg, #bae6fd 0%, #38bdf8 45%, #0369a1 100%);
  opacity: 0.95;
  box-shadow:
    0 -4px 12px rgba(255, 255, 255, 0.35) inset,
    0 14px 30px rgba(56, 189, 248, 0.25);
}
.shop-product-thumb--pla-carbon::after{
  background: repeating-linear-gradient(
      90deg,
      #18181b,
      #18181b 10px,
      #27272a 10px,
      #27272a 20px
    ),
    linear-gradient(180deg, #52525b 0%, #18181b 100%);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.55);
}
.shop-product-thumb--petg-amber::after{
  background: linear-gradient(180deg, #bbf7d0 0%, #22c55e 55%, #166534 100%);
  box-shadow: 0 12px 26px rgba(34, 197, 94, 0.35);
}

.shop-product-tags{
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 5px;
  margin:0;
  margin-bottom:15px;
  font-size: 0.7rem;
  line-height: 1.35;
  color: #a1a1aa;
}
.shop-tag{
  display: inline-block;
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  border: 1px solid #52525b;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #dcff69;
  vertical-align: middle;
}

.shop-product-footer{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content:end;
  gap: 0.75rem;
  margin-top: auto;
  padding: 0.75rem 1rem 1rem;
  border-top: 1px solid rgba(63, 63, 70, 0.65);
}
.shop-price{
  font-size: 0.95rem;
  font-weight: 600;
  color: #fafafa;
}

.shop-price-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.08rem;
}

.shop-price-ht {
  font-size: 0.66rem;
  letter-spacing: 0.01em;
  color: #a1a1aa;
}

.shop-product-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.shop-product-actions .shop-btn {
  padding: 0.45rem 0.7rem;
  font-size: 0.74rem;
}

.shop-btn--mini {
  border: 1px solid #52525b;
  background: #18181b;
  color: #e4e4e7;
}

.shop-btn--mini:hover {
  border-color: #71717a;
  background: #27272a;
}

.boutique-card-cta--placeholder{
  margin: 0;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  border: 1px dashed #52525b;
  background: rgba(39, 39, 42, 0.35);
  color: #71717a;
  font-size: 0.7rem;
  font-weight: 500;
  cursor: default;
  user-select: none;
}

.shop-checkout {
  position: relative;
  margin-top: 1.5rem;
  border-radius: 0.5rem;
  background: rgba(24, 24, 27, 1);
  overflow: hidden;
}

.shop-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 1fr);
}

.shop-checkout-cart {
  padding: 1.2rem 1.2rem 1rem;
}

.shop-checkout-cart__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}

.shop-checkout-cart__count {
  font-size: 0.84rem;
  color: #a1a1aa;
}

.shop-checkout-cart__total {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(82, 82, 91, 0.6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  color: #d4d4d8;
  font-size: 0.9rem;
}

.shop-checkout-cart__total strong {
  color: #fafafa;
  font-size: 1rem;
}

.shop-checkout-summary {
  padding: 0;
  background: rgba(255,255,255,0.025);
}

.shop-checkout-summary__title {
  margin: 0 0 0.9rem;
  font-size: 1.35rem;
}

.shop-checkout-summary__rows {
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(82, 82, 91, 0.6);
}

.shop-checkout-summary__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  color: #d4d4d8;
  font-size: 0.88rem;
}

.shop-checkout__header {
  margin-bottom: 0.75rem;
}

.shop-checkout__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #f4f4f5;
}

.shop-checkout__lede {
  margin: 0.35rem 0 0;
  color: #a1a1aa;
  font-size: 0.88rem;
}

.shop-checkout__empty {
  color: #a1a1aa;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.shop-cart-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.shop-cart-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  padding: 0.6rem 0.75rem;
  border-top: 1px solid rgba(82, 82, 91, 0.55);
  background: transparent;
}

.shop-cart-item__visual {
  flex: 0 0 auto;
}

.shop-cart-item__image {
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 0.3rem;
  object-fit: cover;
  border: 1px solid rgba(82, 82, 91, 0.7);
  background: #18181b;
}

.shop-cart-item__image--placeholder {
  background:
    linear-gradient(135deg, rgba(82, 82, 91, 0.7), rgba(63, 63, 70, 0.35)),
    #18181b;
}

.shop-cart-item__meta strong {
  display: block;
  font-size: 0.88rem;
}

.shop-cart-item__meta span {
  color: #a1a1aa;
  font-size: 0.78rem;
}

.shop-cart-item__meta {
  flex: 1;
  min-width: 0;
}

.shop-cart-item__actions {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.shop-cart-item__actions button {
  width: 1.65rem;
  height: 1.65rem;
  border: 1px solid #52525b;
  background: #18181b;
  color: #fafafa;
  border-radius: 0.2rem;
  cursor: pointer;
}

.shop-payment-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shop-checkout__form {
  margin-top: 0;
  display: grid;
  gap: 0;
  background:transparent;
}

.shop-checkout__section {
  display: grid;
  gap: 0.65rem;
  padding: 0.8rem;
  border: 0;
  border-radius: 0;
  background:transparent;
}

.shop-checkout__section--shipping {
  background:transparent;
}

.shop-checkout__section--payment {
  background:rgba(255,255,255,0.025);
}

.shop-checkout__section-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #f4f4f5;
}

.shop-field {
  display: grid;
  gap: 0.3rem;
}

.shop-field label {
  font-size: 0.78rem;
  color: #d4d4d8;
}

.shop-field input,
.shop-field textarea,
.shop-field select {
  width: 100%;
  padding: 0.6rem 0.65rem;
  border: 1px solid #52525b;
  border-radius: 0.25rem;
  background: #18181b;
  color: #fff;
}

.shop-stripe-card {
  min-height: 42px;
  padding: 0.6rem 0.65rem;
  border: 1px solid #52525b;
  border-radius: 0.25rem;
  background: #18181b;
}

.shop-stripe-inline-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}

.shop-stripe-hint {
  color: #a1a1aa;
  font-size: 0.76rem;
}

.shop-checkout__actions {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
}

.shop-btn.is-loading {
  opacity: 0.75;
  pointer-events: none;
}

.shop-checkout__status {
  margin: 0;
  font-size: 0.84rem;
  color: #a1a1aa;
}

.shop-result {
  max-width: 44rem;
  margin: 2.5rem auto;
  padding: 1.4rem;
  border: 1px solid #3f3f46;
  border-radius: 0.6rem;
  background: rgba(24, 24, 27, 0.72);
}

.shop-result h1 {
  margin: 0 0 0.75rem;
}

.shop-result__details {
  color: #a1a1aa;
  font-size: 0.92rem;
}

.shop-result__actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media (max-width: 900px) {
  .shop-catalog .shop-showcase__container {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-catalog .shop-showcase-content {
    border-left: 0;
    border-right: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .shop-checkout {
    margin-top: 1rem;
    border-radius: 0.4rem;
  }

  .product-single-path {
    margin-bottom: 0.9rem;
  }

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

  .shop-checkout-cart {
    padding: 1rem 0.85rem 0.85rem;
  }

  .shop-checkout-summary {
    border-left: 0;
  }

  .shop-checkout__section {
    padding: 0.85rem;
  }
}

@media (max-width: 640px) {
  .shop-checkout-cart__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }

  .shop-cart-list li {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 0.55rem 0.65rem;
    align-items: start;
    padding: 0.65rem 0.5rem;
  }

  .shop-cart-item__image {
    width: 52px;
    height: 52px;
  }

  .shop-cart-item__actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  .shop-stripe-inline-fields {
    grid-template-columns: 1fr;
  }

  .shop-checkout__actions {
    flex-direction: column-reverse;
  }

  .shop-checkout__actions .shop-btn {
    width: 100%;
  }

  .shop-payment-total {
    font-size: 0.94rem;
  }
}

@media (min-width: 768px){
  .shop-hero{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px){
  .shop-hero{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
