.compare-products-section{background-color:var(--bg-color);color:var(--text-color);text-align:center;padding-top:var(--padding-top-desktop);padding-bottom:var(--padding-bottom-desktop)}@media only screen and (max-width:767px){.compare-products-section{padding-top:var(--padding-top-mobile);padding-bottom:var(--padding-bottom-mobile)}}.compare-products-section__wrapper{display:flex;flex-direction:column;align-items:center;max-width:1090px;margin:0 auto}.compare-products-section__wrapper .compare-products-section__heading{margin-bottom:20px;color:inherit}@media only screen and (max-width:767px){.compare-products-section__wrapper .compare-products-section__heading{margin-bottom:16px}}.compare-products-section__wrapper .compare-products-section__subheading{margin-bottom:60px;color:inherit}@media only screen and (max-width:767px){.compare-products-section__wrapper .compare-products-section__subheading{margin-bottom:48px}}.compare-products-select__container{display:flex;flex-direction:column;width:100%;row-gap:24px;-moz-column-gap:60px;column-gap:60px}.compare-products-select__container .compare-products-section__header{display:flex;align-items:center;justify-content:center;row-gap:12px;-moz-column-gap:40px;column-gap:40px}@media only screen and (max-width:767px){.compare-products-select__container .compare-products-section__header{flex-direction:column}}.compare-products-select__container .compare-products-section__header .compare-products-section__old-names-wrapper{flex:0 1 50%;margin:0;max-width:350px;min-height:50px;height:auto;display:flex}.compare-products-select__container .compare-products-section__header .compare-products-section__old-names-wrapper custom-select{height:auto;border-radius:100px;padding:0;border:1px solid var(--color-link-text);display:flex;align-items:center;justify-content:center;transition:border-radius 0s;transition-delay:.3s}.compare-products-select__container .compare-products-section__header .compare-products-section__old-names-wrapper custom-select.form-select--open{border-radius:20px 20px 0 0;transition:border-radius 0s;transition-delay:0s}.compare-products-select__container .compare-products-section__header .compare-products-section__old-names-wrapper custom-select .form-select__btn{padding:10px 24px;padding-right:36px;height:100%;color:inherit}.compare-products-select__container .compare-products-section__header .compare-products-section__old-names-wrapper custom-select .form-select__btn svg{right:24px;top:50%;color:var(--color-link-text)}.compare-products-select__container .compare-products-section__header .compare-products-section__old-names-wrapper custom-select .form-select__btn span{pointer-events:none}.compare-products-select__container .compare-products-section__header .compare-products-section__old-names-wrapper custom-select .form-select__dropdown{position:absolute;top:100%;left:-1px;right:-1px;max-height:200px;padding:0;border:1px solid var(--color-link-text);border-radius:0;padding-bottom:10px;border-radius:0 0 20px 20px}.compare-products-select__container .compare-products-section__header .compare-products-section__old-names-wrapper custom-select .form-select__dropdown li{padding:10px;padding:0}.compare-products-select__container .compare-products-section__header .compare-products-section__old-names-wrapper custom-select .form-select__dropdown li button{padding:10px 24px}.compare-products-select__container .compare-products-section__header .compare-products-section__old-names-wrapper custom-select .form-select__dropdown li button:hover{background-color:var(--color-bg-primary);color:var(--color-link-text-hover)}.compare-products-select__container .compare-products-section__header .compare-products-section__new-names-wrapper{flex:0 1 50%;max-width:350px;min-height:50px;height:auto;border-radius:100px;border:1px solid var(--color-border);display:flex;width:100%;background-color:var(--color-bg-primary)}.compare-products-select__container .compare-products-section__header .compare-products-section__new-names-wrapper .compare-products-section__new-name{width:100%;height:auto;padding:12px 24px 8px;text-align:left;line-height:22px}.compare-products-select__container .compare-products-section__header .compare-products-section__new-names-wrapper .compare-products-section__new-name[aria-hidden=true]{display:none}.compare-products-select__container .compare-products-section__header .compare-products-section__svg{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:767px){.compare-products-select__container .compare-products-section__header .compare-products-section__svg{transform:rotate(90deg)}}.compare-products-select__container .compare-products-section__header .compare-products-section__svg svg{width:20px;height:auto}.compare-products-select__container .compare-products-section__images{overflow:hidden;position:relative;width:100%}.compare-products-select__container .compare-products-section__images .compare-products-section__image-item{--gap:5px;display:flex;aspect-ratio:2/1;gap:var(--gap)}@media only screen and (max-width:767px){.compare-products-select__container .compare-products-section__images .compare-products-section__image-item{aspect-ratio:10/6.5}}.compare-products-select__container .compare-products-section__images .compare-products-section__image-item[aria-hidden=true]{display:none}.compare-products-select__container .compare-products-section__images .compare-products-section__image-item .compare-products-section__image-wrapper{max-width:calc(100% / 2 - var(--gap)/ 2);width:100%;position:relative;background-color:var(--bg-color)}.compare-products-select__container .compare-products-section__images .compare-products-section__image-item .compare-products-section__image-wrapper img{padding:50px;opacity:1}@media only screen and (max-width:767px){.compare-products-select__container .compare-products-section__images .compare-products-section__image-item .compare-products-section__image-wrapper img{padding:20px 20px 30px}}.compare-products-select__container .compare-products-section__images .compare-products-section__image-item .compare-products-section__image-wrapper .compare-products-section__label{position:absolute;bottom:20px;left:0;right:0;padding:0;margin:0;font-size:14px;text-transform:uppercase;color:inherit}@media only screen and (max-width:767px){.compare-products-select__container .compare-products-section__images .compare-products-section__image-item .compare-products-section__image-wrapper .compare-products-section__label{font-size:12px;bottom:12px}}