.container--tab-product { width: 100%; // max-width: 94.44%; // margin: 0 auto; padding: 0 40px; @media (min-width:1920px) { max-width: 1840px; } .listContainer--m3-tab-list-product { justify-content: space-around; border-bottom: 1px solid #B9B9B9; margin-bottom: 32px; @media (max-width:1024px) { margin-top: 16px; flex-direction: column; } .listItem { margin: 0; padding: 0; :global(.vtex-button) { :global(.vtex-button__label) { font-family: $font-family; font-style: normal; font-weight: 400; font-size: 18px; line-height: 38px; display: flex; align-items: center; text-align: center; color: $color-gray8; text-transform: capitalize; @media (max-width:1024px) { padding-left: 0; } } } } .listItem--m3-tab-list-item-product { background: $color-white; border: none !important; width: 114px; } .listItemActive--m3-tab-list-item-product, .listItemActive { background: $color-white; border: none !important; :global(.vtex-button) { background-color: $color-white; border: none; border-bottom: 2px solid #000000; border-radius: 0; position: relative; top: 2px; @media (max-width:1024px) { border-bottom: 0; top: 0; } :global(.vtex-button__label) { font-style: normal; font-weight: 400; font-size: 18px; line-height: 38px; color: #000000; @media (max-width:1024px) { padding-left: 0; } } } } } } .contentContainer { padding: 0 32px; @media (max-width:1024px) { padding: 0; } }