/** Shopify CDN: Minification failed

Line 363:0 Unexpected "{"
Line 363:1 Expected identifier but found "%"
Line 492:4 Unexpected "{"
Line 492:5 Expected identifier but found "%"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:footer (INDEX:31) */
/*
    RPECK 24/07/2025 - Updated mobile footer styling
  */
  @media only screen and (max-width: 798px) {

    .footer-menu-wrap {
      justify-content: space-between;
    }

    .footer-menu-wrap > div:nth-of-type(2),
    .footer-menu-wrap > div:nth-of-type(3) {
      flex-basis: 50%;
    }

    .footer_menu h6 .icon-down-arrow { display: none; }

    .footer_menu h6 {
      font-size: 18px !important;
      border-top: none !important;
      margin-bottom: 0 !important;
      margin-top: 10px !important;
    }

    .footer_menu .toggle_content a {
      font-size: 16px;
    }
  }
/* END_SECTION:footer */

/* START_SECTION:product-template-original-new (INDEX:75) */
.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;      
      line-height: 16.8px;
      letter-spacing: 0%;
      text-align: center;
      vertical-align: middle;
  }
  .ds-main-price-row {
      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%;
  }
      }

      @media screen and (min-width: 768px) {
        .product .nine.columns.medium-down--one-whole.alpha {
          position: sticky;
          top: 25px;
        }
      }


      .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;
      }


          /* Cust css */

       .product-cust.product-template .gallery-wrap .flickity-viewport  {
        width: 90% !important;
          }

     .product-cust.product-template .flickity-prev-next-button.previous {
        left: 25px;
    }
      .product-cust.product-template .flickity-prev-next-button.next {
        right: 30px;
    }

      .product-cust.product-template .flickity-prev-next-button svg{
        width: 61%;
        height: 7%;
        border: 1px solid #cbc4c4;
        border-radius: 100%;
        background: white;
      }

        @media screen and (max-width: 550px){
         .product-cust.product-template .flickity-prev-next-button svg{
        width: 80%;
        height: 9%;
        border: 1px solid #cbc4c4;
        border-radius: 100%;
      }
          .product-cust.product-template .flickity-prev-next-button.previous {
        left: 18px;
    }
      }

         @media screen and (max-width: 425px){
         .product-cust.product-template .flickity-prev-next-button svg{
        width: 85%;
        height: 10%;
        border: 1px solid #cbc4c4;
        border-radius: 100%;
      }
    }

          @media screen and (max-width: 320px){
         .product-cust.product-template .flickity-prev-next-button svg{
        width: 92%;
        height: 13%;
        border: 1px solid #cbc4c4;
        border-radius: 100%;
      }
    }

     @media screen and (max-width: 480px) {
        .product-cust.product-template .gallery-wrap .flickity-viewport {
        width: 100% !important;
        margin: 0;
    }

       .product-cust.product-template .flickity-prev-next-button.previous {
        left: -5px;
    }
        .product-cust.product-template .flickity-prev-next-button.next {
        right: 6px;
    }
      }

       @media screen and (min-width: 798px) and (max-width: 1024px){
         .product-cust.product-template .flickity-prev-next-button svg {
        width: 80%;
        height: 9%;
         }
       }
/* END_SECTION:product-template-original-new */

/* START_SECTION:product-template (INDEX:76) */
.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 */