Black Friday Deals
A collection page of Perry Ellis
About
/* --- Global Font Style --- */ body { /* UPDATED FONT FAMILY */ font-family: 'Montserrat', sans-serif; } /* === SPACING RULES === */ .sales-content-below-grid h3 { margin-top: 10px; margin-bottom: 8px; } .sales-content-below-grid p, .sales-content-below-grid ul { margin-top: 5px; margin-bottom: 5px; } .sales-content-below-grid section { margin-bottom: 10px; } /* === END SPACING RULES === */ /* --- STYLES FOR "SEE MORE" (MODULE 1) --- */ .suit-info-toggle-checkbox { display: none; } .suit-info-toggle-label { background: none; border: none; padding: 0 0 8px 0; margin-top: 0; font-family: inherit; /* This will now inherit Montserrat */ font-size: 14px; font-weight: 600; color: #000; text-decoration: underline; cursor: pointer; display: inline-block; } .suit-info-toggle-label:hover { color: #555; } .collapsible-list-items, .collapsible-text { display: none; } .suit-info-toggle-checkbox:checked ~ .collapsible-list-items, .suit-info-toggle-checkbox:checked ~ .collapsible-text { display: block; } .suit-info-toggle-label .see-less { display: none; } .suit-info-toggle-label .see-more { display: inline; } .suit-info-toggle-checkbox:checked ~ .suit-info-toggle-label .see-more { display: none; } .suit-info-toggle-checkbox:checked ~ .suit-info-toggle-label .see-less { display: inline; } .collapsible-list-items ul { margin-top: 0; } .sales-content-below-grid { margin-bottom: 30px; } /* --- STYLES FOR FAQ (MODULE 2) --- */ .faq-footer-container { width: 100%; max-width: 768px; margin: 0 auto; border-top: 1px solid #eee; padding-top: 10px; } .faq-footer-title { font-size: 14px; font-weight: 600; color: #333; margin: 0 0 5px 5px; text-align: left; } .faq-columns { column-count: 1; column-gap: 24px; } .faq-footer-container details { border-bottom: 1px solid #eee; padding: 8px 5px; break-inside: avoid; page-break-inside: avoid; } .faq-desktop-only { display: none; } .faq-footer-container summary { cursor: pointer; font-size: 13px; font-weight: 600; color: #333; list-style: none; posi