:root {
    --md-admonition-icon--pied-piper: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M244 246c-3.2-2-6.3-2.9-10.1-2.9-6.6 0-12.6 3.2-19.3 3.7l1.7 4.9zm135.9 197.9c-19 0-64.1 9.5-79.9 19.8l6.9 45.1c35.7 6.1 70.1 3.6 106-9.8-4.8-10-23.5-55.1-33-55.1zM340.8 177c6.6 2.8 11.5 9.2 22.7 22.1 2-1.4 7.5-5.2 7.5-8.6 0-4.9-11.8-13.2-13.2-23 11.2-5.7 25.2-6 37.6-8.9 68.1-16.4 116.3-52.9 146.8-116.7C548.3 29.3 554 16.1 554.6 2l-2 2.6c-28.4 50-33 63.2-81.3 100-31.9 24.4-69.2 40.2-106.6 54.6l-6.3-.3v-21.8c-19.6 1.6-19.7-14.6-31.6-23-18.7 20.6-31.6 40.8-58.9 51.1-12.7 4.8-19.6 10-25.9 21.8 34.9-16.4 91.2-13.5 98.8-10zM555.5 0l-.6 1.1-.3.9.6-.6zm-59.2 382.1c-33.9-56.9-75.3-118.4-150-115.5l-.3-6c-1.1-13.5 32.8 3.2 35.1-31l-14.4 7.2c-19.8-45.7-8.6-54.3-65.5-54.3-14.7 0-26.7 1.7-41.4 4.6 2.9 18.6 2.2 36.7-10.9 50.3l19.5 5.5c-1.7 3.2-2.9 6.3-2.9 9.8 0 21 42.8 2.9 42.8 33.6 0 18.4-36.8 60.1-54.9 60.1-8 0-53.7-50-53.4-60.1l.3-4.6 52.3-11.5c13-2.6 12.3-22.7-2.9-22.7-3.7 0-43.1 9.2-49.4 10.6-2-5.2-7.5-14.1-13.8-14.1-3.2 0-6.3 3.2-9.5 4-9.2 2.6-31 2.9-21.5 20.1L15.9 298.5c-5.5 1.1-8.9 6.3-8.9 11.8 0 6 5.5 10.9 11.5 10.9 8 0 131.3-28.4 147.4-32.2 2.6 3.2 4.6 6.3 7.8 8.6 20.1 14.4 59.8 85.9 76.4 85.9 24.1 0 58-22.4 71.3-41.9 3.2-4.3 6.9-7.5 12.4-6.9.6 13.8-31.6 34.2-33 43.7-1.4 10.2-1 35.2-.3 41.1 26.7 8.1 52-3.6 77.9-2.9 4.3-21 10.6-41.9 9.8-63.5l-.3-9.5c-1.4-34.2-10.9-38.5-34.8-58.6-1.1-1.1-2.6-2.6-3.7-4 2.2-1.4 1.1-1 4.6-1.7 88.5 0 56.3 183.6 111.5 229.9 33.1-15 72.5-27.9 103.5-47.2-29-25.6-52.6-45.7-72.7-79.9zm-196.2 46.1v27.2l11.8-3.4-2.9-23.8zm-68.7-150.4l24.1 61.2 21-13.8-31.3-50.9zm84.4 154.9l2 12.4c9-1.5 58.4-6.6 58.4-14.1 0-1.4-.6-3.2-.9-4.6-26.8 0-36.9 3.8-59.5 6.3z"/></svg>')
  }
  .md-typeset .admonition.pied-piper,
  .md-typeset details.pied-piper {
    border-color: rgb(43, 155, 70);
  }
  .md-typeset .pied-piper > .admonition-title,
  .md-typeset .pied-piper > summary {
    background-color: rgba(43, 155, 70, 0.1);
  }
  .md-typeset .pied-piper > .admonition-title::before,
  .md-typeset .pied-piper > summary::before {
    background-color: rgb(43, 155, 70);
    -webkit-mask-image: var(--md-admonition-icon--pied-piper);
            mask-image: var(--md-admonition-icon--pied-piper);
  }

  :root {
    --md-admonition-icon--daisy-solid: url(https://cdn.shopify.com/s/files/1/0744/9640/9892/files/new_daisy_outline.svg?v=1690395784)
  }
  .md-typeset .admonition.daisy-solid,
  .md-typeset details.daisy-solid {
    border-color: rgb(255,182,0);
  }
  .md-typeset .daisy-solid > .admonition-title,
  .md-typeset .daisy-solid > summary {
    background-color: rgba(255,182,0, 0.1);
  }
  .md-typeset .daisy-solid > .admonition-title::before,
  .md-typeset .daisy-solid > summary::before {
    background-color: rgb(255,182,0);
    -webkit-mask-image: var(--md-admonition-icon--daisy-solid);
            mask-image: var(--md-admonition-icon--daisy-solid);
  }

  :root {
    --md-admonition-icon--step-one: url(https://daisy.nyc3.cdn.digitaloceanspaces.com/assets/bell/tutorials/steps/step_5.svg)
  }
  .md-typeset .admonition.step-one,
  .md-typeset details.step-one { display: none !important;
    border-color: rgb(0,191,165);
  }
  .md-typeset .step-one > .admonition-title,
  .md-typeset .step-one > summary {
    background-color: rgba(0,191,165, 0.1);
  }
  .md-typeset .step-one > .admonition-title::before,
  .md-typeset .step-one > summary::before {
    background-color: rgb(0,191,165);
    -webkit-mask-image: var(--md-admonition-icon--step-one);
            mask-image: var(--md-admonition-icon--step-one);
  }

  :root {
    --md-admonition-icon--sound-warning: url(https://cdn.shopify.com/s/files/1/0744/9640/9892/files/unmute.svg?v=1715639704)
  }
  .md-typeset .admonition.sound-warning,
  .md-typeset details.sound-warning {
    border-color: rgb(255, 145, 0);
  }
  .md-typeset .sound-warning > .admonition-title,
  .md-typeset .sound-warning > summary {
    background-color: rgba(255, 145, 0, 0.1);
  }
  .md-typeset .sound-warning > .admonition-title::before,
  .md-typeset .sound-warning > summary::before {
    background-color: rgb(255, 145, 0);
    -webkit-mask-image: var(--md-admonition-icon--sound-warning);
            mask-image: var(--md-admonition-icon--sound-warning);
  }

  .admonition-blank .admonition-title-icon {display: none !important}

  .techspecs {
    background-color: #ffb60033; /* Changing background color */
    font-weight: bold; /* Making font bold */
    border-radius: 20px; /* Making border radius */
    width: 45%; /* Making auto-sizable width */
    height: auto; /* Making auto-sizable height */
    padding: 5px 30px 5px 30px; /* Making space around letters */
    font-size: 18px; /* Changing font size */
    @media screen and (max-width: 675px){
      width:100%;
  }
}

/* Mobile sizing classes for buttons and image assets */

  .mbl {
    width: 49.71%; /* desktop button width */
    @media screen and (max-width: 810px){
      width: 32.8%; /* tablet button width */
      margin-bottom: 10px; /* space between buttons */
    }
    @media screen and (max-width: 675px){
        width: 100%; /* mobile button width */
        margin-bottom: 10px; /* space between buttons */
    }
  }

  .mbl-alt {
    width: 32.8%; /* desktop button width */
    display: flex;
    margin: auto;
    @media screen and (max-width: 675px){
        width: 100%; /* mobile button width */
        margin-bottom: 10px; /* space between buttons */
    }
  }

  .mbl-2 {
    width: 50%; /* desktop button width */
    @media screen and (max-width: 675px){
        width: 100%; /* mobile button width */
        margin-bottom: 10px; /* space between buttons */
    }
  }

  .mbl-3 {
    width: 50%; /* desktop button width */
    @media screen and (max-width: 675px){
        width: 100%; /* mobile button width */
        margin-bottom: 10px; /* space between buttons */
    }
  }

  .mbl-gif {
    width: 45%; /* desktop width */
    float:right; /* desktop position */
    @media screen and (max-width: 675px) {
      width: 75%; /* mobile gif width */
      padding-left: 25%; /* for centering the resized gif */
      float:none;
    }
  }

  .mbl_img {
    width: 50%;
    float: left;
    @media screen and (max-width: 675px) {
      width: 75%;
      padding-left: 25%;
      float: none;
    }
  }

  .mbl_img_2 {
    width: 50%;
    float: left;
    @media screen and (max-width: 675px) {
      width: 100%;
      float: none;
    }
  }

  .mbl_img_3 {
    width: 15%;
    display: flex;
    margin: auto;
    @media screen and (max-width: 810px) {
      width: 25%;
    }
  }

  .mbl_img_4 {
    width: 25%;
    display: flex;
    margin: auto;
    @media screen and (max-width: 810px) {
      width: 50%;
    }
  }

  .mbl_img_5 {
    width: 35%;
    display: flex;
    margin: auto;
    @media screen and (max-width: 810px) {
      width: 50%;
    }
  }

  .mbl_img_5-1 {
    width: 35%;
    @media screen and (max-width: 810px) {
      width: 50%;
    }
  }

  .mbl_img_6 {
    width: 50%;
    display: flex;
    margin: auto;
    @media screen and (max-width: 810px) {
      width: 75%;
    }
  }

  .mbl_img_7 {
    width: 35%; /* desktop width */
    float:right; /* desktop position */
    @media screen and (max-width: 675px) {
      width: 75%; /* mobile gif width */
      float:none;
      display: flex;
      margin: auto;
    }
  }

  .mbl_img_8 {
    width:35%;
    @media screen and (max-width: 675px) {
      width:75%;
    }
  }

  .mbl_img_9 {
    width: 75%;
    display: flex;
    margin: auto;
    box-shadow: 10px 10px .5;
  }

  .mbl_img_10 {
    width: 23%;
  }

  .mbl_img_11 { /* Tutorial Photos */
    width: 75%;
    display: flex;
    margin: auto;
    @media screen and (max-width: 810px) {
      width: 75%;
    }
  }

  .mbl_img_12 { /* Larger Tutorial Photos */
    width: 90%;
    display: flex;
    margin: auto;
    @media screen and (max-width: 810px) {
      width: 75%;
    }
  }

  .box-shadow {
    box-shadow:5px 5px 10px black;
  }

  .drop-shadow {
    filter: drop-shadow(5px 5px 10px black);
  }

[data-md-color-scheme="daisy"] {
  --md-primary-fg-color: #7c878e;
  --md-primary-fg-color--light: #9ea7a8;
  --md-primary-fg-color--dark: #293c47;
  --md-primary-bg-color: #f4f3f2;
  --md-primary-bg-color--light: #f4f3f2;

  --md-accent-fg-color: #ffb600;
  --md-accent-fg-color--transparent: hsla(42.82, 100, 50, .1);
  --md-accent-bg-color: #f4f3f2;
  --md-accent-bg-color--light: #f4f3f2;

  --md-typset-a-color: #7c878e;
}

[data-md-color-scheme="daisy"] img[src$="#only-dark"],
  [data-md-color-scheme="daisy"] img[src$="#gh-dark-mode-only"] {
    display: none; /* Hide dark images in light mode */
  }

[data-md-color-scheme="slate"] {
  --md-hue: 210;
}

.md-header__button.md-logo {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
}

.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 17%;
  width: 17%;
}

.md-header__title {
  padding-top: 5px;
}

.md-nav__item .md-nav__link--active {
  color: var(--md-typeset-color);
}

.hidden-link .conflicting-class {
  a:link {
    color: var(--md-typeset-color);
  }
  a:visited {
    color: var(--md-typeset-color);
  }
}

@keyframes heart {
  0%, 40%, 80%, 100% {
    transform: scale(1);
  }
  20%, 60% {
    transform: scale(1.5);
  }
}
.heart {
  animation: heart 500ms infinite;
}

.md-button {
  margin-top: 5px;
}

.video-container {
  position:relative;
  width: auto;
  max-width:100%;
  margin-bottom:20px;
}

video {
  display:block;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.white-fade-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0); /* Start with transparent */
  transition: background-color 0.3s ease; /* Smooth transition */
  pointer-events: none; /* Allow clicks to pass through */
  overflow: hidden;
  display: block;
}

 /* Style for the play button overlay */
 .play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none; /* Initially hidden */
  cursor: pointer;
  display: none;
  opacity: 0.5;
}

.play-button-overlay::after {
  content: ''; /* Empty content */
      background-image: url(https://daisy.nyc3.cdn.digitaloceanspaces.com/assets/bell/tutorials/play_white.svg); /* Replace with your own play icon image URL */
      background-size: contain; /* Scale the image to fit the container */
      background-repeat: no-repeat; /* Prevent image from repeating */
      width: 100px; /* Adjust width of the play icon */
      height: 100px; /* Adjust height of the play icon */
      display: block; /* Display as block element */
}

/* Custom Header CSS */

.es-header {
  position: sticky;
  align-items: center;
  top: 0;
  z-index: 3;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(96, 104, 109, 0.08);
}

.es-header__inner {
  display: grid;
  grid-template-areas: "heading navigation icons";
  grid-template-columns: 57.5px 619.93px 382.57px;
  grid-template-rows: 65px;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 50px;
}

.es-header__logo {
  height: 50px;
  width: auto;
}

.es-header__logo-link {
  display: flex;
  text-decoration: none;
  grid-area: heading;
  align-self: center;
  align-items: center;
  justify-content: center;
  margin-left: -7.5px;
  padding: 0;
  height: 65px;
}

.es-header__nav {
  display: flex;
  position: relative;
  align-self: center;
  align-items: center;
  grid-area: navigation;
  margin-block: 0;
}

.es-header__nav a {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  display: block;
  font-family: -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.6px;
  line-height: 18.2px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-underline-offset: 3px;
  transition-behavior: normal;
  transition-delay: 0s;
  transition-duration: 0.1s;
  transition-property: text-decoration;
  transition-timing-function: ease;
  -webkit-font-smoothing: auto;
  width: auto;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
}

.es-header__nav a:hover {
  color: rgba(43, 46, 49, 1.0);
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.es-header__search-button,
.md-search {
  grid-area: icons;
}

html {
  scrollbar-gutter: stable;
}

/* Responsive layout */
@media (max-width: 768px) {
  .es-header__inner {
    flex-direction: column;
    gap: 12px;
  }

  .es-header__nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .es-header__nav a {
    font-size: 0.9rem;
  }
}

.es-header__cart-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 44px;
  height: 44px;
  color: rgba(43, 46, 49, 0.75);
  text-decoration: none;
  grid-area: icons;
}

.es-header__cart-icon:hover {
  color: rgba(43, 46, 49, 1.0);
}

.es-header__cart-icon .icon-cart {
  width: 24px;
  height: 24px;
}

.es-header__cart-count-bubble {
  position: absolute;
  top: 19px;
  left: 22px;
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: rgb(0, 156, 221);
  color: rgb(255, 255, 255);
  font-size: 9px;
  line-height: 1;
}

.es-header__cart-count-bubble[hidden] {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}



