@keyframes floating {
    0% {
        opacity: 0;
        transform: translateX(7%) translateY(50%) rotate(-15deg);
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateX(7%) translateY(20%) rotate(0deg);
    }
}

@keyframes floatingReverse {
    0% {
        opacity: 0;
        transform: translateX(4%) translateY(50%) rotate(20deg);
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateX(4%) translateY(0%) rotate(0deg);
    }
}

@keyframes scale {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    40% {
        opacity: .6;
        filter: blur(0px);
    }
    100% {
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    }
    100% {
        box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Rozmiar czcionki dla najwyzszego diva */
#cm-oceanic-product {
    font-size: 16px;
    font-family: "Montserrat", Arial, sans-serif;
    box-sizing: border-box;
    background-image: none;
    background-position: bottom center;
    background-repeat: no-repeat;
    text-align: left;
    color: #000;
}

@media screen and (max-width: 900px) {
    #cm-oceanic-product {
        font-size: 14px;
    }
}

#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 .pc-b6-a {
    text-align: center;
    width: 100%;
    max-width: 930px;
    margin: auto;
}

#cm-oceanic-product .pc-b6-a * {
    text-align: center;
}

#cm-oceanic-product .pc-b6-a .pc-block-module {
    max-width: 1080px;
    padding: 0 1.25em;
    margin: 0 auto;
    height: inherit;
}

#cm-oceanic-product .pc-b6-a .pc-block-module .pc-relative {
    max-width: 680px;
    margin: 0 auto;
}

#cm-oceanic-product .pc-b6-a h2, #cm-oceanic-product .pc-b6-a .h2, #cm-oceanic-product .pc-b6-a .pc-h2 {
    font-size: 2.4375em;
    font-family: "Montserrat", Arial, sans-serif;
    line-height: 1.12;
    color: #E8BED6;
    letter-spacing: 0.8px;
}

#cm-oceanic-product .pc-b6-a h4, #cm-oceanic-product .pc-b6-a .h4, #cm-oceanic-product .pc-b6-a .pc-h4 {
    font-size: 1.0625em;
    font-family: "Montserrat", Arial, sans-serif;
    line-height: 1.12;
    color: #EDC984;
    letter-spacing: 0.3px;
}

@media (max-width: 767px) {
    #cm-oceanic-product {
        font-size: 14px;
    }
}

@media (max-width: 599px) {
    #cm-oceanic-product .pc-b6-a {
        text-align: center;
    }
    #cm-oceanic-product .pc-b6-a * {
        text-align: center;
    }
}

#cm-oceanic-product .pc-b6-c {
    text-align: center;
    width: 100%;
    max-width: 930px;
    margin: auto;
    box-sizing: border-box;
}

@media only screen and (max-width: 700px) {
    #cm-oceanic-product .pc-b6-c {
        padding: 0px 2em;
    }
}

#cm-oceanic-product .pc-b6-c .pc-h2 {
    font-size: 2.437em;
    font-family: "Montserrat", Arial, sans-serif;
    color: #E8BED6;
    line-height: 1.13;
    letter-spacing: 0.3px;
    text-align: center;
}

@media only screen and (max-width: 700px) {
    #cm-oceanic-product .pc-b6-c .pc-h2 {
        font-size: 2em;
    }
}

#cm-oceanic-product .pc-b6-c .pc-h2 span {
    color: #EDC984;
}

#cm-oceanic-product .pc-p6-b {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

#cm-oceanic-product .pc-p6-b .p6-list {
    padding: 0 1.25em;
}

#cm-oceanic-product .pc-p6-b .p6-list .p6-list-content {
    max-width: 25.625em;
}

#cm-oceanic-product .pc-p6-b .p6-list .p6-list-item {
    padding: 1em 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

#cm-oceanic-product .pc-p6-b .p6-list .p6-list-item .p6-list-item-container {
    position: relative;
    padding-left: 4.375em;
}

#cm-oceanic-product .pc-p6-b .p6-list .p6-list-item .p6-list-item-container .p6-list-item-content {
    border-left: 1px solid #EDC984;
    padding-left: 1.25em;
}

#cm-oceanic-product .pc-p6-b .p6-list .p6-list-item .p6-list-item-container .p6-list-counter {
    position: absolute;
    left: 0;
    top: 0;
}

#cm-oceanic-product .pc-p6-b .p6-list .p6-list-item .p6-list-item-container .p6-list-counter .pc-h1 {
    color: #E8BED6;
}

#cm-oceanic-product .pc-p6-b .p6-image {
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;
}

#cm-oceanic-product .pc-p6-b .p6-image::after {
    content: "";
    display: block;
    padding-bottom: 58.462%;
}

#cm-oceanic-product .pc-p6-b .p6-hotspots {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    width: 100%;
}

#cm-oceanic-product .pc-p6-b .p6-hotspots::after {
    content: "";
    display: block;
    padding-bottom: 58.462%;
}

#cm-oceanic-product .pc-p6-b .p6-hotspots .p6-hotspots-content {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    margin-left: 1.25em;
    z-index: 3;
}

#cm-oceanic-product .pc-p6-b .p6-functions {
    width: 100%;
    padding: 0 1em 2.5em 1em;
    margin-top: -0.5em;
    position: relative;
    z-index: 5;
    display: none;
}

#cm-oceanic-product .pc-p6-b .p6-functions .p6-functions-container {
    background-color: white;
    padding: 1.5em 1.5em 2em 1.5em;
}

#cm-oceanic-product .pc-p6-b .p6-functions .p6-functions-hotspots > div {
    display: none;
    max-width: 305px;
    margin-left: auto;
    margin-right: auto;
}

#cm-oceanic-product .pc-p6-b .p6-functions .p6-functions-hotspots > div:target {
    display: block;
}

#cm-oceanic-product .pc-p6-b .p6-functions .p6-functions-hotspots > div .pc-hotspot-popup .pc-arrow-left, #cm-oceanic-product .pc-p6-b .p6-functions .p6-functions-hotspots > div .pc-hotspot-popup .pc-arrow-right {
    display: none;
}

#cm-oceanic-product .pc-p6-b .p6-functions .p6-header {
    text-align: center;
    padding-bottom: 2em;
}

#cm-oceanic-product .pc-p6-b .p6-functions .p6-header p {
    color: #E8BED6;
}

#cm-oceanic-product .pc-p6-b .p6-functions .pc-hotspot-popup {
    padding-left: 142px;
    min-height: 90px;
    position: relative;
    z-index: 0;
}

#cm-oceanic-product .pc-p6-b .p6-functions .pc-hotspot-popup .hotspot-popup-image {
    position: absolute;
    left: 0;
    top: 0;
}

#cm-oceanic-product .pc-p6-b .p6-functions .pc-hotspot-popup .hotspot-popup-image img {
    width: 142px;
    height: 90px;
    display: block;
    padding: 0;
}

#cm-oceanic-product .pc-p6-b .p6-functions .pc-hotspot-popup .hotspot-popup-content {
    padding-left: 1.5em;
    width: 100%;
}

#cm-oceanic-product .pc-p6-b .pc-hotspot {
    display: block;
    cursor: pointer;
    width: 5em;
    height: 5em;
    position: absolute;
    border-radius: 50%;
}

#cm-oceanic-product .pc-p6-b .pc-hotspot.pc-hotspot-small {
    width: 4em;
    height: 4em;
}

#cm-oceanic-product .pc-p6-b .pc-hotspot.pc-hotspot-small .pc-hotspot-inside .pc-hotspot-inside-circle {
    width: 32px;
    height: 32px;
}

#cm-oceanic-product .pc-p6-b .pc-hotspot.pc-hotspot-01:hover ~ .p6-hotspots-content .p6-list-item {
    opacity: 0.4;
}

#cm-oceanic-product .pc-p6-b .pc-hotspot.pc-hotspot-01:hover ~ .p6-hotspots-content .p6-list-item.p6-list-item-01 {
    opacity: 1 !important;
    transform: translateX(-1em);
}

#cm-oceanic-product .pc-p6-b .pc-hotspot.pc-hotspot-02:hover ~ .p6-hotspots-content .p6-list-item {
    opacity: 0.4;
}

#cm-oceanic-product .pc-p6-b .pc-hotspot.pc-hotspot-02:hover ~ .p6-hotspots-content .p6-list-item.p6-list-item-02 {
    opacity: 1 !important;
    transform: translateX(-1em);
}

#cm-oceanic-product .pc-p6-b .pc-hotspot.pc-hotspot-03:hover ~ .p6-hotspots-content .p6-list-item {
    opacity: 0.4;
}

#cm-oceanic-product .pc-p6-b .pc-hotspot.pc-hotspot-03:hover ~ .p6-hotspots-content .p6-list-item.p6-list-item-03 {
    opacity: 1 !important;
    transform: translateX(-1em);
}

#cm-oceanic-product .pc-p6-b .pc-hotspot.pc-hotspot-04:hover ~ .p6-hotspots-content .p6-list-item {
    opacity: 0.4;
}

#cm-oceanic-product .pc-p6-b .pc-hotspot.pc-hotspot-04:hover ~ .p6-hotspots-content .p6-list-item.p6-list-item-04 {
    opacity: 1 !important;
    transform: translateX(-1em);
}

#cm-oceanic-product .pc-p6-b .pc-hotspot.pc-hotspot-05:hover ~ .p6-hotspots-content .p6-list-item {
    opacity: 0.4;
}

#cm-oceanic-product .pc-p6-b .pc-hotspot.pc-hotspot-05:hover ~ .p6-hotspots-content .p6-list-item.p6-list-item-05 {
    opacity: 1 !important;
    transform: translateX(-1em);
}

#cm-oceanic-product .pc-p6-b .pc-hotspot.pc-hotspot-06:hover ~ .p6-hotspots-content .p6-list-item {
    opacity: 0.4;
}

#cm-oceanic-product .pc-p6-b .pc-hotspot.pc-hotspot-06:hover ~ .p6-hotspots-content .p6-list-item.p6-list-item-06 {
    opacity: 1 !important;
    transform: translateX(-1em);
}

#cm-oceanic-product .pc-p6-b .pc-hotspot > img {
    transition: all 0.3s ease;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    margin-top: -9px;
    margin-left: -9px;
    padding: 0;
    transform: translate3d(0, 0, 0);
}

#cm-oceanic-product .pc-p6-b .pc-hotspot .pc-hotspot-inside .pc-hotspot-inside-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    border-radius: 50%;
    transition: all ease 0.3s;
}

#cm-oceanic-product .pc-p6-b .pc-hotspot .pc-hotspot-inside .pc-hotspot-inside-circle:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite;
    border-radius: 50%;
}

#cm-oceanic-product .pc-p6-b .pc-hotspot .pc-hotspot-inside:hover .pc-hotspot-inside-circle {
    width: 70%;
    height: 70%;
}

#cm-oceanic-product .pc-p6-b .pc-hotspot .pc-hotspot-inside:hover > img {
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px;
}

#cm-oceanic-product .pc-p6-b .pc-hotspot .pc-hotspot-inside:hover ~ .pc-hotspot-popup {
    opacity: 1;
    margin-left: 0px;
    z-index: 1000;
}

#cm-oceanic-product .pc-p6-b .pc-hotspot .pc-hotspot-inside:hover ~ .pc-hotspot-popup.pc-hotspot-popup-left {
    margin-left: auto;
    margin-right: 0px;
}

#cm-oceanic-product .pc-p6-b .pc-hotspot .pc-hotspot-inside > img, #cm-oceanic-product .pc-p6-b .pc-hotspot .pc-hotspot-inside > p {
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 12;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
    padding: 0;
}

#cm-oceanic-product .pc-p6-b .pc-hotspot .pc-hotspot-inside > p {
    font-weight: bold;
    color: white;
    margin-top: -10px;
}

#cm-oceanic-product .pc-p6-b .pc-hotspot .pc-hotspot-popup {
    position: absolute;
    left: 104px;
    top: -2px;
    z-index: 3;
    opacity: 0;
    margin-left: -10px;
    background-color: white;
    padding: 1.5em;
    transition: opacity 0.3s ease, margin 0.3s ease;
    box-shadow: 0px 10px 45px -5px rgba(0, 0, 0, 0.16);
}

#cm-oceanic-product .pc-p6-b .pc-hotspot .pc-hotspot-popup.pc-hotspot-popup-left {
    left: auto;
    right: -120px;
    margin-left: auto;
    margin-right: -10px;
    transform: translateX(-100%);
}

#cm-oceanic-product .pc-p6-b .pc-hotspot .pc-hotspot-popup .hotspot-popup-image {
    width: 176px;
    height: 112px;
    display: block;
    margin-bottom: 1em;
}

#cm-oceanic-product .pc-p6-b .pc-hotspot .pc-hotspot-popup .hotspot-popup-image img {
    width: 100%;
}

#cm-oceanic-product .pc-p6-b .pc-hotspot .pc-hotspot-popup .pc-arrow-left {
    position: absolute;
    left: -17px;
    top: 25px;
}

#cm-oceanic-product .pc-p6-b .pc-hotspot .pc-hotspot-popup .pc-arrow-right {
    position: absolute;
    right: -17px;
    top: 25px;
}

#cm-oceanic-product .pc-p6-b h1, #cm-oceanic-product .pc-p6-b .h1, #cm-oceanic-product .pc-p6-b .pc-h1 {
    font-size: 3.0625em;
    font-family: 'Arial';
    font-weight: 600;
    line-height: 1.0612244898;
    color: #3e3e40;
    letter-spacing: 0px;
}

#cm-oceanic-product .pc-p6-b h5, #cm-oceanic-product .pc-p6-b .h5, #cm-oceanic-product .pc-p6-b .pc-h5 {
    font-size: 1.25em;
    font-family: 'Arial';
    font-weight: 600;
    line-height: 1.2;
    color: #2699fb;
    letter-spacing: 0px;
}

#cm-oceanic-product .pc-p6-b .pc-arrow-up {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid white;
}

#cm-oceanic-product .pc-p6-b .pc-arrow-down {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid white;
}

#cm-oceanic-product .pc-p6-b .pc-arrow-right {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid white;
}

#cm-oceanic-product .pc-p6-b .pc-arrow-left {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid white;
}

@media (min-width: 801px) and (max-width: 1229px) {
    #cm-oceanic-product .pc-p6.pc-p6-a .p6-table {
        display: block;
        display: block;
        max-width: 500px;
        margin: 0 auto;
    }
    #cm-oceanic-product .pc-p6.pc-p6-a .p6-table .p6-cell {
        display: block;
        width: 100%;
    }
    #cm-oceanic-product .pc-p6.pc-p6-a .p6-table .p6-cell .p6-cell-content {
        padding-left: 0;
    }
    #cm-oceanic-product .pc-p6.pc-p6-a .p6-table .p6-cell .p6-cell-content.p6-cell-content-rwd {
        visibility: visible;
    }
    #cm-oceanic-product .pc-p6.pc-p6-a .p6-table .p6-cell .p6-hotspots .p6-hotspots-content {
        display: none;
    }
    #cm-oceanic-product .pc-p6.pc-p6-a .p6-table .p6-cell .p6-cell-container {
        margin-right: 0;
    }
    #cm-oceanic-product .pc-p6 .p6-list {
        padding: 1.25em 1.25em 0 1.25em;
    }
    #cm-oceanic-product .pc-p6 .p6-list .p6-list-content {
        max-width: none;
    }
}

@media (max-width: 800px) {
    #cm-oceanic-product .pc-p6.pc-p6-a .p6-table {
        display: block;
        max-width: 500px;
        margin: 0 auto;
    }
    #cm-oceanic-product .pc-p6.pc-p6-a .p6-table .p6-cell {
        display: block;
        width: 100%;
    }
    #cm-oceanic-product .pc-p6.pc-p6-a .p6-table .p6-cell .p6-cell-content {
        padding-left: 0;
    }
    #cm-oceanic-product .pc-p6.pc-p6-a .p6-table .p6-cell .p6-cell-content.p6-cell-content-rwd {
        visibility: visible;
    }
    #cm-oceanic-product .pc-p6.pc-p6-a .p6-table .p6-cell .p6-hotspots .p6-hotspots-content {
        display: none;
    }
    #cm-oceanic-product .pc-p6.pc-p6-a .p6-table .p6-cell .p6-cell-container {
        margin-right: 0;
    }
    #cm-oceanic-product .pc-p6 .p6-list {
        padding: 1.25em 1.25em 0 1.25em;
    }
    #cm-oceanic-product .pc-p6 .p6-list .p6-list-item .p6-list-item-container .p6-list-item-content p {
        font-size: 12px;
    }
    #cm-oceanic-product .pc-p6 .p6-list .p6-list-content {
        max-width: none;
    }
}

@media (max-width: 767px) {
    #cm-oceanic-product {
        font-size: 14px;
    }
    #cm-oceanic-product .pc-p6 .p6-list .p6-list-item .p6-list-item-container {
        padding-left: 3.375em;
    }
}

@media (max-width: 599px) {
    #cm-oceanic-product .pc-hotspot .pc-hotspot-inside:hover .pc-hotspot-inside-circle {
        width: 60%;
        height: 60%;
    }
    #cm-oceanic-product .pc-hotspot .pc-hotspot-inside:hover > img {
        width: 18px;
        height: 18px;
        margin-left: -9px;
        margin-top: -9px;
    }
    #cm-oceanic-product .pc-hotspot .pc-hotspot-inside:hover ~ .pc-hotspot-popup {
        opacity: 0;
        margin-left: -10px;
    }
    #cm-oceanic-product .pc-hotspot .pc-hotspot-inside:hover ~ .pc-hotspot-popup.pc-hotspot-popup-left {
        margin-left: auto;
        margin-right: -10px;
    }
    #cm-oceanic-product .pc-hotspot .pc-hotspot-popup {
        display: none;
    }
    #cm-oceanic-product .pc-p6 .p6-functions {
        display: block;
    }
    #cm-oceanic-product .pc-p6 .p6-image {
        position: relative;
        overflow: hidden;
    }
}

@media (max-width: 375px) {
    #cm-oceanic-product .pc-p6 .p6-functions {
        display: block;
    }
    #cm-oceanic-product .pc-p6 .p6-functions .pc-hotspot-popup {
        padding-left: 0;
        min-height: 0;
    }
    #cm-oceanic-product .pc-p6 .p6-functions .pc-hotspot-popup .hotspot-popup-image {
        position: static;
        padding-bottom: 1em;
    }
    #cm-oceanic-product .pc-p6 .p6-functions .pc-hotspot-popup .hotspot-popup-content {
        padding-left: 0;
    }
}

#cm-oceanic-product .pc-p10 .pc-block-module {
    max-width: 1080px;
    padding: 0 1.25em;
    margin: 0 auto;
    height: inherit;
}

#cm-oceanic-product .pc-p10 .pc-block-module .pc-relative {
    height: inherit;
    position: relative;
}

#cm-oceanic-product .pc-p10 .pc-flex {
    display: flex;
    flex-wrap: wrap;
}

#cm-oceanic-product .pc-p10 .pc-icon {
    width: 5em;
    height: 5em;
    display: block;
    margin: 0 auto 0.5em auto;
    float: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#cm-oceanic-product .pc-p10 .pc-icon.pc-icon-left {
    margin-left: 0;
}

#cm-oceanic-product .pc-p10 .pc-icon.pc-icon-spacing {
    margin-bottom: 2em;
}

#cm-oceanic-product .pc-p10 .pc-icon img {
    width: 100%;
    display: block;
    height: auto;
    padding: 0;
    margin: 0;
}

#cm-oceanic-product .pc-p10 .h3, #cm-oceanic-product .pc-p10 .pc-h3 {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 1.5625em;
    line-height: 1.38;
    text-transform: uppercase;
    color: #E8BED6;
}

@media (max-width: 600px) {
    #cm-oceanic-product .pc-p10 .h3 br, #cm-oceanic-product .pc-p10 .pc-h3 br {
        display: none;
    }
}

#cm-oceanic-product .pc-p10 p {
    font-family: Arial;
    font-size: 1em;
    line-height: 1.24;
    color: #211f20;
    margin: 0.8em 0px;
}

#cm-oceanic-product .pc-p10.pc-hoverable .item {
    cursor: pointer;
}

#cm-oceanic-product .pc-p10.pc-hoverable .item .item-content.item-content-abs {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    transition: box-shadow ease 0.3s, max-height ease 0.3s, transform ease 0.3s, background-color ease 0.3s;
}

#cm-oceanic-product .pc-p10.pc-hoverable .item .item-content.item-content-abs p {
    opacity: 0;
    max-height: 0;
    transition: opacity ease 0.3s, max-height ease 0.3s;
    overflow: hidden;
}

#cm-oceanic-product .pc-p10.pc-hoverable .item:hover {
    outline: 0;
}

#cm-oceanic-product .pc-p10.pc-hoverable .item:hover .item-content {
    box-shadow: none;
}

#cm-oceanic-product .pc-p10.pc-hoverable .item:hover .item-content.item-content-abs {
    background-color: white;
    z-index: 2;
    box-shadow: 0px 10px 45px -5px rgba(0, 0, 0, 0.16);
}

#cm-oceanic-product .pc-p10.pc-hoverable .item:hover .item-content.item-content-abs p {
    opacity: 1;
    max-height: 19em;
}

#cm-oceanic-product .pc-p10.p10-4 .item .item-content {
    padding: 1em 0.625em 0 0.625em;
    box-sizing: border-box;
}

#cm-oceanic-product .pc-p10.p10-4 .item .item-content.item-content-abs {
    padding: 1em 0.625em 1em 0.625em;
}

#cm-oceanic-product .pc-p10.p10-4 .pc-col {
    width: 25%;
}

#cm-oceanic-product .pc-p10 .item-row {
    margin-top: -1.25em;
    margin-bottom: -1.25em;
}

#cm-oceanic-product .pc-p10 .item {
    text-align: center;
    position: relative;
    margin: 1.25em auto;
}

#cm-oceanic-product .pc-p10 .item * {
    text-align: center;
}

#cm-oceanic-product .pc-p10 .item:hover .item-content {
    transform: translateY(1em);
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.16);
}

#cm-oceanic-product .pc-p10 .item .item-content {
    padding: 1em 1em 0 1em;
    transition: box-shadow ease 0.3s, transform ease 0.3s, background-color ease 0.3s;
}

#cm-oceanic-product .pc-p10 .item .item-content.item-content-abs {
    padding: 1em 1em 1em 1em;
}

@media (min-width: 801px) and (max-width: 1229px) {
    #cm-oceanic-product .pc-p10.p10-3 .pc-col {
        flex-basis: 215px;
    }
    #cm-oceanic-product .pc-p10.p10-4 .pc-col {
        flex-basis: 378px;
    }
    #cm-oceanic-product .pc-p10.p10-6 .pc-col {
        flex-basis: 340px;
    }
}

@media (max-width: 960px) {
    #cm-oceanic-product .pc-b10.pc-b10-3 .pc-relative > table > tbody > tr > td:nth-child(2), #cm-oceanic-product .pc-b10.pc-b10-3 .pc-relative > table > tbody > tr > td:nth-child(3), #cm-oceanic-product .pc-b10.pc-b10-3 .pc-relative > table > tbody > tr > td:nth-child(4) {
        width: 12em;
    }
}

@media (max-width: 899px) {
    #cm-oceanic-product .pc-b10.pc-b10-2 table tr td:nth-child(2), #cm-oceanic-product .pc-b10.pc-b10-2 table tr td:nth-child(3) {
        width: 18em;
    }
    #cm-oceanic-product .pc-b10.pc-b10-3 table tr td:nth-child(2), #cm-oceanic-product .pc-b10.pc-b10-3 table tr td:nth-child(3), #cm-oceanic-product .pc-b10.pc-b10-3 table tr td:nth-child(4) {
        width: 14.375em;
    }
}

@media (max-width: 829px) {
    #cm-oceanic-product .pc-b10.pc-b10-2 table tr td:nth-child(2), #cm-oceanic-product .pc-b10.pc-b10-2 table tr td:nth-child(3) {
        width: 14em;
    }
    #cm-oceanic-product .pc-b10.pc-b10-3 .pc-relative .pc-circle-navigation {
        display: block;
    }
    #cm-oceanic-product .pc-b10.pc-b10-3 .pc-relative .pc-horizontal-scroll {
        overflow-x: scroll;
    }
    #cm-oceanic-product .pc-b10.pc-b10-3 .pc-relative .pc-horizontal-scroll > table > tbody > tr.pc-b10-separator > td {
        padding: 0;
    }
    #cm-oceanic-product .pc-b10.pc-b10-3 .pc-relative .pc-horizontal-scroll > table > tbody > tr > td {
        min-width: 296px;
        padding: 1em;
    }
    #cm-oceanic-product .pc-b10.pc-b10-3 .pc-relative .pc-horizontal-scroll > table > tbody > tr > td:nth-child(1) {
        display: none;
    }
    #cm-oceanic-product .pc-b10.pc-b10-3 .pc-relative .pc-horizontal-scroll > table > tbody > tr > th {
        padding: 1em;
    }
    #cm-oceanic-product .pc-b10.pc-b10-3 .pc-relative .pc-horizontal-scroll > table > tbody > tr > th:nth-child(1) {
        display: none;
    }
    #cm-oceanic-product .pc-b10.pc-b10-3 .pc-relative .pc-horizontal-scroll > table > tbody > tr > td:nth-child(3) {
        border-right: 1px solid #F2F3F5;
    }
    #cm-oceanic-product .pc-b10.pc-b10-3 .pc-relative .pc-horizontal-scroll > table > tbody > tr > th:nth-child(3) {
        border-right: 1px solid #F2F3F5;
    }
    #cm-oceanic-product .pc-b10.pc-b10-3 table tr th:nth-child(2) {
        background-color: transparent;
    }
    #cm-oceanic-product .pc-b10.pc-b10-3 .pc-b10-image img {
        max-width: 126px;
    }
    #cm-oceanic-product .pc-b10.pc-b10-3 .pc-b10-container {
        padding: 0;
    }
    #cm-oceanic-product .pc-b10.pc-b10-3 .pc-b10-hidden-tab {
        display: block;
    }
    #cm-oceanic-product .pc-b10.pc-b10-3 .pc-b10-2-rwd-none {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 829px) {
    #cm-oceanic-product .pc-b10.pc-b10-2 .pc-b10-thead .pc-table {
        display: block;
    }
    #cm-oceanic-product .pc-b10.pc-b10-2 .pc-b10-thead .pc-table .pc-table-cell {
        display: block;
    }
    #cm-oceanic-product .pc-b10.pc-b10-2 .pc-b10-thead .pc-table .pc-table-cell .pc-b10-image img {
        margin: 0 auto;
    }
    #cm-oceanic-product .pc-b10.pc-b10-2 .pc-b10-thead .pc-b10-thead-text {
        padding-left: 0;
        padding-top: 1em;
    }
    #cm-oceanic-product .pc-b10.pc-b10-2 .pc-b10-thead .pc-b10-thead-text .pc-h4 {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    #cm-oceanic-product .pc-p10.p10-3 .pc-col {
        flex-basis: 226px;
    }
    #cm-oceanic-product .pc-p10.p10-4 .pc-col {
        flex-basis: 340px;
    }
    #cm-oceanic-product .pc-p10.p10-6 .pc-col {
        flex-basis: 340px;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    #cm-oceanic-product .pc-p10.p10-3 .pc-col {
        flex-basis: 226px;
    }
    #cm-oceanic-product .pc-p10.p10-4 .pc-col {
        flex-basis: 282px;
    }
    #cm-oceanic-product .pc-p10.p10-6 .pc-col {
        flex-basis: 282px;
    }
}

@media (max-width: 767px) {
    #cm-oceanic-product {
        font-size: 14px;
    }
    #cm-oceanic-product .pc-b10.pc-b10-2 .pc-relative .pc-circle-navigation {
        display: block;
    }
    #cm-oceanic-product .pc-b10.pc-b10-2 .pc-relative .pc-horizontal-scroll {
        overflow-x: scroll;
    }
    #cm-oceanic-product .pc-b10.pc-b10-2 .pc-relative .pc-horizontal-scroll > table > tbody > tr.pc-b10-separator > td {
        padding: 0;
    }
    #cm-oceanic-product .pc-b10.pc-b10-2 .pc-relative .pc-horizontal-scroll > table > tbody > tr > td {
        min-width: 296px;
        padding: 1em;
    }
    #cm-oceanic-product .pc-b10.pc-b10-2 .pc-relative .pc-horizontal-scroll > table > tbody > tr > td:nth-child(1) {
        display: none;
    }
    #cm-oceanic-product .pc-b10.pc-b10-2 .pc-relative .pc-horizontal-scroll > table > tbody > tr > th {
        padding: 1em;
    }
    #cm-oceanic-product .pc-b10.pc-b10-2 .pc-relative .pc-horizontal-scroll > table > tbody > tr > th:nth-child(1) {
        display: none;
    }
    #cm-oceanic-product .pc-b10.pc-b10-2 table tr th:nth-child(2) {
        background-color: transparent;
    }
    #cm-oceanic-product .pc-b10.pc-b10-2 .pc-b10-image img {
        max-width: 126px;
    }
    #cm-oceanic-product .pc-b10.pc-b10-2 .pc-b10-container {
        padding: 0;
    }
    #cm-oceanic-product .pc-b10.pc-b10-2 .pc-b10-hidden-tab {
        display: block;
    }
    #cm-oceanic-product .pc-b10.pc-b10-2 .pc-b10-2-rwd-none {
        display: none !important;
    }
}

@media (max-width: 599px) {
    #cm-oceanic-product .pc-p10.p10-3 .pc-col {
        flex-basis: 320px;
    }
    #cm-oceanic-product .pc-p10.p10-4 .pc-col {
        flex-basis: 250px;
    }
    #cm-oceanic-product .pc-p10.p10-6 .pc-col {
        flex-basis: 160px;
    }
    #cm-oceanic-product .pc-p10.pc-hoverable .item:hover .item-content {
        transform: translateY(0);
    }
    #cm-oceanic-product .pc-p10.pc-hoverable .item:hover .item-content.item-content-abs {
        max-height: none;
        box-shadow: none;
    }
    #cm-oceanic-product .pc-p10.pc-hoverable .item:hover .item-content.item-content-abs p {
        opacity: 1;
        max-height: none;
    }
    #cm-oceanic-product .pc-p10.pc-hoverable .item * {
        text-align: left;
    }
    #cm-oceanic-product .pc-p10.pc-hoverable .item .item-content {
        display: none;
    }
    #cm-oceanic-product .pc-p10.pc-hoverable .item .item-content.item-content-abs {
        display: block;
        max-height: none;
        position: relative;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    #cm-oceanic-product .pc-p10.pc-hoverable .item .item-content.item-content-abs p {
        opacity: 1;
        max-height: none;
    }
}

#cm-oceanic-product .pc-b11 {
    width: 100%;
    max-width: 930px;
    margin: auto;
}

#cm-oceanic-product .pc-b11 .pc-block-module {
    max-width: 1080px;
    padding: 0 1.25em;
    margin: 0 auto;
    height: inherit;
    display: flex;
    flex-wrap: nowrap;
}

#cm-oceanic-product .pc-b11 .pc-image, #cm-oceanic-product .pc-b11 .pc-text {
    width: 50%;
    box-sizing: border-box;
}

#cm-oceanic-product .pc-b11 .pc-image {
    text-align: center;
}

#cm-oceanic-product .pc-b11 .pc-image img {
    max-width: 100%;
}

#cm-oceanic-product .pc-b11 .pc-text {
    padding-left: 1.25em;
    padding-right: 1.25em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#cm-oceanic-product .pc-b11 .h3 {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 1.5625em;
    line-height: 1.2;
    text-align: left;
}

#cm-oceanic-product .pc-b11 .pc-description {
    padding-top: 2em;
}

#cm-oceanic-product .pc-b11 p {
    font-family: Arial;
    font-size: 1em;
    line-height: 1.38;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: left;
}

#cm-oceanic-product .pc-b11 p.caption {
    color: #EDC984;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1;
    font-weight: bold;
}

#cm-oceanic-product .pc-b11.pc-b11-b .pc-text {
    text-align: right;
}

#cm-oceanic-product .pc-b11.pc-b11-b .pc-description {
    order: 1;
    text-align: right;
}

#cm-oceanic-product .pc-b11.pc-b11-b .pc-image {
    order: 2;
}

#cm-oceanic-product .pc-b11.pc-b11-b .h3, #cm-oceanic-product .pc-b11.pc-b11-b p {
    text-align: right;
}

@media (max-width: 800px) {
    #cm-oceanic-product .pc-b11 .pc-block-module {
        display: block;
        margin: 0 auto;
    }
    #cm-oceanic-product .pc-b11 .pc-block-module .pc-image, #cm-oceanic-product .pc-b11 .pc-block-module .pc-text {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        box-sizing: border-box;
    }
}

#cm-oceanic-product .cm-slider {
    position: relative;
    width: 100%;
    max-width: 930px;
    margin: auto;
}

#cm-oceanic-product .cm-slider input[type="radio"] {
    display: none;
}

#cm-oceanic-product .cm-slider .arrow-right, #cm-oceanic-product .cm-slider .arrow-left {
    width: 5%;
    position: absolute;
}

#cm-oceanic-product .cm-slider .arrow-right label, #cm-oceanic-product .cm-slider .arrow-left label {
    display: none;
    cursor: pointer;
}

#cm-oceanic-product .cm-slider .arrow-right label img, #cm-oceanic-product .cm-slider .arrow-left label img {
    width: 30px;
}

#cm-oceanic-product .cm-slider .arrow-left {
    top: 30%;
}

@media only screen and (max-width: 600px) {
    #cm-oceanic-product .cm-slider .arrow-left {
        display: none;
    }
}

#cm-oceanic-product .cm-slider .arrow-right {
    top: 30%;
    right: 0px;
    text-align: right;
}

@media only screen and (max-width: 600px) {
    #cm-oceanic-product .cm-slider .arrow-right {
        display: none;
    }
}

#cm-oceanic-product .cm-slider .slider {
    position: relative;
    overflow: hidden;
    width: 90%;
    margin: auto;
}

#cm-oceanic-product .cm-slider .slider .slider-box {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    aligin-items: center;
    height: 0px;
    opacity: 0;
}

#cm-oceanic-product .cm-slider .slider .slider-box .slider-lp {
    width: 33%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

#cm-oceanic-product .cm-slider .slider .slider-box .slider-lp img {
    width: 80%;
}

#cm-oceanic-product .cm-slider .slider .slider-box .slider-lp p {
    margin: 16px;
    font-family: "Montserrat", Arial, sans-serif;
    color: #E8BED6;
    font-size: 25px;
    text-align: center;
    opacity: 0;
    line-height: 1.24;
}

#cm-oceanic-product .cm-slider .slider .slider-dots {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    width: 100%;
}

#cm-oceanic-product .cm-slider .slider .slider-dots label {
    width: 1em;
    height: 1em;
    border-radius: 15px;
    background-color: #EDC984;
    border: 2px solid #EDC984;
    margin: 2em 0.5em;
}

#cm-oceanic-product .cm-slider .slider .slider-dots label:hover {
    cursor: pointer;
    background-color: white;
}

@media only screen and (max-width: 600px) {
    #cm-oceanic-product .cm-slider .slider.slider-no-rwd {
        display: none;
    }
}

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

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

#cm-oceanic-product .cm-slider .slider.slider-rwd .slider-box {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    aligin-items: center;
    height: 0px;
    opacity: 0;
}

#cm-oceanic-product .cm-slider .slider.slider-rwd .slider-box .slider-lp {
    width: 92%;
    margin: 0px 4%;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
    background-color: #fff;
}

#cm-oceanic-product .cm-slider .slider.slider-rwd .slider-box .slider-lp img {
    width: 80%;
}

#cm-oceanic-product .cm-slider .slider.slider-rwd .slider-box .slider-lp p {
    margin: 16px;
    font-family: "Montserrat", Arial, sans-serif;
    color: #E8BED6;
    font-size: 20px;
    text-align: center;
    opacity: 1;
    line-height: 1.24;
}

#cm-oceanic-product .cm-slider #slide-input-2-1:checked ~ .arrow-left #cm-slide-sc-0 {
    display: block;
}

#cm-oceanic-product .cm-slider #slide-input-2-1:checked ~ .arrow-right label:nth-of-type(2) {
    display: block;
}

#cm-oceanic-product .cm-slider #slide-input-2-1:checked ~ .slider #slide-2-1 {
    height: auto;
    opacity: 1;
    transition: all ease 0.5s;
}

#cm-oceanic-product .cm-slider #slide-input-2-1:checked ~ .slider #slide-2-1 div:nth-child(2) {
    box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
    background-color: #ffffff;
}

#cm-oceanic-product .cm-slider #slide-input-2-1:checked ~ .slider #slide-2-1 div:nth-child(2) img {
    width: 90%;
}

#cm-oceanic-product .cm-slider #slide-input-2-1:checked ~ .slider #slide-2-1 div:nth-child(2) p {
    opacity: 1;
}

#cm-oceanic-product .cm-slider #slide-input-2-1:checked ~ .slider .slider-dots label:nth-of-type(1) {
    background-color: white;
}

#cm-oceanic-product .cm-slider #slide-input-2-2:checked ~ .arrow-left #cm-slide-sc-1 {
    display: block;
}

#cm-oceanic-product .cm-slider #slide-input-2-2:checked ~ .arrow-right label:nth-of-type(3) {
    display: block;
}

#cm-oceanic-product .cm-slider #slide-input-2-2:checked ~ .slider #slide-2-2 {
    height: auto;
    opacity: 1;
    transition: all ease 0.5s;
}

#cm-oceanic-product .cm-slider #slide-input-2-2:checked ~ .slider #slide-2-2 div:nth-child(2) {
    box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
    background-color: #ffffff;
}

#cm-oceanic-product .cm-slider #slide-input-2-2:checked ~ .slider #slide-2-2 div:nth-child(2) img {
    width: 90%;
}

#cm-oceanic-product .cm-slider #slide-input-2-2:checked ~ .slider #slide-2-2 div:nth-child(2) p {
    opacity: 1;
}

#cm-oceanic-product .cm-slider #slide-input-2-2:checked ~ .slider .slider-dots label:nth-of-type(2) {
    background-color: white;
}

#cm-oceanic-product .cm-slider #slide-input-2-3:checked ~ .arrow-left #cm-slide-sc-2 {
    display: block;
}

#cm-oceanic-product .cm-slider #slide-input-2-3:checked ~ .arrow-right label:nth-of-type(4) {
    display: block;
}

#cm-oceanic-product .cm-slider #slide-input-2-3:checked ~ .slider #slide-2-3 {
    height: auto;
    opacity: 1;
    transition: all ease 0.5s;
}

#cm-oceanic-product .cm-slider #slide-input-2-3:checked ~ .slider #slide-2-3 div:nth-child(2) {
    box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
    background-color: #ffffff;
}

#cm-oceanic-product .cm-slider #slide-input-2-3:checked ~ .slider #slide-2-3 div:nth-child(2) img {
    width: 90%;
}

#cm-oceanic-product .cm-slider #slide-input-2-3:checked ~ .slider #slide-2-3 div:nth-child(2) p {
    opacity: 1;
}

#cm-oceanic-product .cm-slider #slide-input-2-3:checked ~ .slider .slider-dots label:nth-of-type(3) {
    background-color: white;
}

#cm-oceanic-product .cm-slider #slide-input-2-4:checked ~ .arrow-left #cm-slide-sc-3 {
    display: block;
}

#cm-oceanic-product .cm-slider #slide-input-2-4:checked ~ .arrow-right label:nth-of-type(5) {
    display: block;
}

#cm-oceanic-product .cm-slider #slide-input-2-4:checked ~ .slider #slide-2-4 {
    height: auto;
    opacity: 1;
    transition: all ease 0.5s;
}

#cm-oceanic-product .cm-slider #slide-input-2-4:checked ~ .slider #slide-2-4 div:nth-child(2) {
    box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
    background-color: #ffffff;
}

#cm-oceanic-product .cm-slider #slide-input-2-4:checked ~ .slider #slide-2-4 div:nth-child(2) img {
    width: 90%;
}

#cm-oceanic-product .cm-slider #slide-input-2-4:checked ~ .slider #slide-2-4 div:nth-child(2) p {
    opacity: 1;
}

#cm-oceanic-product .cm-slider #slide-input-2-4:checked ~ .slider .slider-dots label:nth-of-type(4) {
    background-color: white;
}

#cm-oceanic-product .cm-slider #slide-input-2-5:checked ~ .arrow-left #cm-slide-sc-4 {
    display: block;
}

#cm-oceanic-product .cm-slider #slide-input-2-5:checked ~ .arrow-right label:nth-of-type(6) {
    display: block;
}

#cm-oceanic-product .cm-slider #slide-input-2-5:checked ~ .slider #slide-2-5 {
    height: auto;
    opacity: 1;
    transition: all ease 0.5s;
}

#cm-oceanic-product .cm-slider #slide-input-2-5:checked ~ .slider #slide-2-5 div:nth-child(2) {
    box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
    background-color: #ffffff;
}

#cm-oceanic-product .cm-slider #slide-input-2-5:checked ~ .slider #slide-2-5 div:nth-child(2) img {
    width: 90%;
}

#cm-oceanic-product .cm-slider #slide-input-2-5:checked ~ .slider #slide-2-5 div:nth-child(2) p {
    opacity: 1;
}

#cm-oceanic-product .cm-slider #slide-input-2-5:checked ~ .slider .slider-dots label:nth-of-type(5) {
    background-color: white;
}

#cm-oceanic-product .cm-slider #slide-input-2-6:checked ~ .arrow-left #cm-slide-sc-5 {
    display: block;
}

#cm-oceanic-product .cm-slider #slide-input-2-6:checked ~ .arrow-right label:nth-of-type(7) {
    display: block;
}

#cm-oceanic-product .cm-slider #slide-input-2-6:checked ~ .slider #slide-2-6 {
    height: auto;
    opacity: 1;
    transition: all ease 0.5s;
}

#cm-oceanic-product .cm-slider #slide-input-2-6:checked ~ .slider #slide-2-6 div:nth-child(2) {
    box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
    background-color: #ffffff;
}

#cm-oceanic-product .cm-slider #slide-input-2-6:checked ~ .slider #slide-2-6 div:nth-child(2) img {
    width: 90%;
}

#cm-oceanic-product .cm-slider #slide-input-2-6:checked ~ .slider #slide-2-6 div:nth-child(2) p {
    opacity: 1;
}

#cm-oceanic-product .cm-slider #slide-input-2-6:checked ~ .slider .slider-dots label:nth-of-type(6) {
    background-color: white;
}

#cm-oceanic-product .cm-slider #slide-input-2-7:checked ~ .arrow-left #cm-slide-sc-6 {
    display: block;
}

#cm-oceanic-product .cm-slider #slide-input-2-7:checked ~ .arrow-right label:nth-of-type(8) {
    display: block;
}

#cm-oceanic-product .cm-slider #slide-input-2-7:checked ~ .slider #slide-2-7 {
    height: auto;
    opacity: 1;
    transition: all ease 0.5s;
}

#cm-oceanic-product .cm-slider #slide-input-2-7:checked ~ .slider #slide-2-7 div:nth-child(2) {
    box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
    background-color: #ffffff;
}

#cm-oceanic-product .cm-slider #slide-input-2-7:checked ~ .slider #slide-2-7 div:nth-child(2) img {
    width: 90%;
}

#cm-oceanic-product .cm-slider #slide-input-2-7:checked ~ .slider #slide-2-7 div:nth-child(2) p {
    opacity: 1;
}

#cm-oceanic-product .cm-slider #slide-input-2-7:checked ~ .slider .slider-dots label:nth-of-type(7) {
    background-color: white;
}

#cm-oceanic-product .cm-slider #slide-input-2-8:checked ~ .arrow-left #cm-slide-sc-7 {
    display: block;
}

#cm-oceanic-product .cm-slider #slide-input-2-8:checked ~ .arrow-right label:nth-of-type(9) {
    display: block;
}

#cm-oceanic-product .cm-slider #slide-input-2-8:checked ~ .slider #slide-2-8 {
    height: auto;
    opacity: 1;
    transition: all ease 0.5s;
}

#cm-oceanic-product .cm-slider #slide-input-2-8:checked ~ .slider #slide-2-8 div:nth-child(2) {
    box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
    background-color: #ffffff;
}

#cm-oceanic-product .cm-slider #slide-input-2-8:checked ~ .slider #slide-2-8 div:nth-child(2) img {
    width: 90%;
}

#cm-oceanic-product .cm-slider #slide-input-2-8:checked ~ .slider #slide-2-8 div:nth-child(2) p {
    opacity: 1;
}

#cm-oceanic-product .cm-slider #slide-input-2-8:checked ~ .slider .slider-dots label:nth-of-type(8) {
    background-color: white;
}

#cm-oceanic-product .cm-slider #slide-input-2-9:checked ~ .arrow-left #cm-slide-sc-8 {
    display: block;
}

#cm-oceanic-product .cm-slider #slide-input-2-9:checked ~ .arrow-right label:nth-of-type(10) {
    display: block;
}

#cm-oceanic-product .cm-slider #slide-input-2-9:checked ~ .slider #slide-2-9 {
    height: auto;
    opacity: 1;
    transition: all ease 0.5s;
}

#cm-oceanic-product .cm-slider #slide-input-2-9:checked ~ .slider #slide-2-9 div:nth-child(2) {
    box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
    background-color: #ffffff;
}

#cm-oceanic-product .cm-slider #slide-input-2-9:checked ~ .slider #slide-2-9 div:nth-child(2) img {
    width: 90%;
}

#cm-oceanic-product .cm-slider #slide-input-2-9:checked ~ .slider #slide-2-9 div:nth-child(2) p {
    opacity: 1;
}

#cm-oceanic-product .cm-slider #slide-input-2-9:checked ~ .slider .slider-dots label:nth-of-type(9) {
    background-color: white;
}

#cm-oceanic-product .cm-slider #slide-input-2-10:checked ~ .arrow-left #cm-slide-sc-9 {
    display: block;
}

#cm-oceanic-product .cm-slider #slide-input-2-10:checked ~ .arrow-right label:nth-of-type(11) {
    display: block;
}

#cm-oceanic-product .cm-slider #slide-input-2-10:checked ~ .slider #slide-2-10 {
    height: auto;
    opacity: 1;
    transition: all ease 0.5s;
}

#cm-oceanic-product .cm-slider #slide-input-2-10:checked ~ .slider #slide-2-10 div:nth-child(2) {
    box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
    background-color: #ffffff;
}

#cm-oceanic-product .cm-slider #slide-input-2-10:checked ~ .slider #slide-2-10 div:nth-child(2) img {
    width: 90%;
}

#cm-oceanic-product .cm-slider #slide-input-2-10:checked ~ .slider #slide-2-10 div:nth-child(2) p {
    opacity: 1;
}

#cm-oceanic-product .cm-slider #slide-input-2-10:checked ~ .slider .slider-dots label:nth-of-type(10) {
    background-color: white;
}

#cm-oceanic-product .cm-slider #slide-input-2-11:checked ~ .arrow-left #cm-slide-sc-10 {
    display: block;
}

#cm-oceanic-product .cm-slider #slide-input-2-11:checked ~ .arrow-right label:nth-of-type(12) {
    display: block;
}

#cm-oceanic-product .cm-slider #slide-input-2-11:checked ~ .slider #slide-2-11 {
    height: auto;
    opacity: 1;
    transition: all ease 0.5s;
}

#cm-oceanic-product .cm-slider #slide-input-2-11:checked ~ .slider #slide-2-11 div:nth-child(2) {
    box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
    background-color: #ffffff;
}

#cm-oceanic-product .cm-slider #slide-input-2-11:checked ~ .slider #slide-2-11 div:nth-child(2) img {
    width: 90%;
}

#cm-oceanic-product .cm-slider #slide-input-2-11:checked ~ .slider #slide-2-11 div:nth-child(2) p {
    opacity: 1;
}

#cm-oceanic-product .cm-slider #slide-input-2-11:checked ~ .slider .slider-dots label:nth-of-type(11) {
    background-color: white;
}

#cm-oceanic-product .cm-slider #slide-input-2-12:checked ~ .arrow-left #cm-slide-sc-11 {
    display: block;
}

#cm-oceanic-product .cm-slider #slide-input-2-12:checked ~ .arrow-right label:nth-of-type(13) {
    display: block;
}

#cm-oceanic-product .cm-slider #slide-input-2-12:checked ~ .slider #slide-2-12 {
    height: auto;
    opacity: 1;
    transition: all ease 0.5s;
}

#cm-oceanic-product .cm-slider #slide-input-2-12:checked ~ .slider #slide-2-12 div:nth-child(2) {
    box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
    background-color: #ffffff;
}

#cm-oceanic-product .cm-slider #slide-input-2-12:checked ~ .slider #slide-2-12 div:nth-child(2) img {
    width: 90%;
}

#cm-oceanic-product .cm-slider #slide-input-2-12:checked ~ .slider #slide-2-12 div:nth-child(2) p {
    opacity: 1;
}

#cm-oceanic-product .cm-slider #slide-input-2-12:checked ~ .slider .slider-dots label:nth-of-type(12) {
    background-color: white;
}

#cm-oceanic-product .pc-p5 {
    display: block;
    position: relative;
    max-width: 930px;
    margin: auto;
}

#cm-oceanic-product .pc-p5 .pc-save-proprtion {
    position: relative;
    width: 100%;
}

#cm-oceanic-product .pc-p5 .pc-save-proprtion::after {
    content: '';
    display: block;
    padding-bottom: 58.462%;
}

#cm-oceanic-product .pc-p5 .pc-block-module {
    max-width: 1080px;
    padding: 0 1.25em;
    margin: 0 auto;
    height: inherit;
}

#cm-oceanic-product .pc-p5 .pc-block-module .pc-relative {
    height: inherit;
}

#cm-oceanic-product .pc-p5 .pc-p5-checkbox {
    display: none;
}

#cm-oceanic-product .pc-p5 .pc-p5-checkbox:checked ~ label {
    display: none;
}

#cm-oceanic-product .pc-p5 iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
}

#cm-oceanic-product .pc-p5 video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    z-index: 10;
}

@media only screen and (max-width: 800px) {
    #cm-oceanic-product .pc-p5 video {
        height: auto;
        object-fit: unset;
    }
}

@media only screen and (max-width: 576px) {
    #cm-oceanic-product .pc-p5 video {
        height: 276px;
        object-fit: unset;
    }
}

#cm-oceanic-product .pc-p5 label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 100;
}

#cm-oceanic-product .pc-p5 .cm-hidden-label {
    display: none;
}

#cm-oceanic-product .pc-p5 .pc-p5-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

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

#cm-oceanic-product .cm-ng {
    font-size: 24px;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 900;
    text-align: center !important;
    max-width: 930px;
    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;
}

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

@media screen and (max-width: 800px) {
    #cm-oceanic-product .cm-header {
        background-position: top center;
    }
}

@media screen and (max-width: 700px) {
    #cm-oceanic-product .cm-header {
        background-position: top center;
    }
}

@media screen and (max-width: 400px) {
    #cm-oceanic-product .cm-header {
        background-size: cover;
    }
}

#cm-oceanic-product .cm-header .cm-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: flex-end;
    margin-right: 0;
    width: 100%;
}

#cm-oceanic-product .cm-header .cm-content .cm-left-section {
    flex-basis: 55%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: 5em;
    color: #EDC984;
    padding-bottom: 12px;
    text-align: left;
}

@media screen and (max-width: 800px) {
    #cm-oceanic-product .cm-header .cm-content .cm-left-section {
        margin-left: 3em;
    }
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-header .cm-content .cm-left-section {
        margin-left: 2em;
    }
}

@media screen and (max-width: 500px) {
    #cm-oceanic-product .cm-header .cm-content .cm-left-section {
        margin-left: 1em;
    }
}

#cm-oceanic-product .cm-header .cm-content .cm-left-section .cm-header-title {
    font-size: 3.2em;
    line-height: 1.1;
    max-width: 600px;
    color: #fff;
    font-weight: 700;
    letter-spacing: calc(1em * 0.001 * 10);
    text-transform: uppercase;
}

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

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

@media screen and (max-width: 800px) {
    #cm-oceanic-product .cm-header .cm-content .cm-left-section .cm-header-title {
        padding-bottom: .2em;
    }
}

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

#cm-oceanic-product .cm-header .cm-content .cm-left-section .cm-header-subtitle {
    font-size: 3.2em;
    line-height: 1.1;
    max-width: 600px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: calc(1em * 0.001 * 10);
    padding-bottom: 2em;
}

@media screen and (max-width: 900px) {
    #cm-oceanic-product .cm-header .cm-content .cm-left-section .cm-header-subtitle {
        font-size: 2.5em;
    }
}

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

@media screen and (max-width: 800px) {
    #cm-oceanic-product .cm-header .cm-content .cm-left-section .cm-header-subtitle {
        padding-bottom: .5em;
    }
}

@media screen and (max-width: 500px) {
    #cm-oceanic-product .cm-header .cm-content .cm-left-section .cm-header-subtitle {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 400px) {
    #cm-oceanic-product .cm-header .cm-content .cm-left-section .cm-header-subtitle {
        font-size: 1.25em;
    }
}

#cm-oceanic-product .cm-header .cm-content .cm-right-section {
    flex-basis: 45%;
    padding-top: 1em;
    padding-right: 2em;
}

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

#cm-oceanic-product .cm-header .cm-content .cm-right-section .cm-signature {
    max-width: 230px;
    align-self: flex-end;
    margin: 4em 2em 1em auto;
}

#cm-oceanic-product .cm-header .cm-content .cm-right-section .cm-signature img {
    width: 100%;
}

@media screen and (max-width: 700px) {
    #cm-oceanic-product .cm-header .cm-content .cm-right-section .cm-signature {
        max-width: 200px;
        margin-right: 0;
    }
}

@media screen and (max-width: 650px) {
    #cm-oceanic-product .cm-header .cm-content .cm-right-section .cm-signature {
        margin-top: 3em;
    }
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-header .cm-content .cm-right-section .cm-signature {
        margin-bottom: 2em;
    }
}

@media screen and (max-width: 460px) {
    #cm-oceanic-product .cm-header .cm-content .cm-right-section .cm-signature {
        max-width: 150px;
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 400px) {
    #cm-oceanic-product .cm-header .cm-content .cm-right-section .cm-signature {
        margin-bottom: 1em;
        max-width: 100px !important;
        margin-right: -10px;
    }
}

#cm-oceanic-product .cm-header .cm-content .cm-right-section .cm-logo {
    max-width: 232px;
    margin: 0 1em auto auto;
    padding-top: 50px;
}

@media screen and (max-width: 650px) {
    #cm-oceanic-product .cm-header .cm-content .cm-right-section .cm-logo {
        max-width: 120px;
        padding-top: 10px;
        margin: 0 0 auto auto;
    }
}

#cm-oceanic-product .cm-header .cm-content .cm-right-section .cm-logo img {
    width: 100%;
}

#cm-oceanic-product .cm-header .cm-content .cm-right-section .cm-product {
    max-width: 362px;
    min-width: 70px;
}

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

#cm-oceanic-product .cm-header .cm-content .cm-right-section .cm-product img {
    width: 100%;
}

#cm-oceanic-product .cm-icons-section {
    max-width: 930px;
    margin: auto;
    background-color: #000;
    overflow: hidden;
}

#cm-oceanic-product .cm-icons-section .cm-full-image {
    max-width: 820px;
    margin: 0 auto;
    position: relative;
}

#cm-oceanic-product .cm-icons-section .cm-full-image img {
    width: 100%;
}

#cm-oceanic-product .cm-icons-section .cm-full-image .cm-full-signature {
    max-width: 240px;
    width: 240px;
    position: absolute;
    bottom: 2em;
    right: 0.5em;
}

#cm-oceanic-product .cm-icons-section .cm-full-image .cm-full-signature img {
    width: 100%;
}

@media screen and (max-width: 700px) {
    #cm-oceanic-product .cm-icons-section .cm-full-image .cm-full-signature {
        max-width: 200px;
    }
}

@media screen and (max-width: 400px) {
    #cm-oceanic-product .cm-icons-section .cm-full-image .cm-full-signature {
        max-width: 150px !important;
        bottom: 1em;
    }
}

#cm-oceanic-product .cm-icons-section .cm-icons {
    position: relative;
    z-index: 2;
    display: flex;
    padding: 4em 3em;
    justify-content: space-between;
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-icons-section .cm-icons {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2em 1em;
        flex-direction: column;
        width: 100%;
    }
}

#cm-oceanic-product .cm-icons-section .cm-icons .cm-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 50px;
}

@media screen and (max-width: 800px) {
    #cm-oceanic-product .cm-icons-section .cm-icons .cm-icon {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-icons-section .cm-icons .cm-icon {
        padding-bottom: 15px;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
}

#cm-oceanic-product .cm-icons-section .cm-icons .cm-icon .cm-img {
    padding-right: 10px;
    min-width: 90px;
    max-width: 90px;
}

@media screen and (max-width: 800px) {
    #cm-oceanic-product .cm-icons-section .cm-icons .cm-icon .cm-img {
        padding-right: 10px;
        min-width: 60px;
        max-width: 60px;
    }
}

#cm-oceanic-product .cm-icons-section .cm-icons .cm-icon .cm-img img {
    width: 100%;
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-icons-section .cm-icons .cm-icon .cm-img {
        flex-basis: 10%;
        width: 10%;
        margin-top: 0;
    }
}

#cm-oceanic-product .cm-icons-section .cm-icons .cm-icon .cm-text {
    text-transform: uppercase;
    font-size: .9em;
    max-width: 220px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin-top: 1em;
    line-height: 1.5;
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-icons-section .cm-icons .cm-icon .cm-text {
        width: 90%;
        margin-top: 0;
        text-align: left;
        width: 150px;
    }
}

#cm-oceanic-product .cm-full-screen-section {
    max-width: 930px;
    margin: auto;
    overflow: hidden;
}

#cm-oceanic-product .cm-full-screen-section a:hover {
    cursor: pointer;
}

#cm-oceanic-product .cm-full-screen-section .cm-header {
    background-color: #EDC984;
    padding: 1.25em;
    height: 100px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 800px) {
    #cm-oceanic-product .cm-full-screen-section .cm-header {
        height: 80px;
    }
}

#cm-oceanic-product .cm-full-screen-section .cm-header .cm-text {
    color: #fff;
    font-size: 1.875em;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    font-weight: 500;
}

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

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

#cm-oceanic-product .cm-full-screen-section .cm-first {
    position: relative;
    max-width: 950px;
    margin: 0 auto;
}

@media only screen and (max-width: 800px) {
    #cm-oceanic-product .cm-full-screen-section .cm-first {
        display: none;
    }
}

#cm-oceanic-product .cm-full-screen-section .cm-first img {
    width: 100%;
}

@media screen and (max-width: 700px) {
    #cm-oceanic-product .cm-full-screen-section .cm-first img {
        margin-top: 3em;
    }
}

@media screen and (max-width: 500px) {
    #cm-oceanic-product .cm-full-screen-section .cm-first img {
        margin-top: 3.5em;
    }
}

#cm-oceanic-product .cm-full-screen-section .cm-first .cm-text-on-image {
    font-size: 1.1em;
    color: #E8BED6;
    line-height: 1.4;
    max-width: 390px;
    position: absolute;
    font-weight: 400;
    top: 50px;
    left: 88px;
}

@media screen and (max-width: 700px) {
    #cm-oceanic-product .cm-full-screen-section .cm-first .cm-text-on-image {
        left: 0;
        position: relative;
        max-width: 400px;
        margin: 0 auto;
        padding: 0 1.25em;
        text-align: center;
    }
}

#cm-oceanic-product .cm-full-screen-section .cm-video-section {
    max-width: 800px;
    width: 100%;
    margin: 0em 1em 3em 1em;
    overflow: hidden;
}

#cm-oceanic-product .cm-full-screen-section .cm-video-section .pc-p5-image {
    background-size: 100% 101% !important;
}

#cm-oceanic-product .cm-full-screen-section .cm-series {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    max-width: 800px;
    margin: 2.5em auto 1em auto;
}

@media only screen and (max-width: 800px) {
    #cm-oceanic-product .cm-full-screen-section .cm-series {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 600px) {
    #cm-oceanic-product .cm-full-screen-section .cm-series {
        justify-content: space-around;
    }
}

#cm-oceanic-product .cm-full-screen-section .cm-series .cm-serie {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: 20%;
    padding: 0 10px;
    text-align: center;
}

@media only screen and (max-width: 800px) {
    #cm-oceanic-product .cm-full-screen-section .cm-series .cm-serie {
        flex-basis: 26%;
        margin-bottom: 2em;
    }
}

@media only screen and (max-width: 700px) {
    #cm-oceanic-product .cm-full-screen-section .cm-series .cm-serie {
        flex-basis: 28%;
    }
}

@media only screen and (max-width: 600px) {
    #cm-oceanic-product .cm-full-screen-section .cm-series .cm-serie {
        flex-basis: 33.33%;
    }
}

@media only screen and (max-width: 400px) {
    #cm-oceanic-product .cm-full-screen-section .cm-series .cm-serie {
        padding: 0 5px;
        flex-basis: 45%;
    }
}

#cm-oceanic-product .cm-full-screen-section .cm-series .cm-serie-desc {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: -1em;
}

@media only screen and (max-width: 600px) {
    #cm-oceanic-product .cm-full-screen-section .cm-series .cm-serie-desc {
        margin-top: 0;
    }
}

#cm-oceanic-product .cm-full-screen-section .cm-series .cm-serie-buy-now {
    color: #fff;
    background-color: black;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1em 1em;
    margin: 2em auto 1em auto;
    max-width: 140px;
    letter-spacing: 2px;
}

@media only screen and (max-width: 600px) {
    #cm-oceanic-product .cm-full-screen-section .cm-series .cm-serie-buy-now {
        font-size: 1em;
        margin-top: 1em;
        padding: .5em .5em !important;
    }
}

#cm-oceanic-product .cm-full-screen-section .cm-series img {
    max-width: 100%;
}

#cm-oceanic-product .cm-full-screen-section .cm-series-3 {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    max-width: 800px;
    margin: 5em auto 1.5em auto;
}

@media only screen and (max-width: 600px) {
    #cm-oceanic-product .cm-full-screen-section .cm-series-3 {
        flex-wrap: wrap;
        margin: 3em auto 0em auto;
        margin-bottom: 0;
        justify-content: space-around;
    }
}

#cm-oceanic-product .cm-full-screen-section .cm-series-3 .cm-serie {
    flex-basis: 33.3%;
    padding: 0 10px;
    text-align: center;
    max-width: 300px;
}

@media only screen and (max-width: 800px) {
    #cm-oceanic-product .cm-full-screen-section .cm-series-3 .cm-serie {
        margin-bottom: 3em;
    }
}

@media only screen and (max-width: 400px) {
    #cm-oceanic-product .cm-full-screen-section .cm-series-3 .cm-serie {
        padding: 0 5px;
        flex-basis: 45%;
    }
}

#cm-oceanic-product .cm-full-screen-section .cm-series-3 .cm-serie-desc {
    font-size: 14px;
    margin-top: 1em;
    font-weight: 400;
    text-align: center;
}

#cm-oceanic-product .cm-full-screen-section .cm-series-3 .cm-serie-buy-now {
    color: #fff;
    background-color: black;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1em 0.5em;
    margin: 1em auto 0;
    max-width: 140px;
    letter-spacing: 2px;
}

@media only screen and (max-width: 600px) {
    #cm-oceanic-product .cm-full-screen-section .cm-series-3 .cm-serie-buy-now {
        font-size: 1em;
        padding: .5em .5em !important;
    }
}

#cm-oceanic-product .cm-full-screen-section .cm-series-3 img {
    max-width: 100%;
}

#cm-oceanic-product .cm-full-screen-section .cm-series-4 {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    max-width: 800px;
    margin: 3em auto 0em auto;
    display: none;
}

@media only screen and (max-width: 800px) {
    #cm-oceanic-product .cm-full-screen-section .cm-series-4 {
        display: flex;
    }
}

@media only screen and (max-width: 600px) {
    #cm-oceanic-product .cm-full-screen-section .cm-series-4 {
        flex-wrap: wrap;
    }
}

#cm-oceanic-product .cm-full-screen-section .cm-series-4 .cm-serie {
    max-width: 190px;
    flex-basis: 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
}

@media only screen and (max-width: 600px) {
    #cm-oceanic-product .cm-full-screen-section .cm-series-4 .cm-serie {
        max-width: 200px;
        flex-basis: 50%;
    }
}

@media only screen and (max-width: 400px) {
    #cm-oceanic-product .cm-full-screen-section .cm-series-4 .cm-serie {
        padding: 0;
    }
}

#cm-oceanic-product .cm-full-screen-section .cm-series-4 .cm-serie-desc {
    font-size: 14px;
    color: #E8BED6;
    padding: 1em .5em 2em .5em;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}

#cm-oceanic-product .cm-full-screen-section .cm-series-4 .cm-serie-buy-now {
    color: #fff;
    background-color: black;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1em 1em;
    margin: 1em auto 0;
    max-width: 140px;
    letter-spacing: 2px;
}

@media only screen and (max-width: 600px) {
    #cm-oceanic-product .cm-full-screen-section .cm-series-4 .cm-serie-buy-now {
        font-size: 1em;
        padding: .5em .5em !important;
    }
}

#cm-oceanic-product .cm-full-screen-section .cm-series-4 img {
    max-width: 100%;
    padding: 0 1em;
}

#cm-oceanic-product .cm-full-screen-section .cm-serp {
    display: flex;
    margin-top: 3em;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    #cm-oceanic-product .cm-full-screen-section .cm-serp {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    #cm-oceanic-product .cm-full-screen-section .cm-serp {
        flex-wrap: wrap;
    }
}

#cm-oceanic-product .cm-full-screen-section .cm-serp .cm-serp-image {
    flex-basis: 40%;
    max-width: 100%;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 600px) {
    #cm-oceanic-product .cm-full-screen-section .cm-serp .cm-serp-image {
        flex-basis: 100%;
        margin-bottom: 3em;
    }
}

#cm-oceanic-product .cm-full-screen-section .cm-serp .cm-serp-image img {
    width: 100%;
    max-width: 222px;
}

#cm-oceanic-product .cm-full-screen-section .cm-serp .cm-serp-text {
    flex-basis: 60%;
    max-width: 500px;
    color: #E8BED6;
    text-transform: uppercase;
    font-size: 1.1em;
    margin: 0 auto;
}

#cm-oceanic-product .cm-full-screen-section .cm-serp .cm-serp-text .cm-serp-text-sec {
    margin-bottom: 0.1em;
}

@media only screen and (max-width: 700px) {
    #cm-oceanic-product .cm-full-screen-section .cm-serp .cm-serp-text {
        padding-left: 5%;
    }
}

@media only screen and (max-width: 600px) {
    #cm-oceanic-product .cm-full-screen-section .cm-serp .cm-serp-text {
        flex-basis: 100%;
        text-align: center;
        padding: 0 1.25em;
    }
}

@media only screen and (max-width: 800px) {
    #cm-oceanic-product .cm-full-screen-section .cm-hide-mobile {
        display: none;
    }
}

#cm-oceanic-product .cm-full-screen-section .cm-show-mobile {
    display: none;
}

@media only screen and (max-width: 800px) {
    #cm-oceanic-product .cm-full-screen-section .cm-show-mobile {
        display: flex;
        height: auto;
        min-height: 52px;
    }
}

#cm-oceanic-product .cm-series3-image {
    max-height: 264px;
}

#cm-oceanic-product .cm-black-section {
    max-width: 930px;
    background-color: #000;
    color: #fff;
    margin: 0 auto;
}

#cm-oceanic-product .cm-black-section .cm-text {
    padding: 0 1em 1em 1em;
    margin-top: -2em;
    font-size: 1.375em;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

#cm-oceanic-product .cm-black-section .cm-text .cm-text-bolder {
    font-weight: 700;
}

@media screen and (max-width: 1000px) {
    #cm-oceanic-product .cm-black-section .cm-text {
        margin-top: 0;
        padding-top: 2em;
        font-size: 1.25em;
    }
}

#cm-oceanic-product .cm-black-section .cm-text-new {
    font-size: 1.5em;
    font-weight: 500;
    text-transform: uppercase;
    padding: 1.5em 1em 2em 1em;
    text-align: center;
    line-height: 1.3;
}

#cm-oceanic-product .cm-black-section .pc-p5 {
    max-width: 830px !important;
}

#cm-oceanic-product .cm-black-section .pc-p5-image {
    height: 101% !important;
}

#cm-oceanic-product .cm-percent-section {
    max-width: 930px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #000;
    margin: auto;
    overflow: hidden;
    color: #fff;
}

#cm-oceanic-product .cm-percent-section .cm-percent-title {
    font-size: 1.7em;
    line-height: 2;
    letter-spacing: calc(1em * 0.001 * 10);
    font-weight: 700;
    padding: 2em 1em 1em 1em;
    text-align: center;
}

#cm-oceanic-product .cm-percent-section .cm-percent-title .cm-text-color {
    color: #EDC984;
}

@media screen and (max-width: 1000px) {
    #cm-oceanic-product .cm-percent-section .cm-percent-title {
        margin-top: 0;
        padding-top: 2em;
        line-height: 1.5;
        font-size: 1.5em;
    }
}

#cm-oceanic-product .cm-percent-section .cm-row {
    display: flex;
    flex-direction: row;
    padding: 0em 2em 2em 2em;
}

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

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-percent-section .cm-row {
        flex-direction: column;
        align-items: center;
    }
}

#cm-oceanic-product .cm-percent-section .cm-row .cm-single-item {
    display: flex;
    flex-direction: column;
    max-width: 300px;
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-percent-section .cm-row .cm-single-item {
        margin-bottom: 1.5em;
        padding: 0.5em;
        max-width: 250px;
    }
}

#cm-oceanic-product .cm-percent-section .cm-row .cm-single-item .cm-item-title {
    font-size: 5.625em;
    font-weight: 700;
    color: #EDC984;
    text-align: center;
    line-height: 1;
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-percent-section .cm-row .cm-single-item .cm-item-title {
        font-size: 5em;
    }
}

#cm-oceanic-product .cm-percent-section .cm-row .cm-single-item .cm-item-desc {
    font-size: 1.25em;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
    padding-top: 0.3em;
}

#cm-oceanic-product .cm-percent-section .cm-row .cm-single-item .cm-item-desc .cm-text-bolder {
    font-weight: 700;
}

#cm-oceanic-product .cm-percent-section .cm-under-text {
    font-size: 0.9em;
    font-weight: 400;
    text-align: center;
    padding-bottom: 2em;
}

@media screen and (max-width: 1000px) {
    #cm-oceanic-product .cm-percent-section .cm-under-text {
        padding: 0 1em 3em 1em;
    }
}

#cm-oceanic-product .cm-violet {
    color: #E8BED6 !important;
}

#cm-oceanic-product .cm-border-bottom {
    padding-bottom: 0em;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 4em;
    border-bottom: solid 1px #fff !important;
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-border-bottom {
        margin: 0 1em 2em 1em;
    }
}

#cm-oceanic-product .cm-right-bg {
    background-position: top right;
}

#cm-oceanic-product .cm-serp {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 930px;
    margin: 0 auto;
    background-color: #000;
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-serp {
        flex-direction: column-reverse;
        padding-bottom: 2em;
    }
}

#cm-oceanic-product .cm-serp .cm-image-section {
    flex-basis: 50%;
    max-width: 466px;
}

#cm-oceanic-product .cm-serp .cm-image-section img {
    width: 100%;
}

#cm-oceanic-product .cm-serp .cm-text-section {
    width: 50%;
    flex-basis: 50%;
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-serp .cm-text-section {
        width: 100%;
        flex-basis: 100%;
        margin: 2em auto 0 auto;
    }
}

#cm-oceanic-product .cm-serp .cm-text-section .cm-text-box {
    max-width: 350px;
    margin: 2em auto 0em auto;
}

@media screen and (max-width: 1000px) {
    #cm-oceanic-product .cm-serp .cm-text-section .cm-text-box {
        padding: 0 1em;
    }
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-serp .cm-text-section .cm-text-box {
        margin: 0 auto;
    }
}

#cm-oceanic-product .cm-serp .cm-text-section .cm-text-box .cm-name-1 {
    max-width: 172px;
}

#cm-oceanic-product .cm-serp .cm-text-section .cm-text-box .cm-name-1 img {
    width: 100%;
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-serp .cm-text-section .cm-text-box .cm-name-1 {
        margin: 0 auto;
    }
}

#cm-oceanic-product .cm-serp .cm-text-section .cm-text-box .cm-title {
    font-size: 0.875em;
    margin-top: .9em;
    font-weight: 600;
    margin-bottom: 1.5em;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-serp .cm-text-section .cm-text-box .cm-title {
        text-align: center;
    }
}

#cm-oceanic-product .cm-serp .cm-text-section .cm-text-box .cm-color-1 {
    color: #EDC984;
}

#cm-oceanic-product .cm-serp .cm-text-section .cm-text-box .cm-color-2 {
    color: #DC70AD;
}

#cm-oceanic-product .cm-serp .cm-text-section .cm-text-box .cm-color-3 {
    color: #E6BAD4;
}

#cm-oceanic-product .cm-serp .cm-text-section .cm-text-box .cm-border-color-1 {
    border-bottom: solid 2px #EDC984;
}

#cm-oceanic-product .cm-serp .cm-text-section .cm-text-box .cm-border-color-2 {
    border-bottom: solid 2px #DC70AD;
}

#cm-oceanic-product .cm-serp .cm-text-section .cm-text-box .cm-border-color-3 {
    border-bottom: solid 2px #E6BAD4;
}

#cm-oceanic-product .cm-serp .cm-text-section .cm-text-box .cm-list-point {
    font-size: 1.25em;
    font-weight: 400;
    text-align: left;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 1em;
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-serp .cm-text-section .cm-text-box .cm-list-point {
        text-align: center;
    }
}

#cm-oceanic-product .cm-serp .cm-text-section .cm-text-box span {
    display: inline-block;
    padding: 0 9px 9px 0 !important;
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-serp .cm-text-section .cm-text-box span {
        padding: 9px 2em;
    }
}

#cm-oceanic-product .cm-serp .cm-text-section .cm-text-box .cm-buy-button {
    display: block;
    max-width: 130px !important;
    margin: 1em 0 2em 0;
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-serp .cm-text-section .cm-text-box .cm-buy-button {
        margin: 2em auto;
    }
}

#cm-oceanic-product .cm-serp .cm-text-section .cm-text-box .cm-buy-button .cm-text {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    width: 130px;
    font-weight: 500;
    padding: 2px;
    font-size: 1em;
    letter-spacing: calc(1em * 0.001);
}

#cm-oceanic-product .cm-serp .cm-text-section .cm-text-box .cm-background-1 {
    background-color: #EDC984;
}

#cm-oceanic-product .cm-serp .cm-text-section .cm-text-box .cm-background-2 {
    background-color: #DC70AD;
}

#cm-oceanic-product .cm-serp .cm-text-section .cm-text-box .cm-background-3 {
    background-color: #E6BAD4;
}

#cm-oceanic-product .cm-serp .cm-text-section .cm-box-wider {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 5em;
    margin-left: 0;
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-serp .cm-text-section .cm-box-wider {
        margin: 0em auto 2em auto;
        align-items: center;
    }
}

#cm-oceanic-product .cm-serp .cm-text-section .cm-box-wider span {
    display: inline-block;
    padding: 0 0 9px 9px !important;
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-serp .cm-text-section .cm-box-wider span {
        padding: 9px 2em;
    }
}

#cm-oceanic-product .cm-serp .cm-text-section .cm-box-wider .cm-buy-button {
    margin-top: 0;
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-serp .cm-text-section .cm-box-wider .cm-buy-button {
        margin-top: 1em;
    }
}

#cm-oceanic-product .cm-serp .cm-text-section .cm-box-wider .cm-list-point {
    text-align: right;
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-serp .cm-text-section .cm-box-wider .cm-list-point {
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    #cm-oceanic-product .cm-serp-reverse {
        flex-direction: column;
    }
}
