.venture-product-card{align-content:center;display:flex;flex-direction:column;gap:20px;height:100%;position:relative}.venture-product-card__link{height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.venture-product-card__img{align-items:center;border-radius:var(--product-image-corner-radius);display:flex;justify-content:center;margin:0 auto;max-width:300px;min-height:300px;overflow:hidden;padding:15px;position:relative;transition:.15s linear;width:100%}@media(max-width:1024px){.venture-product-card__img{max-width:200px;min-height:200px}}@media(max-width:767px){.venture-product-card__img{min-height:0}}.venture-product-card__img img{max-height:250px;max-width:100%;transform:scale(1);transition:.15s linear}body:not(.is-touch) .venture-product-card:hover .venture-product-card__img{background:var(--product-bg)}body:not(.is-touch) .venture-product-card:hover .venture-product-card__img img{opacity:.8}.venture-product-card__description{align-content:center;display:flex;flex-direction:column;text-align:center}.venture-product-card__description-holder{align-content:center;display:flex;flex-direction:column;margin-bottom:15px;position:relative}.venture-product-card__description-holder:after{align-self:center;background:var(--primary-text-color);content:"";height:2px;width:20px}.venture-product-card__description-top{align-items:center;display:flex;justify-content:center;margin-bottom:7px;min-height:22px;padding:0 30px;position:relative}.venture-product-card__add,.venture-product-card__favorite{background:none;border:0;color:var(--primary-text-color);padding:0;position:absolute;top:0;z-index:3}.venture-product-card__add--disabled,.venture-product-card__favorite--disabled{opacity:.4;pointer-events:none}.venture-product-card__favorite{left:0}.venture-product-card__favorite svg{transition:all .15s linear}.venture-product-card__favorite--full{color:var(--product-card-favorite-color)}body:not(.is-touch) .venture-product-card__favorite:hover{color:var(--link-hover)}.venture-product-card__add{right:0}.venture-product-card__add svg{transition:all .15s linear}body:not(.is-touch) .venture-product-card__add:hover{color:var(--link-hover)}.venture-product-card__label{color:var(--primary-color);font-size:var(--product-card-description-font-size);letter-spacing:.5px;line-height:1;text-transform:uppercase}@media(max-width:767px){.venture-product-card__label{font-size:calc(10px*var(--font-size-multiplier, 1))}}.venture-product-card__title{font-size:var(--product-card-title-font-size);line-height:1.2;margin-bottom:10px;text-align:center}.venture-product-card__stock-status{background-color:#d72626;border-radius:5px;color:#fff;margin:0 auto;padding:5px 20px;width:-moz-max-content;width:max-content}.venture-product-card__description-text{font-size:var(--product-card-description-font-size);line-height:1;margin-bottom:15px;text-align:center}.venture-product-card__cost{font-size:var(--product-card-cost-font-size);text-align:center}.venture-product-card--not-active .venture-product-card__add,.venture-product-card--not-active .venture-product-card__cost,.venture-product-card--not-active .venture-product-card__description-holder,.venture-product-card--not-active .venture-product-card__img,.venture-product-card--not-active .venture-product-card__label{cursor:default;filter:grayscale(1);opacity:.5}.stride-product-card{color:var(--primary-text-color);display:flex;flex-direction:column;gap:15px;height:100%;position:relative}@media(max-width:767px){.stride-product-card__options{align-items:center;display:flex;justify-content:space-between}}.stride-product-card__favorite{background:none;border:0;left:10px;padding:10px;position:absolute;top:10px;z-index:3}.stride-product-card__favorite svg{transition:all .15s linear}.stride-product-card__favorite--full,.stride-product-card__favorite:hover{color:var(--primary-color)}.stride-product-card__label{background:color-mix(in srgb,var(--primary-text-color) 5%,transparent);border-radius:4px;color:var(--text-color);font-size:calc(13px*var(--font-size-multiplier, 1));line-height:1.254;padding:7px 12px;position:absolute;right:20px;top:20px;z-index:3}@media(max-width:767px){.stride-product-card__label{font-size:calc(11px*var(--font-size-multiplier, 1));padding:5px}}.stride-product-card__img{align-items:center;border-radius:var(--product-image-corner-radius);display:flex;justify-content:center;margin:0 auto;max-width:300px;min-height:300px;overflow:hidden;padding:15px;position:relative;transition:.15s linear}@media(max-width:1024px){.stride-product-card__img{max-width:200px;min-height:200px}}@media(max-width:767px){.stride-product-card__img{min-height:0}}.stride-product-card__img img{max-height:250px;max-width:100%;transform:scale(1);transition:.15s linear}body:not(.is-touch) .stride-product-card:hover .stride-product-card__img{background:var(--product-bg)}body:not(.is-touch) .stride-product-card:hover .stride-product-card__img img{opacity:.8}.stride-product-card__description{align-items:center;display:flex;flex-direction:column;gap:8px;text-align:center}.stride-product-card__cost{font-size:var(--product-card-cost-font-size);font-weight:var(--product-card-cost-font-weight);line-height:1.5}.stride-product-card__title{font-size:var(--product-card-title-font-size);font-weight:var(--product-card-title-font-weight);line-height:var(--product-card-title-line-height)}.stride-product-card__stock-status{background-color:#d72626;border-radius:5px;color:#fff;padding:5px 20px}.stride-product-card__footer{display:flex;justify-content:center}@media(max-width:767px){.stride-product-card__footer{display:none}}.stride-product-card__footer .custom-button{position:relative;z-index:3}body:not(.is-touch) .stride-product-card__footer{opacity:0;transition:all .15s linear}body:not(.is-touch) .stride-product-card:hover .stride-product-card__footer{opacity:1}.stride-product-card__link{height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.stride-product-card.is_disabled{opacity:.5;pointer-events:none}.stride-product-card--not-active .stride-product-card__cost,.stride-product-card--not-active .stride-product-card__description-holder,.stride-product-card--not-active .stride-product-card__footer-message,.stride-product-card--not-active .stride-product-card__img,.stride-product-card--not-active .stride-product-card__label{cursor:default;filter:grayscale(1);opacity:.5}.orbit-product-card{background:#f8f8f8;color:var(--primary-text-color);display:flex;flex-direction:column;gap:5px;height:100%;padding:20px;position:relative}.orbit-product-card__favorite{background:none;border:0;position:relative;z-index:4}.orbit-product-card__favorite svg{transition:all .15s linear}.orbit-product-card__favorite--full,.orbit-product-card__favorite:hover{color:var(--primary-color)}.orbit-product-card__options{align-items:center;display:flex;gap:4px;justify-content:space-between;margin:0 auto;max-width:300px;width:100%}.orbit-product-card__label{color:var(--text-color);font-size:calc(13px*var(--font-size-multiplier, 1));line-height:1.254;padding:2px;position:relative}@media(max-width:767px){.orbit-product-card__label{font-size:calc(11px*var(--font-size-multiplier, 1))}}.orbit-product-card__img{align-items:center;border-radius:var(--product-image-corner-radius);display:flex;justify-content:center;margin:0 auto 15px;max-width:300px;min-height:200px;overflow:hidden;position:relative;transition:.15s linear;width:100%}@media(max-width:1024px){.orbit-product-card__img{max-width:200px;min-height:200px}}@media(max-width:767px){.orbit-product-card__img{min-height:0}}.orbit-product-card__img img{max-height:250px;max-width:100%;transform:scale(1);transition:.15s linear}.orbit-product-card__img:before{background:#00000040;content:"";cursor:pointer;height:100%;left:0;top:0;width:100%;z-index:3}.orbit-product-card__btn,.orbit-product-card__img:before{opacity:0;position:absolute;transition:.15s linear;visibility:hidden}.orbit-product-card__btn{align-items:center;display:flex;justify-content:center;padding:10px;top:50%;transform:translateY(-50%);width:170px;z-index:5}@media(max-width:1024px){.orbit-product-card__btn{display:none}}body:not(.is-touch) .orbit-product-card:hover .orbit-product-card__btn,body:not(.is-touch) .orbit-product-card:hover .orbit-product-card__img:before{opacity:1;visibility:visible}.orbit-product-card__description{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;text-align:center}.orbit-product-card__cost{font-size:var(--product-card-cost-font-size);font-weight:var(--product-card-cost-font-weight);line-height:1.5}.orbit-product-card__title{font-size:var(--product-card-title-font-size);font-weight:var(--product-card-title-font-weight);line-height:var(--product-card-title-line-height)}.orbit-product-card__stock-status{background-color:#d72626;border-radius:5px;color:#fff;padding:5px 20px}.orbit-product-card__footer{display:flex;justify-content:center}.orbit-product-card__footer .custom-button{position:relative;z-index:4}body:not(.is-touch) .orbit-product-card__footer{opacity:0;transition:all .15s linear}body:not(.is-touch) .orbit-product-card:hover .orbit-product-card__footer{opacity:1}.orbit-product-card__link{height:100%;left:0;position:absolute;top:0;width:100%;z-index:4}.orbit-product-card.is_disabled{opacity:.5;pointer-events:none}.orbit-product-card--not-active .orbit-product-card__cost,.orbit-product-card--not-active .orbit-product-card__description-holder,.orbit-product-card--not-active .orbit-product-card__footer-message,.orbit-product-card--not-active .orbit-product-card__img,.orbit-product-card--not-active .orbit-product-card__label{cursor:default;filter:grayscale(1);opacity:.5}
