html,
body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  min-width: 300px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  background: #ebf3f7;
}

a {
  text-decoration: none;
  color: #2e7ca3;
}

img {
  width: 100%;
}

h2 {
  line-height: 1em;
}

p {
  margin-bottom: 1.3rem;
  line-height: 1.4em;
}

hr.divider {
  margin: 45px 0 0;
  border: none;
  border-top: 1px solid #cccccc;
}

.klaviyo-form-KdUMgk p .ql-font-arial-black {
  line-height: 1em;
}

.header {
  width: 100%;
  height: auto;
  background: #ffffff;
  display: table;
}

.logo,
.footer-logo {
  text-align: center;
}

.logo img,
.footer-logo img {
  width: auto;
  height: 40px;
  margin: 0 0 3px;
}

.footer-logo {
  margin: 25px auto;
}

.note {
  margin: 3px 0;
  font-size: 0.8em;
  color: #666666;
}

.text-center {
  text-align: center;
}

.article-title {
  margin: 0 0 25px;
  font-family: "Noto Serif JP", Times, serif;
  font-size: 1.5em;
  line-height: 1.2em;
  word-break: break-word;
}

.article-assets {
  margin: 50px 0;
}

.author {
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  color: #999999;
}

.author-avatar {
  width: 35px;
  margin-right: 2px;
  border-radius: 50%;
}

.author-name {
  margin: 0 2px;
  color: #2e7ca3;
}

.container-wrapper {
  padding: 15px;
}

.container {
  max-width: 1100px;
  margin: auto;
}

.content-container {
  max-width: 1100px;
  margin: 15px auto;
  padding: 15px;
  clear: both;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.content-text-body .content-container {
  display: block;
}

.content-sidebar {
  max-width: 320px;
  margin-top: 15px;
  margin-left: 0px;
  flex: 5;
  order: 2;
}

.content-sidebar .sidebar-heading {
  margin: 0 0 0 -32px;
  padding: 10px 15px 10px 25px;
  font-size: 1.3rem;
  color: #fff;
  text-shadow: -1px 0px 0 #ccc;
  background: #fbbd08;
  position: relative;
  border-radius: 0 3px 3px 0;
  box-shadow: 1px 1px 1px #ccc;
}

.content-sidebar .sidebar-heading:before,
.content-sidebar .sidebar-heading:after {
  content: "";
  width: 0;
  height: 0;
  border: 12px solid #ecb308;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  bottom: -11px;
  left: -12px;
}

.content-sidebar .sidebar-heading:after {
  content: "";
  background: #fbbd08;
  border: 12px solid #fbbd08;
  bottom: 0;
  left: 0;
}

.content-sidebar .sidebar-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-sidebar .sticky-list {
  padding: 10px 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  position: sticky;
  top: 10px;
}

.products:first-of-type {
  margin-top: 50px;
}

.products {
  margin-top: 40px;
  margin-bottom: 25px;
}

.btn {
  margin: 15px auto;
  padding: 18px;
  display: block;
}

.btn-cta {
  background: #f53f17;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  border-radius: 2px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.05);
}

/* .btn-cta:after {
    content: "\00bb";
    position: relative;
    top: -2px;
    left: 5px;
} */

.btn-disabled {
  background: #aaaaaa;
}

.btn-sidebar {
  padding: 10px 5px;
  font-size: 1.1rem;
  color: #666666;
  background: #e0e1e2;
}

.star-icon {
  fill: rgb(255, 153, 0);
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 24px;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  user-select: none;
  flex-shrink: 0;
}

.product-reviews {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}

.product-price {
  max-width: 190px;
  margin-right: 5px;
  padding: 6px 5px;
  font-weight: bold;
  color: #2e6350;
  background: #fff6cb;
}

.product-price__original {
  text-decoration: line-through;
}

.product-rating {
  padding: 5px 0;
}

.product-rating img {
  width: 100px;
  margin-right: 5px;
  vertical-align: middle;
}

.product-review-count {
  font-weight: bold;
  text-transform: uppercase;
  color: #606060;
  vertical-align: middle;
}

/* Flexible video container */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer {
  padding: 30px;
  text-align: center;
  /* background: #c4d6e0; */
  background: #ffffff;
}

.footer a {
  text-decoration: underline;
}

.copyright {
  font-size: 0.8em;
  color: #666666;
}

.navigation {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

.navigation li {
  padding: 0 5px;
  font-size: 0.8em;
  color: #999999;
  display: inline;
}

@media (min-width: 480px) {
  .article-title {
    font-size: 2em;
  }
}

@media (min-width: 768px) {
  .article-title {
    font-size: 2.5em;
  }
  .content-container {
    padding: 30px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.05);
    flex-direction: row;
  }

  .content-main {
    order: 1;
    flex: 10;
  }

  .content-sidebar {
    margin-top: 0;
    margin-left: 20px;
    padding: 0;
    display: block;
    order: 2;
  }

  .product-reviews {
    flex-direction: row;
  }

  .product-price {
    width: auto;
  }
}
