.container { margin-left: 40px; margin-right: 40px; padding: 0; } .newsletter { background: red; } //IMAGENS .productImageTag--main { max-height: max-content !important; } .carouselGaleryThumbs { margin-top: 16px; } .thumbImg { height: 90px; max-width: 90px; border-radius: 8px; } .carouselThumbBorder { width: 90px; height: 90px; } .figure { width: 90px; height: 90px; } .productImagesThumb { max-width: 90px; margin-right: 16px; } /*:global(.vtex-store-components-3-x-productImageTag) { width: 664px; height: 664px; } .caretIcon { display: none; }*/ //NOME DO PRODUTO .productBrand--quickview { font-weight: 300; font-size: 20px; line-height: 34px; color: $color-gray8; } //SKUS .skuSelectorContainer--skus { display: flex; flex-direction: column-reverse; margin-top: 16px; } .frameAround--skus { border: none; } .skuSelectorOptionsList { margin-left: -5px; } .skuSelectorSubcontainer--tamanho { .skuSelectorName { font-size: 0; &::after { content: "OUTROS TAMANHOS"; font-style: normal; font-weight: 400; font-size: 14px; line-height: 19px; color: color-gray6; } } } .skuSelectorItemTextValue--skus { font-weight: 400; font-size: 14px; line-height: 19px; color: rgba(185, 185, 185, 0.6); } .skuSelectorInternalBox--skus { border: 1px solid $color-gray7; border-radius: 100%; width: 40px; height: 40px; align-items: center; justify-content: center; display: flex; } .skuSelectorItem--skus--selected { .skuSelectorInternalBox--skus { border: 2px solid $color-black-100; border-radius: 100%; width: 40px; height: 40px; align-items: center; justify-content: center; display: flex; } .skuSelectorItemTextValue--skus { font-weight: 400; font-size: 14px; line-height: 19px; color: $color-black-100; } } .skuSelectorSubcontainer--cor { .skuSelectorName { font-size: 0; &::after { content: "OUTRAS CORES"; font-style: normal; font-weight: 400; font-size: 14px; line-height: 19px; color: color-gray6; } } .skuSelectorItemImage--skus { height: 48px; width: 48px; } .skuSelectorInternalBox--skus { width: 48px; height: 48px; } } .diagonalCross--skus { transform: rotate(80deg); background-image: linear-gradient( to top right, transparent 44%, #d5d5d5 48%, transparent 52% ); max-width: 28px; max-height: 30px; left: 6px; top: 3px; } .skuSelectorSelectorImageValue { display: none; } //FRETE .shippingContainer { display: flex; align-items: end; margin-top: 16px; :global(.vtex-address-form__postalCode) { position: relative; padding: 0; } :global(.vtex-input__label) { font-size: 0; &::after { content: "CALCULAR FRETE:"; font-weight: 400; font-size: 14px; line-height: 19px; color: $color-gray6; } } :global(.vtex-input-prefix__group) { height: 49px; border-radius: 0%; } :global(.vtex-address-form__postalCode-forgottenURL) { position: absolute; top: 28px; right: -180px; font-weight: 400; font-size: 12px; line-height: 16px; display: flex; align-items: center; text-decoration-line: underline; :last-child { color: $color-black-100; } } :global(.vtex__icon-external-link) { display: none; } :global(.vtex-button) { width: 49px; height: 49px; background-color: $color-black-100; border: none; border-radius: inherit; margin-left: -1px; } :global(.vtex-button__label) { font-size: 0; &::after { content: "OK"; font-weight: 600; font-size: 14px; line-height: 19px; color: $color-white; } } } //DESCRIÇÃO .productDescriptionContainer--descricao { display: flex; justify-content: left; flex-direction: column; } .container--descricao { margin: 0; } .productDescriptionTitle--descricao { font-weight: 400; font-size: 24px; line-height: 32px; color: $color-gray8; margin-bottom: 8px; } .content--descricao { font-weight: 400; font-size: 16px; line-height: 22px; color: $color-gray6; } .content--description-imagem { border: 1px solid red; }