.js.product-form__input.product-form__input--pill label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.js.product-form__input.product-form__input--pill label .icon {
    height: 22px;
    width: 48px;
}

.product__info-wrapper .usp-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: var(--justify-content);
    height: var(--height);
    gap: var(--gap);
    margin: var(--margin-top) 0 var(--margin-bottom) 0;
}

.product__info-wrapper .usp-list .usp {
    height: 100%;
}

.product__info-wrapper .usp-list .usp .usp__icon {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.product.product--medium.product--left.product--thumbnail.product--mobile-hide.grid.grid--1-col.grid--2-col-tablet .grid__item.product__media-wrapper {}

.shopify-section.shopify-section-group-header-group.section-header .header.header--top-center.header--mobile-center.page-width.header--has-menu.header--has-account.header--has-localizations .header__inline-menu .list-menu.list-menu--inline {
    gap: 24px;
    justify-content: space-between;
    width: 100%;

    .mega-menu.mega_menu_hover {
        .header__menu-item.list-menu__item.link.focus-inset {
            padding: 0;
        }
    }
}

.product .product__info-container variant-selects .product-form__input--pill.product-form__input--horizontal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    .disabled + label {
        text-decoration: none;
        opacity: 0.6;
    }
}

.video-section.isolate.page-width {
    background-color: var(--background-color, transparent);

    deferred-media.video-section__media.deferred-media {
        width: 100%;

        @media screen and (min-width: 768px) {
            width: var(--width-desktop);
            margin: 0 auto;
            padding-bottom: var(--padding-bottom);
            aspect-ratio: var(--aspect-ratio);
        }
    }
}