.collection-grid-bullets-banner{border-radius:16px;background:var(--cgbb-bg,#f8f4ff);padding:32px}.collection-grid-bullets-banner__inner{display:flex;align-items:center;gap:24px}.collection-grid-bullets-banner__intro{flex:0 0 290px}.collection-grid-bullets-banner__eyebrow{display:block;color:var(--cgbb-eyebrow,#9f77ff);font-family:owners-wide,sans-serif;font-size:11px;font-weight:700;line-height:1.5;letter-spacing:.55px;text-transform:uppercase;margin-bottom:8px}.collection-grid-bullets-banner__title{margin:8px 0;color:var(--cgbb-title,#333);font-family:owners-wide,sans-serif;font-size:20px;font-weight:600;line-height:1.2}.collection-grid-bullets-banner__description{margin:0;color:var(--cgbb-desc,#666);font-family:owners-wide,sans-serif;font-size:14px;line-height:1.625}.collection-grid-bullets-banner__items{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;flex:1}.collection-grid-bullets-banner__item{background:var(--cgbb-item-bg,#fff);border-radius:12px;padding:16px;text-align:center}.collection-grid-bullets-banner__item-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;background:var(--cgbb-icon-bg,#ede8ff);margin:0 auto 12px}.collection-grid-bullets-banner__item-name{margin:0 0 4px;color:var(--cgbb-item-name,#333);font-family:owners-wide,sans-serif;font-size:14px;font-weight:700;line-height:1.43}.collection-grid-bullets-banner__item-desc{margin:0;color:var(--cgbb-item-desc,#666);font-family:owners-wide,sans-serif;font-size:12px;line-height:1.375}@media screen and (max-width:767px){.collection-grid-bullets-banner{padding:20px}.collection-grid-bullets-banner__inner{flex-direction:column;align-items:flex-start}.collection-grid-bullets-banner__intro{flex:0 0 auto;width:100%}.collection-grid-bullets-banner__items{grid-template-columns:repeat(2,1fr);width:100%}}