/** Shopify CDN: Minification failed

Line 543:0 Expected "{" but found "."
Line 1242:2 "postion" is not a known CSS property
Line 3283:41 Expected ":"

**/
/* All code in this file created by Kate Busby for Speks  */
/* General Layout */

.section.is-width-wide .container.has-limit {
    max-width: none;
}

.gutter{
  margin: 0 auto;
  width: 88%;
}

/* General Typography */
body{
    font-family: "sofia-pro",sans-serif !important; 
  font-size: 16px;
  max-width: 100vw;
/*   overflow-x: hidden; unhiding this messes up bundle page*/ 
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a, #nav li a, div.title a, .headline, .subtitle, p { 
  font-family: "sofia-pro",sans-serif !important; 
}

.h1, .h2, .h3, .h4, .h5, .h6{
  font-family: "sofia-pro",sans-serif !important; 
    font-weight: 700;
}

h1.product_name{
  font-family: "sofia-pro",sans-serif !important; 
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.title {
    font-weight: 700;
  font-size: 40px;
}

button, input.btn, a.btn{
      font-size: 16px;
    font-family: sofia-pro, sans-serif;
    color: #333f48;
    line-height: 1.25;
  cursor: pointer;
}

.button{
  border-width: 2px;
      white-space: nowrap!important;
}

.button--primary, a.button--primary.button, .button--secondary, a.button--secondary.button, input.btn, a.btn{
  font-size: 16px;
  padding: 15px 50px;
}

input.btn, a.btn{
      color: #fff;
    border-color: #f9ad17;
    background-color: #f9ad17;
  border: solid;
      border: 3px solid  #f9ad17;
    border-radius: 10px;
    transition: all .2s ease-in-out;
  font-family: sofia-pro, sans-serif;
    font-weight: 700;
    padding: 20px 60px;
    font-size: 20px;
    line-height: 20px;
  
}

.dynamic-sections{
  min-height: 100vh;
}

  .section {
    max-width: 1600px;
}
form input:focus {
    outline-color: #007367;
}

/* .icon{
  fill: currentColor!important;
}
.icon path{
  fill: currentColor!important;
} */
.icon.is-large{
  width: 50px;
  height: 50px;
}
.icon.is-medium{
    width: 30px;
  height: 30px;
}
.icon{
}
/* Buttons */
.button{
  font-family: "sofia-pro",sans-serif !important; 
  font-weight: 700;
  
}
.button--add-to-cart{
  box-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
  border-width: 3px;
  padding: 20px 60px;
  font-size: 20px;
  line-height: 20px;
  height: 65px !important;
  min-width: 325px;
  
}
.button--add-to-cart span{
    font-size: 20px;
  line-height: 20px;
}

/* IG Feed */
.ig-feed__text h4{
      font-size: 30px;
    letter-spacing: normal;
    line-height: 34px;
    color: #00695c;
}

.ig-feed__text .btn{
      color: #007367;
    border-color: #007367;
      background-color: #fff;
  display: inline-block;
  margin-top: 20px;
}

/* Cart */

.ajax-cart__empty-cart-message ~.ajax-cart__cart-count{
  display: none;
}
.ajax-cart__empty-cart-message.is-hidden ~.ajax-cart__cart-count{
  display: block;
}

.ajax-cart__close-icon{
  top: 17px;
  transform: none;
      z-index: 20;
}
.ajax-cart__overlay.is-visible {
  opacity: .4;
}
.ajax-cart__list{
      height: calc(100% - 201px);
    overflow-x:hidden;
}


.ajax-cart__details-wrapper {
    padding: 1rem;
    border-top: 1px solid rgba(211,211,211,.5);
    position: absolute;
    bottom: 0;
    width: 100%;
}

.ajax-cart__cart-title{
  font-weight: 400;
  text-align: left;
  font-size: 18px;
}
.ajax-cart__product-title{
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 2px;
font-weight: 700;
}
.ajax-cart__product-title div{
      font-size: 16px;
    line-height: 18px;
    margin-bottom: 2px;
font-weight: 400;
}

#theme-ajax-cart.is-drawer{
  width: 100%;
  max-width: 375px;
      right: -100%;
  z-index: 90001;
}
.ajax-cart__form {
    overflow: auto;
    max-height: none;
    height: calc(100vh - 98px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.quantity-wrapper.quantity-style--box .quantity-plus {
    width: 44px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
      border-top: thin solid #D3D3D3;
    border-bottom: thin solid #D3D3D3;
  border-right: thin solid #D3D3D3;
      border-left: none;
}
.quantity-wrapper.quantity-style--box .quantity-minus {
    width: 44px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
      border-top: thin solid #D3D3D3;
    border-bottom: thin solid #D3D3D3;
  border-left: thin solid #D3D3D3;
    border-right: none;
}
.quantity-wrapper.quantity-style--box.is-medium .quantity-element {
  max-width: 45px;
}

.quantity-plus.button, .quantity-plus.age-gate__confirm_btn, .quantity-minus.button{
  background-color: #f4f4f4;
}
.quantity-plus.button[disabled], .quantity-plus[disabled].age-gate__confirm_btn, .quantity-minus.button[disabled]{
 background-color: #f4f4f4;
}
.quantity-plus.button .icon, .quantity-plus.age-gate__confirm_btn .icon, .quantity-minus.button .icon, .quantity-minus.age-gate__confirm_btn .icon {
    fill: black;
  padding: 3px;
}
.quantity-plus.button:hover, .quantity-plus.age-gate__confirm_btn:hover, .quantity-minus.button:hover, .quantity-minus.age-gate__confirm_btn:hover {
   background-color: #f4f4f4;
    filter: brightness(0.9);
}
.quantity-plus.button:hover .icon, .quantity-plus.age-gate__confirm_btn:hover .icon, .quantity-minus.button:hover .icon, .quantity-minus.age-gate__confirm_btn:hover .icon {
    fill: black;
}
.ajax-cart a:hover {
    color: black;
}
.ajax-cart__cart-link {
    display: none;
}
.ajax-cart__cart-message{
  margin-top: 0;
}
.ajax-cart__taxes-shipping-message{
  padding-top: 0;
}
.close{
      background-color: #f4f4f4;
      height: 23px;
    max-height: 23px;
    max-width: 23px;
    min-height: 23px;
    min-width: 23px;
    width: 23px;
}

.ajax-cart__subtotal .ajax-cart__row-description span {
    font-size: 32px;
    line-height: 25px;
    font-weight: 700;
}
.mobile-header-sticky-wrapper{
  background-color: white;
}
#theme-ajax-cart.is-drawer .money{
  font-size: 16px;
}
/* Navigation */

    header.header {
    display: none!important;
    }

#shopify-section-header-classic{
  box-shadow:0 2px 4px 0 rgba(0, 0, 0, .5);
}

.annoucement-slider >div, .annoucement-slider .flickity-slider>div{
  display: flex;
  justify-content: center;
  width: 100%;
}
.annoucement-slider{
  width: 100%;
}

.annoucement-slider .flickity-button {
    position: absolute;
    background: none;;
}
.annoucement-slider .flickity-button:focus, .annoucement-slider .flickity-button:focus-within, .annoucement-slider .flickity-button:active {
    outline:none;
  box-shadow: none;
}
.annoucement-slider .flickity-prev-next-button.previous {
    left: -18px;
}
.annoucement-slider .flickity-prev-next-button.next {
    right: -18px;
}
/*Mobile Menu  */

.mobile-menu .mobile-menu-link, .mobile-menu .mobile-menu__item{
      padding: 0.2rem 1.5rem;
}
.mobile-submenu__list .mobile-menu .mobile-menu-link,.mobile-submenu__list .mobile-menu .mobile-menu__item{
      padding: 0.5rem 1.5rem;
}
.mobile-header__content{
  padding: 0 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
  background-color: white;
}
.submenu__input~.mobile-menu__submenu {
  transition: right .4s;
    height: calc(100vh - 90px);
    position: absolute;
    top: 0;
  max-height: none;
  right: -100%;
  width: 100%;
    max-height: none;
  margin-right: 0;
  z-index: 100;
}
.submenu__input:checked~.mobile-menu__submenu {
    right: 0;
  transition: right .4s;
}
.mobile-menu__submenu{
  border-left: 0;
}
.mobile-menu .mobile-menu__item{
 font-size: 22px; 
}
.submenu-featured{
      padding: 20px;
}

  
.mobile-menu-link, .mobile-menu__item, .mobile-menu a{
  font-family: "sofia-pro",sans-serif !important; 
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0;
}

.mobile-menu__list-item-secondary a{
  font-weight: normal;
}

.mobile-menu__content .mobile-menu__list {
    padding-bottom: 100px;
    padding-top: 13px;
}

.mobilemenuhelptext{
  letter-spacing: 0;
    font-family: "sofia-pro",sans-serif !important; 
  padding: 50px 20px 0;
  text-align: center;
  font-size: 16px!important;
}
.mobilemenuhelptext a{
   font-size: 16px!important;
}

.submenu__input+label a:after {
    transform: rotate(-90deg);
    position: relative;
    font-size: .7em;
    top: 2px;
    left: 15px;
    font-weight: bold;
}
.submenu__input:checked+label a:after{
  transform: rotate(-90deg);
}

.mobile-submenu__list .submenu__label a{
  justify-content: center;
  left: 0
}



.mobile-submenu__list .mobile-menu-link:after{
      transform: rotate(90deg);
    z-index: 4;
    font-size: .7em;
    font-weight: bold;
    left: 20px;
    width: 15px;
    top: 16px;
}
.mobile-logo a{
  display: flex;
}
.mobile-header__open-menu{
    display: flex;
}
 .mobile-header__close-menu {
   display: flex;
 }
.announcement-bar__content .buttons{
  display:none;
}
.mobile-menu{
  overflow: hidden;
}
.mobile-submenu__list .mobile-menu-link:hover, .mobile-submenu__list .mobile-menu__item:hover, .mobile-submenu__list  .mobile-menu a:hover {
    color: #00695c;
}
.mobile-menu__first-level.has-submenu a:after{
  transition: left .2s ease-in;
}
.mobile-menu__first-level.has-submenu:hover>.submenu__label a:after{
  left: 25px;
}
.submenu-featured p{
    font-size: 16px;
    margin-bottom: 5px;
}
.submenu-featured a{
    font-size: 16px;
    margin-bottom: 5px;
  display: inline-block;
    width: calc(50% - 10px);
      text-align: center;
    font-size: 13px;
}
.submenu-featured a:last-child{
      margin-left: 10px;
}
.submenu-featured a:hover{
  color: #00534c!important;
}

.desktop-left{
  display: none;
}

@media only screen and (min-width: 799px){
  .mobile-menu--opened{
    height: auto;
    overflow: visible;
  }
  .mobile-header {
    display: block!important;
}
  .mobile-menu__toggle-button {
    display: block!important;
    width: 85px;
}
  .mobile-menu__toggle-icon{
    padding-right: 0;
    min-width: 60px;
  }
  .desktop-left{
  display: flex;
}
  .desktop-left a{
    color: #333f48;
    font-weight: 400;
    margin: 0 20px 0 0 ;
    font-size: 16px;
    letter-spacing: 0;
        font-family: "sofia-pro",sans-serif ;
        white-space: nowrap;
  }
  .mobile-header__open-menu span.icon{
    width: 60px;
    position: relative;
  }
  .mobile-header__open-menu span.icon:after{
    content: "Shop";
      display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
        font-family: "sofia-pro",sans-serif !important;
    position: absolute;
    top: -3px;
    left: 0;
  }
   .mobile-header__open-menu svg{
    display: none;
  }

}
@media only screen and (min-width: 760px){

  
  .mobile-menu {
    width: 360px;
}
  .mobile-menu {
    overflow: visible;
        z-index: auto;
  }

  .submenu__input~.mobile-menu__submenu {
  transition: left .4s;
    height: calc(100vh - 90px);
    position: absolute;
    top: 0;
  max-height: none;
  left: 0;
    margin-left:0;
    right: 0;
  width: 100%;
    max-height: none;
  margin-right: 0;
  z-index: -5;
}
.submenu__input:checked~.mobile-menu__submenu {
    left: 100%;
  transition: left .4s;
  z-index: -1;
}
/*   .submenu__input:hover~.mobile-menu__submenu {
    left: 100%;
  transition: left .4s;
    z-index: -1;
} */
}

@media only screen and (max-width: 798px)
.mobile-menu__toggle-button {
    display: block;
  width: 100%;
}
/* Mobile Scrolling Menu */
.mobile-scroll__wrapper ul{
  display: flex;
  padding: 10px;
  font-weight: 700;
  overflow: scroll;
}
.mobile-scroll__wrapper ul::-webkit-scrollbar {
  display: none;
}
.mobile-scroll__link{
  margin-right: 20px;
  white-space: nowrap;
}

@media only screen and (min-width: 600px) {
  #shopify-section-mobile-scrolling-menu{
    display: none;
  }

}


/* General PDP */

@media only screen and (min-width: 799px) {
  /* .product-template.product-main .product__images{
  width: calc(62% - 20px);
} */
.product-template.product-main .product__information{
  width: calc(48% - 20px);
}

  
}
@media only screen and (max-width: 1200px) {
.product-template.product-main {
  padding-left: 20px;
  padding-right: 50px;
}
}
@media only screen and (max-width: 798px) {
.product-template.product-main {
  padding-left: 20px;
  padding-right: 20px;
  padding-top:10px!important;
}
  .product-gallery__thumbnails {
    padding-top: 0;
    margin-top: 10px;
}
  .product__images {
    margin-bottom: 20px;
}
  .product-gallery__thumbnail img{
    display: block;
  }
  .product-gallery__thumbnails .product-gallery__thumbnail {
    margin-right: 3px;
    margin-left: 3px;
        width: calc(20% - 6px);
  }
  .product-gallery__thumbnail.is-nav-selected {
    border-color: #e3e3e3;
}
  .product-gallery__main{
    width: 85%;
    margin: 0 auto;
  }
}



/* body.product .flickity-prev-next-button , .product-gallery .product-gallery__main .flickity-prev-next-button {
  display: none!important;
}
.product-gallery__image, .product-gallery__thumbnail{
   user-drag: none;
} */
#template-product{
  background-color: #f2f2f2;
}
shopify-payment-terms{
  display: none!Important;
}

h1.product_name{
      font-size: 25px;
    line-height: 29px;
    margin-bottom: 8px;
}
.product-block--price{
  min-height: 30px;
}

body.product .image-with-text__heading.is-large {
  font-size: 60px;
    line-height: 60px;
  max-width: 80%;
}
.product-block--price span.money{
  color: #84bd00;
  font-size: 16px;
  font-weight: 700;
}

body.product .product-block--form~.product-block--price .price-ui--loading{
opacity: 1;
}
body.product .product-block--form~.product-block--price span.money{
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.product-template.product-main{
  max-width: 1200px;
  margin: 0 auto;
}

.swatch .tooltip {
  display: none;
}

.swatch-element.color, .swatch-element.color label {
    border: transparent 2px solid;
      padding: 0px;
}
.swatch-element.color label {
      width: 30px;
      min-width: 30px;
    height: 30px!important;
    line-height: 30px;
}
.swatch-element {
    display: flex;
    border: #e2e2e2 thin solid;
    min-width: 28px;
    min-height: 28px;
}

span.options-selection__option-name{
  font-size: 14px;
  font-weight: 700;
}
span.options-selection__option-name span{
  font-weight: 400;
}
[data-option-name="color"].swatch .swatch__option,[data-option-name="Color"].swatch .swatch__option {
  margin-right: 0px;
}

.product-single__benefits ul {
    margin: 15px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    max-width: 400px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-single__benefits ul li {
    list-style: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 0px;
    text-align: center;
}
.product-single__benefits ul li img {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 40px;
}
.product-single__benefits ul li span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color:#333f48;;
}

.product_form fieldset[data-option-name="Shape"] input[type=radio]:checked +div label, .product_form fieldset[data-option-name="Denominations"] input[type=radio]:checked +div label, .product_form fieldset[data-option-name="Size"] input[type=radio]:checked +div label,.product_form fieldset[data-option-name="Tin Size"] input[type=radio]:checked +div label {
    background-color: #F9AD17;
    color: #fff;
  border-radius: 8px!important;
}
.product_form fieldset[data-option-name="Denominations"] +div label, .product_form fieldset[data-option-name="Size"] +div label, .product_form fieldset[data-option-name="Tin Size"] +div label {
    display: inline-block;
    padding: 4px 8px;
     border-radius: 8px!important;
    background-color: #EDECE5;
    margin: 0 5px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .35px;
    line-height: 19px;
}
.product_form fieldset[data-option-name="Denominations"] +div label input[type=radio] +.swatch-element, .product_form fieldset[data-option-name="Size"] +div label input[type=radio] +.swatch-element, .product_form fieldset[data-option-name="Tin Size"] +div label input[type=radio] +.swatch-element {
     border-radius: 8px;
}

.product_form fieldset[data-option-name="Color Category"] input[type=radio]:checked +.swatch-element,.product_form fieldset[data-option-name="Shape"] input[type=radio]:checked +.swatch-element, .product_form fieldset[data-option-name="Denominations"] input[type=radio]:checked +.swatch-element, .product_form fieldset[data-option-name="Size"] input[type=radio]:checked +.swatch-element, .product_form fieldset[data-option-name="Tin Size"] input[type=radio]:checked +.swatch-element  {
  border: none;
     border-radius: 8px!important;
}
.swatch label {
  height: 30px;
    line-height: 30px;
}
.swatch-element {
      border-radius: 8px;
}
.product_form fieldset[data-option-name="Shape"].swatch [data-variant-option-available=false]+.swatch-element label{
    text-decoration: none; 
     opacity: 1;
}
/* span.crossed-out{
  position: relative;
} */
.product_form fieldset[data-option-name="Color"] span.crossed-out:after, .product_form fieldset[data-option-name="color"] span.crossed-out:after{
content: "";
    height: 2px;
    background-color: black;
    width: 25px;
    position: absolute;
    top: 16px;
    left: 5px;
    transform: rotate(40deg);
}
 /* .product-speks fieldset[data-option-name="Color"] [data-variant-option-available=false]~.swatch-element{
  display: none;
}  */

.full-width-image__speks>div {
    width: 100%;
    padding-bottom: 33%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 400px;
}
@media only screen and (max-width: 768px){
  .full-width-image__speks>div {
  background-attachment: initial;
  }
}


/*Thumbnails  */

.product-gallery__thumbnails .product-gallery__thumbnail{
  border-radius: 10px;
  border: 1px solid #E3E3E3;
  opacity: 1;
}
.product-gallery__thumbnail.is-nav-selected {
  border-color: #C5C5C5;
}
.product-gallery__thumbnails .product-gallery__thumbnail img{
  border-radius: 10px;
  border: 2px solid transparent;
}
.product-gallery__image img {
   border-radius: 15px;
}
/* .product-gallery__thumbnail:not(.is-nav-selected){
  display: none;
} */

.product-form-container {
padding-top: 5px
}

/* Linked Options PDP  */
.swatch label{
  text-transform: none;
  font-weight: 700;
}
.swatch input:checked+.swatch-element {
    box-shadow: none;
}
fieldset.swatch[data-option-name = "Color Category"] legend{
  display: none;
}
fieldset.swatch[data-option-name = "Color Category"] [data-variant-option-available=false]+.swatch-element label {
    text-decoration: none; 
    opacity: 1;
}

fieldset.swatch[data-option-name = "Color Category"] input:checked+.swatch-element{
  background-color: #f9ad17;
  color: white;
}

/* fieldset[data-option-index="1"] input~div{
 display: none; 
} */
/* fieldset[data-option-index="1"] input[data-variant-option-available="true"]~div{
 display: block; 
} */
fieldset[data-option-name="color"]{
  max-width: 300px;
}
.product-geode-new fieldset[data-option-name="color"]{
  max-width: 350px;
}
.product-crags-new fieldset[data-option-name="Tin Color"]{
  max-width: 253px;
}
.product-geode-new fieldset[data-option-name="color"] .swatch__options {
    margin-bottom: -12px;
    margin-top: 18px;
}

.product-geode-new .option-title{
      text-transform: capitalize;
}
fieldset[data-option-name="color"] .swatch__option{
  margin-bottom: 25px;
}
fieldset[data-option-name="color"] .swatch__options{
   margin-bottom: -12px;
}
fieldset[data-option-name="Tin Color"] .swatch__option{
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
}
fieldset[data-option-name="Tin Color"] .swatch__options{
   margin-bottom: -12px;
}
fieldset[data-option-name="Tin Color"] .swatch__option:nth-child(7):before{
content:"";
  width: 20%;
  height: 1px;
  display: block;
  position: relative;
}
.product-crags-new input[data-variant-option-available=true]~div{
   margin: 0 8px 0 0;
}

.product-crags-new input[data-variant-option-available=false]~div{
    min-width: none;
    display: block;
    opacity: .6;
    pointer-events: none;
}

/* .product-crags-new input[data-variant-option-available=false]~div[data-value="Serenity"] {
    min-width: 75px;
    display: block;
    opacity: 0;
    pointer-events: none;
}
 */

fieldset[data-option-name="color"] div[data-value="Solar Flare"]:before{
  content:"Matte:";
  position: absolute;
  display: block;
  width: 30px;
  height: 16px;
  top: -20px;
  left: -1px;
  font-size: 14px;
}
fieldset[data-option-name="Tin Color"] div[data-value="Indigo"]:before{
  content:"Matte:";
  position: absolute;
  display: block;
  width: 30px;
  height: 16px;
  top: -24px;
  left: -1px;
  font-size: 14px;
}
fieldset[data-option-name="color"] div[data-value="Azurite"]:before{
  content:"Crystal:";
  position: absolute;
  display: block;
  width: 30px;
  height: 16px;
  top: -25px;
  left: -1px;
  font-size: 14px;
}
.purchase-details .purchase-details__spb--false .button--add-to-cart {
    height: inherit;
    width: 100%;
}


/* Footer */
.footer__container {
  padding-top: 30px;
  padding-bottom: 80px;
}
.footer__payment-methods{
  justify-content: center;
}

.footer__credits{
  text-align: center;
  font-size: 11px;
  margin-top: 10px;
}
.block__logo{
  max-width:110px;
}
.block__logo .image-element__wrap{
    display: block;
    margin: 15px 12px 0;
    width: 78px;
}

/*Footer Parent Menu  */
.block__link-list{
  width: auto;
  flex: 1 0;
}
.footer__menu-parent-wrapper{
  display: flex;
  padding-left: 30px;
}
.footer__menu-parent{
  padding-right: 40px;
}
.footer__heading, .footer__menu-link-parent{
   line-height: 21px;
    font-size: 14px;
    font-weight: 700;
    font-family: "sofia-pro",sans-serif !important;

}
.footer__heading{
    margin-bottom:6px;
}
.footer__heading-media{
  line-height: 16px;
    font-size: 14px;
    font-weight: 700;
  margin-bottom:0px;
}
.footer__menu-link{
  white-space: nowrap;
}
.emaillink{
  font-weight: 700;
    color: #007367!important;
}
.block__text{
      width: auto;
    flex: 1 0;
  min-width: 110px;
}
.footer__payment-methods{
  padding-top: 80px;
}
.footer .social-icons a{
  padding-right: 5px;
}
.footer .social-icons svg{
  fill: #007367;
  
}
.footer .social-icons a:hover svg{
  color: #84bd00;
}

/* Footer Newsletter Form */
.newsletter-form input[type="email"]{
 border: 1px solid #00695c;
    font-family: sofia-pro, sans-serif;
    padding: 5px 10px;
    min-width: 220px;
    font-size: 12px;
    outline: none!important;
  border-radius: 10px;
      height: 37px;

}
.block__newsletter{
  min-width: 280px;
}
.newsletter-form button[type="submit"]{
    position: absolute;
    right: 0;
    height: 37px;
  border-radius: 0 10px 10px 0;
  padding: 0 25px;
    background-color: #00695c;
      color: #c7e943;
      border: 1px solid #00695c;
    border-left: none;
}

.newsletter-form__wrapper  p.quote{
  font-weight: 700;
    color: #007367!important;
}
@media only screen and (max-width: 1000px){
.block__text{
  order: 5;
}
}
@media only screen and (max-width: 860px){
.footer__menu-parent-wrapper {
      justify-content: center;
}
  .block__text {
    width: auto;
    flex: auto;
  }
  .footer__block{
    margin-bottom: 20px;
  }
  .footer__content > .container{
    justify-content: center;
  }
}
@media only screen and (max-width: 675px){
  .block__text{
  order: 0;
}
  .footer__menu-parent-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
}
  .footer__menu-parent{
    text-align: center;
    margin-bottom: 20px;
    width: 100%; 
    padding-right: 0;
  }
  .footer__payment-methods {
    padding-top: 0px;
}
    .block__text {
      text-align: center;
  }
 .block__text .social-icons{
   justify-content: center;
 } 

.footer .social-icons li {
    padding-right: 5px;
    padding-left: 5px;
}
  .block__link-list {
    flex: auto;
}
}



/*Collections Page  */
 
.collection-matrix__wrapper .collection-thumbnail{
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 48px;
  width: calc(25% - 40px);
}

.collection-matrix__wrapper a.button--add-to-cart{
  width: auto;
  min-width: 0;
      margin: 5px auto!important;
    padding: 12px 40px;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
  height: 45px !important;
  
}
.collection-matrix__wrapper a.collections__btn-add{
    width: 100%;
}
.collection-matrix__wrapper a.collections__btn-add span{
   font-size: 16px;
}
.collection-matrix__wrapper .b4bopt1, .collection-matrix__wrapper .b4bopt2, .collection-matrix__wrapper .b4bopt3{
  font-weight: 400;
}
span[data-title = "Speks 2.5mm Magnet Balls"] .b4bopt1, span[data-title = "Matte Speks 2.5mm Magnet Balls"] .b4bopt1{
  display:none;
}

.collection-page .product-thumbnail {
  text-align:left;
}

a.product-thumbnail__title{
     font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #333F48;
}

/* Icon Marquee */
.icon-marquee .icon-with-text-column__column{
      display: flex;
    justify-content: center;
    align-items: center;
}
.icon-marquee .icon{
  margin-right: 5px;
}
.icon-marquee h3{
  font-weight: normal;
  font-size: 1em;
  white-space: nowrap;
}
.icon-marquee section.section{
  --gap: 1rem;
  display: flex;
  overflow: hidden;
  user-select:none;
  gap: var(--gap);
}
.icon-marquee .container{
    flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
  animation: scroll 17s linear infinite;
  flex-wrap: nowrap;
}
.icon-marquee section.section:hover .container {
  animation-play-state: paused;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
/*  Custom Slide Show*/
.banner__subheading{
  letter-spacing: normal;
}

.speks-slideshow .slideshow-with-text__container{
  width: 70%;
  max-width: 1250px;
}
.speks-slideshow .slideshow-with-text__container>div{
  width: 50%;
  margin: 0;
}

.speks-slideshow .heading-wrapper {
      margin-bottom: 30px;
}
.speks-slideshow .text-slideshow__heading.banner__heading {
  font-weight: bold;
  font-size: 30px;
}
.speks-slideshow  .text-slideshow__slide{
      padding: 0 3em 3em;
    flex-wrap: wrap;
  top: 50%;
    transform: translateY(-50%);
  max-height:35vw;
} 

.speks-slideshow  .text-slideshow__slide-slidelink{
    display: flex;
    flex-direction: column;
  width: 100%;
}

.speks-slideshow  .text-slideshow__content{
  flex: 1 0 100%;
}

.speks-slideshow .flickity-buttons-container{
  width: calc(200% + 120px);
    left: -60px;
    justify-content: space-between;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}
.speks-slideshow .slideshow-with-text__container {
  postion: relative;
}
/* .speks-slideshow  .text-slideshow__content{
      display: flex;
    flex-direction: column;
      justify-content: center;
      align-items: center;
  height: 100%;
}

/* .speks-slideshow  .image-element__wrap {
  height: auto;
  flex: 1 0;
} */

.wide-image-section .image-with-text__image-column{
  width: 65%;
}
.wide-image-section .image-with-text__text-column{
  width: 35%;
}
.wide-image-section.has-gutter-enabled .image-with-text__image-column{
  width: calc(65% - 20px);
}
.wide-image-section.has-gutter-enabled .image-with-text__text-column{
  width:calc(35% - 20px);
}

.image-with-text__heading.is-large {
    font-size: 60px;
}

.image-with-text__heading.is-large ~.content{
  font-size: 22px;
}
.image-with-text__heading.is-regular ~.content{
  font-size: 18px;
}

.block__image-with-overlay .pretext, .block__image-with-overlay .subtitle, .image-with-text-overlay .pretext, .image-with-text-overlay .subtitle, .image-slideshow .pretext, .image-slideshow .subtitle {
font-size: 18px;
  letter-spacing: 0;
}
.image-with-text-overlay .subtitle.image-with-text-overlay__subheading{
  padding-top: 18px;
  margin-bottom: 18px;
}

.image-with-text__heading.is-regular {
    font-size: 35px;
}

.image-with-text__text-column {
  padding: 50px;
}

.banner__heading.large-heading {
   font-size: 60px;
  padding-bottom: 0;
}

.image-with-text-overlay__container .large-buttons a, .image-with-text__text-column .large-buttons a{
  font-size: 22px !important;
  padding: 12px 40px !important;
}

.image-with-text-overlay .caption-content{
  min-width: 400px;
}

.image-with-text-overlay .pretext{
  font-weight: bold;
}
@media only screen and (max-width: 1000px){
  .speks-slideshow  .text-slideshow__slide{
      padding: 1.5em;
    flex-wrap: wrap;
  top: 0%;
    transform: none;
  max-height:none;
} 
    .speks-slideshow  .text-slideshow__slide .image-element__wrap{
      display: none;
    }
.wide-image-section .image-with-text__image-column{
  width: 100%;
}
.wide-image-section .image-with-text__text-column{
  width: 100%;
}
.wide-image-section.has-gutter-enabled .image-with-text__image-column{
  width: calc(100% - 20px);
}
.wide-image-section.has-gutter-enabled .image-with-text__text-column{
  width:calc(100% - 20px);
}
}
@media only screen and (max-width: 798px){
  .image-with-text .container.swap-mobile .image-with-text__column:last-child{
  order: -1
}

  .image-with-text__text-column.mobile-alignment-center *{
    text-align: center !important;
    justify-content: center!important;
  }
    .image-with-text__text-column.mobile-alignment-right *{
    text-align: right !important;
    justify-content: flex-end!important;
  }
    .image-with-text__text-column.mobile-alignment-left *{
    text-align: left !important;
    justify-content: flex-start!important;
  }
    .image-with-text__text-column.mobile-alignment-center {
    text-align: center !important;
    justify-content: center!important;
  }
    .image-with-text__text-column.mobile-alignment-right {
    text-align: right !important;
    justify-content: flex-end!important;
  }
    .image-with-text__text-column.mobile-alignment-left {
    text-align: left !important;
    justify-content: flex-start!important;
  }
.is-hidden-mobile-only {
    display: none!important;
  height: 0 !important;
}
  .image-with-text-overlay__banner.show-mobile-image>.image-element__wrap{
    height: 0!important;
  }
  .image-with-text-overlay .caption-content {
   width: 100% !important;
  min-width: 200px;
}
}
@media only screen and (max-width: 600px){
      .title {
    font-size: 30px;
  }
.image-with-text__text-column {
  padding: 30px;
}
  .image-with-text__heading.is-large {
    font-size: 40px;
}
  .image-with-text__heading.is-regular {
    font-size: 30px;
}
  .image-with-text__heading.is-large ~.content{
  font-size: 18px;
}
.image-with-text__heading.is-regular ~.content{
  font-size: 16px;
}
}

/* About Page */
.staff-image{
  position:relative;
  border-radius: 50%;
  margin-bottom: 17px;
}
.staff-image .image-element__wrap:last-of-type{
  position:absolute;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  top: 1px;
  left:1px;
  z-index: 1;
      border-radius: 50%;
}
.staff-image .image-element__wrap:first-child{
  z-index: 10;
  position: relative;
  border-radius: 50%;
}
.staff-image:hover .image-element__wrap:first-child{
  opacity: 0;
}

.staff .title{
  margin-bottom: 0;
}
.staff em{
  font-size: 24px;
}
.staff .container{
  width: 90%;
}
 .staff .container .column{
   margin: 20px 7px!important;
 }

@media only screen and (max-width: 798px){
  .staff .container{
  width: 100%;
    justify-content: space-between;
}
    .staff .container .column{
          width: calc(50% - 20px);
    padding: 5px;
    }
  .staff .title{
    font-size: 18px;
}
.staff em{
  font-size: 18px;
  line-height: 20px;
}
  .staff h2{
    line-height: 1em;
    margin-bottom: 15px!important;
  }
  .staff .container .column {
    margin: 20px 7px 0!important;
}
}

.scrolling-text-column{
  width: 50%;
  display: flex;
  flex-direction: column;

}
.scrolling-text-column .image-with-text__text-column{
  width: 100%;
   min-height: 100vh;

}

.scrolling-text-column .image-with-text__text-column:first-of-type{
   
    padding-top: 15vh;
}
.scrolling-text-column .image-with-text__preheading{
  font-size: 16px;

}
.scrolling-text-column .content{
  font-size: 30px !important;
  line-height: 39px;
  max-width: 300px;
  margin: 0 auto;
}



.image-scrolling .image-with-text__image-column{
  align-self: flex-start;
  position: sticky;
  top: 100px;
      min-height: calc(100vh - 100px);
}

.image-scrolling .image-with-text__image-column .image-element__wrap{
  height: auto;
}

.image-scrolling .image-with-text__image-column img{
  max-height: calc(100vh - 120px);
    max-width: calc(100vh - 120px);
}

@media only screen and (max-width: 1020px){
  .image-scrolling .image-with-text__image-column {
    z-index: -1;
        min-height: 0;
  }
  .scrolling-text-column {
    width: 100%;
    
  }
  .scrolling-text-column .image-with-text__text-column:first-of-type {
    padding-top: 50px;
  }
  .scrolling-text-column .image-with-text__text-column {
    min-height: 0;
  }
  .scrolling-text-column .content {
    font-size: 22px !important;
    line-height: 29px;
}
  .image-with-text__heading {
    padding-bottom: 15px;
  }
  .scrolling-text-column .image-with-text__text-column:last-child{
    padding-bottom: 80px;
  }
}

.safety__faqs{
 
  max-width: 1024px;
}
.safety__faqs h2:not(.js-accordion__header){
 font-family: sofia-pro, sans-serif;
 font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
   margin-top: 55px;
}

.page-safety .js-accordion__header, .template-collection .js-accordion__header{
  color: #333f48;
  font-size: 30px;
  text-transform: revert;
  
  margin-top: 25px;
}
.page-safety .js-accordion__header:after, .template-collection .js-accordion__header:after  {
    content: "";
    border-style: solid;
    border-color: #333f48 transparent transparent;
    border-width: 7px 8px 0;
    position: absolute;
    display: block;
    transform: translate(-50%) rotate(-180deg);
    left: calc(100% + 15px);
    opacity: 1;
    transition: all .3s ease;
    top: 45%
}

.page-safety .animated-accordion__panel p, .template-collection .animated-accordion__panel p{
  color: #333f48;
}
.page-safety .faq-accordion{
  max-width: 1024px;
  margin: 0 auto;
}


.title.faq-title{
      font-family: sofia-pro, sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-top: 55px;
}

.faq-accordion dt button{
      font-size: 30px;
  padding-right: 50px;
}
.accordion dt, .faq-accordion dt {
    border-bottom:none;
}
.accordion dt a[aria-expanded=true], .accordion dt a:hover, .faq-accordion dt button[aria-expanded=true], .faq-accordion dt button:hover {
    background-color:transparent;
}
@media only screen and (max-width: 1000px){
  .title.faq-title{
      font-family: sofia-pro, sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-top: 35px;
}
  .faq-accordion dt button {
    padding-left: 20px;
  }
}




/* Featured Collection */
.slider-gallery:after{
  content:'flickity';
    display: none;
}

#shopify-section-template--14837132853335__main .yotpo{
  display: none!important;
}
.featured-collection-section .gallery-cell{
margin-right: 20px;
  margin-left: 20px;
  width: calc(30% - 40px);
  background-color: #f2f2f2;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 0px!important;
}
.featured-collection-section .button--add-to-cart {
  box-shadow: none;
  width: 100%!important;
  height: auto!important;
  margin-top: 10px;
  min-width: 0;
      padding: 15px 50px;
      position: absolute;
    bottom: 0;
    left: 0;
}
.featured-collection-section .thumbnail__caption {
    padding: 0 3px;
    min-height: 145px;
    position: relative;
}
.featured-collection-section h6{
  font-size: 16px;
}
@media only screen and (max-width: 1000px){
 .featured-collection-section .gallery-cell{
   width: calc(33.3333333333333333333333333333% - 40px);
 }
  .featured-collection-section .flickity-prev-next-button, .block__featured-collection .flickity-prev-next-button {
    display: flex!important;
  }
}
@media only screen and (max-width: 720px){
 .featured-collection-section .gallery-cell{
   width: calc(75% - 20px);
   margin-right: 10px;
  margin-left: 10px;
    padding: 10px;
 }
/*   .featured-collection-section .button--add-to-cart {
    position: relative;
  } */
}


/* Customer Pages */
.customer-page .dynamic-sections{
  background-color: #f4f4f4
}

.customer-page .title {
    font-size: 90px;
    letter-spacing: normal;
    line-height: 101px;
  text-align: center;
  color: #00695C;
        width: 100%;
     background-color: #c7e943;
    padding: 35px 50px;
}

.login__image, .register__image{
  display: none;

}

.customer-page .heading-wrapper{
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.customer-page label:not(.submenu__label){
  display: none;
}

 .customer-page header.container+.container{
   justify-content: center;
 }

.customer-page a.js-recover-password, .template-order .rte a, .template-addresses .rte a {
    color: #073ca5;
}

.customer-page .button--secondary{
  border-color: #00695C;
  background-color: #00695C;
  margin: 0 auto;
  order: 2;
}
.customer-page .button--secondary:hover{
  color: #00695C;
  background-color: white;
}

.customer-page .form-footer{
  flex-wrap: wrap;
}

.customer-page .form-footer small{
      flex: 1 0 100%;
    text-align: right;
    margin-left: 0;
}
.customer-page .form-footer+.has-padding-top{
  text-align: center;
  font-weight: 600;
    color: #073ca5!important;
  text-decoration: underline;
}
.customer-page .form-footer+.has-padding-top a{
 color: #073ca5!important;
      font-size: 14px;
}

.grid--blog{
  display: flex;
}

.grid--blog .grid__item{
  width: calc(25% - 40px);
    margin: 0 20px;
}
.grid--blog .grid__item img{
  width: 100%;
  height: 100%
}


.flickity-page-dots .dot.is-selected {
    opacity: 1;
    background-color: #007367;
}
.flickity-page-dots .dot {
      width: 20px;
    height: 20px;
    border: 2px solid #007367;
    background-color: white;
    opacity: 1;
}
.flickity-page-dots{
  bottom: -40px;
}

.page-press .flickity-page-dots .dot.is-selected {
    background-color: #91dbcf;
}
.page-press .flickity-page-dots .dot {
    border: 2px solid #91dbcf;
    background-color: white;

}

#press-main{
  background-color: #e9e8e1;
  display: flex;
  padding: 40px 17px;
  flex-wrap: wrap;
}

#press-main .press-block{
flex: 0 0 calc(20% - 26px);
background-color: white;
  border: 1px solid #007367;
  border-radius: 30px;
  padding: 30px 20px;
  margin: 0 13px 30px;
  
}

#press-main .press-block-inner{
display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
#press-main .press-block-inner h6{
  font-size: 20px
  }
#press-main .press-block-inner p{
  margin: 32px 0 52px;
   font-size: 20px
}
#press-main .press-block-inner a{
position: absolute;
bottom: 0;
  color: #007367;
  text-decoration: underline;
}

.submenu__input:not(:checked)~.mobile-menu__submenu.has-dropdown {

}

.collection-page section.faq{
  background-color: #f2f2f2;
  padding-bottom: 30px;
}

.collection-page  .faq__title{
  text-align:center;
  width: 100%;
}
.collection-page .heading-wrapper--faq{
   margin: 30px auto 10px;
}
.collection-page .page-faq__column-wrap{
  max-width: 75%;
}
.faq-accordion dt .icon {
    position: absolute;
    right: 20px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .2s linear;
}
   .featured-collection-section-random .product__grid-item{
    flex: 1 0 0;
    min-width: calc(33.3333333333% - 20px);
         background-color: #f2f2f2;
    padding: 25px;
    border-radius: 10px;
}
  .featured-collection-section-random .featured-collection{
     flex-wrap: nowrap;
    overflow: hidden;
    width: 75%;
    min-width: 875px;
   }

.featured-collection .b4bopt1, .featured-collection .b4bopt2, .featured-collection .b4bopt3{
  font-weight: 400;
}
.featured-collection .b4bopt1{
  display: none;
}

.featured-collection .button--add-to-cart span {
  font-size: 16px;
}

@media only screen and (max-width: 900px){
  .featured-collection-section-random .featured-collection{
     flex-wrap: nowrap;
    overflow: hidden;
    width: 95%;
    min-width: 0;
   }

  .featured-collection-section-random .thumbnail__caption {
    padding: 0 3px;
    min-height: 160px;
}

}
@media only screen and (max-width: 760px){
  .featured-collection-section-random .product__grid-item {
    flex: 1 0 0;
    min-width: calc(100% - 20px);
}
    .featured-collection-section-random .featured-collection{
     flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
    max-height: calc(300vw + 460px);
   }
}

.speks-design{
background-color: #f0f3e7;
}
.speks-design .design-content{
width: calc(30% - 20px);
  margin-right: 20px;
  align-self: flex-start;
}
.speks-design .one-fifth{
  margin-left: 20px;
  margin-right: 20px;
  width: calc(33.333% - 40px);
  text-align: center;
}
.speks-design .one-fifth img{
  border-radius: 50%;
}
.speks-design .one-fifth svg{
  border-radius: 50%;
}
.speks-design h3{
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 20px;
}


.speks-design .img-container{
  position: relative;
}
.speks-design .img-container svg:last-child{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.speks-design .img-container:hover svg:last-child{
background:#c7e943;
  opacity: 1;
}
.speks-design .img-container .image-element__wrap:nth-child(3){
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.speks-design .img-container:hover .image-element__wrap:nth-child(3){
  opacity: 1;
}


#shopify-section-template--14806703210583__369da285-47ba-4aea-8cc6-b3a951644ff2{
  background: #f0f3e7;
}
.speks-design-slider{
  width: 60%;
  display: flex;
}


@media only screen and (max-width: 1020px){
  .speks-design{
  padding-top: 40px!important;
}
  .speks-design .design-content {
    width: 100%;
    padding: 0 50px 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .speks-design-slider {
    width: 90%;
  }

}
@media only screen and (max-width: 720px){
    .speks-design-slider:after{
   content: 'flickity';
  display: none; /* hide :after */
}
  .speks-design .one-fifth{
  width: calc(100% - 40px);
  }
  .speks-design .design-content {
    width: 100%;
    padding: 0 15px 30px;
  }
  .speks-design .img-container {
    margin-bottom:15px
  }
   .speks-design-slider .flickity-page-dots {
    bottom: -20px;
}
  .collection-matrix__wrapper .collection-thumbnail {
        width: calc(33.3333% - 40px);
        padding-bottom: 30px;
  }
}
@media only screen and (max-width: 720px){
    .faq-accordion dt button {
    padding-right: 35px;
      padding-top: 10px;
      padding-bottom: 20px;
      font-size:24px;
      line-height: 28px;
      padding-left: 5px;
  }
  .faq-accordion dt .icon {
    right: 5px
  }
  .faq-accordion dd {
    padding: 10px 10px 20px 5px;
}
  .collection-page .page-faq__column-wrap {
    max-width: 100%;
    padding: 0 15px;
}
    .collection-matrix__wrapper .collection-thumbnail {
        width: calc(100% - 20px);
      margin-left: 10px;
      margin-right: 10px;
        padding-bottom: 30px;
  }
  .collection-main{
    padding-top: 20px!important;
}
  
}

.product-accordion__inner p{
  margin:  0 0 5px;
}

.label, .selector-wrapper label{
  color: black;
}

.product-accordion button{
  font-weight: 700;
  font-size: 16px;
  line-height: 20px; 
  margin: 10px 0;
    cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  background-color: transparent;
  position: relative;
    padding: 8px 12px 5px 0;
}
.product-block--accordion:first-of-type .product-accordion{
  border-top: 1px solid black;
  
}
.product-block--accordion:not(:last-child) .product-accordion{
  border-bottom: 1px solid black;
  
}

.product-accordion .icon{
  position: absolute;
    top: 13px;
    right: 0;
  height: 1em;
  width: 1em;
  transition: .2s ease-out;
}
.accordion.active .icon{
  transform: rotate(-180deg);
}
.product-accordion .panel {
   padding: 0px;
}

.panel {
  padding: 0 18px;
    max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

body.product .image-with-text__text a{
  color: inherit!important;
  text-decoration: underline;
}

.page-rewards h3{
      font-size: 50px;
    letter-spacing: normal;
    line-height: 51px;
}
.earn-item h6{
  color: white;
}

.btnwaitlist{
  margin-top: 10px !important;
  width: 100%;
  display: block;
  background-color:#c3c4c3!important;
  border-color: #c3c4c3!important;
}

.announcement-bar__content>div{
      flex: 1 1 auto;
    display: flex;
    align-items: center;
  justify-content: center;
}


element.style {
    object-fit: cover;
    object-position: 50.0% 50.0%;
}
.image-with-text__link:hover .image-with-text__image, .image-with-text__link:hover svg {
    transform: scale(1.02);
}
.image-with-text__image, .image-with-text__link svg {
    transition: transform .3s ease-out;
}

body.article .content p:not(:last-child){
  margin-bottom: 0;
}

.article.blog-all .category-links{
    display: block;
}

.tutorial-headers {
    display: flex;
    text-align: center;
}
.tutorial-headers>div {
    flex: 0 0 50%;
    margin: 25px 0 15px;
}
.tutorial-headers h2 {
    color: #007367;
    font-size: 36px;
    line-height: 36px;
}
.tutorial-headers img {
    width: 65px;
    margin: 8px auto 0;
}
.tutorial-main {
    display: flex;
}
.tutorial-video {
    flex: 1 0 50%;
    padding: 0;
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
    padding-right: 40px;
    align-self: flex-start;
}
#shopify-section-blog-video {
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
    padding: 0;
}
.blog-video .video-wrapper {
    padding-bottom: calc(100% - 4px);
    border: 2px solid #fff;
}
.video-wrapper {
    position: relative;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    height: auto;
}
.video-wrapper {
    overflow: hidden;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tutorial-main .rte {
    max-width: 50%;
      flex: 1 0 50%;
}
.article-content-howto{
  max-width: none!important;
  margin-top: 15px!important;
}

.tutorial__steps {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 !important;
}
.tutorial__step {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 13px!important;
      flex: 1 0 calc(50% - 9px);
    background-color: #c7e943;
    border-radius: 8px;
    max-width: calc(50% - 9px);
      padding: 15px 20px;
  display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
  list-style-type: none;
}
.tutorial__step:nth-child(odd) {
    margin-right: 9px;
}
.tutorial__step:nth-child(even) {
    margin-left: 9px;
}
.tutorial__step img {
    display: block;
    margin: 0 auto;
}
.tutorial__step p {
    font-size: 14px;
    line-height: 18px;
    color: #333F48;
 
}
.tutorial__step p.title {
     margin-top: 40px;
    font-weight: 700;
}

.tutorial-main.gutter{
  width: 100%;
}

@media screen and (max-width: 991px){
.tutorial__step {
    flex: 1 0 100%;
    margin-right: 0!important;
    margin-left: 0!important;
    max-width: 100%;
}
}

@media screen and (max-width: 720px){
.blog-category-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    left: auto;
    width: 30px;
    height: 30px;
}
  .tutorial-headers {
    display: none;
  }
  .tutorial-main {
    flex-wrap: wrap;
}
  .tutorial-video {
    flex: 1 0 100%;
    position: static;
    padding-right: 0;
  }
  .blog-video .video-wrapper {
    padding-bottom: 20px;
  }
  .tutorial-main .rte {
    max-width: 100%;
  }
}

.random-staff h3{
  white-space: nowrap;
}
a.button--add-to-cart {
  box-shadow: none!important;
}

body.article .image-element__wrap img {
  height: auto;
}

body.cart .additional-checkout-buttons{
  display: none;
}

.yotpo .standalone-bottomline .star-clickable {
      float: none!important;
    justify-content: center!important;
    margin-top: 5px!important;
}
body .yotpo-bottomline a{
  color: #333F48!important;
}
#template-collection-seo .yotpo .standalone-bottomline .star-clickable, body.collection-page .yotpo .standalone-bottomline .star-clickable, body.collection span[data-behavior="variable-product_title"]~.yotpo .standalone-bottomline .star-clickable, .product_section .yotpo .standalone-bottomline .star-clickable {
      float: none!important;
    justify-content: flex-start!important;
    margin-top: 0px!important;
  font-weight: 400!important;
}
span[data-behavior="variable-product_title"]~.yotpo .standalone-bottomline .star-clickable{
    font-weight: 400!important;
}
body.collection span[data-behavior="variable-product_title"]~.yotpo .standalone-bottomline .star-clickable{
  margin: 5px 0!important;
   font-weight: 400!important;
}

.yotpo-main-widget {
    width: 70%!important;
    max-width: 900px!important;
    margin: 0 auto!important;
}
.yotpo .yotpo-label-container {
    border-top: none!important;
}

.speks-slideshow .text-slideshow .image-element__wrap{
  max-width: 150px!important;
  min-width: 100px;
}
@media screen and (max-width: 600px){
  .yotpo-main-widget {
    width: 100%!important;
  }
}


/* UPSELL */
.nudge-offer.custom{
 border-top: 1px solid #e8e9eb;
      width: 100%;
    border-radius: 0;
  margin-top: 10px;
}
.nudge-offer.custom .offer-text{
  font-weight: normal;
}
.nudge-offer.custom .nudge-wrapper, .nudge-offer.custom.carousel .details, .nudge-offer.custom.stack .details{
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}
.nudge-offer.custom.carousel{

}
.nudge-offer.custom.carousel .offer-collection,.nudge-offer.custom.stack .offer-collection{
  background-color: #f4f4f4;
  width: 350px!important;
}
.nudge-offer.custom.carousel .product-wrapper,.nudge-offer.custom.stack .product-wrapper{
  padding: 8px;
}
.nudge-offer.custom.carousel .offer-text, .nudge-offer.custom.stack .offer-text{
  text-align: center;
}
.nudge-offer.custom:not(.carousel){
  padding-top: 33px;
}
.nudge-offer.custom:not(.carousel) .product-image-wrapper{
  background-color: #f4f4f4;
  width: 100px;
  padding: 8px 0;
}
.nudge-offer.custom:not(.carousel) .nudge-wrapper{
  background-color: #f4f4f4;
}


.nudge-offer.custom:not(.carousel) .offer-text{
  margin-bottom: 5px;
    position: absolute;
    top: 8px;
    width: 100%;
    left: 0;
    padding: 0px 20px;
  text-align: center;
      font-size: 14px;
}

.nudge-offer.custom.multi.carousel .js-prev i.arrow, .nudge-offer.custom.multi.carousel .js-next i.arrow{
border-width: 0 1px 1px 0;
  padding: 3px;
  transition: all .15s ease;
}
.nudge-offer.custom.multi.carousel .js-prev i.arrow:hover, .nudge-offer.custom.multi.carousel .js-next i.arrow:hover{
border-width: 0 2px 2px 0;
  padding: 3px;
}
.nudge-offer.custom.multi.carousel .js-prev {
    left: 6px;
}
.nudge-offer.custom.multi.carousel .js-next {
    right: 6px;
}
.nudge-offer.custom button.bttn{
  border: 2px solid #f9ad17;
  margin-left: 8px;
  background-color: white;
}
.nudge-offer.custom select{
    border: 1px solid black!important;
    width: 150px!important;
    display: block!important;
  font-size: 14px!important;
}

.nudge-offer.custom.multi img.product-image.medium {
    max-width: 85px;
    width: 100px;
    height: auto;
    max-height: inherit;
    padding-right: 5px;
}

@media only screen and (min-width: 799px){
  .product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) .product-gallery__thumbnails {

    min-height: 67vw;
}
  .product-gallery--left-thumbnails:not(.product-gallery--media-amount-1) {

    min-height: 67vw;
}
}

 .here-what-you-need-for-this{

    position: relative;
    z-index: 1;
    margin-bottom: 0;
/*      margin-bottom: 50px; */
    padding-top: 24px;
    background-color: #f2f2f2;
  }

  .here-what-you-need-for-this__wrap{
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
  }
  .here-what-you-need-for-this__wrap h2{
  	font-size: 50px;
    line-height: 46px;
    font-weight: 700;
    color: #333f48;
    text-align: center;
    margin-bottom: 35px;
  }
    @media (max-width: 991px){
       .here-what-you-need-for-this__wrap h2{
    font-size: 35px;
    line-height: 32px;
  }
    }
  .here-what-you-need-for-this__list{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
  .here-what-you-need-for-this__list--desktop{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .here-what-you-need-for-this__list--mobile{ display: none; }
  .here-what-you-need-for-this__list--mobile .slick-slide{ text-align: center; padding: 0; }
  .here-what-you-need-for-this__item{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .here-what-you-need-for-this__img{
  	display: block;
    margin-bottom: 18px;
    text-decoration: none;
  }
  .here-what-you-need-for-this__img:hover{
  	opacity: 1;
  }
  .here-what-you-need-for-this__img img{
  	width: 100%;
  }
  .here-what-you-need-for-this__btn{
  	font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    display: inline-block;
    padding: 20px 40px;
    background-color: #fff;
   border: 2px solid #333f48;
    color: #333f48;
    border-radius: 10px;


    -webkit-transition: all 250ms ease 0s;-o-transition: all 250ms ease 0s;transition: all 250ms ease 0s;
  }
  .here-what-you-need-for-this__btn:hover{
  	background-color: #333f48;
    color: #fff;
    opacity: 1;
  }

.get-them-all{
  padding: 20px;
  text-align: center;
  background-color: #f9ad17;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
  .get-them-all h3{
    color: white;
    margin-right: 30px;
    font-size: 30px;
  }
      @media (max-width: 991px){
        .get-them-all h3{
    font-size: 35px;
    line-height: 32px;
  }
    }

  @media (max-width: 767px){

    .get-them-all{

  width: calc(100% + 40px);
  margin: 0 -20px;
}
      .here-what-you-need-for-this__img{
      margin-bottom: 28px;
    }
    .here-what-you-need-for-this__btn{
      padding: 13px 26px;
    }
    .here-what-you-need-for-this__list--mobile .slick-dots{
      bottom: -12px;
    }
    .here-what-you-need-for-this{
      padding: 20px 20px 0px 20px;
    }
    .here-what-you-need-for-this:after{
      background-position: 80% 40px;
    }
      .here-what-you-need-for-this__list:after{
   content: 'flickity';
  display: none; /* hide :after */

      }
    .here-what-you-need-for-this__item {
      max-width: 100%;
      width: 100%;
  }
    .here-what-you-need-for-this__img img {
    max-width: 200px;
}
    .here-what-you-need-for-this__wrap h2 {
      margin-bottom: 10px
    }
    .here-what-you-need-for-this__wrap {
          padding-bottom: 65px;
    }
}

 .blog-index__articles{
  	margin: 50px auto 50px auto;
  }
  .blog-index__articles-list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

 .blog-index__articles h2{
    width: 100%;
  	font-size: 50px;
    line-height: 46px;
    text-align: center;
    color: #007367;
    margin-bottom: 40px;
  }
  .blog-index__articles-preview h6{
  	text-align: center;
  }
  .blog-index__articles-preview p{
  	text-align: center;
    font-weight: 500;
    line-height: 22px;
  }
  .blog-index__articles-preview .responsive-image__wrapper{
  	margin-bottom: 25px;
    text-align: center;
  }

.blog-index__articles-preview {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    padding: 25px
}
.blog-index__articles-preview img {
    transition: all .2s ease-out;
}
.blog-index__articles-preview:hover img {
    transform: scale(1.1);
}

.blog-index__articles-preview:nth-child(n+4) {
      display:none;
   }

@media only screen and (min-width: 799px){
  .blog-card .image-element__wrap {
    max-height: none;
}

}


/* Cart/Shipping updates Juluy 2023 */

.ajax-cart__cart-title {
  border-bottom: none;
  padding-bottom: 12px;
}
.ajax-cart__cart-count{
  border-bottom: 2px solid rgba(211,211,211,.5);
}
.cart-shipping__wrapper{
    padding:  0 1rem 10px;
  position: relative;
}
.cart-shippingThreshold__bar {
    position: absolute;
    width: calc(100% - 2.1rem);
    background-color: #e9e8e1;
    height: 0.55rem;
    border-radius: 30px;
    margin-bottom: 5px;
    top: 17px;
    left: calc(1rem + 1px);
    z-index: -1;

}

.cart-shippingThreshold__progress {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 0;
    max-width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,105,92,1);
    border-radius: 30px;
  transition: width .2s ease-in-out;
  
}

.cart-shipping__numOuter{
  text-align: left;
}
.cart-shipping__success, .cart-shipping__success1, .cart-shipping__success2{
  text-align: left;
  font-weight: 700;
  color: #007367;
}

#my-canvas{
  width: 100vw;
  height: 120vh;
  position: fixed;
  top: -10vh;
  z-index: 1000000;
  pointer-events: none;
}

/*  OOS Toggle */

 .product-speks fieldset[data-option-name="Color"] [data-variant-option-available=false],  .product-speks-matte fieldset[data-option-name="Color"] [data-variant-option-available=false],  .product-speks fieldset[data-option-name="Size"] [data-variant-option-available=false], .product-speks-matteX fieldset[data-option-name="Size"] [data-variant-option-available=false]{
 display: none;
} 

 .product-speks fieldset[data-option-name="Color"] [data-variant-option-available=false]~.swatch-element,  .product-speks-matte fieldset[data-option-name="Color"] [data-variant-option-available=false]~.swatch-element,  .product-speks fieldset[data-option-name="Size"] [data-variant-option-available=false]~.swatch-element ,  .product-speks-matteX fieldset[data-option-name="Size"] [data-variant-option-available=false]~.swatch-element {
  opacity: 0;
  max-width: 0;
   min-width: 0;
   border: none!important;
} 

.product-thumbnail__price.price.sale{
  color: #00695c;
}



.product-accordion__inner ul{
  list-style: disc;
    padding: 10px 16px;
}
.product-accordion__inner ul li{
  margin-bottom: 5px
}
@media only screen and (max-width: 700px){
.product-staticbundle .container.logo-list__wrapper .column, .container.logo-list__wrapper  .columns {
    margin-left: 10px!important;
    margin-right: 10px!important;
margin-bottom: 30px!important;
}
.product-staticbundle .container.logo-list__wrapper .one-fourth {
    width: calc(50% - 20px)!important;
}

/* .product-speks .flickity-prev-next-button,  .product-speks-matte .flickity-prev-next-button{
  display:none!important;
} */
}



.featured-collection.variable-products-list .product__thumbnail:nth-child(n+4) {
    display: none;
}

.price--sale, .cart__savings, .sale {
    color:#007367;
}

.product-gallery .flickity-prev-next-button {
    opacity: 1; 
     visibility: visible;
}

.product__information{
  position: relative;
}

.product__information .product-block--title{
      display: inline;
}
.product__information .product-block--title .title{
      display: inline;
  margin-bottom: 18px;
}
  
.product__information .product-block--price{
      display: inline;
}
.product__information .product-block--price .modal_price{
      display: inline;
}
.product__information .product-block--price .modal_price .price-ui{
   display: inline;
}
.product__information .product-block--price .modal_price .price-ui span.money {

      font-size: 25px;
    line-height: 29px;
  color:#00695C;
}

.product__information .product-block--text{
      margin: 20px 0 10px;
}
  .product__information .product-block--title {
    width: 65%;
    display: inline-block;
    margin-bottom: 7px;
}
 .product__information .product-block--price{
      display: inline-block;
    width: 35%;
    text-align: right;
   position: absolute;
}
@media only screen and (max-width: 700px){
  .product__information .flickity-prev-next-button , .product-gallery .product-gallery__main .flickity-prev-next-button {
  display: none!important;
}
  .product__information .product-block--title {
    width: 70%;
    display: inline-block;
    margin-bottom: 7px;
}
 .product__information .product-block--price{
      display: inline-block;
    width: 30%;
    text-align: right;
   position: absolute;
}
}

.product-gallery__thumbnails .product-gallery__thumbnail img{
display: block}
@media only screen and (max-width: 700px){
.product-staticbundle .product-gallery__thumbnails {
  display: none;
}
}

.page-featured-speks fieldset[data-option-name="Color Category"], .page-featured-products fieldset[data-option-name="Color Category"]{
  display: none;
}

.page-featured-speks fieldset[data-option-name="Size"],.page-featured-products  fieldset[data-option-name="Size"]{
  display: none;
}

.page-featured-speks .swatch-element, .page-featured-products .speks-featured .swatch-element{
  display: none;
}
.page-featured-products .swatch-element[data-value-handle="spectrum"], .page-featured-products .swatch-element[data-value-handle="unwind"], .page-featured-products .swatch-element[data-value-handle="original"],  .page-featured-products .swatch-element[data-value-handle="energize"],.page-featured-products .swatch-element[data-value-handle="nebula"]{
  display: flex;
}
.page-featured-speks .swatch-element[data-value-handle="spectrum"], .page-featured-speks .swatch-element[data-value-handle="original"], .page-featured-speks .swatch-element[data-value-handle="nebula"],  .page-featured-speks .swatch-element[data-value-handle="energize"],.page-featured-speks .swatch-element[data-value-handle="jellyfish"], .page-featured-speks .swatch-element[data-value-handle="unwind"], .page-featured-speks .swatch-element[data-value-handle="blue"], .page-featured-speks .swatch-element[data-value-handle="green"], .page-featured-speks .swatch-element[data-value-handle="the-benjamins"], .page-featured-speks .swatch-element[data-value-handle="pink"]{
  display: flex;
}
.page-featured-speks .swatch-element[data-value-handle="matte-spectrum"], .page-featured-speks .swatch-element[data-value-handle="sky-blue"], .page-featured-speks .swatch-element[data-value-handle="blush"], .page-featured-speks .swatch-element[data-value-handle="cumulus"], .page-featured-speks .swatch-element[data-value-handle="solar"], .page-featured-speks .swatch-element[data-value-handle="terra"],.page-featured-speks .swatch-element[data-value-handle="zephyr"], .page-featured-speks .swatch-element[data-value-handle="game-over"]{
  display: flex;
}

.page-featured-products .swatch-element[data-value-handle="harmony"], .page-featured-products .swatch-element[data-value-handle="vitality"], .page-featured-products .swatch-element[data-value-handle="dandy"], .page-featured-products .swatch-element[data-value-handle="serenity"], .page-featured-products .swatch-element[data-value-handle="tranquility"]{
    display: flex;
}
.page-featured-products .swatch-element[data-value-handle="monstera"], .page-featured-products .swatch-element[data-value-handle="azurite"], .page-featured-products .swatch-element[data-value-handle="ametrine"], .page-featured-products .swatch-element[data-value-handle="aqua"], .page-featured-products .swatch-element[data-value-handle="cobalt"], .page-featured-products .swatch-element[data-value-handle="mile-high"]{
   display: flex;
}
.page-featured-products fieldset[data-option-name=color] div[data-value=Azurite]:before {
  display: none;
}
.featured-product-section{
  max-width: 1200px;
  margin: 0 auto;
}

.page-featured-speks .dynamic-sections {
    background-color: #f2f2f2;
}

.page-featured-speks .swatch [data-variant-option-available=false]+.swatch-element label , .page-featured-products .swatch [data-variant-option-available=false]+.swatch-element label{

    opacity: 1;
}
.page-featured-speks .product_form fieldset[data-option-name=Color] span.crossed-out:after, .page-featured-speks .product_form fieldset[data-option-name=color] span.crossed-out:after, .page-featured-products .product_form fieldset[data-option-name=Color] span.crossed-out:after, .page-featured-product .product_form fieldset[data-option-name=color] span.crossed-out:after {
  display: none;
}

.meet-products .container{
      max-width: 900px;
    margin: 30px auto 50px;
}
.meet-products header{
  margin-top: 30px; 
}
.meet-products .image-with-text__image-column{
      position: relative;
}
.meet-products .image-with-text__image-column .buttons{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 700px){
.meet-products .container{
      max-width: 300px;
    margin: 20px auto 30px;
}

  .meet-products .container .image-with-text__image-column {
    height: auto!important;
    margin-bottom: 15px;
}
  
#insta-feed .instafeed-container, .instafeed-shopify .instafeed-container {

    min-width: 100px;

}
}

.logo-list__item .image-element__wrap{
  max-width: 130px !important;
}

.product-crags-new .swatch-element{
  margin: 0 8px 25px 0;
}

/* .product-crags-new  .swatch .swatch__option {
  margin: 0
} */

.product-crags-new input[data-variant-option-available="false"]~div{
  display: none;
  
}

.product-gump .three {
    width: auto;
}

  #template-page-newsletter .dynamic-sections{
    min-height: 0;
  }

.bundle-contents{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 20px;
}

.bundle-contents>div{
  flex: 0 0 calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  display: flex;
  width: calc(50% - 30px);
  background-color: #f2f2f2;
}
.bundle-contents>div img{
  flex: 1 0 50%;
  width: 50%;
  align-self: center;
}
.bundle-contents .bundle-content{
 padding: 25px;
  flex: 1 0 50%;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#shopify-section-template--14853322047575__486d9fc4-4994-4376-8ca2-cbe137718f95 .bundle-contents .button{
  color: white!important;
  width: 100%;
  margin-top: 20px;
  background-color: #007367;
  border-width: 2px;
}
#shopify-section-template--14853322047575__486d9fc4-4994-4376-8ca2-cbe137718f95 .bundle-contents .button:hover{
  background-color: white!important;
   color: #007367!important;
}

.bundle-contents p{
  color: #007367;
}
.bundle-contents .bundle-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
@media only screen and (max-width: 1350px){
  .bundle-contents .bundle-title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
  .bundle-contents .bundle-content{
 padding: 15px;
  }
  .bundle-contents .button{

  margin-top: 10px;
}
  .bundle-contents>div{
  flex: 1 0 calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  display: flex;
  width: calc(50% - 20px);
}
}
@media only screen and (max-width: 1000px){
    .bundle-contents>div{
  flex: 1 0 100%;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  display: flex;
  width: 100%;
}
    .bundle-contents .bundle-content{
 padding: 20px;
  }
  
}
@media only screen and (max-width: 600px){
  .bundle-contents .bundle-title{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
  .bundle-contents .button{
    font-size: 14px !important;
    padding: 10px 40px !important;
  }
      .bundle-contents .bundle-content{
 padding: 15px;
  }
  .bundle-contents>div img{
  flex: 1 0 40%;
  width: 40%;
}
.bundle-contents .bundle-content{
 padding: 25px;
  flex: 1 0 60%;
  padding: 15px;
}

  .meet-products .title{
    font-size: 25px !Important;
    width: 320px;
    margin: 0 auto;
  }
  .mobile-menu{
  min-height: calc(100vh - 108px)!important;
   height: auto!important;
    overflow-y: scroll!important;
}
}

.product-crags-new .indigo-swatch  {
    margin: 0 8px 0 3px!important;
}
body.page-featured-speks{

            scroll-behavior: smooth;
}

#shopify-section-template--14866797396055__index_featured_product_CEqkYd{

  padding-top: 40px!important;
}

body.page-featured-speks .featured-product-section {
    max-width: none;
    padding: 20px 4%;
    margin: 0 auto;
}

.product-gallery__thumbnails .flickity-viewport{
  min-height: 100px;
}
body.page-featured-speks .flickity-button{
  display: none;
}

/* body.product-gump .product-gallery__thumbnail{
  display: none!important;
}
  
body.product-gump .product-gallery__thumbnail[data-title="Gump Memory Gel Stress Ball"]{
    display: block!important;
} */

.yotpo-head{
  display: none!important;
}

.disclosure__list-wrap button{
   font-family: "sofia-pro",sans-serif !important; 
  font-size: 12px;
}

.disclosure__toggle{
  border-radius: 10px;
}

.disclosure__toggle-content{
   font-family: "sofia-pro",sans-serif !important; 
}

.product-gump .swatch [data-variant-option-available=false]+.swatch-element label {
    text-decoration: none;
  
}


.page-featured-gumps fieldset[data-option-name="Size"]{
  display: none;
}

.page-featured-gumps .swatch__option div[data-value="Fog"]{
  display: none;
}

.page-featured-gumps .three{
  width: 100%!important;
}

.yotpo-sr-bottom-line-summary{
    flex-direction: row!important;
}

.page-giveaways iframe{
      width: 100% !important;
    position: relative;

}
@media only screen and (max-width:760px){
  .page-giveaways iframe{
      width: 100% !important;
  }
}

.logo-list-slider .flickity-slider{
  display: flex;
      align-items: center;
  
}

.logo-list-slider .flickity-prev-next-button.previous {
    left: -50px;
  background-color:transparent;
}
.logo-list-slider .flickity-prev-next-button.next {
    right: -50px;
  background-color:transparent;
}
.logo-list-slider .logo-list__item .image-element__wrap {
  max-width: none!important;
  max-height: 23px!important;
  height: 23px!important;
}
.logo-list-slider .logo-list__item .image-element__wrap img{
  object-fit: contain!important;
  max-height: 23px;
  width: auto;
}

.logo-list-slider .container .column, .logo-list-slider .container .columns {
   padding-left: 57px;
    padding-right: 57px;
margin-right: 0!important;
margin-left: 0!important;
}
.logo-list-slider .one-fourth {
    width: auto;
}

.logo-list-slider .section.has-background {
  padding-left: 0!important;
  padding-right: 0!important;
  
}
@media only screen and (max-width: 700px){
.logo-list-slider .container .column, .logo-list-slider .container .columns {
   padding-left: 15px;
    padding-right: 15px;
margin-right: 0!important;
margin-left: 0!important;
}
.logo-list-slider .one-fourth {
    width: 33.33333333333333%;
}

}

.cg-cards .image-element__wrap{
  height: auto;
  padding-top: 15px;

}
.cg__block{
  text-align: center;

}
.cg__block .featured-promotions__subtitle{
  min-height: 110px;
}
.cg__content{
  width: 90%;
  margin: 0 auto;
  height: 100%;
  padding: 20px 40px 10px; 
}

@media only screen and (max-width: 700px){
  .cg__content{
  margin: 10px auto;
    height: auto;
  }
  .cg__block{
  text-align: left;

}

   .cg__block .featured-promotions__title {
       text-align: left;
     font-size: 24px;
   }
     .cg__block p{
       font-size: 15px;
     }
  .cg__block .featured-promotions__subtitle{
  min-height: 0
  }
    #shopify-section-template--15582847500375__index_corporate_gift_cards_txfKwB {
    padding-top: 25px!important;
    padding-bottom: 30px!important;
    background-color: #a0ddd2;
}
}

.corpcolors-inner{
  display: flex;
  width: 85%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
}
.corpcolors-card{
  border-radius: 20px;
  width: auto;
  background-color: #f2f2f2;
  padding: 20px 15px 0;
  
}
.corpcolors-card:first-child{
  flex: 1 0 100%;
  max-width: 100%;
  margin-bottom: 35px;
  position: relative;
}
.corpcolors-card:first-child:after{
  width: 110px;
  height: 110px;
  position: absolute;
  right: -80px;
  left: auto;
  top: -80px;
  content: "";
  background-image: url("/cdn/shop/files/Wahoo_05f79a82-3e3c-4115-b806-25e9ff76ef6d.svg?v=1715614472");
  background-size: contain;
}

.corpcolors-card:nth-child(2){
    flex: 0 0 40%;
}
.corpcolors-card:nth-child(3){
    flex: 0 0 30%;
}
.corpcolors-card:nth-child(4){
    flex: 0 0 25%;
}
.corpcolors-card-mobile{
  display: none;
}
@media only screen and (max-width: 700px){
  #shopify-section-text_BBeiER{
    background-color: #91ded0!important;s
  }
  #shopify-section-image_kidcnH img{
        object-position: left!Important;
  }
  .corpcolors-card:first-child:after{
    display: none;
  }
  #shopify-section-template--15582847500375__index_heading_xKq4qP{
   display: none;
  }
  .corpcolors-card-mobile{
  display: block;
    margin-top: 30px;
}

  .corpcolors-card:first-child{
    display: none;
}
.corpcolors-card:nth-child(2){
      display: none;
}
.corpcolors-card:nth-child(3){
      display: none;
}
.corpcolors-card:nth-child(4){
      display: none;
}
  .corpcolors-card{
 padding: 6px 10px 5px 5px;
  background-color: white;
  }

  .page-corporate-gifting .contact-form .contact-form__form {
    padding: 0px 10px;
}

}


.customvarianttag{
  font-size: 12px;
  position: absolute;
    padding: 0px 8px 2px!important;
    border-radius: 4px!important;
    font-weight: bold;
    top: 12px;
    left: 10px;
}

@media only screen and (min-width: 1200px){
  .customvarianttag{
  font-size: 15px;
  }
}

.product-crags-new .swatch .option-title {
    margin-bottom: 1rem;
    width: 100%;
}

fieldset[data-option-name="Tin Color"] .swatch__option:nth-child(7) {
      margin-left: 41px;
    left: -43px;
}
fieldset[data-option-name="Tin Color"] .swatch__option:nth-child(8) {
  margin-left: -43px;
}


.cartgift{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #e9e8e1;
    flex: 0 0 40px;
    padding-top: 5px;
    font-size: 10px;
    line-height: 12px;
  
  
}
.cartgift.active{
  background-color: #007367;
}
.cart-shippingGifts{
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-content: center;
    align-items: center;
}
/* .cartgift:nth-child(2){
  margin-right:32%;
}
.cartgift:first-child{
  margin-right:1%;
} */

.cartgift svg{
  height: 25px;
  width: 25px;
  /* fill: white; */
  stroke: #007367;
      margin-bottom: 8px;
}
.cartgift:last-child{
    fill: #007367;
}

.cartgift.active svg{
   stroke: white;
}

.freegiftmessages{
  background-color: #c7e943;
  text-align: center;
  font-weight: bold;
  color: #007367;
  margin-top: 25px;
}
.freegiftmessages p, .freegiftmessages span{
    text-align: center;
  font-weight: bold;
  color: #007367;
}

.ajax-cart__list.loading{
  opacity: .3;
  pointer-events: none;
}