@-webkit-keyframes spinner{to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes spinner{to{transform:translate(-50%,-50%) rotate(1turn)}}.accordion__container{border-bottom:1px solid #d8d8d8}.accordion__title{position:relative;padding:1rem 2.5rem;display:block;font-weight:700;cursor:pointer;text-transform:uppercase}.accordion__title.disabled{opacity:.5;pointer-events:none}.accordion__title:after{content:"+";position:absolute;top:50%;right:20px;transform:translateY(-50%);font-size:1.5em;font-weight:lighter;color:var(--color-accent)}.accordion__content{max-height:0;transition:all .5s cubic-bezier(0,1,0,1);overflow:hidden}.accordion__content-inner{padding:0 0 2rem}.accordion__content-inner strong{text-transform:uppercase}.accordion__content-inner p:first-child{margin-top:0}.accordion__content-inner p:last-child{margin-bottom:0}.accordion__checkbox:checked+div .accordion__title:after,.accordion__checkbox:checked~.accordion__title:after{content:"-"}.accordion__checkbox:checked~.accordion__content{max-height:100vh;overflow:auto;transition:max-height .5s ease-in-out;-webkit-animation:openScroll .5s;animation:openScroll .5s}.accordion__checkbox{display:none}@media only screen and (max-width:767px){.accordion-mobile__container{border-bottom:1px solid #d8d8d8}.accordion-mobile__title{position:relative;padding:1rem 2.5rem;display:block;font-weight:700;cursor:pointer;text-transform:uppercase}.accordion-mobile__title.disabled{opacity:.5;pointer-events:none}.accordion-mobile__title:after{content:"+";position:absolute;top:50%;right:20px;transform:translateY(-50%);font-size:1.5em;font-weight:lighter;color:var(--color-accent)}.accordion-mobile__content{max-height:0;transition:all .5s cubic-bezier(0,1,0,1);overflow:hidden}.accordion-mobile__content-inner{padding:0 0 2rem}.accordion-mobile__content-inner strong{text-transform:uppercase}.accordion-mobile__content-inner p:first-child{margin-top:0}.accordion-mobile__content-inner p:last-child{margin-bottom:0}.accordion-mobile__checkbox:checked+div .accordion-mobile__title:after,.accordion-mobile__checkbox:checked~.accordion-mobile__title:after{content:"-"}.accordion-mobile__checkbox:checked~.accordion-mobile__content{max-height:100vh;overflow:auto;transition:max-height .5s ease-in-out;-webkit-animation:openScroll .5s;animation:openScroll .5s}.accordion-mobile__checkbox{display:none}}@media only screen and (min-width:768px){.accordion-mobile__checkbox{display:none}}@-webkit-keyframes openScroll{0%{overflow:hidden}to{overflow:hidden}}@keyframes openScroll{0%{overflow:hidden}to{overflow:hidden}}.protection-rating{font-family:var(--font-body-family);padding:1rem 0;margin-top:2.5rem}.protection-rating__temperature-bar{position:relative;height:20px;background:linear-gradient(to right,#f5f5f5,#e0e0e0,#bdbdbd,#9e9e9e 60%,#000);border-radius:10px;margin-bottom:.5rem;overflow:visible;box-shadow:inset 0 2px 4px #0000001a;min-height:20px;width:100%;box-sizing:border-box}.column-marker{position:absolute;top:0;width:2px;height:100%;background:#fffc;z-index:1;box-shadow:0 0 4px #fff9}.column-marker-25{left:25%}.column-marker-50{left:50%}.column-marker-75{left:75%}.protection-rating__indicator{position:absolute;top:-40px;left:50%;transform:translateY(-50%) translate(-50%);transition:left .3s ease;z-index:10;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.protection-rating__indicator svg{width:100%;height:100%;fill:#424242;filter:drop-shadow(0 0 4px rgba(0,0,0,.3));display:block;max-width:100%;max-height:100%;transition:all .3s ease}.protection-rating__indicator svg path{fill:inherit;stroke:none}.protection-rating__indicator:before,.protection-rating__indicator:after{display:none}.protection-rating__categories{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-bottom:2rem;align-items:start;width:100%;min-width:100%;grid-template-rows:auto;align-items:stretch}.protection-rating__category{text-align:center;display:flex;flex-direction:column;gap:.25rem;padding:.25rem;border-radius:8px;transition:all .2s ease;align-items:center;justify-content:center;width:100%;min-width:0;flex:1;box-sizing:border-box;border:1px solid transparent;position:relative;min-height:80px;overflow:hidden}.protection-rating__category-name{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:.9rem;text-transform:uppercase;color:var(--main-text-color);text-align:center;line-height:1.2;width:100%;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;max-width:100%;display:flex;flex-direction:column;gap:.1rem;justify-content:center;align-items:center;min-height:2.4em;white-space:pre-line;height:2.4em;flex-shrink:0;margin-bottom:.5rem}.protection-rating__category-name br{display:block;content:"";margin-top:.1rem}.protection-rating__category-range{font-size:.8rem;color:var(--main-text-color);opacity:.8;text-align:center;line-height:1.2;width:100%;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;max-width:100%}.protection-rating__display{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem;flex-wrap:nowrap}.protection-rating__temp-box{font-family:var(--font-body-family);font-weight:600;font-size:1rem;color:var(--main-text-color);flex:1;padding:.75rem 1rem;border:2px solid #e0e0e0;background:linear-gradient(135deg,#fff,#f8f9fa);box-shadow:0 2px 8px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;display:flex;align-items:center;height:48px;flex-shrink:0}.protection-rating__unit-toggle{display:flex;gap:.5rem;flex-shrink:0;align-items:center}.protection-rating__unit-btn{padding:.75rem 1rem;border:2px solid #e0e0e0;background:linear-gradient(135deg,#fff,#f8f9fa);color:var(--main-text-color);font-family:var(--font-body-family);font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);min-width:50px;text-align:center;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000014;-webkit-tap-highlight-color:transparent;touch-action:manipulation;display:flex;align-items:center;justify-content:center;height:48px}.protection-rating__unit-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}.protection-rating__unit-btn:hover:before{left:100%}.protection-rating__unit-btn--active{background:linear-gradient(135deg,var(--main-text-color) 0%,#2c3e50 100%);color:#fff;border-color:var(--main-text-color);box-shadow:0 4px 16px #0003}.protection-rating__unit-btn:hover{background:linear-gradient(135deg,var(--main-text-color) 0%,#2c3e50 100%);color:#fff;border-color:var(--main-text-color);box-shadow:0 6px 20px #00000026}.protection-rating__unit-btn:active{box-shadow:0 2px 8px #0003}.protection-rating__unit-btn:focus{outline:none;box-shadow:0 0 0 3px #0000001a,0 4px 16px #0003}@media only screen and (max-width: 1024px){.protection-rating{padding:.75rem 0;margin-top:2rem}.protection-rating__temperature-bar{height:18px;margin-bottom:.5rem}.protection-rating__indicator{width:24px;height:24px;top:-28px}.protection-rating__categories{gap:0;margin-bottom:1.75rem;width:100%;min-width:100%;grid-template-rows:auto;align-items:stretch}.protection-rating__category{padding:.25rem;width:100%;min-width:0;flex:1;box-sizing:border-box;border:1px solid transparent;position:relative;min-height:80px;overflow:hidden}.protection-rating__category-name{font-size:.85rem;width:100%;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;max-width:100%;min-height:2.4em;height:2.4em;gap:.1rem;flex-shrink:0;margin-bottom:.5rem}.protection-rating__category-name br{margin-top:.1rem}.protection-rating__category-range{font-size:.75rem}.protection-rating__display{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:.75rem;flex-wrap:nowrap!important}.protection-rating__temp-box{font-size:.9rem;padding:.6rem .8rem;height:44px;flex:1;flex-shrink:0}.protection-rating__unit-toggle{flex-shrink:0;flex-direction:row;gap:.5rem}.protection-rating__unit-btn{padding:.6rem .8rem;font-size:.85rem;min-width:45px;height:44px}}@media only screen and (min-width: 1440px){.protection-rating{padding:1.5rem 0;margin-top:3rem}.protection-rating__temperature-bar{height:24px;margin-bottom:.5rem}.protection-rating__indicator{width:40px;height:40px;top:-50px}.protection-rating__indicator svg{width:100%;height:100%;fill:#424242;filter:drop-shadow(0 0 4px rgba(0,0,0,.3))}.protection-rating__indicator:before,.protection-rating__indicator:after{display:none}.protection-rating__categories{gap:0;margin-bottom:2.5rem;width:100%;min-width:100%;grid-template-rows:auto;align-items:stretch}.protection-rating__category{padding:.25rem;width:100%;min-width:0;flex:1;box-sizing:border-box;border:1px solid transparent;position:relative;min-height:100px;overflow:hidden}.protection-rating__category-name{font-size:.9rem;width:100%;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;max-width:100%;min-height:2.6em;height:2.6em;gap:.15rem;flex-shrink:0;margin-bottom:.6rem}.protection-rating__category-name br{margin-top:.15rem}.protection-rating__category-range{font-size:.8rem;width:100%;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;max-width:100%}.protection-rating__temp-box{padding:1.25rem;font-size:1.1rem}.protection-rating__unit-btn{min-width:70px;padding:1rem 1.5rem;font-size:1.1rem}}@media only screen and (max-width: 767px){.protection-rating{padding:.5rem 0;margin-top:2rem}.protection-rating__indicator{width:28px;height:28px;top:-35px}.protection-rating__categories{grid-template-columns:repeat(4,1fr);gap:0;margin-bottom:1.5rem;width:100%;min-width:100%;grid-template-rows:auto;align-items:stretch}.protection-rating__category{padding:.25rem;text-align:center;width:100%;min-width:0;flex:1;box-sizing:border-box;border:1px solid transparent;position:relative;min-height:70px;overflow:hidden}.protection-rating__category-name{font-size:.7rem;margin-bottom:.4rem;line-height:1.2;width:100%;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;max-width:100%;min-height:2.2em;height:2.2em;gap:.05rem;flex-shrink:0}.protection-rating__category-name br{margin-top:.05rem}.protection-rating__category-range{font-size:.6rem;line-height:1.2;width:100%;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;max-width:100%}.protection-rating__display{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:.75rem;flex-wrap:nowrap!important}.protection-rating__temp-box{font-size:.85rem;padding:.5rem .7rem;flex:1;height:40px;flex-shrink:0}.protection-rating__unit-toggle{flex-shrink:0;flex-direction:row;gap:.5rem}.protection-rating__unit-btn{padding:.5rem .7rem;font-size:.8rem;min-width:40px;height:40px}.protection-rating__temperature-bar{height:18px;margin-bottom:.5rem}.protection-rating__indicator{width:24px;height:24px}.protection-rating__indicator svg{width:100%;height:100%;fill:#424242;filter:drop-shadow(0 0 4px rgba(0,0,0,.3))}.protection-rating__indicator:before,.protection-rating__indicator:after{display:none}.column-marker{width:1px;background:#fffc}}@media only screen and (max-width: 480px){.protection-rating{padding:.25rem 0;margin-top:2rem}.protection-rating__indicator{width:26px;height:26px;top:-30px}.protection-rating__categories{grid-template-columns:repeat(4,1fr);gap:0;margin-bottom:1.25rem;width:100%;min-width:100%;grid-template-rows:auto;align-items:stretch}.protection-rating__category{flex-direction:column;justify-content:center;align-items:center;padding:.25rem;text-align:center;width:100%;min-width:0;flex:1;box-sizing:border-box;border:1px solid transparent;position:relative;min-height:60px;overflow:hidden}.protection-rating__category-name{font-size:.6rem;font-weight:600;line-height:1.1;margin-bottom:.3rem;width:100%;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;max-width:100%;min-height:2em;height:2em;gap:.05rem;flex-shrink:0}.protection-rating__category-name br{margin-top:.03rem}.protection-rating__category-range{font-size:.5rem;color:#000000b3;line-height:1.1;width:100%;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;max-width:100%}.protection-rating__temperature-bar{height:16px;margin-bottom:.5rem}.protection-rating__indicator{width:26px;height:26px}.protection-rating__indicator svg{width:100%;height:100%;fill:#424242;filter:drop-shadow(0 0 4px rgba(0,0,0,.3))}.protection-rating__indicator:before,.protection-rating__indicator:after{display:none}.protection-rating__display{gap:.5rem;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;flex-wrap:nowrap!important}.protection-rating__temp-box{font-size:.8rem;padding:.4rem .6rem;height:36px;flex:1;flex-shrink:0}.protection-rating__unit-toggle{flex-shrink:0;flex-direction:row;gap:.4rem}.protection-rating__unit-btn{padding:.4rem .6rem;font-size:.75rem;min-width:35px;height:36px}.protection-rating__categories{min-width:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.protection-rating__categories::-webkit-scrollbar{display:none}}
/*# sourceMappingURL=/cdn/shop/t/309/assets/component.accordion.css.map */
