/** Shopify CDN: Minification failed

Line 22:12 Expected identifier but found whitespace
Line 22:17 Unexpected ";"

**/
.rdc-d-flex {
  display: flex;
}
.rdc-d-none {
  display: none !important;
}

.rdc-ai-cen {
  align-items: center;
}

.rdc-jc-cen {
  justify-content: center;
}
.rdc-fw-wra 
  flex-wrap: wrap;
}

.rdc-w-full {
  width: 100%;
}

.rdc-ann-v2 {
  margin-inline: auto;
}

.p-2 {
  position: absolute;
  animation: ann-slide-eff 10s infinite linear;
  animation-delay: 5s;
  left: 0;
}
.p-1 {
  position: relative;
  animation: ann-slide-eff 10s infinite linear;
  left: 0;
}

@keyframes ann-slide-eff {
  0% {
    left: 0;
  }
  2% {
    left: -100vw;
    opacity: 0;
  }
  50% {
   left: -100vw;
  }
  55% {
   left: 0;
    opacity: 100;
  } 
}

.rdc-ann-slide-eff.rdc-w-full.p-2.announcement-bar__content.announcement-bar__content--center a {
    text-decoration: underline;
}
p.bundle-size-lip {
    margin-block: 10px 20px;
}
p.bundle-size-lip label {
    font-weight: 700;
    color: #282c49;
   padding-right: 8px;
}
p.bundle-size-lip select#size {
    height: 40px;
    border-color: #d4d6d8;
    border-radius: 2px;
    width: 60px;
}
.oz-bundle-quote-mob,
.oz-quote-mob {
  display: none !important;
}
.fs-note-bundle {
    margin-top: 4px;
    font-weight: 700;
    color: #282c49;
    font-size: 16px;
}
.oz-quote-mob {
    margin-top: 20px !important;
}
.guarantee-text strong {
    color: #fe6b03;
}
body.warehouse--v1.bundle.template-product.show-images- span.product-label.product-label--custom1 + span.product-label.product-label--on-sale {
    display: none !important;
}

#guarantee {
  height: auto;
}
.guarantee-text {
    padding-top: 0;
}
.card__collapsible-content {
    padding-bottom: 20px !important;
}
@media only screen and (max-width: 767px) {
  .oz-bundle-quote-mob,
  .oz-quote-mob {
  display: block !important;
}
  .oz-bundle-quote,
  .oz-quote {
  display: none !important;
}
  .simple-badge-container {
    width: 70% !important;
    margin-inline: auto;
}
}
@media only screen and (min-width: 641px) {
  .rdc-ann-slide-eff.rdc-w-full.p-2.announcement-bar__content.announcement-bar__content--center {
    padding-right: 170px;
}
  
}
em{
  margin: 0 5px;
}
button.value-picker__choice-item.link[value="created-descending"]{
  display: none;
}
  
.value-picker__choice-item[data-value="title-descending"]{
  display: none;
}
.value-picker__choice-item[data-value="title-ascending"]{
  display: none;
}

.value-picker__choice-item[data-value="price-ascending"]{
  display: none;
}
.value-picker__choice-item[data-value="created-ascending"]{
  display: none;
}
.value-picker__choice-item[data-value="price-descending"]{
  display: none;
}
.value-picker__choice-item[data-value="best-selling"]{
  display: none;
}

