.animation-contents {
  z-index: 9;
}

/* Typography */
h4, .h4, h5, .h5, h6, .h6{
	letter-spacing: normal;
}
label:not(.variant__button-label), .label {
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.85em;
  font-weight: 600;
}

/* Buttons */
.btn{
  letter-spacing: 0em;
}

/* Header Nav */
.header-wrapper--sticky {
  background: none;
}
.site-header--stuck {
  padding: 0;
}
.site-nav__link {
  padding: 20px 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px !important;
}
.site-nav__link--underline:after {
  border: none;
}
.site-nav__link--icon{
  padding-left: 10px;
  padding-right: 10px;
}
.site-nav__link--icon .icon {
  width: 25px;
  height: 25px;
}
.site-nav .site-nav__link{
  letter-spacing: normal;
}
.site-nav .h5{
  letter-spacing: normal;
  font-size: 13px;
  font-weight: 600;
}
.site-nav__dropdown {
  box-shadow: 0px 5px 0px 0 rgb(0 0 0 / 5%);
}

/* Shop by Size Nav */
.megamenu .skate-links {
  vertical-align: bottom !important;
  padding-bottom: 24px;
}
.megamenu .skate-links .h5 {
  font-size: 12px;
  font-weight: 600;
}
.megamenu .collection-item__title span {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0;
}

/* Mobile Nav */
.mobile-nav__item:first-child {
  border-top: 1px solid #e8e8e1;
}
.mobile-nav__social a {
  padding: 8px;
}
.mobile-nav__social-item {
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
}
.mobile-nav__link--top-level {
  font-size: 13px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}
.mobile-nav__sublist .mobile-nav__link, .mobile-nav__grandchildlist .mobile-nav__link{
  font-size: 13px;
}

/* Customer Service Nav */
.drawer .customer-care .h4 {
  font-size: 12px;
  font-weight: 600;
  margin-top: 15px;
}

.drawer .customer-care ul {
  margin-bottom: 0px;
}

.drawer .customer-care li {
  font-size: 11px;
}

/* Mobile Skate Nav */
.skate-mobile-menu .skate-tile {
  float: left;
  width: 50%;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid  #eaeaea;
}
.skate-mobile-menu .skate-tile.last {
  border-right: 1px solid #fff;
}

/* Announcement Bar */

.template-index .announcement-bar {
  display: none;
}
.announcement-bar .announcement-text,
.announcement-bar .announcement-link-text {
  letter-spacing: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.announcement-bar .announcement-text {
  font-size: 11.9px;
}
.announcement-bar .announcement-text b,
.announcement-bar .announcement-link-text b {
  font-weight: 600;
}

/* Cart Drawer */
.drawer__header {
  border: none;
}
.drawer__title {
  padding-left: 0;
}
.drawer__scrollable {
  padding-top: 0;
}
.btn-cart-empty .btn {
  display: block;
  margin: 0 auto 10px;
  width: 100%;
  font-weight: 900;
  font-size: 10px;
  letter-spacing: 0.2em;
}
.free_shipping {
  font-size:12px;
  margin-bottom: 10px;
}
.free_shipping .pn-progressbar {
  display: block;
  position: relative;
  background-color: rgb(242, 242, 242);
  height: 8px;
  margin-top:8px;
}
.free_shipping .pn-progressbar_ind {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #53c563;
  transform: translate3d(0px, 0px, 0px);
  transition: width 750ms ease-in-out 0s;
  max-width: 100%;
}
.free_shipping .pn-progressbar_ind.pn-progressbar_ind-comp{
  background-color: #53c462;
}
.free_shipping_footer {
  display: none;
}
.free_shipping_footer--visible {
  display: flex;
  margin-bottom: 0;
}
.cart__discount {
  color: #ffffff;
  font-weight: 600;
  background: #53c563;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-right: -10px;
  font-size: 11px;
}
.cart-advert {
  float: left;
  margin-bottom: 8px;
  font-size: 10px;
  text-align: center;
}
.drawer__footer .btn.cart__checkout {
  background:#53c563;
  border-radius: 4px;
  padding: 16px 20px;
  font-size: 14px;
letter-spacing: normal;
}
.drawer__footer .btn.cart__checkout:hover {
  background:#4db75c !important;
}
.ajaxcart__subtotal {
  letter-spacing: 0;
  font-size: 0.75em;
  font-weight: bold;
}
.drawer__footer .cart__item-row small {
  text-align: center;
  font-size: 0.75em;
  font-weight: 600;
  padding: 5px 5px 8px;
  margin-bottom: -25px;
  background: #4bb359;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
}
.drawer .additional-checkout-buttons {
  margin-top: 0px;
  margin-bottom: 10px;
} 
.drawer .additional-checkout-buttons li {
  list-style: none !important;
}

/* Slideshow */
.hero {
  background: #000;
}

/* Promotions */
.mix-it-up {
  margin-bottom: 15px;
  width: 350px;
}
@media only screen and (max-width: 769px) {
  .mix-it-up {
	width: 250px;
  }
}

/* Promo Grid */
.promo-grid--space-top{
  padding-top:20px
}
@media only screen and (min-width:769px){
  .promo-grid--space-top{
      padding-top:20px
  }
}
.promo-grid--space-bottom{
  padding-bottom:20px
}
@media only screen and (min-width:769px){
  .promo-grid--space-bottom{
      padding-bottom:20px
  }
}
.promo-grid__text {
  word-break: break-word;
}
.type-advanced .rte--em {
  font-weight: 600;
  letter-spacing: normal;
  letter-spacing:0.2em;
  font-size:0.5em;
}
@media only screen and (max-width: 769px) {
.type-advanced.video {
  height: 500px;
}
}

/* Cart Page */
.pn-cart{
  max-width:400px;
  width:100%;
  margin:0 auto 30px;
  text-align:center;
}

/* Section Header
*****************/
h1.section-header__title .sub__title {
  font-size: 0.5em;
  font-weight: normal;
  margin: 10px 0px;
}
h1.section-header__title .sub__title small {
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
}

/* Collection */
#shopify-section-collection-header .page-content--top {
  padding-top: 50px;
}
@media only screen and (max-width: 769px) {
  #shopify-section-collection-header .page-content--top {
	padding-top: 25px; 
  }
  #shopify-section-collection-header .page-content--top.section-header__title {
    font-size: 18px;
  }
}
.collection-content {
  padding-top: 15px;
}
@media only screen and (max-width: 769px) {
  .collection-content {
	padding-top: 10px;
  }
}
.grid-product__meta .grid-product__title{
  letter-spacing:normal;
  text-transform:capitalize;
  font-size:14px;
  font-weight:600;
}
.grid-product__meta .grid-product__price{
  margin-top: 3px;
}
.grid-product__see-all {
  font-weight: bold;
  text-transform: uppercase;
}

/* Collection Filter */
.collection-filter {
  position: inherit;
}
.collection-filter select {
  font-size: 12px;
}
.collection-filter .btn {
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600 !important;
  padding: 0;
  border: none;
  height: 30px;
}
.collection-filter .btn .icon {
  top: -1px;
  margin-right: 5px;
  width: 25px;
  height: 25px;
}
.collection-filter .btn--tertiary-active {
  border-radius: 0px;
  padding: 0 10px !important;
}
.pny-swatch-handler .color-swatch {
  position: relative;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 4px 4px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.5em;
  box-shadow: 0 0 0 1px #e8e8e1;
  transition: box-shadow 0.2s ease;
  border-radius: 100%;
}
.pny-swatch-handler .color-swatch:before {
  content: '';
  position: absolute;
  z-index:2;
  border: 3px solid #fff;
  border-radius: 100%;
  border-width: 4px;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.pny-swatch-handler a.color-swatch:hover, .pny-swatch-handler .tag:not(.tag--active) a:hover .color-swatch:hover {
  box-shadow: 0 0 0 1px #000;
}
.pny-swatch-handler .tag--active .color-swatch {
  box-shadow: 0 0 0 2px #000;
}
.pny-swatch-handler .color-swatch--small {
  width: 35px;
  height: 35px;
}
.pny-swatch-handler .color-swatch--small:before {
  border: 2px solid #000;
  border: 3px solid #fff;
  border-radius: 100%;
  border-width: 4px;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.pny-swatch-handler .color-swatch--filter {
  width: 35px;
  height: 35px;
}
.pny-swatch-handler .tag--active .color-swatch--filter:hover:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  bottom: 0;
  border-left: 1px solid;
  border-color: #000;
  transform: rotate(45deg);
}
.pny-swatch-handler .tag-list--swatches {
    margin-top: 2px;
    margin-left: -4px;
}
.pny-swatch-handler .tag-list--swatches li {
  display: inline-block;
}

/* Grid Item */
.grid-product__meta {
  padding-top:5px;
}
.grid-product__tag {
  margin-bottom:10px;
  text-transform:uppercase;
  font-weight: 900;
  letter-spacing: normal;
  font-size: 10px;
  position: relative;
  padding: 7px;
  text-align: center;
}
.grid-product_ctags {
  display: inline-block;
}
.grid-product_ctags .grid-product__tags-sale{
  background: #e12601;
}
.grid-product_ctags.product-temp__tags {
  position: absolute;
  right: 0;
}
.grid-product_ctags.product-temp__tags .grid-product__tag {
  margin-bottom:0;
}
@media only screen and (max-width: 769px) {
  .grid-product_ctags.product-temp__tags .grid-product__tag {
  	margin-top: 20px;
  	margin-right: 25px;
  }
}
.grid-product_ctags-sold {
  display: inline-block;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.grid-product_ctags-sold .grid-product_tags-soldout{
	  background:#000;
	  color:#fff;
	  margin-bottom:0;
}
.grid__item.grid-product .grid-product__link--disabled .grid-product__image-mask {
  opacity:1;
}
.grid__item.grid-product .grid-product__link--disabled .grid-product__image-mask .image-wrap {
  opacity:1;
}
.grid-product__tag.tag_new {
  color: #fff;
  background: #33c6f4;
}
.grid-product__tag.tag_fresh {
  color: #fff;
  background: #5fde91;
}
.grid-product__tag.grid-product__tag--sale {
  background-color: #FF4F33;
}
.grid-product__tag.tag_glow-in-the-dark{
  background:#3ef78f;
  color:#000;
}

/* Product */
@media only screen and (max-width:768px){
  .grid--product-images--partial .flickity-slider .product-main-slide{
    width:100%;
  }
}
.product-single__meta .rte {
  line-height: 1.7;
  text-align: left;
  margin-top:15px;
}
.product-single__sku {
  opacity:.5;
  margin-bottom:25px;
}
.product__price {
  font-size:18px;
}
.product__policies {
  margin-top: 0 !important;
  font-size: 10px;
}
.product-single__meta {
	text-align:left;
}
@media screen and (max-width: 767px) {
  .product-single__meta{
    text-align:center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .product-single__meta {
    text-align:center;
  }
}
.product__price--compare {
	padding-right: 5px;
	display: inline-block;
	text-decoration: line-through;
	opacity: 0.5;
}
.span.grid-product__price--original{
	opacity: 0.5;
}
.product__price-savings, .grid-product__price--savings{
	display:none;
}
.product-single__form {
  margin-top: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .product-single__form{
    margin-top: 10px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .product-single__form {
    margin-top: 20px;
  }
}
.shopify-payment-button__more-options {
  font-size: 12px !important;
}
.shopify-payment-button .shopify-payment-button__button--unbranded {
  letter-spacing: normal;
  font-size: 14px;
}
.grid-product__tag.grid-product__tag--sale {
  background-color: #FF4F33;
}
.grid-product__tag.tag_glow-in-the-dark{
  background:#3ef78f;
  color:#000;
}
.sale-conditions {
  margin-bottom: 10px;
  text-align: center;
  font-size: 11px;
  font-style: italic;
  opacity: 0.5;
}
.sale-conditions a {
  border-bottom: 1px solid #bdbdbd;
}
.waterborne-promo {
  margin: 30px 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .waterborne-promo {
    text-align: center;
  }
}
.klaviyo-bis-trigger {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: normal;
  width: 100% !important;
}
.easytabs-container .easytabs-tab-item a, .easytabs-container .easytabs-accordion-item a {
  font-weight: 600 !important;
  border-bottom: none !important;
}
.btn.add-to-cart{
  font-size:14px;
  letter-spacing:normal;
}
.product-single__meta .add-to-cart[disabled]:hover{
  color: #717171;
  background-color: #f6f6f6 !important;
}
ul.product-features {
  margin: 0;
}
ul.product-features li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
ul.product-features li .heading {
  display: block;
  font-weight: 600;
}
ul.product-features li:not(last-child) {
  margin-bottom: 20px;
}
ul.product-features li .icon-deck {
  display: block;
  margin-right: 15px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: url(//cdn.shopify.com/s/files/1/0066/6065/3123/t/4/assets/deck.svg?v=4384848216219341010);
  background-size: 40px 40px;
}
ul.product-features li .icon-truck {
  display: block;
  margin-right: 15px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: url(//cdn.shopify.com/s/files/1/0066/6065/3123/t/4/assets/truck.svg?v=862502518720145189);
  background-size: 40px 40px;
}
ul.product-features li .icon-wheel {
  display: block;
  margin-right: 15px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: url(//cdn.shopify.com/s/files/1/0066/6065/3123/t/4/assets/wheel.svg?v=16448768292965667899);
  background-size: 40px 40px;
}
ul.product-features li .icon-bearing {
  display: block;
  margin-right: 15px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: url(//cdn.shopify.com/s/files/1/0066/6065/3123/t/4/assets/bearing.svg?v=13604389689041779507);
  background-size: 40px 40px;
}
ul.product-features li .icon-shaka {
  display: block;
  margin-right: 15px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: url(//cdn.shopify.com/s/files/1/0066/6065/3123/t/4/assets/shaka.svg?v=12540190222802918714);
  background-size: 40px 40px;
}
ul.product-features li .icon-surfskate {
  display: block;
  margin-right: 15px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: url(//cdn.shopify.com/s/files/1/0066/6065/3123/t/4/assets/surfskate.svg?v=14864028954599907048);
  background-size: 40px 40px;
}
ul.product-features li .icon-waterborne {
  display: block;
  margin-right: 15px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: url(//cdn.shopify.com/s/files/1/0066/6065/3123/t/4/assets/waterborne.svg?v=234179852367040490);
  background-size: 40px 40px;
}
<!-- Penny Size Switcher -->
.pny-switcher .variant-input {
  text-align: center;
  font-size: 11px;
}
.pny-switcher .variant-input img {
  width: 60px;
  border: 1px solid #f2f2f2;
}
.pny-switcher .variant-input img.selected {
  border: 2px solid #000;
}
.pny-switcher .variant-input .size {
  margin-bottom: 12px;
  width: 60px;
  font-size: 11px;
  text-align: center;
}

/* Pages - Highline */
#shopify-section-page-sections-highline.page-content--product .hl-img-rotate, .hl-prodtemp.page-content--product .hl-img-rotate {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #shopify-section-page-sections-highline.page-content--product .hl-video, .hl-prodtemp.page-content--product .hl-video {
    padding: 50px 0;
  }
}
#shopify-section-page-sections-highline.page-content--product .hl-video iframe, .hl-prodtemp.page-content--product .hl-video iframe {
  width: 100%;
  height: 550px;
}
@media screen and (max-width: 767px) {
  #shopify-section-page-sections-highline.page-content--product .hl-video iframe, .hl-prodtemp.page-content--product .hl-video iframe {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #shopify-section-page-sections-highline.page-content--product .hl-video iframe, .hl-prodtemp.page-content--product .hl-video iframe {
    height: 320px;
  }
}
#shopify-section-page-sections-highline.page-content--product .hl-video.blackout-high-line-surfskate, .hl-prodtemp.page-content--product .hl-video.blackout-high-line-surfskate {
  background: #000;
}
#shopify-section-page-sections-highline.page-content--product .hl-video.cactus-wanderlust-high-line-surfskate, .hl-prodtemp.page-content--product .hl-video.cactus-wanderlust-high-line-surfskate {
  background: #FBD3F3;
}
#shopify-section-page-sections-highline.page-content--product .hl-video.ocean-mist-high-line-surfskate, .hl-prodtemp.page-content--product .hl-video.ocean-mist-high-line-surfskate {
  background: #0295b0;
}
#shopify-section-page-sections-highline.page-content--product .hl-skater, .hl-prodtemp.page-content--product .hl-skater {
  display: block;
  margin-bottom: -10px;
  background: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  #shopify-section-page-sections-highline.page-content--product .hl-skater, .hl-prodtemp.page-content--product .hl-skater {
    margin-top: -30px;
  }
}
@media screen and (max-width: 767px) {
  #shopify-section-page-sections-highline.page-content--product .hl-img-rotate img, .hl-prodtemp.page-content--product .hl-img-rotate img {
    max-width: 180px;
    margin-bottom: -70px;
  }
}
#shopify-section-page-sections-highline .rte > div, .hl-prodtemp .rte > div {
  margin-bottom: 0;
}
#shopify-section-page-sections-highline .index-section, .hl-prodtemp .index-section {
  margin-bottom: 20px;
}
#shopify-section-page-sections-highline .hl-banner, .hl-prodtemp .hl-banner {
  background: #e6e7e8;
  margin-bottom: 0;
  width: 100%;
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  #shopify-section-page-sections-highline .hl-banner, .hl-prodtemp .hl-banner {
    padding: 45px 0;
  }
}
#shopify-section-page-sections-highline .hl-banner img, .hl-prodtemp .hl-banner img {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  display: table;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #shopify-section-page-sections-highline .hl-banner img, .hl-prodtemp .hl-banner img {
    max-width: 400px;
  }
}
#shopify-section-page-sections-highline .feature-row, .hl-prodtemp .feature-row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media only screen and (max-width: 959px) {
  #shopify-section-page-sections-highline .feature-row .feature-row__text, .hl-prodtemp .feature-row .feature-row__text {
    -ms-flex-order: unset;
    order: unset;
  }
}
#shopify-section-page-sections-highline .feature-row .feature-row__item .h3, .hl-prodtemp .feature-row .feature-row__item .h3 {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 1px;
}
#shopify-section-page-sections-highline .feature-row .feature-row__item .featured-row__subtext p, .hl-prodtemp .feature-row .feature-row__item .featured-row__subtext p {
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  #shopify-section-page-sections-highline .feature-row .feature-row__item .featured-row__subtext p, .hl-prodtemp .feature-row .feature-row__item .featured-row__subtext p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #shopify-section-page-sections-highline .feature-row .feature-row__item .featured-row__subtext p, .hl-prodtemp .feature-row .feature-row__item .featured-row__subtext p {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
#shopify-section-page-sections-highline .hl-img-rotate img, .hl-prodtemp .hl-img-rotate img {
  max-width: 500px;
  width: 100%;
  padding: 15px;
  position: relative;
  margin-bottom: -320px;
  z-index: 1;
  margin-left: 50px;
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  #shopify-section-page-sections-highline .hl-img-rotate img, .hl-prodtemp .hl-img-rotate img {
    max-width: 230px;
    margin-bottom: -185px;
    margin-left: 0;
    margin-top: -40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #shopify-section-page-sections-highline .hl-img-rotate img, .hl-prodtemp .hl-img-rotate img {
    max-width: 300px;
    margin-bottom: -210px;
    margin-left: 0px;
    margin-top: -70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #shopify-section-page-sections-highline .hl-img-rotate img, .hl-prodtemp .hl-img-rotate img {
    max-width: 400px;
    margin-bottom: -300px;
    margin-left: 20px;
    margin-top: -70px;
  }
}
@media screen and (min-width: 1200px) {
  #shopify-section-page-sections-highline .hl-img-rotate img, .hl-prodtemp .hl-img-rotate img {
    margin-top: -90px;
  }
}
#shopify-section-page-sections-highline .hl-img-1, .hl-prodtemp .hl-img-1 {
  display: flex;
}
@media screen and (max-width: 767px) {
  #shopify-section-page-sections-highline .page-width--flush-small, .hl-prodtemp .page-width--flush-small {
    padding: 0 17px;
  }
  #shopify-section-page-sections-highline .grid-product__see-all, .hl-prodtemp .grid-product__see-all {
    display: none;
  }
  #shopify-section-page-sections-highline .grid-overflow-wrapper, .hl-prodtemp .grid-overflow-wrapper {
    overflow: hidden;
  }
  #shopify-section-page-sections-highline .grid-overflow-wrapper .grid, .hl-prodtemp .grid-overflow-wrapper .grid {
    white-space: initial;
    display: block;
  }
  #shopify-section-page-sections-highline .grid-overflow-wrapper .grid .grid__item, .hl-prodtemp .grid-overflow-wrapper .grid .grid__item {
    float: none;
    width: 100%;
    flex: initial;
    display: inline-block;
  }
  #shopify-section-page-sections-highline .grid-overflow-wrapper .grid .grid__item:first-child, .hl-prodtemp .grid-overflow-wrapper .grid .grid__item:first-child {
    margin-left: 0;
  }
}
#shopify-section-page-sections-highline .hl-video, .hl-prodtemp .hl-video {
  background: #0295b0;
  padding: 150px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #shopify-section-page-sections-highline .hl-video, .hl-prodtemp .hl-video {
    padding: 50px 0 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #shopify-section-page-sections-highline .hl-video, .hl-prodtemp .hl-video {
    padding: 80px 0 100px;
  }
}
#shopify-section-page-sections-highline .hl-video .hl-video-left, .hl-prodtemp .hl-video .hl-video-left, #shopify-section-page-sections-highline .hl-video .hl-video-right, .hl-prodtemp .hl-video .hl-video-right {
  position: absolute;
  width: 35px;
}
@media screen and (max-width: 767px) {
  #shopify-section-page-sections-highline .hl-video .hl-video-left, .hl-prodtemp .hl-video .hl-video-left, #shopify-section-page-sections-highline .hl-video .hl-video-right, .hl-prodtemp .hl-video .hl-video-right {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #shopify-section-page-sections-highline .hl-video .hl-video-left, .hl-prodtemp .hl-video .hl-video-left, #shopify-section-page-sections-highline .hl-video .hl-video-right, .hl-prodtemp .hl-video .hl-video-right {
    width: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #shopify-section-page-sections-highline .hl-video .hl-video-left, .hl-prodtemp .hl-video .hl-video-left, #shopify-section-page-sections-highline .hl-video .hl-video-right, .hl-prodtemp .hl-video .hl-video-right {
    width: 25px;
  }
}
#shopify-section-page-sections-highline .hl-video .hl-video-right, .hl-prodtemp .hl-video .hl-video-right {
  right: 0;
  top: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  #shopify-section-page-sections-highline .hl-video .hl-video-right, .hl-prodtemp .hl-video .hl-video-right {
    top: 80%;
  }
}
#shopify-section-page-sections-highline .hl-video .hl-video-left, .hl-prodtemp .hl-video .hl-video-left {
  left: 0;
  top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #shopify-section-page-sections-highline .hl-video .hl-video-left, .hl-prodtemp .hl-video .hl-video-left {
    top: -20%;
  }
}
#shopify-section-page-sections-highline .hl-video .hl-video-img, .hl-prodtemp .hl-video .hl-video-img {
  width: 70%;
  margin: 0 auto;
}
#shopify-section-page-sections-highline .hl-video .hl-video-img a, .hl-prodtemp .hl-video .hl-video-img a {
  border-bottom: none;
  border-bottom: none;
  padding: 0;
  border: none;
  background: none;
  transform: scale(1);
  transition: 0.3s all ease-in-out;
}
#shopify-section-page-sections-highline .hl-video .hl-video-img a:hover, .hl-prodtemp .hl-video .hl-video-img a:hover {
  transform: scale(1.03);
}
#shopify-section-page-sections-highline .hl-video .hl-video-img a:after, .hl-prodtemp .hl-video .hl-video-img a:after {
  content: none;
}
#shopify-section-page-sections-highline .hl-video .hl-video-handler, .hl-prodtemp .hl-video .hl-video-handler {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #shopify-section-page-sections-highline .hl-video .hl-video-handler, .hl-prodtemp .hl-video .hl-video-handler {
    width: 95%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #shopify-section-page-sections-highline .hl-video .hl-video-handler, .hl-prodtemp .hl-video .hl-video-handler {
    width: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #shopify-section-page-sections-highline .hl-video .hl-video-handler, .hl-prodtemp .hl-video .hl-video-handler {
    width: 75%;
  }
}
#shopify-section-page-sections-highline .hl-skater, .hl-prodtemp .hl-skater {
  margin-top: -110px;
  display: grid;
  position: relative;
  background: #0394b0;
}
#shopify-section-page-sections-highline .hl-skater img, .hl-prodtemp .hl-skater img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #shopify-section-page-sections-highline .hl-skater, .hl-prodtemp .hl-skater {
    margin-top: -60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #shopify-section-page-sections-highline .hl-skater, .hl-prodtemp .hl-skater {
    margin-top: -70px;
  }
}
#shopify-section-page-sections-highline .hl-shop, .hl-prodtemp .hl-shop {
  margin-bottom: 50px !important;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #shopify-section-page-sections-highline .hl-shop, .hl-prodtemp .hl-shop {
    margin-top: 70px;
  }
}
#shopify-section-page-sections-highline .hl-shop .hl-shop-btn, .hl-prodtemp .hl-shop .hl-shop-btn {
  width: 200px;
}

/* Pages - Waterborne */
.waterborne-grid {
  margin-bottom: 0 !important;
  padding-left: 17px;
  background: #c9c8c8;
}
.waterborne-grid-item {
  padding: 50px 30px;
  font-size: 13px;
}
.waterborne-promo {
  margin: 30px 0;
  font-size: 16px;
}
@media only screen and (max-width: 769px) {
  .waterborne-promo {
    text-align: center;
  }
}
#ProductSection-page-sections-waterborne #zip-prod-widget>iframe {
    display: none;
}

/* FAQ Page */
.rte p strong {
  font-weight: 600;
}
.index-section--faq {
  margin: 30px 0 10px;
}
.page-content.faq {
  padding-top: 25px;
  padding-bottom: 75px;
}
.collapsible-trigger {
  font-weight: 600;
}
.rte.collapsible-content__inner--faq {
  padding-top: 10px;
  line-height: 2em;
  background: #f8f8f8;
  border-radius: 30px;
  padding: 15px 20px;
  margin-left: 40px;
}

/* Footer Promotions */
#shopify-section-footer-promotions {
  background: #f8f8f8;
}
#shopify-section-footer-promotions .section--divider {
  padding: 30px 0;
}
#shopify-section-footer-promotions .footer-promotions .grid__item {
  margin-bottom:32px;
}
#shopify-section-footer-promotions .footer-promotions .grid__item .h3 {
  font-size: 14px;
  margin-bottom: 5px
}
#shopify-section-footer-promotions .footer-promotions .grid__item .text-spacing {
  margin-bottom: 0;
  font-size:12px;
}
#shopify-section-footer-promotions .footer-promotions .grid__item .image-wrap {
  background: none;
  height: auto !important;
  padding-bottom: initial !important;
  margin-bottom: 20px;
}
#shopify-section-footer-promotions .footer-promotions .grid__item .image-wrap img {
  width: 50px;
  margin: auto;
}
#shopify-section-footer-promotions .index-section {
  margin-bottom: 0;
}

/* Blogs */

.article__title {
  font-weight: 900;
  text-transform: uppercase;
}

/* Footer */
.footer__title{
  font-weight:600;
  letter-spacing: normal;
  font-size: 0.8em;
}
.site-footer {
  padding-bottom: 0;
}
ul+.footer__small-text{
  padding-top: 40px;
}
.footer__small-text {
  font-size: 9.8px;
  color: #5a5a5a;
}
.footer__small-text span {
  padding: 0 5px;
}
.footer__small-text a {
  color: #5a5a5a;
}
.payment-icons {
  margin-top: 30px;
}
.icon--payment .icon {
  width: auto;
  height: auto;
  vertical-align: initial;
}
.footer-sign-up {
  margin-bottom: 15px;
}