.custom-compare-section{--pc2-bg: var(--color-bg-secondary);--pc2-card-bg: var(--color-bg-white);--pc2-soft-bg: var(--color-bg-tertiary);--pc2-border: var(--color-separator-default);--pc2-text-primary: var(--color-label-primary);--pc2-text-secondary: var(--color-label-secondary);--pc2-action-bg: var(--color-highlight-purple);--pc2-action-bg-hover: var(--color-highlight-purple-hover);--pc2-action-text: var(--color-label-inverse-primary);--pc2-radius: var(--radius-base);--pc2-transition: .2s ease;--pc2-product-image-max: calc((var(--space-14) * 5) + var(--space-2));--pc2-row-min-height: calc(var(--space-10) * 4);--pc2-mobile-info-min-height: calc(var(--space-10) * 3);--pc2-mobile-row-min-height: calc((var(--space-14) * 2) + var(--space-8));background-color:var(--pc2-bg);padding:var(--space-10) 0}.custom-compare-section *{font-family:var(--body-font);font-weight:400}.custom-compare-section p{margin:0;font-size:inherit;line-height:inherit}.custom-compare-product-image{display:block;max-width:var(--pc2-product-image-max);margin:0 auto}.product-compare-navigation{margin-bottom:var(--space-10);padding:var(--space-6) 0}.product-nav-links{display:flex;justify-content:center;gap:calc(var(--space-14) + var(--space-1));align-items:center}.product-nav-title *{margin:0;font-size:inherit;line-height:inherit}.product-nav-link{color:var(--pc2-text-secondary);text-decoration:none!important;padding:var(--space-2) 0;position:relative;transition:color var(--pc2-transition)}.product-nav-link:hover,.product-nav-link.active{color:var(--pc2-text-primary)}.product-nav-link:not(.active):after,.product-nav-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:var(--color-highlight-green);border-radius:1px}.product-nav-link:not(.active):after{left:50%;right:50%;opacity:0;transition:all var(--pc2-transition)}.product-nav-link:not(.active):hover:after{left:0;right:0;opacity:.8}.product-nav-text-desktop{display:inline}.product-nav-text-mobile{display:none}.product-back-to-top-btn{position:fixed;bottom:25%;right:var(--space-6);width:calc(var(--space-10) + var(--space-1));height:calc(var(--space-10) + var(--space-1));background:var(--pc2-card-bg);color:var(--pc2-text-primary);border:1px solid var(--pc2-border);cursor:pointer;display:none;align-items:center;justify-content:center;box-shadow:0 var(--space-1) calc(var(--space-2) + var(--space-1)) #00000026;transition:background-color var(--pc2-transition),transform var(--pc2-transition),box-shadow var(--pc2-transition);z-index:1000}.product-back-to-top-btn:hover{background:var(--pc2-soft-bg);transform:translateY(calc(var(--space-1) * -.5));box-shadow:0 var(--space-2) var(--space-4) #0003}.product-back-to-top-btn.show{display:flex}.product-back-to-top-btn path{fill:currentColor}.product-view-more-section{text-align:center;padding:var(--space-6) 0;background-color:var(--pc2-soft-bg)}.product-view-more-btn,.custom-compare-learn-more,.mobile-learn-more{background:var(--pc2-action-bg);color:var(--pc2-action-text)!important;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);line-height:var(--head-line-height);text-decoration:none!important;transition:background-color var(--pc2-transition),transform var(--pc2-transition)}.product-view-more-btn:hover,.custom-compare-learn-more:hover,.mobile-learn-more:hover{background:var(--pc2-action-bg-hover)}.product-view-more-btn:hover,.mobile-learn-more:hover{transform:translateY(calc(var(--space-1) * -.25))}.view-more-icon{transition:transform var(--pc2-transition)}.product-view-more-btn.expanded .view-more-icon{transform:rotate(180deg)}.desktop-only{display:block}.mobile-only{display:none}.compare-content-collapsed .custom-compare-row:nth-child(n+8){display:none}.compare-content-collapsed .mobile-compare-row:nth-child(n+6){display:none}.custom-compare-table{background:var(--pc2-card-bg);overflow:hidden}.custom-compare-row{display:flex;border-bottom:1px solid var(--pc2-border)}.custom-compare-row:last-child{border-bottom:none}.custom-compare-field{flex:0 0 25%;padding:var(--space-6);background-color:var(--pc2-soft-bg)}.custom-compare-value{flex:0 0 37.5%;padding:var(--space-6);text-align:left}.custom-compare-field,.custom-compare-value{display:flex;align-items:flex-start;justify-content:flex-start}.custom-compare-value:nth-child(2){background-color:var(--pc2-card-bg)}.custom-compare-value:nth-child(3){background:var(--pc2-soft-bg)}.custom-compare-value p{margin:0}.parameter-row .custom-compare-value{flex-direction:column}.parameter-row .custom-compare-value>*,.mobile-param-content>*{display:block;margin:0}.product-images-row .custom-compare-value{padding:0}.product-images-row{border-bottom:none}.product-image-value img,.mobile-product-img{width:100%!important}.parameter-row .custom-compare-value,.parameter-row .custom-compare-field{min-height:var(--pc2-row-min-height)}.custom-compare-product-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;height:100%}.custom-compare-product-title{margin-bottom:var(--space-2)}.product-info-row .custom-compare-value{padding:var(--space-8) var(--space-6)}.mobile-product-title{margin-bottom:var(--space-2);text-align:center}.mobile-layout{display:none}@media(max-width:767.98px){.desktop-layout{display:none}.mobile-layout{display:block}.custom-compare-section{padding:calc(var(--space-10) + var(--space-2)) 0}.product-compare-navigation{margin-bottom:var(--space-8);padding:var(--space-4) 0}.product-nav-links{gap:var(--space-8);flex-wrap:wrap}.product-nav-link{padding:var(--space-2) 0}.desktop-only{display:none}.mobile-only{display:block}.product-nav-text-desktop{display:none}.product-nav-text-mobile{display:inline}.mobile-compare-table{background:var(--pc2-card-bg);border-radius:var(--pc2-radius);overflow:hidden}.mobile-compare-row{display:flex}.mobile-compare-row:last-child{border-bottom:none}.mobile-product-images{justify-content:space-between;background:var(--pc2-soft-bg)}.mobile-product-image{flex:1;text-align:center;display:flex;justify-content:center;align-items:center}.mobile-product-info{justify-content:space-between;background:var(--pc2-soft-bg)}.mobile-product-details{flex:1;text-align:center;display:flex;padding:var(--space-4);min-height:var(--pc2-mobile-info-min-height);flex-direction:column;justify-content:center;align-items:center}.mobile-parameter-row{margin:0;background:var(--pc2-soft-bg)}.mobile-param-values{display:flex;flex:1;gap:0;justify-content:space-between;align-items:flex-start}.mobile-param-value{flex:1;display:flex;background:var(--pc2-card-bg);min-height:var(--pc2-mobile-row-min-height);flex-direction:column;justify-content:flex-start}.mobile-param-values .mobile-param-value:first-child,.mobile-product-images .mobile-product-image:nth-child(1),.mobile-product-info .mobile-product-details:nth-child(1){background:var(--pc2-card-bg)!important;height:100%}.mobile-param-values .mobile-param-value:nth-child(2),.mobile-product-images .mobile-product-image:nth-child(2),.mobile-product-info .mobile-product-details:nth-child(2){background:var(--pc2-soft-bg)!important;height:100%}.mobile-param-name{margin-bottom:var(--space-2);padding:var(--space-4) var(--space-6);text-align:left;flex-shrink:0;border-bottom:1px solid var(--pc2-border)}.mobile-param-content{color:var(--pc2-text-primary);text-align:left;padding:var(--space-4) var(--space-6);flex:1;word-break:break-word}.product-back-to-top-btn{bottom:var(--space-6);right:var(--space-6);width:var(--space-10);height:var(--space-10)}}@media(min-width:768px)and (max-width:1024px){.custom-compare-value,.custom-compare-field{padding:var(--space-4)}}
/*# sourceMappingURL=/cdn/shop/t/71/assets/product-compare-2line.css.map */
