/** Shopify CDN: Minification failed

Line 75:0 Unexpected "{"
Line 75:1 Expected identifier but found "%"
Line 204:4 Unexpected "{"
Line 204:5 Expected identifier but found "%"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:product-template (INDEX:67) */
.product .product_name{
  margin-bottom:6px;
}
.product .main-product-subtitles{
  margin-bottom:12px;
}
.modal_price .sale.savings {
    background: #F9F6F0;
    padding: 8px;
    border-radius: 100px;
    font-family: Chivo, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: CAP_HEIGHT;
    line-height: 16.8px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    width:max-content;
}
.product .modal_price-rverse {
    margin-bottom: 12px;
}
  .rpeck-product-banner { display: block; }

  .rpeck-product-banner img {
    display: block;
    object-fit: cover;
    width: 100%;
    margin: auto;
  }

  @media screen and (min-width: 768px) {
    .rpeck-product-banner .desktop { display: block; }
    .rpeck-product-banner .mobile  { display: none; }
  }

  @media screen and (max-width: 768px) {
    .rpeck-product-banner .desktop { display: none; }
    .rpeck-product-banner .mobile  { display: block; }
       .product_gallery_nav.product_gallery_nav--bottom-thumbnails img {
    height: auto;
    width: 100%;
}
.product_gallery_nav.product_gallery_nav--bottom-thumbnails .gallery-cell {
    width: 12%!important;
}
.product_gallery {
    margin-bottom: 12px;
    padding-bottom:0;
}
  }

  @media screen and (min-width: 768px) {
    .product .nine.columns.medium-down--one-whole.alpha {
      position: sticky;
      top: 25px;
    }
  }

{% comment %}   
  .tabs li {
    position: relative;
  }
  .tabs li a:after {
    display: block;
    content: "＋";
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: transform 0.15s ease;
  }
  .tabs li a.active:after {
    transform: translateY(-50%) rotate(90deg);
  }


  .custom-tabs{
       border-bottom: 1px solid #DDDDDD !important;
       border-left:1px solid #DDDDDD !important;
       border-right:1px solid #DDDDDD !important;
       padding-left: 20px;
       padding-right: 20px;
  }
   .custom-tabs > div {
       padding-top: 20px;
       padding-bottom: 20px;
  }
   ul.tabs {
       border: 1px solid #DDDDDD;
       display: block;
       margin: 0 0 0;
       padding: 0;
  }
   ul.tabs li {
       display: block;
       float: left;
       height: 30px;
       margin-bottom: 0;
       padding: 0;
       width: 100%;
  }
   ul.tabs li a {
       -moz-border-bottom-colors: none;
       -moz-border-image: none;
       -moz-border-left-colors: none;
       -moz-border-right-colors: none;
       -moz-border-top-colors: none;
       background: none repeat scroll 0 0 #F5F5F5;
       border-color: #DDDDDD !important;
       border-style: solid;
       border-width: 1px 1px 0 1px;
       display: block;
       font-size: 20px;
       height: 30px;
       line-height: 30px;
       margin: 0;
       font-style: bold !important;
       padding: 0px 20px;
       text-decoration: none;
       width: auto;
       color: #303030;
       text-transform: capitalize !important;
       border-bottom:none !important;
  }
   ul.tabs li a.active {
       background: none repeat scroll 0 0 #FFFFFF;
       border-left-width: 1px;
       border-top-left-radius: 2px;
       border-top-right-radius: 2px;
       color: #111111;
       height: 30px;
       margin: 0 0 0 -1px;
       padding-top: 4px;
       position: relative;
       top: -2px;
       border-top: 2px solid #C6A26A !important;
  }
   ul.tabs li:first-child a.active {
       margin-left: 0;
  }
   ul.tabs li:first-child a {
       border-top-left-radius: 2px;
       border-width: 2px 1px 0;
  }
   ul.tabs li:last-child a {
       border-top-right-radius: 2px;
  }
  ul.tabs:before, ul.tabs:after {
       content: " ";
       display: block;
       height: 0;
       overflow: hidden;
       visibility: hidden;
       width: 0;
  }
  ul.tabs:after {
       clear: both;
  }
  ul.tabs {
       padding-left: 0;
       margin-top: 0px;
  }
  .tab-content {
       padding: 10px 10px;
  }
  .tab-box{
       border: 1px solid;
  }

  ul.tabs li a {
    color: #222021!important;
    font-size: 13px;
    font-weight: 1000 !important;
    height: 40px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    height: unset !important;
  }
  ul.tabs li{
    height: auto !important;
    margin-right: 3px !important;
  }
  ul.tabs{
    border: unset !important;
    border-bottom: solid 1px #cccccc !important;
  } {% endcomment %}
/* END_SECTION:product-template */