.Gstore-product-card{list-style:none!important;margin:0!important;padding:0!important}.Gstore-product-card__inner{position:relative;background:var(--gstore-color-bg-light);border-radius:var(--gstore-radius-base);border:1px solid var(--gstore-color-border);display:flex;flex-direction:column;overflow:hidden;box-shadow:var(--gstore-shadow-sm);transition:all var(--gstore-transition-base);height:100%;color:var(--gstore-color-text-primary)}.Gstore-product-card__inner:hover{box-shadow:var(--gstore-shadow-md);transform:translateY(-2px)}.Gstore-product-card__top{padding:var(--gstore-spacing-6);background:var(--gstore-color-bg-light);display:flex;justify-content:center;align-items:center;height:220px;position:relative;border-bottom:2px solid var(--gstore-color-border-light);overflow:hidden}.Gstore-product-card__image{width:100%;height:180px;display:flex;justify-content:center;align-items:center}.Gstore-product-card__image-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.Gstore-product-card__image img{width:auto;max-width:100%;max-height:100%;border-radius:var(--gstore-radius-base);object-fit:contain}.Gstore-product-card__badge{position:absolute;top:var(--gstore-spacing-4);left:var(--gstore-spacing-4);background:var(--gstore-color-accent);color:var(--gstore-color-white);padding:6px 10px;border-radius:var(--gstore-radius-base);font-size:var(--gstore-font-size-xs);font-weight:var(--gstore-font-weight-bold);z-index:var(--gstore-z-dropdown);text-transform:uppercase;letter-spacing:var(--gstore-letter-spacing-normal);user-select:none;box-shadow:var(--gstore-shadow-sm)}.Gstore-product-card__favorite{position:absolute;top:var(--gstore-spacing-4);right:var(--gstore-spacing-4);width:36px;height:36px;border-radius:var(--gstore-radius-full);border:1.5px solid var(--gstore-color-border);display:flex;align-items:center;justify-content:center;background:var(--gstore-color-bg-light);color:var(--gstore-color-text-secondary);cursor:pointer;transition:transform var(--gstore-transition-fast),border-color var(--gstore-transition-fast),color var(--gstore-transition-fast);box-shadow:var(--gstore-shadow-sm);z-index:var(--gstore-z-dropdown)}.Gstore-product-card__favorite:hover{border-color:var(--gstore-color-error);color:var(--gstore-color-error);transform:scale(1.1)}.Gstore-product-card__favorite-icon{font-size:var(--gstore-font-size-lg);color:currentColor;transition:color var(--gstore-transition-fast)}.Gstore-product-card__favorite.is-favorited{background:var(--gstore-color-accent);border-color:var(--gstore-color-accent);color:var(--gstore-color-white)}.Gstore-product-card__body{flex:1;display:flex;flex-direction:column}.Gstore-product-card__meta{background:var(--gstore-color-bg-card-meta);padding:var(--gstore-spacing-4);display:flex;flex-direction:column;gap:var(--gstore-spacing-2);min-height:7em;box-sizing:border-box}.Gstore-product-card__rating{display:flex;align-items:center;gap:var(--gstore-spacing-2)}.Gstore-product-card__title{font-size:var(--gstore-font-size-base);font-weight:var(--gstore-font-weight-semibold);color:var(--gstore-color-text-primary);margin:0;line-height:var(--gstore-line-height-tight);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.Gstore-product-card__title a{color:inherit;text-decoration:none;transition:color var(--gstore-transition-fast)}.Gstore-product-card__title a:hover{color:var(--gstore-color-accent)}.Gstore-product-card__title a:focus,.Gstore-product-card__title a:focus-visible{outline:0}.related.products .Gstore-product-card__title{display:block;max-height:none;-webkit-line-clamp:unset;line-clamp:unset;-webkit-box-orient:unset;overflow:visible}.Gstore-product-card__price{background:var(--gstore-color-bg-light);padding:var(--gstore-spacing-4);border-top:1px solid var(--gstore-color-border)}.Gstore-product-card__price-value{font-size:var(--gstore-font-size-xl);font-weight:var(--gstore-font-weight-bold);color:var(--gstore-color-text-primary)}.Gstore-payment-label{font-size:var(--gstore-font-size-xs);font-weight:var(--gstore-font-weight-bold);color:var(--gstore-color-accent);text-transform:uppercase;letter-spacing:var(--gstore-letter-spacing-wide);margin-bottom:var(--gstore-spacing-2)}.Gstore-installment-text{font-size:var(--gstore-font-size-sm);color:var(--gstore-color-text-secondary);margin-top:var(--gstore-spacing-2)}.Gstore-product-card__footer{background:var(--gstore-color-bg-muted);padding:var(--gstore-spacing-4);border-top:1px solid var(--gstore-color-border)}body.gstore-product-card-style-hidden-button .Gstore-product-card--button-hidden .Gstore-product-card__inner{--gstore-hidden-card-action-area:104px;box-shadow:none}body.gstore-product-card-style-hidden-button .Gstore-product-card--button-hidden .Gstore-product-card__top{border-bottom:1px solid var(--gstore-color-border-light)}body.gstore-product-card-style-hidden-button .Gstore-product-card--button-hidden .Gstore-product-card__meta{align-items:center;background:var(--gstore-color-bg-light);border-bottom:0;height:auto;min-height:92px;padding:18px 18px 6px;text-align:center}body.gstore-product-card-style-hidden-button .Gstore-product-card--button-hidden .Gstore-product-card__rating,body.gstore-product-card-style-hidden-button .Gstore-product-card--button-hidden .Gstore-product-card__stars{justify-content:center}body.gstore-product-card-style-hidden-button .Gstore-product-card--button-hidden .Gstore-product-card__title{font-size:var(--gstore-font-size-sm);font-weight:var(--gstore-font-weight-medium);text-align:center}body.gstore-product-card-style-hidden-button .Gstore-product-card--button-hidden .Gstore-product-card__price-section,body.gstore-product-card-style-hidden-button .Gstore-product-card--button-hidden .Gstore-product-card__reposicao{align-items:center;border-top:1px solid var(--gstore-color-border-light);box-sizing:border-box;justify-content:center;min-height:var(--gstore-hidden-card-action-area);padding:16px 20px;position:relative;text-align:center}body.gstore-product-card-style-hidden-button .Gstore-product-card--button-hidden .Gstore-product-card__price-section>:not(.Gstore-product-card__footer),body.gstore-product-card-style-hidden-button .Gstore-product-card--button-hidden .Gstore-product-card__reposicao>:not(.Gstore-product-card__footer){transition:opacity var(--gstore-transition-fast),filter var(--gstore-transition-fast),transform var(--gstore-transition-fast)}body.gstore-product-card-style-hidden-button .Gstore-product-card--button-hidden .Gstore-product-card__price-row{color:var(--gstore-color-text-primary)}body.gstore-product-card-style-hidden-button .Gstore-product-card--button-hidden .Gstore-product-card__footer{position:absolute;right:20px;bottom:auto;left:20px;top:50%;z-index:12;margin:0;padding:8px;border:0;border-radius:var(--gstore-radius-base);background:rgba(255,255,255,.76);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;pointer-events:none;transform:translateY(calc(-50% + 10px));transition:opacity var(--gstore-transition-fast),transform var(--gstore-transition-fast)}body.gstore-product-card-style-hidden-button .Gstore-product-card--button-hidden .Gstore-product-card__inner:focus-within .Gstore-product-card__price-section>:not(.Gstore-product-card__footer),body.gstore-product-card-style-hidden-button .Gstore-product-card--button-hidden .Gstore-product-card__inner:focus-within .Gstore-product-card__reposicao>:not(.Gstore-product-card__footer),body.gstore-product-card-style-hidden-button .Gstore-product-card--button-hidden .Gstore-product-card__inner:hover .Gstore-product-card__price-section>:not(.Gstore-product-card__footer),body.gstore-product-card-style-hidden-button .Gstore-product-card--button-hidden .Gstore-product-card__inner:hover .Gstore-product-card__reposicao>:not(.Gstore-product-card__footer){filter:blur(2px);opacity:.58;transform:none}body.gstore-product-card-style-hidden-button .Gstore-product-card--button-hidden .Gstore-product-card__inner:focus-within .Gstore-product-card__footer,body.gstore-product-card-style-hidden-button .Gstore-product-card--button-hidden .Gstore-product-card__inner:hover .Gstore-product-card__footer{opacity:1;pointer-events:auto;transform:translateY(-50%)}@media (hover:none),(pointer:coarse){body.gstore-product-card-style-hidden-button .Gstore-product-card--button-hidden .Gstore-product-card__footer{position:static;padding:var(--gstore-spacing-4);border-top:0;border-radius:0;background:var(--gstore-color-bg-light);backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;opacity:1;pointer-events:auto;transform:none}body.gstore-product-card-style-hidden-button .Gstore-product-card--button-hidden .Gstore-product-card__footer .add_to_cart_button,body.gstore-product-card-style-hidden-button .Gstore-product-card--button-hidden .Gstore-product-card__footer .ajax_add_to_cart,body.gstore-product-card-style-hidden-button .Gstore-product-card--button-hidden .Gstore-product-card__footer .button,body.gstore-product-card-style-hidden-button .Gstore-product-card--button-hidden .Gstore-product-card__footer .product_type_simple{box-shadow:none!important}body.gstore-product-card-style-hidden-button .Gstore-product-card--button-hidden .Gstore-product-card__inner:focus-within .Gstore-product-card__price-section>:not(.Gstore-product-card__footer),body.gstore-product-card-style-hidden-button .Gstore-product-card--button-hidden .Gstore-product-card__inner:focus-within .Gstore-product-card__reposicao>:not(.Gstore-product-card__footer),body.gstore-product-card-style-hidden-button .Gstore-product-card--button-hidden .Gstore-product-card__inner:hover .Gstore-product-card__price-section>:not(.Gstore-product-card__footer),body.gstore-product-card-style-hidden-button .Gstore-product-card--button-hidden .Gstore-product-card__inner:hover .Gstore-product-card__reposicao>:not(.Gstore-product-card__footer){filter:none;opacity:1;transform:none}}@media (max-width:640px){.Gstore-product-card__top{height:200px;padding:var(--gstore-spacing-4)}.Gstore-product-card__image{height:160px}.Gstore-product-card__image img{max-width:100%}.Gstore-product-card__meta{min-height:7em;padding:var(--gstore-spacing-3)}.Gstore-product-card__price{padding:var(--gstore-spacing-3)}.Gstore-product-card__price-value{font-size:var(--gstore-font-size-lg)}}
