/** Shopify CDN: Minification failed

Line 88:6 Expected identifier but found whitespace
Line 88:7 Unexpected "url("
Line 88:107 Unterminated string token
Line 366:1 Expected ")" to go with "("

**/
/*home product css */
.surge-featured-product .product-main .product_section .product__details.product__details--product-page .sticky_product_detail_section {
    position: unset;
}
/* pdp product css */
.product-main .product_section .product__details.product__details--product-page .sticky_product_detail_section {
    position: sticky;
    top: 4px;
    transition: top .5s;
}
.product-pdp .product__details--product-page .product-block--form .swatch_options .option_title {
    display: none;
}
.product-pdp .product__details--product-page .product-block--form .purchase-details{
  padding-bottom: 10px;
}
.product-pdp .product__details--product-page .product-block--form .purchase-details .purchase-details__quantity label {
    display: none;
}
.product-pdp .product__details--product-page .feature-divider {
    margin: 0px;
}
.product-pdp .product__details--product-page h1.product_name {
    color: #000;
    font-family: Cutmark Regular !important;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}
.product-pdp .product__details--product-page .product-block--price .money {
    color: #000;
    font-family: 'Cutmark Regular' !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.product-block--featured_icons ul.featured-icons__list li.featured-icons__item .featured-icons__title {
    color: #000;
    text-align: center;
    font-family: 'Cutmark Regular' !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal !important;
}
.product-pdp .product-block--collapsible-tab .collapsible-tab__heading span {
    color: #000;
    font-family: 'Cutmark Regular' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.product-pdp .product-block.product-block--featured_icons {
  margin-bottom: 25px;
}
.product-pdp .product-block--collapsible-tab .collapsible-tab__heading:after {
  content: "\e914";
  transform: rotate(0deg) !important;
}
.product-pdp .product-block--collapsible-tab .collapsible-tab[open] .collapsible-tab__heading:after{
  content: "\e911";
}




/* custom product page styles */
.product-tabs__panel {
  font-size: 15px;
  padding: 0 1rem .25rem 1rem;
}

/* @font-face {
  font-family: 'Cutmark-Regular';
  /* src: url("{{'Cutmark-Regular.ttf' | file_url }}") format("ttf"); */
  src: url("{{ 'Cutmark-Regular_4b5017ef-4894-4c51-9900-015a946ff5cf.ttf' | fil_url }}) format('font/ttf');
} */
@media only screen and (min-width: 481px) {
  .product-tabs__panel {
    order: 1;
    padding: 1rem;
  }
}

.product-tabs__label {
  padding: .5rem;
  font-size: 18px !important;
}

h1.product_name {
  line-height: 1.0 !important;
  margin-bottom: 0px !important;
  font-weight: 700 !important;
}
h2.title {
  font-weight: 700 !important;
}
shopify-payment-terms {
  font-size: 12px !important;
  color: #757575;
  line-height: 1.25;
}
span.money {
  font-weight: 700 !important;
}
.feature-divider {
display: none;
}

.option_title {
    font-weight: 700 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
}
.product-quantity-box label {
    font-weight: 700 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
}

.okeReviews .okeReviews-reviewsSummary {
    padding: 5px 0px;
}
.okeReviews .okeReviews-reviewsSummary-ratingCount {
    color: #212529 !important;
}
.okeReviews-starRating-indicator-layer.okeReviews-starRating-indicator-layer--foreground {
    filter: brightness(0) saturate(100%) invert(69%) sepia(99%) saturate(329%) hue-rotate(52deg) brightness(91%) contrast(87%);
}
.rc_popup_label_wrapper {
  margin-bottom: 0 !important;
}
div.rc_popup__hover, a.rc_popup__hover {
     padding-bottom: 0 !important;
}
.smart-payment-button--false .purchase-details {
    padding-bottom: 20px;
}
.smart-payment-button--false {
    margin-bottom: 5px;
}
/* Envision - style "Buy now on Target" button */

.btn-design2.btn10.btn-target {
    background: transparent;
    margin-top: 8px;
    color: rgb(205, 32, 48) !important;
    border: 2px solid rgb(205, 32, 48);
    box-shadow: none;
    /* box-shadow: 0px 0px 15px rgb(205 32 48 / 73%); */
}
.btn-design2.btn10.btn-target::before {
    background: hsl(354deg 73% 93%);
}
.btn-design2.btn10.btn-target::after {
    background: #232323;
}
.btn-design2.btn10.btn-target svg {
    width: calc(100px + (124 - 100) * ((100vw - 300px) / (1800 - 300)));
    margin-left: 8px;
}

/***/

/* Envision - style "Buy now on Walmart" button */

.btn-design2.btn10.btn-walmart {
    background: transparent;
    margin-top: 12px;
    color: rgb(0, 113, 206) !important;
    border: 2px solid rgb(0, 113, 206);
    box-shadow: none;
    /* box-shadow: 0px 0px 15px rgb(0 113 206 / 73%); */
}
.btn-design2.btn10.btn-walmart::before {
    background: hsl(207deg 100% 96%);
}
.btn-design2.btn10.btn-walmart::after {
    background: hsl(44deg 100% 75%);
}
.btn-design2.btn10.btn-walmart svg {
    width: calc(100px + (153 - 100) * ((100vw - 300px) / (1800 - 300)));
    margin-left: 8px;
}

/***/


/* custom collection page styles */
.product-details .product-rating {
    color: #6ed34a !important;
}
.product-details .title {
font-weight: 700 !important;
}

/* custom blog styles */
.shopify-section--blog-template h2 {
    font-size: 22px !important;
}

/* homepage icon row styles */
.home-icons-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #292929;
border-radius: 20px;
  padding: 2% 0;
}

.home-icons-container .home-icons-item p {
  color: #6ed34a;
  text-transform: uppercase;
  font-weight: 700 !important;
margin: 0;
  font-size: 18px !important;
}
.home-icons-item {
  /* width: calc(25% - 16px); */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* padding: 2% 0; */
  padding: 1rem;
  flex: 1 0 25%; /* set items to use 25% width on desktop */
}

@media screen and (max-width: 1024px) {
  .home-icons-item {
    flex: 1 0 50%; /* set items to use 50% width on tablet */
 justify-content: flex-start;
    padding: 1rem 3rem!important;
  }
  
}
@media screen and (max-width: 640px) {
  .home-icons-item {
    flex: 1 0 50%;
    /* set items to use 50% width on mobile */
justify-content: flex-start;
    padding: 1rem!important;
  }
  .home-icons-container .home-icons-item p {
    font-size: 15px !important;
}
  .home-icons-img-container img {
    width: 30px !important;
    height: auto !important;
}
  .home-icons-img-container {
    padding-right: 10px!important;
}
}
.home-icons-img-container {
  padding-right: 20px;
}

.home-icons-img-container,
.home-icons-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-icons-img-container img {
  width: 50px;
  height: auto;
}

/* misc custom styles */
.faqAccordion {
  text-transform: uppercase;
}
.faqAccordion>dt>button {
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 20px !important;
}

h1.headline {
  font-weight: 700 !important;
}

@media screen and (max-width: 767px) {
.newsletter_section h2  {
    font-size: 26px !important;
}
}
@media screen and (max-width: 767px) {
.newsletter_section  {
    padding: 5% 0 !important;
}
}

.global-button {
  font-weight: 700 !important;
}
.nav-desktop span {
  font-weight: 700 !important;
}
}
@media only screen and (min-width: 1025px) {
.caption .headline {
    font-size: 60px !important;
}
}
@media only screen and (max-width: 798px) {
.caption .headline {
    font-size: 30px !important;
}
}
.promo-banner .promo-banner__content {
  padding: 1.0rem 1.5rem;
}
.promo-banner .promo-banner__content p {
    font-size: 16px !important;
}
@media screen and (max-width: 640px) {
  .promo-banner .promo-banner__content p {
    font-size: 14px !important;
}
}

@media only screen and (max-width: 480px) {
h1, .age-gate__heading, h2, .collection_title, .empty_cart {
    font-size: 175% !important;
    }
}

.collapsible-tab__heading {
    font-weight: 700 !important;
}
.collapsible-tab__text {
   font-weight: 500 !important;
}
.mega-menu__image-caption {
    font-weight: 700 !important;
}

/* Gallery Section */
@media only screen and (max-width: 798px){
section.section.gallery_section {
    margin-bottom: 70px !important;
}
section.section.gallery_section .container .column{
    margin-left: 6px;
    margin-right: 6px;
}
section.section.gallery_section .medium-down--one-whole{
    width: calc(50% - 12px);
}
}