challenge-vtex-io-rafael-sa.../styles/css/vtex.store-components.css

266 lines
4.5 KiB
CSS
Raw Normal View History

2023-01-26 19:53:58 +00:00
@charset "UTF-8";
/*
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 */
2023-01-27 20:19:50 +00:00
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap%27");
/* Grid breakpoints */
.newsletter {
background: red;
2023-01-23 11:01:25 +00:00
}
.productBrand--quickview {
display: flex;
justify-content: end;
2023-01-27 20:19:50 +00:00
color: #575757;
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 34px;
}
.carouselGaleryThumbs {
max-height: 90px;
2023-01-23 11:01:25 +00:00
}
.productImageTag--main {
max-width: 664px;
}
.carouselThumbBorder {
2023-01-23 11:01:25 +00:00
display: none;
}
2023-01-25 21:01:47 +00:00
.shareLabel {
display: none;
}
.skuSelectorContainer {
display: flex;
flex-direction: column;
}
.skuSelectorItem {
height: 40px !important;
width: 40px;
}
.frameAround {
border-radius: 50%;
border-color: black;
2023-01-25 21:01:47 +00:00
}
.diagonalCross {
transform: rotate(90deg);
top: 4px;
left: 6px;
bottom: 0px;
z-index: 2;
width: 28px;
height: 28px;
2023-01-25 21:01:47 +00:00
}
.skuSelectorInternalBox {
border-radius: 50%;
display: flex;
justify-content: center;
}
.skuSelectorSubcontainer--cor {
order: 2;
}
.skuSelectorSubcontainer--cor .skuSelectorName {
font-size: 0;
}
.skuSelectorSubcontainer--cor .skuSelectorName::after {
display: block;
content: "OUTRAS CORES:";
2023-01-26 19:53:58 +00:00
font-size: 14px;
2023-01-27 20:19:50 +00:00
color: #929292;
}
2023-01-25 21:01:47 +00:00
.skuSelectorSubcontainer--tamanho {
order: 1;
}
.skuSelectorSubcontainer--tamanho .skuSelectorName {
font-size: 0;
}
.skuSelectorSubcontainer--tamanho .skuSelectorName::after {
display: block;
content: "OUTROS TAMANHOS:";
2023-01-26 19:53:58 +00:00
font-size: 14px;
2023-01-27 20:19:50 +00:00
color: #929292;
}
2023-01-25 21:01:47 +00:00
.productImagesThumb {
max-width: 90px;
margin-right: 16px;
}
2023-01-25 21:01:47 +00:00
.productImagesThumb .figure .thumbImg {
width: 90px;
height: 90px;
border-radius: 8px;
2023-01-26 19:53:58 +00:00
}
.shippingContainer {
display: flex;
position: relative;
max-width: 664px;
}
.shippingContainer :global(.vtex-address-form__postalCode) {
display: flex;
padding: 0;
}
.shippingContainer :global(.vtex-input__label) {
font-size: 0;
}
.shippingContainer :global(.vtex-input__label)::after {
font-size: 14px;
display: block;
content: "CALCULAR FRETE:";
2023-01-27 20:19:50 +00:00
color: #929292;
2023-01-26 19:53:58 +00:00
}
.shippingContainer :global(.vtex-input-prefix__group) {
border: 1px solid #cccccc;
border-radius: 0;
height: 49px;
}
.shippingContainer :global(.vtex-button) {
width: 49px;
height: 49px;
position: absolute;
2023-01-27 20:19:50 +00:00
left: 232px;
top: 33%;
2023-01-26 19:53:58 +00:00
background: #292929;
border: none;
border-radius: 0;
}
.shippingContainer :global(.vtex-button__label) {
font-size: 0;
}
.shippingContainer :global(.vtex-button__label)::after {
font-size: 14px;
font-weight: 600;
color: #fff;
display: block;
content: "OK";
}
.shippingContainer :global(.vtex-address-form__postalCode-forgottenURL) {
font-size: 0;
visibility: hidden;
position: absolute;
2023-01-27 20:19:50 +00:00
left: 302px;
2023-01-26 19:53:58 +00:00
top: 36%;
}
.shippingContainer :global(.vtex-address-form__postalCode-forgottenURL)::after {
visibility: visible;
content: "Não sei meu CEP";
font-size: 12px;
color: #292929;
text-decoration-line: underline;
}
.shippingTable {
border: none;
padding: 0;
2023-01-27 20:19:50 +00:00
max-width: 382px;
2023-01-26 19:53:58 +00:00
}
.shippingTableHead {
display: flex;
}
.shippingTableRow {
position: relative;
}
.shippingTableHeadDeliveryName {
font-size: 0;
}
.shippingTableHeadDeliveryName::after {
font-weight: 400;
font-size: 14px;
line-height: 19px;
content: "Entrega";
text-transform: uppercase;
display: block;
color: #292929;
}
.shippingTableHeadDeliveryEstimate {
font-size: 0;
position: absolute;
top: 5%;
2023-01-27 20:19:50 +00:00
left: 342%;
2023-01-26 19:53:58 +00:00
}
.shippingTableHeadDeliveryEstimate::after {
font-weight: 400;
font-size: 14px;
line-height: 19px;
content: "Prazo";
text-transform: uppercase;
display: block;
color: #292929;
}
.shippingTableHeadDeliveryPrice {
font-size: 0;
position: absolute;
top: 5%;
2023-01-27 20:19:50 +00:00
left: 198%;
2023-01-26 19:53:58 +00:00
}
.shippingTableHeadDeliveryPrice::after {
font-weight: 400;
font-size: 14px;
line-height: 19px;
content: "Frete";
text-transform: uppercase;
display: block;
color: #292929;
}
.shippingTableRadioBtn {
display: none;
2023-01-27 20:19:50 +00:00
}
.shippingTableCellDeliveryName,
.shippingTableCellDeliveryEstimate,
.shippingTableCellDeliveryPrice {
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #afafaf;
padding: 0;
padding-top: 15px;
}
.shippingTableCellDeliveryEstimate {
position: absolute;
left: 62%;
}
.shippingTableCellDeliveryPrice {
position: absolute;
left: 36%;
2023-01-29 18:04:57 +00:00
}
.skuSelectorOptionsList {
margin: 0;
2023-01-25 21:01:47 +00:00
}