/** Shopify CDN: Minification failed

Line 2752:29 Unexpected "body"

**/
.breadcrumbs__wrap {
    display: none;
}
@media (min-width: 1025px) {
    body.has-promo-bar .breadcrumbs__wrap {
        top: 156px;
    }
    main.main-content {
        position: relative;
    }
    .breadcrumbs__wrap {
        display: block;
        position: absolute;
        top: 116px;
        left: 40px;
        padding-top: 30px;
        font-family: blenderbold;
        color: #4a4a4a;
        text-transform: uppercase;
        z-index: 1;
        transition: opacity 0.8s ease-out;
    }
    .breadcrumbs__link {
        display: inline-block;
        font-size: 0.8125rem;
        line-height: 0.8125rem;
        text-transform: uppercase;
    }
    .breadcrumbs__link.active {
        color: #f0c417;
    }
}
.cart-success {
    background-color: #fff;
    position: fixed;
    top: 68px;
    right: 10px;
    border-radius: 0.25rem;
    z-index: 10;
    transition: all 0.3s ease-out;
    transform: translateX(150%);
}
.cart-success p {
    margin-bottom: 0;
}
.cart-success.mt-64 {
    margin-top: 64px;
}
.cart-success--active {
    transform: translateX(0);
}
.cart-success__inner {
    position: relative;
}
.cart-success__title {
    padding: 0.75rem 1rem;
}
.cart-success__close-cart {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 8px;
    height: 8px;
}
.cart-success__close-cart img {
    width: 100%;
}
body.has-promo-bar .cart-success {
    margin-top: 40px;
}
body.has-promo-bar .cart-success.mt-64 {
    margin-top: 104px;
}
.has-promo-bar .pdp-hero__background {
    height: calc(100vh - 160px);
}
.pdp-hero {
    overflow: hidden;
    color: #fff;
    text-align: left;
}
.pdp-hero .desktop {
    display: none;
}
.pdp-hero__inner {
    position: relative;
}
.pdp-hero__background {
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: calc(100vh - 110px);
    width: 100%;
}
.pdp-hero__background.no-img,
.pdp-hero__background.no-vid {
    display: none;
}
.pdp-hero__gradient {
    position: absolute;
    background: linear-gradient(180deg, transparent, #000);
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.pdp-hero__copy {
    position: absolute;
    padding: 0 20px;
    left: 0;
    bottom: 10%;
}
.pdp-hero__price,
.pdp-hero__subtitle,
.pdp-hero__view-detail {
    margin-bottom: 15px;
}
.pdp-hero__availability {
    padding-bottom: 4px;
    border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
    .has-promo-bar .pdp-hero__background {
        height: calc(100vh - 165px);
    }
    .pdp-hero__background {
        height: calc(100vh - 125px);
    }
}
@media (min-width: 1024px) {
    .has-promo-bar .pdp-hero__background {
        height: calc(100vh - 95px);
    }
    .pdp-hero .mobile {
        display: none;
    }
    .pdp-hero .desktop {
        display: block;
    }
    .pdp-hero__background {
        height: calc(100vh - 55px);
    }
    .pdp-hero__background.no-img {
        display: none;
    }
    .pdp-hero__copy {
        padding: 0 40px;
    }
}
@media (min-width: 1025px) {
    .has-promo-bar .pdp-hero__background,
    .pdp-hero__background {
        height: 100vh;
    }
}
.pdp-details {
    background-color: #e6e6e6;
    padding-top: 6rem;
}
.pdp-details .desktop {
    display: none;
}
.pdp-details__inner {
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 0 30px;
}
.pdp-details__gallery--thumbs {
    max-width: 546px;
    margin: 10px auto;
}
.pdp-details__gallery--thumbs .slick-list {
    margin: 0 -4px;
}
.pdp-details__gallery--thumbs .slick-track {
    display: flex;
    justify-content: center;
}
.pdp-details__gallery--thumbs .slick-slide {
    margin: 0 4px;
}
.pdp-details__gallery--thumbs .slick-current .pdp-details__gallery--thumb {
    opacity: 1;
}
.pdp-details__gallery--thumb {
    height: 70px;
    width: 70px;
    min-height: 70px;
    min-width: 70px;
    cursor: pointer;
    opacity: 0.5;
}
.pdp-details__gallery--inner {
    position: relative;
    margin: 0 50px;
    max-width: 800px;
    margin: 0;
    padding-bottom: calc(100% - 100px);
}
.pdp-details__gallery--items {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    width: calc(100% - 100px);
    height: 100%;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.pdp-details__gallery--items .slick-next,
.pdp-details__gallery--items .slick-prev {
    width: 50px;
    height: 50px;
    top: 50%;
    bottom: auto;
    padding: 10px;
    box-sizing: border-box;
}
.pdp-details__gallery--items .slick-next:before,
.pdp-details__gallery--items .slick-prev:before {
    background-size: contain;
    height: 30px;
    width: 30px;
}
.pdp-details__gallery--items .slick-prev {
    left: -50px;
    right: auto;
}
.pdp-details__gallery--items .slick-next {
    right: -50px;
    left: auto;
}
.pdp-details__details {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pdp-details__details__row {
    margin-bottom: 5px;
}
.pdp-details__details__row.h1 {
    padding-left: 20px;
    padding-right: 20px;
}
.pdp-details__details__break,
.pdp-details__price {
    margin-bottom: 20px;
}
.pdp-details__price span {
    display: none;
    font-family: blenderbold;
    font-size: 1rem;
    line-height: 1.5rem;
}
.pdp-details__price span.active {
    display: block;
}
.pdp-details__compare-price {
    display: inline;
    color: #9c9c9c;
    text-decoration: line-through;
}
.pdp-details__out-of-stock {
    max-width: 355px;
    margin: 0 auto;
}
.pdp-details__out-of-stock__unavailable-text {
    display: block;
    margin-bottom: 10px;
}
.pdp-details__out-of-stock__input {
    flex-grow: 2;
}
.pdp-details__out-of-stock__input.email {
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 4px;
}
.pdp-details__out-of-stock__input__wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.pdp-details__out-of-stock__error {
    color: #f84141;
    margin-bottom: 10px;
}
.pdp-details__out-of-stock__success {
    text-transform: uppercase;
    font-family: blenderbold;
}
.pdp-details__out-of-stock__submit {
    font-size: 1rem;
    line-height: 1.125rem;
    padding: 5px 10px;
    border-radius: 4px;
}
.pdp-details__out-of-stock__consent {
    display: flex;
}
.pdp-details__out-of-stock__consent__input {
    position: relative;
    margin-right: 5px;
    -webkit-appearance: none;
    border: 1px solid #4a4a4a;
    height: 13px;
    display: block;
    min-width: 13px;
    border-radius: 3px;
}
.pdp-details__out-of-stock__consent__input:checked:before {
    position: absolute;
    content: "\2713";
    width: 13px;
    height: 13px;
    bottom: -1px;
    right: -1px;
    font-family: system-ui;
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
}
.pdp-details__add-to-cart {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}
.pdp-details__swatches {
    display: flex;
    padding: 0;
    margin-left: -10px;
    list-style: none;
}
.pdp-details__swatch {
    padding-left: 10px;
}
.pdp-details__swatch-btn {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #c9c9c9;
}
.pdp-details__swatch-btn.selected {
    border: 2px solid #f0c417;
}
.pdp-details__engraving {
    width: 100%;
    margin: 0 auto 20px;
    padding: 10px 0;
    border-top: 1px solid #9c9c9c;
    border-bottom: 1px solid #9c9c9c;
}
.pdp-details__engraving__heading {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pdp-details__engraving__heading p {
    margin: 0;
}
.pdp-details__engraving__checkbox {
    position: relative;
    margin-right: 5px;
    margin-bottom: 2px;
    -webkit-appearance: none;
    border: 1px solid #4a4a4a;
    height: 13px;
    display: block;
    min-width: 13px;
    border-radius: 3px;
}
.pdp-details__engraving__checkbox:checked:before {
    position: absolute;
    content: "\2713";
    width: 13px;
    height: 13px;
    bottom: -1px;
    right: -1px;
    font-family: system-ui;
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
}
.pdp-details__engraving__options input[type="text"] {
    max-width: 150px;
    margin: 0 auto 10px;
    padding: 8px;
    text-align: center;
}
.pdp-details__engraving__options input[type="text"]:focus {
    border-color: #9c9c9c;
}
.pdp-details__engraving__copy {
    margin-bottom: 15px;
}
.pdp-details__engraving__divider {
    border-top: 1px solid #9c9c9c;
    margin-bottom: 20px;
}
.pdp-details__engraving__error {
    margin-bottom: 5px;
}
@media (min-width: 768px) {
    .pdp-details__inner {
        padding: 0 0 60px;
    }
    .pdp-details__price {
        margin-bottom: 20px;
    }
    .pdp-details__price span {
        display: none;
        font-family: blenderbold;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .pdp-details__price span.active {
        display: block;
    }
    .pdp-details__compare-price {
        display: inline;
        color: #9c9c9c;
        text-decoration: line-through;
    }
}
@media (min-width: 1024px) {
    .pdp-details .desktop {
        display: block;
    }
    .pdp-details .mobile {
        display: none;
    }
    .pdp-details__inner {
        display: flex;
        padding: 48px 100px 32px;
        flex-flow: row wrap;
        align-items: center;
    }
    .pdp-details__inner.promo-space {
        padding-top: 80px;
    }
    .pdp-details__gallery {
        width: 55%;
    }
    .pdp-details__gallery--thumbs .slick-track {
        width: 546px;
        min-width: 546px;
    }
    .pdp-details__details {
        width: 45%;
    }
    .pdp-details__price {
        margin-bottom: 20px;
    }
    .pdp-details__price span {
        display: none;
        font-family: blenderbold;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .pdp-details__price span.active {
        display: block;
    }
    .pdp-details__compare-price {
        display: inline;
        color: #9c9c9c;
        text-decoration: line-through;
    }
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .pdp-details__large-title {
        font-size: 1.875rem;
        line-height: 2.25rem;
        letter-spacing: 0;
    }
    .pdp-details__details,
    .pdp-details__gallery {
        width: 50%;
    }
    .pdp-details__price {
        margin-bottom: 20px;
    }
    .pdp-details__price span {
        display: none;
        font-family: blenderbold;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .pdp-details__price span.active {
        display: block;
    }
    .pdp-details__compare-price {
        display: inline;
        color: #9c9c9c;
        text-decoration: line-through;
    }
}
@media (min-width: 1281px) {
    .pdp-details__gallery {
        width: 55%;
    }
    .pdp-details__details {
        width: 45%;
    }
    .pdp-details__price {
        margin-bottom: 20px;
    }
    .pdp-details__price span {
        display: none;
        font-family: blenderbold;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .pdp-details__price span.active {
        display: block;
    }
    .pdp-details__compare-price {
        color: #9c9c9c;
        text-decoration: line-through;
    }
}
.has-promo-bar .pdp-nav {
    padding-top: 90px;
}
.pdp-nav {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    padding-top: 40px;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out;
}
.pdp-nav.active {
    transform: translateY(0);
}
.pdp-nav .desktop {
    display: none;
}
.pdp-nav__form {
    background-color: #fff;
    position: relative;
    padding: 10px 20px 15px;
    text-align: left;
    border-bottom: 1px solid #c9c9c9;
    z-index: 10;
}
.pdp-nav__row {
    display: flex;
    align-items: center;
    margin-left: -10px;
    margin-bottom: 10px;
}
.pdp-nav__row.last {
    margin-bottom: 0;
}
.pdp-nav__cell {
    padding-left: 10px;
}
.pdp-nav__compareprice {
    padding-left: 5px;
    display: inline;
    color: #9c9c9c;
    text-decoration: line-through;
}
.pdp-nav__price,
.pdp-nav__title {
    font-family: blenderbold;
    text-transform: uppercase;
}
.pdp-nav__price,
.pdp-nav__subtitle,
.pdp-nav__title {
    font-size: 1rem;
    line-height: 1.5rem;
    white-space: nowrap;
}
.pdp-nav__subtitle {
    font-family: blenderbook;
}
.pdp-nav__subtitle br {
    display: none;
}
.pdp-nav__btn {
    padding: 1px 5px;
    font-size: 0.875rem;
}
.pdp-nav__available,
.pdp-nav__subtitle {
    flex-grow: 2;
}
.pdp-nav__available {
    display: flex;
    justify-content: flex-end;
}
.pdp-nav__swatches-btn {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
}
.pdp-nav__swatches-btn.active .pdp-nav__arrow-down {
    transform: rotate(180deg);
}
.pdp-nav__arrow-down {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 14px;
    width: 10px;
    margin-left: 10px;
    opacity: 0.7;
    top: 0;
    right: 0;
    transform: rotate(0deg);
    transition: transform 0.3s ease-out;
}
.pdp-nav__swatches {
    position: absolute;
    background-color: #fff;
    top: 100%;
    width: 100%;
    margin: 0;
    padding: 15px 15px 10px;
    border-bottom: 1px solid #c9c9c9;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out;
    z-index: 5;
    flex-flow: row wrap;
}
.pdp-nav__swatches.active {
    transform: translateY(0);
}
.pdp-nav__swatches__swatch {
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #c9c9c9;
}
.pdp-nav__swatches__swatch.active {
    border: 2px solid #f0c417;
}
.pdp-nav__monogram {
    display: flex;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    padding: 20px 0 10px;
    border-top: 1px solid #c9c9c9;
}
.pdp-nav__monogram span {
    margin-top: 1px;
}
@media (min-width: 768px) {
    .has-promo-bar .pdp-nav {
        padding-top: 95px;
    }
    .pdp-nav {
        padding-top: 55px;
    }
}
@media (max-width: 1024px) {
    .desktop {
        color: #fff;
    }
}
@media (min-width: 1025px) {
    .pdp-nav {
        display: flex;
        padding-left: 20px;
        padding-right: 20px;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #c9c9c9;
    }
    .pdp-nav .mobile {
        display: none;
    }
    .pdp-nav .desktop {
        display: block;
    }
    .pdp-nav__title {
        padding-left: 0;
    }
    .pdp-nav__subtitle {
        flex-grow: 0;
    }
    .pdp-nav__form,
    .pdp-nav__swatches {
        flex-grow: 1;
        padding: 15px 0;
        margin: 0;
    }
    .pdp-nav__form {
        border: 0;
    }
    .pdp-nav__cell,
    .pdp-nav__row {
        margin: 0;
    }
    .pdp-nav__swatches {
        position: static;
        width: auto;
        justify-content: flex-end;
        transform: none;
        border: 0;
    }
    .pdp-nav__swatches.active {
        transform: none;
    }
    .pdp-nav__swatches .btn {
        padding: 10px 40px 8px;
    }
    .pdp-nav__monogram {
        width: auto;
        padding: 0 30px;
        margin: 0;
        border: 0;
    }
    .pdp-nav__monogram span {
        margin-top: 0;
    }
}
.pdp-text-block {
    padding: 0 40px 80px;
}
.pdp-text-block__title {
    margin-bottom: 24px;
}
.pdp-text-block__description,
.pdp-text-block__description p:last-of-type,
.pdp-text-block__title.no-desc {
    margin-bottom: 0;
}
.pdp-text-block__description * {
    font-family: blenderbook;
    font-size: 16px;
    line-height: 20px;
}
@media (min-width: 768px) {
    .pdp-text-block__description * {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (min-width: 768px) {
    .pdp-text-block {
        padding: 0 60px 100px;
    }
}
@media (min-width: 1025px) {
    .pdp-text-block {
        padding: 0 0 140px;
    }
    .pdp-text-block__inner {
        margin: 0 auto;
        max-width: 1000px;
    }
}
.pdp-video {
    padding-bottom: 20px;
}
.pdp-video.playing .pdp-video__play-button {
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pdp-video.playing .pdp-video__player {
    opacity: 1;
}
.pdp-video__inner {
    padding: 0 20px;
}
.pdp-video__wrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.pdp-video__play-button__poster,
.pdp-video__player {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pdp-video__player {
    opacity: 0;
}
.pdp-video__play-button__icon,
.pdp-video__play-button__poster {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
.pdp-video__play-button {
    transition: opacity 0.3s ease-out;
}
.pdp-video__play-button__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 46px;
}
@media (min-width: 768px) {
    .pdp-video {
        padding-bottom: 30px;
    }
    .pdp-video__inner {
        padding: 30px;
    }
}
@media (min-width: 1025px) {
    .pdp-video {
        padding-bottom: 60px;
    }
    .pdp-video__inner {
        padding: 0 100px;
    }
    .pdp-video__wrapper {
        padding-bottom: 50%;
    }
}
.pdp-image-block-black {
    text-align: left;
}
.pdp-image-block-black__inner {
    padding: 0 20px;
}

#v2-template .pdp-image-block-black__inner {
    padding: 0;
}

.pdp-image-block-black__inner--dark {
    background: #000;
}
.pdp-image-block-black__row {
    display: flex;
    flex-direction: column;
}
.pdp-image-block-black__row--image-right {
    flex-direction: column-reverse;
}
.pdp-image-block-black__cell--text {
    padding: 30px 20px;
}

#mh40 .pdp-image-block-black__cell--text,
#mh40-wireless .pdp-image-block-black__cell--text,
#v2-template .pdp-image-block-black__cell--text  {
    padding: 20px 20px 60px;
}

.pdp-image-block-black__small-title {
    margin-bottom: 6px;
    font-size: 15px;
    font-family: blenderbold;
    font-weight: 700;
    text-transform: uppercase;
}
.pdp-image-block-black__large-title {
    margin-bottom: 24px;
}
.pdp-image-block-black__description p:last-of-type {
    margin-bottom: 0;
}
.pdp-image-block-black__description * {
    font-family: blenderbook;
    font-size: 16px;
    line-height: 20px;
}
@media (min-width: 768px) {
    .pdp-image-block-black__description * {
        font-size: 20px;
        line-height: 30px;
    }
    #v2-template .pdp-image-block-black__inner {
        padding: 0 20px;
    }
}
.pdp-image-block-black__image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding-top: 66.666%;
}
.pdp-image-block-black__text-white {
    color: #fff;
}
.pdp-image-block-black__text-black {
    color: #000;
}
.pdp-image-block-black__app-btns {
    margin: 24px 0 0;
}
.pdp-image-block-black__app-btns__inner {
    display: flex;
    flex-direction: column;
    margin-left: -12px;
}
.pdp-image-block-black__app-btns__btn {
    width: 50%;
    padding-left: 12px;
    padding-bottom: 12px;
}
.pdp-image-block-black__app-btns__btn img {
    width: 100%;
}
@media (min-width: 768px) {
    .pdp-image-block-black__inner {
        padding: 0 30px;
    }
    #v2-template .pdp-image-block-black__inner {
        padding: 0 30px;
    }
    .pdp-image-block-black__row {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .pdp-image-block-black__cell {
        width: 50%;
        flex-basis: 50%;
    }
    .pdp-image-block-black__cell--text,
    #mh40 .pdp-image-block-black__cell--text,
    #mh40-wireless .pdp-image-block-black__cell--text,
    #v2-template .pdp-image-block-black__cell--text {
        padding: 0 80px;
    }
    .pdp-image-block-black__small-title {
        margin-bottom: 10px;
    }
}
@media (min-width: 1025px) {
    .pdp-image-block-black__inner {
        padding: 0 100px;
    }
    #v2-template .pdp-image-block-black__inner {
        padding: 0 100px;
    }
    .pdp-image-block-black__cell--text {
        max-width: 800px;
        margin: 0 auto;
    }
    .pdp-image-block-black__app-btns__inner {
        display: flex;
        flex-direction: row;
        margin-left: -12px;
    }
    .pdp-image-block-black__app-btns__btn {
        width: 50%;
        padding-left: 12px;
    }

    #mh40 .pdp-image-block-black__app-btns__btn,
    #mh40-wireless .pdp-image-block-black__app-btns__btn,
    #v2-template .pdp-image-block-black__app-btns__btn {
        width: auto;
        flex-basis: 180px;
    }
}
.pdp-image-block-white {
    text-align: left;
}
.pdp-image-block-white__inner {
    padding: 0 20px 20px;
}
.pdp-image-block-white__row {
    background-color: #fff;
    display: flex;
    flex-direction: column;
}
.pdp-image-block-white__row--image-right {
    flex-direction: column-reverse;
}
.pdp-image-block-white__cell--text {
    padding: 30px 20px 30px 0;
}
.pdp-image-block-white__app-btns,
.pdp-image-block-white__description,
.pdp-image-block-white__large-title,
.pdp-image-block-white__small-title {
    max-width: 380px;
    margin-left: 0;
    margin-right: auto;
}
.pdp-image-block-white__app-btns {
    margin-top: 24px;
}
.pdp-image-block-white__app-btns__inner {
    display: flex;
    flex-direction: column;
    margin-left: -12px;
}
.pdp-image-block-white__app-btns__btn {
    width: 50%;
    padding-left: 12px;
    padding-bottom: 12px;
}
.pdp-image-block-white__app-btns__btn img {
    width: 100%;
}
.pdp-image-block-white__small-title {
    margin-bottom: 6px;
    font-size: 15px;
    font-family: blenderbold;
    font-weight: 700;
    text-transform: uppercase;
}
.pdp-image-block-white__large-title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 24px;
}
.pdp-image-block-white__description p:last-of-type {
    margin-bottom: 0;
}
.pdp-image-block-white__description * {
    font-family: blenderbook;
    font-size: 16px;
    line-height: 20px;
}
@media (min-width: 768px) {
    .pdp-image-block-white__description * {
        font-size: 20px;
        line-height: 30px;
    }
}
.pdp-image-block-white__image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding-top: 100%;
}
@media (min-width: 768px) {
    .pdp-image-block-white__inner {
        padding: 0 30px 30px;
    }
    .pdp-image-block-white__row {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 0;
    }
    .pdp-image-block-white__cell {
        width: 50%;
        flex-basis: 50%;
    }
    .pdp-image-block-white__cell--text {
        padding: 0 40px;
    }
    .pdp-image-block-white__small-title {
        margin-bottom: 10px;
    }
}
@media (min-width: 1025px) {
    .pdp-image-block-white__inner {
        padding: 0 100px 60px;
    }
    .pdp-image-block-white__cell--text {
        padding: 0 80px;
    }
    .pdp-image-block-white__large-title {
        font-size: 60px;
        line-height: 60px;
    }
    .pdp-image-block-white__app-btns__inner {
        display: flex;
        flex-direction: row;
        margin-left: -12px;
    }
    .pdp-image-block-white__app-btns__btn {
        width: 50%;
        padding-left: 12px;
    }
}
.pdp-quote__inner {
    margin: 0 !important;
    line-height: 0;
    font-size: 0;
}
.pdp-quote__inner .slick-track {
    display: flex;
    align-items: center;
}
.pdp-quote__inner .slick-dots {
    bottom: 55px;
}
.pdp-quote__inner--dark {
    background: #000;
    color: #fff;
}
.pdp-quote__inner--dark .slick-dots li button:before {
    color: #fff;
}
.pdp-quote__quote {
    max-width: 667px;
    margin: 0 auto;
    padding: 20px 20px 80px;
}
#mh40 .pdp-quote__quote,
#mh40-wireless .pdp-quote__quote,
#v2-template .pdp-quote__quote  {
    padding: 35px 20px 75px;
    max-width: 800px;
}
.pdp-quote__quote--text {
    margin: 0 0 15px;
}
.pdp-quote__quote--author {
    font-family: blenderbold;
}

@media (min-width: 768px)  {
    #mh40 .pdp-quote__quote,
    #mh40-wireless .pdp-quote__quote,
    #v2-template .pdp-quote__quote {
        padding: 60px 20px 75px;
    }
}
@media (min-width: 1025px) {
    .pdp-quote__inner .slick-dots {
        bottom: 95px;
    }
    .pdp-quote__quote {
        padding: 60px 0 120px;
    }
    #mh40 .pdp-quote__quote,
    #mh40-wireless .pdp-quote__quote,
    #v2-template .pdp-quote__quote {
        padding: 60px 20px 100px;
    }
    .pdp-quote__quote--author {
        font-size: 20px;
    }

    #mh40 .pdp-quote__inner .slick-dots,
    #mh40-wireless .pdp-quote__inner .slick-dots,
    #v2-template .pdp-quote__inner .slick-dots {
        bottom: 65px;
    }
}
.pdp-tech-specs {
    padding: 0 20px 20px;
}
.pdp-tech-specs__inner {
    background-color: #e6e6e6;
    padding: 30px 20px;
}
.pdp-tech-specs__inner--dark {
    background-color: #000;
    color: #fff;
}
.pdp-tech-specs__helper-links {
    max-width: 1000px;
    width: 100%;
    margin: 50px auto;
}
.pdp-tech-specs__helper-links ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
@media (max-width: 767px) {
    .pdp-tech-specs__helper-links ul {
        flex-direction: column;
    }
}
.pdp-tech-specs__title {
    font-size: 32px;
    line-height: 32px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #c9c9c9;
}
.pdp-tech-specs__list {
    text-align: left;
}
.pdp-tech-specs__item {
    margin-bottom: 24px;
    border-bottom: 1px solid #c9c9c9;
}
.pdp-tech-specs__item--header {
    display: flex;
    width: 100%;
    text-align: left;
    margin-bottom: 24px;
}
.pdp-tech-specs__item--header.active .pdp-tech-specs__item--header__btn--icon {
    transform: rotate(0deg);
}
.pdp-tech-specs__item--header__title {
    flex-grow: 2;
    font-size: 24px;
    line-height: 24px;
}
.pdp-tech-specs__item--header__btn {
    margin-top: 4px;
    margin-left: 10px;
}
.pdp-tech-specs__item--header__btn--icon {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    transition: transform 0.3s ease-out;
}
.pdp-tech-specs__item--list {
    padding-bottom: 24px;
}
.pdp-tech-specs__item--list__item {
    display: flex;
    margin-left: -8px;
}
.pdp-tech-specs__item--list__item--left,
.pdp-tech-specs__item--list__item--right {
    font-size: 16px;
    margin-bottom: 0;
    padding-left: 8px;
}
.pdp-tech-specs__item--list__item--left {
    width: 48%;
    font-family: blenderbold;
    text-transform: uppercase;
}
.pdp-tech-specs__item--list__item--right {
    width: 52%;
}
.pdp-in-the-box__title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 24px;
}
.pdp-in-the-box__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.pdp-in-the-box__item {
    width: 50%;
}
.pdp-in-the-box__icon {
    max-width: 80px;
    margin: 0 auto 12px;
}
.pdp-in-the-box__label {
    max-width: 120px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .pdp-tech-specs {
        padding: 0 30px 30px;
    }
    .pdp-tech-specs__inner {
        padding: 60px 60px 40px;
    }
    .pdp-tech-specs__item--list__item--left,
    .pdp-tech-specs__item--list__item--right {
        font-size: 20px;
    }
    .pdp-tech-specs__item--list__item--left {
        width: 40%;
    }
    .pdp-tech-specs__item--list__item--right {
        width: 60%;
    }
    .pdp-in-the-box__item {
        width: 33.333%;
        margin-bottom: 20px;
    }
    .pdp-in-the-box__icon {
        max-width: 140px;
    }
}
@media (min-width: 1025px) {
    .pdp-tech-specs {
        padding: 0 100px 60px;
    }
    .pdp-tech-specs__inner {
        padding: 100px 150px 80px;
    }
    .pdp-tech-specs__container {
        max-width: 1440px;
        margin: 0 auto;
    }
    .pdp-tech-specs__item--header__title {
        font-size: 35px;
        line-height: 35px;
    }
    .pdp-tech-specs__item--header__btn {
        margin-top: 10px;
    }
    .pdp-tech-specs__item--list__item--left {
        width: 20%;
        min-width: 260px;
    }
    .pdp-tech-specs__item--list__item--right {
        width: auto;
    }
    .pdp-in-the-box__list {
        margin-left: -50px;
    }
    .pdp-in-the-box__item {
        width: auto;
        padding-left: 50px;
    }
}
.pdp-gallery {
    display: flex;
    flex-flow: row wrap;
    margin-left: -20px;
    padding: 0 20px;
}


.pdp-gallery__odd .pdp-gallery__image--wrap:nth-of-type(3n + 1) {
    width: 100%;
}
.pdp-gallery__odd .pdp-gallery__image--wrap:nth-of-type(3n + 1) .pdp-gallery__image--inner {
    padding-top: 65%;
}
.pdp-gallery.pdp-gallery__duo {
    margin-left: 0;
    padding: 0;
}

.pdp-gallery__image {
    height: 100%;
    width: 100%;
}
.pdp-gallery__image--wrap {
    width: 100%;
    padding-left: 20px;
    margin-bottom: 20px;
}
.pdp-gallery__duo .pdp-gallery__image--wrap {
    padding-left: 0;
    width: 100%;
}
.pdp-gallery__image--inner {
    position: relative;
    padding-top: 100%;
}
.pdp-gallery--dark {
    background: #000;
}
@media (min-width: 768px) {
    .pdp-gallery {
        margin-left: -30px;
        padding: 0 30px;
    }
    .pdp-gallery.pdp-gallery__duo {
        margin-left: 0;
        padding: 0 30px;
    }
    .pdp-gallery__odd .pdp-gallery__image--wrap:nth-of-type(3n + 1) .pdp-gallery__image--inner {
        padding-top: 50%;
    }
    .pdp-gallery__image--wrap {
        width: 50%;
        padding-left: 30px;
        margin-bottom: 30px;
    }
    .pdp-gallery__duo .pdp-gallery__image--wrap {
        padding-left: 0;
    }
}
@media (min-width: 1025px) {
    .pdp-gallery {
        margin-left: -60px;
        padding: 0 100px 40px;
    }

    .pdp-gallery.pdp-gallery__duo {
        margin-left: 0;
        padding: 0 100px 40px;
    }

}
.pdp-full-bleed-image {
    padding: 0 0 20px;
}
.pdp-full-bleed-image img {
    width: 100%;
}
@media (min-width: 768px) {
    .pdp-full-bleed-image {
        padding: 0 0 30px;
    }
}
@media (min-width: 1025px) {
    .pdp-full-bleed-image {
        padding: 0 0 60px;
    }
}
.pdp-spacer {
    height: 20px;
    width: 100%;
}
@media (min-width: 768px) {
    .pdp-spacer {
        height: 30px;
    }
}
@media (min-width: 1025px) {
    .pdp-spacer {
        height: 60px;
    }
}
#mg20 .js-product-section:first-of-type {
    padding-top: 48px;
}
#mg20 .pdp-text-block {
    padding: 80px 24px;
}
#mg20 .pdp-text-block__title {
    font-family: blenderbold;
    font-size: 36px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
@media (min-width: 1025px) {
    #mg20 .pdp-text-block__description {
        font-size: 20px;
    }
}
#mg20 .pdp-video__wrapper {
    padding-bottom: 56.25%;
}
#mg20 .pdp-video__inner {
    padding: 60px 20px;
}
@media (min-width: 768px) {
    #mg20 .pdp-video__inner {
        padding: 0;
    }
}
#mg20 .pdp-image-block-white__large-title {
    font-family: blenderbold;
    text-transform: uppercase;
    color: #000;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 12px;
    max-width: 450px;
}
#mg20 .pdp-image-block-white__large-title--xl {
    font-size: 72px;
    line-height: 36px;
}
#mg20 .pdp-image-block-white__description {
    max-width: 450px;
}
#mg20 .pdp-image-block-black__image {
    padding-top: 100%;
}
#mg20 .pdp-image-block-black__large-title {
    font-family: blenderbold;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 12px;
}
#mg20 .pdp-image-block-black__large-title--xl {
    font-size: 72px;
    line-height: 36px;
}
@media (min-width: 768px) {
    #mg20 .pdp-gallery__image--wrap-2 {
        width: 62.5%;
    }
    #mg20 .pdp-gallery__image--wrap-3 {
        width: 37.5%;
    }
}
#mg20 .pdp-gallery__image--inner {
    padding-top: 66%;
}
.mg20-image-block-1 {
    padding: 0 0 60px;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}
@media (min-width: 768px) {
    .mg20-image-block-1 {
        padding: 0 60px 60px;
        display: block;
    }
}
@media (min-width: 1025px) {
    .mg20-image-block-1 {
        padding: 0 100px 60px;
    }
}
@media (min-width: 1400px) {
    .mg20-image-block-1 {
        padding: 0 200px 60px;
    }
}
.mg20-image-block-1__image {
    width: 100%;
    height: auto;
}
.mg20-image-block-1__text {
    text-transform: uppercase;
    font-family: blenderbold;
    font-size: 60px;
    line-height: 50px;
    background: radial-gradient(85.61% 92% at 50.05% -13%, #5d6c83 0, #c0d8ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 12px;
    padding: 0 24px;
}
@media (min-width: 768px) {
    .mg20-image-block-1__text {
        position: absolute;
        width: 327px;
        top: 26%;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 0;
        padding: 0;
    }
}
@media (min-width: 1200px) {
    .mg20-image-block-1__text {
        width: 540px;
        font-size: 100px;
        line-height: 90px;
    }
}
.mg20-image-block-2 {
    position: relative;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    color: #000;
}
@media (min-width: 768px) {
    .mg20-image-block-2 {
        padding-top: 175px;
        padding-bottom: 200px;
    }
}
@media (min-width: 1025px) {
    .mg20-image-block-2 {
        padding-top: 120px;
        padding-bottom: 210px;
    }
}
@media (min-width: 1600px) {
    .mg20-image-block-2 {
        padding-bottom: 150px;
    }
}
.mg20-image-block-2__image {
    width: 100%;
    margin: 12px 0 24px;
}
.mg20-image-block-2__image.desktop {
    display: none;
}
@media (min-width: 768px) {
    .mg20-image-block-2__image.desktop {
        display: block;
    }
}
.mg20-image-block-2__image.mobile {
    display: block;
}
@media (min-width: 768px) {
    .mg20-image-block-2__image.mobile {
        display: none;
    }
}
.mg20-image-block-2__image-2 {
    width: 100%;
    padding-left: 30px;
    margin: 12px 0 60px;
}
@media (min-width: 768px) {
    .mg20-image-block-2__image-2 {
        position: absolute;
        top: 24%;
        right: 0;
        width: 48%;
        margin: 0;
    }
}
@media (min-width: 1400px) {
    .mg20-image-block-2__image-2 {
        width: 40%;
    }
}
@media (min-width: 768px) {
    .mg20-image-block-2__text-1 {
        position: absolute;
        left: 60%;
        top: 16%;
        margin: 0;
    }
}
@media (min-width: 900px) {
    .mg20-image-block-2__text-1 {
        left: 62%;
    }
}
@media (min-width: 1025px) {
    .mg20-image-block-2__text-1 {
        left: 63%;
        top: 14%;
    }
}
@media (min-width: 1400px) {
    .mg20-image-block-2__text-1 {
        left: 69%;
    }
}
.mg20-image-block-2__text-1 .mg20-image-block-2__header {
    text-align: center;
}
@media (min-width: 768px) {
    .mg20-image-block-2__text-2 {
        position: absolute;
        left: 60%;
        top: 44%;
        max-width: 40%;
        padding-right: 24px;
    }
}
@media (min-width: 900px) {
    .mg20-image-block-2__text-2 {
        top: 50%;
    }
}
@media (min-width: 1025px) {
    .mg20-image-block-2__text-2 {
        top: 46%;
        padding-right: 100px;
    }
}
@media (min-width: 1200px) {
    .mg20-image-block-2__text-2 {
        top: 48%;
    }
}
@media (min-width: 1400px) {
    .mg20-image-block-2__text-2 {
        top: 55%;
    }
}
@media (min-width: 1600px) {
    .mg20-image-block-2__text-2 {
        top: 60%;
    }
}
@media (min-width: 768px) {
    .mg20-image-block-2__text-3 {
        position: absolute;
        left: 60%;
        top: 77%;
        max-width: 40%;
        padding-right: 24px;
    }
}
@media (min-width: 900px) {
    .mg20-image-block-2__text-3 {
        top: 79%;
    }
}
@media (min-width: 1025px) {
    .mg20-image-block-2__text-3 {
        top: 80%;
        padding-right: 100px;
    }
}
@media (min-width: 1400px) {
    .mg20-image-block-2__text-3 {
        top: 85%;
    }
}
@media (min-width: 1600px) {
    .mg20-image-block-2__text-3 {
        top: 86%;
    }
}
.mg20-image-block-2__header {
    font-family: blenderbold;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    margin-bottom: 12px;
    padding: 0 24px;
}
@media (min-width: 768px) {
    .mg20-image-block-2__header {
        padding: 0;
    }
}
.mg20-image-block-2__header--xl {
    font-size: 72px;
    line-height: 60px;
}
.mg20-image-block-2__body {
    font-family: blenderthin;
    width: 100%;
    text-align: left;
    padding: 0 24px;
}
@media (min-width: 768px) {
    .mg20-image-block-2__body {
        padding: 0;
    }
}
.mg20-image-block-2__body * {
    font-family: blenderbook;
    font-size: 16px;
    line-height: 20px;
}
@media (min-width: 768px) {
    .mg20-image-block-2__body * {
        font-size: 20px;
        line-height: 30px;
    }
}
.mg20-image-block-3 {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
}
@media (min-width: 768px) {
    .mg20-image-block-3 {
        padding-bottom: 0;
    }
}
.mg20-image-block-3__image {
    width: 100%;
}
.mg20-image-block-3__text {
    width: 100%;
    color: #000;
}
@media (min-width: 768px) {
    .mg20-image-block-3__text {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 500px;
        color: #000;
    }
}
.mg20-image-block-3__header {
    font-family: blenderbold;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
@media (min-width: 768px) {
    .mg20-image-block-3__header {
        padding: 0 24px;
    }
}
.mg20-image-block-3__body {
    font-family: blenderthin;
    padding: 0 24px;
}
.mg20-image-block-3__body * {
    font-family: blenderbook;
    font-size: 16px;
    line-height: 20px;
}
@media (min-width: 768px) {
    .mg20-image-block-3__body * {
        font-size: 20px;
        line-height: 30px;
    }
}
.mg20-image-block-4 {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #000;
    padding-bottom: 60px;
}
.mg20-image-block-4__image {
    width: 100%;
    margin-bottom: 12px;
}
.mg20-image-block-4__image.desktop {
    display: none;
}
@media (min-width: 768px) {
    .mg20-image-block-4__image.desktop {
        display: block;
    }
}
.mg20-image-block-4__image.mobile {
    display: block;
}
@media (min-width: 768px) {
    .mg20-image-block-4__image.mobile {
        display: none;
    }
}
.mg20-image-block-4__text {
    width: 100%;
    color: #fff;
    padding: 0 15px;
}
@media (min-width: 768px) {
    .mg20-image-block-4__text {
        position: absolute;
        right: 60px;
        bottom: 10%;
        max-width: 270px;
        padding: 0 15px 0 0;
    }
}
@media (min-width: 1025px) {
    .mg20-image-block-4__text {
        right: 130px;
        max-width: 340px;
    }
}
@media (min-width: 1200px) {
    .mg20-image-block-4__text {
        max-width: 500px;
        right: 100px;
        padding: 0;
    }
}
.mg20-image-block-4__header {
    font-family: blenderbold;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 12px;
    text-align: left;
    padding: 0;
}
@media (min-width: 768px) {
    .mg20-image-block-4__header {
        margin-bottom: 24px;
    }
}
.mg20-image-block-4__header--xl {
    font-size: 72px;
    line-height: 60px;
}
.mg20-image-block-4__body {
    font-family: blenderthin;
    text-align: left;
    padding: 0;
}
.mg20-image-block-4__body * {
    font-family: blenderbook;
    font-size: 16px;
    line-height: 20px;
}
@media (min-width: 768px) {
    .mg20-image-block-4__body * {
        font-size: 20px;
        line-height: 30px;
    }
}
#mw75 .js-product-section:first-of-type,
#mh40  .js-product-section:first-of-type,
#mh40-wireless .js-product-section:first-of-type,
#v2-template  .js-product-section:first-of-type {
    padding-top: 0;
}
#mw75 .pdp-text-block,
#mh40 .pdp-text-block,
#mh40-wireless .pdp-text-block,
#v2-template .pdp-text-block {
    padding: 80px 24px;
}
#mw75 .pdp-text-block__title,
#mh40 .pdp-text-block__title,
#mh40-wireless .pdp-text-block__title,
#v2-template .pdp-text-block__title {
    font-family: blenderbold;
    font-size: 36px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
@media (min-width: 1025px) {
    #mw75 .pdp-text-block__description,
    #mh40 .pdp-text-block__description,
    #mh40-wireless .pdp-text-block__description,
    #v2-template .pdp-text-block__description {
        font-size: 20px;
    }
}
#mw75 .pdp-details,
#mw75 .pdp-quote,
#mw75 .pdp-tech-specs__inner,
#mh40 .pdp-details, 
#mh40 .pdp-quote,
#mh40 .pdp-tech-specs__inner,
#mh40-wireless .pdp-details, 
#mh40-wireless .pdp-quote,
#mh40-wireless .pdp-tech-specs__inner,
#v2-template  .pdp-details, 
#v2-template  .pdp-quote,
#v2-template .pdp-tech-specs__inner
{
    background-color: #f1f1f1;
}

#mw75 .pdp-video__wrapper,
#mh40 .pdp-video__wrapper,
#mh40-wireless .pdp-video__wrapper,
#v2-template .pdp-video__wrapper {
    padding-bottom: 56.25%;
}
#mw75 .pdp-video__inner,
#mh40  .pdp-video__inner,
#mh40-wireless  .pdp-video__inner,
#v2-template  .pdp-video__inner  {
    padding: 60px 20px;
}
@media (min-width: 768px) {
    #mw75 .pdp-video__inner,
    #mh40  .pdp-video__inner,
    #mh40-wireless  .pdp-video__inner,
    #v2-template  .pdp-video__inner  {
        padding: 0;
    }
}
#mw75 .pdp-image-block-white__large-title,
#mh40  .pdp-image-block-white__large-title,
#mh40-wireless  .pdp-image-block-white__large-title,
#v2-template  .pdp-image-block-white__large-title {
    font-family: blenderbook;
    color: #000;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 12px;
    max-width: 450px;
}
#mw75 .pdp-image-block-white__large-title--xl,
#mh40   .pdp-image-block-white__large-title--xl,
#mh40-wireless  .pdp-image-block-white__large-title--xl,
#v2-template   .pdp-image-block-white__large-title--xl {
    font-size: 72px;
    line-height: 36px;
}
#mw75 .pdp-image-block-white__description,
#mh40   .pdp-image-block-white__description,
#mh40-wireless   .pdp-image-block-white__description,
#v2-template   .pdp-image-block-white__description  {
    max-width: 450px;
}
#mw75 .pdp-image-block-black,
#mh40 .pdp-image-block-black,
#mh40-wireless .pdp-image-block-black,
#v2-template .pdp-image-block-black {
    background-color: #f1f1f1;
}
#mw75 .pdp-image-block-black__image,
#mh40  .pdp-image-block-black__image,
#mh40-wireless  .pdp-image-block-black__image,
#v2-template  .pdp-image-block-black__image {
    padding-top: 100%;
}
#mw75 .pdp-image-block-black__large-title,
#mh40  .pdp-image-block-black__large-title,
#mh40-wireless  .pdp-image-block-black__large-title,
#v2-template  .pdp-image-block-black__large-title {
    font-family: blenderbook;
    color: #000;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 12px;
}
#mw75 .pdp-image-block-black__large-title--xl,
#mh40  .pdp-image-block-black__large-title--xl,
#mh40-wireless  .pdp-image-block-black__large-title--xl,
#v2-template  .pdp-image-block-black__large-title--xl  {
    font-size: 72px;
    line-height: 36px;
}
#mw75 .pdp-gallery,
#mh40 .pdp-gallery,
#mh40-wireless .pdp-gallery,
#v2-template .pdp-gallery  {
    background-color: #f1f1f1;
}
@media (min-width: 768px) {
    #mw75 .pdp-gallery__image--wrap-2,
    #mh40 .pdp-gallery__image--wrap-2,
    #mh40-wireless .pdp-gallery__image--wrap-2,
    #v2-template .pdp-gallery__image--wrap-2 {
        width: 62.5%;
    }

    #v2-template .pdp-gallery__duo .pdp-gallery__image--wrap-2 {
        width: 100%;
    }

    #mw75 .pdp-gallery__image--wrap-3,
    #mh40 .pdp-gallery__image--wrap-3,
    #mh40-wireless .pdp-gallery__image--wrap-3,
    #v2-template .pdp-gallery__image--wrap-3 {
        width: 37.5%;
    }
}
#mw75 .pdp-gallery__image--inner,
#mh40 .pdp-gallery__image--inner,
#mh40-wireless .pdp-gallery__image--inner,
#v2-template .pdp-gallery__image--inner {
    padding-top: 66%;
}
#mw75 .pdp-video,
#mh40 .pdp-video,
#mh40-wireless .pdp-video,
#v2-template .pdp-video  {
    background-color: #f1f1f1;
}
@media (min-width: 768px) {
    #mw75 .pdp-video,
    #mh40 .pdp-video,
    #mh40-wireless .pdp-video,
    #v2-template .pdp-video {
        padding-bottom: 0;
    }
}
.mw75-image-block-1,
.mh40_2-image-block-1 {
    position: relative;
    display: flex;
    flex-direction: column;
    color: #000;
    overflow: hidden;
}
.mw75-image-block-1__image,
.mh40_2-image-block-1__image  {
    width: 100%;
}
.mw75-image-block-1__image.desktop,
.mh40_2-image-block-1__image.desktop {
    display: none;
}
@media (min-width: 1025px) {
    .mw75-image-block-1__image.desktop,
    .mh40_2-image-block-1__image.desktop {
        display: block;
    }
}
.mw75-image-block-1__image.mobile,
.mh40_2-image-block-1__image.mobile {
    display: block;
    object-fit: cover;
    height: 100vh;
}
@media (min-width: 300px) {
    .mw75-image-block-1__image.mobile{
        height: calc(100vh - 120px);
    }
    .mh40_2-image-block-1__image.mobile {
        height: auto;
    }
}
@media (min-width: 390px) {
    .mw75-image-block-1__image.mobile {
        height: auto;
    }
}
@media (min-width: 700px) {
    .mw75-image-block-1__image.mobile {
        height: calc(100vh - 180px);
    }
}
@media (min-width: 1025px) {
    .mw75-image-block-1__image.mobile,
    .mh40_2-image-block-1__image.mobile {
        display: none;
    }
}
.mw75-image-block-1__text-1,
.mh40_2-image-block-1__text-1 {
    position: absolute;
    left: 0;
    bottom: 3%;
}
.mh40_2-image-block-1__text-1 {
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    bottom: auto;
    padding: 0 24px;
    text-align: center;
    max-width: 540px;
    width: 100%;
}
@media (min-width: 300px) {
    .mw75-image-block-1__text-1 {
        padding: 0 10px;
    }
}
@media (min-width: 500px) {
    .mw75-image-block-1__text-1{
        bottom: 7%;
        padding: 0 20px;
    }
}
@media (min-width: 768px) {
    .mw75-image-block-1__text-1{
        bottom: 4%;
        padding: 20px 60px;
    }
}
@media (min-width: 1025px) {
    .mw75-image-block-1__text-1 {
        position: absolute;
        left: 55%;
        top: 62%;
        text-align: left;
        max-width: 39%;
        font-size: 16px;
        line-height: 20px;
        padding: 0;
    }
    .mh40_2-image-block-1__text-1 {
        top: 80px;
    }
}
@media (min-width: 1200px) {
    .mw75-image-block-1__text-1{
        top: 66%;
        max-width: 37%;
    }
}
@media (min-width: 1600px) {
    .mw75-image-block-1__text-1 {
        top: 65%;
        padding-right: 145px;
    }
}
.mw75-image-block-1__header,
.mh40_2-image-block-1__header {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 12px;
    letter-spacing: -0.6px;
    text-transform: capitalize;
    width: 100%;
}
.mh40_2-image-block-1__header {
    text-align: center;
}
@media (min-width: 500px) {
    .mw75-image-block-1__header,
    .mh40_2-image-block-1__header {
        font-size: 36px;
    }
}
@media (min-width: 768px) {
    .mw75-image-block-1__header,
    .mh40_2-image-block-1__header {
        font-size: 50px;
        letter-spacing: -1.2px;
    }
}
@media (min-width: 1025px) {
    .mw75-image-block-1__header,
    .mh40_2-image-block-1__header {
        line-height: 60px;
        padding: 0;
        text-align: left;
        margin-bottom: 12px;
    }
    .mh40_2-image-block-1__header {
        text-align: center;
    }
}
.mw75-image-block-1__header--xl,
.mh40_2-image-block-1__body {
    font-size: 72px;
    line-height: 60px;
}
.mw75-image-block-1__body,
.mh40_2-image-block-1__body {
    font-family: blenderthin;
    width: 100%;
}
@media (min-width: 768px) {
    .mw75-image-block-1__body,
    .mh40_2-image-block-1__body {
        padding: 0;
    }
}
.mw75-image-block-1__body *,
.mh40_2-image-block-1__body * {
    font-family: blenderbook;
    font-size: 16px;
    line-height: 20px;
}
@media (min-width: 768px) {
    .mw75-image-block-1__body *,
    .mh40_2-image-block-1__body * {
        font-size: 20px;
        line-height: 30px;
    }
}
.mw75-image-block-2 {
    position: relative;
    display: flex;
    flex-direction: column;
    color: #000;
    overflow: hidden;
    justify-content: center;
}
.mw75-image-block-2__container {
    position: absolute;
    bottom: 1%;
}
@media (min-width: 280px) {
    .mw75-image-block-2__container {
        bottom: 1%;
    }
}
@media (min-width: 300px) {
    .mw75-image-block-2__container {
        bottom: 6%;
    }
}
@media (min-width: 481px) {
    .mw75-image-block-2__container {
        bottom: 2%;
    }
}
@media (min-width: 600px) {
    .mw75-image-block-2__container {
        position: unset;
    }
}
@media (min-width: 768px) {
    .mw75-image-block-2__container {
        padding: 0 60px;
        bottom: 2%;
    }
}
@media (min-width: 1600px) {
    .mw75-image-block-2__container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.mw75-image-block-2__image {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.mw75-image-block-2__image.desktop {
    display: none;
}
@media (min-width: 768px) {
    .mw75-image-block-2__image.desktop {
        display: block;
        height: calc(100vh - 160px);
    }
}
@media (min-width: 1024px) {
    .mw75-image-block-2__image.desktop {
        height: auto;
    }
}
.mw75-image-block-2__image.mobile {
    display: none;
    height: auto;
}
@media (min-width: 481px) {
    .mw75-image-block-2__image.mobile {
        height: calc(100vh - 160px);
        display: block;
    }
}
@media (min-width: 768px) {
    .mw75-image-block-2__image.mobile {
        display: none;
    }
}
.mw75-image-block-2__image--small {
    display: block;
}
@media (min-width: 280px) {
    .mw75-image-block-2__image {
        height: calc(100vh - -160px);
    }
}
@media (min-width: 300px) {
    .mw75-image-block-2__image {
        height: auto;
    }
}
@media (min-width: 481px) {
    .mw75-image-block-2__image {
        display: none;
    }
}
@media (min-width: 300px) {
    .mw75-image-block-2__header__left {
        padding: 0 10px;
    }
}
@media (min-width: 600px) {
    .mw75-image-block-2__header__left {
        position: absolute;
        left: 4%;
        top: 30%;
        text-align: left;
        max-width: 24%;
        font-size: 16px;
        line-height: 20px;
        padding: 0;
    }
}
@media (min-width: 768px) {
    .mw75-image-block-2__header__left {
        left: 5%;
        top: 35%;
    }
}
@media (min-width: 900px) {
    .mw75-image-block-2__header__left {
        left: 9%;
    }
}
@media (min-width: 1024px) {
    .mw75-image-block-2__header__left {
        top: 30%;
    }
}
@media (min-width: 1400px) {
    .mw75-image-block-2__header__left {
        top: 32%;
        left: 14%;
    }
}
@media (min-width: 1600px) {
    .mw75-image-block-2__header__left {
        max-width: 400px;
        left: 18%;
        top: 33%;
    }
}
@media (min-width: 300px) {
    .mw75-image-block-2__header__right {
        padding: 0 10px;
    }
}
@media (min-width: 600px) {
    .mw75-image-block-2__header__right {
        position: absolute;
        right: -2%;
        top: 30%;
        text-align: left;
        max-width: 24%;
        font-size: 16px;
        line-height: 20px;
        padding: 0;
    }
}
@media (min-width: 768px) {
    .mw75-image-block-2__header__right {
        right: 1%;
        top: 35%;
    }
}
@media (min-width: 820px) {
    .mw75-image-block-2__header__right {
        right: -1%;
    }
}
@media (min-width: 900px) {
    .mw75-image-block-2__header__right {
        right: 2%;
    }
}
@media (min-width: 1024px) {
    .mw75-image-block-2__header__right {
        top: 30%;
    }
}
@media (min-width: 1400px) {
    .mw75-image-block-2__header__right {
        top: 32%;
        right: 6%;
    }
}
@media (min-width: 1600px) {
    .mw75-image-block-2__header__right {
        max-width: 400px;
        right: 9%;
        top: 33%;
    }
}
.mw75-image-block-2__text {
    padding: 0 20px;
}
@media (min-width: 600px) {
    .mw75-image-block-2__text {
        position: absolute;
        left: 0;
        bottom: 7%;
        padding: 0 30px;
    }
}
@media (min-width: 768px) {
    .mw75-image-block-2__text {
        bottom: 6%;
        padding-top: 24px;
    }
}
@media (min-width: 1024px) {
    .mw75-image-block-2__text {
        padding: 0 100px;
    }
}
@media (min-width: 1400px) {
    .mw75-image-block-2__text {
        bottom: 8%;
        padding: 0 160px;
    }
}
@media (min-width: 1600px) {
    .mw75-image-block-2__text {
        bottom: 10%;
        max-width: 90%;
        margin: 0 auto;
        left: unset;
    }
}
.mw75-image-block-2__header {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 12px;
    text-transform: capitalize;
    width: 100%;
    letter-spacing: -0.6px;
}
.mw75-image-block-2__header.header-space {
    margin-bottom: 7px;
}
@media (min-width: 768px) {
    .mw75-image-block-2__header.header-space {
        margin-bottom: 24px;
    }
}
@media (min-width: 768px) {
    .mw75-image-block-2__header {
        padding: 0;
        font-size: 50px;
        line-height: 55px;
        letter-spacing: -1.2px;
    }
}
@media (min-width: 1024px) {
    .mw75-image-block-2__header {
        font-size: 60px;
        line-height: 60px;
        padding: 0;
        text-align: left;
        margin-bottom: 12px;
    }
}
@media (min-width: 1200px) {
    .mw75-image-block-2__header {
        top: 66%;
        font-size: 72px;
        line-height: 75px;
    }
}
.mw75-image-block-2__body {
    font-family: blenderthin;
    width: 100%;
    padding: 0 20px;
}
@media (min-width: 768px) {
    .mw75-image-block-2__body {
        padding: 0;
    }
}
.mw75-image-block-2__body * {
    font-family: blenderbook;
    font-size: 16px;
    line-height: 20px;
}
@media (min-width: 768px) {
    .mw75-image-block-2__body * {
        font-size: 20px;
        line-height: 30px;
    }
}
.mw75-image-block-3,
.mh40_2-image-block-3  {
    position: relative;
    display: flex;
    flex-direction: column;
    color: #000;
    overflow: hidden;
    justify-content: center;
}
.mw75-image-block-3__container,
.mh40_2-image-block-3__container {
    display: block;
    position: absolute;
    bottom: 1%;
    padding: 0 20px;
}

.mh40_2-image-block-3__container {
    left: 50%;
    transform: translateX(-50%);
    padding: 0 24px;
    bottom: 12px;
    max-width: 600px;
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mh40_2-image-block-3__text-image {
    position: absolute;
    top: 58%;
    right:10%;
    max-width: calc(100vw - 70vw);
}

.mh40_2-image-block-3__text-image.desktop {
    display: none;
}

@media (min-width: 280px) {
    .mw75-image-block-3__container {
        bottom: 1%;
    }
}
@media (min-width: 300px) {
    .mw75-image-block-3__container{
        bottom: 6%;
    }
}
@media (min-width: 390px) {
    .mw75-image-block-3__container{
        bottom: 8%;
    }
}
@media (min-width: 481px) {
    .mw75-image-block-3__container {
        padding: 0 20px;
    }
}
@media (min-width: 768px) {
    .mw75-image-block-3__container {
        padding: 0 30px;
        bottom: 6%;
    }
}
@media (min-width: 1024px) {
    .mw75-image-block-3__container{
        padding: 0 100px;
    }
    .mh40_2-image-block-3__text-image.mobile {
        display: none;
    }
    .mh40_2-image-block-3__text-image.desktop {
        display: block;
        padding: 0 30px;
    }

    .mh40_2-image-block-3__container {
        left: 3%;
        top: 10%;
        bottom: auto;
        transform: none;
        max-width: 350px;
        height: calc(100% - 10%);
    }

    .mh40_2-image-block-3__text-image {
        margin-top: auto;
        margin-bottom: 10%;
        padding: 0;
        max-width: 250px;
        position: relative;
        top: unset;
        right: unset;
    }
}

@media (min-width: 1240px) {
    .mh40_2-image-block-3__container {
        left: 6%;
        max-width: 435px;
    }

    .mh40_2-image-block-3__text-image.desktop {
        padding: 0
    }
}

@media (min-width: 1400px) {
    .mw75-image-block-3__container {
        padding: 0 160px;
    }
    .mh40_2-image-block-3__container {
        left: 100px;
        top: 110px;
        bottom: auto;
        transform: none;
    }
    .mh40_2-image-block-3__text-image {
        padding: 0 24px;
        max-width: 435px;
        margin-bottom: 120px;
    }
}
.mw75-image-block-3__image,
.mh40_2-image-block-3__image {
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: calc(100vh - 110px);
    width: 100%;
}
.mw75-image-block-3__image.desktop,
.mh40_2-image-block-3__image.desktop {
    display: none;
}
@media (min-width: 1024px) {
    .mw75-image-block-3__image.desktop,
    .mh40_2-image-block-3__image.desktop {
        display: block;
        background-position: 50%;
        height: auto;
    }
}
.mw75-image-block-3__image.mobile,
.mh40_2-image-block-3__image.mobile {
    display: block;
}
@media (min-width: 320px) {
    .mw75-image-block-3__image.mobile{
        height: calc(100vh - 160px);
    }

    .mh40_2-image-block-3__image.mobile {
        height: auto;
    }
}
@media (min-width: 481px) {
    .mw75-image-block-3__image.mobile{
        height: calc(100vh - 300px);
    }
}
@media (min-width: 768px) {
    .mw75-image-block-3__image.mobile {
        height: calc(100vh - 160px);
    }
}
@media (min-width: 900px) {
    .mw75-image-block-3__image.mobile{
        height: calc(100vh - 110px);
    }
}
@media (min-width: 980px) {
    .mw75-image-block-3__image.mobile {
        height: 100vh;
    }
}
@media (min-width: 1024px) {
    .mw75-image-block-3__image.mobile,
    .mh40_2-image-block-3__image.mobile {
        display: none;
    }
}
.mw75-image-block-3__header,
.mh40_2-image-block-3__header {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 12px;
    text-transform: capitalize;
    width: 100%;
    letter-spacing: -0.6px;
}
@media (min-width: 768px) {
    .mw75-image-block-3__header,
    .mh40_2-image-block-3__header {
        padding: 0;
        font-size: 50px;
        line-height: 55px;
        letter-spacing: -1.2px;
    }
}
@media (min-width: 1024px) {
    .mw75-image-block-3__header,
    .mh40_2-image-block-3__header {
        line-height: 60px;
        padding: 0;
        text-align: center;
        margin-bottom: 12px;
    }
}
.mw75-image-block-3__body,
.mh40_2-image-block-3__,
.mh40_2-image-block-3__body *body {
    font-family: blenderthin;
    width: 100%;
}
@media (min-width: 768px) {
    .mw75-image-block-3__body,
    .mh40_2-image-block-3__body {
        padding: 0;
    }
}
.mw75-image-block-3__body *,
.mh40_2-image-block-3__body * {
    font-family: blenderbook;
    font-size: 16px;
    line-height: 20px;
}
@media (min-width: 768px) {
    .mw75-image-block-3__body *,
    .mh40_2-image-block-3__body * {
        font-size: 20px;
        line-height: 30px;
    }
}
.mw75-image-block-4 {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #f1f1f1;
    padding-bottom: 60px;
}
@media (min-width: 1024px) {
    .mw75-image-block-4 {
        padding-bottom: 10px;
    }
}
.mw75-image-block-4__image {
    width: 100%;
    margin-bottom: 12px;
}
.mw75-image-block-4__image.desktop {
    display: none;
}
@media (min-width: 768px) {
    .mw75-image-block-4__image.desktop {
        display: block;
    }
}
.mw75-image-block-4__image.mobile {
    display: block;
}
@media (min-width: 768px) {
    .mw75-image-block-4__image.mobile {
        display: none;
    }
}
.mw75-image-block-4__text {
    width: 100%;
    color: #000;
    padding: 0 15px;
}
@media (min-width: 768px) {
    .mw75-image-block-4__text {
        position: absolute;
        right: 0;
        bottom: 23%;
        max-width: 40%;
        padding: 0 15px 0 0;
    }
}
@media (min-width: 1024px) {
    .mw75-image-block-4__text {
        right: 40px;
        bottom: 40%;
    }
}
@media (min-width: 1400px) {
    .mw75-image-block-4__text {
        max-width: 35%;
        right: 100px;
        padding: 0;
    }
}
@media (min-width: 1600px) {
    .mw75-image-block-4__text {
        max-width: 30%;
        right: 200px;
    }
}
.mw75-image-block-4__header {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 12px;
    text-align: left;
    padding: 0;
}
@media (min-width: 1024px) {
    .mw75-image-block-4__header {
        margin-bottom: 24px;
        font-size: 50px;
        line-height: 60px;
    }
}
.mw75-image-block-4__body {
    font-family: blenderthin;
    text-align: left;
    padding: 0;
}
.mw75-image-block-4__body * {
    font-family: blenderbook;
    font-size: 16px;
    line-height: 20px;
}
@media (min-width: 768px) {
    .mw75-image-block-4__body * {
        font-size: 20px;
        line-height: 30px;
    }
}
.breadcrumbs__wrap {
    color: #fff;
}
.js-product-section:first-of-type {
    padding-top: 80px;
}
@media (min-width: 768px) {
    padding-top: 100px;
}
@media (min-width: 1025px) {
    padding-top: 140px;
}
@keyframes fade-text-in {
    0% {
        opacity: 0;
        transform: translateY(35px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.js-animate-text {
    opacity: 0;
}
.fade-text-in {
    animation: fade-text-in forwards 0.8s ease-out;
    animation-delay: 0.5s;
    background: inherit;
} 

.btn-d-black {
    background-color: #000;
    min-width: 180px;
    border-radius: 5px;
}
