@font-face {
  font-family: OpenSans;
  src: url("../../fonts/OpenSans/OpenSans-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: OpenSans;
  src: url("../../fonts/OpenSans/OpenSans-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: OpenSans;
  src: url("../../fonts//OpenSans/OpenSans-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: OpenSans;
  src: url("../../fonts/OpenSans/OpenSans-Semibold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: OpenSans;
  src: url("../../fonts/OpenSans/OpenSans-Extrabold.ttf");
  font-weight: 800;
}
@font-face {
  font-family: icon-font;
  src: url("../../fonts/customFont.ttf?v=2");
}
body {
  font-family: OpenSans, Arial, Helvetica, sans-serif;
  overflow: hidden;
  color: #000000;
  margin: 0;
}

p {
  margin: 0;
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .safeArea {
    position: absolute;
    width: 926px;
    height: 520px;
    top: 32px;
    left: 52px;
    overflow: hidden;
    max-width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .safeArea {
    position: absolute;
    width: 1190px;
    height: 650px;
    top: 32px;
    left: 52px;
    overflow: hidden;
    max-width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .safeArea {
    position: absolute;
    width: 1728px;
    height: 972px;
    top: 54px;
    left: 96px;
    overflow: hidden;
  }
}

.tv-screen {
  /* background-color: yellow; */
  position: relative;
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .tv-screen {
    width: 1024px;
    height: 576px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .tv-screen {
    width: 1280px;
    height: 720px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .tv-screen {
    width: 1920px;
    height: 1080px;
  }
}

.price {
  position: absolute;
  background-color: #f8f8f8;
  width: 160px;
  border-radius: 0px 0px 5px 5px;
  height: 60px;
  overflow: hidden;
  top: 35px;
  box-shadow: inset 0px -1px 0px 0px #cacaca;
  transition: height 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .price {
    width: calc(160px * 1.25);
    height: calc(60px * 1.25);
    top: calc(35px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .price {
    width: calc(160px * 1.875);
    height: calc(60px * 1.875);
    top: calc(35px * 1.875);
  }
}
.price--pays {
  background: #6D7744;
  animation: colorChange 2s;
  color: #f8f8f8;
}
.price--start-on {
  transition: height 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  height: 90px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .price--start-on {
    height: calc(90px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .price--start-on {
    height: calc(90px * 1.875);
  }
}
.price__title {
  transition: top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-weight: bold;
  position: absolute;
  text-transform: uppercase;
  font-size: 11px;
  left: 15px;
  width: 100%;
  top: 4px;
  color: #6D7744;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .price__title {
    font-size: calc(11px * 1.25);
    left: calc(15px * 1.25);
    top: calc(4px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .price__title {
    font-size: calc(11px * 1.875);
    left: calc(15px * 1.875);
    top: calc(4px * 1.875);
  }
}
.price--pays .price__title {
  color: #f8f8f8;
}
.price--start-on .price__title {
  transition: top 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  top: 34px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .price--start-on .price__title {
    top: calc(34px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .price--start-on .price__title {
    top: calc(34px * 1.875);
  }
}
.price__starttitle {
  font-weight: bold;
  position: absolute;
  text-transform: uppercase;
  font-size: 11px;
  left: 15px;
  width: 100%;
  opacity: 0;
  color: #6D7744;
  transition: opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .price__starttitle {
    font-size: calc(11px * 1.25);
    left: calc(15px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .price__starttitle {
    font-size: calc(11px * 1.875);
    left: calc(15px * 1.875);
  }
}
.price--start-on .price__starttitle {
  opacity: 1;
}
.price__start {
  position: absolute;
  opacity: 0;
  left: 15px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .price__start {
    left: calc(15px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .price__start {
    left: calc(15px * 1.875);
  }
}
.price--start-on .price__start {
  transition: top 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 2s;
  opacity: 1;
  top: 14px;
  font-size: 16px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .price--start-on .price__start {
    top: calc(14px * 1.25);
    font-size: calc(16px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .price--start-on .price__start {
    top: calc(14px * 1.875);
    font-size: calc(16px * 1.875);
  }
}
.price__start--crash {
  text-decoration: line-through;
}
.price__amount {
  transition: top 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-weight: 600;
  position: absolute;
  font-size: 22px;
  top: 14px;
  left: 15px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .price__amount {
    font-size: calc(22px * 1.25);
    top: calc(14px * 1.25);
    left: calc(15px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .price__amount {
    font-size: calc(22px * 1.875);
    top: calc(14px * 1.875);
    left: calc(15px * 1.875);
  }
}
.price--start-on .price__amount {
  transition: top 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  top: 43px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .price--start-on .price__amount {
    top: calc(43px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .price--start-on .price__amount {
    top: calc(43px * 1.875);
  }
}
.price__amount--left {
  animation: move-left 0.2s linear;
}
.price__post-cost {
  text-transform: uppercase;
  font-size: 11px;
  position: absolute;
  top: 42px;
  left: 15px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  transition: top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .price__post-cost {
    font-size: calc(11px * 1.25);
    top: calc(42px * 1.25);
    left: calc(15px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .price__post-cost {
    font-size: calc(11px * 1.875);
    top: calc(42px * 1.875);
    left: calc(15px * 1.875);
  }
}
.price--start-on .price__post-cost {
  transition: top 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  top: 70px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .price--start-on .price__post-cost {
    top: calc(70px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .price--start-on .price__post-cost {
    top: calc(70px * 1.875);
  }
}
.price__crash {
  transition: opacity 1s;
  background-image: url("/images/stars.png?v=2&width=160&height=599&mode=fit");
  background-color: rgb(194.7272727273, 202.4545454545, 163.0454545455);
  width: 160px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 100% 100%;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .price__crash {
    background-image: url("/images/starsHDready.png?v=2&width=200&height=749&mode=fit");
    width: calc(160px * 1.25);
    height: calc(150px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .price__crash {
    background-image: url("/images/starsHD.png?v=2&width=300&height=1123&mode=fit");
    width: calc(160px * 1.875);
    height: calc(150px * 1.875);
  }
}
.price__crash--start {
  opacity: 1;
  animation: crash 9s linear;
  transition: opacity 1s;
}
.price__crash--hide {
  opacity: 0;
}

.sewing-street .price__crash {
  transition: opacity 1s;
  background-image: url("/images/chevrons.png?v=2&width=160&height=599&mode=fit");
  background-color: rgb(194.7272727273, 202.4545454545, 163.0454545455);
  width: 160px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 100% 100%;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .sewing-street .price__crash {
    background-image: url("/images/chevronsHDready.png?v=2&width=200&height=749&mode=fit");
    width: calc(160px * 1.25);
    height: calc(150px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .sewing-street .price__crash {
    background-image: url("/images/chevronsHD.png?v=2&width=300&height=1123&mode=fit");
    width: calc(160px * 1.875);
    height: calc(150px * 1.875);
  }
}
.sewing-street .price--start {
  opacity: 1;
  animation: crash 9s linear;
  transition: opacity 1s;
}

.hobbymaker .price__crash {
  transition: opacity 1s;
  background-image: url("/images/chevrons.png?v=2&width=160&height=599&mode=fit");
  background-color: rgb(194.7272727273, 202.4545454545, 163.0454545455);
  width: 160px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 100% 100%;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .hobbymaker .price__crash {
    background-image: url("/images/chevronsHDready.png?v=2&width=200&height=749&mode=fit");
    width: calc(160px * 1.25);
    height: calc(150px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .hobbymaker .price__crash {
    background-image: url("/images/chevronsHD.png?v=2&width=300&height=1123&mode=fit");
    width: calc(160px * 1.875);
    height: calc(150px * 1.875);
  }
}
.hobbymaker .price__crash--start {
  opacity: 1;
  animation: crash 9s linear;
  transition: opacity 1s;
}

.sewing-street .price__crash {
  transition: opacity 1s;
  background-image: url("/images/chevrons.png?v=2&width=160&height=599&mode=fit");
  background-color: rgb(194.7272727273, 202.4545454545, 163.0454545455);
  width: 160px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 100% 100%;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .sewing-street .price__crash {
    background-image: url("/images/chevronsHDready.png?v=2&width=200&height=749&mode=fit");
    width: calc(160px * 1.25);
    height: calc(150px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .sewing-street .price__crash {
    background-image: url("/images/chevronsHD.png?v=2&width=300&height=1123&mode=fit");
    width: calc(160px * 1.875);
    height: calc(150px * 1.875);
  }
}
.sewing-street .price__crash--start {
  opacity: 1;
  animation: crash 9s linear;
  transition: opacity 1s;
}

.yarn-lane .price__crash {
  transition: opacity 1s;
  background-image: url("/images/chevrons.png?v=2&width=160&height=599&mode=fit");
  background-color: rgb(194.7272727273, 202.4545454545, 163.0454545455);
  width: 160px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 100% 100%;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .yarn-lane .price__crash {
    background-image: url("/images/chevronsHDready.png?v=2&width=200&height=749&mode=fit");
    width: calc(160px * 1.25);
    height: calc(150px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .yarn-lane .price__crash {
    background-image: url("/images/chevronsHD.png?v=2&width=300&height=1123&mode=fit");
    width: calc(160px * 1.875);
    height: calc(150px * 1.875);
  }
}
.yarn-lane .price__crash--start {
  opacity: 1;
  animation: crash 9s linear;
  transition: opacity 1s;
}

.post__data {
  position: absolute;
  opacity: 0;
}

@keyframes crash {
  0% {
    background-position-y: 100%;
  }
  100% {
    background-position-y: -100%;
  }
}
@keyframes move-left {
  0% {
    left: 0px;
  }
  100% {
    left: 15px;
  }
}
@keyframes colorChange {
  0% {
    background: #f8f8f8;
  }
  100% {
    background: #6D7744;
  }
}
.sewing-street .phoneBar__website {
  color: #09254A;
}

.yarn-lane .phoneBar__website {
  color: #09254A;
}

.hobbymaker .phoneBar__website {
  color: #43A4AD;
}

.phoneBar {
  transition: width 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), bottom 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 0px;
  background-color: #f8f8f8;
  border-radius: 5px;
  bottom: 10px;
  height: 50px;
  position: absolute;
  text-align: center;
  overflow: hidden;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .phoneBar {
    width: calc(0px * 1.25);
    border-radius: calc(5px * 1.25);
    bottom: calc(10px * 1.25);
    height: calc(50px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .phoneBar {
    width: calc(0px * 1.875);
    border-radius: calc(5px * 1.875);
    bottom: calc(10px * 1.875);
    height: calc(50px * 1.875);
  }
}
.phoneBar--game {
  bottom: 95px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .phoneBar--game {
    bottom: calc(95px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .phoneBar--game {
    bottom: calc(95px * 1.875);
  }
}
.phoneBar--documentary {
  bottom: 0px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .phoneBar--documentary {
    bottom: calc(0px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .phoneBar--documentary {
    bottom: calc(0px * 1.875);
  }
}
.phoneBar--open {
  transition: width 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), bottom 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 160px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .phoneBar--open {
    width: calc(160px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .phoneBar--open {
    width: calc(160px * 1.875);
  }
}
.phoneBar__number {
  font-weight: bold;
  font-size: 23px;
  padding-top: 3px;
  line-height: 22px;
  width: 160px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .phoneBar__number {
    font-size: calc(23px * 1.25);
    padding-top: calc(3px * 1.25);
    line-height: calc(22px * 1.25);
    width: calc(160px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .phoneBar__number {
    font-size: calc(23px * 1.875);
    padding-top: calc(3px * 1.875);
    line-height: calc(22px * 1.875);
    width: calc(160px * 1.875);
  }
}
.phoneBar__number--us {
  font-size: 20px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .phoneBar__number--us {
    font-size: calc(20px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .phoneBar__number--us {
    font-size: calc(20px * 1.875);
  }
}
.phoneBar__website {
  font-size: 17px;
  line-height: 22px;
  color: #6D7744;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .phoneBar__website {
    font-size: calc(17px * 1.25);
    line-height: calc(22px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .phoneBar__website {
    font-size: calc(17px * 1.875);
    line-height: calc(22px * 1.875);
  }
}

.yarn-lane .product__header, .yarn-lane .comingupShows__header {
  background-color: #09254A;
}
.yarn-lane .price__title {
  color: #09254A;
}
.yarn-lane .price__starttitle {
  color: #09254A;
}
.yarn-lane .price__crash {
  background-color: rgb(20.0602409639, 82.4698795181, 164.9397590361);
}

.sewing-street .product__header, .sewing-street .comingupShows__header {
  background-color: #09254A;
}
.sewing-street .price__title {
  color: #09254A;
}
.sewing-street .price__starttitle {
  color: #09254A;
}
.sewing-street .price__crash {
  background-color: rgb(20.0602409639, 82.4698795181, 164.9397590361);
}

.hobbymaker .product__header, .hobbymaker .comingupShows__header {
  background-color: #43A4AD;
}
.hobbymaker .price__title {
  color: #43A4AD;
}
.hobbymaker .price__starttitle {
  color: #43A4AD;
}
.hobbymaker .price__crash {
  background-color: rgb(133.9, 201.8, 208.1);
}

.product {
  transition: top 1s cubic-bezier(0.39, 0.575, 0.565, 1), left 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  left: -300px;
  z-index: 1;
  position: absolute;
  top: 200px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .product {
    left: calc(-300px * 1.25);
    top: calc(200px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .product {
    left: calc(-300px * 1.875);
    top: calc(200px * 1.875);
  }
}
.product--hide {
  opacity: 0 !important;
}
.product__icon {
  width: 20px;
  position: absolute;
  height: 20px;
  top: 8px;
  left: 10px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .product__icon {
    width: calc(20px * 1.25);
    height: calc(20px * 1.25);
    top: calc(8px * 1.25);
    left: calc(10px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .product__icon {
    width: calc(20px * 1.875);
    height: calc(20px * 1.875);
    top: calc(8px * 1.875);
    left: calc(10px * 1.875);
  }
}
.product--one {
  top: 330px;
  opacity: 1;
  left: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .product--one {
    top: calc(330px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .product--one {
    top: calc(330px * 1.875);
  }
}
.product--none {
  top: 375px;
  opacity: 1;
  left: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .product--none {
    top: calc(375px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .product--none {
    top: calc(375px * 1.875);
  }
}
.product--all {
  top: 285px;
  opacity: 1;
  left: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .product--all {
    top: calc(285px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .product--all {
    top: calc(285px * 1.875);
  }
}
.product--start-all {
  top: 255px;
  opacity: 1;
  left: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .product--start-all {
    top: calc(255px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .product--start-all {
    top: calc(255px * 1.875);
  }
}
.product--start-one {
  top: 300px;
  opacity: 1;
  left: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .product--start-one {
    top: calc(300px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .product--start-one {
    top: calc(300px * 1.875);
  }
}
.product--start {
  top: 345px;
  opacity: 1;
  left: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .product--start {
    top: calc(345px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .product--start {
    top: calc(345px * 1.875);
  }
}
.product--move {
  top: 0px;
  transition: top 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  opacity: 1;
  left: 0;
}
.product__header, .comingupShows__header {
  font-weight: 600;
  background-color: #6D7744;
  border-radius: 5px 5px 0 0;
  color: #f8f8f8;
  font-size: 20px;
  height: 35px;
  position: absolute;
  letter-spacing: 1px;
  line-height: 24px;
  width: 160px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .product__header, .comingupShows__header {
    font-size: calc(20px * 1.25);
    height: calc(35px * 1.25);
    letter-spacing: calc(1px * 1.25);
    line-height: calc(24px * 1.25);
    width: calc(160px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .product__header, .comingupShows__header {
    font-size: calc(20px * 1.875);
    height: calc(35px * 1.875);
    letter-spacing: calc(1px * 1.875);
    line-height: calc(24px * 1.875);
    width: calc(160px * 1.875);
  }
}
.product__sku, .comingupShows__title {
  top: 5px;
  position: absolute;
  left: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .product__sku, .comingupShows__title {
    top: calc(5px * 1.25);
    left: calc(15px * 1.25);
    letter-spacing: calc(1px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .product__sku, .comingupShows__title {
    top: calc(5px * 1.875);
    left: calc(15px * 1.875);
    letter-spacing: calc(1px * 1.875);
  }
}
.product__sku--icon {
  left: 35px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .product__sku--icon {
    left: calc(35px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .product__sku--icon {
    left: calc(35px * 1.875);
  }
}
.product__sku--right, .comingupShows__title--right {
  right: 15px;
  left: auto;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .product__sku--right, .comingupShows__title--right {
    right: calc(15px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .product__sku--right, .comingupShows__title--right {
    right: calc(15px * 1.875);
  }
}
.product__availability {
  background-color: #f8f8f8;
  border-radius: 5px;
  height: 0px;
  overflow: hidden;
  position: absolute;
  width: 160px;
  box-shadow: inset 0px -1px 0px 0px #cacaca;
  top: 95px;
  transition: height 1s cubic-bezier(0.075, 0.82, 0.165, 1), top 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .product__availability {
    border-radius: calc(5px * 1.25);
    height: calc(0px * 1.25);
    width: calc(160px * 1.25);
    top: calc(95px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .product__availability {
    border-radius: calc(5px * 1.875);
    height: calc(0px * 1.875);
    width: calc(160px * 1.875);
    top: calc(95px * 1.875);
  }
}
.product__availability--open {
  height: 45px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .product__availability--open {
    height: calc(45px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .product__availability--open {
    height: calc(45px * 1.875);
  }
}
.product__availability--splitpay {
  top: 140px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .product__availability--splitpay {
    top: calc(140px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .product__availability--splitpay {
    top: calc(140px * 1.875);
  }
}
.product__availability--start {
  top: 125px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .product__availability--start {
    top: calc(125px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .product__availability--start {
    top: calc(125px * 1.875);
  }
}
.product__availability--all {
  top: 170px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .product__availability--all {
    top: calc(170px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .product__availability--all {
    top: calc(170px * 1.875);
  }
}
.product__data {
  font-size: 15px;
  position: absolute;
  opacity: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .product__data {
    font-size: calc(15px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .product__data {
    font-size: calc(15px * 1.875);
  }
}
.product__infoPrice {
  background-color: #f8f8f8;
  border-radius: 5px;
  height: 0px;
  overflow: hidden;
  position: absolute;
  top: 95px;
  width: 160px;
  box-shadow: inset 0px -1px 0px 0px #cacaca;
  transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .product__infoPrice {
    border-radius: calc(5px * 1.25);
    height: calc(0px * 1.25);
    top: calc(95px * 1.25);
    width: calc(160px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .product__infoPrice {
    border-radius: calc(5px * 1.875);
    height: calc(0px * 1.875);
    top: calc(95px * 1.875);
    width: calc(160px * 1.875);
  }
}
.product__infoPrice--open {
  height: 45px;
  transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .product__infoPrice--open {
    height: calc(45px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .product__infoPrice--open {
    height: calc(45px * 1.875);
  }
}
.product__infoPrice--start {
  height: 45px;
  top: 125px;
  transition: height 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .product__infoPrice--start {
    height: calc(45px * 1.25);
    top: calc(125px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .product__infoPrice--start {
    height: calc(45px * 1.875);
    top: calc(125px * 1.875);
  }
}
.product__saving {
  background-color: #f8f8f8;
  border-radius: 5px;
  height: 0px;
  overflow: hidden;
  position: absolute;
  width: 160px;
  box-shadow: inset 0px -1px 0px 0px #cacaca;
  top: 95px;
  transition: height 1s cubic-bezier(0.075, 0.82, 0.165, 1), top 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .product__saving {
    border-radius: calc(5px * 1.25);
    height: calc(0px * 1.25);
    width: calc(160px * 1.25);
    top: calc(95px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .product__saving {
    border-radius: calc(5px * 1.875);
    height: calc(0px * 1.875);
    width: calc(160px * 1.875);
    top: calc(95px * 1.875);
  }
}
.product__saving--open {
  height: 45px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .product__saving--open {
    height: calc(45px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .product__saving--open {
    height: calc(45px * 1.875);
  }
}
.product__saving--splitpay {
  top: 140px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .product__saving--splitpay {
    top: calc(140px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .product__saving--splitpay {
    top: calc(140px * 1.875);
  }
}
.product__saving--start {
  top: 125px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .product__saving--start {
    top: calc(125px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .product__saving--start {
    top: calc(125px * 1.875);
  }
}
.product__saving--all {
  top: 170px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .product__saving--all {
    top: calc(170px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .product__saving--all {
    top: calc(170px * 1.875);
  }
}

.showBug {
  bottom: 0px;
  height: 90px;
  position: absolute;
  left: 0px;
  width: 160px;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .showBug {
    bottom: calc(0px * 1.25);
    height: calc(90px * 1.25);
    left: calc(0px * 1.25);
    width: calc(160px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .showBug {
    bottom: calc(0px * 1.875);
    height: calc(90px * 1.875);
    left: calc(0px * 1.875);
    width: calc(160px * 1.875);
  }
}
.showBug--on {
  opacity: 1;
}
.showBug__img {
  height: 90px;
  border-radius: 5px;
  position: absolute;
  width: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .showBug__img {
    height: calc(90px * 1.25);
    border-radius: calc(5px * 1.25);
    width: calc(160px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .showBug__img {
    height: calc(90px * 1.875);
    border-radius: calc(5px * 1.875);
    width: calc(160px * 1.875);
  }
}

.recorded {
  position: absolute;
  background-color: #fff;
  overflow: hidden;
  width: 0;
  transition: width 1s ease-in-out;
  border-radius: 5px;
  font-size: 14px;
  height: 35px;
  left: 170px;
  line-height: 25px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .recorded {
    border-radius: calc(5px * 1.25);
    font-size: calc(14px * 1.25);
    height: calc(35px * 1.25);
    left: calc(170px * 1.25);
    line-height: calc(25px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .recorded {
    border-radius: calc(5px * 1.875);
    font-size: calc(14px * 1.875);
    height: calc(35px * 1.875);
    left: calc(170px * 1.875);
    line-height: calc(25px * 1.875);
  }
}
.recorded--on {
  width: 550px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .recorded--on {
    width: calc(550px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .recorded--on {
    width: calc(550px * 1.875);
  }
}
.recorded__message {
  width: 100%;
  position: absolute;
  left: 15px;
  top: 5px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .recorded__message {
    left: calc(15px * 1.25);
    top: calc(5px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .recorded__message {
    left: calc(15px * 1.875);
    top: calc(5px * 1.875);
  }
}

.sewing-street .everybodyPays {
  background-color: #09254A;
}

.yarn-lane .everybodyPays {
  background-color: #09254A;
}

.hobbymaker .everybodyPays {
  background-color: #43A4AD;
}

.everybodyPays {
  background-color: #6D7744;
  color: #f8f8f8;
  position: absolute;
  border-radius: 5px;
  height: 60px;
  font-size: 11px;
  overflow: hidden;
  transition: width 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .everybodyPays {
    border-radius: calc(5px * 1.25);
    height: calc(60px * 1.25);
    font-size: calc(11px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .everybodyPays {
    border-radius: calc(5px * 1.875);
    height: calc(60px * 1.875);
    font-size: calc(11px * 1.875);
  }
}
.everybodyPays--on {
  width: 160px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .everybodyPays--on {
    width: calc(160px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .everybodyPays--on {
    width: calc(160px * 1.875);
  }
}
.everybodyPays__title {
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 15px;
  text-transform: uppercase;
  font-size: 11px;
  width: 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .everybodyPays__title {
    top: calc(10px * 1.25);
    left: calc(15px * 1.25);
    font-size: calc(11px * 1.25);
    width: calc(100px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .everybodyPays__title {
    top: calc(10px * 1.875);
    left: calc(15px * 1.875);
    font-size: calc(11px * 1.875);
    width: calc(100px * 1.875);
  }
}
.everybodyPays__price {
  font-family: 600;
  position: absolute;
  top: 20px;
  left: 15px;
  font-size: 22px;
  text-align: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .everybodyPays__price {
    top: calc(20px * 1.25);
    left: calc(15px * 1.25);
    font-size: calc(22px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .everybodyPays__price {
    top: calc(20px * 1.875);
    left: calc(15px * 1.875);
    font-size: calc(22px * 1.875);
  }
}

.sewing-street .quantity__title {
  color: #09254A;
}

.yarn-lane .quantity__title {
  color: #09254A;
}

.hobbymaker .quantity__title {
  color: #43A4AD;
}

.quantity__title {
  font-weight: bold;
  font-size: 11px;
  left: 15px;
  position: absolute;
  text-transform: uppercase;
  top: 4px;
  color: #6D7744;
  width: 100%;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .quantity__title {
    font-size: calc(11px * 1.25);
    left: calc(15px * 1.25);
    top: calc(4px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .quantity__title {
    font-size: calc(11px * 1.875);
    left: calc(15px * 1.875);
    top: calc(4px * 1.875);
  }
}
.quantity__amount {
  position: absolute;
  font-size: 20px;
  top: 16px;
  left: 15px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .quantity__amount {
    font-size: calc(20px * 1.25);
    top: calc(16px * 1.25);
    left: calc(15px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .quantity__amount {
    font-size: calc(20px * 1.875);
    top: calc(16px * 1.875);
    left: calc(15px * 1.875);
  }
}

.productTwo {
  bottom: 22px;
  left: 285px;
  position: absolute;
  width: 0px;
  height: 88px;
  background: #f8f8f8;
  border-radius: 0px 5px 5px 0px;
  overflow: hidden;
  opacity: 0;
}
.productTwo__description {
  font-size: 17px;
  left: 10px;
  opacity: 0;
  position: absolute;
  width: 400px;
  top: 2px;
  font-weight: 600;
}
.productTwo__additional {
  /* opacity: 1; */
  font-size: 15px;
  left: 10px;
  list-style: none;
  padding: 0;
  position: absolute;
  width: 400px;
  top: 12px;
}

.sewing-street .sizes__title {
  color: #09254A;
}
.sewing-street .variations__title {
  color: #09254A;
}

.yarn-lane .sizes__title {
  color: #09254A;
}
.yarn-lane .variations__title {
  color: #09254A;
}

.hobbymaker .sizes__title {
  color: #43A4AD;
}
.hobbymaker .variations__title {
  color: #43A4AD;
}

.sizes {
  font-weight: bold;
  border-radius: 5px;
  top: 95px;
  display: block;
  font-size: 11px;
  position: absolute;
  text-transform: uppercase;
  overflow: hidden;
  height: 0px;
  background-color: #f8f8f8;
  width: 160px;
  text-align: center;
  opacity: 0;
  transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .sizes {
    border-radius: calc(5px * 1.25);
    top: calc(95px * 1.25);
    font-size: calc(11px * 1.25);
    height: calc(0px * 1.25);
    width: calc(160px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .sizes {
    border-radius: calc(5px * 1.875);
    top: calc(95px * 1.875);
    font-size: calc(11px * 1.875);
    height: calc(0px * 1.875);
    width: calc(160px * 1.875);
  }
}
.sizes--open {
  height: 45px;
  opacity: 1;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .sizes--open {
    height: calc(45px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .sizes--open {
    height: calc(45px * 1.875);
  }
}
.sizes--one {
  height: 45px;
  top: 140px;
  opacity: 1;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .sizes--one {
    height: calc(45px * 1.25);
    top: calc(140px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .sizes--one {
    height: calc(45px * 1.875);
    top: calc(140px * 1.875);
  }
}
.sizes--start {
  top: 125px;
  height: 45px;
  opacity: 1;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .sizes--start {
    top: calc(125px * 1.25);
    height: calc(45px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .sizes--start {
    top: calc(125px * 1.875);
    height: calc(45px * 1.875);
  }
}
.sizes--start-quantity {
  height: 45px;
  top: 170px;
  opacity: 1;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .sizes--start-quantity {
    height: calc(45px * 1.25);
    top: calc(170px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .sizes--start-quantity {
    height: calc(45px * 1.875);
    top: calc(170px * 1.875);
  }
}
.sizes--all {
  height: 45px;
  top: 215px;
  opacity: 1;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .sizes--all {
    height: calc(45px * 1.25);
    top: calc(215px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .sizes--all {
    height: calc(45px * 1.875);
    top: calc(215px * 1.875);
  }
}
.sizes--both {
  height: 45px;
  top: 185px;
  opacity: 1;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .sizes--both {
    height: calc(45px * 1.25);
    top: calc(185px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .sizes--both {
    height: calc(45px * 1.875);
    top: calc(185px * 1.875);
  }
}
.sizes__wrapper {
  will-change: transform;
  position: absolute;
  left: 15px;
  top: 18px;
  height: 24px;
  overflow: hidden;
  width: 140px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .sizes__wrapper {
    left: calc(15px * 1.25);
    top: calc(18px * 1.25);
    height: calc(24px * 1.25);
    width: calc(140px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .sizes__wrapper {
    left: calc(15px * 1.875);
    top: calc(18px * 1.875);
    height: calc(24px * 1.875);
    width: calc(140px * 1.875);
  }
}
.sizes__wrapper--scroll {
  padding-left: 100%;
}
.sizes__list {
  padding: 0;
  margin: 0;
  transform: translateX(0%);
  white-space: nowrap;
  display: inline-block;
  padding-right: 100%;
}
.sizes__title {
  vertical-align: middle;
  display: inline-block;
  left: 15px;
  top: 3px;
  position: absolute;
  color: #6D7744;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .sizes__title {
    left: calc(15px * 1.25);
    top: calc(3px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .sizes__title {
    left: calc(15px * 1.875);
    top: calc(3px * 1.875);
  }
}

.size {
  top: 3px;
  font-size: 14px;
  font-family: OpenSans, Arial, Helvetica, sans-serif;
  color: #000000;
  overflow: hidden;
  min-width: 40px;
  display: inline-block;
  margin-right: 5px;
  box-sizing: border-box;
  transition: min-width 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .size {
    top: calc(3px * 1.25);
    font-size: calc(14px * 1.25);
    min-width: calc(40px * 1.25);
    margin-right: calc(5px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .size {
    top: calc(3px * 1.875);
    font-size: calc(14px * 1.875);
    min-width: calc(40px * 1.875);
    margin-right: calc(5px * 1.875);
  }
}

.limited {
  background-color: #ffcccc;
}

.scroll {
  animation: scroll 10s linear infinite;
}
.scroll--long {
  animation: scroll 30s linear infinite;
}

.off {
  margin-right: 0;
  width: 0;
  margin-left: 0;
  padding-right: 0;
  min-width: 0;
}

.bounce {
  animation: bounce 30s linear infinite;
}

@keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    /*transform: translate3d(0, 0, 0);*/
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-105%, 0, 0);
    /*transform: translate3d(-105%, 0, 0);*/
  }
}
.variations {
  position: absolute;
  overflow: hidden;
  background-color: #f8f8f8;
  width: 0;
  right: 6px;
  bottom: 10px;
  border-radius: 5px;
  transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  max-height: 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .variations {
    right: calc(6px * 1.25);
    bottom: calc(10px * 1.25);
    border-radius: calc(5px * 1.25);
    max-height: calc(100px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .variations {
    right: calc(6px * 1.875);
    bottom: calc(10px * 1.875);
    border-radius: calc(5px * 1.875);
    max-height: calc(100px * 1.875);
  }
}
.variations--video {
  bottom: 185px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .variations--video {
    bottom: calc(185px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .variations--video {
    bottom: calc(185px * 1.875);
  }
}
.variations--show {
  width: 170px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .variations--show {
    width: calc(170px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .variations--show {
    width: calc(170px * 1.875);
  }
}
.variations__title {
  position: relative;
  text-transform: uppercase;
  font-weight: 900;
  color: #6D7744;
  font-size: 11px;
  top: 4px;
  left: 5px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .variations__title {
    font-size: calc(11px * 1.25);
    top: calc(4px * 1.25);
    left: calc(5px * 1.25);
    margin-bottom: calc(10px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .variations__title {
    font-size: calc(11px * 1.875);
    top: calc(4px * 1.875);
    left: calc(5px * 1.875);
    margin-bottom: calc(10px * 1.875);
  }
}
.variations__options {
  overflow: hidden;
}

.variation {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  will-change: transform;
  left: 5px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .variation {
    left: calc(5px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .variation {
    left: calc(5px * 1.875);
  }
}
.variation__item {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
  margin-bottom: 5px;
  width: 160px;
  transition: height 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .variation__item {
    font-size: calc(11px * 1.25);
    line-height: calc(11px * 1.25);
    margin-bottom: calc(5px * 1.25);
    width: calc(160px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .variation__item {
    font-size: calc(11px * 1.875);
    line-height: calc(11px * 1.875);
    margin-bottom: calc(5px * 1.875);
    width: calc(160px * 1.875);
  }
}

.item--hide {
  height: 0;
  overflow: hidden;
  margin: 0;
}
.item__name {
  width: 100%;
}
.item__name--image {
  width: 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .item__name--image {
    width: calc(100px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .item__name--image {
    width: calc(100px * 1.875);
  }
}
.item__color {
  display: flex;
  height: 20px;
  width: 61px;
  margin-left: 5px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .item__color {
    height: calc(20px * 1.25);
    width: calc(61px * 1.25);
    margin-left: calc(5px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .item__color {
    height: calc(20px * 1.875);
    width: calc(61px * 1.875);
    margin-left: calc(5px * 1.875);
  }
}

.presenterName {
  background: #f8f8f8;
  position: absolute;
  bottom: 110px;
  height: 35px;
  left: 170px;
  width: 0px;
  border-radius: 3px;
  overflow: hidden;
  transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.presenterName--open {
  width: 560px;
  transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.presenterName__title {
  position: absolute;
  left: 15px;
  top: 9px;
  font-family: OpenSans, Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 100px;
}
.presenterName__name {
  position: absolute;
  left: 120px;
  font-family: OpenSans, Arial, Helvetica, sans-serif;
  font-size: 12px;
  top: 9px;
}
.presenterName__social {
  position: absolute;
  right: 15px;
  font-family: OpenSans, Arial, Helvetica, sans-serif;
  font-size: 12px;
  top: 10px;
  color: #6D7744;
}

.sewing-street .channelWatermark__additional {
  color: #09254A;
}

.yarn-lane .channelWatermark__additional {
  color: #09254A;
}

.channelWatermark {
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  font-size: 19px;
  color: white;
  right: 10px;
  opacity: 0;
  width: 185px;
  letter-spacing: 0px;
  background-size: cover;
  overflow: hidden;
  line-height: 25px;
  text-align: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .channelWatermark {
    font-size: calc(19px * 1.25);
    right: calc(10px * 1.25);
    width: calc(185px * 1.25);
    letter-spacing: calc(0px * 1.25);
    line-height: calc(25px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .channelWatermark {
    font-size: calc(19px * 1.875);
    right: calc(10px * 1.875);
    width: calc(185px * 1.875);
    letter-spacing: calc(0px * 1.875);
    line-height: calc(25px * 1.875);
  }
}
.channelWatermark--multiline {
  width: 200px;
  text-align: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .channelWatermark--multiline {
    width: calc(200px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .channelWatermark--multiline {
    width: calc(200px * 1.875);
  }
}
.channelWatermark__additional {
  color: #6D7744;
}
.channelWatermark__additional--image {
  opacity: 0.6;
  background-repeat: no-repeat;
  background-position: center;
  height: 60px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .channelWatermark__additional--image {
    height: calc(60px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .channelWatermark__additional--image {
    height: calc(60px * 1.875);
  }
}
.channelWatermark__additional--scroll {
  padding-left: 100%;
  width: 530px;
  height: 25px;
  overflow: hidden;
  animation: scroll 10s linear infinite;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .channelWatermark__additional--scroll {
    width: calc(530px * 1.25);
    height: calc(25px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .channelWatermark__additional--scroll {
    width: calc(530px * 1.875);
    height: calc(25px * 1.875);
  }
}
.channelWatermark__original {
  opacity: 0.6;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .channelWatermark__original {
    height: calc(30px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .channelWatermark__original {
    height: calc(30px * 1.875);
  }
}
.channelWatermark__original--image {
  height: 50px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .channelWatermark__original--image {
    height: calc(50px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .channelWatermark__original--image {
    height: calc(50px * 1.875);
  }
}

.sewing-street .keyMessages__show {
  color: #09254A;
}
.sewing-street .stars {
  color: #09254A;
}
.sewing-street .keyMessages__socialurl {
  color: #09254A;
}
.sewing-street .keyMessages__url {
  color: #09254A;
}

.hobbymaker .keyMessages__show {
  color: #43A4AD;
}
.hobbymaker .stars {
  color: #43A4AD;
}
.hobbymaker .keyMessages__socialurl {
  color: #43A4AD;
}
.hobbymaker .keyMessages__url {
  color: #43A4AD;
}

.keyMessages {
  transition: width 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: 10;
  background-color: #f8f8f8;
  border-radius: 5px;
  bottom: 0px;
  font-size: 15px;
  height: 90px;
  position: absolute;
  left: 170px;
  vertical-align: middle;
  width: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .keyMessages {
    border-radius: calc(5px * 1.25);
    bottom: calc(0px * 1.25);
    font-size: calc(15px * 1.25);
    height: calc(90px * 1.25);
    left: calc(170px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .keyMessages {
    border-radius: calc(5px * 1.875);
    bottom: calc(0px * 1.875);
    font-size: calc(15px * 1.875);
    height: calc(90px * 1.875);
    left: calc(170px * 1.875);
  }
}
.keyMessages--open {
  width: 560px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .keyMessages--open {
    width: calc(560px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .keyMessages--open {
    width: calc(560px * 1.875);
  }
}
.keyMessages__image {
  font-family: "icon-font";
  top: 15px;
  position: absolute;
  left: 15px;
  width: 75px;
  font-size: 40px;
  text-align: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .keyMessages__image {
    top: calc(15px * 1.25);
    left: calc(15px * 1.25);
    width: calc(75px * 1.25);
    font-size: calc(40px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .keyMessages__image {
    top: calc(15px * 1.875);
    left: calc(15px * 1.875);
    width: calc(75px * 1.875);
    font-size: calc(40px * 1.875);
  }
}
.keyMessages__image--review {
  font-size: 70px;
  line-height: 36px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .keyMessages__image--review {
    font-size: calc(70px * 1.25);
    line-height: calc(36px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .keyMessages__image--review {
    font-size: calc(70px * 1.875);
    line-height: calc(36px * 1.875);
  }
}
.keyMessages__image--social {
  width: 40px;
  top: 10px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .keyMessages__image--social {
    width: calc(40px * 1.25);
    top: calc(10px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .keyMessages__image--social {
    width: calc(40px * 1.875);
    top: calc(10px * 1.875);
  }
}
.keyMessages__image--full-image {
  top: 0px;
  position: absolute;
  left: 0px;
  width: 560px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .keyMessages__image--full-image {
    top: calc(0px * 1.25);
    left: calc(0px * 1.25);
    width: calc(560px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .keyMessages__image--full-image {
    top: calc(0px * 1.875);
    left: calc(0px * 1.875);
    width: calc(560px * 1.875);
  }
}
.keyMessages__image--rating {
  width: 75px;
  top: 35px;
  border-right: 1px solid #b3b3b3;
  padding-right: 15px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .keyMessages__image--rating {
    width: calc(75px * 1.25);
    top: calc(35px * 1.25);
    padding-right: calc(15px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .keyMessages__image--rating {
    width: calc(75px * 1.875);
    top: calc(35px * 1.875);
    padding-right: calc(15px * 1.875);
  }
}
.keyMessages__review-stars {
  font-family: "icon-font";
  width: 75px;
  top: 45px;
  left: 15px;
  position: absolute;
  text-align: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .keyMessages__review-stars {
    width: calc(75px * 1.25);
    top: calc(45px * 1.25);
    left: calc(15px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .keyMessages__review-stars {
    width: calc(75px * 1.875);
    top: calc(45px * 1.875);
    left: calc(15px * 1.875);
  }
}
.keyMessages__stars {
  position: absolute;
  top: 35px;
  left: 135px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .keyMessages__stars {
    top: calc(35px * 1.25);
    left: calc(135px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .keyMessages__stars {
    top: calc(35px * 1.875);
    left: calc(135px * 1.875);
  }
}
.keyMessages__container {
  transition: opacity 0.5s;
  opacity: 1;
}
.keyMessages__container--hide {
  opacity: 0;
}
.keyMessages__name {
  font-weight: 600;
  position: absolute;
  top: 65px;
  left: 165px;
  font-size: 13px;
  color: #4c4c4c;
  width: 380px;
  text-align: right;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .keyMessages__name {
    top: calc(65px * 1.25);
    left: calc(165px * 1.25);
    font-size: calc(13px * 1.25);
    width: calc(380px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .keyMessages__name {
    top: calc(65px * 1.875);
    left: calc(165px * 1.875);
    font-size: calc(13px * 1.875);
    width: calc(380px * 1.875);
  }
}
.keyMessages__socialurl {
  bottom: 10px;
  position: absolute;
  right: 20px;
  color: #6D7744;
  font-size: 12px;
  text-align: right;
  width: 170px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .keyMessages__socialurl {
    bottom: calc(10px * 1.25);
    right: calc(20px * 1.25);
    font-size: calc(12px * 1.25);
    width: calc(170px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .keyMessages__socialurl {
    bottom: calc(10px * 1.875);
    right: calc(20px * 1.875);
    font-size: calc(12px * 1.875);
    width: calc(170px * 1.875);
  }
}
.keyMessages__url {
  font-weight: bold;
  bottom: 10px;
  position: absolute;
  left: 30px;
  color: #6D7744;
  width: 160px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .keyMessages__url {
    bottom: calc(10px * 1.25);
    left: calc(30px * 1.25);
    width: calc(160px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .keyMessages__url {
    bottom: calc(10px * 1.875);
    left: calc(30px * 1.875);
    width: calc(160px * 1.875);
  }
}
.keyMessages__url--presenter {
  width: 250px;
}
.keyMessages__wrapper--scroll {
  padding-left: 100%;
  overflow: hidden;
  top: 40px;
  position: absolute;
  height: 22px;
  width: 500px;
  left: 25px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .keyMessages__wrapper--scroll {
    top: calc(40px * 1.25);
    height: calc(22px * 1.25);
    width: calc(500px * 1.25);
    left: calc(25px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .keyMessages__wrapper--scroll {
    top: calc(40px * 1.25);
    height: calc(22px * 1.25);
    width: calc(500px * 1.25);
    left: calc(25px * 1.25);
  }
}
.keyMessages__message {
  position: absolute;
  width: 490px;
  right: 40px;
  font-size: 15px;
  top: 25px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .keyMessages__message {
    width: calc(490px * 1.25);
    right: calc(40px * 1.25);
    font-size: calc(15px * 1.25);
    top: calc(25px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .keyMessages__message {
    width: calc(490px * 1.875);
    right: calc(40px * 1.875);
    font-size: calc(15px * 1.875);
    top: calc(25px * 1.875);
  }
}
.keyMessages__message--scroll {
  animation: scroll 20s linear infinite;
}
.keyMessages__message--review {
  top: 10px;
  width: 415px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .keyMessages__message--review {
    top: calc(10px * 1.25);
    width: calc(415px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .keyMessages__message--review {
    top: calc(10px * 1.875);
    width: calc(415px * 1.875);
  }
}
.keyMessages__message--error {
  font-weight: 900;
  text-align: center;
  font-size: 16px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .keyMessages__message--error {
    font-size: calc(16px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .keyMessages__message--error {
    font-size: calc(16px * 1.875);
  }
}
.keyMessages__message--social {
  width: 400px;
  right: 90px;
  top: 8px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .keyMessages__message--social {
    width: calc(400px * 1.25);
    right: calc(90px * 1.25);
    top: calc(8px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .keyMessages__message--social {
    width: calc(400px * 1.875);
    right: calc(90px * 1.875);
    top: calc(8px * 1.875);
  }
}
.keyMessages__message--web {
  width: 400px;
  right: 60px;
  top: 10px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .keyMessages__message--web {
    width: calc(400px * 1.25);
    right: calc(60px * 1.25);
    top: calc(10px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .keyMessages__message--web {
    width: calc(400px * 1.875);
    right: calc(60px * 1.875);
    top: calc(10px * 1.875);
  }
}
.keyMessages__message--customers {
  width: 150%;
  padding-right: 100%;
  white-space: nowrap;
  position: static;
}
.keyMessages__message--rating {
  width: 290px;
  right: 0;
  top: 35px;
  line-height: 20px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .keyMessages__message--rating {
    width: calc(290px * 1.25);
    top: calc(35px * 1.25);
    line-height: calc(20px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .keyMessages__message--rating {
    width: calc(290px * 1.875);
    top: calc(35px * 1.875);
    line-height: calc(20px * 1.875);
  }
}
.keyMessages__title {
  font-size: 13px;
  left: 75px;
  position: absolute;
  top: 5px;
  color: #757575;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .keyMessages__title {
    font-size: calc(13px * 1.25);
    left: calc(75px * 1.25);
    top: calc(5px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .keyMessages__title {
    font-size: calc(13px * 1.875);
    left: calc(75px * 1.875);
    top: calc(5px * 1.875);
  }
}
.keyMessages__title--customers {
  font-weight: bold;
  color: #6D7744;
  top: 20px;
  left: 25px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .keyMessages__title--customers {
    top: calc(20px * 1.25);
    left: calc(25px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .keyMessages__title--customers {
    top: calc(20px * 1.875);
    left: calc(25px * 1.875);
  }
}
.keyMessages__title--presenter {
  width: 250px;
  left: 30px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .keyMessages__title--presenter {
    width: calc(250px * 1.25);
    left: calc(30px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .keyMessages__title--presenter {
    width: calc(250px * 1.875);
    left: calc(30px * 1.875);
  }
}
.keyMessages__time {
  width: 100px;
  font-size: 12px;
  right: 20px;
  position: absolute;
  text-align: right;
  color: #757575;
  top: 10px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .keyMessages__time {
    width: calc(100px * 1.25);
    font-size: calc(12px * 1.25);
    right: calc(20px * 1.25);
    top: calc(10px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .keyMessages__time {
    width: calc(100px * 1.875);
    font-size: calc(12px * 1.875);
    right: calc(20px * 1.875);
    top: calc(10px * 1.875);
  }
}
.keyMessages__show {
  overflow: hidden;
  color: #6D7744;
  position: absolute;
  font-size: 13px;
  left: 20px;
  width: 280px;
  top: 20px;
  height: 54px;
  font-weight: 600;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .keyMessages__show {
    font-size: calc(13px * 1.25);
    left: calc(20px * 1.25);
    width: calc(280px * 1.25);
    top: calc(20px * 1.25);
    height: calc(54px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .keyMessages__show {
    font-size: calc(13px * 1.875);
    left: calc(20px * 1.875);
    width: calc(280px * 1.875);
    top: calc(20px * 1.875);
    height: calc(54px * 1.875);
  }
}

.social {
  position: absolute;
  width: 230px;
  height: 48px;
  top: 20px;
  right: 10px;
  line-height: 20px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .social {
    width: calc(230px * 1.25);
    height: calc(48px * 1.25);
    top: calc(20px * 1.25);
    right: calc(10px * 1.25);
    line-height: calc(20px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .social {
    width: calc(230px * 1.875);
    height: calc(48px * 1.875);
    top: calc(20px * 1.875);
    right: calc(10px * 1.875);
    line-height: calc(20px * 1.875);
  }
}
.social__icons {
  font-family: "icon-font";
  text-align: center;
  float: left;
  width: 40px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .social__icons {
    width: calc(40px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .social__icons {
    width: calc(40px * 1.875);
  }
}
.social__url {
  font-size: 13px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .social__url {
    font-size: calc(13px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .social__url {
    font-size: calc(13px * 1.875);
  }
}

.stars {
  color: #6D7744;
}
.stars__empty {
  color: #757575;
}

.sewing-street .upsells__header {
  background-color: #09254A;
}

.yarn-lane .upsells__header {
  background-color: #09254A;
}

.hobbymaker .upsells__header {
  background-color: #43A4AD;
}

.upsells {
  width: 0px;
  height: 280px;
  background-color: #f8f8f8;
  right: 6px;
  position: absolute;
  top: 50px;
  border-radius: 5px;
  overflow: hidden;
  transition: width 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .upsells {
    width: calc(0px * 1.25);
    height: calc(280px * 1.25);
    right: calc(6px * 1.25);
    top: calc(50px * 1.25);
    border-radius: calc(5px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .upsells {
    width: calc(0px * 1.875);
    height: calc(280px * 1.875);
    right: calc(6px * 1.875);
    top: calc(50px * 1.875);
    border-radius: calc(5px * 1.875);
  }
}
.upsells--fade {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.upsells--open {
  width: 170px;
  transition: width 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .upsells--open {
    width: calc(170px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .upsells--open {
    width: calc(170px * 1.875);
  }
}
.upsells__icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4.3px;
  left: 3px;
  transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .upsells__icon {
    width: calc(20px * 1.25);
    height: calc(20px * 1.25);
    top: calc(4.3px * 1.25);
    left: calc(3px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .upsells__icon {
    width: calc(20px * 1.875);
    height: calc(20px * 1.875);
    top: calc(4.3px * 1.875);
    left: calc(3px * 1.875);
  }
}
.upsells__header {
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  background-color: #6D7744;
  color: #f8f8f8;
  width: 100%;
  height: 31px;
  text-align: center;
  transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .upsells__header {
    font-size: calc(12px * 1.25);
    height: calc(31px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .upsells__header {
    font-size: calc(12px * 1.875);
    height: calc(31px * 1.875);
  }
}
.upsells__header--hide {
  display: none;
}
.upsells__title {
  display: inline-block;
  vertical-align: middle;
  line-height: 31px;
  position: absolute;
  width: 170px;
  left: 0;
  transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .upsells__title {
    line-height: calc(31px * 1.25);
    width: calc(170px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .upsells__title {
    line-height: calc(31px * 1.875);
    width: calc(170px * 1.875);
  }
}
.upsells__code {
  position: absolute;
  top: 35px;
  text-transform: uppercase;
  left: 10px;
  width: 150px;
  font-size: 14px;
  transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .upsells__code {
    top: calc(35px * 1.25);
    left: calc(10px * 1.25);
    width: calc(150px * 1.25);
    font-size: calc(14px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .upsells__code {
    top: calc(35px * 1.875);
    left: calc(10px * 1.875);
    width: calc(150px * 1.875);
    font-size: calc(14px * 1.875);
  }
}
.upsells__product {
  position: absolute;
  top: 55px;
  left: 10px;
  width: 150px;
  height: 35px;
  overflow: hidden;
  font-size: 13px;
  transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .upsells__product {
    top: calc(55px * 1.25);
    left: calc(10px * 1.25);
    width: calc(150px * 1.25);
    height: calc(35px * 1.25);
    font-size: calc(13px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .upsells__product {
    top: calc(55px * 1.875);
    left: calc(10px * 1.875);
    width: calc(150px * 1.875);
    height: calc(35px * 1.875);
    font-size: calc(13px * 1.875);
  }
}
.upsells__price {
  font-weight: bold;
  position: absolute;
  top: 95px;
  left: 10px;
  width: 150px;
  font-size: 16px;
  transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .upsells__price {
    top: calc(95px * 1.25);
    left: calc(10px * 1.25);
    width: calc(150px * 1.25);
    font-size: calc(16px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .upsells__price {
    top: calc(95px * 1.875);
    left: calc(10px * 1.875);
    width: calc(150px * 1.875);
    font-size: calc(16px * 1.875);
  }
}
.upsells__content {
  width: 150px;
  height: 150px;
  top: 120px;
  position: absolute;
  left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .upsells__content {
    width: calc(150px * 1.25);
    height: calc(150px * 1.25);
    top: calc(120px * 1.25);
    left: calc(10px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .upsells__content {
    width: calc(150px * 1.875);
    height: calc(150px * 1.875);
    top: calc(120px * 1.875);
    left: calc(10px * 1.875);
  }
}

.documentaryMode {
  background: #f8f8f8;
  bottom: 22px;
  height: 88px;
  left: 290px;
  overflow: hidden;
  position: absolute;
  width: 0px;
  border-radius: 5px;
}
.documentaryMode__product {
  background: #6D7744;
  color: #f8f8f8;
  height: 30px;
  line-height: 33px;
  overflow: hidden;
  position: absolute;
  top: 30px;
  width: 100%;
  width: 435px;
}
.documentaryMode__description {
  font-weight: 600;
  font-size: 17px;
  left: 10px;
  position: absolute;
  top: 6px;
  width: 400px;
}
.documentaryMode__price-title {
  box-sizing: border-box;
  display: block;
  left: 10px;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}
.documentaryMode__price {
  display: block;
  left: 128px;
  position: absolute;
  width: 100%;
}
.documentaryMode__quantity {
  display: block;
  left: 383px;
  position: absolute;
  width: 100%;
}
.documentaryMode__quantity-title {
  display: block;
  left: 239px;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}
.documentaryMode__splitpaytitle {
  position: absolute;
  bottom: 10px;
  width: 50%;
  left: 10px;
  font-weight: 600;
  opacity: 0;
  list-style: none;
  padding: 0;
}
.documentaryMode__splitpayprice {
  position: absolute;
  bottom: 3px;
  width: 50%;
  right: 0px;
  font-weight: 600;
  opacity: 0;
}
.documentaryMode__data {
  position: absolute;
  opacity: 0;
}

/* .video {
    background: #000;
    border-radius: 5px;
    bottom: 18px;
    height: 145px;
    position: absolute;
    right: 20px;
    width: 188px;
    opacity: 0;
} */
.fullScreenSplash {
  width: 0px;
  height: 360px;
  background: red;
  border-radius: 25px;
  left: 11px;
  top: 10px;
  position: absolute;
  z-index: 2;
}

.fullscreen {
  width: 926px;
  position: absolute;
  height: 520px;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .fullscreen {
    width: 1190px;
    height: 650px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .fullscreen {
    width: 1825px;
    height: 975px;
  }
}
.fullscreen__title {
  position: absolute;
  left: 40px;
  bottom: 40px;
  line-height: 45px;
  font-size: 45px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .fullscreen__title {
    left: calc(40px * 1.25);
    bottom: calc(40px * 1.25);
    line-height: calc(45px * 1.25);
    font-size: calc(45px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .fullscreen__title {
    left: calc(40px * 1.875);
    bottom: calc(40px * 1.875);
    line-height: calc(45px * 1.875);
    font-size: calc(45px * 1.875);
  }
}
.fullscreen__price {
  font-weight: bold;
  position: absolute;
  font-size: 79px;
  line-height: 79px;
  width: 350px;
  left: 390px;
  bottom: 36px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .fullscreen__price {
    font-size: calc(79px * 1.25);
    line-height: calc(79px * 1.25);
    width: calc(350px * 1.25);
    left: calc(390px * 1.25);
    bottom: calc(36px * 1.25);
    letter-spacing: calc(2px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .fullscreen__price {
    font-size: calc(79px * 1.875);
    line-height: calc(79px * 1.875);
    width: calc(350px * 1.875);
    left: calc(390px * 1.875);
    bottom: calc(36px * 1.875);
    letter-spacing: calc(2px * 1.875);
  }
}
.fullscreen__header {
  background-color: #6D7744;
  font-family: OpenSans, Arial, Helvetica, sans-serif;
  width: 100%;
  height: 160px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  font-size: 40px;
  position: absolute;
  overflow: hidden;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .fullscreen__header {
    height: calc(160px * 1.25);
    border-top-left-radius: calc(5px * 1.25);
    border-top-right-radius: calc(5px * 1.25);
    font-size: calc(40px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .fullscreen__header {
    height: calc(160px * 1.875);
    border-top-left-radius: calc(5px * 1.875);
    border-top-right-radius: calc(5px * 1.875);
    font-size: calc(40px * 1.875);
  }
}
.fullscreen__content {
  background-color: #f8f8f8;
  top: 158px;
  height: 360px;
  position: absolute;
  width: 100%;
  font-size: 37px;
  box-sizing: border-box;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .fullscreen__content {
    top: calc(158px * 1.25);
    height: calc(360px * 1.25);
    font-size: calc(37px * 1.25);
    border-bottom-left-radius: calc(5px * 1.25);
    border-bottom-right-radius: calc(5px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .fullscreen__content {
    top: calc(158px * 1.875);
    height: calc(360px * 1.875);
    font-size: calc(37px * 1.875);
    border-bottom-left-radius: calc(5px * 1.875);
    border-bottom-right-radius: calc(5px * 1.875);
  }
}
.fullscreen__text {
  opacity: 0;
  transition: opacity 1s 2s;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: absolute;
  left: 50px;
  top: 50px;
  height: 200px;
  width: 840px;
  overflow: hidden;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .fullscreen__text {
    left: calc(50px * 1.25);
    top: calc(50px * 1.25);
    height: calc(200px * 1.25);
    width: calc(840px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .fullscreen__text {
    left: calc(50px * 1.875);
    top: calc(50px * 1.875);
    height: calc(200px * 1.875);
    width: calc(840px * 1.875);
  }
}
.fullscreen__text--on {
  opacity: 1;
}
.fullscreen__logo {
  font-family: icon-font;
  opacity: 0;
  transition: opacity 1s 2s;
  top: 300px;
  left: 40px;
  position: absolute;
  font-size: 140px;
  line-height: 0px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .fullscreen__logo {
    top: calc(300px * 1.25);
    left: calc(40px * 1.25);
    font-size: calc(140px * 1.25);
    line-height: calc(0px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .fullscreen__logo {
    top: calc(300px * 1.875);
    left: calc(40px * 1.875);
    font-size: calc(140px * 1.875);
    line-height: calc(0px * 1.875);
  }
}
.fullscreen__logo--on {
  opacity: 1;
}
.fullscreen__stars {
  font-family: icon-font;
  opacity: 0;
  transition: opacity 1s 2s;
  font-size: 36px;
  position: absolute;
  top: 300px;
  left: 230px;
  font-family: icon-font;
  letter-spacing: 2px;
  line-height: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .fullscreen__stars {
    font-size: calc(36px * 1.25);
    top: calc(300px * 1.25);
    left: calc(230px * 1.25);
    letter-spacing: calc(2px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .fullscreen__stars {
    font-size: calc(36px * 1.875);
    top: calc(300px * 1.875);
    left: calc(230px * 1.875);
    letter-spacing: calc(2px * 1.875);
  }
}
.fullscreen__stars--on {
  opacity: 1;
}

.fade {
  /*transition: opacity 0.2s;*/
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 65%, rgb(126, 53, 166) 100%);
  opacity: 0;
  width: 1024px;
  overflow: hidden;
  height: 576px;
  position: relative;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .fade {
    width: calc(1024px * 1.25);
    height: calc(576px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .fade {
    width: calc(1024px * 1.875);
    height: calc(576px * 1.875);
  }
}
.fade--on {
  opacity: 1;
  transition: opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.promoImage {
  background: #f8f8f8;
  min-height: 53px;
  width: 135px;
  border-radius: 5px;
  position: absolute;
  left: 11px;
  top: 127px;
  opacity: 0;
  overflow: hidden;
}
.promoImage__message {
  top: 10px;
  left: 11px;
  text-transform: uppercase;
  font-size: 14px;
  width: 80%;
  margin: 5px;
}

.sewing-street .infoPrice__title, .sewing-street .saving__title {
  color: #09254A;
}

.yarn-lane .infoPrice__title, .yarn-lane .saving__title {
  color: #09254A;
}

.hobbymaker .infoPrice__title, .hobbymaker .saving__title {
  color: #43A4AD;
}

.infoPrice__title, .saving__title {
  will-change: opacity;
  font-weight: bold;
  font-size: 11px;
  left: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  width: 100%;
  color: #6D7744;
  text-transform: uppercase;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .infoPrice__title, .saving__title {
    font-size: calc(11px * 1.25);
    left: calc(15px * 1.25);
    top: calc(5px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .infoPrice__title, .saving__title {
    font-size: calc(11px * 1.875);
    left: calc(15px * 1.875);
    top: calc(5px * 1.875);
  }
}
.infoPrice--open {
  height: 40px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .infoPrice--open {
    height: calc(40px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .infoPrice--open {
    height: calc(40px * 1.875);
  }
}
.infoPrice__data {
  left: 15px;
  position: absolute;
  top: 17px;
  font-size: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .infoPrice__data {
    left: calc(15px * 1.25);
    top: calc(17px * 1.25);
    font-size: calc(20px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .infoPrice__data {
    left: calc(15px * 1.875);
    top: calc(17px * 1.875);
    font-size: calc(20px * 1.875);
  }
}
.infoPrice__wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
}
.infoPrice__element {
  position: absolute;
  opacity: 0;
  list-style: none;
  transition: opacity 0.5s ease;
  width: 100%;
}
.infoPrice__element--on {
  opacity: 1;
  transition: opacity 1s 0.2s ease;
}

.saving__total {
  left: 15px;
  position: absolute;
  top: 17px;
  font-size: 20px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .saving__total {
    left: calc(15px * 1.25);
    top: calc(17px * 1.25);
    font-size: calc(20px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .saving__total {
    left: calc(15px * 1.875);
    top: calc(17px * 1.875);
    font-size: calc(20px * 1.875);
  }
}
.sewing-street .strapProduct--countdown {
  background-color: #09254A;
}
.sewing-street .strapMessage--three .strapMessage__header {
  background-color: #09254A;
}

.hobbymaker .strapProduct--countdown {
  background-color: #43A4AD;
}
.hobbymaker .strapMessage--three .strapMessage__header {
  background-color: #43A4AD;
}

.strapMessage {
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: absolute;
  text-align: center;
  opacity: 0;
  background-color: white;
  background-size: cover;
  height: 90px;
  bottom: 0px;
  left: 170px;
  border-radius: 5px 0 0 5px;
  width: 400px;
}
.strapMessage--three {
  justify-content: start;
}
.strapMessage--three .strapMessage__header {
  background-color: #6D7744;
  border-radius: 5px 0 0;
  color: #fff;
  height: 30px;
  line-height: 30px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .strapMessage--three .strapMessage__header {
    height: calc(30px * 1.25);
    line-height: calc(30px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .strapMessage--three .strapMessage__header {
    height: calc(30px * 1.875);
    line-height: calc(30px * 1.875);
  }
}
.strapMessage--three .strapMessage__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  height: 100%;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .strapMessage {
    height: calc(90px * 1.25);
    bottom: calc(0px * 1.25);
    left: calc(170px * 1.25);
    width: calc(400px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .strapMessage {
    height: calc(90px * 1.875);
    bottom: calc(0px * 1.875);
    left: calc(170px * 1.875);
    width: calc(400px * 1.875);
  }
}
.strapMessage__line {
  letter-spacing: 1px;
  width: 100%;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .strapMessage__line {
    letter-spacing: calc(1px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .strapMessage__line {
    letter-spacing: calc(1px * 1.875);
  }
}
.strapMessage--on {
  opacity: 1;
  transition: opacity 1s;
}
.strapMessage--off {
  opacity: 0;
  transition: opacity 1s;
}
.strapMessage__product {
  background-size: cover;
  height: 90px;
  position: absolute;
  right: -160px;
  width: 160px;
  border-radius: 0 5px 5px 0px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .strapMessage__product {
    height: calc(90px * 1.25);
    right: calc(-160px * 1.25);
    width: calc(160px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .strapMessage__product {
    height: calc(90px * 1.875);
    right: calc(-160px * 1.875);
    width: calc(160px * 1.875);
  }
}

.strapProduct {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-direction: column;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.strapProduct--countdown {
  color: #fff;
  background-color: #6D7744;
}
.strapProduct__countdown {
  font-weight: bolder;
  font-size: 50px;
  line-height: 50px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .strapProduct__countdown {
    font-size: calc(50px * 1.25);
    line-height: calc(50px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .strapProduct__countdown {
    font-size: calc(50px * 1.875);
    line-height: calc(50px * 1.875);
  }
}
.strapProduct__title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .strapProduct__title {
    font-size: calc(16px * 1.25);
    line-height: calc(16px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .strapProduct__title {
    font-size: calc(16px * 1.875);
    line-height: calc(16px * 1.875);
  }
}

.paymentCards {
  background: #f8f8f8;
  min-height: 70px;
  width: 0px;
  position: absolute;
  top: 127px;
  text-transform: uppercase;
  overflow: hidden;
  text-align: center;
  border-radius: 3px;
  font-weight: bold;
  left: 11px;
}
.paymentCards__title {
  width: 100%;
  top: 0;
  overflow: hidden;
}
.paymentCards__image {
  top: 24px;
  left: 0;
}

.mainPromoImage {
  background-color: blue;
  border-radius: 5px;
  height: 200px;
  left: 11px;
  position: absolute;
  /* top: 173px; */
  top: 127px;
  width: 0px;
}

.comingupShows {
  width: 0px;
  position: absolute;
  height: 404px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  transition: width 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .comingupShows {
    width: calc(0px * 1.25);
    height: calc(404px * 1.25);
    border-radius: calc(5px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .comingupShows {
    width: calc(0px * 1.875);
    height: calc(404px * 1.875);
    border-radius: calc(5px * 1.875);
  }
}
.comingupShows--on {
  width: 160px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .comingupShows--on {
    width: calc(160px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .comingupShows--on {
    width: calc(160px * 1.875);
  }
}
.comingupShows--pays {
  top: 110px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .comingupShows--pays {
    top: calc(110px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .comingupShows--pays {
    top: calc(110px * 1.875);
  }
}
.comingupShows--showbug {
  left: 0;
}
.comingupShows__header {
  font-size: 16px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .comingupShows__header {
    font-size: calc(16px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .comingupShows__header {
    font-size: calc(16px * 1.875);
  }
}
.comingupShows__show {
  width: 160px;
  height: 120px;
  position: absolute;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .comingupShows__show {
    width: calc(160px * 1.25);
    height: calc(120px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .comingupShows__show {
    width: calc(160px * 1.875);
    height: calc(120px * 1.875);
  }
}
.comingupShows__show--now {
  top: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .comingupShows__show--now {
    top: calc(40px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .comingupShows__show--now {
    top: calc(40px * 1.875);
  }
}
.comingupShows__show--next {
  top: 161px;
  overflow: hidden;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .comingupShows__show--next {
    top: calc(161px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .comingupShows__show--next {
    top: calc(161px * 1.875);
  }
}
.comingupShows__show--later {
  top: 282px;
  overflow: hidden;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .comingupShows__show--later {
    top: calc(282px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .comingupShows__show--later {
    top: calc(282px * 1.875);
  }
}

.next__time {
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  left: 15px;
  top: 3px;
  width: 90%;
  font-size: 15px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .next__time {
    left: calc(15px * 1.25);
    top: calc(3px * 1.25);
    font-size: calc(15px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .next__time {
    left: calc(15px * 1.875);
    top: calc(3px * 1.875);
    font-size: calc(15px * 1.875);
  }
}
.next__name {
  left: 15px;
  position: absolute;
  text-transform: capitalize;
  top: 22px;
  font-size: 12px;
  width: 90%;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .next__name {
    left: calc(15px * 1.25);
    top: calc(22px * 1.25);
    font-size: calc(12px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .next__name {
    left: calc(15px * 1.875);
    top: calc(22px * 1.875);
    font-size: calc(12px * 1.875);
  }
}
.next__name--showbug {
  height: 90px;
  width: 160px;
  left: 0;
  top: 25px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .next__name--showbug {
    height: calc(90px * 1.25);
    width: calc(160px * 1.25);
    top: calc(25px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .next__name--showbug {
    height: calc(90px * 1.875);
    width: calc(160px * 1.875);
    top: calc(25px * 1.875);
  }
}

.now__time {
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  left: 15px;
  top: 3px;
  width: 90%;
  font-size: 15px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .now__time {
    left: calc(15px * 1.25);
    top: calc(3px * 1.25);
    font-size: calc(15px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .now__time {
    left: calc(15px * 1.875);
    top: calc(3px * 1.875);
    font-size: calc(15px * 1.875);
  }
}
.now__name {
  left: 15px;
  position: absolute;
  text-transform: capitalize;
  top: 22px;
  font-size: 12px;
  width: 90%;
  font-family: OpenSans, Arial, Helvetica, sans-serif;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .now__name {
    left: calc(15px * 1.25);
    top: calc(22px * 1.25);
    font-size: calc(12px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .now__name {
    left: calc(15px * 1.875);
    top: calc(22px * 1.875);
    font-size: calc(12px * 1.875);
  }
}
.now__name--showbug {
  height: 90px;
  width: 160px;
  left: 0;
  top: 25px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .now__name--showbug {
    height: calc(90px * 1.25);
    width: calc(160px * 1.25);
    top: calc(25px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .now__name--showbug {
    height: calc(90px * 1.875);
    width: calc(160px * 1.875);
    top: calc(25px * 1.875);
  }
}

.later__time {
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  left: 15px;
  top: 3px;
  width: 90%;
  font-size: 15px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .later__time {
    left: calc(15px * 1.25);
    top: calc(3px * 1.25);
    font-size: calc(15px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .later__time {
    left: calc(15px * 1.875);
    top: calc(3px * 1.875);
    font-size: calc(15px * 1.875);
  }
}
.later__name {
  left: 15px;
  position: absolute;
  text-transform: capitalize;
  top: 22px;
  font-size: 12px;
  width: 90%;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .later__name {
    left: calc(15px * 1.25);
    top: calc(22px * 1.25);
    font-size: calc(12px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .later__name {
    left: calc(15px * 1.875);
    top: calc(22px * 1.875);
    font-size: calc(12px * 1.875);
  }
}
.later__name--showbug {
  height: 90px;
  width: 160px;
  left: 0;
  top: 25px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .later__name--showbug {
    height: calc(90px * 1.25);
    width: calc(160px * 1.25);
    top: calc(25px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .later__name--showbug {
    height: calc(90px * 1.875);
    width: calc(160px * 1.875);
    top: calc(25px * 1.875);
  }
}

.sewing-street .callers__title {
  color: #09254A;
}

.yarn-lane .callers__title {
  color: #09254A;
}

.hobbymaker .callers__title {
  color: #43A4AD;
}

.callers {
  width: 0px;
  height: 50px;
  background-color: #f8f8f8;
  left: 170px;
  bottom: 10px;
  position: absolute;
  border-radius: 5px;
  overflow: hidden;
  transition: width 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .callers {
    width: calc(0px * 1.25);
    height: calc(50px * 1.25);
    left: calc(170px * 1.25);
    bottom: calc(10px * 1.25);
    border-radius: calc(5px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .callers {
    width: calc(0px * 1.875);
    height: calc(50px * 1.875);
    left: calc(170px * 1.875);
    bottom: calc(10px * 1.875);
    border-radius: calc(5px * 1.875);
  }
}
.callers--open {
  width: 560px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .callers--open {
    width: calc(560px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .callers--open {
    width: calc(560px * 1.875);
  }
}
.callers__title {
  font-weight: bold;
  color: #6D7744;
  font-size: 13px;
  position: absolute;
  left: 15px;
  line-height: 20px;
  top: 5px;
  font-family: OpenSans, Arial, Helvetica, sans-serif;
  width: 200px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .callers__title {
    font-size: calc(13px * 1.25);
    left: calc(15px * 1.25);
    line-height: calc(20px * 1.25);
    top: calc(5px * 1.25);
    width: calc(200px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .callers__title {
    font-size: calc(13px * 1.875);
    left: calc(15px * 1.875);
    line-height: calc(20px * 1.875);
    top: calc(5px * 1.875);
    width: calc(200px * 1.875);
  }
}
.callers__names {
  top: 22px;
  position: absolute;
  width: 535px;
  height: 20px;
  left: 15px;
  overflow: hidden;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .callers__names {
    top: calc(22px * 1.25);
    width: calc(535px * 1.25);
    height: calc(20px * 1.25);
    left: calc(15px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .callers__names {
    top: calc(22px * 1.875);
    width: calc(535px * 1.875);
    height: calc(20px * 1.875);
    left: calc(15px * 1.875);
  }
}
.callers__wrapper {
  white-space: nowrap;
  display: inline-block;
}
.callers__wrapper--scroll {
  -webkit-animation: marquee 35s linear infinite;
  max-width: 5000px;
  overflow: hidden;
}
.callers__list {
  font-size: 13px;
  transform: translate3d(0, 0, 0);
  white-space: nowrap;
  display: inline-block;
  line-height: 17px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .callers__list {
    font-size: calc(13px * 1.25);
    line-height: calc(17px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .callers__list {
    font-size: calc(13px * 1.875);
    line-height: calc(17px * 1.875);
  }
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translateX(-66.6666%);
  }
}
.customerText {
  width: 0px;
  border-radius: 5px;
  background-color: #f8f8f8;
  position: absolute;
  left: 11px;
  top: 128px;
  overflow: hidden;
  font-size: 13px;
  max-height: 242px;
  z-index: 5;
}
.customerText__name {
  font-size: 12.5px;
  padding-left: 5px;
  width: 60%;
}
.customerText__logo {
  top: 1px;
  position: absolute;
  width: 45px;
  height: 12px;
  right: 0px;
}
.customerText__location {
  background-color: rgb(184.0909090909, 193.1818181818, 146.8181818182);
  color: #f8f8f8;
  top: 20px;
  width: 100%;
  padding-left: 5px;
  font-size: 12.5px;
}
.customerText__stage {
  background-color: rgb(184.0909090909, 193.1818181818, 146.8181818182);
  color: #f8f8f8;
  top: 35px;
  width: 100%;
  font-weight: 600;
  font-size: 12.5px;
  padding-left: 5px;
}
.customerText__content {
  top: 54px;
  font-size: 12.5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.description {
  width: 0px;
  background-color: #f8f8f8;
  font-size: 13px;
  position: absolute;
  top: 240px;
  border-radius: 5px;
  height: 110px;
  overflow: hidden;
  transition: width 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  padding: 0;
  margin: 0;
  word-wrap: break-word;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .description {
    width: calc(0px * 1.25);
    font-size: calc(13px * 1.25);
    top: calc(240px * 1.25);
    border-radius: calc(5px * 1.25);
    height: calc(110px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .description {
    width: calc(0px * 1.875);
    font-size: calc(13px * 1.875);
    top: calc(240px * 1.875);
    border-radius: calc(5px * 1.875);
    height: calc(110px * 1.875);
  }
}
.description--open {
  width: 160px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .description--open {
    width: calc(160px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .description--open {
    width: calc(160px * 1.875);
  }
}
.description__data {
  font-weight: 600;
  width: 152px;
  left: 5px;
  position: absolute;
  top: 2px;
  opacity: 0;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .description__data {
    width: calc(152px * 1.25);
    left: calc(5px * 1.25);
    top: calc(2px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .description__data {
    width: calc(152px * 1.875);
    left: calc(5px * 1.875);
    top: calc(2px * 1.875);
  }
}
.description__data--product {
  font-size: 16px;
  line-height: 21px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .description__data--product {
    font-size: calc(16px * 1.25);
    line-height: calc(21px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .description__data--product {
    font-size: calc(16px * 1.875);
    line-height: calc(21px * 1.875);
  }
}
.description__data--short {
  font-size: 17px;
  line-height: 21px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .description__data--short {
    font-size: calc(17px * 1.25);
    line-height: calc(21px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .description__data--short {
    font-size: calc(17px * 1.875);
    line-height: calc(21px * 1.875);
  }
}
.description__data--on {
  opacity: 1;
  transition: opacity 1.5s ease-out;
}

.pushMessageStrap {
  background-color: #7e35a6;
  border-radius: 5px;
  bottom: 22px;
  color: #f8f8f8;
  font-size: 15px;
  height: 0px;
  left: 300px;
  overflow: hidden;
  position: absolute;
  text-transform: uppercase;
  width: 500px;
}
.pushMessageStrap__title {
  padding: 10px;
}
.pushMessageStrap__strap {
  padding: 10px;
}

.sewing-street .video__header {
  background-color: #09254A;
}

.yarn-lane .video__header {
  background-color: #09254A;
}

.sewing-street .video__header {
  background-color: #09254A;
}

.hobbymaker .video__header {
  background-color: #43A4AD;
}

.video {
  position: absolute;
  bottom: 10px;
  right: 6px;
  height: 170px;
  width: 0px;
  transition: width 1s;
  overflow: hidden;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .video {
    bottom: calc(10px * 1.25);
    right: calc(6px * 1.25);
    height: calc(170px * 1.25);
    width: calc(0px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .video {
    bottom: calc(10px * 1.875);
    right: calc(6px * 1.875);
    height: calc(170px * 1.875);
    width: calc(0px * 1.875);
  }
}
.video--show {
  width: 180px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .video--show {
    width: calc(180px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .video--show {
    width: calc(180px * 1.875);
  }
}
.video__header {
  width: 180px;
  background-color: #6D7744;
  height: 31px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  color: #f8f8f8;
  z-index: 1;
  overflow: hidden;
  letter-spacing: 2px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .video__header {
    width: calc(180px * 1.25);
    height: calc(31px * 1.25);
    letter-spacing: calc(2px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .video__header {
    width: calc(180px * 1.875);
    height: calc(31px * 1.875);
    letter-spacing: calc(2px * 1.875);
  }
}
.video__title {
  text-align: center;
  top: 6px;
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  height: 20px;
  overflow: hidden;
  font-weight: 600;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .video__title {
    top: calc(6px * 1.25);
    left: calc(0px * 1.25);
    font-size: calc(14px * 1.25);
    height: calc(20px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .video__title {
    top: calc(6px * 1.875);
    left: calc(0px * 1.875);
    font-size: calc(14px * 1.875);
    height: calc(20px * 1.875);
  }
}
.video__title--scroll {
  padding-left: 100%;
  animation: scroll 15s linear infinite;
  width: 700px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .video__title--scroll {
    width: calc(700px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .video__title--scroll {
    width: calc(700px * 1.875);
  }
}
.video__source {
  height: 140px;
  background-color: #f8f8f8;
  position: absolute;
  width: 180px;
  bottom: 0;
  background-size: contain;
  background-position: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .video__source {
    height: calc(140px * 1.25);
    width: calc(180px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .video__source {
    height: calc(140px * 1.875);
    width: calc(180px * 1.875);
  }
}
.video__code {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 130px;
  width: 130px;
  margin-left: -65px;
  margin-top: -65px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .video__code {
    height: calc(130px * 1.25);
    width: calc(130px * 1.25);
    margin-left: calc(-65px * 1.25);
    margin-top: calc(-65px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .video__code {
    height: calc(130px * 1.875);
    width: calc(130px * 1.875);
    margin-left: calc(-65px * 1.875);
    margin-top: calc(-65px * 1.875);
  }
}
.video__code canvas {
  width: 100%;
  height: 100%;
}
.video__code img {
  width: 100%;
  height: 100%;
}

.sewing-street .countdown {
  background-color: #09254A;
}

.hobbymaker .countdown {
  background-color: #43A4AD;
}

.countdown {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  border-radius: 5px;
  background-color: #6D7744;
  color: #fff;
  width: 0px;
  transition: all 0.5s ease-in;
  overflow: hidden;
  white-space: nowrap;
  bottom: 175px;
  right: 6px;
  height: 90px;
  font-size: 30px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .countdown {
    bottom: calc(175px * 1.25);
    right: calc(6px * 1.25);
    height: calc(90px * 1.25);
    font-size: calc(30px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .countdown {
    bottom: calc(175px * 1.875);
    right: calc(6px * 1.875);
    height: calc(90px * 1.875);
    font-size: calc(30px * 1.875);
  }
}
.countdown--upsells {
  transition: all 0.5s ease-in;
  bottom: 90px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .countdown--upsells {
    bottom: calc(90px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .countdown--upsells {
    bottom: calc(90px * 1.875);
  }
}
.countdown--on {
  width: 155px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .countdown--on {
    width: calc(155px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .countdown--on {
    width: calc(155px * 1.875);
  }
}
.countdown__timer {
  font-weight: bolder;
  line-height: 50px;
  font-size: 50px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .countdown__timer {
    line-height: calc(50px * 1.25);
    font-size: calc(50px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .countdown__timer {
    line-height: calc(50px * 1.875);
    font-size: calc(50px * 1.875);
  }
}
.countdown__title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .countdown__title {
    font-size: calc(16px * 1.25);
    line-height: calc(16px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .countdown__title {
    font-size: calc(16px * 1.875);
    line-height: calc(16px * 1.875);
  }
}

.hour {
  font-size: 30px;
  line-height: 30px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .hour {
    font-size: calc(30px * 1.25);
    line-height: calc(30px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .hour {
    font-size: calc(30px * 1.875);
    line-height: calc(30px * 1.875);
  }
}

.ecommerce {
  position: absolute;
  background-color: #fff;
  border-radius: 5px;
  width: 0px;
  transition: width 0.5s ease-in;
  overflow: hidden;
  z-index: 10;
  bottom: 0px;
  height: 145px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .ecommerce {
    bottom: calc(0px * 1.25);
    height: calc(145px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .ecommerce {
    bottom: calc(0px * 1.875);
    height: calc(145px * 1.875);
  }
}
.ecommerce--on {
  width: 160px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .ecommerce--on {
    width: calc(160px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .ecommerce--on {
    width: calc(160px * 1.875);
  }
}
.ecommerce__header {
  background-color: #6D7744;
  color: #fff;
  text-align: center;
  border-radius: 5px 5px 0 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 31px;
  height: 31px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .ecommerce__header {
    font-size: calc(16px * 1.25);
    line-height: calc(31px * 1.25);
    height: calc(31px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .ecommerce__header {
    font-size: calc(16px * 1.875);
    line-height: calc(31px * 1.875);
    height: calc(31px * 1.875);
  }
}
.ecommerce__qrcode {
  width: 160px;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .ecommerce__qrcode {
    width: calc(160px * 1.25);
    margin-top: calc(5px * 1.25);
    margin-bottom: calc(5px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .ecommerce__qrcode {
    width: calc(160px * 1.875);
    margin-top: calc(5px * 1.875);
    margin-bottom: calc(5px * 1.875);
  }
}
.ecommerce__qrcode img {
  margin: 0 auto;
}

.header__title--scroll {
  padding-left: 100%;
  animation: scroll 15s linear infinite;
  width: 700px;
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .header__title--scroll {
    width: calc(700px * 1.25);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2999px) {
  .header__title--scroll {
    width: calc(700px * 1.875);
  }
}

/*# sourceMappingURL=styles.css.map */
