.pc-section{width:100%;background-color:#141414;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.pc-container{margin:0 auto;background:#141414}.pc-title{font-size:24px;font-weight:700;color:#fff;text-align:center;margin:0 0 32px;letter-spacing:.05em;text-transform:uppercase;line-height:1.2}@media screen and (min-width: 750px){.pc-title{font-size:32px;margin-bottom:40px;padding-top:40px}}.pc-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#444444 #141414;background:#141414}.pc-table-wrapper::-webkit-scrollbar{height:6px}.pc-table-wrapper::-webkit-scrollbar-track{background:#141414}.pc-table-wrapper::-webkit-scrollbar-thumb{background:#444;border-radius:3px}.pc-table{display:flex;flex-direction:column;min-width:max-content;width:100%;background:#141414}.pc-row{display:flex;align-items:stretch;background:#141414;position:relative}.pc-row:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:#333;pointer-events:none;z-index:2}.pc-row:last-child:after{display:none}.pc-row--header:after{background:#444}.pc-row--rating .pc-cell--value{display:flex;align-items:center;justify-content:flex-start;gap:6px}.pc-cell{padding:14px 12px;display:flex;flex-direction:column;justify-content:center}.pc-cell--label{flex:0 0 120px;min-width:120px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#888;background:#0f0f0f;line-height:1.4}@media screen and (min-width: 750px){.pc-cell--label{flex:0 0 180px;min-width:180px;font-size:13px;letter-spacing:.05em;padding:18px 20px}}.pc-cell--empty{background:#0f0f0f}.pc-cell--product{flex:1;min-width:160px;max-width:220px;padding:16px 12px;position:relative;text-align:center;align-items:center;background:#141414}@media screen and (min-width: 750px){.pc-cell--product{min-width:180px;max-width:260px;padding:20px 16px}}.pc-cell--value{flex:1;min-width:160px;max-width:220px;font-size:13px;color:#fff;line-height:1.5;background:#141414}@media screen and (min-width: 750px){.pc-cell--value{min-width:180px;max-width:260px;font-size:14px;padding:18px 20px}}.pc-cell--add-placeholder{flex:1;min-width:160px;max-width:220px;padding:16px 12px;display:flex;align-items:center;justify-content:center;background:#141414}@media screen and (min-width: 750px){.pc-cell--add-placeholder{min-width:180px;max-width:260px;padding:20px 16px}}.pc-products-container,.pc-values-container{display:flex;flex:1}.pc-product-link{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit;transition:opacity .2s ease}.pc-product-link:hover{opacity:.8}.pc-product-image{width:100px;height:100px;margin-bottom:10px;display:flex;align-items:center;justify-content:center}@media screen and (min-width: 750px){.pc-product-image{width:120px;height:120px;margin-bottom:14px}}.pc-product-image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.pc-product-name{font-size:14px;font-weight:700;color:#fff;margin:0 0 4px;text-align:center;line-height:1.3;text-transform:uppercase;letter-spacing:.02em}@media screen and (min-width: 750px){.pc-product-name{font-size:15px;margin-bottom:6px}}.pc-product-price{font-size:14px;color:#fdc31e;font-weight:700;line-height:1.4}@media screen and (min-width: 750px){.pc-product-price{font-size:15px}}.pc-dropdown{position:relative;width:100%;margin-bottom:12px}.pc-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 12px;font-size:12px;font-weight:600;color:#fff;background:#2a2a2a;border:1px solid #444444;border-radius:6px;cursor:pointer;transition:all .2s ease;text-align:left;gap:6px;line-height:1.4;text-transform:uppercase;letter-spacing:.02em}@media screen and (min-width: 750px){.pc-dropdown-trigger{padding:12px 14px;font-size:13px}}.pc-dropdown-trigger:hover{background:#333;border-color:#555}.pc-dropdown-trigger[aria-expanded=true]{border-color:#fdc31e;box-shadow:0 0 0 2px #fdc31e4d}.pc-dropdown-trigger[aria-expanded=true] .pc-icon-chevron{transform:rotate(180deg)}.pc-dropdown-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.pc-icon-chevron{flex-shrink:0;transition:transform .2s ease;color:#888}.pc-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;max-height:280px;overflow-y:auto;background-color:#2a2a2a;border:1px solid #444444;border-radius:6px;box-shadow:0 8px 24px #00000080;list-style:none;margin:0;padding:6px 0;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.pc-dropdown-trigger[aria-expanded=true]+.pc-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.pc-cell--product.pc-dropdown-open,.pc-cell--product:has(.pc-dropdown-trigger[aria-expanded=true]){position:relative;z-index:100}.pc-row--header{position:relative;z-index:10}.pc-row:not(.pc-row--header){position:relative;z-index:1}.pc-dropdown-menu li{padding:10px 14px;font-size:13px;color:#fff;cursor:pointer;transition:background .15s ease;line-height:1.4;text-align:left}.pc-dropdown-menu li:hover{background:#3a3a3a}.pc-dropdown-menu li[aria-selected=true]{background:#333;color:#fdc31e;font-weight:600}.pc-dropdown-menu li[data-disabled=true]{color:#555;cursor:not-allowed}.pc-dropdown-menu li[data-disabled=true]:hover{background:transparent}.pc-add-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:100%;min-height:200px;background:#1a1a1a;border:2px dashed #333333;border-radius:8px;cursor:pointer;transition:all .2s ease;color:#555;padding:24px 16px}@media screen and (min-width: 750px){.pc-add-btn{min-height:240px;padding:32px 20px}}.pc-add-btn:hover{background:#1f1f1f;border-color:#fdc31e;color:#fdc31e}.pc-add-btn:disabled,.pc-add-btn[hidden]{display:none}.pc-add-btn .pc-icon-plus{width:32px;height:32px}@media screen and (min-width: 750px){.pc-add-btn .pc-icon-plus{width:40px;height:40px}}.pc-add-btn-text{font-size:11px;font-weight:600;text-align:center;line-height:1.3;text-transform:uppercase;letter-spacing:.05em}@media screen and (min-width: 750px){.pc-add-btn-text{font-size:12px}}.pc-cell--add-placeholder[hidden]{display:none}.pc-remove-btn{position:absolute;top:8px;right:8px;display:none;align-items:center;justify-content:center;width:28px;height:28px;background:#333;border:1px solid #444444;border-radius:50%;cursor:pointer;transition:all .2s ease;color:#888;z-index:3}.pc-remove-btn:hover{background:#ff3b30;border-color:#ff3b30;color:#fff}.pc-table[data-can-remove=true] .pc-remove-btn{display:flex}.pc-rating{display:flex;align-items:center;gap:5px}.pc-icon-dot{width:12px;height:12px;color:#fdc31e}.pc-icon-dot--empty{color:#555}@media screen and (min-width: 750px){.pc-icon-dot{width:14px;height:14px}}.pc-icon-lightning{width:16px;height:16px;color:#fdc31e;margin-left:4px}.pc-icon-lightning--empty{color:#444}@media screen and (min-width: 750px){.pc-icon-lightning{width:18px;height:18px}}.pc-badge{display:inline-flex;align-items:center;padding:5px 12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:4px;line-height:1.3}.pc-badge--stimfree,.pc-badge--entry{background:#fdc31e26;color:#fdc31e}.pc-icon-check{width:22px;height:22px;color:#fdc31e}.pc-value-text{line-height:1.5;font-size:13px;color:#fff}@media screen and (min-width: 750px){.pc-value-text{font-size:14px}}.pc-value-text--highlight{font-weight:700;color:#fdc31e;text-transform:uppercase;font-size:12px;letter-spacing:.03em;line-height:1.4}@media screen and (min-width: 750px){.pc-value-text--highlight{font-size:13px}}.pc-value-text--empty{color:#555}.pc-cell--product,.pc-cell--value{transition:opacity .3s ease,transform .3s ease}.pc-cell--product.pc-is-updating,.pc-cell--value.pc-is-updating{opacity:.5}.pc-cell--product.pc-fade-in,.pc-cell--value.pc-fade-in{animation:pcFadeIn .3s ease forwards}@keyframes pcFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 749px){.pc-table-wrapper{margin:0;padding:0;overflow-x:auto}.pc-table{padding-left:0;padding-right:0}.pc-cell--label,.pc-cell--empty{flex:none!important;width:100px!important;min-width:100px!important;max-width:100px!important;padding:12px 10px;font-size:10px;box-sizing:border-box}.pc-cell--product,.pc-cell--value,.pc-cell--add-placeholder{flex:none!important;width:150px!important;min-width:150px!important;max-width:150px!important;box-sizing:border-box}.pc-products-container,.pc-values-container{flex:0 0 auto;display:flex;flex-wrap:nowrap}.pc-product-image{width:80px;height:80px}.pc-product-name{font-size:12px}.pc-product-price{font-size:13px}.pc-dropdown-trigger{padding:8px 10px;font-size:10px}.pc-add-btn{min-height:160px;padding:16px 12px}}.pc-hidden{display:none!important}.pc-no-products{text-align:center;padding:48px 16px;color:#666;font-size:14px;line-height:1.5}
/*# sourceMappingURL=/cdn/shop/t/62/assets/section-product-comparison.css.map */
