2023-01-28 22:19:19 +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 */
|
2023-01-24 19:55:58 +00:00
|
|
|
.container {
|
2023-01-28 22:19:19 +00:00
|
|
|
padding: 0 40px;
|
2023-01-31 17:21:27 +00:00
|
|
|
margin: 0;
|
2023-01-24 19:55:58 +00:00
|
|
|
}
|
2023-01-31 17:21:27 +00:00
|
|
|
@media screen and (min-width: 1920px) and (max-width: 2560px) {
|
2023-01-24 19:55:58 +00:00
|
|
|
.container {
|
2023-01-31 17:21:27 +00:00
|
|
|
margin: 6px 360px;
|
|
|
|
padding: 0;
|
2023-01-24 19:55:58 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-01-25 02:22:27 +00:00
|
|
|
.productNameContainer--quickview {
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 34px;
|
|
|
|
text-align: right;
|
|
|
|
color: #575757;
|
|
|
|
}
|
|
|
|
|
2023-01-24 19:55:58 +00:00
|
|
|
.productImageTag--main {
|
|
|
|
max-height: max-content !important;
|
2023-01-31 17:21:27 +00:00
|
|
|
max-width: max-content;
|
2023-01-24 19:55:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.carouselGaleryThumbs {
|
|
|
|
margin-right: 16px;
|
|
|
|
max-height: 90px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumbImg {
|
2023-01-31 19:24:16 +00:00
|
|
|
border-radius: 8px;
|
2023-01-24 19:55:58 +00:00
|
|
|
height: 90px;
|
|
|
|
max-width: 90px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.carouselThumbBorder {
|
|
|
|
height: 90px;
|
|
|
|
width: 90px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.figure {
|
|
|
|
width: 90px;
|
|
|
|
height: 90px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.productImagesThumb {
|
|
|
|
max-width: 90px;
|
|
|
|
margin-right: 16px;
|
2023-01-25 02:22:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorContainer {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor {
|
|
|
|
order: 2;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor .frameAround,
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorItemImageValue,
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorInternalBox {
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor .frameAround {
|
|
|
|
border-color: #000000;
|
|
|
|
}
|
2023-01-26 00:55:10 +00:00
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor .diagonalCross {
|
|
|
|
color: #d5d5d5;
|
|
|
|
top: 5px;
|
|
|
|
left: 6px;
|
|
|
|
bottom: 0px;
|
|
|
|
z-index: 2;
|
|
|
|
width: 28px;
|
|
|
|
height: 28px;
|
|
|
|
transform: rotateY(180deg);
|
|
|
|
}
|
2023-01-25 02:22:27 +00:00
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorTextContainer .skuSelectorName {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorTextContainer .skuSelectorName::after {
|
|
|
|
content: "OUTRAS CORES";
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
2023-01-26 00:55:10 +00:00
|
|
|
color: #929292;
|
2023-01-25 02:22:27 +00:00
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--cor .skuSelectorTextContainer .skuSelectorSelectorImageValue {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho {
|
|
|
|
order: 1;
|
|
|
|
}
|
2023-01-31 00:37:44 +00:00
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorNameContainer {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorOptionsList {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2023-01-25 02:22:27 +00:00
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorItemTextValue {
|
|
|
|
padding: 0;
|
|
|
|
margin: auto;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .frameAround,
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorInternalBox {
|
|
|
|
border-radius: 50%;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
2023-01-26 00:55:10 +00:00
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorInternalBox {
|
|
|
|
border-color: #989898;
|
|
|
|
}
|
2023-01-25 02:22:27 +00:00
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .frameAround {
|
|
|
|
border-color: #000000;
|
|
|
|
top: -2px;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .diagonalCross {
|
2023-01-26 00:55:10 +00:00
|
|
|
color: #d5d5d5;
|
2023-01-25 02:22:27 +00:00
|
|
|
top: 4px;
|
2023-01-26 00:55:10 +00:00
|
|
|
left: 6px;
|
2023-01-25 02:22:27 +00:00
|
|
|
bottom: 0px;
|
|
|
|
z-index: 2;
|
2023-01-26 00:55:10 +00:00
|
|
|
width: 28px;
|
|
|
|
height: 28px;
|
|
|
|
transform: rotateY(180deg);
|
2023-01-25 02:22:27 +00:00
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorTextContainer .skuSelectorName {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorTextContainer .skuSelectorName::after {
|
|
|
|
content: "OUTROS TAMANHOS:";
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
.skuSelectorContainer .skuSelectorSubcontainer--tamanho .skuSelectorTextContainer .skuSelectorSelectorImageValue {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorItem--size-sku--selected .skuSelectorItemTextValue--size-sku {
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorItemTextValue {
|
|
|
|
color: rgba(185, 185, 185, 0.6);
|
2023-01-26 00:55:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorItem {
|
|
|
|
margin: 0 16px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shippingContainer {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2023-01-29 19:44:35 +00:00
|
|
|
padding-bottom: 0;
|
2023-01-26 00:55:10 +00:00
|
|
|
}
|
2023-01-26 01:22:18 +00:00
|
|
|
.shippingContainer :global(.vtex-input-prefix__group) {
|
|
|
|
width: 280px;
|
|
|
|
height: 49px;
|
|
|
|
border-radius: 0;
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
}
|
2023-01-31 17:21:27 +00:00
|
|
|
.shippingContainer :global(.vtex-input-prefix__group) :global(.vtex-address-form-4-x-input) {
|
|
|
|
padding: 16.5px 16px;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-input-prefix__group) :global(.vtex-address-form-4-x-input)::placeholder {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
color: #AFAFAF;
|
|
|
|
}
|
2023-01-26 01:22:18 +00:00
|
|
|
.shippingContainer :global(.vtex-input__label) {
|
2023-01-26 00:55:10 +00:00
|
|
|
font-size: 0;
|
|
|
|
}
|
2023-01-26 01:22:18 +00:00
|
|
|
.shippingContainer :global(.vtex-input__label)::after {
|
2023-01-26 00:55:10 +00:00
|
|
|
content: "CALCULAR FRETE:";
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-button) {
|
|
|
|
font-size: 0;
|
|
|
|
position: relative;
|
2023-01-28 15:31:26 +00:00
|
|
|
top: 27px;
|
|
|
|
right: 147px;
|
|
|
|
width: 49px;
|
|
|
|
height: 49px;
|
2023-01-26 01:22:18 +00:00
|
|
|
margin-top: 0;
|
2023-01-28 15:31:26 +00:00
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
2023-01-26 00:55:10 +00:00
|
|
|
background-color: #000000;
|
2023-01-26 01:22:18 +00:00
|
|
|
cursor: pointer;
|
2023-01-26 00:55:10 +00:00
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-button)::after {
|
|
|
|
content: "OK";
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
font-weight: 600;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode-forgottenURL) {
|
2023-01-26 01:22:18 +00:00
|
|
|
padding: 0;
|
2023-01-26 00:55:10 +00:00
|
|
|
position: relative;
|
|
|
|
left: 32px;
|
2023-01-26 01:22:18 +00:00
|
|
|
top: 10px;
|
2023-01-26 00:55:10 +00:00
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode-forgottenURL) :last-child {
|
|
|
|
color: #000000;
|
2023-01-26 01:22:18 +00:00
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode-forgottenURL) :last-child :global(.vtex__icon-external-link) {
|
|
|
|
display: none;
|
2023-01-26 00:55:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
:global(.vtex-button__label) {
|
|
|
|
height: fit-content;
|
2023-01-28 15:31:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.shippingTable {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
border: none;
|
2023-01-29 19:44:35 +00:00
|
|
|
padding: 4px 0;
|
2023-01-28 15:31:26 +00:00
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableHeadDeliveryName,
|
|
|
|
.shippingTable .shippingTableHead .shippingTableHeadDeliveryEstimate,
|
|
|
|
.shippingTable .shippingTableHead .shippingTableHeadDeliveryPrice {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableHeadDeliveryName {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #202020;
|
|
|
|
text-transform: uppercase;
|
|
|
|
min-width: 140px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableHeadDeliveryEstimate {
|
|
|
|
font-size: 0;
|
|
|
|
min-width: 140px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableHeadDeliveryEstimate::after {
|
|
|
|
content: "FRETE";
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #202020;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableHeadDeliveryPrice {
|
|
|
|
font-size: 0;
|
|
|
|
min-width: 140px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableHeadDeliveryPrice::after {
|
|
|
|
content: "PRAZO";
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #202020;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableBody .shippingTableRow {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableBody .shippingTableRow .shippingTableCellDeliveryEstimate {
|
|
|
|
display: flex;
|
|
|
|
order: 3;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableBody .shippingTableRow .shippingTableCellDeliveryEstimate .shippingTableCellDeliveryPrice {
|
|
|
|
display: flex;
|
|
|
|
order: 2;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableBody .shippingTableCell {
|
|
|
|
padding: 0;
|
|
|
|
display: flex;
|
|
|
|
color: #AFAFAF;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
min-width: 140px;
|
|
|
|
padding-top: 15px;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableRadioBtn {
|
|
|
|
display: none;
|
2023-01-28 22:19:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.subscriberContainer .title {
|
|
|
|
font-size: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.subscriberContainer .title::after {
|
|
|
|
content: "Produto indisponível";
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #868686;
|
|
|
|
}
|
|
|
|
.subscriberContainer .subscribeLabel {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
.subscriberContainer .subscribeLabel::after {
|
|
|
|
content: "Deseja saber quando estiver disponível?";
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #868686;
|
|
|
|
}
|
2023-01-31 20:16:38 +00:00
|
|
|
.subscriberContainer .form .content {
|
|
|
|
display: grid;
|
|
|
|
grid-template-areas: " nome email" " submit submit";
|
|
|
|
justify-content: inherit;
|
|
|
|
gap: 8px;
|
|
|
|
}
|
|
|
|
.subscriberContainer .form .content .inputName {
|
|
|
|
grid-area: nome;
|
|
|
|
}
|
|
|
|
.subscriberContainer .form .content .inputName :global(.vtex-input-prefix__group),
|
|
|
|
.subscriberContainer .form .content .inputEmail :global(.vtex-input-prefix__group) {
|
2023-01-28 22:19:19 +00:00
|
|
|
border-radius: 0;
|
|
|
|
border: 1px solid #989898;
|
|
|
|
}
|
2023-01-31 20:16:38 +00:00
|
|
|
.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) {
|
|
|
|
padding: 12px 14px;
|
2023-01-28 22:19:19 +00:00
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
2023-01-31 20:16:38 +00:00
|
|
|
color: #989898;
|
2023-01-29 21:48:16 +00:00
|
|
|
}
|
2023-01-31 20:16:38 +00:00
|
|
|
.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;
|
2023-01-30 15:09:57 +00:00
|
|
|
}
|
2023-01-31 20:16:38 +00:00
|
|
|
.subscriberContainer .form .content .inputEmail {
|
2023-01-30 15:09:57 +00:00
|
|
|
grid-area: email;
|
|
|
|
}
|
2023-01-31 20:16:38 +00:00
|
|
|
.subscriberContainer .form .content .submit {
|
2023-01-30 15:09:57 +00:00
|
|
|
grid-area: submit;
|
2023-01-31 20:16:38 +00:00
|
|
|
width: 100%;
|
2023-01-31 00:37:44 +00:00
|
|
|
}
|
2023-01-31 20:16:38 +00:00
|
|
|
.subscriberContainer .form .content .submit :global(.vtex-button) {
|
|
|
|
width: 100%;
|
|
|
|
height: 49px;
|
|
|
|
cursor: pointer;
|
2023-01-30 15:09:57 +00:00
|
|
|
background-color: #000000;
|
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
2023-01-31 20:16:38 +00:00
|
|
|
.subscriberContainer .form .content .submit :global(.vtex-button__label) {
|
2023-01-30 15:09:57 +00:00
|
|
|
font-size: 0;
|
|
|
|
}
|
2023-01-31 20:16:38 +00:00
|
|
|
.subscriberContainer .form .content .submit :global(.vtex-button__label)::after {
|
|
|
|
content: "avise-me";
|
|
|
|
text-transform: uppercase;
|
2023-01-30 15:09:57 +00:00
|
|
|
font-weight: 600;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
color: #fff;
|
|
|
|
}
|
2023-01-29 21:48:16 +00:00
|
|
|
|
|
|
|
.newsletter {
|
|
|
|
display: block;
|
|
|
|
background: #000000;
|
2023-01-31 19:24:16 +00:00
|
|
|
margin-top: 96px;
|
2023-01-29 21:48:16 +00:00
|
|
|
}
|
|
|
|
.newsletter :global(.vtex-store-components-3-x-form) {
|
|
|
|
padding: 32px 0 13px;
|
|
|
|
width: 774px;
|
|
|
|
max-width: 774px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.newsletter :global(.vtex-store-components-3-x-form) .label {
|
2023-01-31 00:37:44 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2023-01-29 21:48:16 +00:00
|
|
|
color: #fff;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 38px;
|
|
|
|
}
|
|
|
|
.newsletter :global(.vtex-store-components-3-x-form) .label::after {
|
|
|
|
content: "Receba ofertas e novidades por e-mail";
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
.newsletter :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-inputGroup) {
|
2023-01-31 00:37:44 +00:00
|
|
|
padding-top: 16px;
|
2023-01-29 21:48:16 +00:00
|
|
|
}
|
|
|
|
.newsletter :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-inputGroup) :global(.vtex-input-prefix__group) {
|
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
.newsletter :global(.vtex-store-components-3-x-form) :global(.vtex-store-components-3-x-inputGroup) :global(.vtex-input-prefix__group) :global(.vtex-styleguide-9-x-input) {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
color: #929292;
|
|
|
|
border-radius: 0;
|
|
|
|
border-bottom: 1px solid #929292;
|
|
|
|
background: transparent;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.newsletter :global(.vtex-store-components-3-x-form) .buttonContainer {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.newsletter :global(.vtex-store-components-3-x-form) .buttonContainer :global(.vtex-button) {
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #fff;
|
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.newsletter :global(.vtex-store-components-3-x-form) .buttonContainer :global(.vtex-button__label) {
|
|
|
|
border-bottom: 3px solid #929292;
|
|
|
|
padding: 6px 17px 12px !important;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|