.container { padding: 16px 40px 0; .listContainer { justify-content: space-around; border-bottom: 1px solid $color-gray11; .listItem { padding: 0; margin: 0; :global(.vtex-button) { background-color: transparent; border: none; :global(.vtex-button__label) { font-size: 18px; line-height: 38px; font-weight: 400; color: $color-gray12; text-transform: capitalize; } } } .listItemActive { :global(.vtex-button) { background-color: transparent; border: none; border-bottom: 2px solid $color-black2; :global(.vtex-button__label) { color: $color-black2; } } } } .contentContainer { .contentItem { display: flex; gap: 32px; padding: 32px 32px 0; } } }