/* ===========================================================================
    Main Variables
    Copied from assets/base-styles.scss.liquid
==============================================================================*/
/**
Return color based on opacity
If given color has an opacity value of 1, return the given default value.
This is required for shopify's color selector. When you remove color from
the selector, it returns rgba(0,0,0,0) rather than removing the color value.
So we need this function to keep the variables filled, otherwise nothing
will work correctly.
 */
/**
We need a bit something different for header colors
 */
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*----------------------------------------------------------------*/
/*  Global Overrides
/*----------------------------------------------------------------*/
body:not(.template-index) > #wrapper #content-wrapper .main-content {
  padding-bottom: 3.5rem; }

#ZlistWishlist {
  margin: 0 !important; }

#ZooomyList label {
  width: 100% !important; }

.zooomywishmsg {
  background: #ffb300 !important;
  border: 1px solid #ffb300 !important;
  border-radius: 3px;
  font-weight: 400;
  font-family: "Barlow";
  font-size: 1rem !important;
  text-transform: capitalize;
  line-height: 1;
  text-rendering: optimizeLegibility;
  min-width: 142px;
  padding: 9px 14px !important;
  -webkit-appearance: none !important;
  transition: all 0.2s ease-in-out; }

.zooomywishmsg:hover {
  background: #f9ad00 !important;
  border: 1px solid #f9ad00 !important; }

.c-wishlist-wrapper {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  outline: none;
  border: none;
  -webkit-appearance: none !important;
  padding: 28px 16px 25px 16px;
  border-radius: 2px; }

.emptymsg {
  display: none !important; }

/*----------------------------------------------------------------*/
/*  Utility Classes
/*----------------------------------------------------------------*
/* Adds border and box-shadow */
.thumb-style,
.c-lb__item {
  background-color: #fff;
  background-size: cover;
  border: 4px solid #fff;
  border-radius: 3px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.4);
  display: inline-block !important;
  height: 60px;
  margin-right: .5em;
  position: relative;
  width: 80px !important; }
  .thumb-style:not(.no-open-icon) small,
  .c-lb__item:not(.no-open-icon) small {
    display: block;
    background-color: rgba(0, 0, 0, 0.04);
    text-align: center;
    color: #3c763d;
    font-size: .8rem;
    font-weight: 600;
    padding: 3px 0;
    font-family: "Karla", "HelveticaNeue", "Helvetica Neue", "Arial", sans-serif; }
  .thumb-style:not(.no-open-icon)::before,
  .c-lb__item:not(.no-open-icon)::before {
    content: '\002B';
    position: absolute;
    top: -6px;
    right: -2px;
    color: #fff;
    z-index: 5;
    font-size: 12px; }
  .thumb-style:not(.no-open-icon)::after,
  .c-lb__item:not(.no-open-icon)::after {
    content: '';
    position: absolute;
    top: -4px;
    right: -4px;
    color: #fff;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #26a65b transparent transparent; }

/* makes images responsive */
.responsive-img {
  width: 100% !important;
  height: auto !important;
  vertical-align: top !important; }

.green-text-link {
  color: #26a65b; }

/* Next/Previous product switcher (the green arrows on the collections page) */
.template-product .product-single .product-previous-next-links .previous-product a .icon,
.template-product .product-single .product-previous-next-links .next-product a .icon {
  color: #26a65b; }

.next-product .h4.text-bold.text-left {
  color: #26a65b; }

.min-width-100 {
  min-width: 100px !important; }

.min-width-200 {
  min-width: 200px !important; }

.min-width-250 {
  min-width: 250px !important; }

.min-width-300 {
  min-width: 350px !important; }

.min-width-400 {
  min-width: 400px !important; }

.min-width-450 {
  min-width: 450px !important; }

.min-width-500 {
  min-width: 500px !important; }

.min-width-550 {
  min-width: 550px !important; }

.min-width-600 {
  min-width: 600px !important; }

.max-width-100 {
  max-width: 100px !important; }

.max-width-150 {
  max-width: 150px !important; }

.max-width-200 {
  max-width: 200px !important; }

.max-width-250 {
  max-width: 250px !important; }

.max-width-300 {
  max-width: 300px !important; }

.max-width-350 {
  max-width: 350px !important; }

.max-width-400 {
  max-width: 400px !important; }

.max-width-450 {
  max-width: 450px !important; }

.max-width-500 {
  max-width: 500px !important; }

.max-width-550 {
  max-width: 550px !important; }

.max-width-600 {
  max-width: 600px !important; }

@media all and (max-width: 959px) {
  [class*='max-width-'] {
    max-width: 100% !important; } }

.block {
  display: block; }

/*----------------------------------------------------------------*/
/* Desktop Header
/*----------------------------------------------------------------*/
.social-links--header {
  padding-bottom: 0 !important; }

/*----------------------------------------------------------------*/
/* Mobile Header
/*----------------------------------------------------------------*/
/* Hide breadcrumb container on smaller devices */
@media (max-width: 959px) {
  #page-header {
    padding: 5px 0 0 0 !important; } }
@media all and (min-width: 500px) {
  #page-header {
    padding: 15px 0 0 0 !important; } }
@media all and (min-width: 600px) {
  #page-header {
    padding: 30px 0 0 0 !important; } }
@media all and (min-width: 750px) and (max-width: 960px) {
  #page-header {
    padding: 50px 0 0 0 !important; } }
@media (max-width: 1279px) {
  #page-header > .row > .col-12:first-of-type {
    display: none; } }

/*----------------------------------------------------------------*/
/*  SKLED Mobile Product Style
/*----------------------------------------------------------------*/
@media all and (max-width: 960px) {
  .template-product .product-single .images {
    padding-top: 12px; } }
/*----------------------------------------------------------------*/
/*  SKLED Product Style
/*----------------------------------------------------------------*/
@media all and (min-width: 1279px) {
  .c-skled-mobile-header-next-prev {
    display: none; } }

@media (max-width: 1279px) {
  .c-skled-mobile-header-next-prev--og {
    display: none; } }

.c-skled-product-style__mobile-price {
  display: none; }
  @media all and (max-width: 959px) {
    .c-skled-product-style__mobile-price {
      display: block; } }

@media (max-width: 1279px) {
  .c-skled-product-style__product-price {
    padding-bottom: 0; }
    .c-skled-product-style__product-price .prices {
      text-align: center;
      padding-bottom: 0 !important; }
      .c-skled-product-style__product-price .prices .money {
        font-size: 2rem !important;
        font-weight: bold; } }

@media (max-width: 1279px) {
  .c-skled-product-style__options-block {
    padding-top: 0 !important; }
    .c-skled-product-style__options-block .cart-form {
      padding-top: 15px !important; }
    .c-skled-product-style__options-block .quantity-buttons-wrapper .quantity {
      margin-bottom: 0 !important; } }

.product-single .c-skled-product-style__options-block .cart-form .variants.select-box,
.product-quick-view-dialog .cart-form .variants.select-box {
  width: 200px; }
  @media (max-width: 1279px) {
    .product-single .c-skled-product-style__options-block .cart-form .variants.select-box,
    .product-quick-view-dialog .cart-form .variants.select-box {
      margin: 1rem auto; } }

.c-skled-product-style__product-tabs {
  padding-top: 0 !important; }

.c-skled-product-style__desktop-title {
  display: block; }
  @media (max-width: 1279px) {
    .c-skled-product-style__desktop-title {
      display: none; } }

.c-skled-product-style__desktop-price {
  display: block; }
  @media (max-width: 1279px) {
    .c-skled-product-style__desktop-price {
      display: none; } }

.c-skled-product-style__mobile-title {
  display: none; }
  @media (max-width: 1279px) {
    .c-skled-product-style__mobile-title {
      display: block; }
      .c-skled-product-style__mobile-title .product-stars .spr-badge {
        margin: .1rem;
        min-height: 20px; } }
  @media (max-width: 959px) {
    .c-skled-product-style__mobile-title .product-title {
      text-align: center;
      font-size: 1.4rem;
      margin-top: 1.75rem !important; } }
  @media all and (min-width: 960px) and (max-width: 1279px) {
    .c-skled-product-style__mobile-title .product-title {
      text-align: left;
      font-size: 2.5rem;
      margin-top: 2rem !important; } }

/*----------------------------------------------------------------*/
/*  FAQ Section
/*----------------------------------------------------------------*/
/* Accordion styles */
.faqs .btn {
  color: #000;
  background-color: #e0fff9;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden; }

.faqs .tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden; }

.faqs input {
  position: absolute;
  opacity: 0;
  z-index: -1; }

.faqs label {
  position: relative;
  display: block;
  padding: 1em 30px 1em 1em;
  background: #000000;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 0;
  line-height: 1.2em;
  text-transform: uppercase; }

.faqs .tab-content {
  max-height: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: max-height 1s ease-out .2s;
  -o-transition: max-height 1s ease-out .2s;
  transition: max-height 1s ease-out .2s; }

.faqs .tab-content p {
  margin: 1em;
  color: #000; }

/* :checked */
.faqs input:checked ~ .tab-content {
  max-height: 50em; }

/* Icon */
.faqs label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all 1s ease-out .2s;
  -o-transition: all 1s ease-out .2s;
  transition: all 1s ease-out .2s; }

.faqs input[type=checkbox] + label::after {
  content: '+'; }

.faqs input[type=radio] + label::after {
  content: '\25BC'; }

.faqs input[type=checkbox]:checked + label::after {
  transform: rotate(315deg); }

.faqs input[type=radio]:checked + label::after {
  transform: rotateX(180deg); }

/*----------------------------------------------------------------*/
/*  Individual Pages
/*----------------------------------------------------------------*
/* Company Reviews */
.company-reviews .tall-card {
  max-height: none;
  min-height: 0; }

/* iHP */
.thumb-style--ihp {
  min-height: 145px;
  width: 100% !important;
  max-width: 210px; }
  @media all and (min-width: 960px) {
    .thumb-style--ihp {
      min-height: 260px;
      max-width: 350px; } }
  .thumb-style--ihp:last-of-type {
    max-width: 255px; }
    @media all and (min-width: 960px) {
      .thumb-style--ihp:last-of-type {
        max-width: 435px; } }

/* lightbox */
.c-lb {
  display: flex;
  justify-content: center;
  flex-direction: column; }
  @media all and (min-width: 960px) {
    .c-lb {
      flex-direction: row; } }

/* Product Images */
.product-image .thumb-wrapper img {
  margin-right: 7px; }
  .product-image .thumb-wrapper img:last-of-type {
    margin-right: 0; }
.product-image .main-image-wrapper,
.product-image .thumb-wrapper img {
  border: 1px solid #ccc;
  background: #fff; }

/*----------------------------------------------------------------*/
/*  Image Directive
/*----------------------------------------------------------------*/
.c-js-image {
  position: relative;
  display: block; }
  @media all and (min-width: 960px) {
    .c-js-image {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-content: center; } }
  .c-js-image > .responsive-img > img {
    width: 100%;
    height: auto; }

/*----------------------------------------------------------------*/
/*  Video Directive
/*----------------------------------------------------------------*/
.c-js-video {
  position: relative;
  display: block !important;
  float: none; }
  @media all and (min-width: 960px) {
    .c-js-video {
      display: flex !important;
      flex-direction: row;
      justify-content: center;
      align-content: center; } }
  .c-js-video [class*='float-'] ~ p {
    margin-left: 1rem; }

/*----------------------------------------------------------------*/
/*  Collection Pages
/*----------------------------------------------------------------*/
.c-home-growers {
  display: flex;
  justify-content: center;
  flex-direction: column; }

.c-home-growers__heading {
  margin: 2rem auto 0 auto; }

.c-home-growers__deciding {
  background: url("https://spectrumkingled.com/cdn/shop/files/thinking.png?13699119831149362187") no-repeat;
  background-size: 250px auto;
  background-position: top center;
  padding: 0 0 32px 0;
  text-align: center;
  border-bottom: 3px solid #ccc; }
  @media all and (min-width: 376px) {
    .c-home-growers__deciding {
      background-size: 450px auto; } }

.c-home-growers__deciding__heading {
  margin-top: 225px;
  font-size: 2rem;
  color: #26a65b !important; }
  @media all and (min-width: 376px) {
    .c-home-growers__deciding__heading {
      margin-top: 425px;
      font-size: 6rem; } }

.c-home-growers__deciding__text {
  background-color: #fff;
  font-size: 1.3rem;
  margin: 1rem auto 50px auto;
  max-width: 1200px; }

.c-home-growers__types {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-content: center;
  margin: 50px 0;
  flex-basis: 24%; }

.c-home-growers__types__type {
  background-color: #494949;
  border: 3px solid #5d5d5d;
  border-radius: 10px;
  color: #fff;
  margin: 0 5px;
  text-align: center;
  flex-basis: 33%; }
  @media all and (min-width: 376px) {
    .c-home-growers__types__type {
      margin: 0 10px; } }
  @media all and (min-width: 960px) {
    .c-home-growers__types__type {
      flex-basis: 33%;
      margin: 0 60px; } }

.c-home-growers__textBoxes {
  max-width: 910px;
  margin: 0 auto; }
  .c-home-growers__textBoxes [class^='c-home-growers__textBoxes__'] {
    display: none;
    height: 0; }
    .c-home-growers__textBoxes [class^='c-home-growers__textBoxes__'].c-home-growers__textBoxes--active {
      display: block;
      height: auto; }

.c-home-growers__types__type__heading {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1rem;
  background: #fff;
  color: #494949;
  padding: 5px;
  border: 2px solid #ccc;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }
  @media all and (min-width: 725px) {
    .c-home-growers__types__type__heading {
      font-size: 2rem; } }

.c-home-growers__types__type__image {
  background-color: #fff;
  background-size: 100px auto;
  border: 2px solid #ccc;
  border-radius: 7px;
  display: inline-block;
  margin: 5px;
  -webkit-box-shadow: 0px 0px 3px 1px #26a65b;
  -moz-box-shadow: 0px 0px 3px 1px #26a65b;
  box-shadow: 0px 0px 3px 1px #26a65b; }
  .c-home-growers__types__type__image > .responsive-image {
    max-width: 50px; }
  @media all and (min-width: 376px) {
    .c-home-growers__types__type__image {
      margin: 10px; }
      .c-home-growers__types__type__image > .responsive-image {
        max-width: 75px; } }
  @media all and (min-width: 700px) {
    .c-home-growers__types__type__image {
      margin: 40px 50px; }
      .c-home-growers__types__type__image > .responsive-image {
        max-width: 100px; } }

.c-home-growers__text__pots {
  border-top: 1px solid #ccc;
  margin: 32px 0;
  text-align: center; }
  .c-home-growers__text__pots > .thumb-style--home-growers {
    max-width: 400px; }

.c-home-growers__text__pots_heading {
  margin-top: 25px;
  font-size: 4rem;
  color: #26a65b !important; }

.c-home-growers__text__sizes {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center; }
  @media all and (min-width: 960px) {
    .c-home-growers__text__sizes {
      flex-direction: row; } }

.thumb-style--home-growers {
  height: auto;
  width: auto !important;
  margin-bottom: 1rem; }
  .thumb-style--home-growers > img {
    max-width: 210px; }
  @media all and (min-width: 960px) {
    .thumb-style--home-growers {
      margin-bottom: 0; }
      .thumb-style--home-growers > img {
        max-width: 100%; } }

/* Industrial Growers */
.c-industrial-growers__hps_vs {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media all and (min-width: 960px) {
    .c-industrial-growers__hps_vs {
      flex-direction: row; } }
  .c-industrial-growers__hps_vs .c-industrial-growers__image {
    flex-basis: 70%;
    margin: 0 0 25px 0; }
    @media all and (min-width: 960px) {
      .c-industrial-growers__hps_vs .c-industrial-growers__image {
        margin: 0 25px 25px 0; } }

.c-industrial-growers__results {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media all and (min-width: 960px) {
    .c-industrial-growers__results {
      flex-direction: row; } }
  .c-industrial-growers__results .c-industrial-growers__image {
    margin: 0 0 25px 0; }
    .c-industrial-growers__results .c-industrial-growers__image:last-of-type {
      margin: 0 0 0 0; }
    @media all and (min-width: 960px) {
      .c-industrial-growers__results .c-industrial-growers__image {
        margin: 0 25px 0 0; } }

.c-industrial-growers__efficiency {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media all and (min-width: 960px) {
    .c-industrial-growers__efficiency {
      flex-direction: row; } }
  .c-industrial-growers__efficiency > div {
    flex-basis: 50%; }
  .c-industrial-growers__efficiency .c-industrial-growers__image {
    margin: 0 0 25px 0; }
    @media all and (min-width: 960px) {
      .c-industrial-growers__efficiency .c-industrial-growers__image {
        margin: 0 25px 25px 0; } }

.c-industrial-growers__reliability,
.c-industrial-growers__scalability {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  @media all and (min-width: 960px) {
    .c-industrial-growers__reliability,
    .c-industrial-growers__scalability {
      flex-direction: row; } }
  .c-industrial-growers__reliability > div:first-of-type,
  .c-industrial-growers__scalability > div:first-of-type {
    flex-basis: 30%;
    margin: 0 0 25px 0; }
    @media all and (min-width: 960px) {
      .c-industrial-growers__reliability > div:first-of-type,
      .c-industrial-growers__scalability > div:first-of-type {
        margin: 0 25px 25px 0; } }
    @media all and (min-width: 960px) {
      .c-industrial-growers__reliability > div:first-of-type .c-industrial-growers__image,
      .c-industrial-growers__scalability > div:first-of-type .c-industrial-growers__image {
        margin: 0 25px 25px 0; } }
  .c-industrial-growers__reliability > div:last-of-type,
  .c-industrial-growers__scalability > div:last-of-type {
    flex-basis: 70%; }

.c-industrial-growers__lets-go-shopping h1 {
  font-size: 1rem !important; }
.c-industrial-growers__lets-go-shopping .btn {
  padding: 12px !important; }
@media all and (min-width: 960px) {
  .c-industrial-growers__lets-go-shopping h1 {
    font-size: 2.428rem !important; }
  .c-industrial-growers__lets-go-shopping .btn {
    padding: 25px !important; } }

/*----------------------------------------------------------------*/
/*  Product Page (SKLED Style)
/*----------------------------------------------------------------*/
.template-product .product-single.skled .cart-form {
  padding-top: 1.5rem; }

/* Hide selected variant div */
.prices + .h2.py-2.text-light {
  display: none !important; }

/* Product Options */
.product-customizer-options input,
.product-customizer-options select {
  border: 1px solid #c4c4c4;
  background-color: #fbfbfb;
  color: #2a2a2a;
  max-width: 100%;
  line-height: 1.2;
  border-radius: 2px;
  /*================ Hide the svg arrow in IE9 and below ================*/ }
  .ie9 .product-customizer-options input, .ie9
  .product-customizer-options select {
    padding-right: 10px;
    background-image: none; }
.product-customizer-options .option-type-select label {
  position: absolute;
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }
.product-customizer-options .option-type-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(https://spectrumkingled.com/cdn/shop/t/23/assets/ico-select.svg?v=25294615802861450851658499633);
  background-repeat: no-repeat;
  background-position: right 10px center;
  cursor: pointer;
  line-height: 1.2;
  margin-bottom: 15px;
  padding: 8px 50px 15px 10px;
  text-indent: 0.01px;
  text-overflow: ''; }
  @media only screen and (min-width: 750px) {
    .product-customizer-options .option-type-select select {
      padding-top: 10px;
      padding-left: 18px;
      padding-bottom: 10px; } }
.product-customizer-options .option-type-checkbox [type='checkbox'] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  padding-right: 5px;
  border-radius: 15px;
  border: 1px solid #cccccc;
  background-color: #fbfbfb;
  color: #FFF;
  white-space: nowrap;
  overflow: hidden;
  width: 25px;
  height: 25px;
  margin: 10px 0;
  display: inline-block;
  vertical-align: middle; }
  .product-customizer-options .option-type-checkbox [type='checkbox']:hover {
    cursor: pointer;
    box-shadow: 0 0 10px #ccc; }
  .product-customizer-options .option-type-checkbox [type='checkbox']:checked {
    background-color: #26a65b;
    border-left-color: #36d888;
    border-right-color: #36D888; }
    .product-customizer-options .option-type-checkbox [type='checkbox']:checked ~ div > label > .option-amount {
      color: #26a65b; }
.product-customizer-options .option-type-checkbox > div {
  display: inline-block;
  vertical-align: middle; }
  .product-customizer-options .option-type-checkbox > div > label {
    user-select: none; }
    .product-customizer-options .option-type-checkbox > div > label:hover {
      cursor: pointer; }
    .product-customizer-options .option-type-checkbox > div > label > .option-amount {
      font-weight: bold; }

.product-customizer-customizations-total {
  display: inline-block;
  margin-top: 7px;
  color: rgba(0, 0, 0, 0.87) !important;
  opacity: 1 !important;
  font-family: 'Karla', 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: .75rem;
  line-height: 1.42858;
  text-rendering: optimizeLegibility;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  max-width: 300px; }

.product-price-total {
  border-bottom: 1px solid #ccc;
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-right: 35px; }
  @media (max-width: 1279px) {
    .product-price-total {
      margin-bottom: 15px;
      padding-bottom: 0;
      padding-right: 0; } }

.product-share {
  margin-top: 1rem; }
  .product-share .my-6.w-10 {
    display: none !important; }

/*----------------------------------------------------------------*/
/*  Home Page
/*----------------------------------------------------------------*/
/* Customer reviews styles for homepage*/
.index-customer-reviews.article-grid-item.tall-card {
  min-height: 295px; }
.index-customer-reviews.article-grid-item.tall-card:hover .article-detail .article-title {
  color: #fff !important; }
.index-customer-reviews .btn:hover {
  color: rgba(0, 0, 0, 0.87) !important; }

/* Styles for home page collection grid section (first section with 5 images) */
.home-page-grid {
  position: relative; }
  .home-page-grid .block-type-image_with_caption {
    -webkit-box-shadow: 0 0 10px 2px #8f8f8f;
    -moz-box-shadow: 0 0 10px 2px #8f8f8f;
    box-shadow: 0 0 10px 2px #8f8f8f; }
  .home-page-grid .caption-area {
    transition: all 0.2s ease-in-out; }
    .home-page-grid .caption-area:hover {
      background: rgba(255, 255, 255, 0.5); }
      .home-page-grid .caption-area:hover .btn {
        opacity: 1; }
    .home-page-grid .caption-area .caption-text {
      background: rgba(255, 255, 255, 0.8);
      bottom: 0;
      color: #000;
      left: 0;
      position: absolute;
      width: 100%;
      margin-bottom: .25rem;
      padding: 5px;
      text-align: center; }
      @media all and (min-width: 600px) {
        .home-page-grid .caption-area .caption-text {
          margin-bottom: .5em;
          padding: 10px;
          text-align: left; } }
      @media all and (min-width: 960px) {
        .home-page-grid .caption-area .caption-text {
          margin-bottom: 1em;
          padding: 15px;
          text-align: left; } }
      .home-page-grid .caption-area .caption-text > h4 {
        text-transform: uppercase;
        margin-bottom: 5px;
        font-size: .75em;
        font-weight: 600; }
        @media all and (min-width: 600px) {
          .home-page-grid .caption-area .caption-text > h4 {
            font-size: .95em; } }
        @media all and (min-width: 960px) {
          .home-page-grid .caption-area .caption-text > h4 {
            font-size: 1.15em; } }
      .home-page-grid .caption-area .caption-text .h6 {
        font-size: 0.757rem; }
        @media all and (min-width: 600px) {
          .home-page-grid .caption-area .caption-text .h6 {
            font-size: 0.857rem; } }
    .home-page-grid .caption-area .btn {
      display: none; }
      @media all and (min-width: 960px) {
        .home-page-grid .caption-area .btn {
          display: inline-block;
          float: right;
          opacity: 0; } }
    .home-page-grid .caption-area .vertical {
      position: absolute;
      left: 0;
      right: 0;
      text-align: center; }
      .home-page-grid .caption-area .vertical .btn {
        margin-top: .2rem;
        float: none; }

/* lets go shopping section */
.lets-go-shopping .carousel-item {
  margin: 1.5rem 0 .75rem 0; }
  @media all and (min-width: 965px) {
    .lets-go-shopping .carousel-item:first-of-type {
      margin: 3.75rem 0;
      text-align: right !important; } }
  @media all and (max-width: 965px) {
    .lets-go-shopping .carousel-item:first-of-type h1 {
      font-size: 1.428rem; } }
  .lets-go-shopping .carousel-item:last-of-type {
    margin: .75rem 0 1.5rem 0; }
    .lets-go-shopping .carousel-item:last-of-type p {
      font-size: 2em;
      line-height: 1; }
    @media all and (min-width: 965px) {
      .lets-go-shopping .carousel-item:last-of-type {
        margin: 3.75rem 0;
        text-align: left !important; }
        .lets-go-shopping .carousel-item:last-of-type p {
          font-size: 3em; } }

/* Featured Products header */
.featured-products-header h3 {
  padding-bottom: .25em !important; }

/* Hides the 'add to cart' button on the featured products section on the home page and on the collection pages */
.template-index .add-to-cart-button,
.product-grid-view .add-to-cart-button {
  display: none !important; }

/*----------------------------------------------------------------*/
/*  Product Detail Page
/*----------------------------------------------------------------*/
/* product icons in overview tab */
.skled-product-icons {
  margin-bottom: 1.2rem;
  text-align: left; }

.skled-product-icons__icon {
  display: inline-block; }

.skled-product-icons__icon__image {
  border-radius: 30%;
  box-shadow: none;
  height: 85px;
  width: 85px !important; }
  @media all and (min-width: 960px) {
    .skled-product-icons__icon__image {
      height: 95px;
      width: 95px !important; } }
  @media all and (min-width: 1280px) {
    .skled-product-icons__icon__image {
      height: 130px;
      width: 130px !important; } }

/* center review stars on small devices */
@media all and (max-width: 960px) {
  .spr-badge {
    align-items: center !important;
    justify-content: center !important; } }

/* buttons on product detail page */
.previous-product,
.next-product {
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  background-color: #fff; }
  .previous-product a,
  .next-product a {
    color: #000000 !important; }
    .previous-product a .money,
    .next-product a .money {
      color: rgba(0, 0, 0, 0.87); }

/*----------------------------------------------------------------*/
/* Custom Solutions Page
/*----------------------------------------------------------------*/
#custom-solutions .thumb-style {
  height: 162px;
  width: 282px !important; }
#custom-solutions .youtube-style {
  background: url("https://spectrumkingled.com/cdn/shop/files/custom-solutions-video.png?9237267091273389324");
  background-size: cover; }

/*----------------------------------------------------------------*/
/*  Form Assembly Forms
/*----------------------------------------------------------------*/
.form-assembly-wrapper {
  background-color: inherit;
  margin-top: 2em;
  min-height: 350px;
  position: relative;
  width: 100%;
  height: 100%;
  /* ios */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch !important; }

.form-assembly-wrapper__loading {
  background: inherit;
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }
  .form-assembly-wrapper__loading.doneLoading {
    display: none !important; }

.form-assembly__iframe {
  height: 100%;
  min-width: 100%;
  width: 100px;
  *width: 100%; }

/*----------------------------------------------------------------*/
/*  Product Customizer
/*----------------------------------------------------------------*/
.product-customizations {
  position: relative; }

.product-customizations__loader-wrapper {
  min-height: 100px;
  text-align: center; }

.product-customizations__disclaimer {
  display: block;
  font-family: 'Karla', 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: .75rem;
  color: rgba(0, 0, 0, 0.87); }

span.product-customizer-line-item-prop {
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%; }

/*----------------------------------------------------------------*/
/*  Downloads Page
/*----------------------------------------------------------------*/
.downloads__image {
  display: block;
  width: 100%;
  max-width: 200px !important;
  height: auto !important;
  margin: 1.5rem 1.5rem .3rem 1.5rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 14px -1px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 14px -1px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 14px -1px rgba(0, 0, 0, 0.8); }
  @media all and (min-width: 960px) and (max-width: 1279px) {
    .downloads__image {
      max-width: 250px !important; } }
  @media all and (min-width: 1280px) and (max-width: 1919px) {
    .downloads__image {
      max-width: 300px !important; } }
  @media all and (min-width: 1920px) {
    .downloads__image {
      max-width: 340px !important; } }

.downloads__image-text {
  display: block;
  text-align: center; }

/*----------------------------------------------------------------*/
/* Loading Widget
 * Based on https://github.com/lukehaas/css-loaders
/*----------------------------------------------------------------*/
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }
  .product-customizations .loader, .product-customizations
  .loader:after {
    height: 5em;
    width: 5em; }
    @media all and (min-width: 960px) {
      .product-customizations .loader, .product-customizations
      .loader:after {
        left: 1.5rem;
        position: absolute;
        top: 1rem; } }

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(38, 166, 91, 0.2);
  border-right: 1.1em solid rgba(38, 166, 91, 0.2);
  border-bottom: 1.1em solid rgba(38, 166, 91, 0.2);
  border-left: 1.1em solid #26a65b;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }
  .product-customizations .loader {
    margin: 0 auto; }
    @media all and (min-width: 960px) {
      .product-customizations .loader {
        margin: 0; } }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*----------------------------------------------------------------*/
/* Slides
/*----------------------------------------------------------------*/
.full-width-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-basis: 100%;
  height: 100%;
  display: flex !important; }

.c-growers-challenge {
  flex-grow: 1; }
  @media all and (min-width: 1920px) {
    .c-growers-challenge {
      padding-right: 100px; } }

.c-growers-challenge__heading {
  font-size: 0;
  -ms-font-kerning: none;
  -webkit-font-kerning: none;
  font-kerning: none; }

.c-growers-challenge_header--black {
  text-transform: uppercase;
  font-weight: 900;
  line-height: .9;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 5rem;
  letter-spacing: 12px;
  padding-left: 13px; }
  @media (max-width: 1279px) {
    .c-growers-challenge_header--black {
      font-size: 4rem;
      letter-spacing: 9px;
      padding-left: 7px; } }
  @media all and (min-width: 1920px) {
    .c-growers-challenge_header--black {
      font-size: 7rem;
      letter-spacing: 13px;
      padding-left: 13px; } }

.c-growers-challenge_header--medium {
  font-weight: 600; }

.c-growers-challenge_header--light {
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 0;
  text-align: center;
  font-size: 5rem; }
  @media (max-width: 1279px) {
    .c-growers-challenge_header--light {
      font-size: 4rem; } }
  @media all and (min-width: 1920px) {
    .c-growers-challenge_header--light {
      font-size: 6.75rem; } }

.c-growers-challenge__separator {
  background: url("https://spectrumkingled.com/cdn/shop/files/rainbow-separator.png?7605361218940516335") center no-repeat;
  background-size: contain;
  height: 16px; }

.c-growers-challenge_year {
  font-size: 3rem; }
  @media (max-width: 599px) {
    .c-growers-challenge_year {
      font-size: 2rem; } }
  @media all and (min-width: 1920px) {
    .c-growers-challenge_year {
      font-size: 5rem; } }

.c-growers-challenge__text {
  font-size: 1.5rem;
  line-height: 1.2; }
  @media (max-width: 599px) {
    .c-growers-challenge__text {
      font-size: 1rem; } }
  @media all and (min-width: 1920px) {
    .c-growers-challenge__text {
      font-size: 2rem;
      line-height: 1.3; } }

/* 420 Sale */
.c-420 {
  flex-grow: 1; }

.c-420__item {
  font-family: 'Playfair Display', serif;
  color: #16670f; }

.c-420__item__top {
  font-size: 6rem; }

.c-420__item__top__420 {
  padding-right: 0; }

.c-420__item__top__sale {
  padding-left: 0; }

.c-420__item__bottom {
  font-size: 3rem; }
  @media all and (min-width: 1920px) {
    .c-420__item__bottom {
      font-size: 4rem; } }

/* Bundle Sale */
.c-bundle {
  width: 100%;
  position: relative; }

.c-bundle__buttons {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 50px;
  width: 500px; }