.dc-anchor{display:block;position:relative;top:-100px;visibility:hidden}.dc-header{text-align:center;margin-bottom:40px}.dc-header__heading{font-weight:700;line-height:1.2;margin:0 0 12px;text-transform:uppercase;letter-spacing:.02em}.dc-header__desc{margin:0;color:rgba(var(--color-foreground),.6);font-size:16px}.dc-header__desc p{margin:0}.dc-comparison{display:block;-webkit-user-select:none;user-select:none}.dc-toolbar{display:flex;align-items:center;justify-content:flex-start;margin-bottom:12px}.dc-toolbar__check{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:rgba(var(--color-foreground),.8);cursor:pointer}.dc-toolbar__check input{width:14px;height:14px;margin:0}.dc-comparison .dc-combobox__input{-webkit-user-select:text;user-select:text}.dc-columns{display:grid;grid-template-columns:repeat(var(--dc-columns, 3),1fr);gap:24px}.dc-col{display:flex;flex-direction:column;min-width:0}.dc-col__selector{margin-bottom:20px}.dc-combobox{position:relative;width:100%}.dc-combobox__input{width:100%;padding:10px 36px 10px 14px;border:1px solid rgba(var(--color-foreground),.2);border-radius:4px;font-size:14px;line-height:1.4;background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:text;outline:none;box-sizing:border-box;-webkit-appearance:none;appearance:none}.dc-combobox__input:focus{border-color:rgba(var(--color-foreground),.4)}.dc-combobox__chevron{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:rgba(var(--color-foreground),.5)}.dc-combobox__dropdown,.dc-combobox__dropdown--detached{z-index:9999;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.15);border-radius:4px;box-shadow:0 4px 16px #0000001f;max-height:280px;overflow-y:auto;list-style:none;margin:0;padding:4px 0}.dc-combobox__item{display:flex;align-items:center;gap:10px;padding:8px 12px;cursor:pointer;transition:background .15s ease}.dc-combobox__item:hover,.dc-combobox__item:focus{background:rgba(var(--color-foreground),.06);outline:none}.dc-combobox__item.is-active{background:rgba(var(--color-foreground),.1)}.dc-combobox__item img{width:40px;height:40px;object-fit:cover;border-radius:4px;flex-shrink:0}.dc-combobox__no-img{display:inline-block;width:40px;height:40px;background:rgba(var(--color-foreground),.06);border-radius:4px;flex-shrink:0}.dc-combobox__item-title{font-size:14px;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:rgb(var(--color-foreground))}.dc-combobox__item-text{min-width:0;display:flex;flex-direction:column;gap:2px}.dc-combobox__item-subtitle{font-size:12px;line-height:1.2;color:rgba(var(--color-foreground),.6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dc-combobox__group-label{padding:8px 12px 6px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:rgba(var(--color-foreground),.55);list-style:none}.dc-combobox__group-divider{height:1px;margin:6px 12px;background:rgba(var(--color-foreground),.12);list-style:none}.dc-combobox__status{padding:8px 12px;font-size:13px;color:rgba(var(--color-foreground),.5);list-style:none}.dc-placeholder{display:flex;align-items:center;justify-content:center;min-height:200px;border:2px dashed rgba(var(--color-foreground),.15);border-radius:8px;color:rgba(var(--color-foreground),.35);font-size:14px;flex:1}.dc-col__product{display:flex;flex-direction:column;flex:1}.dc-product-card{text-align:center;display:flex;flex-direction:column;flex:1}.dc-product-card__image-link{display:block;background:#f5f5f5;border-radius:8px;overflow:hidden;padding:20px;margin-bottom:12px;position:relative}.dc-product-card__img{display:block;width:100%;height:auto;object-fit:contain;aspect-ratio:1 / 1}.dc-product-card__img--hover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:inherit;box-sizing:border-box;object-fit:contain;opacity:0;transition:opacity .35s ease}.dc-product-card__image-link:hover .dc-product-card__img--hover{opacity:1}.dc-product-card__swatches{display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:10px}.dc-swatch{display:inline-block;width:var(--dc-swatch-size, 14px);height:var(--dc-swatch-size, 14px);border-radius:50%;border:1px solid rgba(0,0,0,.15)}.dc-product-card__title{font-weight:700;font-size:18px;margin:0 0 4px;line-height:1.3}.dc-product-card__price{font-size:15px;margin:0 0 6px;color:rgba(var(--color-foreground),.7)}.dc-product-card__learn-more{font-size:14px;color:rgba(var(--color-foreground),.6);text-decoration:underline;text-underline-offset:3px;display:inline-block;margin-bottom:20px;transition:color .2s ease}.dc-product-card__learn-more:hover{color:rgb(var(--color-foreground))}.dc-product-card__info{margin-top:auto}.dc-col__specs{border-top:1px solid rgba(var(--color-foreground),.1)}.dc-spec-item{text-align:center;padding:16px 8px;border-bottom:none;min-height:72px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}.dc-comparison--spec-dividers .dc-spec-item{border-bottom:1px solid rgba(var(--color-foreground),.1)}.dc-spec__value{font-weight:700;font-size:var(--dc-value-size, 16px);color:var(--dc-value-color, inherit);line-height:1.3;margin-bottom:4px}.dc-spec__label{font-size:var(--dc-label-size, 13px);color:var(--dc-label-color, #999);line-height:1.3;text-transform:var(--dc-text-transform, none)}.dc-bool{font-size:20px;font-weight:700}.dc-bool--check{color:#38a169}.dc-bool--cross{color:#e53e3e}.dc-bool-img{display:inline-block;width:20px;height:20px;object-fit:contain}@media screen and (max-width:749px){.dc-header__heading{font-size:var(--dc-heading-size-mobile, 24px)!important}.dc-header{margin-bottom:24px}.dc-columns{display:grid!important;grid:auto / auto-flow 42vw;overflow-y:hidden!important;overflow-x:auto!important;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:16px;padding-bottom:16px;cursor:grab;scrollbar-width:thin;scrollbar-color:rgba(var(--color-foreground),.55) rgba(var(--color-foreground),.14)}.dc-columns::-webkit-scrollbar{height:8px}.dc-columns::-webkit-scrollbar-track{background:rgba(var(--color-foreground),.14);border-radius:999px}.dc-columns::-webkit-scrollbar-thumb{background:rgba(var(--color-foreground),.55);border-radius:999px}.dc-columns::-webkit-scrollbar-thumb:hover{background:rgba(var(--color-foreground),.7)}.dc-columns:active{cursor:grabbing}.dc-col{scroll-snap-align:start;min-width:0}.dc-col__selector{margin-bottom:12px}.dc-combobox__input{font-size:13px;padding:8px 32px 8px 12px}.dc-placeholder{min-height:150px}.dc-product-card__image-link{padding:14px}.dc-product-card__title{font-size:16px}.dc-product-card__price{font-size:14px}.dc-spec-item{padding:12px 4px;min-height:60px}.dc-spec__value{font-size:14px}.dc-spec__label{font-size:12px}}@media screen and (min-width:750px)and (max-width:989px){.dc-columns{gap:16px}}
/*# sourceMappingURL=/cdn/shop/t/235/assets/section-dynamic-comparison.css.map */
