<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.quickshop{display:block;position:relative}.quickshop__popup{bottom:1rem;left:1rem;opacity:0;pointer-events:none;position:absolute;right:1rem;-webkit-transition:opacity var(--duration-short) ease;transition:opacity var(--duration-short) ease;z-index:21}@media screen and (max-width:767px){.quickshop__popup--is-open{opacity:1;pointer-events:all}}@media screen and (min-width:768px){.product-card:hover .quickshop__popup{opacity:1;pointer-events:all}}.quickshop__popup .options{background-color:var(--color-white);padding:.5rem .8125rem}@media screen and (max-width:767px){.quickshop__popup .options{padding-bottom:1rem}}.quickshop__popup__btn-add{display:none;min-width:8.3125rem}@media screen and (max-width:767px){.quickshop__popup__btn-add{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.quickshop__popup__btn-add .icon{margin:0}}.quickshop__popup__title-bar{display:none;padding:.625rem 1.5rem;position:relative;text-align:center}@media screen and (max-width:767px){.quickshop__popup__title-bar{display:block}}.quickshop__popup__btn-close{position:absolute;right:.5rem;top:.9375rem}.quickshop__popup__btn-close .icon{margin:0}</pre></body></html>