.cherry-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 16px}.cherry-card{position:relative;min-width:0;color:#4a2d38;font-family:Inter,Arial,sans-serif;cursor:pointer;transition:transform .45s ease}.cherry-card:hover{transform:translateY(-6px)}.cherry-card__media{position:relative;aspect-ratio:3/4;overflow:visible}.cherry-card__clip{position:absolute;inset:0;overflow:hidden;border-radius:15px;background:#f5e7ee;box-shadow:0 4px 16px rgba(74,45,56,.08);transition:box-shadow .45s ease}.cherry-card__clip img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s ease,opacity .25s ease}.cherry-card:hover .cherry-card__clip{box-shadow:0 22px 46px rgba(137,112,218,.20),0 10px 28px rgba(245,102,180,.15)}.cherry-card:hover .cherry-card__clip img{transform:scale(1.045)}.cherry-card__badge{position:absolute;z-index:3;top:15px;left:-7px;padding:8px 14px 8px 19px;border-radius:0 9px 9px 0;background:#f7bad1;color:#553440;font-size:.72rem;font-weight:700}.cherry-card__badge::before{content:"";position:absolute;left:8px;top:50%;width:4px;height:4px;translate:0 -50%;border-radius:50%;background:#fff}.cherry-card__fav,.cherry-card__share{position:absolute;z-index:4;display:grid;place-items:center;border:0;border-radius:50%;cursor:pointer}.cherry-card__fav{top:10px;right:10px;width:42px;height:42px;background:rgba(255,255,255,.95);color:#f04d5b;font-size:1.65rem;line-height:1}.cherry-card__fav.is-active{background:#f04d5b;color:#fff}.cherry-card__share{right:10px;bottom:-20px;width:45px;height:45px;background:#52303d;color:#fff;box-shadow:0 10px 25px rgba(42,33,48,.2)}.cherry-card__share svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7}.cherry-card__content{padding-top:13px}.cherry-card__title{max-width:calc(100% - 48px);margin:0 0 6px;font-size:.94rem;font-weight:500;line-height:1.25}.cherry-card__prices{display:flex;align-items:center;gap:5px;white-space:nowrap}.cherry-card__old{font-size:.62rem;color:#9d7b87;text-decoration:line-through}.cherry-card__price{font-size:.9rem;color:#16852b;font-weight:700}.cherry-card__off{padding:3px 5px;border-radius:6px;background:#ffe1e6;color:#ef3349;font-size:.56rem}.cherry-card__installment{display:block;margin-top:3px;color:#9d7b87;font-size:.67rem}.cherry-card__buy{display:block;width:100%;margin-top:10px;padding:10px 12px;border:0;border-radius:999px;background:linear-gradient(90deg,#ec72c5,#78a9ff);color:#fff;text-align:center;font-size:.76rem;font-weight:700;cursor:pointer;transition:filter .25s ease,transform .25s ease}.cherry-card__buy:hover{filter:saturate(1.25);transform:translateY(-1px)}@media(max-width:820px){.cherry-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 12px}}@media(max-width:480px){.cherry-product-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 14px 18px;margin-inline:-14px}.cherry-card{flex:0 0 76vw;scroll-snap-align:start}.cherry-card__fav{width:37px;height:37px}.cherry-card__share{width:41px;height:41px}}@media(prefers-reduced-motion:reduce){.cherry-card,.cherry-card__clip,.cherry-card__clip img,.cherry-card__buy{transition:none!important;transform:none!important}}
/* Mantém o compartilhamento totalmente dentro da foto. */
.cherry-card__share { bottom: 10px; }
