The mini cart panel in Squarespace 7.1 uses the .cart-container and .Cart classes. When a product is added, a slide-out panel appears that you can fully restyle.
Target .Cart-inner for the panel content area, .Cart-title for the heading, and .Cart-checkout for the checkout button to create a cohesive branded cart experience.
.Cart-inner {
background-color: #fafafa;
padding: 30px;
}
.Cart-title {
font-family: inherit;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.15em;
}
.Cart-checkout {
background-color: #111 !important;
color: #fff !important;
border-radius: 0;
text-transform: uppercase;
letter-spacing: 0.1em;
padding: 14px 24px;
}Generate this with our Cart Page StylerTry it free →
