@import url("https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;700;800;900&display=swap");
@-webkit-keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}
@keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}
@-webkit-keyframes floatingReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}
@keyframes floatingReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Rozmiar czcionki dla najwyzszego diva */
#cm-sage-product {
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: none;
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: left;
  color: #1a171b;
  max-width: 920px;
  margin: auto;
  overflow: hidden;
  container:main/inline-size;
}
#cm-sage-product > div {
  padding: 0 45px;
  font-family: "Roboto Slab", serif;
}
#cm-sage-product img {
  max-width: 100%;
}
@container main (max-width: 800px) {
  #cm-sage-product > div {
    padding: 0 15px;
  }
}
@container main (max-width: 900px) {
  #cm-sage-product .cm-main-div{
    font-size: 14px;
  }
}
#cm-sage-product sup {
  font-size: 50%;
}
#cm-sage-product .pc-margin-top-xs {
  padding-top: 1.5em;
}
#cm-sage-product .pc-margin-bottom-xs {
  padding-bottom: 1.5em;
}
#cm-sage-product .pc-margin-top-s {
  padding-top: 3em;
}
#cm-sage-product .pc-margin-bottom-s {
  padding-bottom: 3em;
}
#cm-sage-product .pc-margin-top-m {
  padding-top: 4em;
}
#cm-sage-product .pc-margin-bottom-m {
  padding-bottom: 4em;
}
#cm-sage-product .pc-margin-top-l {
  padding-top: 6em;
}
#cm-sage-product .pc-margin-bottom-l {
  padding-bottom: 6em;
}
#cm-sage-product .pc-margin-top-xl {
  padding-top: 8em;
}
#cm-sage-product .pc-margin-bottom-xl {
  padding-bottom: 8em;
}
#cm-sage-product .pc-margin-top-xxl {
  padding-top: 10em;
}
#cm-sage-product .pc-margin-bottom-xxl {
  padding-bottom: 10em;
}
@container main (max-width: 500px) {
  #cm-sage-product .pc-margin-top-xs {
    padding-top: 1em;
  }
  #cm-sage-product .pc-margin-bottom-xs {
    padding-bottom: 1em;
  }
  #cm-sage-product .pc-margin-top-s {
    padding-top: 2em;
  }
  #cm-sage-product .pc-margin-bottom-s {
    padding-bottom: 2em;
  }
  #cm-sage-product .pc-margin-top-m {
    padding-top: 3em;
  }
  #cm-sage-product .pc-margin-bottom-m {
    padding-bottom: 3em;
  }
  #cm-sage-product .pc-margin-top-l {
    padding-top: 4em;
  }
  #cm-sage-product .pc-margin-bottom-l {
    padding-bottom: 4em;
  }
  #cm-sage-product .pc-margin-top-xl {
    padding-top: 5em;
  }
  #cm-sage-product .pc-margin-bottom-xl {
    padding-bottom: 5em;
  }
  #cm-sage-product .pc-margin-top-xxl {
    padding-top: 6em;
  }
  #cm-sage-product .pc-margin-bottom-xxl {
    padding-bottom: 6em;
  }
}
#cm-sage-product .pc-margin-top-deca {
  margin-top: 0.5em;
}
#cm-sage-product .pc-margin-bottom-deca {
  margin-bottom: 0.5em;
}
#cm-sage-product .pc-margin-top-hecto {
  margin-top: 1em;
}
#cm-sage-product .pc-margin-bottom-hecto {
  margin-bottom: 1em;
}
#cm-sage-product .pc-margin-top-kilo {
  margin-top: 1.25em;
}
#cm-sage-product .pc-margin-bottom-kilo {
  margin-bottom: 1.25em;
}
#cm-sage-product .pc-margin-top-mega {
  margin-top: 1.5em;
}
#cm-sage-product .pc-margin-bottom-mega {
  margin-bottom: 1.5em;
}
#cm-sage-product .pc-margin-top-giga {
  margin-top: 2em;
}
#cm-sage-product .pc-margin-bottom-giga {
  margin-bottom: 2em;
}
#cm-sage-product .pc-margin-top-tera {
  margin-top: 2.5em;
}
#cm-sage-product .pc-margin-bottom-tera {
  margin-bottom: 2.5em;
}
#cm-sage-product .pc-clear {
  clear: both;
}
#cm-sage-product .m-st-1:after {
  content: "";
  display: block;
  height: 2px;
  width: 4.625em;
  margin-top: 1em;
  background-color: #d9caaf;
}
#cm-sage-product .m-st-2 {
  border-bottom: 4px solid #d9caaf;
  border-top: 2px solid #d9caaf;
}
#cm-sage-product .m-st-3 {
  -webkit-box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  background-color: #402619;
}
#cm-sage-product .cm-m-m {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}
#cm-sage-product .cm-mt-m {
  margin-top: 2em !important;
}
#cm-sage-product .cm-mb-m {
  margin-bottom: 2em !important;
}
#cm-sage-product .cm-m-s {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
#cm-sage-product .cm-mt-s {
  margin-top: 1em !important;
}
#cm-sage-product .cm-mb-s {
  margin-bottom: 1em !important;
}
#cm-sage-product .cm-p-m {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}
#cm-sage-product .cm-pt-m {
  padding-top: 2em !important;
}
#cm-sage-product .cm-pb-m {
  padding-bottom: 2em !important;
}
#cm-sage-product .cm-p-s {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
#cm-sage-product .cm-pt-s {
  padding-top: 1em !important;
}
#cm-sage-product .cm-pb-s {
  padding-bottom: 1em !important;
}
#cm-sage-product .cm-img-absolute {
  position: absolute;
}
#cm-sage-product .cm-img-absolute.cm-kawa-4 {
  left: -20em;
  bottom: -9em;
  z-index: 0;
}
#cm-sage-product .cm-img-absolute.cm-kawa-4 img {
  max-width: 80%;
}
@container main (max-width: 900px) {
  #cm-sage-product .cm-img-absolute.cm-kawa-4 {
    display: none;
  }
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-img-absolute.cm-kawa-4 {
    left: -9em;
    bottom: 0em;
    z-index: 0;
  }
  #cm-sage-product .cm-img-absolute.cm-kawa-4 img {
    max-width: 60%;
  }
}
#cm-sage-product .cm-remove-right-margin {
  margin-right: -45px;
}
@container main (max-width: 800px) {
  #cm-sage-product .cm-remove-right-margin {
    margin-right: -25px;
  }
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-remove-right-margin {
    margin-right: -45px;
  }
}
#cm-sage-product .cm-remove-left-margin {
  margin-left: -45px;
}
#cm-sage-product .cm-linia {
  margin-bottom: 5px;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-linia {
    text-align: center;
  }
}
#cm-sage-product .cm-linia img {
  width: 100%;
}
#cm-sage-product .cm-linia-3 {
  margin-bottom: 5px;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-linia-3 {
    text-align: center;
  }
}
#cm-sage-product .cm-linia-3 img {
  width: 100%;
}
#cm-sage-product .cm-linia-2 {
  margin-bottom: 5px;
  margin-top: -5px;
  margin-left: -15px;
  width: 100% !important;
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-linia-2 {
    margin-left: auto;
    margin-right: auto;
  }
}
#cm-sage-product .lazy {
  width: auto;
}
#cm-sage-product .cm-w700 {
  max-width: 700px;
}
#cm-sage-product .cm-card-data {
  display: none;
}
#cm-sage-product .cm-baner-img {
  width: 100%;
}
#cm-sage-product .cm-line-1 {
  margin-top: 2em;
  max-width: 1100px;
  width: auto;
  height: 10px;
  max-width: 977px;
  background-image: url("//f00.esfr.pl/si_upload/OPR/Sage/sage_ses450btr_v1/img/line1.png");
  overflow: hidden;
}
#cm-sage-product .cm-line-2 {
  max-width: 1100px;
  margin-bottom: 10px;
  width: auto;
  height: 3px;
  background-image: url("//f00.esfr.pl/si_upload/OPR/Sage/sage_ses450btr_v1/img/line2.png");
  overflow: hidden;
  z-index: 3;
}
@container main (max-width: 900px) {
  #cm-sage-product .cm-line-2 {
    margin-left: 0;
    margin-right: 0;
  }
}
#cm-sage-product .cm-line-3 {
  max-width: 1100px;
  margin-top: 10px;
  width: auto;
  height: 5px;
  background-image: url("//f00.esfr.pl/si_upload/OPR/Sage/sage_ses450btr_v1/img/line3.png");
  overflow: hidden;
  z-index: 3;
}
@container main (max-width: 900px) {
  #cm-sage-product .cm-line-3 {
    margin-left: 0;
    margin-right: 0;
  }
}
#cm-sage-product ul li {
  font-family: "Roboto Slab", serif;
  font-size: 1.25em;
  line-height: 1.4em;
  font-style: italic;
  letter-spacing: -1px;
  padding-bottom: 0.5em;
}
@container main (max-width: 600px) {
  #cm-sage-product ul li {
    width: 100%;
    text-align: center;
    list-style-type: none;
  }
}
#cm-sage-product .cm-ng-1 {
  font-size: 2em;
  line-height: 1.2;
  font-family: "Roboto Slab", serif;
  color: #a57a5a;
}
@container main (max-width: 900px) {
  #cm-sage-product .cm-ng-1 {
    font-size: calc(2em - 20%);
  }
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-ng-1 {
    text-align: center;
  }
}
#cm-sage-product .cm-ng-2 {
  font-size: 1.9em;
  line-height: 1.3;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
@container main (max-width: 900px) {
  #cm-sage-product .cm-ng-2 {
    font-size: calc(1.9em - 20%);
  }
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-ng-2 {
    text-align: center;
  }
}
#cm-sage-product .cm-ng-3 {
  font-size: 2.5em;
  line-height: 1.14;
  color: #a57a5a;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  letter-spacing: -1px;
}
@container main (max-width: 900px) {
  #cm-sage-product .cm-ng-3 {
    font-size: calc(2.5em - 20%);
  }
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-ng-3 {
    text-align: center;
    margin-bottom: 1em;
  }
}
@container main (max-width: 400px) {
  #cm-sage-product .cm-ng-3 {
    font-size: 1.5em;
  }
}
#cm-sage-product .cm-ng-4 {
  font-size: 1.875em;
  line-height: 1.3;
  color: #a57a5a;
  font-family: "Roboto Slab", serif;
  margin-bottom: 20px;
  font-weight: 700;
}
@container main (max-width: 900px) {
  #cm-sage-product .cm-ng-4 {
    font-size: calc(1.875em - 20%);
  }
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-ng-4 {
    text-align: center;
  }
}
#cm-sage-product .cm-ng-5 {
  font-size: 1.875em;
  line-height: 1.1;
  color: #a57a5a;
  font-family: "Roboto Slab", serif;
  margin-bottom: 5px;
  font-weight: 400;
  letter-spacing: -1px;
}
@container main (max-width: 900px) {
  #cm-sage-product .cm-ng-5 {
    font-size: calc(1.875em - 20%);
  }
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-ng-5 {
    text-align: center;
  }
}
#cm-sage-product .cm-p-1 {
  color: #1a171b;
  font-size: 1.5em;
  line-height: 1.2;
  font-family: "Roboto Slab", serif;
}
@container main (max-width: 900px) {
  #cm-sage-product .cm-p-1 {
    font-size: calc(1.5em - 20%);
  }
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-p-1 {
    text-align: center;
  }
}
#cm-sage-product .cm-p-2 {
  color: #1a171b;
  font-size: 1.2em;
  line-height: 1.3;
  position: relative;
  z-index: 2;
  font-family: "Roboto Slab", serif;
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-p-2 {
    text-align: center;
  }
}
#cm-sage-product .cm-p-2 span {
  color: #a57a5a;
}
#cm-sage-product .cm-p-2 .cm-num {
  background-color: #a57a5a;
  color: #fff;
  border-radius: 50%;
  min-width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  padding: 5px;
  line-height: 1;
}
@container main (max-width: 900px) {
  #cm-sage-product .cm-p-2 .cm-num {
    font-size: 12px;
    height: 12px;
    min-width: 12px;
  }
}
#cm-sage-product .cm-color-1 {
  color: #a57a5a;
}
#cm-sage-product .cm-color-2 {
  color: #1a171b;
}
#cm-sage-product .cm-color-3 {
  color: #471b3f;
}
#cm-sage-product .cm-uppaercase {
  text-transform: uppercase;
}
#cm-sage-product .cm-semi-bold {
  font-weight: 500;
}
#cm-sage-product .cm-bold {
  font-weight: 700;
}
#cm-sage-product .cm-toper {
  display: block;
}
#cm-sage-product .cm-toper .cm-toper-logo {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#cm-sage-product .cm-toper .cm-toper-logo img {
  max-width: 180px;
  width: 100%;
}
#cm-sage-product .cm-toper .cm-linia-logo img {
  height: 0.25em;
  width: 100%;
}
#cm-sage-product .cm-toper .cm-toper-img {
  width: 100%;
  margin-top: 2em;
}
#cm-sage-product .cm-toper .cm-toper-img img {
  width: 100%;
}
#cm-sage-product .cm-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2em;
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#cm-sage-product .cm-intro .cm-intro-img {
  max-width: 270px;
  width: 100%;
  padding-left: 10px;
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-intro .cm-intro-img {
    padding-left: 0;
  }
}
#cm-sage-product .cm-intro .cm-intro-img img {
  width: 100%;
}
#cm-sage-product .cm-4-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2em;
  margin-bottom: 2em;
  background-position: bottom -11em right 0em;
  background-repeat: no-repeat;
}
@container main (max-width: 900px) {
  #cm-sage-product .cm-4-colors {
    background-position: bottom -10em right -5em;
  }
}
#cm-sage-product .cm-4-colors .cm-4-colors-first-row .cm-h4 {
  font-size: 30px;
  color: #a57a5a;
  line-height: 1.4;
}
#cm-sage-product .cm-4-colors .cm-4-colors-second-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1em;
}
#cm-sage-product .cm-4-colors .cm-4-colors-second-row .cm-4-colors-second-row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: -2em;
}
@container main (max-width: 800px) {
  #cm-sage-product .cm-4-colors .cm-4-colors-second-row .cm-4-colors-second-row-item {
    margin-top: 1em;
  }
}
@container main (max-width: 500px) {
  #cm-sage-product .cm-4-colors .cm-4-colors-second-row .cm-4-colors-second-row-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#cm-sage-product .cm-4-colors .cm-4-colors-second-row .cm-4-colors-second-row-item:nth-child(1) {
  margin-top: 1em;
}
#cm-sage-product .cm-4-colors .cm-4-colors-second-row .cm-4-colors-second-row-item .cm-4-colors-second-row-item-img {
  width: 30%;
  margin-right: 2em;
}
@container main (max-width: 800px) {
  #cm-sage-product .cm-4-colors .cm-4-colors-second-row .cm-4-colors-second-row-item .cm-4-colors-second-row-item-img {
    margin-right: 0;
  }
}
@container main (max-width: 500px) {
  #cm-sage-product .cm-4-colors .cm-4-colors-second-row .cm-4-colors-second-row-item .cm-4-colors-second-row-item-img {
    width: 100%;
    max-width: 170px;
  }
}
#cm-sage-product .cm-4-colors .cm-4-colors-second-row .cm-4-colors-second-row-item .cm-4-colors-second-row-item-img img {
  width: 100%;
}
#cm-sage-product .cm-4-colors .cm-4-colors-second-row .cm-4-colors-second-row-item .cm-4-colors-second-row-item-text {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#cm-sage-product .cm-4-colors .cm-4-colors-second-row .cm-4-colors-second-row-item .cm-4-colors-second-row-item-text > div {
  max-width: 90%;
}
@container main (max-width: 500px) {
  #cm-sage-product .cm-4-colors .cm-4-colors-second-row .cm-4-colors-second-row-item .cm-4-colors-second-row-item-text > div {
    width: 100%;
  }
}
@container main (max-width: 500px) {
  #cm-sage-product .cm-4-colors .cm-4-colors-second-row .cm-4-colors-second-row-item .cm-4-colors-second-row-item-text {
    margin-top: -2em;
    margin-bottom: 2em;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-img-full {
    margin-bottom: 2em;
  }
}
#cm-sage-product .cm-img-full img {
  width: 100%;
}
#cm-sage-product .cm-row-first {
  margin-top: 1em;
}
#cm-sage-product .cm-row-first .cm-ng-1 {
  padding-bottom: 0px;
}
#cm-sage-product .cm-row-first .cm-p-1 {
  color: #1a171b;
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-row-first .cm-p-1 {
    text-align: center;
  }
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-row-first .cm-p-2 {
    text-align: center;
  }
}
#cm-sage-product .cm-row-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-row-second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#cm-sage-product .cm-row-second img {
  max-width: 49%;
  width: 100%;
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-row-second img {
    max-width: 300px;
    padding-bottom: 1em;
  }
}
#cm-sage-product .cm-row-third {
  margin-top: 2em;
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-row-third {
    text-align: center;
  }
}
#cm-sage-product .cm-row-fourth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-row-fourth {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#cm-sage-product .cm-row-fourth img {
  max-width: 260px;
  width: 100%;
  margin: auto;
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-row-fourth img {
    width: 100%;
    max-width: 200px;
    padding-bottom: 1em;
  }
}
#cm-sage-product .cm-row-fifth-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2em;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-row-fifth-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#cm-sage-product .cm-row-fifth-item .cm-row-fifth-item-col {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 0;
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-row-fifth-item .cm-row-fifth-item-col {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1em;
  }
  #cm-sage-product .cm-row-fifth-item .cm-row-fifth-item-col img {
    max-width: 330px;
  }
}
#cm-sage-product .cm-row-fifth-item .cm-row-fifth-item-col .cm-ng-1 {
  margin-bottom: 10px;
}
#cm-sage-product .cm-row-fifth-item .cm-row-fifth-item-col.cm-col-big {
  width: 60%;
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-row-fifth-item .cm-row-fifth-item-col.cm-col-big {
    width: 100%;
  }
}
#cm-sage-product .cm-row-fifth-item .cm-row-fifth-item-col.cm-col-big-1 {
  width: 100%;
  margin-top: 5em !important;
}
#cm-sage-product .cm-row-fifth-item .cm-row-fifth-item-col.cm-col-big-1 img {
  max-width: unset !important;
  margin-left: 0 !important;
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-row-fifth-item .cm-row-fifth-item-col.cm-col-big-1 {
    width: 100%;
  }
  #cm-sage-product .cm-row-fifth-item .cm-row-fifth-item-col.cm-col-big-1 img {
    margin-left: 0;
  }
}
#cm-sage-product .cm-row-fifth-item.cm-row-left-img {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-row-fifth-item.cm-row-left-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#cm-sage-product .cm-row-fifth-item.cm-row-left-img-1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  z-index: 2;
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-row-fifth-item.cm-row-left-img-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#cm-sage-product .cm-row-fifth-item.cm-row-left-img-1 .cm-row-fifth-item-col img {
  margin-left: -45px;
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-row-fifth-item.cm-row-left-img-1 .cm-row-fifth-item-col img {
    margin-right: auto;
    margin-left: 0;
  }
}
#cm-sage-product .cm-row-fifth-item.cm-row-right-img {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-row-fifth-item.cm-row-right-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#cm-sage-product .cm-row-fifth-item.cm-row-right-img-1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  z-index: 2;
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-row-fifth-item.cm-row-right-img-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#cm-sage-product .cm-row-fifth-item .cm-last-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2em;
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-row-fifth-item .cm-last-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-row-fifth-item .cm-last-row .cm-row-fifth-item-col.cm-remove-right-margin {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#cm-sage-product .cm-row-fifth-item .cm-cust-5 .cm-row-fifth-item-col {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 2em;
}
#cm-sage-product .cm-row-fifth-item .cm-cust-5 .cm-row-fifth-item-col.cm-remove-right-margin {
  position: relative;
  z-index: 2;
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-row-fifth-item .cm-cust-5 .cm-row-fifth-item-col.cm-remove-right-margin {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#cm-sage-product .cm-row-fifth-item .right-img {
  margin-right: 1em;
}
#cm-sage-product .cm-row-fifth-item .left-img {
  margin-left: 1em;
}
@container main (max-width: 800px) {
  #cm-sage-product.cm-cust-1 {
    background-size: 0 !important;
  }
}
#cm-sage-product .cm-kawa-2 {
  left: 6em;
  top: -3em;
  z-index: 1;
  -webkit-transform: translate(170%, 81%);
          transform: translate(170%, 81%);
}
@container main (max-width: 900px) {
  #cm-sage-product .cm-kawa-2 {
    display: none;
  }
}
#cm-sage-product .cm-kawa-3 {
  left: -2em;
  top: 3em;
  z-index: 1;
  -webkit-transform: translate(-18%, -28%);
          transform: translate(-18%, -28%);
}
@container main (max-width: 900px) {
  #cm-sage-product .cm-kawa-3 {
    display: none;
  }
}
#cm-sage-product .zindex {
  z-index: 2;
}
#cm-sage-product .justify-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#cm-sage-product .cm-italic {
  font-style: italic;
}
#cm-sage-product .no-margin-top {
  margin-top: 0;
}
#cm-sage-product .padding-right {
  padding-right: 3em;
}
#cm-sage-product .margin-bottom {
  margin-bottom: 2em;
}
#cm-sage-product.cm-cust-4-1 img {
  width: 100%;
}
#cm-sage-product .cm-section-video {
  overflow: hidden;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cm-sage-product .cm-section-video .cm-video {
  display: block;
  position: relative;
  max-width: 920px;
  margin: auto;
  border-radius: 8px;
  overflow: hidden;
}
#cm-sage-product .cm-section-video .cm-video .cm-save-proprtion {
  position: relative;
  width: 100%;
}
#cm-sage-product .cm-section-video .cm-video .cm-save-proprtion::after {
  content: "";
  display: block;
  padding-bottom: 58.462%;
}
#cm-sage-product .cm-section-video .cm-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
}
#cm-sage-product .cm-section-video .cm-video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  z-index: 3;
}
@container main (max-width: 800px) {
  #cm-sage-product .cm-section-video .cm-video video {
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
  }
}
@container main (max-width: 576px) {
  #cm-sage-product .cm-section-video .cm-video video {
    height: 276px;
    -o-object-fit: unset;
    object-fit: unset;
  }
}
#cm-sage-product .cm-section-video .cm-video .cm-p5-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#cm-sage-product .cm-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
@container main (max-width: 900px) {
  #cm-sage-product .cm-footer {
    margin-top: 2em;
  }
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
  }
}
#cm-sage-product .cm-footer .cm-footer-col {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#cm-sage-product .cm-footer .cm-footer-col:nth-child(1) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 6em;
  margin-right: 6em;
  position: relative;
  z-index: 2;
  margin-bottom: 10em;
}
@container main (max-width: 900px) {
  #cm-sage-product .cm-footer .cm-footer-col:nth-child(1) {
    margin-right: 10em;
  }
}
@container main (max-width: 800px) {
  #cm-sage-product .cm-footer .cm-footer-col:nth-child(1) {
    margin-top: 2em;
    margin-bottom: 6em;
  }
}
@container main (max-width: 700px) {
  #cm-sage-product .cm-footer .cm-footer-col:nth-child(1) {
    margin-bottom: 5em;
    margin-right: 12em;
  }
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-footer .cm-footer-col:nth-child(1) {
    margin-bottom: 0em;
  }
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-footer .cm-footer-col {
    width: 100%;
    text-align: center;
  }
}
#cm-sage-product .cm-footer .cm-footer-col .cm-footer-col-ng {
  font-size: 2em;
  color: #a57a5a;
  position: relative;
  z-index: 2;
}
#cm-sage-product .cm-footer .cm-footer-col ul li {
  font-size: 1.0625em;
  line-height: 1.2em;
  font-style: italic;
  letter-spacing: -1px;
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-footer .cm-footer-col ul li {
    width: 100%;
    text-align: center;
    list-style-type: none;
    padding-bottom: 1em;
  }
}
#cm-sage-product .cm-footer .cm-footer-col ul {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-footer .cm-footer-col ul {
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
  }
}
#cm-sage-product .cm-footer .cm-footer-col .cm-footer-col-img {
  max-width: 470px;
}
#cm-sage-product .cm-footer .cm-footer-col .cm-footer-col-img img {
  width: 600px;
  position: absolute;
  height: auto;
  bottom: 0;
  right: 10px;
  z-index: 0;
}
@container main (max-width: 800px) {
  #cm-sage-product .cm-footer .cm-footer-col .cm-footer-col-img img {
    width: 500px;
  }
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-footer .cm-footer-col .cm-footer-col-img img {
    position: relative;
  }
}
@container main (max-width: 600px) {
  #cm-sage-product .cm-footer .cm-footer-col .cm-footer-col-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 0;
  }
}
