/*!
 * MiniCart 
 * miniCart-bundle.js
 * @version "1.8.8"
 * @copyright (c) 2018-2024
 */.minicart-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.minicart-form-field{display:block;margin-bottom:1em;width:100%}.minicart-form-field:last-child{margin-bottom:0}.minicart-form-field--half{width:50%;display:inline-block;vertical-align:top}.minicart-form-field input,.minicart-form-field select{width:100%}.minicart-form-field__label{display:block;font-weight:700}.minicart-form-field__label--hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.minicart-form-field__error{font-size:12px;font-style:italic;color:red}.minicart-form-field__field--select{position:relative;display:inline-block;padding:0;width:100%}.minicart-form-field__field--select select{width:100%;margin:0;background:#fff;border:1px solid #000;outline:none;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-appearance:none;appearance:none;-webkit-appearance:none;color:#000;padding:.8em}.minicart-form-field__field--select svg{width:12px;height:12px;position:absolute;right:1em;top:50%;-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg);pointer-events:none}.minicart{width:350px;position:absolute;top:2em;right:1em;background:#fff;-webkit-box-shadow:0 0 20px rgba(10,10,10,.08);box-shadow:0 0 20px rgba(10,10,10,.08);opacity:0;z-index:-1;-webkit-transition:opacity .2s ease-in-out,top .2s ease-in-out,z-index .2s ease-in-out;transition:opacity .2s ease-in-out,top .2s ease-in-out,z-index .2s ease-in-out}.minicart--visible{opacity:1;top:1em;z-index:6010}.minicart__bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:rgba(0,0,0,.2);opacity:0;-webkit-transition:opacity .2s ease-in-out,z-index .2s ease-in-out;transition:opacity .2s ease-in-out,z-index .2s ease-in-out}.minicart__bg--visible{opacity:1;z-index:6000}.minicart__list{width:100%;overflow-y:auto;max-height:300px;margin:0;padding:0}.minicart__list-item--empty{text-align:center;padding:2em}.minicart__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.minicart__header h2{margin:0}.minicart__actions a{display:block;text-align:center;height:50px;line-height:50px;padding:0 1em;text-decoration:none}.minicart__actions a.btn--disabled{cursor:not-allowed;opacity:.8}.minicart-line-item{padding:1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-bottom:1px solid #efefef}.minicart-line-item__image{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;margin:0 1em 0 0}.minicart-line-item__image img{width:100%;max-width:100%;height:auto}.minicart-line-item__image svg.placeholder-image{width:100%;max-width:100%;height:auto;background:#ededed;fill:#b0b0b0}.minicart-line-item__info{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.minicart-line-item__title{margin:0 0 .5em}.minicart-line-item__meta-option{display:block}.minicart-line-item__price{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;margin:0 0 0 1em;font-weight:700}.minicart-line-item__invalid{display:block;color:red}.minicart-line-item__pricing-item{display:block}.minicart-line-item__pricing-item--original-line-price{text-decoration:line-through}.minicart__message{padding:1rem}.minicart__message p{margin:0}.minicart__subtotal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1em}.minicart__subtotal h3{margin:0}.minicart__discount{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1em}.minicart__discount h3{margin:0}.minicart__total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1em}.minicart__total h3{margin:0}.minicart__upsells-list{margin:0;padding:0}.minicart-upsell-list-item{list-style:none;margin:0;padding:0}.minicart-upsell-list-item:after{content:"";display:table;clear:both}.minicart-upsell-list-item__image{width:100%;max-width:60px;float:left}.minicart-upsell-list-item__image img{max-width:100%}.minicart-upsell-list-item__price--old{text-decoration:line-through}.minicart-upsell-list-item__price--sale{color:red;display:inline-block;margin-left:.5rem}.minicart__free-shipping{padding:.8rem;text-align:center;background:#fff;position:relative}.minicart__free-shipping-message{position:relative;z-index:1}.minicart__free-shipping-progress{position:absolute;top:0;bottom:0;left:0;width:0;background:#efefef;z-index:0}.minicart__shipping{padding:1em}.minicart__shipping-rates{margin:0;padding:0}.minicart__shipping-rate{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;list-style:none;margin:0 0 .5em;padding:0}.minicart__shipping-rate:only-child{margin-bottom:0}.qty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.qty--updating{opacity:.5;pointer-events:none}.qty__form{width:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qty__minus,.qty__plus{cursor:pointer}.minicart__cart-note{padding:1em}.minicart__cart-note .minicart__cart-note-toggle{margin-bottom:.5em}.minicart__cart-note .minicart__cart-note-toggle input,.minicart__cart-note .minicart__cart-note-toggle label{cursor:pointer}.minicart__cart-note .minicart__cart-note-panel--closed{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.minicart__cart-note .minicart__cart-note-panel textarea{width:100%;min-height:90px;resize:vertical}