@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400&display=swap";.product-card{margin-bottom:24px}product-card{border:1px solid transparent;border-radius:var(--border-radius);display:flex;flex-direction:column;background-color:#fff;position:relative;height:100%}product-card .product-card--media{width:100%;padding-top:12px;position:relative}product-card .product-card--media .component-quickview{visibility:hidden;opacity:0;transition:visibility 0s,opacity .5s linear;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}product-card .product-card--media .component-quickview .quick-view-wrapper{display:none}product-card .product-card--media .component-quickview .btn{padding:3px 12px;border-width:2px;font-size:18px;font-weight:600;height:40px;line-height:1.2;white-space:nowrap}product-card .product-card--media:hover .component-quickview{visibility:visible;opacity:1}product-card .product-card--media:hover .component-quickview .quick-view-wrapper{display:block}product-card .product-card--infor{flex:1;position:relative;padding:16px 16px 12px;display:flex;flex-direction:column;justify-content:space-between;gap:12px}product-card .product-card--infor:before{content:"";height:4px;background:linear-gradient(90deg,#0e5bdb 28.12%,#91e5ba);position:absolute;top:0;left:0;right:0}product-card .product-card--infor .product-card-info-line.product-card-vender{font-size:12px;font-weight:500;line-height:16px;margin-bottom:12px}product-card .product-card--infor .product-card-info-line.product-card-title{font-size:14px;font-weight:600;line-height:20px;color:#0a0a0a!important}product-card .product-card--infor .product-card-info-line.product-card-title a:before{content:"";position:absolute;top:-16px;left:-16px;right:-16px;bottom:-12px}product-card .product-card--infor .product-card-info-line.line-price-rating{flex-wrap:nowrap;flex-direction:column-reverse;align-items:start}@media(min-width:768px){product-card .product-card--infor .product-card-info-line.line-price-rating{flex-direction:row;align-items:initial}}product-card .product-card--infor .product-card-info-line.line-price-rating .rating a{display:flex;flex-wrap:nowrap}product-card .product-card--infor .product-card-info-line.line-price-rating .rating .rating{display:flex;align-items:center}product-card .product-card--infor .product-card-info-line.line-price-rating .rating .rating__count{font-size:12px;line-height:17px}product-card .product-card--infor .product-card-info-line.line-price-rating .price{display:flex;align-items:center;gap:4px;color:#000!important;font-size:22px;font-weight:600;margin-right:0}@media(min-width:768px){product-card .product-card--infor .product-card-info-line.line-price-rating .price{gap:6px}}@media(min-width:1200px){product-card .product-card--infor .product-card-info-line.line-price-rating .price{font-size:var(--body-fs)}}@media(min-width:1651px){product-card .product-card--infor .product-card-info-line.line-price-rating .price{font-size:calc(var(--body-fs) + 2px)}}product-card .product-card--infor .product-card-info-line.line-price-rating .price .price-compare{margin-left:0;font-size:14px;line-height:22px;color:#000!important;font-weight:400}product-card .product-card--infor .product-card-info-line.metafile-features_entry{display:flex;flex-direction:column;gap:12px}product-card .product-card--infor .product-card-info-line.metafile-features_entry .inline-flex{display:flex;gap:8px;font-size:14px}product-card .product-card--infor .product-card-info-line.metafile-features_entry .inline-flex svg{flex-shrink:0;width:20px;height:20px}product-card .product-card--infor .product-card-info-line.metafile-features_entry .inline-flex .text{display:flex;flex-wrap:wrap}product-card .product-card--infor .product-compare{margin:8px auto 0}@media(min-width:768px){product-card .product-card--infor .product-compare{margin-top:14px}}product-card .product-card--infor .jsCompareBtn{width:100%}product-card .product-card--infor .jsCompareBtn button{display:flex;justify-content:space-between;align-items:center;padding:0;margin:0 auto;font-size:14px;font-weight:400}product-card .product-card--infor .jsCompareBtn button:focus-visible{border-radius:4px;outline:2px solid #1492FF}product-card .product-card--infor .jsCompareBtn .compare-text{margin-right:auto;margin-left:8px;font-size:inherit;color:inherit;line-height:28px}product-card .product-card--infor .jsCompareBtn .icon-checkbox-checked{display:none}product-card .product-card--infor .jsCompareBtn .icon-compare{margin-left:10px}product-card .product-card--infor .jsCompareBtn.compare-added .icon-checkbox{display:none}product-card .product-card--infor .jsCompareBtn.compare-added .icon-checkbox-checked{display:block}product-card .product-card--infor .product-form .btn,product-card .product-card--infor product-cart-form .btn{height:40px;font-size:16px;font-weight:600}@media(min-width:768px){product-card .product-card--infor .product-form .btn,product-card .product-card--infor product-cart-form .btn{height:44px;font-size:18px;padding:0 10px}}product-card .limit__line-2{min-height:42px}product-card .limit__line-3{min-height:63px}product-card .product-favorites a{display:flex;padding:3px}product-card .product-favorites svg{width:12px;height:18px}product-card .product-card-title{margin-bottom:8px}product-card .product-card-title a{color:var(--text-color);font-size:14px;font-weight:600;transition:all .25s ease-in-out 0s}@media(min-width:1025px){product-card .product-card-title a:hover{color:var(--highlight-color)}}product-card .product-card--list-variant{display:flex;flex-wrap:wrap;align-items:center;gap:8px}product-card .product-card-body::-webkit-scrollbar-track{box-shadow:inset 0 0 0 var(--miscellaneous-color);-webkit-box-shadow:inset 0 0 var(--miscellaneous-color);background-color:var(--miscellaneous-color);border-radius:0}product-card .product-card-body::-webkit-scrollbar{width:0;background-color:var(--miscellaneous-color);border-radius:0}product-card .product-card-body::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:0}product-card .product-card--variant-item{border:1px solid var(--miscellaneous-color);border-radius:var(--border-radius);padding:8px 10px;flex:0 0 100%;align-items:center}product-card .product-card--variant-item .label-inner{justify-content:center;background:#f6f6f6;border-radius:var(--border-radius);padding:4px 5px;gap:4px;min-width:100px}product-card .product-card--variant-item .label-inner.label-in_stock{background:#19c98a33}product-card .product-card--variant-title{flex:0 0 31%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}product-card .product-card--variant-title button{font-size:14px;font-weight:600;text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%}product-card .product-card--variant-price{flex:1;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}product-card .label-group{left:0;top:0;z-index:1;font-size:12px;font-weight:600;flex-direction:column;width:fit-content;line-height:18px}product-card .label-group .label{text-align:center;min-width:92px;padding:2px 4px;background:var(--primary-color);color:var(--button-label-color);display:block}product-card .label-group .label:nth-child(odd){background:#0e5bdb;border-radius:6px 0 8px}product-card .label-group .label:nth-child(2n){background:#08b566;border-radius:0 8px 0 0}.list-products product-card{margin-bottom:0}@media(min-width:992px)and (max-width:1199px){.list-products.flex-xl-4 .product-card{flex:0 0 50%;max-width:50%}}@media(min-width:1200px)and (max-width:1650px){.list-products.flex-xl-4 .product-card{flex:0 0 33.33%;max-width:33.33%}}.search-block{padding:48px 35px;background:#ddd;margin-bottom:16px}.search-block .search-block-heading{font-size:20px;font-weight:600;margin-bottom:24px}.search-block .search-block-subheading{font-size:16px;margin-bottom:24px;line-height:1.625em}@media(min-width:992px){.search-block{padding:48px}.search-block .search-block-heading{font-size:30px}.search-block .search-block-subheading{font-size:22px}}.search-block-contact-list{padding-left:20px}.search-block-contact-list .block{flex:0 0 100%;font-size:16px;margin:0 0 16px}.search-block-contact-list .block:last-child{margin:8px 0 24px -20px;flex:0 0 100%}.search-block-contact-list .block p{line-height:1.625em}.search-block-contact-list svg{margin-top:5px;margin-right:18px}@media(min-width:768px){.search-block-contact-list{padding-left:0}.search-block-contact-list .block{flex:unset;margin-right:50px}.search-block-contact-list .block:last-child{margin-left:0}}@media(min-width:992px){.search-block-contact-list svg{margin-top:9px}.search-block-contact-list .block:not(:last-child){font-size:22px}}@media(min-width:391px){.shopify-section-featured-collection product-card .product-card--infor{padding-top:24px}}.templateCollection product-card .product-card--infor .product-card-info-line.metafile-features_entry{display:none}.product-available{margin-top:10px;margin-bottom:8px}.product-available div{font-size:11px;font-style:normal;font-weight:700;line-height:1.3;letter-spacing:1.1px}@media(min-width:768px){.product-available div{font-size:14px;letter-spacing:2.1px}}.product-available .instock{color:#459368;display:flex;align-items:center;gap:5px}.product-available .instock:before{content:"";width:14px;height:14px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Ccircle opacity='0.2' cx='8' cy='8' r='8' fill='%2308B566'/%3E%3Ccircle cx='8' cy='8' r='5' fill='%2308B566'/%3E%3C/svg%3E");background-size:contain;background-position:center}@media(min-width:768px){.product-available .instock:before{width:16px;height:16px}}.product-available .outstock{color:#b92424}.product-info .label-group{flex:1;justify-content:flex-end}.product-info shopify-payment-terms{margin-top:16px;margin-bottom:10px;font-size:14px;display:block;color:var(--gray-color-01);font-weight:400}@media(min-width:768px){.product-info shopify-payment-terms{margin-top:24px;margin-bottom:30px}}.product-header-infor .product-price{display:flex;align-items:center;gap:10px;width:100%}.product-header-infor .product-price .sale-price,.product-header-infor .product-price .price{color:var(--highlight-price);font-size:28px;font-style:normal;font-weight:600;line-height:1;margin:0}@media(min-width:768px){.product-header-infor .product-price .sale-price,.product-header-infor .product-price .price{font-size:34px}}.product-header-infor .product-price .price-compare{color:var(--text-color);font-size:14px;font-style:normal;font-weight:400;line-height:1;position:relative;bottom:2px}@media(min-width:768px){.product-header-infor .product-price .price-compare{font-size:16px}}.product-header-infor .product-price .flex{flex-wrap:nowrap;gap:6px;align-items:flex-end}.product-header-infor .product-price .flex .price-compare{margin-left:0}.product-header-infor .product-reviews{gap:8px;margin-bottom:10px;align-items:center;width:max-content;cursor:pointer}@media(min-width:768px){.product-header-infor .product-reviews{gap:20px;margin-bottom:6px}}.product-header-infor .product-reviews .review-count{font-size:12px;font-style:normal;font-weight:400;line-height:1.5;color:var(--gray-color-01)}@media(min-width:768px){.product-header-infor .product-reviews .review-count{font-size:14px}}.product-header-infor .product-reviews .tab_control{align-items:center;font-size:12px;font-style:normal;font-weight:400;line-height:1.5;color:var(--gray-color-01);gap:4px}@media(min-width:768px){.product-header-infor .product-reviews .tab_control{font-size:14px}}.product-header-infor .product-reviews .tab_control svg{display:block}.product-header-infor .product-reviews .tab_control .text{text-decoration:underline;text-underline-offset:2px}.product-header-infor .product-number{margin-bottom:18px;font-size:12px;display:block}@media(min-width:992px){.product-header-infor .product-number{gap:12px;display:flex;margin-bottom:20px}}.product-header-infor .product-number .product-sku{color:var(--gray-color-01);font-weight:600;line-height:1.5;margin:0 0 8px}@media(min-width:992px){.product-header-infor .product-number .product-sku{margin-bottom:0}}.product-header-infor .product-number .product-all-part-number{color:var(--grey-color-02);font-weight:400;letter-spacing:.24px;gap:5px;flex:1;min-width:0;overflow:hidden}.product-header-infor .product-number .product-all-part-number>span{float:left;padding:0 5px 0 0}.product-header-infor .product-number .product-all-part-number .jsTrigger{float:left;cursor:pointer}.product-header-infor .product-number .product-all-part-number .jsTrigger+.next-part{display:none}.product-header-infor .product-number .alt-drawer{display:block;position:relative}.product-header-infor .product-number .alt-drawer .part{float:left;padding:0 5px 0 0}.product-header-infor .product-number .alt-drawer .close-btn{display:none;padding:0 3px;font-size:11px;background:var(--grey-color-02);color:#fff;border-radius:6px;line-height:13px;position:absolute;top:0;right:0}.product-header-infor .product-number .alt-drawer.active{padding-right:40px}.product-header-infor .product-number .alt-drawer.active .part span{display:none}.product-header-infor .product-number .alt-drawer.active .close-btn{display:block}.product-header-infor .product-number .alt-drawer.active .jsTrigger:not(.close-btn){display:none}.product-header-infor .product-number .alt-drawer.active .jsTrigger+.next-part{display:block}.product-header-infor .product-navigation{margin:10px 0 24px;gap:8px;align-items:center;font-size:12px;color:var(--highlight-color);font-weight:600}@media(min-width:768px){.product-header-infor .product-navigation{margin-top:16px;margin-bottom:36px}}.product-header-infor .product-navigation strong{display:flex;align-items:center;gap:8px}.product-header-infor .product-navigation a{text-decoration:underline;color:var(--text-color);font-weight:400;cursor:pointer}.product-header-infor .product-navigation+.product-navigation{margin-top:-10px}@media(min-width:768px){.product-header-infor .product-navigation+.product-navigation{margin-top:-20px}}.product-header-infor .fits-navigation{color:#459368}.product-cart{gap:12px;margin-top:12px}@media(min-width:768px){.product-cart{gap:16px}}.product-cart .quantity-select{border:1px solid #DDD;order:1}.product-cart .quantity-select button,.product-cart .quantity-select input{width:50px}@media(min-width:768px){.product-cart .quantity-select button,.product-cart .quantity-select input{width:70px}}.product-cart .quantity-select input{border-left:1px solid #DDD;border-right:1px solid #DDD;height:45px;font-size:16px}@media(min-width:768px){.product-cart .quantity-select input{height:56px;font-size:18px}}.product-cart .add-quote,.product-cart .shopify-app-block button{font-size:16px;padding:10px;font-weight:600;height:45px;border-radius:4px;background:linear-gradient(165deg,#e5faf2 1.68%,#e8eef6 95.32%)!important;color:var(--highlight-color)!important;border:none;transition:all .25s ease-in-out 0s;width:100%;justify-content:center;text-align:center;cursor:pointer}@media(min-width:768px){.product-cart .add-quote,.product-cart .shopify-app-block button{height:56px;font-size:18px;padding:14px 20px}}.product-cart_button{flex:0 0 100%;max-width:100%;order:3}@media(min-width:1025px){.product-cart_button{flex:1;order:2}}.product-cart_button .btn{width:100%;font-size:16px;padding:5px;font-weight:600;height:45px;text-align:center}@media(min-width:768px){.product-cart_button .btn{height:56px;font-size:18px;font-weight:600}}.product-cart_button .disabled{opacity:.5;pointer-events:none}.product-cart_button+.shopify-app-block{order:2;flex:1}@media(min-width:1025px){.product-cart_button+.shopify-app-block{order:3;flex:unset}}
/*# sourceMappingURL=/cdn/shop/t/133/assets/component-product-card.css.map */
