/* icon align */
.icon-wrapper .icon,
.icon-wrapper .icon-after:after,
.icon-wrapper .icon-before:before,
.icon-wrapper .more:not(.icon-before):after {
    position: relative;
    top: -0.06em
}

/* line-heigt */
.section-in-the-car .headline,
.section-on-the-go .headline,
.section-working-out .headline,
.section-winding-down .headline{
    line-height: 0.94;
}

@media only screen and (max-width: 734px) {
    .section-in-the-car .headline,
    .section-on-the-go .headline,
    .section-working-out .headline,
    .section-winding-down .headline {
        line-height: 0.98;
    }
}

.typography-digital-assistant-copy{
    line-height: 1.25714285 !important;
}

@media only screen and (max-width: 1068px) {
    .typography-digital-assistant-copy{
        line-height: 1.25714285 !important;
    }
}

@media only screen and (max-width: 734px) {
    .typography-digital-assistant-copy{
        line-height: 1.35890052 !important;
    }
}

/*hero*/

.section-hero-images .column{
    position: absolute;
}

.section-hero-images{
    margin-bottom: 0px;
}

.overview-hero-homepod-mini {
    display: block;
    width: var(--p-width);
    height: var(--p-height);
    --p-width: 566px;
    --p-height:635px
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
    .overview-hero-homepod-mini {
        --p-width: 352px;
        --p-height:395px
    }
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
    .overview-hero-homepod-mini {
        --p-width: 210px;
        --p-height: 236px;
    }
}


.section-hero-images {
    margin-top: 100px;
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
    .section-hero-images {
         margin-top: 100px;
    }
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
    .section-hero-images {
       margin-top: 100px;
    }
}

.section-hero-copy{
    padding-top: 0px;
}

@media only screen and (max-width: 1068px) {
    .section-hero-images {
        min-height:630px;
    }
}

@media only screen and (max-width: 734px) {
    .section-hero-images {
        min-height: 360px;
        height: auto;
    }
}

.section-hero-images picture{
    margin-top: 20px;
}

/*hero end*/

/* br */
.small-330 {
    display: none;
}

@media only screen and (min-width: 330px) and (max-width: 734px) {
    .small-330 {
        display: block;
    }
}

.xsmall-hide {
    display: hide;
}

@media only screen and  (max-width: 393px) {
    .xsmall-hide {
        display: none;
    }
}

/* setcion-on-the-go */
.section-on-the-go .secondary-image {
    right: 24%;
}

@media only screen and (max-width: 1068px) {
    .section-on-the-go .secondary-image {
        right: 22%;
        top: 30%;
    }
}

@media only screen and (max-width: 734px) {
    .section-on-the-go .secondary-image {
        right: 11%;
    }
}

@media only screen and (max-width: 1068px) and (min-width: 735px){
    .section-scenario .align-hw-left .copy-container {
        margin-top: 83px;
    }
}


/* section-in-the-car */
.section-in-the-car .grid .copy-container {
    padding-right: 0;
    grid-column-start: 8;
}

@media only screen and (max-width: 734px) {
    .section-scenario .align-hw-left .copy-container {
        grid-column-start: 1;
    }
}

@media only screen and (max-width: 1700px) {
    .section-in-the-car .section-scenario-intro {
        bottom: 38px;
    }
}

@media only screen and (max-width: 1068px) {

    .section-in-the-car .section-scenario-intro {
        bottom: 0;
    }

}

.section-in-the-car .grid .copy-container {
    margin-top:-160px
}

@media only screen and (max-width: 1068px) {
    .section-in-the-car .grid .copy-container {
        --y-offset: 0;
        margin-top: -105px;
        margin-left:-20px
    }
}

@media only screen and (max-width: 734px) {
    .section-in-the-car .grid .copy-container {
        margin-top: 30px;
        margin-left: 0;
    }
}

/* section-working-out */
.section-working-out .image-wrapper-sticky picture {
    padding-right: 14px;
}

@media only screen and (max-width: 1068px) {
    .section-working-out .image-wrapper-sticky picture {
        padding-right: 29px;
    }
}

@media only screen and (max-width: 1068px) and (min-width: 735px){
    .section-scenario .grid-main .image-wrapper-sticky picture {
        margin-top: -65px;
    }
}

@media only screen and (max-width: 734px) {
    .section-scenario .grid-main .image-wrapper-sticky picture {
        margin-top: inherit;
    }
}

/* homepod */
.overview-winding-down-homepod {
    --p-width: 589px;
    --p-height: 1090px
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
    .overview-winding-down-homepod {
        --p-width: 393px;
        --p-height: 726px
    }
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
    .overview-winding-down-homepod {
        --p-width: 222px;
        --p-height: 174px
    }
}