2023-02-07 14:40:28 +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-25 21:23:17 +00:00
|
|
|
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap");
|
2023-02-07 14:40:28 +00:00
|
|
|
.container--product-description-m3 {
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
padding: 0 40px;
|
|
|
|
}
|
2023-02-07 18:37:46 +00:00
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.container :global(.vtex-flex-layout-0-x-flexRowContent) {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
}
|
2023-02-07 14:40:28 +00:00
|
|
|
|
2023-01-12 16:56:35 +00:00
|
|
|
.newsletter {
|
2023-02-03 18:33:31 +00:00
|
|
|
background: black;
|
2023-02-07 20:41:00 +00:00
|
|
|
padding: 32px 0;
|
2023-02-03 18:33:31 +00:00
|
|
|
}
|
|
|
|
.newsletter .container .form .label {
|
|
|
|
font-size: 0;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
gap: 16px;
|
|
|
|
}
|
|
|
|
.newsletter .container .form .label::before {
|
|
|
|
content: "Assine nossa newsletter";
|
|
|
|
font-size: 24px;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 38px;
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
.newsletter .container .form .label::after {
|
|
|
|
content: "Receba ofertas e novidades por e-mail";
|
|
|
|
white-space: pre;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
.newsletter .container .form .inputGroup {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.newsletter .container .form .inputGroup :global(.vtex-input) :global(.vtex-input-prefix__group) {
|
|
|
|
border: none;
|
|
|
|
border-bottom: 1px #929292 solid;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
.newsletter .container .form .inputGroup :global(.vtex-input) :global(.vtex-input-prefix__group) :global(.vtex-styleguide-9-x-input) {
|
|
|
|
background: black;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
color: #929292;
|
|
|
|
width: 774px;
|
|
|
|
}
|
|
|
|
.newsletter .container .form .inputGroup :global(.vtex-input) :global(.vtex-input-prefix__group) :global(.vtex-styleguide-9-x-input)::before {
|
|
|
|
content: "Digite seu e-mail";
|
|
|
|
font-size: 16px;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
.newsletter .container .form .inputGroup :global(.vtex-store-components-3-x-buttonContainer) {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.newsletter .container .form .inputGroup :global(.vtex-store-components-3-x-buttonContainer) :global(.vtex-button) {
|
|
|
|
background: black;
|
|
|
|
border: none;
|
|
|
|
border-bottom: 3px gray solid;
|
|
|
|
border-radius: 0;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
2023-01-25 21:23:17 +00:00
|
|
|
}
|
|
|
|
|
2023-02-07 14:40:28 +00:00
|
|
|
.shippingTable {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2023-01-31 20:39:32 +00:00
|
|
|
.carouselGaleryThumbs {
|
2023-02-07 20:41:00 +00:00
|
|
|
width: 70%;
|
|
|
|
}
|
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.carouselGaleryThumbs {
|
|
|
|
width: 95%;
|
|
|
|
}
|
2023-01-31 20:39:32 +00:00
|
|
|
}
|
|
|
|
|
2023-02-03 18:33:31 +00:00
|
|
|
.productImageTag {
|
|
|
|
width: unset !important;
|
|
|
|
}
|
|
|
|
|
2023-01-25 21:23:17 +00:00
|
|
|
.productNameContainer {
|
|
|
|
display: flex;
|
|
|
|
justify-content: right;
|
|
|
|
}
|
2023-02-07 18:37:46 +00:00
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.productNameContainer {
|
|
|
|
justify-content: left;
|
|
|
|
}
|
|
|
|
}
|
2023-01-25 21:23:17 +00:00
|
|
|
.productNameContainer .productBrand--quickview {
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 34px;
|
|
|
|
text-align: right;
|
|
|
|
color: #575757;
|
|
|
|
}
|
2023-02-07 18:37:46 +00:00
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.productNameContainer .productBrand--quickview {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
2023-01-25 21:23:17 +00:00
|
|
|
|
|
|
|
.productDescriptionContainer {
|
2023-02-03 18:33:31 +00:00
|
|
|
max-width: 632px;
|
2023-01-26 18:23:31 +00:00
|
|
|
margin-left: 32px;
|
|
|
|
}
|
2023-02-07 18:37:46 +00:00
|
|
|
@media (max-width: 1024px) {
|
|
|
|
.productDescriptionContainer {
|
|
|
|
max-width: 100%;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
2023-01-26 18:23:31 +00:00
|
|
|
|
|
|
|
.pointerEventsNone {
|
|
|
|
display: none;
|
2023-01-30 14:21:15 +00:00
|
|
|
}
|
|
|
|
|
2023-01-31 20:39:32 +00:00
|
|
|
.productBrand {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
margin-right: 37px;
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 34px;
|
|
|
|
color: #575757;
|
|
|
|
}
|
|
|
|
|
2023-01-30 14:21:15 +00:00
|
|
|
.skuSelectorContainer {
|
|
|
|
display: flex;
|
2023-01-30 18:01:27 +00:00
|
|
|
flex-direction: column-reverse;
|
2023-01-30 19:47:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.frameAround,
|
|
|
|
.skuSelectorInternalBox {
|
|
|
|
border-radius: 1.5rem;
|
|
|
|
z-index: 3;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorSubcontainer--tamanho .skuSelectorItem {
|
|
|
|
height: 43px;
|
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--tamanho .frameAround {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
bottom: -0.25rem;
|
|
|
|
top: 0rem;
|
|
|
|
left: 0rem;
|
|
|
|
right: -0.25rem;
|
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--tamanho .valueWrapper {
|
|
|
|
padding: 10px 11px;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.frameAround {
|
|
|
|
border-color: #000;
|
2023-01-31 20:39:32 +00:00
|
|
|
}
|
|
|
|
|
2023-02-07 14:40:28 +00:00
|
|
|
.skuSelectorSubcontainer--cor .skuSelectorNameContainer .skuSelectorTextContainer .skuSelectorName,
|
|
|
|
.skuSelectorSubcontainer--cor .skuSelectorNameContainer .skuSelectorTextContainer .skuSelectorSelectorImageValue {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--cor .skuSelectorNameContainer .skuSelectorTextContainer .skuSelectorName::before {
|
|
|
|
content: "OUTRAS CORES";
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
|
|
|
|
.skuSelectorSubcontainer--tamanho {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--tamanho .skuSelectorNameContainer {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorTextContainer {
|
|
|
|
margin-top: 21px;
|
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorTextContainer .skuSelectorName {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorTextContainer .skuSelectorName::after {
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
content: "OUTROS TAMANHOS: ";
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorOptionsList {
|
|
|
|
margin: 0;
|
|
|
|
margin-left: 0;
|
|
|
|
column-gap: 16px;
|
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem {
|
|
|
|
border-radius: 100%;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem .frameAround--sku-selector {
|
|
|
|
border-color: #000000;
|
|
|
|
border-width: 2px;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
border-radius: 24px;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 5;
|
|
|
|
margin: 0 auto;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem .skuSelectorInternalBox {
|
|
|
|
border-radius: 100%;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
border: 1px solid #989898;
|
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem .skuSelectorInternalBox .diagonalCross {
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
transform: rotate(274deg);
|
|
|
|
left: 4px;
|
|
|
|
top: 5px;
|
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem .skuSelectorInternalBox .skuSelectorItemTextValue {
|
|
|
|
padding: 0;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
margin: 0 auto;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: rgba(185, 185, 185, 0.6);
|
|
|
|
}
|
|
|
|
.skuSelectorSubcontainer--tamanho .skuSelectorNameContainer .skuSelectorOptionsList .skuSelectorItem--selected .skuSelectorInternalBox .skuSelectorItemTextValue {
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subscriberContainer .title {
|
|
|
|
font-size: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
.subscriberContainer .title::before {
|
|
|
|
content: "Produto indisponível";
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
color: #868686;
|
|
|
|
}
|
|
|
|
.subscriberContainer .subscribeLabel {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
.subscriberContainer .subscribeLabel::before {
|
|
|
|
content: "Deseja saber quando estiver disponível?";
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
color: #868686;
|
|
|
|
}
|
|
|
|
.subscriberContainer .form .content {
|
|
|
|
position: relative;
|
|
|
|
display: flex;
|
|
|
|
height: 40px;
|
|
|
|
gap: 8px;
|
|
|
|
}
|
|
|
|
.subscriberContainer .form .content .input {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.subscriberContainer .form .content .input :global(.vtex-input) :global(.vtex-input-prefix__group) {
|
|
|
|
border: 0.6px solid #989898;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
.subscriberContainer .form .content .input :global(.vtex-input) :global(.vtex-input-prefix__group) :global(.vtex-styleguide-9-x-input) {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
.subscriberContainer .form .content .submit {
|
|
|
|
width: 100%;
|
|
|
|
position: absolute;
|
|
|
|
bottom: calc(-100% - 27px);
|
|
|
|
margin: 0 !important;
|
|
|
|
}
|
|
|
|
.subscriberContainer .form .content .submit :global(.vtex-button) {
|
|
|
|
width: 100%;
|
|
|
|
background: #000;
|
|
|
|
border: 0.6px solid #000;
|
|
|
|
border-radius: 0;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.subscriberContainer .form .content .submit :global(.vtex-button) :global(.vtex-button__label) {
|
|
|
|
padding: 12px;
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
.subscriberContainer .form .content .submit :global(.vtex-button) :global(.vtex-button__label)::before {
|
|
|
|
content: "avise-me";
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
padding: 12px;
|
|
|
|
}
|
|
|
|
|
2023-01-31 20:39:32 +00:00
|
|
|
.shippingContainer {
|
|
|
|
display: flex;
|
|
|
|
margin: 0;
|
|
|
|
align-items: center;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-input) {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-input) :global(.vtex-input__label) {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-input) :global(.vtex-input__label)::before {
|
|
|
|
content: "CALCULAR FRETE:";
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-input) :global(.vtex-input-prefix__group) {
|
|
|
|
width: 231px;
|
|
|
|
height: 49px;
|
|
|
|
margin: 0;
|
|
|
|
padding: 16.5px 0 16.5px 16px;
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-address-form__postalCode-forgottenURL) {
|
|
|
|
display: flex;
|
|
|
|
position: absolute;
|
|
|
|
padding: 0;
|
|
|
|
left: 312px;
|
|
|
|
top: 41.5px;
|
|
|
|
}
|
2023-01-31 21:26:49 +00:00
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-address-form__postalCode-forgottenURL) :last-child {
|
|
|
|
color: black;
|
|
|
|
}
|
2023-01-31 20:39:32 +00:00
|
|
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-address-form__postalCode-forgottenURL) :global(.vtex-address-form__postalCode-forgottenURL):first-child {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-button) {
|
|
|
|
display: flex;
|
|
|
|
width: 49px;
|
|
|
|
height: 49px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
background: #000;
|
|
|
|
border: 1px solid #000;
|
|
|
|
border-radius: 0;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-button) :global(.vtex-button__label) {
|
|
|
|
padding: 0;
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
.shippingContainer :global(.vtex-button) :global(.vtex-button__label)::before {
|
|
|
|
content: "OK";
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
color: #fff;
|
2023-02-07 14:40:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.shippingTable {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableRow {
|
|
|
|
display: flex;
|
|
|
|
gap: 62px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #202020;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableRow .shippingTableHeadDeliveryEstimate {
|
|
|
|
order: 2;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableRow .shippingTableHeadDeliveryPrice {
|
|
|
|
font-size: 0;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableHead .shippingTableRow .shippingTableHeadDeliveryPrice::before {
|
|
|
|
content: "FRETE";
|
|
|
|
font-size: 14px;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 19px;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableBody .shippingTableRow {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableBody .shippingTableRow .shippingTableCell {
|
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
align-items: center;
|
|
|
|
color: #afafaf;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableBody .shippingTableRow .shippingTableCellDeliveryEstimate {
|
|
|
|
order: 2;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableBody .shippingTableRow .shippingTableCellDeliveryPrice {
|
|
|
|
width: 108px;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableBody .shippingTableRow .shippingTableCellDeliveryName {
|
|
|
|
width: 95px;
|
|
|
|
margin-right: 32px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.shippingTable .shippingTableBody .shippingTableRow .shippingTableCellDeliveryName .shippingTableLabel .shippingTableRadioBtn {
|
|
|
|
display: none;
|
2023-02-07 20:41:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.carouselGaleryThumbs :first-child {
|
|
|
|
height: 90px;
|
|
|
|
}
|
|
|
|
.carouselGaleryThumbs :first-child :first-child {
|
|
|
|
gap: 16px !important;
|
|
|
|
}
|
|
|
|
.carouselGaleryThumbs :first-child :first-child .productImagesThumb {
|
|
|
|
width: 20%;
|
|
|
|
height: fit-content !important;
|
|
|
|
max-height: 90px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.carouselGaleryThumbs :first-child :first-child .productImagesThumb .figure .thumbImg {
|
|
|
|
border-radius: 8px;
|
2023-01-12 16:56:35 +00:00
|
|
|
}
|