
						/* hero */
body #pagewrapper #page .cms_region.cms_Image .cms_Image_container,
.cms-cover-image {
    background-position: center;
    background-repeat: no-repeat;
	height: 360px;
}
body #pagewrapper #page .cms_region.cms_Image .cms_Image_container::before,
.cms-cover-image:before {
    display: none;
}

.cms-cover-image h1 {
	display: none;
}

bw-ytembed {
	margin-bottom: 16px;
}

.heroIMG, .cms-hero-wrapper {
	width:100%;
	object-fit: cover;
	height: 360px;
	bacgkround-color: black;
}

/* @link https://utopia.fyi/type/calculator?c=320,16,1.1625,1920,16,1.2,7,3,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
      /* 1.1625 - 1.2 */

      :root {
        --body-2xs: clamp(0.5787rem, 0.6481rem + -0.0578vi, 0.6365rem);
        --body-xs: clamp(0.6944rem, 0.7491rem + -0.0455vi, 0.74rem);
        --body-s: clamp(0.8333rem, 0.8656rem + -0.0269vi, 0.8602rem);
        --body: clamp(1rem, 1rem + 0vi, 1rem);
        --h6-s: clamp(1.1625rem, 1.155rem + 0.0375vi, 1.2rem);
        --h5-s: clamp(1.3514rem, 1.3337rem + 0.0886vi, 1.44rem);
        --h4-s: clamp(1.571rem, 1.5396rem + 0.157vi, 1.728rem);
        --h3-s: clamp(1.8263rem, 1.7768rem + 0.2473vi, 2.0736rem);
        --h2-s: clamp(2.1231rem, 2.05rem + 0.3652vi, 2.4883rem);
        --h1-s: clamp(2.4681rem, 2.3645rem + 0.5179vi, 2.986rem);
        --d3-s: clamp(2.8691rem, 2.7263rem + 0.714vi, 3.5832rem);
      }

      /* @link https://utopia.fyi/type/calculator?c=320,16,1.1625,1920,16,1.225,7,3,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
      /* 1.1625 - 1.225 */

      :root {
        --h6: clamp(1.1625rem, 1.15rem + 0.0625vi, 1.225rem);
        --h5: clamp(1.3514rem, 1.3216rem + 0.1492vi, 1.5006rem);
        --h4: clamp(1.571rem, 1.5176rem + 0.2673vi, 1.8383rem);
        --h3: clamp(1.8263rem, 1.7412rem + 0.4256vi, 2.2519rem);
        --h2: clamp(2.1231rem, 1.996rem + 0.6355vi, 2.7585rem);
        --h1: clamp(2.4681rem, 2.2858rem + 0.9111vi, 3.3792rem);
        --d3: clamp(2.8691rem, 2.6151rem + 1.2704vi, 4.1395rem);
      }

      .cms-cover-image {
  background-position: center;
}

.cms-cover-image::before {
  background: none;
}

.main-content {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 3fr minmax(400px, 1fr);
  container-type: inline-size;
  gap: 40px;
  max-width: 1552px;
  margin: 40px auto;
  padding: 0 12px;
}

.main-content h1 {
  font-size: var(--h1);
  line-height: 1;
  margin: 0 0 16px 0;
  scroll-margin-top: 150px;
}

.main-content h2 {
  font-size: var(--h2);
  line-height: normal;
  margin-top: 56px;
  scroll-margin-top: 150px;
}

.main-content h3 {
  font-size: var(--h3-s);
  line-height: normal;
  margin-top: 24px;
  scroll-margin-top: 150px;
}

.main-content h4 {
  font-size: var(--h4-s);
  line-height: normal;
}

.main-content h5 {
  font-size: var(--h5-s);
  line-height: normal;
}

.main-content h6 {
  font-size: var(--h6-s);
  line-height: normal;
}

.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  letter-spacing: -1px;
  font-variation-settings: "wght" 350;
}

.main-content img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.main-content img.about-avatar {
  aspect-ratio: 1;
  width: 92px;
  margin-left: 0;
}

.content-toc {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background: #fff;
  z-index: 100;
  top: 150px;
  height: auto;
  position: sticky;
  width: 100%;
  /* Elevation/3 */
  padding: 8px 0;
  box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.content-toc .content-toc-title {
  font-size: var(--h5);
  font-weight: 600;
  padding: 16px;
}

.content-toc .content-toc__jumplink {
  text-wrap: balance;
  padding: 10px 16px;
  text-decoration: none;
  font-weight: 400;
  /* border-bottom: 1px solid #e0e0e0; */
  color: rgba(0, 0, 0, 0.7);
  line-height: 24px;
}

.content-toc .content-toc__jumplink:hover {
  background-color: rgba(0, 0, 0, 0.04);
  color: black;
}

.content-toc .content-toc__jumplink:last-of-type {
  border-bottom: none;
}

.about-bobs-container {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 24px 0;
  border-top: 1px solid #d9d9d9;
  margin-top: 56px;
}

.about-bobs-container span {
  font-size: var(--h2-s);
  font-family: "utopia std";
  margin-bottom: 16px;
  line-height: 1;
}

@media (max-width: 959px) {
  .main-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
    margin: 24px auto;
  }

  .main-content h2 {
    scroll-margin-top: 184px;
  }

  .content-toc {
    box-shadow: none;
    border: 1px solid #e0e0e0;
  }
}

@media only screen and (max-width: 1199px) {
  html.cms main,
  html.verifylogin main,
  html.account main,
  html.cart main,
  html.verifycheckout main,
  html.orderresults main {
    padding-top: 144px;
  }

  .heroIMG, .cms-hero-wrapper {
    width: 100%;
    object-fit: cover;
    height: 256px;
  }
}
						
