@charset "UTF-8";

/* /en.html Special Offers & Discounts */
.mog-en-offers {
    --mog-en-green: #087d3f;
    --mog-en-ink: #17221b;
    --mog-en-line: #dbe7df;
    color: var(--mog-en-ink);
    background: #fbfdfb;
    font-size: 16px;
    line-height: 1.65;
}

.mog-en-offers *,
.mog-en-offers *::before,
.mog-en-offers *::after {
    box-sizing: border-box;
}

.mog-en-offers .mog-en-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.mog-en-offers img {
    display: block;
    max-width: 100%;
    height: auto;
}
.mog-en-offers__inner {
    padding: 34px 0 44px;
}

.mog-en-offers__panel {
    padding: 18px;
    border: 1px solid var(--mog-en-line, #dbe7df);
    border-radius: 18px;
    background: #fff;
}

.mog-en-offers__sale {
    margin-bottom: 30px;
}

.mog-en-offers__sale-banner {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    place-items: center;
    min-height: 190px;
    padding: 10px 20px;
    border-radius: 12px;
    background-image: var(--mog-en-offers-sale-pc-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.mog-en-offers__sale-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100%, 720px);
    min-width: 0;
}

.mog-en-offers__sale-eyebrow {
    margin: 0 0 2px;
    color: #167ab9;
    font-size: clamp(14px, 1.6vw, 19px);
    font-weight: 800;
    line-height: 1.25;
}

.mog-en-offers__sale-title {
    margin: 0;
    color: var(--mog-en-green, #087d3f);
    font-size: clamp(34px, 4vw, 46px);
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: 1.05;
    text-shadow: 0 0 2px #fff, 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    overflow-wrap: anywhere;
}

.mog-en-offers__sale-offer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 3px;
    line-height: 1;
}

.mog-en-offers__sale-prefix {
    display: grid;
    place-items: center;
    min-width: 48px;
    min-height: 48px;
    padding: 6px;
    border-radius: 50%;
    background: #1678b8;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
}

.mog-en-offers__sale-value {
    color: #ef6810;
    font-size: clamp(58px, 6vw, 72px);
    font-weight: 900;
    letter-spacing: -.055em;
    text-shadow: 0 0 2px #fff, 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.mog-en-offers__sale-suffix {
    color: #1268a6;
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 900;
    letter-spacing: -.025em;
}

.mog-en-offers__sale-date {
    margin: 4px 0 0;
    padding: 5px 24px;
    min-width: 230px;
    border-radius: 999px;
    background: #1677b9;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
}

.mog-en-offers__sale-description {
    margin: 14px 4px 0;
    color: #28332c;
    font-size: 16px;
    line-height: 1.65;
    white-space: pre-line;
}

.mog-en-offers__head {
    margin: 0 0 18px;
    text-align: center;
}

.mog-en-offers__head h2 {
    display: flex;
    align-items: center;
    gap: 22px;
    margin: 0;
    color: var(--mog-en-ink, #17221b);
    font-size: clamp(28px, 3vw, 34px);
    font-weight: 900;
    line-height: 1.25;
}

.mog-en-offers__head h2::before,
.mog-en-offers__head h2::after {
    content: "";
    flex: 1 1 auto;
    height: 2px;
    background: #81b98d;
}

.mog-en-offers__head p {
    margin: 8px 0 0;
    color: #36423a;
    font-size: 16px;
}

.mog-en-offers__list {
    display: grid;
    gap: 12px;
}

.mog-en-offers__item {
    overflow: hidden;
    border: 1px solid #8cbe96;
    border-radius: 10px;
    background: #fff;
}

.mog-en-offers__item summary {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(280px, auto) 30px;
    align-items: center;
    gap: 14px;
    min-height: 76px;
    padding: 12px 16px;
    cursor: pointer;
    list-style: none;
}

.mog-en-offers__item summary::-webkit-details-marker {
    display: none;
}

.mog-en-offers__item summary::after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    border: 1px solid #8cbe96;
    border-radius: 50%;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 9l5 5l5-5' fill='none' stroke='%23087c35' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 17px 17px no-repeat;
    transition: transform .18s ease;
}

.mog-en-offers__item[open] summary::after {
    transform: rotate(180deg);
}

.mog-en-offers__icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid #d6e7da;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 3px 9px rgba(18, 90, 47, .07);
}

.mog-en-offers__icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: var(--mog-en-green, #087d3f);
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mog-en-offers__item-title {
    color: var(--mog-en-green, #087d3f);
    font-size: 19px;
    line-height: 1.35;
}

.mog-en-offers__target {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #27322b;
    font-size: 14px;
    line-height: 1.4;
}

.mog-en-offers__target b {
    flex: 0 0 auto;
    padding: 3px 7px;
    border-radius: 4px;
    background: #f26922;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
}

.mog-en-offers__body {
    display: grid;
    grid-template-columns: minmax(0, 46%) minmax(0, 1fr);
    align-items: center;
    gap: 22px;
    padding: 20px;
    border-top: 1px solid #dce9df;
}

.mog-en-offers__art {
    overflow: hidden;
    border: 1px solid #dce4de;
    border-radius: 8px;
    background: #f7faf7;
}

.mog-en-offers__art img {
    width: 100%;
    height: auto;
}

.mog-en-offers__copy h3 {
    margin: 0 0 8px;
    color: #173723;
    font-size: 20px;
    line-height: 1.4;
}

.mog-en-offers__copy p {
    margin: 0 0 10px;
    color: #28332c;
    font-size: 16px;
    line-height: 1.6;
}

.mog-en-offers__copy ul {
    margin: 10px 0 0;
    padding-left: 20px;
    color: #28332c;
    font-size: 15px;
    line-height: 1.55;
}

.mog-en-offers__copy li + li {
    margin-top: 4px;
}

.mog-en-offers__conditions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 12px 0 0;
}

.mog-en-offers__conditions div {
    padding: 9px 10px;
    border-radius: 8px;
    background: #f1f8f3;
}

.mog-en-offers__conditions dt {
    color: #4b5a50;
    font-size: 12px;
    font-weight: 800;
}

.mog-en-offers__conditions dd {
    margin: 2px 0 0;
    color: #173723;
    font-size: 15px;
    font-weight: 800;
}

.mog-en-offers__terms {
    margin-top: 18px;
    padding: 18px 20px;
    border: 1px solid #efd8ab;
    border-radius: 10px;
    background: #fff9ec;
}

.mog-en-offers__terms-title {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--mog-en-green, #087d3f);
}

.mog-en-offers__terms-title svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mog-en-offers__terms-title h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
}

.mog-en-offers__terms ul {
    margin: 9px 0 0;
    padding-left: 20px;
    color: #594d37;
    font-size: 15px;
    line-height: 1.55;
}

.mog-en-offers__terms li + li {
    margin-top: 4px;
}

@media (max-width: 760px) {
    .mog-en-offers .mog-en-shell {
        width: min(calc(100% - 24px), 560px);
    }

    .mog-en-offers__inner {
        padding: 28px 0 32px;
    }

    .mog-en-offers__panel {
        padding: 12px;
    }

    .mog-en-offers__sale {
        margin-bottom: 26px;
    }

    .mog-en-offers__sale-banner {
        min-height: 260px;
        padding: 20px 12px;
        background-image: var(--mog-en-offers-sale-sp-image);
    }

    .mog-en-offers__sale-content {
        max-width: 300px;
    }

    .mog-en-offers__sale-eyebrow {
        font-size: 12px;
        line-height: 1.4;
    }

    .mog-en-offers__sale-title {
        font-size: clamp(24px, 7.2vw, 27px);
        line-height: 1.12;
    }

    .mog-en-offers__sale-offer {
        gap: 5px;
        margin-top: 5px;
    }

    .mog-en-offers__sale-prefix {
        min-width: 40px;
        min-height: 40px;
        font-size: 13px;
    }

    .mog-en-offers__sale-value {
        font-size: clamp(44px, 14vw, 54px);
    }

    .mog-en-offers__sale-suffix {
        font-size: clamp(21px, 7vw, 27px);
    }

    .mog-en-offers__sale-date {
        min-width: 0;
        margin-top: 6px;
        padding: 5px 15px;
        font-size: 15px;
    }

    .mog-en-offers__sale-description {
        margin-top: 12px;
        font-size: 15px;
    }

    .mog-en-offers__head h2 {
        gap: 10px;
        font-size: 24px;
    }

    .mog-en-offers__head p {
        font-size: 15px;
    }

    .mog-en-offers__item summary {
        grid-template-columns: 44px minmax(0, 1fr) 26px;
        gap: 10px;
        min-height: 0;
        padding: 12px;
    }

    .mog-en-offers__icon {
        grid-row: 1 / 3;
        width: 44px;
        height: 44px;
    }

    .mog-en-offers__item-title {
        font-size: 17px;
    }

    .mog-en-offers__target {
        grid-column: 2 / 3;
        align-items: flex-start;
        gap: 6px;
        font-size: 14px;
    }

    .mog-en-offers__item summary::after {
        grid-column: 3;
        grid-row: 1 / 3;
    }

    .mog-en-offers__body {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 14px;
    }

    .mog-en-offers__copy h3 {
        font-size: 17px;
    }

    .mog-en-offers__copy p,
    .mog-en-offers__copy li {
        font-size: 15px;
    }

    .mog-en-offers__conditions {
        grid-template-columns: 1fr 1fr;
    }

    .mog-en-offers__terms {
        padding: 15px;
    }

    .mog-en-offers__terms ul {
        font-size: 14px;
    }
}
