/** Shopify CDN: Minification failed

Line 108:7 Expected ":"

**/
/*========== sitewide ==========*/
.header {
  transition: background-color 0.3s ease-in-out;
}
.header:hover {
  background-color: #fff;
}

.centered {
  text-align: center;
}

.dmt-flex {
  display: flex;
  flex-direction: row;
}

.w100 {
  width: 100% !important;
}

@media (min-width: 1366px) {
  .section--padding-bottom {
    padding-bottom: 20px;
  }
  .section--padding-top {
    padding-top: 10px;
  }
}

/*----- animations -----*/
@keyframes fadein {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

/*========== product page ===========*/
.klaviyo-bis-trigger {
  min-width: 100%;
}

/*========== cart drawer ==========*/
/*drawer container*/
.c-offcanvas--right {
  width: 95%;
  max-width: 400px;
}

.canvas-cart__header {
  font-size: 18px;
  padding: 10px 0;
}

.canvas-cart__close {
  top: 11px;
}

.canvas-cart .cart-mini-contents .cart-item {
  padding: 10px 0;
  margin: 0;
}

/*cart item image container*/
.canvas-cart .cart-mini-contents .cart-item-left {
  width: 25%;
}

.canvas-cart .cart-mini-contents .cart-item-left img {
  display: block;
}

.canvas-cart .cart-mini-contents .cart-item-right {
  width: 75%;
  position: relative;
}

.title-end {
  font-size: 9px;
  line-height: 0.8;
}

.canvas-cart .cart-mini-contents .cart-prod-quantity {
  margin-top: 25px;
}

/*----- drawer upsell -----*/
.dmt-upsell {
  
}

.dmt-upsell .dmt-flex {
  gap: 15px;
  justify-content: center;
}

.upsell-h {
  text-align: center;
  font-size: 18px;
}

.dmt-flex .upsell__item {
  flex-grow: 1;
  width 33%;
  max-width: 120px;
}

.upsell__img-h {
  width: 100%;
}

.upsell__img-h img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}

.upsell__price {
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 5px;
}

.upsell__btn {
  width: 100%;
  background: #111;
  color: white;
  text-align: center;
  border: 0;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 15px;
}

/*----- quickadd modal -----*/
.quickadd-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  background-color: rgba(0,0,0,0.4);
  display: none;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 15px;
}

.show-modal {
  animation: fadein 0.3s ease-in-out;
  display: flex;
}

.quickadd-screen-closer {
  position: absolute;
  width: 100%;
  height: 100%;
}

.quickadd-modal {
  width: 100%;
  max-width: 500px;
  background: white;
  padding: 10px 15px 15px;
  position: relative;
}

.quickadd-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  background: white;
  display: flex;
}

.quickadd-h {
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
}

.quickadd-modal .dmt-flex {
  gap: 15px;
  justify-content: center;
}

.quickadd_img-h {
  width: 50%;
  flex-grow: 1;
}

.quickadd_img-h img {
  width: 100%;
  display: block;
}

.quickadd-title {
  line-height: 1.1;
  margin-top: 10px;
  padding-bottom: 5px;
}

.quickadd-price {
  font-weight: bold;
  padding-bottom: 10px;
}

.quickadd-modal select {
  display: none;
}

.block-selector {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.selected {
  border-color: black;
  font-weight: bold;
}

.quickadd_btn {
  display: block;
  width: 100%;
  background: #111;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  border: 0;
  margin: 15px 0 0;
}

/*----- bottom of drawer -----*/
.canvas-cart .cart-mini-actions {
  padding-top: 5px;
}

.canvas-cart .cart-mini-actions .cart-mini-total {
  margin-bottom: 5px;
}

.canvas-cart .cart-mini-actions .mini-cart-label {
  width: auto;
}

.canvas-cart .cart-mini-actions .mini-cart-total {
  width: auto;
}

@media (max-width: 450px) {
  .canvas-cart .cart-mini-contents .cart-prod-quantity {
    margin-top: 3px;
  }
}

/*========== Cart Page ==========*/
.cart__header {
  border: 0;
}

.free-ship {
  background: #c6d0d8;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.free-ship.green {
  background: #c6d8cc;
}

.free-ship_left {
  width: 20px;
  flex-shrink: 0;
  display: inherit;
}

.free-ship_left svg {
  filter: invert(1);
}

.free-ship_right {
  margin-left: 5px;
}

.free-ship_right p{
  font-size: 13px;
  line-height: 1.2;
  padding-bottom: 0;
}

/*----- cart extras section -----*/
.cart-extras {
  margin-top: 15px;
  background: #f5f5f5;
  padding: 10px;
}

.cart-extras__title {
  padding-top: 2px;
  padding-bottom: 5px;
  text-align: center;
}

.cart-extras .dmt-flex {
  gap: 10px;
  flex-wrap: wrap;
}

.cart-extras__item {
  display: flex;
  background: white;
  padding: 10px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  position: relative;
}

.cart-extras_add {
  display: flex;
  flex-grow: 1;
}

.cart-extras__left {
  width: 15%;
  max-width: 50px;
  flex-shrink: 0;
  min-width: 40px;
}

.img-holder--sq {
  height: 0;
  width: 100%;
  padding-top: 100%;
  position: relative;
  background: #eee;
  overflow: hidden;
}

.img--cover {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  top: 0;
}

.cart-extras__middle {
  flex-grow: 1;
  padding-left: 10px;
}

.cart-extras__middle p {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.1;
}

.cart-extras__btn {
  background: #111;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 15px;
  margin-left: 5px;
}

.cart-extras__right {
  margin-left: 7px;
  width: 25px;
  flex-shrink: 0;
}

.icon-info {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-transform: lowercase;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 2px solid black;
  cursor: pointer;
  line-height: 22px;
}

.cart-extras__overlay {
  position: absolute;
  width: calc(100% - 45px);
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.cart-extras__info {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  background: rgba(0,0,0,0.6);
  color: white;
  line-height: 1.1;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease-in-out;
  cursor: pointer;
}

.cart-extras__info.invis {
  opacity: 0;
  z-index: 0;
}

@media (max-width: 600px) {
  .free-ship_right {
    flex-grow: 1;
  }
}