/* arrow start */
.icon-wrapper .icon, .icon-wrapper .more::after, .icon-wrapper .icon-before::before, .icon-wrapper .icon-after::after{position: relative;}
/* arrow end */

/* hero alt start */
.section-hero .section-content .hero-slide-wrapper .upper-content .copy-wrapper {
    position: absolute;
    bottom: calc(-303px - var(--hero-copy-block-y-adjuster));
    width:100%
}

@media only screen and (max-width: 1068px) {
    .section-hero .section-content .hero-slide-wrapper .upper-content .copy-wrapper {
        bottom:calc(-232px - var(--hero-copy-block-y-adjuster))
    }
}

@media only screen and (max-width: 734px) {
    .section-hero .section-content .hero-slide-wrapper .upper-content .copy-wrapper {
        bottom:calc(-162px - var(--hero-copy-block-y-adjuster))
    }
}

.section-hero .section-content .hero-slide-wrapper .upper-content .copy-wrapper .hero-headline {
    margin-top: 30px;
    font-size: 78px;
    line-height: 1.07;
}

@media only screen and (max-width: 1068px) {
    .section-hero .section-content .hero-slide-wrapper .upper-content .copy-wrapper .hero-headline {
        margin-top: 24px;
        font-size: 56px;
        line-height: 1.07143;
    }
}

@media only screen and (max-width: 734px) {
    .section-hero .section-content .hero-slide-wrapper .upper-content .copy-wrapper .hero-headline {
        font-size: 40px;
        line-height: 1.1;
        margin-top:17px
    }
}
/* hero alt end */

.section-tiles .tile-copy{
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 1068px) {
    .section-accessories .accessories-copy {
        margin-top: 16px;
    }
}
@media only screen and (max-width: 734px) {
    .section-accessories .accessories-copy {
        margin-top: 19px;
    }
}