2023-02-07 20:34:35 +00:00
|
|
|
@charset "UTF-8";
|
2023-01-12 16:56:35 +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 */
|
|
|
|
.newsletter {
|
2023-02-05 22:11:59 +00:00
|
|
|
background: #000000;
|
2023-02-06 22:31:21 +00:00
|
|
|
color: #ffffff;
|
2023-02-08 22:43:54 +00:00
|
|
|
margin-top: 64px;
|
2023-02-05 16:21:29 +00:00
|
|
|
}
|
|
|
|
.newsletter :global(.vtex-store-components-3-x-container) {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.newsletter :global(.vtex-store-components-3-x-container) :global(.vtex-store-components-3-x-form) {
|
|
|
|
padding: 32px 0 13px;
|
|
|
|
width: 100%;
|
|
|
|
position: relative;
|
2023-02-08 16:05:31 +00:00
|
|
|
max-width: 775px;
|
2023-02-05 16:21:29 +00:00
|
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.newsletter :global(.vtex-store-components-3-x-container) :global(.vtex-store-components-3-x-form) {
|
|
|
|
max-width: 100%;
|
|
|
|
padding: 64px 0 32px;
|
|
|
|
padding-left: 16px;
|
|
|
|
padding-right: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.newsletter :global(.vtex-store-components-3-x-container) :global(.vtex-store-components-3-x-form) .label {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
.newsletter :global(.vtex-store-components-3-x-container) :global(.vtex-store-components-3-x-form) .label::before {
|
2023-02-06 22:31:21 +00:00
|
|
|
font-family: "Open Sans";
|
2023-02-05 16:21:29 +00:00
|
|
|
content: "Assine nossa newsletter";
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 38px;
|
|
|
|
text-align: center;
|
2023-02-06 22:31:21 +00:00
|
|
|
color: #ffffff;
|
2023-02-05 16:21:29 +00:00
|
|
|
padding-bottom: 4px;
|
|
|
|
}
|
|
|
|
@media (max-width: 1920px) {
|
|
|
|
.newsletter :global(.vtex-store-components-3-x-container) :global(.vtex-store-components-3-x-form) .label::before {
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.newsletter :global(.vtex-store-components-3-x-container) :global(.vtex-store-components-3-x-form) .label::after {
|
|
|
|
content: "Receba ofertas e novidades por e-mail";
|
2023-02-06 22:31:21 +00:00
|
|
|
font-family: "Open Sans";
|
2023-02-05 16:21:29 +00:00
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
text-align: center;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.newsletter :global(.vtex-store-components-3-x-container) :global(.vtex-store-components-3-x-form) .label::after {
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.newsletter :global(.vtex-store-components-3-x-container) :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-inputGroup) {
|
|
|
|
border-bottom: 1px solid #929292;
|
|
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.newsletter :global(.vtex-store-components-3-x-container) :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-inputGroup) {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.newsletter :global(.vtex-store-components-3-x-container) :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-inputGroup) :global(.vtex-input) :global(.vtex-input-prefix__group) {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.newsletter :global(.vtex-store-components-3-x-container) :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-inputGroup) :global(.vtex-input) :global(.vtex-input-prefix__group) :global(.vtex-styleguide-9-x-input) {
|
|
|
|
background: transparent;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
.newsletter :global(.vtex-store-components-3-x-container) :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-inputGroup) :global(.vtex-input) :global(.vtex-input-prefix__group) :global(.vtex-styleguide-9-x-input)::placeholder {
|
2023-02-06 22:31:21 +00:00
|
|
|
font-family: "Open Sans";
|
2023-02-05 16:21:29 +00:00
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.newsletter :global(.vtex-store-components-3-x-container) :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-inputGroup) :global(.vtex-input) :global(.vtex-input-prefix__group) :global(.vtex-styleguide-9-x-input)::placeholder {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.newsletter .buttonContainer {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.newsletter .buttonContainer :global(.vtex-button) {
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 84px;
|
|
|
|
height: 32px;
|
|
|
|
border-bottom: 3px solid #BFBFBF;
|
2023-02-06 20:16:49 +00:00
|
|
|
}
|
|
|
|
|
2023-02-07 23:43:28 +00:00
|
|
|
:global(.vtex-store-components-3-x-container) {
|
|
|
|
padding-left: 0 !important;
|
|
|
|
padding-right: 0 !important;
|
2023-02-11 02:07:18 +00:00
|
|
|
max-width: 100% !important;
|
2023-02-07 20:34:35 +00:00
|
|
|
}
|
2023-02-08 18:42:15 +00:00
|
|
|
:global(.vtex-store-components-3-x-container) .productNameContainer--quickview {
|
|
|
|
text-align: end;
|
|
|
|
padding-bottom: 8px;
|
|
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
:global(.vtex-store-components-3-x-container) .productNameContainer--quickview {
|
|
|
|
text-align: initial;
|
2023-02-11 02:37:58 +00:00
|
|
|
font-weight: 300;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 34px;
|
2023-02-08 18:42:15 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-02-11 02:07:18 +00:00
|
|
|
.productImagesGallerySlide {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
|
2023-02-08 18:42:15 +00:00
|
|
|
.shippingContainer {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2023-02-09 02:25:40 +00:00
|
|
|
@media (max-width: 768px) {
|
2023-02-08 18:42:15 +00:00
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) {
|
2023-02-11 02:07:18 +00:00
|
|
|
display: flex;
|
2023-02-09 02:25:40 +00:00
|
|
|
width: 100%;
|
2023-02-08 18:42:15 +00:00
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-address-form__postalCode-forgottenURL) {
|
|
|
|
position: absolute;
|
|
|
|
left: 312px;
|
2023-02-11 02:07:18 +00:00
|
|
|
top: 0;
|
2023-02-08 18:42:15 +00:00
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
text-decoration-line: underline;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-address-form__postalCode-forgottenURL) :last-child {
|
2023-02-11 02:07:18 +00:00
|
|
|
color: #000000;
|
2023-02-08 18:42:15 +00:00
|
|
|
}
|
2023-02-09 02:25:40 +00:00
|
|
|
@media (max-width: 768px) {
|
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-address-form__postalCode-forgottenURL) {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: auto;
|
2023-02-11 02:07:18 +00:00
|
|
|
top: auto;
|
2023-02-09 02:25:40 +00:00
|
|
|
}
|
|
|
|
}
|
2023-02-08 18:42:15 +00:00
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-address-form__postalCode-forgottenURL) :global(.vtex__icon-external-link) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-input__label) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-input-prefix__group) {
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
border-radius: 0;
|
|
|
|
max-width: 231px;
|
|
|
|
height: 49px;
|
|
|
|
}
|
2023-02-09 02:25:40 +00:00
|
|
|
@media (max-width: 768px) {
|
|
|
|
.shippingContainer :global(.vtex-input-prefix__group) {
|
|
|
|
max-width: none;
|
|
|
|
}
|
|
|
|
}
|
2023-02-08 18:42:15 +00:00
|
|
|
.shippingContainer :global(.vtex-input-prefix__group) :global(.vtex-address-form-4-x-input),
|
|
|
|
.shippingContainer :global(.vtex-input-prefix__group) :global(.vtex-address-form-4-x-input)::placeholder {
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2023-02-11 02:07:18 +00:00
|
|
|
color: #AFAFAF;
|
2023-02-08 18:42:15 +00:00
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-button) {
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
width: 49px;
|
|
|
|
height: 49px;
|
|
|
|
border-radius: 0;
|
2023-02-11 02:07:18 +00:00
|
|
|
background-color: #000000;
|
|
|
|
cursor: pointer;
|
2023-02-08 18:42:15 +00:00
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-button) :global(.vtex-button__label) {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-button) :global(.vtex-button__label)::after {
|
|
|
|
content: "OK";
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
/* identical to box height */
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingTable {
|
|
|
|
width: 100%;
|
|
|
|
max-width: 326px;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead {
|
|
|
|
display: table-header-group;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableRow {
|
|
|
|
display: flex;
|
|
|
|
column-gap: 32px;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableRow .shippingTableHeadDeliveryName,
|
|
|
|
.shippingTable .shippingTableHead .shippingTableRow .shippingTableHeadDeliveryEstimate {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
/* identical to box height */
|
|
|
|
color: #202020;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableRow .shippingTableHeadDeliveryName {
|
|
|
|
width: 100%;
|
|
|
|
max-width: 78px;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableRow .shippingTableHeadDeliveryEstimate {
|
|
|
|
order: 3;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 136px;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableRow .shippingTableHeadDeliveryPrice {
|
|
|
|
width: 100%;
|
|
|
|
max-width: 48px;
|
|
|
|
display: flex;
|
|
|
|
order: 2;
|
|
|
|
width: 100%;
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableRow .shippingTableHeadDeliveryPrice::after {
|
|
|
|
content: "Frete";
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
/* identical to box height */
|
|
|
|
color: #202020;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableBody {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
row-gap: 15px;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableBody .shippingTableRow {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableBody .shippingTableRow .shippingTableCellDeliveryName,
|
|
|
|
.shippingTable .shippingTableBody .shippingTableRow .shippingTableCellDeliveryPrice,
|
|
|
|
.shippingTable .shippingTableBody .shippingTableRow .shippingTableCellDeliveryEstimate {
|
|
|
|
display: flex;
|
|
|
|
flex: 1;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2023-02-11 02:07:18 +00:00
|
|
|
color: #AFAFAF;
|
2023-02-08 18:42:15 +00:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableBody .shippingTableRow .shippingTableCellDeliveryName .shippingTableLabel .shippingTableRadioBtn {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableBody .shippingTableRow .shippingTableCellDeliveryName {
|
|
|
|
width: 100%;
|
|
|
|
max-width: 78px;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableBody .shippingTableRow .shippingTableCellDeliveryEstimate {
|
|
|
|
order: 3;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 136px;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableBody .shippingTableRow .shippingTableCellDeliveryPrice {
|
|
|
|
order: 2;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 48px;
|
|
|
|
}
|
2023-02-07 23:43:28 +00:00
|
|
|
|
2023-02-07 20:34:35 +00:00
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.subscriberContainer {
|
|
|
|
max-width: 765px;
|
2023-02-07 23:43:28 +00:00
|
|
|
margin-top: 24px;
|
2023-02-07 20:34:35 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.subscriberContainer :global(.vtex-store-components-3-x-title) {
|
|
|
|
font-size: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.subscriberContainer :global(.vtex-store-components-3-x-title)::after {
|
|
|
|
content: "Produto indisponível";
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2023-02-11 02:07:18 +00:00
|
|
|
color: #afafaf;
|
2023-02-07 20:34:35 +00:00
|
|
|
}
|
|
|
|
.subscriberContainer :global(.vtex-store-components-3-x-subscribeLabel) {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
.subscriberContainer :global(.vtex-store-components-3-x-subscribeLabel)::after {
|
|
|
|
content: "Deseja saber quando estiver disponível?";
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
/* or 136% */
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2023-02-11 02:07:18 +00:00
|
|
|
color: #afafaf;
|
2023-02-07 20:34:35 +00:00
|
|
|
}
|
|
|
|
.subscriberContainer .form {
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2023-02-08 16:05:31 +00:00
|
|
|
max-width: 399px;
|
|
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.subscriberContainer .form {
|
|
|
|
max-width: 775px;
|
|
|
|
}
|
2023-02-07 20:34:35 +00:00
|
|
|
}
|
|
|
|
.subscriberContainer .form .content {
|
|
|
|
display: grid;
|
|
|
|
grid-template-areas: "nome email" "submit submit";
|
|
|
|
justify-content: inherit;
|
|
|
|
gap: 16px 8px;
|
|
|
|
width: 100%;
|
|
|
|
max-width: none;
|
|
|
|
}
|
|
|
|
.subscriberContainer .form .content .inputName {
|
|
|
|
grid-area: nome;
|
|
|
|
}
|
|
|
|
.subscriberContainer .form .content .inputName,
|
|
|
|
.subscriberContainer .form .content .inputEmail {
|
|
|
|
margin: 0;
|
|
|
|
max-width: 195.5px;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
height: 40px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.subscriberContainer .form .content .inputName,
|
|
|
|
.subscriberContainer .form .content .inputEmail {
|
|
|
|
max-width: 378.5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.subscriberContainer .form .content .inputName :global(.vtex-input-prefix__group),
|
|
|
|
.subscriberContainer .form .content .inputEmail :global(.vtex-input-prefix__group) {
|
|
|
|
height: 40px;
|
|
|
|
border: 1px solid #989898;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
.subscriberContainer .form .content .inputName :global(.vtex-input-prefix__group) :global(.vtex-styleguide-9-x-input),
|
|
|
|
.subscriberContainer .form .content .inputEmail :global(.vtex-input-prefix__group) :global(.vtex-styleguide-9-x-input) {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
color: #989898;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
.subscriberContainer .form .content .inputName :global(.vtex-input-prefix__group) :global(.vtex-styleguide-9-x-input)::placeholder,
|
|
|
|
.subscriberContainer .form .content .inputEmail :global(.vtex-input-prefix__group) :global(.vtex-styleguide-9-x-input)::placeholder {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
color: #989898;
|
|
|
|
}
|
|
|
|
.subscriberContainer .form .content .submit {
|
|
|
|
width: 100%;
|
|
|
|
grid-area: submit;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.subscriberContainer .form .content .submit :global(.vtex-button) {
|
|
|
|
width: 100%;
|
|
|
|
height: 49px;
|
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
2023-02-11 02:07:18 +00:00
|
|
|
background: #000000;
|
2023-02-07 20:34:35 +00:00
|
|
|
}
|
|
|
|
.subscriberContainer .form .content .submit :global(.vtex-button) :global(.vtex-button__label) {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
.subscriberContainer .form .content .submit :global(.vtex-button) :global(.vtex-button__label)::after {
|
|
|
|
content: "avise-me";
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
@media (min-width: 1920px) {
|
|
|
|
.subscriberContainer .form .content .submit :global(.vtex-button) :global(.vtex-button__label)::after {
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.carouselGaleryThumbs {
|
|
|
|
margin: 16px 0 32px;
|
|
|
|
max-height: 90px;
|
|
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.carouselGaleryThumbs {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.carouselThumbBorder,
|
|
|
|
.thumbImg {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
max-width: 90px;
|
|
|
|
height: 90px;
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.productImagesThumb {
|
|
|
|
margin-right: 16px !important;
|
|
|
|
max-height: 90px !important;
|
|
|
|
width: 90px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.figure,
|
|
|
|
.productImagesThumb {
|
|
|
|
width: 90px !important;
|
|
|
|
}
|
|
|
|
|
2023-02-06 20:16:49 +00:00
|
|
|
.productDescriptionContainer .productDescriptionTitle {
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 32px;
|
|
|
|
color: #575757;
|
|
|
|
}
|
|
|
|
.productDescriptionContainer .content {
|
|
|
|
text-align: justify;
|
2023-02-11 02:07:18 +00:00
|
|
|
max-width: 632px;
|
|
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.productDescriptionContainer .content {
|
|
|
|
max-width: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.productDescriptionContainer .productDescriptionText {
|
2023-02-06 20:16:49 +00:00
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
2023-02-11 02:07:18 +00:00
|
|
|
color: #6c6c6c;
|
2023-02-06 20:16:49 +00:00
|
|
|
}
|
|
|
|
@media (min-width: 1920px) {
|
2023-02-11 02:07:18 +00:00
|
|
|
.productDescriptionContainer .productDescriptionText {
|
2023-02-06 20:16:49 +00:00
|
|
|
max-width: 872px !important;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
2023-02-11 02:07:18 +00:00
|
|
|
.productDescriptionContainer .productDescriptionText {
|
2023-02-06 20:16:49 +00:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
max-width: none;
|
2023-02-11 02:07:18 +00:00
|
|
|
padding-bottom: 16px;
|
|
|
|
border-bottom: 1px solid #B9B9B9;
|
2023-02-11 02:37:58 +00:00
|
|
|
color: #929292;
|
2023-02-06 20:16:49 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-02-11 02:07:18 +00:00
|
|
|
.skuSelectorSubcontainer--tamanho .skuSelectorName {
|
|
|
|
font-size: 0;
|
|
|
|
margin-left: 16px;
|
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--tamanho .skuSelectorName::after {
|
|
|
|
visibility: visible;
|
|
|
|
display: block;
|
|
|
|
content: "OUTROS TAMANHOS:";
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--tamanho .frameAround {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
border-radius: 30px;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--tamanho .skuSelectorInternalBox {
|
|
|
|
margin: auto;
|
|
|
|
padding: 0;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
border-radius: 30px;
|
|
|
|
color: #000000;
|
|
|
|
border: 1px solid #989898;
|
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--tamanho .skuSelectorItemTextValue {
|
|
|
|
padding: 0;
|
|
|
|
margin: auto;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: rgba(185, 185, 185, 0.6);
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorOptionsList {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2023-02-07 23:43:28 +00:00
|
|
|
.skuSelectorContainer {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column-reverse;
|
2023-02-08 22:43:54 +00:00
|
|
|
margin: 16px 0;
|
2023-02-07 23:43:28 +00:00
|
|
|
}
|
2023-02-08 22:43:54 +00:00
|
|
|
.skuSelectorContainer .frameAround {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
border-radius: 30px;
|
|
|
|
z-index: 3;
|
|
|
|
padding: 0;
|
2023-02-11 02:07:18 +00:00
|
|
|
border-color: #000000;
|
2023-02-08 22:43:54 +00:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
2023-02-07 23:43:28 +00:00
|
|
|
}
|
2023-02-08 22:43:54 +00:00
|
|
|
.skuSelectorContainer .skuSelectorInternalBox {
|
|
|
|
border-radius: 50%;
|
2023-02-07 23:43:28 +00:00
|
|
|
}
|
2023-02-08 22:43:54 +00:00
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor {
|
|
|
|
margin: 0;
|
2023-02-07 23:43:28 +00:00
|
|
|
}
|
2023-02-08 22:43:54 +00:00
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorNameContainer {
|
|
|
|
margin: 0;
|
2023-02-07 23:43:28 +00:00
|
|
|
}
|
2023-02-08 22:43:54 +00:00
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorNameContainer .skuSelectorOptionsList {
|
|
|
|
margin-left: 0 !important;
|
2023-02-11 02:07:18 +00:00
|
|
|
gap: 16px;
|
2023-02-07 23:43:28 +00:00
|
|
|
}
|
2023-02-08 22:43:54 +00:00
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem {
|
|
|
|
margin: 0;
|
2023-02-07 23:43:28 +00:00
|
|
|
}
|
2023-02-08 22:43:54 +00:00
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorNameContainer .skuSelectorTextrName .skuSelectorSelectorImageValue,
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorNameContainer .skuSelectoContainer .skuSelectorSelectorImageValue {
|
2023-02-07 23:43:28 +00:00
|
|
|
font-size: 0;
|
|
|
|
}
|
2023-02-08 22:43:54 +00:00
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorNameContainer .skuSelectorTextrName .skuSelectorName::before,
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorNameContainer .skuSelectoContainer .skuSelectorName::before {
|
|
|
|
content: "OUTRAS CORES";
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
2023-02-07 23:43:28 +00:00
|
|
|
font-size: 14px;
|
2023-02-08 22:43:54 +00:00
|
|
|
line-height: 19px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
2023-02-11 02:07:18 +00:00
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor .diagonalCross {
|
|
|
|
top: 2px;
|
|
|
|
right: 10px;
|
|
|
|
bottom: 2px;
|
|
|
|
left: 10px;
|
|
|
|
transform: rotateY(180deg);
|
|
|
|
color: #D5D5D5;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorItem--selected .skuSelectorInternalBox .diagonalCross {
|
|
|
|
top: 2px;
|
|
|
|
right: 10px;
|
|
|
|
bottom: 2px;
|
|
|
|
left: 10px;
|
|
|
|
transform: rotateY(180deg);
|
|
|
|
color: #000000;
|
|
|
|
}
|
2023-02-08 22:43:54 +00:00
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho {
|
|
|
|
margin-bottom: 10px;
|
2023-02-07 23:43:28 +00:00
|
|
|
}
|
2023-02-08 22:43:54 +00:00
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorNameContainer {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorTextContainer .skuSelectorName {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorTextContainer .skuSelectorName::after {
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
content: "OUTROS TAMANHOS: ";
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorOptionsList {
|
|
|
|
margin: 0;
|
|
|
|
margin-left: 0;
|
|
|
|
gap: 16px;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem {
|
|
|
|
border-radius: 100%;
|
2023-02-07 23:43:28 +00:00
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
2023-02-08 22:43:54 +00:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem .frameAround--sku-selector {
|
|
|
|
border-color: #000000;
|
|
|
|
border-width: 2px;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
border-radius: 24px;
|
2023-02-07 23:43:28 +00:00
|
|
|
top: 0;
|
2023-02-08 22:43:54 +00:00
|
|
|
bottom: 0;
|
2023-02-07 23:43:28 +00:00
|
|
|
right: 0;
|
2023-02-08 22:43:54 +00:00
|
|
|
left: 0;
|
|
|
|
z-index: 5;
|
|
|
|
margin: 0 auto;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
2023-02-07 23:43:28 +00:00
|
|
|
}
|
2023-02-08 22:43:54 +00:00
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem .skuSelectorInternalBox {
|
|
|
|
border-radius: 100%;
|
2023-02-07 23:43:28 +00:00
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
border: 1px solid #989898;
|
|
|
|
}
|
2023-02-08 22:43:54 +00:00
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem .skuSelectorInternalBox .diagonalCross {
|
2023-02-11 02:07:18 +00:00
|
|
|
top: 2px;
|
|
|
|
right: 10px;
|
|
|
|
bottom: 2px;
|
|
|
|
left: 10px;
|
|
|
|
transform: rotateY(180deg);
|
|
|
|
color: #D5D5D5;
|
2023-02-08 22:43:54 +00:00
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem .skuSelectorInternalBox .skuSelectorItemTextValue {
|
2023-02-07 23:43:28 +00:00
|
|
|
padding: 0;
|
2023-02-08 22:43:54 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
margin: 0 auto;
|
2023-02-07 23:43:28 +00:00
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: rgba(185, 185, 185, 0.6);
|
|
|
|
}
|
2023-02-11 02:07:18 +00:00
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem--selected .skuSelectorInternalBox .diagonalCross {
|
|
|
|
top: 2px;
|
|
|
|
right: 10px;
|
|
|
|
bottom: 2px;
|
|
|
|
left: 10px;
|
|
|
|
transform: rotateY(180deg);
|
|
|
|
color: #000000;
|
|
|
|
}
|
2023-02-08 22:43:54 +00:00
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem--selected .skuSelectorInternalBox .skuSelectorItemTextValue {
|
|
|
|
color: #000000;
|
2023-02-07 23:43:28 +00:00
|
|
|
}
|
|
|
|
|
2023-02-06 20:16:49 +00:00
|
|
|
.productImageTag--imageDescription--main {
|
|
|
|
max-height: 632px !important;
|
|
|
|
}
|
|
|
|
@media (min-width: 1920px) {
|
|
|
|
.productImageTag--imageDescription--main {
|
|
|
|
max-height: 872px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.productImageTag--imageDescription--main {
|
|
|
|
max-height: unset !important;
|
|
|
|
}
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|