2023-01-28 22:19:19 +00:00
|
|
|
/*
|
|
|
|
0 - 600PX: Phone
|
|
|
|
600 - 900px: Table portrait
|
|
|
|
900 - 1200px: Tablet landscape
|
|
|
|
[1200 - 1800] is where our nortal styles apply
|
|
|
|
1800px + : Big desktop
|
|
|
|
*/
|
|
|
|
/* Media Query M3 */
|
|
|
|
/* Grid breakpoints */
|
|
|
|
:global(.vtex-tab-layout-0-x-container) {
|
|
|
|
padding: 0 40px;
|
|
|
|
}
|
|
|
|
:global(.vtex-tab-layout-0-x-container) .listContainer--tabList {
|
|
|
|
border-bottom: 1px solid #bfbfbf;
|
|
|
|
height: 43px;
|
|
|
|
justify-content: space-between;
|
|
|
|
padding: 0 70px;
|
|
|
|
}
|
|
|
|
:global(.vtex-tab-layout-0-x-container) .listContainer--tabList .listItem :global(.vtex-button):hover {
|
|
|
|
height: 43px;
|
|
|
|
border: none;
|
2023-01-29 19:44:35 +00:00
|
|
|
background-color: transparent;
|
2023-01-28 22:19:19 +00:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
:global(.vtex-tab-layout-0-x-container) .listContainer--tabList .listItem :global(.vtex-button__label) {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 18px;
|
|
|
|
color: #bfbfbf;
|
|
|
|
text-transform: capitalize;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
:global(.vtex-tab-layout-0-x-container) .listContainer--tabList .listItem :global(.vtex-button__label):hover {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
:global(.vtex-tab-layout-0-x-container) .listContainer--tabList .listItemActive :global(.vtex-button) {
|
|
|
|
background-color: white;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
:global(.vtex-tab-layout-0-x-container) .listContainer--tabList .listItemActive :global(.vtex-button__label) {
|
|
|
|
color: #000000;
|
|
|
|
background-color: #fff;
|
|
|
|
border-bottom: 2px solid #000000;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
:global(.vtex-tab-layout-0-x-container) .listContainer--tabList .listItemActive :global(.vtex-button__label):hover {
|
|
|
|
border-bottom: 2px solid #000000;
|
|
|
|
}
|
2023-01-29 19:44:35 +00:00
|
|
|
:global(.vtex-tab-layout-0-x-container) :global(.vtex-tab-layout-0-x-contentContainer) .contentItem {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
gap: 32px;
|
|
|
|
align-items: flex-start;
|
2023-01-29 21:48:16 +00:00
|
|
|
padding: 32px 32px 16px;
|
2023-01-29 19:44:35 +00:00
|
|
|
}
|
|
|
|
:global(.vtex-tab-layout-0-x-container) :global(.vtex-tab-layout-0-x-contentContainer) .contentItem :global(.vtex-store-components-3-x-productImageTag) {
|
|
|
|
width: inherit !important;
|
|
|
|
}
|
|
|
|
:global(.vtex-tab-layout-0-x-container) :global(.vtex-tab-layout-0-x-contentContainer) .contentItem :global(.vtex-rich-text-0-x-heading) {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 32px;
|
|
|
|
color: #575757;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
:global(.vtex-tab-layout-0-x-container) :global(.vtex-tab-layout-0-x-contentContainer) .contentItem :global(.vtex-rich-text-0-x-paragraph) {
|
2023-01-28 22:19:19 +00:00
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
2023-01-29 19:44:35 +00:00
|
|
|
color: #929292;
|
2023-01-28 22:19:19 +00:00
|
|
|
}
|