/* 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 */ .skuSelectorContainer--quickview .skuSelectorItemImage .frameAround, .skuSelectorContainer--quickview .skuSelectorItemImage .skuSelectorInternalBox { border-radius: 50%; } .container :global(.vtex-modal-layout-0-x-triggerContainer) { opacity: 0; transition: opacity 200ms ease-in-out; } .container:hover :global(.vtex-modal-layout-0-x-triggerContainer) { opacity: 1; } @media screen and (max-width: 40em) { .container :global(.vtex-modal-layout-0-x-triggerContainer) { display: none; } } .element { padding: 0; } .nameContainer { padding-top: 1rem; padding-bottom: 8px; } .brandName { color: #000000; font-size: 0.875rem; line-height: 19.07px; } @media screen and (min-width: 1025px) { .brandName { font-size: 1.125rem; line-height: 24.51px; } } .container { text-align: center; } .priceContainer { padding-top: 0; } .imageContainer { text-align: center; } .image { border-radius: 0.25rem; } .sellingPriceContainer .currencyContainer { font-weight: 700; color: #000; font-size: 1.125rem; line-height: normal; } @media screen and (min-width: 1025px) { .sellingPriceContainer .currencyContainer { font-size: 1.5rem; line-height: normal; } }