CASA DE VEESE LONG SLEEVE POLO
:root{ --title-size: 10px; /* bold, all caps */ --content-size: 13px; /* body text inside panels */ --row-pad-y: 18px; /* generous vertical spacing like the screenshot */ --divider: #e6e6e6; /* thin grey rules */ --arrow-col: 14px; /* chevron column */ --gap: 10px; /* space between text and chevron */ } body { font-family: Arial, sans-serif; } .collapsible-container{ width:100%; padding-left:0; /* ALIGN LEFT: remove horizontal padding */ padding-right:0; /* ALIGN LEFT: remove horizontal padding */ box-sizing:border-box; max-width:414px; } /* Row buttons with dividers */ .row{ width:100%; display:grid; grid-template-columns: 1fr var(--gap) var(--arrow-col); align-items:center; padding: var(--row-pad-y) 0; background:#fff; border:0; cursor:pointer; text-align:left; text-transform:uppercase; letter-spacing:.