/** Shopify CDN: Minification failed

Line 423:0 Unexpected "<"

**/
/*cart - progress bar*/

.cart__form .cart__graph, .cart-dropdown .cart__graph {
  display: none;
}
.cart__form .cart__message, .cart-dropdown .cart__message {
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.free_shipping {
  display: block;
  width: 90%;
  height: 8px;
  background: rgba(255, 204, 153, 0.3);
  border: 1px solid #ffcc99;
  border-radius: 4px;
  position: relative;
  margin-bottom: 9px;
}
.free_shipping .free-bar {
  display: block;
  background: #fea5a6;
  height: 8px;
  border-radius: 4px;
  position: relative;
  margin-top: -1px;
  transition: width 0.3s;
}
.free_shipping .free-bar:after {
  content: "";
  width: 8px;
  height: 8px;
  background: rgba(255, 71, 89, 1);
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 4px;
  box-sizing: border-box;
}
.free_shipping .division {
  content: "";
  position: absolute;
  width: 2px;
  height: 6px;
  background: #fff;
  top: 0px;
}
.free_shipping.free_express {
  border-color: #FFDD69;
  background: rgba(255, 226, 168, 0.3);
}
.free_shipping.free_express .free-bar {
  background: #FFE2A8;
}
.free_shipping.free_express .free-bar:after {
  background: rgba(255, 226, 168, 0.6);
  border: 1px solid #FFD00C;
}
.free_shipping.full {
  background: rgba(0, 153, 51, .3);
  border-color: #009933;
}
.free_shipping.full .free-bar, .free_shipping.full .division {
  display: none;
}
/*cart - box remove item*/

#sidebar-removecart {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  max-height: none;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: rgb(0 0 0 / 0.2);
  box-shadow: none;
  touch-action: manipulation;
}
#sidebar-removecart.active {
  visibility: visible;
  transform: translateX(0);
}
#sidebar-removecart .Drawer__Wrapper {
  background: #ffffff;
  position: relative;
  max-width: 272px;
  text-align: center;
}
#sidebar-removecart .Drawer__Header .Drawer__Close {
  left: auto;
  right: 8px;
  top: 8px;
  position: absolute;
  margin-left: 0;
  line-height: 0;
}
#sidebar-removecart .Drawer__Header {
  box-shadow: none;
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
  justify-content: center;
  height: auto;
  padding: 30px 20px 12px;
  max-height: 100%;
}
.Drawer__Header-Heading {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.6964286px;
  text-transform: uppercase;
}
#sidebar-removecart .Drawer__Wrapper .Drawer__Content {
  padding: 11px 27px 41px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#sidebar-removecart .Drawer__Wrapper .Drawer__Content button {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.6964286px;
  display: inline-block;
  vertical-align: top;
  padding: 11px;
  text-transform: uppercase;
}
#sidebar-removecart .Drawer__Wrapper .Drawer__Content p {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.6964286px;
  margin-bottom: 21px;
}
#sidebar-removecart .Drawer__Wrapper .Drawer__Content button.Button__Keep {
  background: #000;
  color: #fff;
  margin-bottom: 13px;
}
#sidebar-removecart .Drawer__Wrapper .Drawer__Content button.Button__Remove {
  background: #d8d8d8;
}
/*cart - BundleSave*/

.Heading {
  font-family: Gotham-Book, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #454545;
  transition: color .2s ease-in-out;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.BundleSave__Wrapper {
  background: #f4f4f4;
  padding: 0 18px;
  border-top: 1px solid #ccc;
}
.BundleSave__Wrapper .CartItemWrapper {
  padding-bottom: 18px;
}
.BundleSave__Wrapper .BundleSave_heading {
  color: #333333;
  line-height: 14px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.5px;
  padding: 32px 0 30px;
}
.BundleSave__Wrapper .CartItem {
  table-layout: fixed;
  width: 100%;
  position: relative;
  background: #fff;
  margin: 0;
  padding: 6px 9px 12px;
  display: block;
  text-align: left;
  margin-bottom: 0;
}
.CartItem_Label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 13.5px solid transparent;
  border-left: 5px solid #ffece4;
  border-bottom: 13.5px solid transparent;
}
.CartItem_Label {
  position: absolute;
  right: 0;
  top: 6px;
  max-width: 101px;
  min-width: 67px;
  background: #212121;
  padding: 5px 5px 5px 8px;
  font-size: 7.68px;
  line-height: 8px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.CartItem.CartItem-QuickAdd .CartItem_Label {
  padding: 5px 8px 5px 15px;
}
.CartItem_Label span {
  color: #fff;
  font-size: 8.88px;
  font-weight: 700;
  line-height: 11px;
  text-align: right;
  letter-spacing: .96000004px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  width: 100%;
  text-align: right;
}
.CartItem__Inner {
  /*display: table;
  table-layout: fixed;*/
  width: 100%;
  position: relative;
}
.BundleSave__Wrapper .CartItem .CartItem__ImageWrapper {
  width: 90px;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
}
.BundleSave__Wrapper .CartItem .CartItem__ImageWrapper img {
  display: block;
  width: 100%;
  height: 100%;
}
.BundleSave__Wrapper .CartItem .CartItem__Info {
  padding-left: 17px;
  display: table-cell;
  vertical-align: middle;
}
.BundleSave__Wrapper .CartItem .CartItem__Title {
  color: #333;
  font-weight: 400;
  overflow: visible;
  margin: 36px 0 6px;
  white-space: normal;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: .79px;
  text-transform: unset;
}
.BundleSave__Wrapper .CartItem .CartItem__LinePriceList .Price {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
  text-align: center;
  letter-spacing: 1.5px;
}
.BundleSave__Wrapper .CartItem .CartItem__Actions {
  display: block;
  margin-top: 6px;
  text-align: center;
}
.BundleSave__Wrapper .CartItem .CartItem__Actions .add-to-cart {
  background: #fff;
  border: 1px solid #212121;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
  text-align: center;
  letter-spacing: 1.5px;
  padding: 8px 15px 9px;
  width: 100%;
  max-width: 233px;
  cursor: pointer;
  display: inline-block;
  margin-top: 14px;
}
.BundleSave__Wrapper .slideup {
  position: absolute;
  text-align: center;
  transition: all .4s ease-in-out;
  right: 0;
}
@media (max-width: 991px) {
  .CartItem_Label {
    max-width: 110px;
  }
}
/*product grid - price same line*/

.search__results__products .product-item {
  display: block;
}
.product-item, .product-item .product-link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 5px;
}
.product-item .product-information {
  margin-top: 0;
  padding-bottom: 0;
}
.product-item .price {
  margin-top: auto;
  text-align: center;
  padding-bottom: 22px;
  font-size: 14px;
}
.free_domestic_shipping .free_shipping.free_express .division, .free_domestic_shipping .free_shipping.free_express .free-bar {
  display: none;
}
/*product grid - move quick add*/

.quick-add-button {
  display: block;
  position: relative;
  width: 100%;
  left: 0;
  opacity: 1!important;
  visibility: visible!important;
  border: 1px solid #212121;
  width: 50%;
  margin: 15px auto;
}
.quick-add-button.sold-out {
  opacity: 0!important;
  visibility: hidden!important;
}
.form-quick-add .radio__legend-back, .quick-add-button:before, .quick-add-button:after, [data-quick-add-holder] .caps {
  display: none;
}
.navlink .icon-search {
  margin-top: 6px;
}
.recently-viewed {
  background-color: #f0f0f0;
  padding: 10px 15px;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 10px;
}
.recently-viewed img {
  width: 24px;
  margin-right: 18px;
  vertical-align: top;
}
.radio__fieldset .radio__button input:disabled + label:before, .radio__fieldset .radio__button input:disabled + label:after,
.form-quick-add input:disabled+label:after, .form-quick-add input:disabled+label:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -49%) rotate(43deg);
  width: 1px;
  height: 200%;
  z-index: 5;
  background: #f0f0f0;
  pointer-events: none;
}
.radio__fieldset .radio__button input:disabled + label:after,
.form-quick-add input:disabled+label:after {
  transform: translate(-50%, -50%) rotate(136deg);
}
.radio__fieldset .radio__button input:disabled + label:hover:before, .radio__fieldset .radio__button input:disabled + label:hover:after {
  background: rgba(0, 0, 0, 0.3);
}
.radio__fieldset .radio__button input:disabled + label span,
.form-quick-add input:disabled+label span {
  opacity: 0.3;
}
.radio__fieldset .radio__button input:disabled + label,
.form-quick-add input:disabled+label {
  border: 1px solid #f0f0f0;
  cursor: default;
}
.radio__fieldset .radio__button input:disabled + label:hover {
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px #333;
}
.radio__fieldset .radio__button label:hover {
  border: 1px solid #000;
}
.radio__fieldset .radio__button label {
  position: relative;
  overflow: hidden;
  width: 60px;
  padding: 5px;
  line-height: 26px;
  text-align: center;
}

<video width="400" height="300" controls ... ></video>

<iframe width="400" height="300" ... ></iframe>