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;
|
2023-01-31 17:21:27 +00:00
|
|
|
margin: 0;
|
|
|
|
}
|
2023-02-02 00:49:08 +00:00
|
|
|
@media screen and (min-width: 1920px) {
|
2023-01-31 17:21:27 +00:00
|
|
|
:global(.vtex-tab-layout-0-x-container) {
|
|
|
|
margin: 6px 360px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2023-01-28 22:19:19 +00:00
|
|
|
}
|
|
|
|
:global(.vtex-tab-layout-0-x-container) .listContainer--tabList {
|
|
|
|
border-bottom: 1px solid #bfbfbf;
|
|
|
|
height: 43px;
|
|
|
|
justify-content: space-between;
|
2023-02-02 00:49:08 +00:00
|
|
|
padding: 0 64px;
|
2023-01-28 22:19:19 +00:00
|
|
|
}
|
2023-02-02 00:49:08 +00:00
|
|
|
@media screen and (min-width: 1920px) {
|
|
|
|
:global(.vtex-tab-layout-0-x-container) .listContainer--tabList {
|
|
|
|
height: 49px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
:global(.vtex-tab-layout-0-x-container) .listContainer--tabList {
|
|
|
|
border-top: 1px solid #bfbfbf;
|
|
|
|
flex-direction: column;
|
|
|
|
height: fit-content;
|
|
|
|
padding: 16px 0 0 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
:global(.vtex-tab-layout-0-x-container) .listContainer--tabList .listItem {
|
|
|
|
align-self: flex-start;
|
|
|
|
flex-direction: column;
|
|
|
|
height: fit-content;
|
|
|
|
padding: 0 0 16px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
:global(.vtex-tab-layout-0-x-container) .listContainer--tabList .listItem :global(.vtex-button) {
|
2023-01-28 22:19:19 +00:00
|
|
|
border: none;
|
2023-02-02 00:49:08 +00:00
|
|
|
}
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
:global(.vtex-tab-layout-0-x-container) .listContainer--tabList .listItem :global(.vtex-button) {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
:global(.vtex-tab-layout-0-x-container) .listContainer--tabList .listItem :global(.vtex-button):hover {
|
2023-01-29 19:44:35 +00:00
|
|
|
background-color: transparent;
|
2023-01-28 22:19:19 +00:00
|
|
|
}
|
|
|
|
: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;
|
2023-01-30 15:09:57 +00:00
|
|
|
padding: 0.25em 10px 0.32em;
|
2023-01-28 22:19:19 +00:00
|
|
|
}
|
2023-02-03 19:55:24 +00:00
|
|
|
:global(.vtex-tab-layout-0-x-container) .listContainer--tabList .listItem :global(.vtex-button__label):hover {
|
|
|
|
color: #929292;
|
|
|
|
}
|
2023-02-02 00:49:08 +00:00
|
|
|
@media screen and (min-width: 1920px) {
|
|
|
|
:global(.vtex-tab-layout-0-x-container) .listContainer--tabList .listItem :global(.vtex-button__label) {
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 24px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
:global(.vtex-tab-layout-0-x-container) .listContainer--tabList .listItem :global(.vtex-button__label) {
|
|
|
|
text-align: left;
|
|
|
|
flex-direction: column;
|
|
|
|
height: fit-content;
|
|
|
|
padding: 0 !important;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
:global(.vtex-tab-layout-0-x-container) .listContainer--tabList .listItemActive {
|
|
|
|
align-self: flex-start;
|
|
|
|
flex-direction: column;
|
|
|
|
height: fit-content;
|
|
|
|
padding: 0 0 16px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2023-01-28 22:19:19 +00:00
|
|
|
}
|
|
|
|
:global(.vtex-tab-layout-0-x-container) .listContainer--tabList .listItemActive :global(.vtex-button) {
|
2023-02-02 00:49:08 +00:00
|
|
|
background-color: transparent;
|
|
|
|
width: 114px;
|
2023-01-28 22:19:19 +00:00
|
|
|
border: none;
|
|
|
|
}
|
2023-02-02 00:49:08 +00:00
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
:global(.vtex-tab-layout-0-x-container) .listContainer--tabList .listItemActive :global(.vtex-button) {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2023-01-28 22:19:19 +00:00
|
|
|
:global(.vtex-tab-layout-0-x-container) .listContainer--tabList .listItemActive :global(.vtex-button__label) {
|
|
|
|
color: #000000;
|
2023-02-02 00:49:08 +00:00
|
|
|
background-color: transparent;
|
2023-01-28 22:19:19 +00:00
|
|
|
border-bottom: 2px solid #000000;
|
2023-02-02 00:49:08 +00:00
|
|
|
padding: 0;
|
2023-01-28 22:19:19 +00:00
|
|
|
}
|
2023-02-03 19:55:24 +00:00
|
|
|
:global(.vtex-tab-layout-0-x-container) .listContainer--tabList .listItemActive :global(.vtex-button__label):hover {
|
|
|
|
color: #000000;
|
|
|
|
}
|
2023-02-02 00:49:08 +00:00
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
:global(.vtex-tab-layout-0-x-container) .listContainer--tabList .listItemActive :global(.vtex-button__label) {
|
|
|
|
flex-direction: column;
|
|
|
|
text-align: left;
|
|
|
|
height: fit-content;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
:global(.vtex-tab-layout-0-x-container) .listContainer--tabList .listItemActive :global(.vtex-button__label) {
|
|
|
|
border: none;
|
|
|
|
}
|
2023-01-28 22:19:19 +00:00
|
|
|
}
|
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
|
|
|
}
|
2023-02-02 00:49:08 +00:00
|
|
|
@media (max-width: 1024px) {
|
|
|
|
:global(.vtex-tab-layout-0-x-container) :global(.vtex-tab-layout-0-x-contentContainer) .contentItem {
|
|
|
|
flex-direction: column;
|
|
|
|
gap: 16px;
|
|
|
|
padding: 16px 0 0 0;
|
|
|
|
border-bottom: 1px solid #bfbfbf;
|
|
|
|
}
|
|
|
|
}
|
2023-01-31 17:21:27 +00:00
|
|
|
:global(.vtex-tab-layout-0-x-container) :global(.vtex-tab-layout-0-x-contentContainer) .contentItem .productImagesContainer {
|
|
|
|
width: 50%;
|
|
|
|
max-width: 50%;
|
|
|
|
}
|
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) {
|
2023-02-03 19:55:24 +00:00
|
|
|
width: 100%;
|
|
|
|
max-width: 100%;
|
2023-01-31 00:37:44 +00:00
|
|
|
display: block;
|
2023-01-29 19:44:35 +00:00
|
|
|
}
|
2023-02-03 19:55:24 +00:00
|
|
|
:global(.vtex-tab-layout-0-x-container) :global(.vtex-tab-layout-0-x-contentContainer) .contentItem :global(.vtex-rich-text-0-x-container--description-rich-text) {
|
|
|
|
max-width: 50%;
|
|
|
|
}
|
2023-02-02 00:49:08 +00:00
|
|
|
@media screen and (max-width: 1024px) {
|
2023-02-03 19:55:24 +00:00
|
|
|
:global(.vtex-tab-layout-0-x-container) :global(.vtex-tab-layout-0-x-contentContainer) .contentItem :global(.vtex-rich-text-0-x-container--description-rich-text) {
|
2023-02-02 00:49:08 +00:00
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2023-02-03 19:55:24 +00:00
|
|
|
:global(.vtex-tab-layout-0-x-container) :global(.vtex-tab-layout-0-x-contentContainer) .contentItem :global(.vtex-rich-text-0-x-container--description-rich-text) :global(.vtex-rich-text-0-x-heading) {
|
2023-01-29 19:44:35 +00:00
|
|
|
font-weight: 400;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 32px;
|
|
|
|
color: #575757;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2023-02-03 19:55:24 +00:00
|
|
|
@media screen and (min-width: 1920px) {
|
|
|
|
:global(.vtex-tab-layout-0-x-container) :global(.vtex-tab-layout-0-x-contentContainer) .contentItem :global(.vtex-rich-text-0-x-container--description-rich-text) :global(.vtex-rich-text-0-x-heading) {
|
|
|
|
font-size: 32px;
|
|
|
|
line-height: 32px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
:global(.vtex-tab-layout-0-x-container) :global(.vtex-tab-layout-0-x-contentContainer) .contentItem :global(.vtex-rich-text-0-x-container--description-rich-text) :global(.vtex-rich-text-0-x-heading) {
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 32px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
:global(.vtex-tab-layout-0-x-container) :global(.vtex-tab-layout-0-x-contentContainer) .contentItem :global(.vtex-rich-text-0-x-container--description-rich-text) :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-02-03 19:55:24 +00:00
|
|
|
}
|
|
|
|
@media screen and (min-width: 1920px) {
|
|
|
|
:global(.vtex-tab-layout-0-x-container) :global(.vtex-tab-layout-0-x-contentContainer) .contentItem :global(.vtex-rich-text-0-x-container--description-rich-text) :global(.vtex-rich-text-0-x-paragraph) {
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
:global(.vtex-tab-layout-0-x-container) :global(.vtex-tab-layout-0-x-contentContainer) .contentItem :global(.vtex-rich-text-0-x-container--description-rich-text) :global(.vtex-rich-text-0-x-paragraph) {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
}
|
2023-01-28 22:19:19 +00:00
|
|
|
}
|