.card__popover{border-radius:12px;padding:5px 25px 25px;pointer-events:none;-webkit-transform:translateY(102%);transform:translateY(102%);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-o-transition:transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.card__popover.show{pointer-events:all;-webkit-transform:translateY(0);transform:translateY(0)}@media(max-width:640px){.card__popover{grid-gap:16px;border-radius:6px;gap:16px;height:100%;padding:16px}}.product-card__button-content{min-height:40px;min-width:40px}.product-card__button-content .show-hover{color:#dd3900;font-size:17px;height:0;opacity:0;overflow:hidden;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all .15s ease-out;-o-transition:all .15s ease-out;transition:all .15s ease-out;width:0}@media(max-width:1024px){.product-card__button-content .show-hover{height:0;opacity:0;-webkit-transform:scale(0);transform:scale(0);width:0}}.product-card__button-content .hide-hover{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;justify-content:center;overflow:hidden;width:auto}.product-card__button-content .hide-hover,.product-card__button-content .hide-hover .icon-plus{opacity:1;-webkit-transition:all .15s ease-out;-o-transition:all .15s ease-out;transition:all .15s ease-out}.product-card__button-content .hide-hover .icon-plus{color:#ff4612;height:17px;-webkit-transform:scale(1) translateY(-2px);transform:scale(1) translateY(-2px);width:17px}@media(max-width:1024px){.product-card__button-content .hide-hover{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:10px;padding-right:10px}}@media(min-width:1024px){.product-card__button-content:hover .show-hover{height:auto;opacity:1;padding-left:15px;padding-right:15px;-webkit-transform:scale(1);transform:scale(1);width:auto}.product-card__button-content:hover .show-hover .icon-plus{height:0;opacity:0;-webkit-transform:scale(0) translateY(-2px);transform:scale(0) translateY(-2px);width:0}.product-card__button-content:hover .hide-hover{height:0;opacity:0;-webkit-transform:scale(0);transform:scale(0);width:0}}