/** Shopify CDN: Minification failed

Line 421:2 Expected identifier but found "<!--"
Line 421:20 Expected identifier but found "-->"
Line 430:0 Unexpected "<"
Line 457:6 Expected percentage but found "background-position"
Line 457:25 Expected "," but found ":"
Line 714:2 Unexpected "<"

**/
/*cart - progress bar*/

.cart__form .cart__graph, .cart-dropdown .cart__graph {
  display: none;
}
.cart__form .cart__message, .cart-dropdown .cart__message {
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.free_shipping {
  display: block;
  width: 90%;
  height: 8px;
  background: rgba(255, 204, 153, 0.3);
  border: 1px solid #ffcc99;
  border-radius: 4px;
  position: relative;
  margin-bottom: 9px;
}
.free_shipping .free-bar {
  display: block;
  background: #fea5a6;
  height: 8px;
  border-radius: 4px;
  position: relative;
  margin-top: -1px;
  transition: width 0.3s;
}
.free_shipping .free-bar:after {
  content: "";
  width: 8px;
  height: 8px;
  background: rgba(255, 71, 89, 1);
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 4px;
  box-sizing: border-box;
}
.free_shipping .division {
  content: "";
  position: absolute;
  width: 2px;
  height: 6px;
  background: #fff;
  top: 0px;
}
.free_shipping.free_express {
  border-color: #FFDD69;
  background: rgba(255, 226, 168, 0.3);
}
.free_shipping.free_express .free-bar {
  background: #FFE2A8;
}
.free_shipping.free_express .free-bar:after {
  background: rgba(255, 226, 168, 0.6);
  border: 1px solid #FFD00C;
}
.free_shipping.full {
  background: rgba(0, 153, 51, .3);
  border-color: #009933;
}
.free_shipping.full .free-bar, .free_shipping.full .division {
  display: none;
}
/*cart - box remove item*/

#sidebar-removecart {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  max-height: none;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: rgb(0 0 0 / 0.2);
  box-shadow: none;
  touch-action: manipulation;
}
#sidebar-removecart.active {
  visibility: visible;
  transform: translateX(0);
}
#sidebar-removecart .Drawer__Wrapper {
  background: #ffffff;
  position: relative;
  max-width: 272px;
  text-align: center;
}
#sidebar-removecart .Drawer__Header .Drawer__Close {
  left: auto;
  right: 8px;
  top: 8px;
  position: absolute;
  margin-left: 0;
  line-height: 0;
}
#sidebar-removecart .Drawer__Header {
  box-shadow: none;
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
  justify-content: center;
  height: auto;
  padding: 30px 20px 12px;
  max-height: 100%;
}
.Drawer__Header-Heading {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.6964286px;
  text-transform: uppercase;
}
#sidebar-removecart .Drawer__Wrapper .Drawer__Content {
  padding: 11px 27px 41px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#sidebar-removecart .Drawer__Wrapper .Drawer__Content button {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.6964286px;
  display: inline-block;
  vertical-align: top;
  padding: 11px;
  text-transform: uppercase;
}
#sidebar-removecart .Drawer__Wrapper .Drawer__Content p {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.6964286px;
  margin-bottom: 21px;
}
#sidebar-removecart .Drawer__Wrapper .Drawer__Content button.Button__Keep {
  background: #000;
  color: #fff;
  margin-bottom: 13px;
}
#sidebar-removecart .Drawer__Wrapper .Drawer__Content button.Button__Remove {
  background: #d8d8d8;
}
/*cart - BundleSave*/

.Heading {
  font-family: Gotham-Book, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #454545;
  transition: color .2s ease-in-out;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.BundleSave__Wrapper {
  background: #f4f4f4;
  padding: 0 18px;
  border-top: 1px solid #ccc;
}
.BundleSave__Wrapper .CartItemWrapper {
  padding-bottom: 18px;
}
.BundleSave__Wrapper .BundleSave_heading {
  color: #333333;
  line-height: 14px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.5px;
  padding: 32px 0 30px;
}
.BundleSave__Wrapper .CartItem {
  table-layout: fixed;
  width: 100%;
  position: relative;
  background: #fff;
  margin: 0;
  padding: 6px 9px 12px;
  display: block;
  text-align: left;
  margin-bottom: 0;
}
.CartItem_Label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 13.5px solid transparent;
  border-left: 5px solid #ffece4;
  border-bottom: 13.5px solid transparent;
}
.CartItem_Label {
  position: absolute;
  right: 0;
  top: 6px;
  max-width: 101px;
  min-width: 67px;
  background: #212121;
  padding: 5px 5px 5px 8px;
  font-size: 7.68px;
  line-height: 8px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.CartItem.CartItem-QuickAdd .CartItem_Label {
  padding: 5px 8px 5px 15px;
}
.CartItem_Label span {
  color: #fff;
  font-size: 8.88px;
  font-weight: 700;
  line-height: 11px;
  text-align: right;
  letter-spacing: .96000004px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  width: 100%;
  text-align: right;
}
.CartItem__Inner {
  /*display: table;
  table-layout: fixed;*/
  width: 100%;
  position: relative;
}
.BundleSave__Wrapper .CartItem .CartItem__ImageWrapper {
  width: 90px;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
}
.BundleSave__Wrapper .CartItem .CartItem__ImageWrapper img {
  display: block;
  width: 100%;
  height: 100%;
}
.BundleSave__Wrapper .CartItem .CartItem__Info {
  padding-left: 17px;
  display: table-cell;
  vertical-align: middle;
}
.BundleSave__Wrapper .CartItem .CartItem__Title {
  color: #333;
  font-weight: 400;
  overflow: visible;
  margin: 36px 0 6px;
  white-space: normal;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: .79px;
  text-transform: unset;
}
.BundleSave__Wrapper .CartItem .CartItem__LinePriceList .Price {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
  text-align: center;
  letter-spacing: 1.5px;
}
.BundleSave__Wrapper .CartItem .CartItem__Actions {
  display: block;
  margin-top: 6px;
  text-align: center;
}
.BundleSave__Wrapper .CartItem .CartItem__Actions .add-to-cart {
  background: #fff;
  border: 1px solid #212121;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
  text-align: center;
  letter-spacing: 1.5px;
  padding: 8px 15px 9px;
  width: 100%;
  max-width: 233px;
  cursor: pointer;
  display: inline-block;
  margin-top: 14px;
}
.BundleSave__Wrapper .slideup {
  position: absolute;
  text-align: center;
  transition: all .4s ease-in-out;
  right: 0;
}
@media (max-width: 991px) {
  .CartItem_Label {
    max-width: 110px;
  }
}
/*product grid - price same line*/

.search__results__products .product-item {
  display: block;
}
.product-item, .product-item .product-link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.product-item .product-information {
  margin-top: 0;
  padding-bottom: 0;
}
.product-item .price {
  margin-top: auto;
  text-align: center;
  padding-bottom: 22px;
  font-size: 14px;
}
.free_domestic_shipping .free_shipping.free_express .division, .free_domestic_shipping .free_shipping.free_express .free-bar {
  display: none;
}
/*product grid - move quick add*/

.quick-add-button {
  display: block;
  position: relative;
  width: 100%;
  left: 0;
  opacity: 1!important;
  visibility: visible!important;
  border: 1px solid #212121;
  width: 50%;
  margin: 15px auto;
}
.quick-add-button.sold-out {
  opacity: 0!important;
  visibility: hidden!important;
}
.form-quick-add .radio__legend-back, .quick-add-button:before, .quick-add-button:after, [data-quick-add-holder] .caps {
  display: none;
}
.navlink .icon-search {
  margin-top: 6px;
}
.recently-viewed {
  background-color: #f0f0f0;
  padding: 10px 15px;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 10px;
}
.recently-viewed img {
  width: 24px;
  margin-right: 18px;
  vertical-align: top;
}
.radio__fieldset .radio__button input:disabled + label:before, .radio__fieldset .radio__button input:disabled + label:after,
.form-quick-add input:disabled+label:after, .form-quick-add input:disabled+label:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -49%) rotate(43deg);
  width: 1px;
  height: 200%;
  z-index: 5;
  background: #f0f0f0;
  pointer-events: none;
}
.radio__fieldset .radio__button input:disabled + label:after,
.form-quick-add input:disabled+label:after {
  transform: translate(-50%, -50%) rotate(136deg);
}
.radio__fieldset .radio__button input:disabled + label:hover:before, .radio__fieldset .radio__button input:disabled + label:hover:after {
  background: rgba(0, 0, 0, 0.3);
}
.radio__fieldset .radio__button input:disabled + label span,
.form-quick-add input:disabled+label span {
  opacity: 0.3;
}
.radio__fieldset .radio__button input:disabled + label,
.form-quick-add input:disabled+label {
  border: 1px solid #f0f0f0;
  cursor: default;
}
.radio__fieldset .radio__button input:disabled + label:hover {
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px #333;
}
.radio__fieldset .radio__button label:hover {
  border: 1px solid #000;
}
.radio__fieldset .radio__button label {
  position: relative;
  overflow: hidden;
  <!-- width: 60px; -->
  padding: 5px;
  line-height: 26px;
  text-align: center;
  min-width: 150px;
}

/* Dashboard */

<style>
    * {
    box-sizing: border-box;
    }
  body {
    min-height: 100vh;
    
    justify-content: center;
    align-items: center;
    background: white;
  } 
    
  .progress {
    width: -webkit-fill-available;
    height: 15px;
    background: #e1e4e8;
    border-radius: 10px;
    overflow: hidden;
  }
    .progress-bar {
      display: block;
      height: 100%;
      background: linear-gradient(90deg,#ffd33d,#ea4aaa 17%,#b34bff 34%,#01feff 51%,#ffd33d 68%,#ea4aaa 85%,#b34bff);
      background-size: 300% 100%;
      animation: progress-animation 2s linear infinite;
    }
  @keyframes progress-animation {
      background-position: 100%
    100%
      background-position: 0
    }
    
    .dropbtn {
    background-color: #ffffff;
    color: ##00334D;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: -webkit-fill-available;
    border-radius: 10px;
    text-align: left;
  }
  
  .dropbtn:hover, .dropbtn:focus {
    background-color: #00334D;
    color: white;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  
  #myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
  }
  
  #myInput:focus {outline: 3px solid #ddd;}
  
    
  .dropdown {
    position: relative;
    display: inline-block;
    width: -webkit-fill-available;
  }
    
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
    width: -webkit-fill-available;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown a:hover {background-color: #ddd;}
  
  .show {display: block;}
    
    .h3sidebar {
      color: white;
      font-size: 24px;
      font-weight: bold;
    }
    .psidebar {
     color: white; 
    }
    .psidebaraccount_name {
     color: white;
      font-size: 18px;
      font-weight: 400;
      
    }
    .psidebar_points {
     color: white;
      font-size: x-large;
      font-weight: bold;
      
    }
    
    .asidebar {
      color: white;
    }
    
    .linksidebar {
      color: white;
    }
    .dropdownheading {
      color: white;
      font-size: 18px;
      font-weight: bold;
      padding-bottom: 10px;
    }
    .accounttable {
          border-width: 0px;
          border-collapse:collapse;
          padding:5px;
      }
      .accounttable th {
          border-width: 0px;
          padding:5px;
          
      }
      .accounttable td {
          border-width: 0px;
          padding:5px;
      } 
      .accounttable ul {
        font-size: 16px;
        color: #F9A89D;
        font-weight: 500;
      }
      .accounttable .earnpointsheading {
        text-align: right;
      }
      .accounttablebottom {
          border-width: 0px;
          border-collapse:collapse;
          padding:5px;
      }
      .accounttablebottom th {
          border-width: 0px;
          padding:5px;
          
      }
      .accounttablebottom td {
          border-width: 0px;
          padding:5px;
      }    
      .accounttablebottom .earnpoints {
        text-align: right;
      }
      .accountlevel {
       border-width: 1px;
       border-style: solid;
       border-radius: 10px;
       border-color: #F9A89D;
       padding: 20px; 
      }
      .sampleboxoptions {
       padding: 20px; 
      }
      .sipsociety {
       max-width: 1160px;
      }
      .sipsociety table {
        width: 100%
    }
  
    .sipsociety table th {
        background: var(---color-bg-secondary);
        color: var(---color-text-light);
        border: 1px solid var(---color-bg-secondary);
        -webkit-backface-visibility: visible
    }
    
  
  
    
    
    
    
    
    @media only screen and (max-width: 749px) {
      .accountsidebardiv {
        height: auto;
        background-color: #8B8D09;
        padding: 20px;
        width: -webkit-fill-available;
        
        }
      .accountdropdownmobile {
        display: block;
        padding: 15px;
        cursor: pointer;
        position: relative;
      }
      .noshowmobile {
        display: none;
      }
      .accountlevel {
       border-width: 1px;
       border-style: solid;
       border-radius: 10px;
       border-color: #F9A89D;
       padding: 20px;
       margin-top: 20px;
      }
      .accounttable td {
        display: grid;
      }
      .earnpointsheading {
        display: none;
      }
      
      .desktopaccount {
        min-height: auto;
        
      }
      .invoer {
       margin-top: 20px; 
       margin-bottom: 20px;
      }
      .h3sidebar {
       font-size: 42px;
      }
      .psidebaraccount_name {
       font-size: 22px; 
       padding-top: 0px;
       margin-top: 0px;
      }
      
      
    }
    @media only screen and (min-width: 749px) {
      .accountsidebardiv {
          width: 200px;
          background-color: #8B8D09;
          height: 700px;
        
         
          padding: 20px;
        }
      .dropdown {
            display: none;
          } 
      .noshowmobile {
        display: block;
      }
      .desktopaccount {
        min-height: 350px;      
      }
      .noshowdesktop {
        display: none;
      }
    }
    
    @media only screen and (max-width: 400px) {
      .payment-status {
        display: none;
        
      }
      .fulfillment-status {
        display: none;
      }
      
      
      
    }
  </style>