2023-01-30 23:29:08 +00:00
|
|
|
/* Header Telemarketing */
|
|
|
|
|
2023-01-31 12:22:34 +00:00
|
|
|
:global(.vtex-telemarketing-2-x-wrapper) {
|
2023-01-30 23:29:08 +00:00
|
|
|
background-color: #000000;
|
|
|
|
height: 34px;
|
|
|
|
}
|
|
|
|
|
2023-01-30 21:41:39 +00:00
|
|
|
/* Product Main */
|
|
|
|
|
|
|
|
@media (max-width: 2561px) and (min-width: 1920px) {
|
|
|
|
:global(.agenciamagma-store-theme-5-x-html--product-main-content) {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 49.131% 49.131%;
|
|
|
|
column-gap: 32px;
|
|
|
|
width: 71.858%;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 1920px) and (min-width: 1024px) {
|
|
|
|
:global(.agenciamagma-store-theme-5-x-html--product-main-content) {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 48.819% 48.819%;
|
|
|
|
padding: 0 40px;
|
|
|
|
column-gap: 32px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
:global(.agenciamagma-store-theme-5-x-html--product-main-content) {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 100%;
|
2023-02-01 13:38:48 +00:00
|
|
|
padding: 0 40px 0;
|
2023-01-30 21:41:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
:global(.agenciamagma-store-theme-5-x-html--product-main-content) {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 100%;
|
2023-01-31 12:22:34 +00:00
|
|
|
padding: 0 40px 40px;
|
2023-01-30 21:41:39 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-01-26 13:29:41 +00:00
|
|
|
/* Product Quantity and Add To Cart Button */
|
|
|
|
|
2023-01-28 20:53:21 +00:00
|
|
|
:global(.agenciamagma-store-theme-5-x-html--cart-content) {
|
2023-01-26 13:29:41 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
column-gap: 10px;
|
|
|
|
margin-top: 8px;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
2023-01-28 20:53:21 +00:00
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
:global(.agenciamagma-store-theme-5-x-html--cart-content) {
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: flex-start;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
[data-testid="product-quantity"] {
|
2023-01-26 13:29:41 +00:00
|
|
|
height: 49px;
|
|
|
|
}
|
|
|
|
|
2023-01-28 20:53:21 +00:00
|
|
|
[data-testid="add-to-cart-button"] {
|
2023-01-26 13:29:41 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
2023-01-30 21:41:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
/* Product Availability */
|
|
|
|
|
|
|
|
@media (max-width: 2561px) and (min-width: 1920px) {
|
2023-01-31 12:22:34 +00:00
|
|
|
:global(.agenciamagma-store-theme-5-x-html--product-availability-block) {
|
2023-01-30 21:41:39 +00:00
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 49.131% 49.131%;
|
|
|
|
column-gap: 32px;
|
|
|
|
width: 71.858%;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 1920px) and (min-width: 1024px) {
|
2023-01-31 12:22:34 +00:00
|
|
|
:global(.agenciamagma-store-theme-5-x-html--product-availability-block) {
|
2023-01-30 21:41:39 +00:00
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 48.819% 48.819%;
|
|
|
|
padding: 0 40px;
|
|
|
|
column-gap: 32px;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
2023-01-31 12:22:34 +00:00
|
|
|
:global(.agenciamagma-store-theme-5-x-html--product-availability-block) {
|
2023-01-30 21:41:39 +00:00
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 100%;
|
|
|
|
padding: 0 40px;
|
2023-01-31 12:22:34 +00:00
|
|
|
margin-bottom: 8px;
|
2023-01-30 21:41:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
2023-01-31 12:22:34 +00:00
|
|
|
:global(.agenciamagma-store-theme-5-x-html--product-availability-block) {
|
2023-01-30 21:41:39 +00:00
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 100%;
|
|
|
|
padding: 0 40px;
|
2023-01-31 12:22:34 +00:00
|
|
|
margin-bottom: 8px;
|
2023-01-30 21:41:39 +00:00
|
|
|
}
|
|
|
|
}
|
2023-02-01 13:38:48 +00:00
|
|
|
|
|
|
|
|
|
|
|
/* Footer */
|
|
|
|
|
|
|
|
:global(.agenciamagma-store-theme-5-x-html--seja-um-franqueado) {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 2561px) and (min-width: 1920px) {
|
|
|
|
:global(.agenciamagma-store-theme-5-x-html--seja-um-franqueado) {
|
|
|
|
justify-content: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
:global(.agenciamagma-store-theme-5-x-html--seja-um-franqueado) {
|
|
|
|
display: unset;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
:global(.agenciamagma-store-theme-5-x-html--seja-um-franqueado) {
|
|
|
|
display: unset;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.agenciamagma-store-theme-5-x-html--social-networks-component), :global(.agenciamagma-store-theme-5-x-html--payment-methods-component) {
|
|
|
|
display: flex;
|
|
|
|
justify-content: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
:global(.agenciamagma-store-theme-5-x-html--social-networks-component), :global(.agenciamagma-store-theme-5-x-html--payment-methods-component) {
|
|
|
|
display: unset;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
:global(.agenciamagma-store-theme-5-x-html--social-networks-component), :global(.agenciamagma-store-theme-5-x-html--payment-methods-component) {
|
|
|
|
display: unset;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Footer Credits */
|
|
|
|
|
|
|
|
:global(.agenciamagma-store-theme-5-x-html--credits) {
|
|
|
|
height: 107px;
|
|
|
|
background: #000000;
|
|
|
|
border-top: 1px solid #FFFFFF;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: baseline;
|
|
|
|
padding: 32px 32px 0 438.5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 2561px) and (min-width: 1920px) {
|
|
|
|
:global(.agenciamagma-store-theme-5-x-html--credits) {
|
|
|
|
justify-content: space-between;
|
|
|
|
padding: 31.5px 320px 15.5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.agenciamagma-store-theme-5-x-html--credits-mobile) {
|
|
|
|
background: #000000;
|
|
|
|
border-top: 1px solid #FFFFFF;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
height: 131px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
:global(.agenciamagma-store-theme-5-x-html--credits-mobile) {
|
|
|
|
height: 151px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.agenciamagma-store-theme-5-x-html--footer-credits-information) {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 1025px) and (min-width: 768px) {
|
|
|
|
:global(.agenciamagma-store-theme-5-x-html--footer-credits-information) {
|
|
|
|
margin-top: 16px;
|
|
|
|
margin-bottom: 32px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 768px) and (min-width: 375px) {
|
|
|
|
:global(.agenciamagma-store-theme-5-x-html--footer-credits-information) {
|
|
|
|
margin-top: 16px;
|
|
|
|
margin-bottom: 32px;
|
|
|
|
padding: 0 40px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 2561px) and (min-width: 1920px) {
|
|
|
|
:global(.agenciamagma-store-theme-5-x-html--footer-credits-information) {
|
|
|
|
align-items: flex-start;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.agenciamagma-store-theme-5-x-html--footer-credits-information-mobile) {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
}
|