body {
    margin: 0;
    font-size: 18px;
    font-family: open sans;
    color: #666680;
}

.no-scroll {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.komo {
}

/* global */

.komo-container {
    width: 1200px;
    max-width: calc(100% - 48px);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
    position: relative;
    flex-direction: column;
}

.komo-link {
    color: #0082a4;
    text-decoration: none;
    position: relative;
}

.komo-link:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background: #0082a4;
    transition: .15s all;
}

.komo-link:hover:after {
    width: 100%;
}

.komo-link-alt {
    color: #fff;
}

.komo-link-alt:after {
    background: #fff;
}

.komo-btn {
    background: #0082a4;
    color: #fff;
    display: flex;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: -.03em;
    align-items: center;
    justify-content: center;
    transition: .15s all;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    border: 0;
    font-size: 18px;
    font-family: open sans;
}

.komo-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: #a40082;
    transition: .15s all;
}

.komo-btn:hover:after {
    width: 100%;
}

.komo-btn--copy {
    z-index: 1;
}

.komo-btn-alt {
    background: #f3f3f9;
    color: #0082a4;
}

.komo-btn-alt:after {
    background: #fff;
}

.komo-btn-rev {
    background: #a40082;
}

.komo-btn-rev:after {
    background: #0082a4;
}

/* promo */

.komo-promo {
    background: #a40082;
    color: #fff;
    font-size: 16px;
}

.komo-promo .komo-container {
    flex-direction: row;
    padding: 12px 0;
}

.komo-promo--headline {
    display: flex;
    align-items: center;
    margin-right: 12px;
}

.komo-promo--icon {
    width: 28px;
    margin-right: 8px;
}

.komo-promo--badge {
    background: rgba(0,0,0,.3);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 3px 8px;
    border-radius: 4px;
}

.komo-promo--copy {
    text-align: center;
}

.komo-promo--highlight {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.03em;
}

/* header */

.komo-header--logo {
    width: 400px;
    margin-bottom: 16px;
    max-width: calc(100% - 96px);
}

.komo-header--copy {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.05em;
    margin-bottom: 32px;
    line-height: 1.2em;
    width: 600px;
    max-width: calc(100%);
    text-align: center;
}

.komo-header--bold {
    font-weight: 700;
}

.komo-header--highlight {
    font-weight: 700;
    color: #a40082;
    display: inline-flex;
    position: relative;
}

.komo-header--highlight:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/underline.svg);
    height: 0.5em;
    width: 100%;
    bottom: -0.4em;
    background-size: contain;
    background-repeat: no-repeat;
}

/* slideshow */

#slideshow {    
    position: absolute;
}

.komo-slides .komo-container {
    flex-direction: column;
    padding: 0;
    width: unset;
    max-width: unset;
    height: 600px;
}

.komo-slides--set{
    width: 100%;
    height: 600px;
}

.komo-slides--disclaimer {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    color: #fff;
    padding: 8px 16px;
    font-size: 11px;
    z-index: 1;
}

/* intro */

.komo-intro {
    background: #f3f3f9;
    z-index: 1;
    position: relative;
}

.komo-intro .komo-container {
    flex-direction: row;
    padding: 0;
}

.komo-intro--content {
    padding: 80px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.komo-intro--img {
    width: 40%;
    margin-top: -60px;
    margin-bottom: 40px;
    margin-left: 48px;
}

.komo-intro--headline {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.05em;
    margin-bottom: 32px;
    line-height: 1.2em;
}

.komo-intro--copy {
    font-size: 22px;
    letter-spacing: -.03em;
    margin-bottom: 32px;
    line-height: 1.4em;
}

.komo-intro--bold {
    font-weight: 700;
}

.komo-intro--highlight {
    font-weight: 700;
    color: #a40082;
    display: inline-flex;
    position: relative;
}

.komo-intro--highlight:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/underline.svg);
    height: 0.5em;
    width: 100%;
    bottom: -0.4em;
    background-size: contain;
    background-repeat: no-repeat;
}

/* review */

.komo-review {
    background-image: url(../img/iStock-962529334.jpg);
    position: relative;
    background-size: cover;
    background-position: right top;
    background-attachment: fixed;
    color: #fff;
}

.komo-review:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,130,164,.7);
}

.komo-review .komo-container {
    align-items: flex-start;
    padding: 90px 0 120px 0;
}

.komo-review--source {
    z-index: 1;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.komo-review--photo {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    object-fit: cover;
    border: 3px solid #fff;
    margin-right: 8px;
}

.komo-review--name {
    font-size: 16px;
    font-weight: 700;
}

.komo-review--copy {
    font-family: lora;
    font-style: italic;
    font-size: 36px;
    z-index: 1;
    text-shadow: 0 0 8px rgb(0 130 164);
}

.komo-review .komo-btn {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    white-space: nowrap;
    font-size: 22px;
}

.komo-review-alt {
    background-image: url(../img/iStock-544719680.jpg);
    color: #666680;
}

.komo-review-alt:after {
    background: rgba(243,243,249,.8);
}

.komo-review-alt .komo-review--photo {
    border-color: #666680;
}

.komo-review-alt .komo-review--copy {
    text-shadow: 0 0 8px #fff;
}

/* ingredients */

.komo-ingredients .komo-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 48px 0;
}

.komo-ingredient {
    margin: 32px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    flex-basis: calc(33.33% - 64px);
}

.komo-ingredient--img {
    margin-bottom: 8px;
}

.komo-ingredient--src {
    max-width: 100%;
    transition: .15s all;
}

.komo-ingredient:hover .komo-ingredient--src {
    transform: scale(1.2);
}

.komo-ingredient--content {
    flex: 1;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.komo-ingredient--name {
    font-size: 24px;
    font-weight: 600;
    font-weight: 700;
    letter-spacing: -.03em;
    margin-bottom: 4px;
}

.komo-ingredient--detail {
    font-size: 15px;
    margin-bottom: 16px;
    font-family: lora;
    font-style: italic;
    min-height: 18px;
}

.komo-ingredient--copy {
    line-height: 1.6em;
    flex: 1;
}

/* buy */

.komo-buy {
    background: #f3f3f9;
}

.komo-buy .komo-container {
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    align-items: stretch;
}

.komo-buy--item {
    display: flex;
    padding: 48px 48px 48px 0;
    align-items: center;
    border-right: 4px solid #fff;
    border-top: 0;
    border-bottom: 0;
    overflow: hidden;
    position: relative;
    transition: .15s all;
    text-decoration: none;
    color: #666680;
    flex-basis: 33.33%;
    box-sizing: border-box;
}

.komo-buy--item:first-child {
    border-left: 4px solid #fff;
}

.komo-buy--item:hover {
    background: #fff
}

.komo-buy--img {
    width: 50%;
    margin-right: 24px;
    margin-left: -26px;
}

.komo-buy--content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.komo-buy--logo {
    margin-bottom: 4px;
}

.komo-buy--quantity {
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 4px;
}

.komo-buy--headline {
    font-family: lora;
    font-style: italic;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 22px;
}

.komo-buy--price {
    display: flex;
    align-items: center;
    line-height: 48px;
    margin-bottom: 24px;
}

.komo-buy--new {
    font-size: 54px;
    font-weight: 700;
    letter-spacing: -.06em;
    color: #0082a4;
    margin-right: 12px;
    display: flex;
    align-items: flex-start;
}

.komo-buy--new-label {
    font-size: 24px;
    margin: -6px 2px 0 0;
}

.komo-buy--detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.komo-buy--was {
    display: flex;
    line-height: 1.2em;
    margin-bottom: 2px;
}

.komo-buy--was-copy {
    margin-right: 4px;
}

.komo-buy--was-price {
    font-weight: 700;
    text-decoration: line-through;
}

.komo-buy--savings {
    background: #a40082;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
    padding: 4px 8px;
    text-align: center;
    border-radius: 4px;
}

.komo-buy--note {
    font-size: 12px;
    margin-bottom: 16px;
    color: #0082a4;
    display: none;
}

.komo-buy--item:hover .komo-btn:after {
    width: 100%;
}

/* guarantee */

.komo-guarantee .komo-container {
    flex-direction: row;
    padding: 20px 0;
}

.komo-guarantee--content {
    padding: 80px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 64px;
}

.komo-guarantee--headline {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.05em;
    margin-bottom: 32px;
    line-height: 1.2em;
}

.komo-guarantee--copy {
    font-size: 22px;
    letter-spacing: -.03em;
    margin-bottom: 32px;
    line-height: 1.4em;
}

.komo-guarantee--highlight {
    font-weight: 700;
    color: #a40082;
    display: inline-flex;
    position: relative;
}

.komo-guarantee--highlight:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/underline.svg);
    height: 0.5em;
    width: 100%;
    bottom: -0.4em;
    background-size: contain;
    background-repeat: no-repeat;
}

.komo-guarantee--facts {
    width: 33.33%;
    border: 4px solid #666680;
    box-sizing: border-box;
}

/* questions */

.komo-questions {
    background: #f3f3f9;
    color: #666680;
}

.komo-questions .komo-container {
    flex-direction: row;
    padding: 0;
}

.komo-questions--content {
    padding: 80px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.komo-questions--headline {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.05em;
    margin-bottom: 16px;
    line-height: 1.2em;
}

.komo-questions--copy {
    margin-bottom: 32px;
    line-height: 1.4em;
    font-family: lora;
    font-style: italic;
}

.komo-questions--highlight {
    font-weight: 700;
    color: #a40082;
    display: inline-flex;
    position: relative;
}

.komo-questions--highlight:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/underline.svg);
    height: 0.5em;
    width: 100%;
    bottom: -0.4em;
    background-size: contain;
    background-repeat: no-repeat;
}

.komo-question {
    border-bottom: 1px solid #d6d6e7;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.komo-question:last-child {
    border-bottom: 0;
}

.komo-question--q {
    padding: 16px 0;
    font-size: 22px;
    letter-spacing: -.03em;
    color: #0082a4;
}

.komo-question--a {
    display: none;
    padding-bottom: 32px;
    font-family: lora;
    font-style: italic;
}

/* cta */
 
.komo-cta {
    background: #0082a4;
    color: #fff;
}
          
.komo-cta .komo-container {
    flex-direction: row;
    align-items: center;
    padding: 40px 0;
}
              
.komo-cta--copy {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.05em;
    margin-right: 32px;
    line-height: 1.2em;
}
              
.komo-cta--bold {
    font-weight: 700;
}

.komo-cta--highlight {
    font-weight: 700;
    display: inline-flex;
    position: relative;
}

.komo-cta--highlight:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/underline-alt.svg);
    height: 0.5em;
    width: 100%;
    bottom: -0.4em;
    background-size: contain;
    background-repeat: no-repeat;
}

/* footer */

.komo-footer {
    background: #fafafd;
    color: #8888aa;
    border-top: 1px solid #d6d6e7
}

.komo-footer .komo-container {
    flex-direction: row;
    align-items: flex-start;
}

.komo-footer--address {
    flex: 2;
}

.komo-footer--logo {
    width: 200px;
    margin-bottom: 16px;
}

.komo-footer--contact {
    flex: 1;
}

.komo-footer--newsletter {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.komo-footer--headline {
    font-size: 24px;
    letter-spacing: -.05em;
    margin-bottom: 16px;
    color: #666680
}

.komo-footer--subhead {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 4px;
}

.komo-footer--copy {
    margin-bottom: 24px;
}

/* form */

.komo-field {
    position: relative;
    margin: 0 0 12px 0;
    width: 100%;
}

.komo-input {
    border: 1px solid transparent;
    height: auto;
    padding: 16px;
    border-radius: 4px;
    font-size: 18px;
    width: 100%;
    box-sizing: border-box;
    color: #666680;
    font-family: open sans;
    line-height: 1em;
}

.komo-input:focus {
    outline-color: #d6d6e7
}

.komo-label,
.komo-input:active + .komo-label,
.komo-input:focus + .komo-label,
.komo-input:hover + .komo-label {
    position: absolute;
    transition: .1s all;
    pointer-events: none;
    left: 16px;
    top: -8px;
    font-size: 14px;
    transform: unset;
    background: #8888aa;
    color: #fff;
    opacity: 1;
    border-radius: 4px;
    padding: 0 4px;
}

.komo-input:placeholder-shown + .komo-label {
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    opacity: .4;
    color: #666680;
    background: unset;
    padding: unset;
}


/* disclaimer */

.komo-disclaimer {
    background: #fafafd;
    color: #8888aa;
    border-top: 1px solid #d6d6e7;
}

.komo-disclaimer .komo-container {
    align-items: flex-start;
    padding: 20px 0;
}

.komo-disclaimer p {
    font-size: 12px;
    margin: 0;
}

/* modal */

.komo-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'open sans';
    color: #666680;
    opacity: 0;
    pointer-events: none;
    transition: .15s all;
}

.komo-modal-active {
    opacity: 1;
    pointer-events: all;
}

.komo-modal--dialog {
    width: 980px;
    max-width: calc(100% - 48px);
    max-height: calc(100% - 48px);
    background: rgba(255,255,255,1);
    display: flex;
    flex-direction: column;
    border-radius: 4px;
}

.komo-modal--header {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fafafd;
    border-bottom: 1px solid #d6d6e7;
    flex-shrink: 0;
}

.komo-modal--title {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -.05em;
    line-height: 1.2em;
    padding: 36px 48px;
}

.komo-modal--title-highlight {
    font-weight: 700;
    color: #a40082;
    display: inline-flex;
    position: relative;
}

.komo-modal--title-highlight:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/underline.svg);
    height: 0.5em;
    width: 100%;
    bottom: -0.4em;
    background-size: contain;
    background-repeat: no-repeat;
}

.komo-modal--close {
    background: #8888aa;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    position: absolute;
    top: -16px;
    right: -16px;
    cursor: pointer;
}

.komo-modal--body {
    flex: 1;
    overflow: auto;
}

/* reviews */

.komo-rev {
    border-bottom: 1px solid #d6d6e7;
    padding: 48px;
}

.komo-rev--headline {
    font-family: lora;
    font-style: italic;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 16px;
}

.komo-modal--body {
    flex: 1;
    overflow: auto;
}

.komo-rev--content {
    font-size: 16px;
    line-height: 24px;
}

.komo-rev--content p {
    margin: 0 0 16px 0;
}

.komo-rev--content iframe {
    width: 100%;
    display: flex;
    margin: 0 0 16px 0;
}

.komo-rev--date {
    background: #8888aa;
    display: inline-flex;
    padding: 4px 12px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
}

/* subpage headline */

.komo-headline {
    background: rgb(243,243,249);
    background: linear-gradient(180deg, rgba(243,243,249,1) 0%, rgba(243,243,249,0) 100%);
}

.komo-headline .komo-container {
    padding-top: 120px;
    width: 1000px;
}

.komo-headline-slim .komo-container {
    padding: 80px 0 0 0;
}

.komo-headline--copy {
    font-size: 48px;
    font-weight: 400;
    letter-spacing: -.05em;
    line-height: 1.2em;
    text-align: center;
}

.komo-headline--highlight {
    font-weight: 700;
    color: #a40082;
    display: inline-flex;
    position: relative;
}

.komo-headline--highlight:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/underline.svg);
    height: 0.5em;
    width: 100%;
    bottom: -0.4em;
    background-size: contain;
    background-repeat: no-repeat;
}

.komo-headline--bold {
    font-weight: 700;
}

/* gurantee feature */

.komo-guarantee-feature .komo-container {
    padding: 0;
    width: 800px;
    text-align: center;
}

.komo-guarantee-feature .komo-guarantee--content {
    padding: 40px 0 80px 0;
    margin: auto;
}

.komo-guarantee--copy {
    font-size: 22px;
    letter-spacing: -.03em;
    margin-bottom: 32px;
    line-height: 1.4em;
}

/* faq feature */

.komo-questions-feature {
    background: unset;
}

/* reviews feature */

.komo-reviews .komo-container {
    align-items: stretch;
}

.komo-rev:last-child {
    border: 0;
}

/* mobile */

@media (max-width: 1200px) {
    
    /* buy */
    
    .komo-buy {
        background: unset;
    }

    .komo-buy .komo-container {
        flex-wrap: wrap;
        max-width: 100%;
    }

    .komo-buy--item {
        border: 0;
        flex-basis: 50%;
        background: #f3f3f9;
    }

    .komo-buy--item:first-child {
        border-left: 0;
        border-right: 4px solid #fff;
    }

    .komo-buy--item:last-child {
        padding: 48px 25%;
        flex-basis: 100%;
        border-top: 4px solid #fff;
    }
    
    /* guarantee */
    
    .komo-guarantee--facts {
        width: 50%;
    }
    
    /* footer */
    
    .komo-footer--address {
        flex: 1;
    }
   
}

@media (min-width: 768px) and (max-width: 991px) {

    /* ingredients */
    
    .komo-ingredient {
        flex-basis: calc(33.33% - 64px);
    }
    
    /* buy */
    
    .komo-buy--headline {
        font-size: 20px;
    }
    
}

@media (max-width: 991px) {

    /* intro */
    
    .komo-intro--content {
        padding: 200px 0 80px;
    }

    .komo-intro .komo-container {
        flex-direction: column;
        overflow: unset;
    }

    .komo-intro--img {
        position: absolute;
        bottom: calc(100% - 180px);
        width: 420px;
        max-width: 100%;
        margin: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    
    /* intro alt */
    
    .komo-intro-alt {
        margin-top: 80px;
    }
    
    .komo-intro-alt .komo-container {
        flex-direction: column-reverse;
    }

    .komo-intro-alt .komo-intro--content {
        padding: 40px 0 80px;
    }

    .komo-intro-alt .komo-intro--img {
        position: relative;
        bottom: unset;
        left: unset;
        transform: unset;
        margin-top: -80px;
    }
    
    /* reviews */

    .komo-review {
        background-attachment: scroll;
    }
    
}


@media (max-width: 767px) {
    
    /* headline */
    
    .komo-headline--copy {
        font-size: 36px;
    }

    /* promo */
    
    .komo-promo .komo-container {
        flex-direction: column;
    }

    .komo-promo--headline {
        margin-bottom: 4px;
    }
    
    /* slideshow */

    .komo-slides .komo-container {
        height: 400px;
    }

    .komo-slides--disclaimer {
        bottom: unset;
        left: unset;
        top: 0;
        right: 0;
    }
    
    /* ingredients */
    
    .komo-ingredient {
        flex-basis: calc(50% - 64px);
    }
    
    /* buy */
    
    .komo-buy--item:first-child {
        border-right: 0;
    }
    
    .komo-buy--item {
        flex-basis: 100%;
        padding: 48px 20%;
        border: 0;
        border-bottom: 4px solid #fff;
    }
    
    .komo-buy--item:last-child {
        padding: 48px 20%;
    }
    
    /* guarantee */
    
    .komo-guarantee .komo-container {
        flex-direction: column;
        padding: 0;
    }
    
    .komo-guarantee--content {
        margin-right: 0;
    }
    
    .komo-guarantee--facts {
        width: 100%;
        margin-bottom: 80px;
    }

    /* cta */
    
    .komo-cta .komo-container {
        flex-direction: column;
        align-items: center;
    }
    
    .komo-cta--copy {
        margin: 0 0 32px 0;
        text-align: center;
    }

    /* footer */
    
    .komo-footer .komo-container {
        flex-direction: column;
        align-items: stretch;
        max-width: 100%;
        padding: 0;
    }

    .komo-footer--address {
        flex: 1;
        margin: 0;
        border-bottom: 1px solid #d6d6e7;
        padding: 48px 24px 32px 24px;
    }

    .komo-footer--contact {
        flex: 1;
        margin: 0;
        border-bottom: 1px solid #d6d6e7;
        padding: 48px 24px 32px 24px;
    }

    .komo-footer--newsletter {
        flex: 1;
        margin: 0;
        padding: 48px 24px;
        align-items: stretch;
    }
    
}

@media (min-width: 521px) and (max-width: 640px) {
    
    /* buy */

    .komo-buy .komo-container {
        flex-direction: column;
        max-width: 100%;
    }

    .komo-buy--item {
        width: 100%;
        border: 0;
        border-bottom: 8px solid #fff;
        padding: 66px 32px 32px 0;
        box-sizing: border-box;
    }
    
    .komo-buy--item:last-child {
        padding: 66px 32px 32px 0;
    }

    .komo-buy--item:first-child {
        border-left: 0;
    }

    .komo-buy--img {
        width: 60%;
        margin-right: 32px;
    }

    .komo-buy--content {
        align-items: flex-start;
    }

    .komo-buy--logo {
        max-width: 200px;
    }

    .komo-buy--item:nth-child(2) {
        flex-direction: row-reverse;
        padding: 66px 0 32px 32px;
    }

    .komo-buy--item:nth-child(2) img.komo-buy--img {
        margin: 0 -10% 0 32px;
    }
    
    .komo-buy--headline {
        font-size: 19px;
    }
}

@media (max-width: 520px) {
    
    /* buy */
    
    .komo-buy--item,
    .komo-buy--item:last-child {
        flex-direction: column;
        padding: 32px;
        align-items: stretch;
    }
    
    .komo-buy--item:hover {
        background: #f3f3f9;
    }    
    
    .komo-buy--img {
        width: 80%;
        margin: 0 auto 32px auto;
    }
    
    .komo-buy--content {
        align-items: stretch;
    }
    
    .komo-buy--logo {
        width: 72%;
    }
    
    .komo-buy--quantity {
        font-size: 14px;
    }
    
    komo-buy--headline {
        font-size: 24px;
    }

    .komo-buy--logo,
    .komo-buy--quantity,
    .komo-buy--headline {
        margin-left: auto;
        margin-right: auto;
    }

    .komo-buy--price {
        justify-content: center;
    }

}

@media (max-width: 480px) {
    
    /* headline */
    
    .komo-headline--copy {
        font-size: 28px;
    }
    
    /* ingredients */
    
    .komo-ingredients .komo-container {
        max-width: 100%;
        flex-direction: column;
        padding: 80px 0;
    }

    .komo-ingredient {
        flex-direction: row;
        margin: 0;
        align-items: center;
        padding: 0 32px 0 0;
        flex-basis: unset;
        overflow: hidden;
        margin-bottom: 64px;
    }

    .komo-ingredient:nth-child(even) {
        padding: 0 0 0 32px;
    }

    .komo-ingredient--img {
        width: 256px;
        flex-shrink: 0;
        margin-left: -128px;
    }

    .komo-ingredient:nth-child(even) .komo-ingredient--img {
        margin-left: unset;
        margin-right: -128px;
        order: 2;
    }
    
    .komo-ingredient:hover .komo-ingredient--src {
        transform: unset;
    }

    .komo-ingredient--src {
        width: 100%;
    }

    .komo-ingredient--detail {
        min-height: unset;
    }
                    
    .komo-ingredient--copy {
        line-height: 1.4em;
    }
    
    /* modal */
    
    .komo-modal--dialog {
        max-width: 100%;
        max-height: 100%;
        border-radius: 0;
    }

    .komo-modal--title {
        padding: 24px;
        font-size: 32px;
    }

    .komo-modal--close {
        top: 50%;
        transform: translateY(-50%);
        right: 16px;
    }

    .komo-rev {
        padding: 24px;
    }

    .komo-rev--headline {
        font-size: 24px;
    }

    .komo-rev--content {
        font-size: 14px;
    }



}