.rt-card{position:relative;display:flex;flex-direction:column;background:var(--raytus-white);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;height:100%;transition:box-shadow .2s ease,border-color .2s ease}.rt-card:hover{box-shadow:var(--shadow-md);border-color:#ddd}.rt-card__media{position:relative;display:block;background:var(--color-surface)}.rt-card__media .rt-aspect{border-radius:0}.rt-card__image--secondary{opacity:0;transition:opacity .25s ease}.rt-card:hover .rt-card__image--secondary{opacity:1}.rt-card:hover .rt-card__image--primary{opacity:0}.rt-card__badges{position:absolute;top:var(--space-3);left:var(--space-3);display:flex;flex-direction:column;gap:6px;z-index:2}.rt-card__wishlist{position:absolute;top:var(--space-2);right:var(--space-2);z-index:2;width:34px;height:34px;border-radius:50%;background:#ffffffeb;border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;cursor:pointer}.rt-card__wishlist svg{width:16px;height:16px}.rt-card__wishlist[aria-pressed=true] svg{fill:var(--raytus-orange);color:var(--raytus-orange)}.rt-card__quick-add{position:absolute;right:var(--space-2);bottom:var(--space-2);z-index:2;width:38px;height:38px;border-radius:50%;background:var(--raytus-black);color:var(--raytus-white);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transform:translateY(6px);transition:opacity .15s ease,transform .15s ease,background-color .15s ease}.rt-card:hover .rt-card__quick-add,.rt-card__quick-add:focus-visible{opacity:1;transform:translateY(0)}.rt-card__quick-add:hover{background:var(--raytus-orange)}.rt-card__quick-add svg{width:16px;height:16px}.rt-card__quick-add[disabled]{opacity:.5;cursor:not-allowed}.rt-card__body{padding:var(--space-3) var(--space-4) var(--space-4);display:flex;flex-direction:column;gap:6px;flex:1}.rt-card__vendor{font-size:11px;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.04em}.rt-card__title{font-size:var(--text-sm);font-weight:var(--font-weight-medium);color:var(--raytus-black);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rt-card__title a:hover{color:var(--raytus-orange)}.rt-card__title a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.rt-card__swatches{display:flex;align-items:center;gap:6px;margin-top:2px}.rt-card__swatch{width:16px;height:16px;border-radius:50%;border:1px solid rgba(0,0,0,.15);display:inline-block}.rt-card__swatch-more{font-size:11px;color:var(--color-text-secondary)}.rt-card__price-row{display:flex;align-items:center;justify-content:space-between;margin-top:4px;gap:var(--space-2)}.rt-card__prices{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.rt-card__price{font-size:var(--text-base);font-weight:var(--font-weight-bold);color:var(--raytus-black)}.rt-card__price--sale{color:var(--raytus-orange)}.rt-card__price--compare{font-size:var(--text-xs);color:var(--color-text-secondary);text-decoration:line-through}.rt-card__cart-btn{width:34px;height:34px;border-radius:50%;border:1px solid var(--color-border);background:var(--raytus-white);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;position:relative;z-index:2}.rt-card__cart-btn:hover{background:var(--raytus-black);color:var(--raytus-white);border-color:var(--raytus-black)}.rt-card__cart-btn svg{width:15px;height:15px}.rt-card--sold-out .rt-card__media{opacity:.55}.rt-card--sold-out .rt-card__cart-btn,.rt-card--sold-out .rt-card__quick-add{display:none}.rt-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-5)}.rt-product-grid--3{grid-template-columns:repeat(3,1fr)}.rt-product-grid--5{grid-template-columns:repeat(5,1fr)}@media(max-width:1180px){.rt-product-grid,.rt-product-grid--5{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.rt-product-grid,.rt-product-grid--3,.rt-product-grid--5{grid-template-columns:repeat(2,1fr);gap:var(--space-3)}.rt-card__body{padding:var(--space-2) var(--space-3) var(--space-3)}}@media(max-width:420px){.rt-product-grid--list-mobile{grid-template-columns:1fr}}.rt-product-grid.is-list-view{grid-template-columns:1fr;gap:var(--space-3)}.rt-product-grid.is-list-view .rt-card{flex-direction:row}.rt-product-grid.is-list-view .rt-card__media{width:180px;flex-shrink:0}.rt-product-grid.is-list-view .rt-card__body{justify-content:center}.rt-price-block{display:flex;align-items:baseline;gap:var(--space-3);margin-bottom:var(--space-4);flex-wrap:wrap}.rt-price-block__current{font-size:var(--text-lg);font-weight:var(--font-weight-bold)}.rt-price-block--on-sale .rt-price-block__current{color:var(--raytus-orange)}.rt-price-block__compare{font-size:var(--text-base);color:var(--color-text-secondary);text-decoration:line-through}.rt-price-block__shop-pay{font-size:var(--text-xs);color:var(--color-text-secondary);flex-basis:100%}.rt-price-block__shop-pay a{color:var(--raytus-black);text-decoration:underline}
/*# sourceMappingURL=/cdn/shop/t/27/assets/component-product-card.css.map */
