@charset "utf-8";.css-button.css-shopping-cart{position:fixed;bottom:16px;right:16px;border-radius:24px}.css-products{display:flex;flex-wrap:wrap;flex-direction:row;padding:0}.css-product,.css-product-cover{box-sizing:border-box;overflow:hidden}.css-product{flex:1 1 auto;width:50%;max-width:512px;padding:0 8px 16px}.css-anchor.css-product-name{text-align:left;font-weight:400;font-size:21px;padding:0 8px 8px;display:block}.css-product-cover{background:#eee;padding:16px;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;border-radius:16px 16px 0 0}.css-product-cover-button{flex:0 0 auto;padding:8px;opacity:.5;transition:opacity .2s ease}.css-product-cover-button:hover{opacity:1}.css-product-cover-viewport{flex:0 0 auto;position:relative;overflow:hidden;width:256px;height:256px}.css-product-cover-bullets,.css-product-cover-images{position:absolute;left:0;bottom:0;right:0;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center}.css-product-cover-bullets{justify-content:center;z-index:2}.css-product-cover-bullets a{flex:0 0 auto;padding:4px;text-align:center;color:#000;opacity:.4;font-size:32px}.css-product-cover-bullets a.on{color:#fff;text-shadow:0 0 2px rgba(0,0,0,.8);opacity:1}.css-product-cover-images{top:0}.css-product-cover-image{flex:0 0 auto;width:256px;display:flex;align-items:center;justify-content:center}.css-product-cover-image a{flex:0 0 auto;max-width:256px;max-height:256px;transition:opacity .2s ease}.css-product-cover-image a:hover{opacity:.8}.css-product-cover-image img{display:block;max-width:256px;max-height:256px;width:auto;height:auto;margin:auto}.css-product-links{padding:12px 0 0}.css-product-links .css-nav{padding:0;overflow:hidden;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:normal}.css-product-links .css-anchor{padding:0 8px}.css-product-links .css-button{margin:4px;font-weight:400}.css-product-data{padding:16px;box-sizing:border-box;background:#fff;border-radius:0 0 16px 16px}.css-product-meta{line-height:24px;color:#777;padding:0 10px}.css-product-meta.red{color:#844}.css-product-categories,.css-product-meta.price{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center}.css-product-meta.price{line-height:24px;font-weight:700;font-size:17px;padding:12px 0 0;color:#444}.css-product-meta.price span{flex:0 1 auto;padding:0 8px;line-height:24px;margin:2px;border-radius:12px}.css-product-meta.price .old{font-size:13px;text-decoration:line-through;font-weight:400;color:#777}.css-product-meta.price .options{font-size:13px;font-weight:400;color:#777;background:#eee}.css-product-meta.price .discount{font-size:13px;color:#844;font-weight:400}.css-product-meta.price .soldout{color:#844}.css-product-categories{justify-content:normal;margin:0 4px 16px}.css-product-category{flex:0 1 auto;padding:0 12px;border-radius:12px;line-height:24px;color:#fff;font-size:13px;margin:4px;text-transform:lowercase}.css-product-category.green{background-color:#2e8b57}.css-product-category.yellow{background-color:gold}.css-product-category.blue{background-color:#6495ed}.css-product-category.pink{background-color:#ff69b4}.css-product-category.orange{background-color:orange}.css-product-category.red{background-color:#cd5c5c}.css-product.standalone{width:auto;max-width:none;padding:0}.css-order-product{padding:8px;border-bottom:1px solid #eee}.css-order-product .css-stamp{align-items:normal}.css-order-product .css-stamp-anchor{white-space:normal}.css-order-status{padding:0 16px;line-height:32px;border-radius:6px;background-color:#eee}@media (max-width:980px){.css-product{width:auto;max-width:none}}