.product_card_img.ratio:before{padding-bottom:var(--aspect-ratio,var(--ratio-percent,100%))}.product_card_img.ratio{position:relative}.empty_product_card_img svg.placeholder_svg{background:color-mix(in srgb,var(--color-secondary-background) 100%,transparent);border-radius:var(--img-border-radius)}.empty_product_card_wrapper,.product_card_wrapper{display:flex;flex-flow:column;gap:1rem}.empty_product_card_info,.product_card_info{text-align:var(--text-align)}.product_card_img{border-radius:var(--img-border-radius);overflow:hidden}.product_card_img.has_bg{background:var(--card-bg)}.product_card_img.ratio.has_quick_view{border-bottom-right-radius:var(--img-border-radius)}.product_card_img a{display:flex;width:100%;height:100%}.product_card_img img,.product_card_img svg.placeholder_svg{width:100%;height:100%;position:absolute;object-fit:cover;border-radius:var(--img-border-radius);transition:transform .5s ease,opacity .5s ease}.product_card_info h4 a{color:var(--color-text);text-decoration:none}.product_price_inner{margin:.5rem 0 0}.product_price_inner_main{display:flex;justify-content:center;gap:0;flex-wrap:wrap}span.product_card_cap+.product_card_price,span.product_card_price{color:var(--color-highlight)}span.product_card_cap s{color:var(--color-text);font-size:1.2rem;opacity:.6;position:relative;top:-1px;margin-left:7px}.unit-price span{color:var(--color-text)}.pc_info--left .product_price_inner_main{justify-content:flex-start}.pc_info--center .product_price_inner_main{justify-content:center}.pc_info--right .product_price_inner_main{justify-content:flex-end}.product_card_img .badge{position:absolute;width:3.6rem;height:3.6rem;border-radius:var(--radius);padding:0;background:unset;border:unset;overflow:hidden}.badge.badge--top_left{top:1rem;left:1rem}.badge.badge--top_right{top:2rem;right:2rem}.badge.badge--bottom_left{bottom:2rem;left:2rem}.badge.badge--bottom_right{bottom:2rem;right:2rem}span.badge_inner{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center;padding:0rem;border-radius:var(--radius)}span.badge_inner span{font-size:1.2rem;line-height:1.4rem;color:var(--color-text);font-weight:600}.custom_badge.cb--top_right{position:absolute;top:2rem;right:2rem}.custom_badge_inner{display:flex;flex-flow:column;align-items:flex-end;gap:.6rem;background:transparent}.custom_badge_inner span{font-size:1.2rem;text-transform:uppercase;font-weight:500;background:var(--color-background);padding:1rem 1.4rem;text-align:center;display:flex;justify-content:center;width:fit-content;border-radius:.4rem;color:var(--color-text)}.product_card_img:has(a:focus-visible){outline:1px solid var(--color-text);outline-offset:3px}.product_card_img a:focus-visible{outline:none}.quick_view_wrapper{position:absolute;bottom:-1rem;right:-1rem;background:var(--color-primary-button-background);width:6.2rem;height:6.2rem;border-radius:var(--qa_radius);border:1rem solid var(--color-background);transition:transform .3s ease}.product_card_info .has_bg .quick_view_wrapper.besides_text,.product_card_img.has_bg .quick_view_wrapper{background:var(--card-bg)}.quick_view_wrapper:before{content:"";position:absolute;top:-10px;right:0;width:14px;height:10px;background:var(--color-background)}.quick_view_wrapper:after{content:"";position:absolute;bottom:0;right:44px;width:8px;height:18px;background:var(--color-background)}svg.corner-svg-top{position:absolute;top:-33px;right:-1px;display:flex}svg.corner-svg-top path,svg.corner-svg-bottom path{fill:var(--color-background)!important}svg.corner-svg-bottom{position:absolute;bottom:-1px;left:-34px;display:flex;z-index:3}.quick_view_wrapper product-form,.quick_view_wrapper product-form form{width:100%;height:100%;border-radius:50%}.quick_view_wrapper button{width:100%;height:100%;display:flex;justify-content:center;font-style:italic;background:transparent;align-items:center;border:none;border-radius:var(--qa_radius);padding:0}.product_card_info .has_bg .quick_view_wrapper.besides_text button svg path,.product_card_img.has_bg .quick_view_wrapper button svg path{fill:var(--card-text)}.product_card_img:not(.has_bg) .quick_view_wrapper button svg path{fill:var(--color-primary-button-text)}.quick_view_wrapper button .loader{font-size:0;width:16px;height:16px;border:2px solid var(--color-text);border-top:2px solid color-mix(in srgb,var(--color-text) 30%,transparent);border-radius:50%;animation:rotate 2s infinite forwards}.product_card_info .has_bg .quick_view_wrapper.besides_text button .loader,.product_card_img.has_bg .quick_view_wrapper button .loader{border:2px solid var(--card-text);border-top:2px solid color-mix(in srgb,var(--card-text) 30%,transparent)}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.quick_view_wrapper button:disabled{cursor:not-allowed;opacity:.6}.product_card_img:not(.has_bg) .quick_view_wrapper button .loader{font-size:0;width:16px;height:16px;border:2px solid var(--color-primary-button-text);border-top:2px solid color-mix(in srgb,var(--color-primary-button-text) 30%,transparent);border-radius:50%;animation:rotate 2s infinite forwards}button.product_form_submit_btn,button.quick_add_btn{overflow:hidden}button.product_form_submit_btn svg:first-child,button.quick_add_btn svg:first-child{transition:transform .3s ease-in-out;transform:translateY(50%)}button.product_form_submit_btn svg:last-child,button.quick_add_btn svg:last-child{position:relative;top:50%;transform:translateY(250%);transition:transform .3s ease-in-out}button.product_form_submit_btn:hover svg:first-child,button.quick_add_btn:hover svg:first-child{transform:translateY(-250%)}button.product_form_submit_btn:hover svg:last-child,button.quick_add_btn:hover svg:last-child{transform:translateY(-50%)}.product_add_error{background:color-mix(in srgb,#ff0000 30%,transparent);padding:5px 10px;border-radius:6px;width:100%;text-align:center;font-size:1.2rem;line-height:1.6;color:red;margin:10px 0;max-width:64rem}.pc_swatches{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.8rem}.pc_info--left .pc_swatches{justify-content:flex-start}.pc_info--center .pc_swatches{justify-content:center}.pc_info--right .pc_swatches{justify-content:flex-end}.pc_swatch{width:1.6rem;height:1.6rem;border:1px solid rgba(0,0,0,.12);background-size:cover;background-position:center;background-repeat:no-repeat;display:inline-block;flex-shrink:0;border-radius:.4rem;cursor:pointer;box-shadow:0 0 0 2px transparent;transition:box-shadow .15s ease}.pc_swatch:hover,.pc_swatch:focus-visible{box-shadow:0 0 0 2px var(--color-text)}.pc_swatch.pc_swatch--active{box-shadow:0 0 0 2px var(--color-text)}.pc_swatches--circle .pc_swatch{border-radius:50%}.pc_swatch_label{font-size:1.2rem;line-height:1;color:var(--color-text);border-bottom:2px solid var(--color-border);padding:.6rem .4rem;cursor:pointer;transition:border-color .2s ease;white-space:nowrap}.pc_swatch_label:hover,.pc_swatch_label:focus-visible,.pc_swatch_label.pc_swatch--active{border-bottom-color:var(--color-text)}.product_card_img img.secondary_pc_image{transform:scale(1.1);opacity:0;transition:transform .6s ease,opacity .6s ease}.product_card_img.has_secondary_img:hover .secondary_pc_image{transform:scale(1);opacity:1}.product_card_img.has_secondary_img:hover .main_pc_image{transform:scale(1.1);opacity:0}@media screen and (max-width:640px){.badge{width:3.6rem;height:3.6rem}.badge.badge--top_left{top:1rem;left:1rem}.badge.badge--top_right{top:1rem;right:1rem}.badge.badge--bottom_left{bottom:1rem;left:1rem}.custom_badge{display:none}.mob_cols_2 .quick_view_wrapper{width:5.2rem;height:5.2rem}.mob_cols_2 .quick_view_wrapper button svg{width:1.6rem;height:1.6rem}.mob_cols_2 svg.corner-svg-bottom{left:-33px}.mob_cols_2 .quick_view_wrapper:after{right:33px}}.quick_view_wrapper.besides_text{right:0rem;bottom:0rem;position:relative;width:4.6rem;height:4.6rem;border-radius:var(--qa_radius);border:none}.pci_besides_text{display:flex;justify-content:space-between;align-items:center;gap:10px}.pci_besides_text+.pc_swatches{margin-top:1.2rem;margin-left:.5rem;margin-right:5.5rem}.quick_view_wrapper.besides_text:after{display:none}.card-info-pro{flex:1 1 auto;min-width:0}h4.small-text{padding:0;margin:0}.contains-card--product .product_card_wrapper,.product_card_wrapper{--color-text: rgb(var(--color-foreground));--color-highlight: rgb(var(--color-foreground));--color-background: rgb(var(--color-background));--img-border-radius: var(--product-card-corner-radius, 0)}html:not(.product-card-layout-fc) .contains-card--product .product_card_wrapper,html:not(.product-card-layout-fc) .product_card_wrapper{--color-primary-button-background: rgb(var(--color-button));--color-primary-button-text: rgb(var(--color-button-text))}.quick_view_wrapper.besides_text{background:var(--color-primary-button-background);color:var(--color-primary-button-text)}.quick_view_wrapper.besides_text button.product_form_submit_btn{color:var(--color-primary-button-text)}.quick_view_wrapper.besides_text button.product_form_submit_btn .btn_text{overflow:hidden;position:relative}.quick_view_wrapper.besides_text button.product_form_submit_btn .icon-fc-cart{width:1.9rem;height:auto}.quick_view_wrapper.besides_text button.product_form_submit_btn svg path{fill:currentColor}.quick_view_wrapper.besides_text button.product_form_submit_btn svg:first-child{transform:translateY(0)}.quick_view_wrapper.besides_text button.product_form_submit_btn svg:last-child{position:absolute;top:50%;left:50%;transform:translate(-50%,100%)}.quick_view_wrapper.besides_text button.product_form_submit_btn:hover svg:first-child{transform:translateY(-120%)}.quick_view_wrapper.besides_text button.product_form_submit_btn:hover svg:last-child{transform:translate(-50%,-50%)}.contains-card--product .product_card_info,.product_card_wrapper .product_card_info{text-align:var(--product-card-text-alignment, var(--text-align, left))}.product_card_wrapper--standard .product_card_img:not(.fc-product-card-img--bordered){border:var(--product-card-border-width, 0) solid rgba(var(--color-foreground),var(--product-card-border-opacity, 0));box-shadow:var(--product-card-shadow-horizontal-offset, 0) var(--product-card-shadow-vertical-offset, 0) var(--product-card-shadow-blur-radius, 0) rgba(var(--color-shadow),var(--product-card-shadow-opacity, 0))}.product_card_wrapper--standard{gap:1rem}.product_card_wrapper--card{gap:0;overflow:hidden;border-radius:var(--product-card-corner-radius, 0);border:var(--product-card-border-width, 0) solid rgba(var(--color-foreground),var(--product-card-border-opacity, 0));box-shadow:var(--product-card-shadow-horizontal-offset, 0) var(--product-card-shadow-vertical-offset, 0) var(--product-card-shadow-blur-radius, 0) rgba(var(--color-shadow),var(--product-card-shadow-opacity, 0))}.product_card_wrapper--card .product_card_img:not(.fc-product-card-img--bordered){border-radius:0;--img-border-radius: 0}.product_card_wrapper--card .product_card_img:not(.fc-product-card-img--bordered) img,.product_card_wrapper--card .product_card_img:not(.fc-product-card-img--bordered) svg.placeholder_svg{border-radius:0}.product_card_wrapper--card .product_card_img.ratio.has_quick_view:not(.fc-product-card-img--bordered){border-bottom-right-radius:0}.product_card_wrapper--card .product_card_info.has_bg{padding:calc(var(--product-card-image-padding, 0) + 1rem) 1.2rem 1.2rem}.product_card_wrapper--card .quick_view_wrapper.besides_text{border:none}.product_card_wrapper--card .quick_view_wrapper.besides_text:before,.product_card_wrapper--card .quick_view_wrapper.besides_text:after{display:none}.grid__item>.product_card_wrapper{height:100%}.pc_info--left .product_price_inner_main{justify-content:flex-start;align-items:flex-end}
/*# sourceMappingURL=/cdn/shop/t/30/assets/product-card.css.map */
