.custom-shop-card-wrapper{max-width:760px;width:100%;margin:2rem 0}.custom-shop-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background-color:#fff;border:1px solid #e5e5e5;border-radius:.2rem;overflow:hidden;text-decoration:none;color:inherit;-webkit-box-shadow:0 4px 10px rgba(0,0,0,.03);box-shadow:0 4px 10px rgba(0,0,0,.03);-webkit-transition:-webkit-transform .25s ease,-webkit-box-shadow .25s ease;transition:-webkit-transform .25s ease,-webkit-box-shadow .25s ease;transition:transform .25s ease,box-shadow .25s ease;transition:transform .25s ease,box-shadow .25s ease,-webkit-transform .25s ease,-webkit-box-shadow .25s ease;padding:0;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.custom-shop-card:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 8px 20px rgba(0,0,0,.08);box-shadow:0 8px 20px rgba(0,0,0,.08)}.custom-shop-card__image-area{-webkit-box-flex:2;-ms-flex:2 2 0px;flex:2 2 0;min-width:0;min-height:180px;-ms-flex-item-align:stretch;align-self:stretch}.custom-shop-card__image-area img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:0}.custom-shop-card__text-area{-webkit-box-flex:3;-ms-flex:3 3 0px;flex:3 3 0;min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:12px 16px 12px 24px}.custom-shop-card__title{font-size:1.1rem;font-weight:bold;margin:0 0 10px 0;color:#222;line-height:1.4}.custom-shop-card__desc{font-size:.95rem;line-height:1.4;color:#555;margin:0}@media(max-width: 768px){.custom-shop-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0}.custom-shop-card__image-area{-webkit-box-flex:1;-ms-flex:auto;flex:auto;width:100%;height:auto;aspect-ratio:16/9}.custom-shop-card__text-area{width:100%;padding:16px}.custom-shop-card__title{font-size:1.1rem}.custom-shop-card__desc{font-size:.9rem}}/*# sourceMappingURL=custom-shop-card-shortcode.min.css.map */