@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;300;400;500;700;900&display=swap");

img {
    max-width: 100%;
}

#cm-oceanic-product {
    font-size: 16px;
    font-family: "Be Vietnam Pro", Arial, sans-serif;
    box-sizing: border-box;
    background-image: none;
    background-position: bottom center;
    background-repeat: no-repeat;
    text-align: left;
    color: #000;
}

#cm-oceanic-product .pc-margin-top-xs {
    padding-top: 1.5em;
}

#cm-oceanic-product .pc-margin-bottom-xs {
    padding-bottom: 1.5em;
}

#cm-oceanic-product .pc-margin-top-s {
    padding-top: 3em;
}

#cm-oceanic-product .pc-margin-bottom-s {
    padding-bottom: 3em;
}

#cm-oceanic-product .pc-margin-top-m {
    padding-top: 4em;
}

#cm-oceanic-product .pc-margin-bottom-m {
    padding-bottom: 4em;
}

#cm-oceanic-product .pc-margin-top-l {
    padding-top: 6em;
}

#cm-oceanic-product .pc-margin-bottom-l {
    padding-bottom: 6em;
}

#cm-oceanic-product .pc-margin-top-xl {
    padding-top: 8em;
}

#cm-oceanic-product .pc-margin-bottom-xl {
    padding-bottom: 8em;
}

#cm-oceanic-product .pc-margin-top-xxl {
    padding-top: 10em;
}

#cm-oceanic-product .pc-margin-bottom-xxl {
    padding-bottom: 10em;
}

@media screen and (max-width: 500px) {
    #cm-oceanic-product .pc-margin-top-xs {
        padding-top: 1em;
    }
    #cm-oceanic-product .pc-margin-bottom-xs {
        padding-bottom: 1em;
    }
    #cm-oceanic-product .pc-margin-top-s {
        padding-top: 2em;
    }
    #cm-oceanic-product .pc-margin-bottom-s {
        padding-bottom: 2em;
    }
    #cm-oceanic-product .pc-margin-top-m {
        padding-top: 3em;
    }
    #cm-oceanic-product .pc-margin-bottom-m {
        padding-bottom: 3em;
    }
    #cm-oceanic-product .pc-margin-top-l {
        padding-top: 4em;
    }
    #cm-oceanic-product .pc-margin-bottom-l {
        padding-bottom: 4em;
    }
    #cm-oceanic-product .pc-margin-top-xl {
        padding-top: 5em;
    }
    #cm-oceanic-product .pc-margin-bottom-xl {
        padding-bottom: 5em;
    }
    #cm-oceanic-product .pc-margin-top-xxl {
        padding-top: 6em;
    }
    #cm-oceanic-product .pc-margin-bottom-xxl {
        padding-bottom: 6em;
    }
}

#cm-oceanic-product .pc-margin-top-deca {
    margin-top: 0.5em;
}

#cm-oceanic-product .pc-margin-bottom-deca {
    margin-bottom: 0.5em;
}

#cm-oceanic-product .pc-margin-top-hecto {
    margin-top: 1em;
}

#cm-oceanic-product .pc-margin-bottom-hecto {
    margin-bottom: 1em;
}

#cm-oceanic-product .pc-margin-top-kilo {
    margin-top: 1.25em;
}

#cm-oceanic-product .pc-margin-bottom-kilo {
    margin-bottom: 1.25em;
}

#cm-oceanic-product .pc-margin-top-mega {
    margin-top: 1.5em;
}

#cm-oceanic-product .pc-margin-bottom-mega {
    margin-bottom: 1.5em;
}

#cm-oceanic-product .pc-margin-top-giga {
    margin-top: 2em;
}

#cm-oceanic-product .pc-margin-bottom-giga {
    margin-bottom: 2em;
}

#cm-oceanic-product .pc-margin-top-tera {
    margin-top: 2.5em;
}

#cm-oceanic-product .pc-margin-bottom-tera {
    margin-bottom: 2.5em;
}

#cm-oceanic-product .cm-header {
    max-width: 1000px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    margin: auto;
    overflow: hidden;
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-header {
        overflow: hidden;
    }
}

#cm-oceanic-product .cm-header .cm-content {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-header .cm-content {
        background-image: none !important;
        flex-direction: column;
        padding-bottom: 2em;
    }
}

#cm-oceanic-product .cm-header .cm-content .cm-logo-rwd {
    display: none;
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-header .cm-content .cm-logo-rwd {
        max-width: 180px;
        display: block;
        margin: 0 auto;
        padding-top: 2em;
    }
    #cm-oceanic-product .cm-header .cm-content .cm-logo-rwd img {
        max-width: 100%;
    }
}

#cm-oceanic-product .cm-header .cm-content .cm-text {
    padding-top: 9em;
    position: relative;
    text-align: center;
    max-width: 300px;
    padding-right: 1.5em;
}

@media screen and (max-width: 900px) {
    #cm-oceanic-product .cm-header .cm-content .cm-text {
        max-width: 280px;
        padding-right: 1em;
    }
}

@media screen and (max-width: 800px) {
    #cm-oceanic-product .cm-header .cm-content .cm-text {
        max-width: 240px;
        padding-right: 1em;
    }
}

@media screen and (max-width: 700px) {
    #cm-oceanic-product .cm-header .cm-content .cm-text {
        padding-top: 5em;
        max-width: 200px;
    }
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-header .cm-content .cm-text {
        padding: 0 1em;
        left: 0;
        max-width: 450px;
        margin: 0 auto;
        box-sizing: border-box;
    }
}

#cm-oceanic-product .cm-header .cm-content .cm-text .cm-title {
    font-family: "Be Vietnam Pro", Arial, sans-serif;
    font-size: 2em;
    line-height: 1.3;
    margin-top: 60px;
}

@media screen and (max-width: 900px) {
    #cm-oceanic-product .cm-header .cm-content .cm-text .cm-title {
        font-size: 1.75em;
    }
}

@media screen and (max-width: 800px) {
    #cm-oceanic-product .cm-header .cm-content .cm-text .cm-title {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 700px) {
    #cm-oceanic-product .cm-header .cm-content .cm-text .cm-title {
        font-size: 1.25em;
    }
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-header .cm-content .cm-text .cm-title {
        text-align: center !important;
        margin-bottom: 30px;
        font-size: 2.5em;
    }
}

@media screen and (max-width: 400px) {
    #cm-oceanic-product .cm-header .cm-content .cm-text .cm-title {
        font-size: 1.875em;
    }
}

#cm-oceanic-product .cm-header .cm-content .cm-text .cm-subtitle {
    padding-top: 2em;
    font-size: 1.5em;
}

@media screen and (max-width: 900px) {
    #cm-oceanic-product .cm-header .cm-content .cm-text .cm-subtitle {
        font-size: 1.375em;
        padding-top: 1.75em;
    }
}

@media screen and (max-width: 800px) {
    #cm-oceanic-product .cm-header .cm-content .cm-text .cm-subtitle {
        font-size: 1.125em;
    }
}

@media screen and (max-width: 700px) {
    #cm-oceanic-product .cm-header .cm-content .cm-text .cm-subtitle {
        font-size: 1em;
    }
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-header .cm-content .cm-text .cm-subtitle {
        font-size: 1.5em;
        padding-top: 0;
    }
}

@media screen and (max-width: 400px) {
    #cm-oceanic-product .cm-header .cm-content .cm-text .cm-subtitle {
        font-size: 1.25em;
        max-width: 250px;
        margin: 0 auto;
    }
}

#cm-oceanic-product .cm-header .cm-content .cm-header-col {
    max-width: 19%;
    padding: 2em 2em 2em 0;
}

@media screen and (max-width: 900px) {
    #cm-oceanic-product .cm-header .cm-content .cm-header-col {
        padding: 1.75em 1.75em 1.75em 0;
    }
}

@media screen and (max-width: 800px) {
    #cm-oceanic-product .cm-header .cm-content .cm-header-col {
        padding: 1em 1em 1em 0;
    }
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-header .cm-content .cm-header-col {
        max-width: 200px;
        padding: 0;
        text-align: center;
        margin: 0 auto;
    }
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-header .cm-content .cm-header-col img:nth-child(1) {
        display: none;
    }
}

#cm-oceanic-product .cm-header .cm-content .cm-header-col img:nth-child(2) {
    padding-top: 10em;
}

@media screen and (max-width: 700px) {
    #cm-oceanic-product .cm-header .cm-content .cm-header-col img:nth-child(2) {
        padding-top: 6em;
    }
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-header .cm-content .cm-header-col img:nth-child(2) {
        max-width: 100%;
        text-align: center;
        padding-top: 2em;
    }
}

#cm-oceanic-product .cm-first-section {
    max-width: 1000px;
    margin: 0 auto;
    padding: 1em 0;
    background-color: #F4E6DB;
    box-sizing: border-box;
}

#cm-oceanic-product .cm-first-section .cm-row {
    padding: 2.5em 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

#cm-oceanic-product .cm-first-section .cm-row .cm-col {
    flex-basis: 50%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

#cm-oceanic-product .cm-first-section .cm-row .cm-col img {
    object-fit: contain;
}

#cm-oceanic-product .cm-first-section .cm-row .cm-col .cm-box span {
    background-color: #CCA67D;
    font-size: 2.25em;
    padding: 0.125em 0.25em;
}

@media screen and (max-width: 900px) {
    #cm-oceanic-product .cm-first-section .cm-row .cm-col .cm-box span {
        font-size: 2em;
    }
}

@media screen and (max-width: 800px) {
    #cm-oceanic-product .cm-first-section .cm-row .cm-col .cm-box span {
        font-size: 1.75em;
    }
}

#cm-oceanic-product .cm-first-section .cm-row .cm-col .cm-title {
    font-size: 2.25em;
    margin: 0.875em 0;
}

@media screen and (max-width: 900px) {
    #cm-oceanic-product .cm-first-section .cm-row .cm-col .cm-title {
        font-size: 2em;
    }
}

@media screen and (max-width: 800px) {
    #cm-oceanic-product .cm-first-section .cm-row .cm-col .cm-title {
        font-size: 1.75em;
    }
}

#cm-oceanic-product .cm-first-section .cm-row .cm-col .cm-text {
    font-size: 1.375em;
    padding-right: 0.25em;
    font-weight: 300;
}

@media screen and (max-width: 900px) {
    #cm-oceanic-product .cm-first-section .cm-row .cm-col .cm-text {
        font-size: 1.125em;
    }
}

@media screen and (max-width: 800px) {
    #cm-oceanic-product .cm-first-section .cm-row .cm-col .cm-text {
        font-size: 1em;
    }
}

#cm-oceanic-product .cm-first-section .cm-row .cm-col:nth-child(1) {
    padding: 0 3em;
    box-sizing: border-box;
}

#cm-oceanic-product .cm-first-section .cm-row .cm-col:nth-child(2) {
    padding-right: 2em;
    box-sizing: border-box;
}

@media screen and (max-width: 700px) {
    #cm-oceanic-product .cm-first-section .cm-row {
        flex-flow: column nowrap !important;
        align-items: center;
        padding-top: 0;
    }
    #cm-oceanic-product .cm-first-section .cm-row .cm-col {
        padding: 1em !important;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #cm-oceanic-product .cm-first-section .cm-row .cm-col:nth-child(1) {
        max-width: 350px;
    }
    #cm-oceanic-product .cm-first-section .cm-row .cm-col .cm-box span, #cm-oceanic-product .cm-first-section .cm-row .cm-col .cm-title {
        padding: 0 0.5em;
        box-sizing: border-box;
    }
    #cm-oceanic-product .cm-first-section .cm-row .cm-col .cm-text {
        max-width: 440px;
        padding: 0 1em;
        box-sizing: border-box;
        font-size: 1.25em;
    }
}

@media screen and (max-width: 500px) {
    #cm-oceanic-product .cm-first-section .cm-row .cm-col:nth-child(1) {
        max-width: 250px;
    }
    #cm-oceanic-product .cm-first-section .cm-row .cm-col .cm-box span, #cm-oceanic-product .cm-first-section .cm-row .cm-col .cm-title {
        font-size: 1.5em;
    }
    #cm-oceanic-product .cm-first-section .cm-row .cm-col .cm-text {
        max-width: 400px;
        font-size: 1em;
    }
}

@media screen and (max-width: 500px) {
    #cm-oceanic-product .cm-first-section .cm-row .cm-col .cm-box span, #cm-oceanic-product .cm-first-section .cm-row .cm-col .cm-title {
        font-size: 1.25em;
    }
    #cm-oceanic-product .cm-first-section .cm-row .cm-col .cm-text {
        font-size: 0.875em;
    }
}

#cm-oceanic-product .cm-first-section .cm-row:nth-child(2n) {
    flex-flow: row-reverse nowrap;
}

#cm-oceanic-product .cm-first-section .cm-row:nth-child(2n) .cm-col:nth-child(2) {
    padding-left: 4em;
}

@media screen and (max-width: 800px) {
    #cm-oceanic-product .cm-first-section .cm-row:nth-child(2n) .cm-col:nth-child(2) {
        padding-left: 3em;
    }
}

#cm-oceanic-product .cm-second-section {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #C8AEA1;
    box-sizing: border-box;
}

#cm-oceanic-product .cm-second-section .cm-row {
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
}

#cm-oceanic-product .cm-second-section .cm-row .cm-col {
    flex-basis: 50%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    position: relative;
}

#cm-oceanic-product .cm-second-section .cm-row .cm-col .cm-box span {
    background-color: #CCA67D;
    font-size: 2em;
    padding: 0.125em 0.25em;
}

@media screen and (max-width: 900px) {
    #cm-oceanic-product .cm-second-section .cm-row .cm-col .cm-box span {
        font-size: 1.75em;
    }
}

@media screen and (max-width: 800px) {
    #cm-oceanic-product .cm-second-section .cm-row .cm-col .cm-box span {
        font-size: 1.5em;
    }
}

#cm-oceanic-product .cm-second-section .cm-row .cm-col .cm-title {
    font-size: 1.375em;
}

@media screen and (max-width: 900px) {
    #cm-oceanic-product .cm-second-section .cm-row .cm-col .cm-title {
        font-size: 1.25em;
    }
}

@media screen and (max-width: 800px) {
    #cm-oceanic-product .cm-second-section .cm-row .cm-col .cm-title {
        font-size: 1em;
    }
}

#cm-oceanic-product .cm-second-section .cm-row .cm-col .cm-text {
    font-size: 1.375em;
    padding-right: 0.25em;
    font-weight: 300;
}

@media screen and (max-width: 900px) {
    #cm-oceanic-product .cm-second-section .cm-row .cm-col .cm-text {
        font-size: 1em;
    }
}

@media screen and (max-width: 800px) {
    #cm-oceanic-product .cm-second-section .cm-row .cm-col .cm-text {
        font-size: 1em;
    }
}

#cm-oceanic-product .cm-second-section .cm-row .cm-col .cm-disclaimer {
    font-size: 0.75em;
    font-weight: 200;
    box-sizing: border-box;
}

@media screen and (max-width: 900px) {
    #cm-oceanic-product .cm-second-section .cm-row .cm-col .cm-disclaimer {
        font-size: 0.625em;
    }
}

#cm-oceanic-product .cm-second-section .cm-row .cm-col:nth-child(2) {
    padding: 3em 1em 0 4em;
    box-sizing: border-box;
    justify-content: flex-start;
}

@media screen and (max-width: 900px) {
    #cm-oceanic-product .cm-second-section .cm-row .cm-col:nth-child(2) {
        padding-left: 4em;
    }
}

@media screen and (max-width: 800px) {
    #cm-oceanic-product .cm-second-section .cm-row .cm-col:nth-child(2) {
        padding: 2em 1em 0px 3em;
    }
}

@media screen and (max-width: 700px) {
    #cm-oceanic-product .cm-second-section .cm-row {
        flex-flow: column nowrap !important;
        align-items: center;
        padding-top: 0;
    }
    #cm-oceanic-product .cm-second-section .cm-row .cm-col {
        padding: 1em !important;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #cm-oceanic-product .cm-second-section .cm-row .cm-col:nth-child(1) {
        max-width: 350px;
        box-sizing: border-box;
    }
    #cm-oceanic-product .cm-second-section .cm-row .cm-col .cm-box span, #cm-oceanic-product .cm-second-section .cm-row .cm-col .cm-title {
        margin: 1em 0;
        padding: 0 0.5em;
        box-sizing: border-box;
        max-width: 500px;
        font-size: 1.5em;
    }
    #cm-oceanic-product .cm-second-section .cm-row .cm-col .cm-box span {
        font-size: 2em;
    }
    #cm-oceanic-product .cm-second-section .cm-row .cm-col .cm-text {
        margin: 0.5em 0;
        max-width: 440px;
        padding: 0 1em;
        box-sizing: border-box;
        font-size: 1.25em;
    }
    #cm-oceanic-product .cm-second-section .cm-row .cm-col .cm-disclaimer {
        margin: 1em 0;
        max-width: 300px;
    }
}

@media screen and (max-width: 500px) {
    #cm-oceanic-product .cm-second-section .cm-row .cm-col:nth-child(1) {
        max-width: 250px;
    }
    #cm-oceanic-product .cm-second-section .cm-row .cm-col .cm-box span, #cm-oceanic-product .cm-second-section .cm-row .cm-col .cm-title {
        font-size: 1.5em;
    }
    #cm-oceanic-product .cm-second-section .cm-row .cm-col .cm-text {
        max-width: 400px;
        font-size: 1em;
    }
}

@media screen and (max-width: 500px) {
    #cm-oceanic-product .cm-second-section .cm-row .cm-col .cm-box span, #cm-oceanic-product .cm-second-section .cm-row .cm-col .cm-title {
        font-size: 1.25em;
    }
    #cm-oceanic-product .cm-second-section .cm-row .cm-col .cm-text {
        font-size: 0.875em;
    }
}

@media screen and (max-width: 700px) {
    #cm-oceanic-product .cm-second-section .cm-row:nth-child(1) img {
        border-radius: 50%;
        object-fit: contain;
    }
}

#cm-oceanic-product .cm-footer {
    max-width: 1000px;
    display: flex;
    position: relative;
    margin: 0 auto;
    background-color: #DCBDA8;
    text-align: center;
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-footer {
        display: block;
    }
}

#cm-oceanic-product .cm-footer .cm-footer-bg {
    max-width: 100%;
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-footer .cm-footer-bg {
        display: none;
    }
}

#cm-oceanic-product .cm-footer .cm-footer-bg-mobile {
    display: none;
    max-width: 100%;
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-footer .cm-footer-bg-mobile {
        display: block;
    }
}

#cm-oceanic-product .cm-footer .cm-footer-packshot, #cm-oceanic-product .cm-footer .cm-text {
    position: absolute;
}

#cm-oceanic-product .cm-footer .cm-footer-packshot {
    bottom: 0%;
    right: 0%;
    max-width: 28%;
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-footer .cm-footer-packshot {
        position: relative;
        margin: 0 auto;
        max-width: 300px;
    }
}

@media screen and (max-width: 450px) {
    #cm-oceanic-product .cm-footer .cm-footer-packshot {
        max-width: 200px;
    }
}

#cm-oceanic-product .cm-footer .cm-text {
    font-size: 2em;
    text-align: center;
    left: 76%;
    bottom: 55%;
}

@media screen and (max-width: 900px) {
    #cm-oceanic-product .cm-footer .cm-text {
        font-size: 1.75em;
    }
}

@media screen and (max-width: 800px) {
    #cm-oceanic-product .cm-footer .cm-text {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-footer .cm-text {
        display: none;
    }
}

#cm-oceanic-product .cm-footer .cm-text-rwd {
    display: none;
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-footer .cm-text-rwd {
        display: block;
        text-align: center;
        font-size: 2em;
        padding-bottom: 1em;
    }
}

#cm-oceanic-product .cm-other {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #f4e6dc;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 3em;
}

#cm-oceanic-product .cm-other .cm-title {
    font-size: 2em;
    font-weight: bolder;
    max-width: 350px;
    padding: 1em 0;
    margin: 0 auto;
}

#cm-oceanic-product .cm-other .cm-items {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    justify-content: space-evenly;
    max-width: 900px;
    margin: 0 auto;
}

#cm-oceanic-product .cm-other .cm-items .cm-item {
    max-width: 300px;
    box-sizing: border-box;
    padding: 0 1em;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-other .cm-items .cm-item:nth-child(1) {
        margin-bottom: 3em;
    }
}

#cm-oceanic-product .cm-other .cm-items .cm-item .cm-text {
    font-size: 1.25em;
}

#cm-oceanic-product .cm-other .cm-items .cm-item img {
    margin: 2em auto;
}

#cm-oceanic-product .cm-other .cm-items .cm-item .cm-box {
    color: #fff;
    padding: 1em 1.5em;
    background-color: #000;
    margin-top: auto;
    font-size: 1.125em;
}

#cm-oceanic-product .cm-other .cm-logo {
    display: none;
    margin: 0 auto;
    padding-top: 3em;
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-other .cm-logo {
        display: block;
        max-width: 200px;
    }
}

@media screen and (max-width: 450px) {
    #cm-oceanic-product .cm-other .cm-logo {
        max-width: 150px;
    }
}

#cm-oceanic-product body,
#cm-oceanic-product html {
    margin: 0;
    padding: 0;
}

#cm-oceanic-product .cm-ng {
    font-size: 24px;
    font-family: "Be Vietnam Pro", Arial, sans-serif;
    font-weight: 900;
    text-align: center !important;
    max-width: 1000px;
    margin: auto;
    padding: 80px 10px 50px 10px;
}

@media screen and (max-width: 800px) {
    #cm-oceanic-product .cm-ng {
        font-size: 20px;
    }
}

@media screen and (max-width: 800px) {
    #cm-oceanic-product .cm-ng {
        font-size: 20px;
    }
}

#cm-oceanic-product .cm-ng .cm-text {
    text-align: center !important;
    text-transform: uppercase;
}

#cm-oceanic-product a {
    text-decoration: none;
}
