/* Capri Blu Totem - v0.4.58
   Correzione esclusivamente visuale dell'intestazione del carrello. */

#screen-cart .gallery-shell {
  padding-top: 20px;
}

#screen-cart .gallery-header {
  display: grid !important;
  grid-template-columns: minmax(250px, 36%) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 24px !important;
  min-height: 76px;
  margin-bottom: 18px !important;
}

#screen-cart .gallery-header > div {
  min-width: 0;
  text-align: right;
}

#screen-cart .gallery-header .brand {
  margin: 0 0 4px !important;
  font-size: clamp(0.85rem, 1.25vw, 1.15rem) !important;
  line-height: 1.1 !important;
}

#screen-cart .gallery-header h2 {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: clamp(2.2rem, 3vw, 4rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.02em !important;
  white-space: nowrap;
  overflow: visible !important;
}

#screen-cart #continue-shopping {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 520px !important;
  min-height: 52px;
  margin: 0 !important;
  padding: 10px 18px !important;
  font-size: clamp(1rem, 1.35vw, 1.25rem) !important;
  line-height: 1.2 !important;
  white-space: nowrap;
  align-self: center !important;
  justify-self: start !important;
}

@media (max-width: 900px) {
  #screen-cart .gallery-header {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  #screen-cart .gallery-header > div {
    text-align: left;
  }

  #screen-cart .gallery-header h2 {
    font-size: clamp(2rem, 7vw, 3.25rem) !important;
  }
}
