2023-01-26 10:16:46 +00:00
|
|
|
[class*="html--pdp-breadcrumb"] {
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
}
|
2023-02-01 22:57:33 +00:00
|
|
|
|
2023-02-03 19:57:10 +00:00
|
|
|
[class*="html--product-main"],
|
|
|
|
[class*="html--product-availability"] {
|
2023-02-02 23:03:37 +00:00
|
|
|
width: 94.4444%;
|
|
|
|
margin: 0 auto;
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 48.8% 51.2%;
|
2023-02-06 23:05:11 +00:00
|
|
|
padding-bottom: 16px;
|
2023-02-02 23:03:37 +00:00
|
|
|
}
|
2023-02-07 18:41:49 +00:00
|
|
|
@media screen and (min-width: 1920px) {
|
|
|
|
[class*="html--product-main"],
|
|
|
|
[class*="html--product-availability"] {
|
2023-02-08 04:00:20 +00:00
|
|
|
width: 71.875%;
|
|
|
|
grid-template-columns: 50% 50%;
|
2023-02-07 18:41:49 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
[class*="html--product-main"],
|
|
|
|
[class*="html--product-availability"] {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
width: 92.1875%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 768px) {
|
|
|
|
[class*="html--product-main"],
|
|
|
|
[class*="html--product-availability"] {
|
|
|
|
width: 79%;
|
|
|
|
}
|
|
|
|
}
|
2023-02-02 23:03:37 +00:00
|
|
|
|
|
|
|
[class*="html--stack"] {
|
|
|
|
grid-area: 1/1;
|
|
|
|
}
|
|
|
|
|
2023-02-03 19:57:10 +00:00
|
|
|
[class*="html--right-col"],
|
|
|
|
[class*="html--info-availability"] {
|
2023-02-02 23:03:37 +00:00
|
|
|
grid-area: 1/2;
|
|
|
|
margin-left: 32px;
|
|
|
|
}
|
2023-02-07 18:41:49 +00:00
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
[class*="html--right-col"] {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2023-02-04 18:52:27 +00:00
|
|
|
}
|
|
|
|
|
2023-02-02 23:03:37 +00:00
|
|
|
[class*="html--buy-button"] {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2023-02-01 22:57:33 +00:00
|
|
|
|
|
|
|
[class*="html--add-to-cart-button"] button {
|
2023-02-02 00:52:20 +00:00
|
|
|
background-color: #000000 !important;
|
2023-02-03 17:58:57 +00:00
|
|
|
border-radius: 0;
|
2023-02-01 22:57:33 +00:00
|
|
|
border: none;
|
2023-02-02 23:03:37 +00:00
|
|
|
width: 100%;
|
2023-02-01 22:57:33 +00:00
|
|
|
height: 49px;
|
2023-02-02 23:03:37 +00:00
|
|
|
padding-top: 12px;
|
|
|
|
padding-bottom: 12px;
|
2023-02-04 18:52:27 +00:00
|
|
|
display: block !important;
|
2023-02-01 22:57:33 +00:00
|
|
|
}
|
2023-02-08 21:28:49 +00:00
|
|
|
[class*="html--add-to-cart-button"] button:hover {
|
|
|
|
filter: opacity(88%);
|
|
|
|
}
|
|
|
|
[class*="html--add-to-cart-button"] button:active {
|
|
|
|
filter: opacity(100%);
|
|
|
|
}
|
2023-02-02 00:52:20 +00:00
|
|
|
|
2023-02-07 18:41:49 +00:00
|
|
|
@media screen and (max-width: 768px) {
|
|
|
|
[class*="html--add-to-cart-button"] button {
|
|
|
|
height: 74px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-02-02 00:52:20 +00:00
|
|
|
[class*="html--product-quantity-cart-button"] {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
margin-bottom: 16px;
|
2023-02-02 23:03:37 +00:00
|
|
|
gap: 10px;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
height: 49px;
|
2023-02-02 00:52:20 +00:00
|
|
|
}
|
|
|
|
|
2023-02-07 18:41:49 +00:00
|
|
|
@media screen and (max-width: 768px){
|
|
|
|
[class*="html--product-quantity-cart-button"] {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-02-02 00:52:20 +00:00
|
|
|
[class*="html--product-quantity-cart-button"] input{
|
|
|
|
height: 49px;
|
2023-02-02 23:03:37 +00:00
|
|
|
width: 32px;
|
2023-02-02 00:52:20 +00:00
|
|
|
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="html--product-quantity-cart-button"] button{
|
|
|
|
height: 49px;
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
|
|
|
color: #000000;
|
2023-02-03 17:58:57 +00:00
|
|
|
border-radius: 0;
|
2023-02-04 18:52:27 +00:00
|
|
|
|
|
|
|
display: block !important;
|
2023-02-02 00:52:20 +00:00
|
|
|
}
|
2023-02-08 21:28:49 +00:00
|
|
|
[class*="html--product-quantity-cart-button"] button:hover {
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
[class*="html--product-quantity-cart-button"] button:active {
|
|
|
|
color: #000000;
|
|
|
|
}
|
2023-02-03 05:14:49 +00:00
|
|
|
|
2023-02-07 18:41:49 +00:00
|
|
|
@media screen and (max-width: 768px) {
|
|
|
|
[class*="html--shipping-simulator"] {
|
|
|
|
padding-top: 81px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-02-03 05:14:49 +00:00
|
|
|
[class*="html--shipping-simulator"] button {
|
|
|
|
background-color: #000000;
|
2023-02-03 17:58:57 +00:00
|
|
|
border-radius: 0;
|
2023-02-03 05:14:49 +00:00
|
|
|
border: none;
|
|
|
|
width: 49px;
|
2023-02-07 18:41:49 +00:00
|
|
|
height: 49px !important;
|
2023-02-03 17:58:57 +00:00
|
|
|
|
|
|
|
position: absolute;
|
2023-02-04 18:52:27 +00:00
|
|
|
display: block !important;
|
2023-02-03 05:14:49 +00:00
|
|
|
}
|
2023-02-08 21:28:49 +00:00
|
|
|
[class*="html--shipping-simulator"] button:hover {
|
|
|
|
filter: opacity(88%);
|
|
|
|
}
|
|
|
|
[class*="html--shipping-simulator"] button:active {
|
|
|
|
filter: opacity(100%);
|
|
|
|
}
|
2023-02-03 05:14:49 +00:00
|
|
|
|
2023-02-07 18:41:49 +00:00
|
|
|
@media screen and (min-width: 769px) {
|
|
|
|
[class*="html--shipping-simulator"] button {
|
|
|
|
left: 228px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 768px) {
|
|
|
|
[class*="html--shipping-simulator"] button {
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-02-03 05:14:49 +00:00
|
|
|
[class*="html--shipping-simulator"] a {
|
|
|
|
color: #000000;
|
|
|
|
}
|
2023-02-08 21:28:49 +00:00
|
|
|
[class*="html--shipping-simulator"] a:hover {
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
[class*="html--shipping-simulator"] a:active {
|
|
|
|
color: #000000;
|
|
|
|
}
|
2023-02-03 05:14:49 +00:00
|
|
|
|
|
|
|
[class*="html--shipping-simulator"] svg {
|
|
|
|
display: none;
|
|
|
|
}
|
2023-02-03 22:14:51 +00:00
|
|
|
|
|
|
|
[class*="html--message-availability"] form {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="html--info-availability"] .html--sku-selector-m3 {
|
|
|
|
margin-top: 80px;
|
|
|
|
}
|
2023-02-04 18:52:27 +00:00
|
|
|
|
|
|
|
/* Para ocultar o botão embalar para presente */
|
|
|
|
[class*="html--right-col"] button {
|
|
|
|
display: none;
|
|
|
|
}
|
2023-02-06 22:39:04 +00:00
|
|
|
|
|
|
|
[class*="html--pix"] {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-top: 8px;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
2023-02-07 18:41:49 +00:00
|
|
|
|
|
|
|
[class*="html--description"] {
|
2023-02-08 04:00:20 +00:00
|
|
|
width: 100%;
|
|
|
|
margin-left: 32px;
|
|
|
|
}
|
2023-02-08 06:19:50 +00:00
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
[class*="html--description"] {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-top: 16px;
|
|
|
|
}
|
|
|
|
}
|
2023-02-08 04:00:20 +00:00
|
|
|
|
|
|
|
[class*="html--product-description"] {
|
|
|
|
display: flex;
|
|
|
|
}
|
2023-02-08 06:19:50 +00:00
|
|
|
@media screen and ((min-width: 769) and (max-width: 1024px)) {
|
|
|
|
[class*="html--product-description"] {
|
|
|
|
margin-top: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 768px) {
|
|
|
|
[class*="html--product-description"] {
|
|
|
|
position: relative;
|
|
|
|
top: 9px;
|
|
|
|
margin-top: 16px;
|
|
|
|
}
|
|
|
|
}
|
2023-02-08 04:00:20 +00:00
|
|
|
|
|
|
|
[class*="html--product-description"] .contentItem{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="html--product-description"] button {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 38px;
|
|
|
|
background-color: transparent;
|
|
|
|
border: transparent;
|
|
|
|
color: #BFBFBF;
|
|
|
|
height: 38px;
|
|
|
|
}
|
2023-02-08 06:19:50 +00:00
|
|
|
@media screen and (min-width: 1920px) {
|
|
|
|
[class*="html--product-description"] button {
|
|
|
|
font-size: 24px;
|
|
|
|
}
|
|
|
|
}
|
2023-02-08 04:00:20 +00:00
|
|
|
[class*="html--product-description"] button:hover {
|
|
|
|
border: transparent;
|
|
|
|
background-color: transparent;
|
|
|
|
color: #929292;
|
|
|
|
|
|
|
|
transform: translateY(1px);
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="html--description2"] h2::after {
|
|
|
|
content: " 2";
|
|
|
|
}
|
|
|
|
[class*="html--description3"] h2::after {
|
|
|
|
content: " 3";
|
|
|
|
}
|
|
|
|
[class*="html--description4"] h2::after {
|
|
|
|
content: " 4";
|
|
|
|
}
|
|
|
|
[class*="html--description5"] h2::after {
|
|
|
|
content: " 5";
|
2023-02-07 18:41:49 +00:00
|
|
|
}
|
2023-02-09 03:33:44 +00:00
|
|
|
|
|
|
|
[class*="html--newsletter"] {
|
|
|
|
padding: 64px 0 32px 0;
|
2023-02-10 04:24:39 +00:00
|
|
|
margin-top: 17px;
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 768px) {
|
|
|
|
[class*="html--newsletter"] {
|
|
|
|
padding-top: 32px;
|
|
|
|
}
|
2023-02-09 03:33:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
[class*="html--newsletter"] input {
|
|
|
|
background-color: transparent;
|
|
|
|
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
color: #929292;
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
[class*="html--newsletter"] input {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="html--newsletter"] button {
|
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
|
|
|
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
text-align: center;
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
|
|
|
border-bottom: 2px solid #FFFFFF;
|
|
|
|
}
|
|
|
|
@media screen and ((min-width: 640px) and (max-width: 1024px)) {
|
|
|
|
[class*="html--newsletter"] button {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 639px) {
|
|
|
|
[class*="html--newsletter"] button {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: -31px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="html--newsletter"] div {
|
|
|
|
border: none;
|
2023-02-09 17:40:53 +00:00
|
|
|
background-color: #000000;
|
2023-02-09 03:33:44 +00:00
|
|
|
}
|
|
|
|
@media screen and (max-width: 639px) {
|
|
|
|
[class*="html--newsletter"] div {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
}
|
2023-02-10 04:24:39 +00:00
|
|
|
|
|
|
|
[class*="html--product-summary-shelf"] {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|