.newsletter { background: black; color: white; margin-top: 50px; border-bottom: 2px solid lightgray; .container { margin: auto; padding: 32px; padding-bottom: 16px; } .form { width: 100%; display: flex; flex-direction: column; align-items: center; } .label { display: flex; flex-direction: column; font-family: "Open Sans"; font-style: normal; font-weight: 400; font-size: 24px; line-height: 38px; color: #ffffff; } .label::after { content: "Receba ofertas e novidades por e-mail"; font-family: Open Sans; font-size: 18px; font-weight: 400; line-height: 25px; letter-spacing: 0em; text-align: center; color: #929292; margin: 16px; } .inputGroup { width: 774px; :global(.vtex-input-prefix__group) { border: none; border-bottom: 1px solid gray; border-radius: 0; } :global(.vtex-styleguide-9-x-input) { background-color: black; } .buttonContainer { padding: 0; :global(.vtex-button) { background-color: black; border: none; border-bottom: 2px solid white; border-radius: 0; &:hover { background-color: black; border-bottom: 4px solid white; } } } } } .productNameContainer { font-family: "Open Sans"; font-style: normal; font-weight: 300; font-size: 20px; line-height: 34px; text-align: right; color: $color-black; } .productNameContainer--quickview { font-family: "Open Sans"; font-style: normal; font-weight: 300; font-size: 20px; line-height: 34px; text-align: right; color: #575757; } .skuSelectorContainer { display: flex; flex-direction: column-reverse; .frameAround { border-radius: 50%; border-color: black; z-index: 2; } .skuSelectorInternalBox { border-radius: 50%; } .diagonalCross { background-image: linear-gradient( to top left, transparent 44%, rgba(0, 0, 0, 0.3) 48%, currentColor 48%, currentColor 52%, transparent 52% ); } } .skuSelectorItem { height: 50px; width: 50px; } .shippingContainer { display: flex; position: relative; :global(.vtex-button) { background-color: black; width: 70px; height: 45px; color: white; margin-top: 23px; margin-left: -4px; } :global(.vtex-input__label) { font-size: 0px; } :global(.vtex-input__label)::before { content: "calcular frete:"; font-size: 14px; text-transform: uppercase; } :global(.vtex-button__label) { font-size: 0px; } :global(.vtex-button__label)::after { content: "OK"; font-size: 14px; } :global(.vtex-address-form__postalCode) { width: 280px; } :global(.vtex-address-form__postalCode-forgottenURL) { color: black; position: absolute; right: 32px; top: 25px; } } .shareContainer { display: none; } .shippingTable { .shippingTableRadioBtn { display: none; } .shippingTableHead { display: contents; } .shippingTableRow { text-align: left; } }