/** Shopify CDN: Minification failed

Line 51:2 Expected identifier but found "*"
Line 146:33 Unexpected "'.slick-disabled'"

**/
@charset "UTF-8";
/*
* Custom StyleSheet
* Version 9.0
* Copyright 2020, Design and Developed By Lavitastic Studio | Akshay Vaghasiya
* https://www.lavitastic.com
*/
.only-delivery-modal {
  background: white !important;
  color: black; }

.only-delivery-modal .Rte h2 {
  color: black;
  font-size: 2em;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0; }

/* =============================
  Font Mixin  
  Usage:  @include font-size(16) //This will render a font 16px or 1.6rem tall;
====================*/
/*============================================================================
  Return a color based on the brightness of an existing color.
  Need to pass in brightness because it is calculated with Liquid.
  @param {Number} $brightness
  @param {String} $color
  @example scss - Usage
    $focusColor: adaptiveColor(#000, 0);
  @example css - CSS Output
    $focusColor: #404040;
  @return {String}

  @adaptiveColor used for changing text
  @adaptiveBackgroundColor used for background colors where the change doesn't
  need to be as strong
==============================================================================*/
/* Color */
/* Font - Weight */
/* Font Size */
/* =============== Responsive Media =============== */
/* Custom Media */
/*================ #Helper Classes ================*/
.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

.flexbox, .section-50 .about-block .d-flex, .gs-image-text .about-block .d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%; }

.tc, .text--align-center, .ProductForm__Inventory, .ProductForm .Variant__Note, .Product__CustomOption .Collapsible__Content .Image__Wrapper {
  text-align: center; }

.tl, .text--align-left, .MegaMenu .mega-rte {
  text-align: left; }

.tr, .text--align-right {
  text-align: right; }

.mt0 {
  margin-top: 0; }

.mlra {
  margin: 0 auto; }

.col-16 {
  -webkit-box-flex: 0;
  -webkit-flex: 1 0 16.667%;
  -ms-flex: 1 0 16.667%;
  max-width: 16.667%;
  flex: 1 0 16.667%; }

.col-20 {
  -webkit-box-flex: 0;
  -webkit-flex: 1 0 20%;
  -ms-flex: 1 0 20%;
  max-width: 20%;
  flex: 1 0 20%; }

.col-25 {
  -webkit-box-flex: 0;
  -webkit-flex: 1 0 25%;
  -ms-flex: 1 0 25%;
  max-width: 25%;
  flex: 1 0 25%; }

.col-30 {
  -webkit-box-flex: 0;
  -webkit-flex: 1 0 30%;
  -ms-flex: 1 0 30%;
  max-width: 30%;
  flex: 1 0 30%; }

.col-33 {
  -webkit-box-flex: 0;
  -webkit-flex: 1 0 33.33%;
  -ms-flex: 1 0 33.33%;
  max-width: 33.33%;
  flex: 1 0 33.33%; }

.col-50 {
  -webkit-box-flex: 0;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  max-width: 50%;
  flex: 1 0 50%; }

.col-66 {
  -webkit-box-flex: 0;
  -webkit-flex: 1 0 66.667%;
  -ms-flex: 1 0 66.667%;
  max-width: 66.667%;
  flex: 1 0 66.667%; }

.col-70 {
  -webkit-box-flex: 0;
  -webkit-flex: 1 0 70%;
  -ms-flex: 1 0 70%;
  max-width: 70%;
  flex: 1 0 70%; }

/**
* ----------------------------------------------------------------------------
*  Custom Slick CSS
* ----------------------------------------------------------------------------
**/
.slick-slider .slick-arrow {
  z-index: 1;
  display: block;
  width: auto;
  height: auto; }
  .slick-slider .slick-arrow:not('.slick-disabled'):before {
    opacity: 1; }
  .slick-slider .slick-arrow:before {
    display: none; }
  .slick-slider .slick-arrow.slick-prev {
    left: 0; }
  .slick-slider .slick-arrow.slick-next {
    right: 0; }
.slick-slider .slick-prev:before {
  content: '';
  background-image: url("slick-left-arrow.svg");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-position: center center;
  display: block; }
.slick-slider .slick-next:before {
  content: '';
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-position: center center;
  display: block; }

.slick-pagination:not(.slick-initialized) {
  list-style: none;
  display: block;
  width: 100%;
  text-align: center; }
  .slick-pagination:not(.slick-initialized) li {
    display: inline-block;
    padding: 0 15px;
    min-width: 13%; }
    @media only screen and (max-width: 767px) {
      .slick-pagination:not(.slick-initialized) li {
        padding: 0 5px; } }

/**
 * ----------------------------------------------------------------------------
 * Product + Collapsible
 * ----------------------------------------------------------------------------
 */
.ProductForm__Inventory {
  background: #facb0b;
  color: black;
  padding: 5px 0; }

.Product_Description_Tabs {
  margin-top: 40px; }
  .Product_Description_Tabs .Collapsible__Button {
    padding: 11px 16px; }
  .Product_Description_Tabs .Collapsible__Plus {
    right: 16px; }
  .Product_Description_Tabs .Collapsible__Inner {
    padding: 0 16px; }
  .Product_Description_Tabs .Collapsible__Content {
    padding-top: 17px; }

.Product__QuickNav.mt0 {
  border-top: 0; }

.ColorSwatchList .HorizontalList__Item {
  vertical-align: middle; }

.ProductForm .Item__Note {
  margin: 10px 0; }
  .ProductForm .Item__Note .HorizontalList__Item {
    position: relative;
    font-size: 9px;
    letter-spacing: 0.02em; }
    .ProductForm .Item__Note .HorizontalList__Item::before {
      content: '';
      display: inline-block;
      width: 15px;
      height: 15px;
      line-height: 15px;
      vertical-align: top;
      background-color: transparent;
      margin-right: 5px; }
    .ProductForm .Item__Note .HorizontalList__Item:nth-child(odd)::before {
      background-color: black; }
    .ProductForm .Item__Note .HorizontalList__Item:nth-child(even)::before {
      background-color: #facb0b; }
.ProductForm .Variant__Note {
  margin: 20px 0;
  letter-spacing: 0.2em;
  padding: 6px 4px;
  font-size: 10px; }
  .ProductForm .Variant__Note.Black__Note {
    background-color: black;
    color: #e5e5e5; }
  .ProductForm .Variant__Note.Yellow__Note {
    background-color: #facb0b;
    color: black; }

/**
 * ----------------------------------------------------------------------------
 * Mega menu + DropDown Menu
 * ----------------------------------------------------------------------------
**/
.DropdownMenu .Linklist .Link:hover {
  color: black; }

.MegaMenu .MegaMenu__Title,
.MegaMenu .Linklist .Link:hover {
  color: black; }
.MegaMenu .Linklist__Item.link-shop--all {
  font-size: 12px; }
.MegaMenu .mega-rte {
  margin: 8px auto 20px auto; }

/**
 * ----------------------------------------------------------------------------
 * Collection
 * ----------------------------------------------------------------------------
 */
.CollectionInner__Products .selector-wrapper {
  display: none; }
.CollectionInner__Products .ProductItem {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .CollectionInner__Products .ProductItem:hover .collection-product {
    visibility: visible;
    opacity: 1; }
  .CollectionInner__Products .ProductItem .collection-product {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0; }
    @media only screen and (max-width: 991px) {
      .CollectionInner__Products .ProductItem .collection-product {
        visibility: visible;
        opacity: 1; } }
  .CollectionInner__Products .ProductItem .ProductForm .swatch:not(#size) {
    display: none; }
  .CollectionInner__Products .ProductItem .ProductForm .swatch .HorizontalList {
    margin-left: -4px;
    margin-right: -4px; }
    @media screen and (max-width: 1499px) {
      .CollectionInner__Products .ProductItem .ProductForm .swatch .HorizontalList {
        margin-left: 0;
        margin-right: 0; } }
    .CollectionInner__Products .ProductItem .ProductForm .swatch .HorizontalList .HorizontalList__Item {
      margin-left: 4px;
      margin-right: 4px;
      outline: none; }
      @media screen and (max-width: 1499px) {
        .CollectionInner__Products .ProductItem .ProductForm .swatch .HorizontalList .HorizontalList__Item {
          margin-left: 0;
          margin-right: 0; } }
      .CollectionInner__Products .ProductItem .ProductForm .swatch .HorizontalList .HorizontalList__Item .SizeSwatch {
        padding: 6px; }
  .CollectionInner__Products .ProductItem .ProductForm .ProductForm__AddToCart {
    padding: 14px 5px; }
    @media only screen and (max-width: 767px) {
      .CollectionInner__Products .ProductItem .ProductForm .ProductForm__AddToCart .btn-title {
        font-size: 9px;
        white-space: nowrap; }
      .CollectionInner__Products .ProductItem .ProductForm .ProductForm__AddToCart .Button__SeparatorDot {
        margin: 0 4px; }
      .CollectionInner__Products .ProductItem .ProductForm .ProductForm__AddToCart .variant-price {
        font-size: 9px; } }

/**
 * ----------------------------------------------------------------------------
 * Rich Text / Product Header
 * ----------------------------------------------------------------------------
 */
.rich-text .rich-text-block {
  padding: 30px 0; }
  .rich-text .rich-text-block .rich-text-heading {
    line-height: 1;
    margin-bottom: 15px; }
  .rich-text .rich-text-block.rich-text-heading-large .rich-text-heading {
    font-size: 34px; }
    @media screen and (min-width: 641px) {
      .rich-text .rich-text-block.rich-text-heading-large .rich-text-heading {
        font-size: 40px; } }
  .rich-text .rich-text-block.rich-text-heading-medium .rich-text-heading {
    font-size: 30px; }
    @media screen and (min-width: 641px) {
      .rich-text .rich-text-block.rich-text-heading-medium .rich-text-heading {
        font-size: 34px; } }
  .rich-text .rich-text-block.rich-text-heading-small .rich-text-heading {
    font-size: 24px; }
    @media screen and (min-width: 641px) {
      .rich-text .rich-text-block.rich-text-heading-small .rich-text-heading {
        font-size: 28px; } }
  .rich-text .rich-text-block .rich-text-content p {
    line-height: 1.3; }
  .rich-text .rich-text-block .rich-text-content ul {
    list-style: disc; }

@media screen and (min-width: 1008px) {
  .product-header .rich-text-block {
    padding: 50px 0 0; } }
.product-header .rte p {
  font-size: 1.2em; }

/**
* ----------------------------------------------------------------------------
* Link Slider
* ----------------------------------------------------------------------------
**/
.link-slider-section {
  position: relative; }
  .link-slider-section .item {
    position: relative; }
    .link-slider-section .item .image-wrapper {
      margin-top: 0;
      padding-bottom: 41.25%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      @media screen and (min-width: 1008px) {
        .link-slider-section .item .image-wrapper {
          background-attachment: fixed; } }
      @media only screen and (max-width: 767px) {
        .link-slider-section .item .image-wrapper {
          padding-bottom: 100%;
          background-size: cover; } }
    .link-slider-section .item .item-Overlay {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      max-width: 600px;
      margin: 0 auto;
      padding: 0 15px;
      color: white;
      line-height: 1; }
      @media only screen and (max-width: 767px) {
        .link-slider-section .item .item-Overlay {
          max-width: 600px; } }
      @media only screen and (max-width: 639px) {
        .link-slider-section .item .item-Overlay {
          max-width: 300px; } }
      .link-slider-section .item .item-Overlay h2 {
        margin-bottom: 15px;
        color: white;
        font-size: 34px; }
        @media screen and (min-width: 641px) {
          .link-slider-section .item .item-Overlay h2 {
            font-size: 40px; } }
      .link-slider-section .item .item-Overlay h5 {
        margin-bottom: 15px;
        font-size: 20px; }
        @media screen and (min-width: 641px) {
          .link-slider-section .item .item-Overlay h5 {
            font-size: 24px; } }
      .link-slider-section .item .item-Overlay p {
        margin-bottom: 15px; }
      .link-slider-section .item .item-Overlay a {
        margin-bottom: 15px; }
  .link-slider-section .slider-pagination {
    text-align: center; }
    @media screen and (min-width: 1008px) {
      .link-slider-section .slider-pagination {
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0; } }
    @media screen and (max-width: 1007px) {
      .link-slider-section .slider-pagination {
        margin: 15px 0; } }
    @media screen and (max-width: 1007px) {
      .link-slider-section .slider-pagination .slick-pagination {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start; } }
    .link-slider-section .slider-pagination li {
      cursor: pointer;
      color: white;
      opacity: 0.5; }
      @media screen and (max-width: 1007px) {
        .link-slider-section .slider-pagination li {
          color: black;
          text-align: left; } }
      .link-slider-section .slider-pagination li.active {
        opacity: 1; }

/**
* ----------------------------------------------------------------------------
* Image Text Block
* ----------------------------------------------------------------------------
**/
.section-50 .about-block .d-flex {
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .section-50 .about-block .d-flex {
      margin-bottom: 30px; } }
  .section-50 .about-block .d-flex:last-child {
    margin-bottom: 0; }
  .section-50 .about-block .d-flex:nth-child(even) {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .section-50 .about-block .d-flex:nth-child(even) .small-rte {
      margin-left: auto; }
  .section-50 .about-block .d-flex:nth-child(odd) .small-rte {
    margin-right: auto; }
  .section-50 .about-block .d-flex .about-block-img {
    -webkit-box-flex: 0;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    max-width: 50%;
    flex: 1 0 50%; }
    @media only screen and (max-width: 767px) {
      .section-50 .about-block .d-flex .about-block-img {
        -webkit-box-flex: 0;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        max-width: 100%;
        flex: 1 0 100%; } }
    .section-50 .about-block .d-flex .about-block-img img {
      display: block;
      width: 100%; }
    .section-50 .about-block .d-flex .about-block-img video {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      object-fit: cover;
      object-position: center center; }
  .section-50 .about-block .d-flex .about-block-text {
    -webkit-box-flex: 0;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    max-width: 50%;
    flex: 1 0 50%;
    padding: 15px 40px; }
    @media only screen and (max-width: 767px) {
      .section-50 .about-block .d-flex .about-block-text {
        -webkit-box-flex: 0;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        max-width: 100%;
        flex: 1 0 100%;
        padding: 30px 0 0; } }
    .section-50 .about-block .d-flex .about-block-text h2:first-child, .section-50 .about-block .d-flex .about-block-text h3:first-child {
      margin-top: 0; }
    .section-50 .about-block .d-flex .about-block-text h2 {
      line-height: 1;
      font-size: 34px; }
      @media screen and (min-width: 641px) {
        .section-50 .about-block .d-flex .about-block-text h2 {
          font-size: 40px; } }
    .section-50 .about-block .d-flex .about-block-text p {
      line-height: 1.3; }
    .section-50 .about-block .d-flex .about-block-text .small-rte {
      max-width: 100%; }

/**
* ----------------------------------------------------------------------------
* Newsletter POPUP
* ----------------------------------------------------------------------------
**/
#NewsletterButton {
  position: fixed;
  width: 100%;
  padding: 15px 18px;
  background: #1c1b1b;
  color: #facb0b;
  z-index: 19;
  text-align: center;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  max-width: 50px;
  right: 0;
  bottom: 40%;
  left: auto;
  cursor: pointer; }
  #NewsletterButton svg.Icon--mail {
    width: 30px;
    height: 30px; }
  #NewsletterButton .NewsletterPopup__Open {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 170px;
    width: 100%;
    position: relative;
    text-transform: uppercase;
    padding: 0;
    border: none; }
    #NewsletterButton .NewsletterPopup__Open .Button__Icon {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      text-align: center;
      color: white; }
    #NewsletterButton .NewsletterPopup__Open .Button__Title {
      display: block;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }

#NewsletterButton[aria-hidden="false"] {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible; }

/**
* ----------------------------------------------------------------------------
* Testimonial
* ----------------------------------------------------------------------------
**/
.Testimonial__Logo--wrapper .Testimonial__Logo {
  margin-top: 0;
  margin-bottom: 30px; }

/**
* ----------------------------------------------------------------------------
* Featured Images
* ----------------------------------------------------------------------------
**/
.Featured--Images .Grid {
  margin-bottom: -30px !important; }
.Featured--Images .Grid__Cell {
  margin-bottom: 30px; }
  .Featured--Images .Grid__Cell .Inner .thumb + .description {
    margin-top: 15px; }

/**
* ----------------------------------------------------------------------------
* Product Hero Banner
* ----------------------------------------------------------------------------
**/
.Product--Hero {
  height: 225px;
  display: block;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 1008px) {
    .Product--Hero {
      height: 600px; } }
  @media screen and (min-width: 641px) and (max-width: 1007px) {
    .Product--Hero {
      height: 350px; } }
  .Product--Hero img {
    height: 100%;
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center center; }

/**
* ----------------------------------------------------------------------------
* Info Gallery
* ----------------------------------------------------------------------------
**/
.Info--Gallery .flexbox, .Info--Gallery .section-50 .about-block .d-flex, .section-50 .about-block .Info--Gallery .d-flex, .Info--Gallery .gs-image-text .about-block .d-flex, .gs-image-text .about-block .Info--Gallery .d-flex {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .Info--Gallery .flexbox .Flex__Cell, .Info--Gallery .section-50 .about-block .d-flex .Flex__Cell, .section-50 .about-block .Info--Gallery .d-flex .Flex__Cell, .Info--Gallery .gs-image-text .about-block .d-flex .Flex__Cell, .gs-image-text .about-block .Info--Gallery .d-flex .Flex__Cell {
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    overflow: hidden;
    position: relative; }
    @media screen and (min-width: 1008px) {
      .Info--Gallery .flexbox .Flex__Cell, .Info--Gallery .section-50 .about-block .d-flex .Flex__Cell, .section-50 .about-block .Info--Gallery .d-flex .Flex__Cell, .Info--Gallery .gs-image-text .about-block .d-flex .Flex__Cell, .gs-image-text .about-block .Info--Gallery .d-flex .Flex__Cell {
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }
    .Info--Gallery .flexbox .Flex__Cell .Gallery__Item, .Info--Gallery .section-50 .about-block .d-flex .Flex__Cell .Gallery__Item, .section-50 .about-block .Info--Gallery .d-flex .Flex__Cell .Gallery__Item, .Info--Gallery .gs-image-text .about-block .d-flex .Flex__Cell .Gallery__Item, .gs-image-text .about-block .Info--Gallery .d-flex .Flex__Cell .Gallery__Item {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    .Info--Gallery .flexbox .Flex__Cell .Overlay__Content, .Info--Gallery .section-50 .about-block .d-flex .Flex__Cell .Overlay__Content, .section-50 .about-block .Info--Gallery .d-flex .Flex__Cell .Overlay__Content, .Info--Gallery .gs-image-text .about-block .d-flex .Flex__Cell .Overlay__Content, .gs-image-text .about-block .Info--Gallery .d-flex .Flex__Cell .Overlay__Content {
      position: absolute;
      top: 50%;
      width: 100%;
      text-align: center;
      pointer-events: pointer;
      padding: 0 20px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .Info--Gallery .flexbox .Flex__Cell .Overlay__Content .description, .Info--Gallery .section-50 .about-block .d-flex .Flex__Cell .Overlay__Content .description, .section-50 .about-block .Info--Gallery .d-flex .Flex__Cell .Overlay__Content .description, .Info--Gallery .gs-image-text .about-block .d-flex .Flex__Cell .Overlay__Content .description, .gs-image-text .about-block .Info--Gallery .d-flex .Flex__Cell .Overlay__Content .description, .Info--Gallery .flexbox .Flex__Cell .Overlay__Content .Heading, .Info--Gallery .section-50 .about-block .d-flex .Flex__Cell .Overlay__Content .Heading, .section-50 .about-block .Info--Gallery .d-flex .Flex__Cell .Overlay__Content .Heading, .Info--Gallery .gs-image-text .about-block .d-flex .Flex__Cell .Overlay__Content .Heading, .gs-image-text .about-block .Info--Gallery .d-flex .Flex__Cell .Overlay__Content .Heading {
        color: white; }
      .Info--Gallery .flexbox .Flex__Cell .Overlay__Content .description, .Info--Gallery .section-50 .about-block .d-flex .Flex__Cell .Overlay__Content .description, .section-50 .about-block .Info--Gallery .d-flex .Flex__Cell .Overlay__Content .description, .Info--Gallery .gs-image-text .about-block .d-flex .Flex__Cell .Overlay__Content .description, .gs-image-text .about-block .Info--Gallery .d-flex .Flex__Cell .Overlay__Content .description {
        padding: 0 10px 30px;
        max-width: 340px;
        width: 100%;
        margin: 0 auto; }
        @media screen and (min-width: 1008px) {
          .Info--Gallery .flexbox .Flex__Cell .Overlay__Content .description, .Info--Gallery .section-50 .about-block .d-flex .Flex__Cell .Overlay__Content .description, .section-50 .about-block .Info--Gallery .d-flex .Flex__Cell .Overlay__Content .description, .Info--Gallery .gs-image-text .about-block .d-flex .Flex__Cell .Overlay__Content .description, .gs-image-text .about-block .Info--Gallery .d-flex .Flex__Cell .Overlay__Content .description {
            padding: 0 20px 45px; } }
        .Info--Gallery .flexbox .Flex__Cell .Overlay__Content .description p, .Info--Gallery .section-50 .about-block .d-flex .Flex__Cell .Overlay__Content .description p, .section-50 .about-block .Info--Gallery .d-flex .Flex__Cell .Overlay__Content .description p, .Info--Gallery .gs-image-text .about-block .d-flex .Flex__Cell .Overlay__Content .description p, .gs-image-text .about-block .Info--Gallery .d-flex .Flex__Cell .Overlay__Content .description p {
          margin-bottom: 0;
          line-height: 1.6; }
      .Info--Gallery .flexbox .Flex__Cell .Overlay__Content .Button--tertiary, .Info--Gallery .section-50 .about-block .d-flex .Flex__Cell .Overlay__Content .Button--tertiary, .section-50 .about-block .Info--Gallery .d-flex .Flex__Cell .Overlay__Content .Button--tertiary, .Info--Gallery .gs-image-text .about-block .d-flex .Flex__Cell .Overlay__Content .Button--tertiary, .gs-image-text .about-block .Info--Gallery .d-flex .Flex__Cell .Overlay__Content .Button--tertiary {
        border-color: white;
        color: white;
        border-width: 2px;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .Info--Gallery .flexbox .Flex__Cell .Overlay__Content .Button--tertiary::before, .Info--Gallery .section-50 .about-block .d-flex .Flex__Cell .Overlay__Content .Button--tertiary::before, .section-50 .about-block .Info--Gallery .d-flex .Flex__Cell .Overlay__Content .Button--tertiary::before, .Info--Gallery .gs-image-text .about-block .d-flex .Flex__Cell .Overlay__Content .Button--tertiary::before, .gs-image-text .about-block .Info--Gallery .d-flex .Flex__Cell .Overlay__Content .Button--tertiary::before {
          display: none; }
        @media (-moz-touch-enabled: 0), (hover: hover) {
          .Info--Gallery .flexbox .Flex__Cell .Overlay__Content .Button--tertiary:not([disabled]):hover, .Info--Gallery .section-50 .about-block .d-flex .Flex__Cell .Overlay__Content .Button--tertiary:not([disabled]):hover, .section-50 .about-block .Info--Gallery .d-flex .Flex__Cell .Overlay__Content .Button--tertiary:not([disabled]):hover, .Info--Gallery .gs-image-text .about-block .d-flex .Flex__Cell .Overlay__Content .Button--tertiary:not([disabled]):hover, .gs-image-text .about-block .Info--Gallery .d-flex .Flex__Cell .Overlay__Content .Button--tertiary:not([disabled]):hover {
            background-color: white;
            color: #1c1b1b; } }
    .Info--Gallery .flexbox .Flex__Cell .Gallery__Content, .Info--Gallery .section-50 .about-block .d-flex .Flex__Cell .Gallery__Content, .section-50 .about-block .Info--Gallery .d-flex .Flex__Cell .Gallery__Content, .Info--Gallery .gs-image-text .about-block .d-flex .Flex__Cell .Gallery__Content, .gs-image-text .about-block .Info--Gallery .d-flex .Flex__Cell .Gallery__Content {
      display: block;
      position: relative;
      width: 100%;
      height: 357px; }
      @media screen and (min-width: 1008px) {
        .Info--Gallery .flexbox .Flex__Cell .Gallery__Content, .Info--Gallery .section-50 .about-block .d-flex .Flex__Cell .Gallery__Content, .section-50 .about-block .Info--Gallery .d-flex .Flex__Cell .Gallery__Content, .Info--Gallery .gs-image-text .about-block .d-flex .Flex__Cell .Gallery__Content, .gs-image-text .about-block .Info--Gallery .d-flex .Flex__Cell .Gallery__Content {
          height: 475px; } }
      .Info--Gallery .flexbox .Flex__Cell .Gallery__Content video, .Info--Gallery .section-50 .about-block .d-flex .Flex__Cell .Gallery__Content video, .section-50 .about-block .Info--Gallery .d-flex .Flex__Cell .Gallery__Content video, .Info--Gallery .gs-image-text .about-block .d-flex .Flex__Cell .Gallery__Content video, .gs-image-text .about-block .Info--Gallery .d-flex .Flex__Cell .Gallery__Content video {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }
    .Info--Gallery .flexbox .Flex__Cell .Gallery__Overlay::after, .Info--Gallery .section-50 .about-block .d-flex .Flex__Cell .Gallery__Overlay::after, .section-50 .about-block .Info--Gallery .d-flex .Flex__Cell .Gallery__Overlay::after, .Info--Gallery .gs-image-text .about-block .d-flex .Flex__Cell .Gallery__Overlay::after, .gs-image-text .about-block .Info--Gallery .d-flex .Flex__Cell .Gallery__Overlay::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: black;
      opacity: 0.3; }

/**
* ----------------------------------------------------------------------------
* Product Media
* ----------------------------------------------------------------------------
**/
.VideoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.VideoWrapper--native .plyr, .VideoWrapper--native video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.plyr.plyr--full-ui.plyr--video {
  background-color: transparent; }

.VideoWrapper--native .plyr__video-wrapper, .VideoWrapper--native video {
  height: 100%; }

.Sirv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 640px) {
    .Sirv .sirv-spin-button,
    .Sirv .sirv-spin-button.fullscreen {
      display: none; } }

.Product__SlideshowNavImage .Sirv .sirv-spin-button,
.Product__SlideshowNavImage .Sirv .sirv-spin-button.fullscreen {
  display: none; }
.Product__SlideshowNavImage .Sirv .sirv-spin-hint {
  display: none !important;
  visibility: hidden !important;
  opacity: 0; }

/**
* ----------------------------------------------------------------------------
* Construction Page
* ----------------------------------------------------------------------------
**/
html {
  scroll-behavior: smooth; }

@keyframes fadeEffect {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.Construction_New .constuction-top {
  overflow: hidden; }
.Construction_New .section:not(.active) {
  display: none; }
.Construction_New .section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  animation: fadeEffect 2s; }
  .Construction_New .section.feature-1 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .Construction_New .section.feature-1 .Container {
      width: 100%; }
  .Construction_New .section .Image__Wrapper {
    max-width: 600px;
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 1239px) {
      .Construction_New .section .Image__Wrapper {
        max-width: 500px; } }
  .Construction_New .section .next-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%; }
    .Construction_New .section .next-btn svg {
      display: block;
      width: 18px;
      height: 18px;
      cursor: pointer;
      opacity: 0.5;
      transition: 0.3s ease-in-out;
      margin: 0 auto; }
      .Construction_New .section .next-btn svg:hover {
        opacity: 1; }
  .Construction_New .section .prev-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%; }
    .Construction_New .section .prev-btn svg {
      display: block;
      width: 18px;
      height: 18px;
      cursor: pointer;
      opacity: 0.5;
      transition: 0.3s ease-in-out;
      margin: 0 auto; }
      .Construction_New .section .prev-btn svg:hover {
        opacity: 1; }
.Construction_New .block-8 .fp-tableCell {
  display: inline-block;
  padding: 10px 0; }
.Construction_New .block-9 .Container, .Construction_New .block-9 .flexbox, .Construction_New .block-9 .section-50 .about-block .d-flex, .section-50 .about-block .Construction_New .block-9 .d-flex, .Construction_New .block-9 .gs-image-text .about-block .d-flex, .gs-image-text .about-block .Construction_New .block-9 .d-flex {
  height: 100%; }
.Construction_New .block-9 .flexbox, .Construction_New .block-9 .section-50 .about-block .d-flex, .section-50 .about-block .Construction_New .block-9 .d-flex, .Construction_New .block-9 .gs-image-text .about-block .d-flex, .gs-image-text .about-block .Construction_New .block-9 .d-flex {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center; }
.Construction_New .block-10 .Full--Width {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%; }
.Construction_New .flexbox, .Construction_New .section-50 .about-block .d-flex, .section-50 .about-block .Construction_New .d-flex, .Construction_New .gs-image-text .about-block .d-flex, .gs-image-text .about-block .Construction_New .d-flex {
  margin-top: -40px; }
  .Construction_New .flexbox .Grid__Cell, .Construction_New .section-50 .about-block .d-flex .Grid__Cell, .section-50 .about-block .Construction_New .d-flex .Grid__Cell, .Construction_New .gs-image-text .about-block .d-flex .Grid__Cell, .gs-image-text .about-block .Construction_New .d-flex .Grid__Cell {
    padding-top: 40px; }
.Construction_New .Grid + .Grid {
  margin: 40px 0; }
.Construction_New .Grid .Image__Wrapper img + h2 {
  margin: 30px 0 0; }
.Construction_New .Grid .Image__Wrapper h2 + p {
  margin-top: 10px; }
.Construction_New .Grid .Image__Wrapper h2 + .Button__Wrapper, .Construction_New .Grid .Image__Wrapper p + .Button__Wrapper {
  margin-top: 10px; }
.Construction_New .Grid .Image__Wrapper + h1 {
  margin: 30px auto 0;
  width: 100%; }

/**
* ----------------------------------------------------------------------------
* Product Page Custom Option
* ----------------------------------------------------------------------------
**/
.Product__CustomOption {
  margin-bottom: 20px; }
  .Product__CustomOption .Collapsible + .Collapsible {
    margin-top: 20px; }
  .Product__CustomOption .Collapsible {
    border: none; }
  .Product__CustomOption .Collapsible__Button {
    background: #1c1b1b;
    color: white;
    padding: 14px 28px;
    font-size: 12px; }
  .Product__CustomOption .Collapsible__Arrow {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 0;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    margin-right: 1rem;
    top: 50%;
    width: 7px;
    height: 7px; }
    .Product__CustomOption .Collapsible__Arrow:after, .Product__CustomOption .Collapsible__Arrow:before {
      display: none; }
  .Product__CustomOption .Collapsible__Content {
    border: 1px solid #dddddd;
    padding: 1rem;
    font-size: 13px; }
    .Product__CustomOption .Collapsible__Content #initial {
      margin-bottom: 10px; }

/**
* ----------------------------------------------------------------------------
* Meet the Team
* ----------------------------------------------------------------------------
**/
.MeetHeader {
  margin-bottom: 40px; }

.MeetTeam {
  margin: 40px 0 50px; }

.Team__Wrapper {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-left: -24px;
  width: calc(100% + 24px); }

.Team__Wrapper > .Grid__Cell {
  margin-bottom: 10px; }

.Team__Content {
  padding: 5px 5px 0; }

.Team__Content .Member__Name {
  font-weight: 700;
  margin-bottom: 0; }

.Team__Content > p {
  margin-bottom: 0; }

.Team__Content p.Text--subdued {
  font-weight: 600; }

/**
* ----------------------------------------------------------------------------
* Traceability - Image with Text overlay
* ----------------------------------------------------------------------------
**/
.ImageHero__ContentLarge {
  max-width: 800px;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.ImageHero__ContentLarge .SectionHeader__Description {
  max-width: 100%; }

/**
* ----------------------------------------------------------------------------
* Traceability - Custom Text Icon Image
* ----------------------------------------------------------------------------
**/
.gs-image-text .about-block .d-flex {
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .gs-image-text .about-block .d-flex {
      margin-bottom: 30px; } }
  .gs-image-text .about-block .d-flex:last-child {
    margin-bottom: 0; }
  .gs-image-text .about-block .d-flex:nth-child(even) {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .gs-image-text .about-block .d-flex:nth-child(even) .small-rte {
      margin-left: auto; }
  .gs-image-text .about-block .d-flex:nth-child(odd) .small-rte {
    margin-right: auto; }
  .gs-image-text .about-block .d-flex .about-block-img {
    -webkit-box-flex: 0;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    max-width: 100%;
    flex: 1 0 100%; }
    @media only screen and (min-width: 767px) {
      .gs-image-text .about-block .d-flex .about-block-img {
        -webkit-box-flex: 0;
        -webkit-flex: 1 0 60%;
        -ms-flex: 1 0 60%;
        max-width: 60%;
        flex: 1 0 60%; } }
    .gs-image-text .about-block .d-flex .about-block-img img {
      display: block;
      width: 100%; }
    .gs-image-text .about-block .d-flex .about-block-img video {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      object-fit: cover;
      object-position: center center; }
  .gs-image-text .about-block .d-flex .about-block-text {
    -webkit-box-flex: 0;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    max-width: 100%;
    flex: 1 0 100%;
    padding: 30px 0 0; }
    @media only screen and (min-width: 767px) {
      .gs-image-text .about-block .d-flex .about-block-text {
        -webkit-box-flex: 0;
        -webkit-flex: 1 0 40%;
        -ms-flex: 1 0 40%;
        max-width: 40%;
        flex: 1 0 40%;
        padding: 15px 40px; } }
    .gs-image-text .about-block .d-flex .about-block-text .Icon--wrapper {
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      width: 100%; }
      .gs-image-text .about-block .d-flex .about-block-text .Icon--wrapper .Icon-image {
        max-width: 80px;
        margin-right: 15px; }
    .gs-image-text .about-block .d-flex .about-block-text .Icon-rte {
      display: block;
      margin-bottom: 20px; }
      .gs-image-text .about-block .d-flex .about-block-text .Icon-rte p:not(:last-child) {
        margin-bottom: 10px; }
    .gs-image-text .about-block .d-flex .about-block-text h2.Heading {
      margin-bottom: 0;
      margin-top: 0;
      line-height: 1.2;
      font-size: 34px; }
      @media screen and (min-width: 641px) {
        .gs-image-text .about-block .d-flex .about-block-text h2.Heading {
          font-size: 40px; } }
    .gs-image-text .about-block .d-flex .about-block-text p {
      line-height: 1.3; }
    .gs-image-text .about-block .d-flex .about-block-text .small-rte {
      max-width: 100%; }
    .gs-image-text .about-block .d-flex .about-block-text .Button--Wrapper {
      margin-top: 20px; }
      .gs-image-text .about-block .d-flex .about-block-text .Button--Wrapper .Button--more {
        border-color: #ffd31d;
        color: #1c1b1b; }
        .gs-image-text .about-block .d-flex .about-block-text .Button--Wrapper .Button--more:before {
          background-color: #ffd31d; }
  @media only screen and (min-width: 767px) {
    .gs-image-text .about-block .d-flex.FeatureImage--positionRight .about-block-text {
      text-align: right; } }
  @media only screen and (min-width: 767px) {
    .gs-image-text .about-block .d-flex.FeatureImage--positionRight .about-block-text .Icon--wrapper {
      flex-direction: row-reverse; }
      .gs-image-text .about-block .d-flex.FeatureImage--positionRight .about-block-text .Icon--wrapper .Icon-image {
        margin-right: 0;
        margin-left: 15px; } }

/**
* ----------------------------------------------------------------------------
* Traceability - Product Page
* ----------------------------------------------------------------------------
**/
.shopify-section--padded > .Section--spacingNormal {
  padding: 50px 0; }

.Section--Header:not(:only-child) {
  margin-bottom: 20px; }

.Traceability__Grid {
  margin: -5px 0 -5px -10px; }

.Traceability__Grid .Grid__Cell {
  margin: 5px 0;
  padding: 0 0 0 10px; }

.Traceability__Grid .Grid__Cell:not(.Grid--active) {
  cursor: pointer; }

.Traceability__Grid .thumb {
  position: relative; }

.Traceability__Grid .thumb .reveal-hidden {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.Traceability__Grid .Grid--active .thumb .reveal-hidden {
  opacity: 1;
  visibility: visible; }

.Traceability--wrapper .Content--wrapper:not(.slick-initialized) .Inner--content:not(:first-child) {
  display: none; }

.Traceability--wrapper .Content--wrapper {
  padding-top: 30px;
  padding-bottom: 30px; }

@media screen and (min-width: 641px) {
  .Traceability--wrapper .Content--wrapper {
    padding-top: 0; } }
.Traceability--wrapper .Content--wrapper .Icon-rte {
  display: block;
  margin-bottom: 20px; }

.Traceability--wrapper .Content--wrapper h2.Heading {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.2;
  font-size: 34px; }

@media screen and (min-width: 641px) {
  .Traceability--wrapper .Content--wrapper h2.Heading {
    font-size: 40px; } }
/**
* ----------------------------------------------------------------------------
* Limited Series Feature - Product Alternative Template
* ----------------------------------------------------------------------------
**/
.Limited__Series {
  margin-bottom: 20px;
  position: relative;
  width: 100%; }

.Ls__Inventory {
  background: #ed1c24;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 6px 40px 6px 6px;
  cursor: pointer; }

.Ls__Inventory.Ls__Black {
  background: #1c1b1b; }

/* 
.Ls__Inventory:hover + .Ls__Info {
  max-height: 100px;
} */
.Ls__Info {
  background: #ffffff;
  text-align: center;
  font-size: 12px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  position: absolute;
  top: 100%;
  z-index: 1; }

.Ls__Info p {
  padding: 10px; }

.Ls__Inventory .Ls_stock {
  font-size: 14px;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase; }

.Ls__Inventory .question-icon {
  position: absolute;
  display: flex;
  align-items: center;
  right: 6px;
  max-width: 40px;
  width: 100%;
  justify-content: center; }

.Ls__Inventory img {
  display: block;
  max-width: 20px;
  width: 100%; }

.gs-custom-pagination {
  display: block;
  width: 100%; }

.gs-custom-pagination button {
  padding: 15px;
  position: relative;
  display: inline-block; }

.gs-custom-pagination .arrow-left svg {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%; }

.gs-custom-pagination .arrow-right svg {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  left: 50%; }

/**
* ----------------------------------------------------------------------------
* Text Header Section
* ----------------------------------------------------------------------------
**/
@media screen and (max-width: 640px) {
  .Text--header .u-h1 {
    font-size: 17px; } }
/**
* ----------------------------------------------------------------------------
* New Block List / New Collection List
* ----------------------------------------------------------------------------
**/
.New-Block--list {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(4, 4, 4, 0.65)), to(rgba(54, 54, 54, 0.2)));
  background-image: linear-gradient(to top, rgba(4, 4, 4, 0.65), rgba(54, 54, 54, 0.2)); }

@media screen and (min-width: 1008px) {
  .New-Block--list .CollectionItem {
    min-width: 33.33333%; } }
.New-Block--list .CollectionItem a {
  display: block;
  width: 100%; }

/**
* ----------------------------------------------------------------------------
* New Custom Block
* ----------------------------------------------------------------------------
**/
.new__custom--list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0; }

.new__custom--list:not(.CollectionList--spaced) .CollectionItem {
  min-width: 50%; }

@media screen and (min-width: 1008px) {
  .new__custom--list .CollectionItem {
    min-width: 33.33333%; } }
@media screen and (max-width: 640px) {
  .new__custom--list.CollectionList--spaced {
    column-gap: 10px;
    row-gap: 10px;
    margin: 10px; } }
@media screen and (max-width: 640px) {
  .new__custom--list .CollectionItem {
    display: block !important;
    flex: 0 1 calc(50% - 5px); }

  .new__custom--list .CollectionItem--expand {
    display: block !important;
    flex: 0 1 calc(50% - 5px); } }
.new__custom--list .CollectionItem a {
  display: block;
  width: 100%; }

/**
* ----------------------------------------------------------------------------
* Customer Review Page Star
* ----------------------------------------------------------------------------
**/
.star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  /* the hidden clearer */ }

.star-cb-group * {
  font-size: 1rem; }

.star-cb-group > input {
  display: none; }

.star-cb-group > input + label {
  /* only enough room for the star */
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  font-size: 18px;
  white-space: nowrap;
  cursor: pointer; }

.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #888; }

.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  content: "★";
  color: #1c1b1b;
  text-shadow: 0 0 1px #333; }

.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em; }

.star-cb-group > .star-cb-clear + label:before {
  width: .5em; }
