.herrlichst-compare-button-block{position:absolute;top:8px;left:8px;z-index:3;display:flex;justify-content:var(--hcompare-button-align, flex-start);width:auto}.herrlichst-compare-toggle{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;gap:0;min-width:40px;max-width:40px;height:40px;min-height:40px;padding:0 11px;overflow:hidden;border:1px solid var(--hcompare-button-border, #ddd6dc);border-radius:999px;background:var(--hcompare-button-background, #fff);color:var(--hcompare-button-color, #571337);font:inherit;font-size:var(--hcompare-button-font-size, 13px);font-weight:600;line-height:1;letter-spacing:0;white-space:nowrap;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease,max-width .24s ease,padding .24s ease,gap .24s ease}.herrlichst-compare-toggle:hover,.herrlichst-compare-toggle:focus-visible{transform:translateY(-1px);box-shadow:0 5px 16px #57133714}@media(hover:hover)and (pointer:fine){.herrlichst-compare-toggle:hover,.herrlichst-compare-toggle:focus-visible{justify-content:flex-start;gap:8px;max-width:168px;padding-inline:11px 16px}}.herrlichst-compare-toggle[aria-pressed=true]{border-color:var(--hcompare-button-active-border, #571337);background:var(--hcompare-button-active-background, #571337);color:var(--hcompare-button-active-color, #fff)}.herrlichst-compare-toggle__icon{display:inline-flex;width:16px;height:16px;flex:0 0 16px}.herrlichst-compare-toggle__icon svg{width:100%;height:100%}.herrlichst-compare-toggle__label{display:inline-block;max-width:0;overflow:hidden;opacity:0;transform:translate(-4px);transition:max-width .24s ease,opacity .14s ease,transform .24s ease}@media(hover:hover)and (pointer:fine){.herrlichst-compare-toggle:hover .herrlichst-compare-toggle__label,.herrlichst-compare-toggle:focus-visible .herrlichst-compare-toggle__label{max-width:110px;opacity:1;transform:translate(0)}}.herrlichst-product-compare-section{position:relative;z-index:40}.herrlichst-compare-bar[hidden]{display:none!important}.herrlichst-compare-bar{position:fixed;left:50%;bottom:max(var(--hcompare-bar-bottom, 16px),env(safe-area-inset-bottom));z-index:90;display:grid;grid-template-columns:minmax(160px,.8fr) minmax(300px,1.25fr) auto;gap:18px;align-items:center;width:min(1120px,calc(100vw - 32px));padding:12px 14px 12px 18px;border:1px solid color-mix(in srgb,var(--hcompare-bar-border, #ddd6dc) 88%,transparent);border-radius:var(--hcompare-bar-radius, 18px);color:var(--hcompare-bar-text, #17151a);transform:translate(-50%);animation:herrlichst-compare-enter .22s ease-out}@keyframes herrlichst-compare-enter{0%{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%)}}.herrlichst-compare-bar__copy{display:flex;flex-direction:column;gap:2px;min-width:0}.herrlichst-compare-bar__title{font-size:14px;line-height:1.2}.herrlichst-compare-bar__meta{color:var(--hcompare-bar-muted, #6f6872);font-size:12px;line-height:1.3}.herrlichst-compare-bar__slots{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.herrlichst-compare-slot{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:7px;align-items:center;min-width:0;min-height:42px;padding:7px 8px;border:1px solid var(--hcompare-bar-border, #ddd6dc);border-radius:12px;color:var(--hcompare-bar-muted, #6f6872)}.herrlichst-compare-slot[data-filled=true]{color:var(--hcompare-bar-text, #17151a)}.herrlichst-compare-slot[hidden]{display:none!important}.herrlichst-compare-slot__number{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#f7f1e8;color:#571337;font-size:11px;font-weight:700}.herrlichst-compare-slot__text{overflow:hidden;font-size:12px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.herrlichst-compare-slot__remove{display:grid;place-items:center;width:26px;height:26px;padding:0;border:0;border-radius:50%;background:transparent;color:#571337;font:inherit;font-size:18px;line-height:1;cursor:pointer}.herrlichst-compare-slot__remove:hover{background:#f7f1e8}.herrlichst-compare-bar__actions{display:flex;gap:8px;align-items:center;justify-content:flex-end}.herrlichst-compare-bar__clear,.herrlichst-compare-bar__primary{min-height:42px;padding:9px 14px;border-radius:12px;font:inherit;font-size:13px;font-weight:700;line-height:1;cursor:pointer}.herrlichst-compare-bar__clear{border:1px solid var(--hcompare-bar-border, #ddd6dc);background:transparent;color:var(--hcompare-bar-text, #17151a)}.herrlichst-compare-bar__primary{border:1px solid var(--hcompare-bar-accent, #571337);background:var(--hcompare-bar-accent, #571337);color:var(--hcompare-bar-accent-text, #fff)}.herrlichst-compare-bar__primary:disabled{opacity:.42;cursor:not-allowed}@media screen and (max-width:899px){.herrlichst-compare-bar{grid-template-columns:1fr auto;gap:10px 12px}.herrlichst-compare-bar__slots{grid-column:1 / -1;grid-row:2}.herrlichst-compare-bar__actions{grid-column:2;grid-row:1}}@media screen and (max-width:599px){.herrlichst-compare-toggle{min-width:38px;max-width:38px;height:38px;min-height:38px;padding:0 10px;font-size:max(11px,calc(var(--hcompare-button-font-size, 13px) - 1px))}.herrlichst-compare-bar{bottom:max(8px,env(safe-area-inset-bottom));grid-template-columns:1fr;gap:10px;width:calc(100vw - 16px);padding:12px;border-radius:16px}.herrlichst-compare-bar__copy,.herrlichst-compare-bar__actions,.herrlichst-compare-bar__slots{grid-column:1;grid-row:auto}.herrlichst-compare-bar__copy{padding-inline:2px}.herrlichst-compare-bar__slots{gap:6px}.herrlichst-compare-slot{grid-template-columns:1fr;place-items:center;gap:2px;min-height:52px;padding:6px 4px;text-align:center}.herrlichst-compare-slot__number{width:22px;height:22px}.herrlichst-compare-slot__text{width:100%;font-size:10px}.herrlichst-compare-slot__remove{position:absolute;margin-top:-36px;margin-left:36px;width:22px;height:22px;background:#fff;box-shadow:0 2px 8px #2a12221a;font-size:15px}.herrlichst-compare-bar__actions{display:grid;grid-template-columns:auto 1fr;width:100%}.herrlichst-compare-bar__primary{width:100%}}@media(prefers-reduced-motion:reduce){.herrlichst-compare-toggle,.herrlichst-compare-bar{transition:none;animation:none}}.herrlichst-compare-dialog{width:min(1280px,calc(100vw - 40px));max-width:none;max-height:min(900px,calc(100dvh - 40px));margin:auto;padding:0;border:0;border-radius:24px;background:transparent;color:var(--hcompare-bar-text, #17151a);overflow:visible}.herrlichst-compare-dialog::backdrop{background:#17151a7a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.herrlichst-compare-dialog__panel{display:flex;flex-direction:column;height:min(900px,calc(100dvh - 40px));max-height:min(900px,calc(100dvh - 40px));overflow:hidden;border:1px solid rgb(255 255 255 / .82);border-radius:24px}.herrlichst-compare-dialog__header{flex:0 0 auto;position:relative;display:flex;justify-content:space-between;gap:24px;padding:26px 30px 20px;border-bottom:1px solid rgb(87 19 55 / .1)}.herrlichst-compare-dialog__heading-wrap{max-width:760px}.herrlichst-compare-dialog__eyebrow{display:inline-flex;margin-bottom:7px;color:#ff6258;font-size:12px;font-weight:800;text-transform:uppercase}.herrlichst-compare-dialog__title{margin:0;color:#571337;font-size:clamp(28px,3vw,42px);line-height:1.02}.herrlichst-compare-dialog__intro{max-width:680px;margin:10px 0 0;color:var(--hcompare-bar-muted, #6f6872);font-size:14px;line-height:1.5}.herrlichst-compare-dialog__close{display:grid;place-items:center;flex:0 0 auto;width:42px;height:42px;padding:0;border:1px solid rgb(87 19 55 / .13);border-radius:50%;background:#fffc;color:#571337;font:inherit;font-size:25px;line-height:1;cursor:pointer;box-shadow:0 5px 20px #57133712}.herrlichst-compare-dialog__toolbar{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 30px;border-bottom:1px solid rgb(87 19 55 / .08)}.herrlichst-compare-dialog__count{color:#571337;font-size:13px;font-weight:700}.herrlichst-compare-differences-toggle{display:inline-flex;align-items:center;gap:8px;color:#571337;font-size:13px;font-weight:650;cursor:pointer}.herrlichst-compare-differences-toggle input{width:18px;height:18px;margin:0;accent-color:#571337}.herrlichst-compare-dialog__body{position:relative;overscroll-behavior:contain}.herrlichst-compare-loading,.herrlichst-compare-error{min-height:320px;display:flex;align-items:center;justify-content:center}.herrlichst-compare-loading{gap:12px;color:#571337;font-size:14px;font-weight:650}.herrlichst-compare-loading[hidden],.herrlichst-compare-error[hidden],.herrlichst-compare-matrix[hidden]{display:none!important}.herrlichst-compare-loading__spinner{border:2px solid rgb(87 19 55 / .16);border-top-color:#571337;border-radius:50%;animation:herrlichst-compare-spin .7s linear infinite}@keyframes herrlichst-compare-spin{to{transform:rotate(360deg)}}.herrlichst-compare-error{flex-direction:column;gap:7px;padding:30px;text-align:center;color:#571337}.herrlichst-compare-error span{color:#6f6872;font-size:13px}.herrlichst-compare-error button{margin-top:9px;min-height:40px;padding:9px 15px;border:0;border-radius:12px;background:#571337;color:#fff;font:inherit;font-size:13px;font-weight:700;cursor:pointer}.herrlichst-compare-matrix{padding:0 30px 30px}.herrlichst-compare-table-scroll{overflow-x:auto;border:1px solid rgb(87 19 55 / .1);border-radius:18px}.herrlichst-compare-table{width:100%;min-width:760px;border-collapse:separate;border-spacing:0;table-layout:fixed;color:#17151a}.herrlichst-compare-table th,.herrlichst-compare-table td{padding:14px 16px;border-right:1px solid rgb(87 19 55 / .08);border-bottom:1px solid rgb(87 19 55 / .08);vertical-align:middle}.herrlichst-compare-table tr>*:last-child{border-right:0}.herrlichst-compare-table tbody tr:last-child>*{border-bottom:0}.herrlichst-compare-table thead th{vertical-align:top}.herrlichst-compare-table__feature-head,.herrlichst-compare-table tbody th{position:sticky;left:0;z-index:2;width:180px;background:#fffaf4;color:#571337;text-align:left;font-size:13px;font-weight:750}.herrlichst-compare-table__feature-head{vertical-align:bottom!important}.herrlichst-compare-table td{font-size:14px;line-height:1.4}.herrlichst-compare-product-head{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.herrlichst-compare-product-head__image-wrap{display:grid;place-items:center;width:100%}.herrlichst-compare-product-head__image{width:100%;height:100%;object-fit:contain}.herrlichst-compare-product-head__placeholder{width:50%;aspect-ratio:1;border-radius:50%;background:#5713370f}.herrlichst-compare-product-head__title{display:-webkit-box;overflow:hidden;color:#17151a;line-height:1.35;-webkit-line-clamp:2;-webkit-box-orient:vertical}.herrlichst-compare-product-head__link{display:inline-flex;gap:6px;color:#571337;font-size:12px;font-weight:750}.herrlichst-compare-no-differences{margin:14px 0 0;padding:13px 15px;border-radius:12px;background:#c9f00024;color:#571337;font-size:13px;font-weight:650}@media screen and (max-width:749px){.herrlichst-compare-dialog{width:100vw;height:100dvh;max-height:100dvh;margin:0;border-radius:0}.herrlichst-compare-dialog__panel{height:100dvh;max-height:100dvh;border:0;border-radius:0}.herrlichst-compare-dialog__header{gap:14px;padding:20px 18px 16px}.herrlichst-compare-dialog__title{font-size:30px}.herrlichst-compare-dialog__intro{font-size:13px}.herrlichst-compare-dialog__close{width:38px;height:38px}.herrlichst-compare-dialog__toolbar{align-items:flex-start;padding:11px 18px}.herrlichst-compare-differences-toggle{font-size:12px}.herrlichst-compare-matrix{padding:0 0 22px}.herrlichst-compare-table-scroll{border-inline:0;border-radius:0}.herrlichst-compare-table{min-width:690px}.herrlichst-compare-table__feature-head,.herrlichst-compare-table tbody th{width:138px;padding-inline:12px}.herrlichst-compare-table th,.herrlichst-compare-table td{padding:12px}.herrlichst-compare-product-head__image-wrap{padding:8px}}@media(prefers-reduced-motion:reduce){.herrlichst-compare-loading__spinner{animation:none}}.herrlichst-compare-bar{pointer-events:none}.herrlichst-compare-bar button,.herrlichst-compare-bar a,.herrlichst-compare-bar input,.herrlichst-compare-bar label{pointer-events:auto}.herrlichst-compare-notice[hidden]{display:none!important}.herrlichst-compare-notice{position:fixed;left:50%;top:max(14px,calc(var(--header-height, 0px) + 12px));z-index:120;width:min(620px,calc(100vw - 32px));padding:12px 16px;border:1px solid rgb(255 255 255 / .72);border-radius:14px;color:#fff;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);font-size:13px;font-weight:650;line-height:1.4;text-align:center;pointer-events:none;opacity:0;transform:translate(-50%,-8px);transition:opacity .18s ease,transform .18s ease}.herrlichst-compare-notice.is-visible{opacity:1;transform:translate(-50%)}@media screen and (max-width:599px){.herrlichst-compare-notice{width:calc(100vw - 20px);padding:11px 13px;font-size:12px}}@media(prefers-reduced-motion:reduce){.herrlichst-compare-notice{transition:none}}.herrlichst-compare-bar{border-color:#ffffffc2;background:radial-gradient(circle at 8% 130%,rgb(255 98 88 / .14),transparent 34%),radial-gradient(circle at 88% -60%,rgb(201 240 0 / .13),transparent 30%),color-mix(in srgb,var(--hcompare-bar-background, #fff) 91%,transparent);box-shadow:0 22px 58px #2a12222b,0 2px 8px #2a12220f,inset 0 1px #ffffffb3;backdrop-filter:blur(22px) saturate(125%);-webkit-backdrop-filter:blur(22px) saturate(125%)}.herrlichst-compare-slot{border-color:#5713371a;background:#f7f1e8a3}.herrlichst-compare-slot[data-filled=true]{border-color:#5713371f;background:#ffffffdb;box-shadow:inset 0 1px #fffc}.herrlichst-compare-bar__primary,.herrlichst-compare-bar__clear,.herrlichst-compare-dialog__close,.herrlichst-compare-product-head__link{transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,border-color .16s ease,color .16s ease}.herrlichst-compare-bar__primary:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 8px 22px #5713372e}.herrlichst-compare-bar__clear:hover{border-color:#57133738;background:#ffffff8f}.herrlichst-compare-dialog__panel{border-color:#ffffffe0;background:radial-gradient(circle at 5% 0%,rgb(255 98 88 / .14),transparent 26%),radial-gradient(circle at 96% 3%,rgb(201 240 0 / .16),transparent 24%),radial-gradient(circle at 62% 116%,rgb(87 19 55 / .07),transparent 34%),#f7f1e8;box-shadow:0 34px 100px #1e0d184d,inset 0 1px #ffffffc7}.herrlichst-compare-dialog__header{background:linear-gradient(180deg,#ffffff52,#fff0)}.herrlichst-compare-dialog__eyebrow{padding:5px 9px;border:1px solid rgb(255 98 88 / .2);border-radius:999px;background:#ff625817;letter-spacing:.075em}.herrlichst-compare-dialog__title{text-wrap:balance}.herrlichst-compare-dialog__close:hover{transform:rotate(4deg) scale(1.04);background:#fff;box-shadow:0 7px 22px #5713371f}.herrlichst-compare-dialog__toolbar{position:relative;z-index:8;background:#ffffff8c;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.herrlichst-compare-differences-toggle{min-height:36px;padding:6px 10px;border:1px solid rgb(87 19 55 / .1);border-radius:999px;background:#ffffff94}.herrlichst-compare-differences-toggle:has(input:checked){border-color:#57133733;background:#c9f00029}.herrlichst-compare-dialog__body{flex:1 1 auto;min-height:0;overflow:hidden}.herrlichst-compare-matrix{display:flex;flex-direction:column;box-sizing:border-box;min-height:0;height:100%;padding-top:14px}.herrlichst-compare-table-scroll{flex:1 1 auto;min-height:0;max-height:100%;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgb(87 19 55 / .28) transparent;border-color:#57133717;background:#ffffffb8;box-shadow:0 16px 46px #57133712,inset 0 1px #fffc}.herrlichst-compare-table-scroll::-webkit-scrollbar{width:8px;height:8px}.herrlichst-compare-table-scroll::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:#5713373d;background-clip:padding-box}.herrlichst-compare-table-scroll::-webkit-scrollbar-track{background:transparent}.herrlichst-compare-table thead th{position:sticky;top:0;z-index:5;border-bottom-color:#5713371f;background:color-mix(in srgb,#fff 91%,#f7f1e8);box-shadow:0 8px 18px #5713370b}.herrlichst-compare-table__feature-head{left:0;z-index:8!important;background:#fffaf4!important}.herrlichst-compare-table tbody th{z-index:4;box-shadow:8px 0 18px #57133709}.herrlichst-compare-product-head__image-wrap{aspect-ratio:16 / 10;min-height:112px;max-height:154px;margin-bottom:10px;padding:10px;border:1px solid rgb(87 19 55 / .07);border-radius:16px;background:radial-gradient(circle at 50% 110%,rgb(201 240 0 / .08),transparent 42%),#fff;box-shadow:inset 0 1px #ffffffe6}.herrlichst-compare-product-head__image{max-height:136px}.herrlichst-compare-product-head__title{min-height:2.6em;font-size:13px;font-weight:700}.herrlichst-compare-product-head__link{align-items:center;min-height:30px;margin-top:7px;padding:5px 9px;border:1px solid rgb(87 19 55 / .1);border-radius:999px;background:#f7f1e8b8;text-decoration:none}.herrlichst-compare-product-head__link:hover{transform:translateY(-1px);border-color:#5713372e;background:#fff;text-decoration:none}.herrlichst-compare-table tbody tr:nth-child(2n)>*{background-color:#f7f1e857}.herrlichst-compare-table tbody tr:nth-child(2n)>th{background:#fcf7f0}.herrlichst-compare-table tbody tr[data-different=true]>td{background-image:linear-gradient(#ff62580e,#ff62580e)}.herrlichst-compare-table tbody tr[data-different=true]>th{box-shadow:inset 3px 0 #ff6258,8px 0 18px #57133709;color:#571337}.herrlichst-compare-table td{color:#39343a}.herrlichst-compare-value{display:inline-block;max-width:100%;overflow-wrap:anywhere}.herrlichst-compare-value--different{font-weight:650;color:#17151a}.herrlichst-compare-value--yes,.herrlichst-compare-value--no{min-width:46px;padding:5px 9px;border:1px solid transparent;border-radius:999px;font-size:12px;font-weight:750;line-height:1.1;text-align:center}.herrlichst-compare-value--yes{border-color:#a4c60047;background:#c9f0002b;color:#405000}.herrlichst-compare-value--no{border-color:#5713371f;background:#57133711;color:#571337}.herrlichst-compare-empty{display:inline-grid;place-items:center;width:28px;height:24px;border-radius:999px;background:#5713370b;color:#9a929c}.herrlichst-compare-loading,.herrlichst-compare-error{margin:18px 30px 30px;border:1px solid rgb(255 255 255 / .78);border-radius:18px;background:#ffffff94;box-shadow:inset 0 1px #ffffffd1}.herrlichst-compare-loading__spinner{width:28px;height:28px;border-width:3px}.herrlichst-compare-notice{border-color:#ffffffc7;background:radial-gradient(circle at 12% 150%,rgb(255 98 88 / .28),transparent 45%),color-mix(in srgb,#571337 95%,transparent);box-shadow:0 16px 46px #2a122238,inset 0 1px #ffffff2e}@media screen and (max-width:749px){.herrlichst-compare-dialog__header{padding-top:max(18px,env(safe-area-inset-top))}.herrlichst-compare-dialog__heading-wrap{min-width:0}.herrlichst-compare-dialog__eyebrow{margin-bottom:6px;padding:4px 8px;font-size:10px}.herrlichst-compare-dialog__title{font-size:clamp(26px,8vw,32px)}.herrlichst-compare-dialog__intro{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.herrlichst-compare-dialog__toolbar{position:relative;align-items:center;gap:8px}.herrlichst-compare-differences-toggle{min-height:40px;padding:8px 10px}.herrlichst-compare-dialog__body{flex:1;min-height:0}.herrlichst-compare-matrix{display:flex;min-height:0;padding:10px 0 max(18px,env(safe-area-inset-bottom))}.herrlichst-compare-table-scroll{flex:1;max-height:none;border-top:1px solid rgb(87 19 55 / .09);border-bottom:1px solid rgb(87 19 55 / .09)}.herrlichst-compare-table{min-width:660px}.herrlichst-compare-table__feature-head,.herrlichst-compare-table tbody th{width:126px;min-width:126px;padding-inline:10px;font-size:12px}.herrlichst-compare-table th,.herrlichst-compare-table td{padding:10px 11px}.herrlichst-compare-product-head__image-wrap{min-height:92px;max-height:112px;padding:7px}.herrlichst-compare-product-head__image{max-height:98px}.herrlichst-compare-product-head__title{font-size:12px}.herrlichst-compare-product-head__link{min-height:32px;padding:6px 8px;font-size:11px}.herrlichst-compare-loading,.herrlichst-compare-error{margin:14px 14px max(18px,env(safe-area-inset-bottom))}}@media screen and (max-width:599px){.herrlichst-compare-bar{gap:8px;padding:10px}.herrlichst-compare-bar__copy{display:grid;grid-template-columns:1fr auto;align-items:baseline;gap:6px}.herrlichst-compare-bar__meta{text-align:right}.herrlichst-compare-slot{min-height:48px}.herrlichst-compare-bar__clear,.herrlichst-compare-bar__primary{min-height:44px}.herrlichst-compare-notice{top:max(10px,calc(var(--header-height, 0px) + 8px))}}@media(prefers-reduced-motion:reduce){.herrlichst-compare-bar__primary,.herrlichst-compare-bar__clear,.herrlichst-compare-dialog__close,.herrlichst-compare-product-head__link{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/herrlichst-product-compare.css.map */
