/** Shopify CDN: Minification failed

Line 765:19 Expected ":"

**/
quantity-input.quantity.cart-quantity {
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: auto!important;
    height: 38px !important;
    border: 1px solid rgba(0,0,0,.15)!important;
    border-radius: 6px!important;
    background: #fff!important;
    overflow: visible!important;
    padding: 0!important;
    box-sizing: border-box;
    min-height: unset !important;
}
.cart-count-bubble {
    background: black;
}
.cart-drawer .price {
    line-height: 1;
    letter-spacing: 0;
}

quantity-input.quantity.cart-quantity .quantity__button {
  flex: 0 0 36px !important;
  width: 36px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.55);
  transition: color 0.15s ease;
}

quantity-input.quantity.cart-quantity .quantity__button:hover {
  color: rgba(0, 0, 0, 0.9);
  background: transparent !important;
}

quantity-input.quantity.cart-quantity .quantity__button .icon {
  width: 9px;
  height: 9px;
}

quantity-input.quantity.cart-quantity .quantity__input {
  flex: 0 0 34px !important;
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 100% !important;
  border: none !important;
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  text-align: center;
  font-size: 1.3rem;
  padding: 0 !important;
  background: transparent !important;
  -moz-appearance: textfield;
}

quantity-input.quantity.cart-quantity .quantity__input::-webkit-outer-spin-button,
quantity-input.quantity.cart-quantity .quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

quantity-input.quantity.cart-quantity .quantity__input:focus {
  outline: none !important;
  box-shadow: none !important;
}

quantity-input.quantity.cart-quantity:after {
    box-shadow: unset !important;
}

.cart-drawer .cart-item {
    gap: 1rem;
    grid-template-columns: 1fr 1.5fr 1fr !important;
}

.cart-drawer .cart-item__details {
    grid-column: 2 / 6;
}
.custom-first-rowgroup-body .cart-item__title .cart-item__name:hover {
    text-decoration: none;
}

cart-remove-button .icon-remove:hover {
    color: red;
}

#CartDrawer-CartItems {
  overflow-x: hidden !important;
  box-sizing: border-box;
}

.cart-upsell {
    width: 100%;
    max-width: 100%;
    padding: 24px 16px 18px;
    background: #fff;
    box-sizing: border-box;
    overflow-x: hidden;
}

.cart-upsell__heading {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.cart-upsell__heading span {
  flex: 1 1 auto;
  min-width: 0;
  height: 1px;
  background: #222;
}

.cart-upsell__heading h2 {
    flex: 0 0 auto;
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    white-space: nowrap;
    letter-spacing: 0;
}

.cart-upsell__products {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.cart-upsell__product {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 14px;
  background: #f7f7f7;
  box-sizing: border-box;
  overflow: hidden;
}

.cart-upsell__image {
    flex: 0 0 90px;
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    height: 90px;
    overflow: hidden;
    box-sizing: border-box;
}

.cart-upsell__image img {
    width: 100%;
    max-width: 90px;
    height: 90px;
    display: block;
    object-fit: cover;
}

.cart-upsell__details {
  flex: 1 1 auto;
  width: 0;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.cart-upsell__details h3 {
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0;
}

.cart-upsell__price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 7px;
  box-sizing: border-box;
}

.cart-upsell__compare-price {
  color: #666;
  font-size: 12px;
  text-decoration: line-through;
  white-space: nowrap;
  letter-spacing: 0;
}

.cart-upsell__sale-price {
    color: #111;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    letter-spacing: 0;
}

.cart-upsell__actions {
  display: flex;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.cart-upsell__variant {
    flex: 1 1 auto;
    width: 0;
    min-width: 0;
    max-width: 100%;
    height: 38px;
    padding: 0 8px;
    border: 1px solid #d8dde2;
    border-radius: 0;
    background: #fff;
    color: #111;
    font-size: 12px;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 4px;
}

.cart-upsell__variant:focus-visible {
    outline: unset !IMPORTANT;
    outline-offset: unset !IMPORTANT;
    box-shadow: unset !important;
}

.cart-upsell__add {
    flex: 0 0 70px;
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 5px;
    background: #d3b596;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
}

.cart-upsell__add:hover {
  opacity: 0.9;
}

.cart-upsell__add:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.custom-drawer-fut {
    padding: 22px!important;
    background: #f6f6f7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.custom-drawer-fut .cart-drawer__footer {
    display: none;
}
.custom-ocs {
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0;
    color: #121212;
}


.custom-cart-ctss .button {
    background-color: #d3b596!important;
    border-radius: 5px!important;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
}

.custom-cart-ctss .button:before {
    background: #d3b596;
}

.custom-cart-ctss .button:after {
    border-radius: 5px;
    box-shadow: unset !IMPORTANT;
}

@media screen and (max-width: 749px) {

  #CartDrawer-CartItems {
    overflow-x: hidden !important;
  }

  .cart-upsell {
    width: 100%;
    max-width: 100%;
    padding: 22px 14px 8px;
    overflow-x: hidden;
  }

  .cart-upsell__heading {
    gap: 14px;
    margin-bottom: 18px;
  }

  .cart-upsell__heading h2 {
    font-size: 16px;
  }

  .cart-upsell__product {
    width: 100%;
    max-width: 100%;
    gap: 12px;
    padding: 12px;
  }

 .cart-upsell__image {
    flex: 0 0 95px;
    width: 95px;
    min-width: 95px;
    max-width: 95px;
    height: 95px;
}

  .cart-upsell__details {
    width: 0;
    min-width: 0;
    max-width: 100%;
  }

  .cart-upsell__details h3 {
    font-size: 13px;
    line-height: 1.25;
  }

  .cart-upsell__price {
    gap: 6px 10px;
    margin-bottom: 3px;
  }

  .cart-upsell__compare-price {
    font-size: 12px;
  }

  .cart-upsell__sale-price {
    font-size: 14px;
  }

  .cart-upsell__actions {
    gap: 8px;
    width: 100%;
    max-width: 100%;
  }

  .cart-upsell__variant {
    flex: 1 1 auto;
    width: 0;
    min-width: 0;
    height: 35px;
    padding: 0 26px 0 10px;
    font-size: 12px;
  }

  .cart-upsell__add {
    flex: 0 0 68px;
    width: 68px;
    min-width: 68px;
    max-width: 68px;
    height: 35px;
    font-size: 13px;
}

}

@media screen and (max-width: 380px) {

  .cart-upsell {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cart-upsell__product {
    gap: 8px;
    padding: 10px;
  }

 .cart-upsell__image {
    flex: 0 0 75px;
    width: 75px;
    min-width: 75px;
    max-width: 75px;
    height: 75px;
}

  .cart-upsell__actions {
    gap: 6px;
  }

  .cart-upsell__variant {
    font-size: 12px;
    padding-left: 8px;
    padding-right: 20px;
  }

  .cart-upsell__add {
    flex: 0 0 65px;
    width: 65px;
    min-width: 65px;
    max-width: 65px;
    font-size: 12px;
  }
}


.custom-first-rowgroup-body .cart-item__title .cart-item__name {
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 500;
}

.custom-first-rowgroup-body .cart-item__details .custom-po{
  display: none;
}

.custom-first-rowgroup-body .cart-item__details .product-option{
    color: #979797;
    letter-spacing: 0;
    font-size: 13px;
}

.custom-congrats-strip {
    display: block !IMPORTANT;
}


.custom-drawer__inner {
    padding-inline: 0 !important;
    border: unset !important;
}

.custom-drawer-header {
    padding: 15px 20px !IMPORTANT;
}
.custom-drawer-header .drawer__heading {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: capitalize;
}
.custom-drawer-header .drawer__close {
    min-width: 15px;
    min-height: 15px;
    right: 20px;
    top: 12px;
    line-height: 1;
    background: #00000012;
    padding: 7px 10px;
    border-radius: 4px;
}

.custom-drawer-header .drawer__close .svg-wrapper {
    height: 1.2rem;
    width: 1.2rem;
}

thead.custom-first-rowgroup {
    display: none !IMPORTANT;
}

.custom-first-rowgroup-body .cart-item {
    padding: 20px;
    margin: 0!important;
    border: 1px solid #0000001a;
    row-gap: 0 !important;
}
 
.custom-first-rowgroup-body .cart-item td {
    padding: 0 !important;
}

.price-item--save-badge {
  display: inline-block;
  background-color: #d3b596;
  color: #000;
  font-weight: 600;
  font-size: 1.3rem;
  border-radius: 5px !important;
  padding: 0.3rem 0.8rem;
  border-radius: 3rem;
  margin-left: 0.8rem;
}
.form__label {
    text-transform: capitalize;
}

span.price-item.price-item--sale {
  line-height: 1.6;
  color: #d3b596;
  font-weight: 500;
}


.video-gallery-heading {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2rem;
}

.video-gallery-wrapper {
  position: relative;
}

.video-gallery-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 0.5rem;
}

.video-gallery-track::-webkit-scrollbar {
  display: none;
}

.video-gallery-item {
  flex: 0 0 auto;
  width: 150px;
  scroll-snap-align: start;
}
.video-gallery-progress-fill {
    display: block !important;
}
.video-gallery-link {
    position: relative;
    display: block;
    border-radius: .7rem;
    overflow: hidden;
    text-decoration: none;
    max-height: 266px;
    height: 266px;
    background: #f2f2f2;
}

.video-gallery-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-gallery-thumb--placeholder svg {
  width: 100%;
  height: 100%;
}

.video-gallery-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.video-gallery-link--uploaded {
  cursor: pointer;
}

.video-gallery-player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-gallery-video-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-gallery-caption {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.video-gallery-controls {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 1.6rem;
}

.video-gallery-progress-track {
  flex: 1;
  height: 2px;
  background: #e5e5e5;
  position: relative;
  border-radius: 2px;
}

.video-gallery-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #111;
  border-radius: 2px;
  transition: width 0.1s linear;
}

.video-gallery-arrows {
  display: flex;
  gap: 0.8rem;
  flex-shrink: 0;
}

.video-gallery-arrow {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 1px solid #d5d5d5;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #111;
  transition: background 0.15s ease;
}

.video-gallery-arrow:hover {
  background: #f5f5f5;
}

@media screen and (max-width: 749px) {
  .card-color-count {
    font-size: 12px;
}
  .video-gallery-item {
    width: 160px;
  }

  .video-gallery-heading {
    font-size: 2rem;
  }
ul.footer__payment-icons.h-stack.wrap.gap-2 {
    display: none !important;
}
.footer__copyright.caption {
    display: flex;
    align-items: center;
    justify-content: center !important;
}
}
.card-color-count {
  font-size: 14px;
}

.card__information {
  text-align-last: center;
}
.card__badge {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
}
.card__badge .badge--save {
  background-color: #d3b596;
  color: #000;
}
.card__badge.top.left span {
  border: none;
  font-weight: 800 !important;
  border-radius: 5px;
}
.sold-out {
  background: #bebdb9;
  font-weight: 500 !important;
}
.pwnew .header {
  padding-inline: 0;
}

.underline-links-hover:hover a {
  text-decoration: none !important;
}

.footer-block:first-child {
  width: 35%;
}
.footer-block:not(:first-child) {
  width: 10% !important;
}

.card--standard>.card__content .card__information {
  text-align: center;
}
h2.mobile-facets__heading.small-hide {
    font-size: 20px;
    font-weight: 600;
}
.card__information h3 {
  font-size: 16px;k
  font-weight: 700 !important;
}

.beware-info {
  background: #f9f0e5;
}

.info-text p {
  font-size: 11px;
  padding: 12px;
}span.atc-multiline__status {
    font-size: 12px;
    margin-top: 6px;
}span.atc-button-text {
    font-size: 16px;
    font-weight: 600;
}.custom-bulletpoints {
    background: #f9f0e5;
}.text-with-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0px 16px 0px 16px;
}
.text-with-icon span {
  color: black;
    font-size: 13px;
}
.richtext-inner h2 {
    font-weight: 600;
}span.badge.badge--save {
    border: none;
    font-weight: 800 !important;
    border-radius: 5px;
    background-color: #d3b596;
    color: #000;
}
.custom-pp-collapse-section__answer .metafield-rich_text_field h4 {
  font-family: inherit;
}


.custom-pp-collapse-section {
  margin-top: 25px;
  border-top: 1px solid #e8e8e8;
}


.custom-pp-collapse-section__header {
  margin-bottom: 15px;
}


.custom-pp-collapse-section__header h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  color: #121212;
  margin: 0;
}


.custom-pp-collapse-section__list {
  width: 100%;
}

.custom-pp-collapse-section__item {
  border-bottom: 1px solid #e8e8e8;
}


.custom-pp-collapse-section__question {
  width: 100%;

  background: transparent;
  border: 0;

  padding: 20px 0;

  display: flex;
  align-items: center;
  justify-content: space-between;

  text-align: left;

  cursor: pointer;

  font-family: inherit;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;

  color: #121212;

  appearance: none;
  -webkit-appearance: none;
}


.custom-pp-collapse-section__question > span:first-child {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;

  padding-right: 20px;
}

.custom-pp-collapse-section__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    color: #121212;
    transition: transform .3s ease;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #2727271a;
    flex-shrink: 0;
    place-items: center;
    transition: all .2s ease-in-out;
    display: grid;
}


.custom-pp-collapse-section__icon svg {
  display: block;

  width: 8px;
  height: 6px;

  flex-shrink: 0;
}

.custom-pp-collapse-section__question.active
.custom-pp-collapse-section__icon {
  transform: rotate(180deg);
}

.custom-pp-collapse-section__answer {
  max-height: 0;

  overflow: hidden;

  font-size: 14px !important;
  line-height: 1.7;

  color: #555;

  opacity: 0;

  transition:
    max-height 0.35s ease,
    opacity 0.25s ease;
}


.custom-pp-collapse-section__answer p {
  margin: 0 0 18px;

  font-size: 14px;
  line-height: 1.7;

  color: #555;
}


.custom-pp-collapse-section__answer p:last-child {
  margin-bottom: 18px;
}
.custom-pp-collapse-section__item.active
.custom-pp-collapse-section__answer {
  max-height: 400px;

  opacity: 1;

  font-size: 14px !important;
}
.custom-pp-collapse-section__answer h1,
.custom-pp-collapse-section__answer h2,
.custom-pp-collapse-section__answer h3,
.custom-pp-collapse-section__answer h4,
.custom-pp-collapse-section__answer h5,
.custom-pp-collapse-section__answer h6 {
  font-family: inherit;

  color: #121212;

  margin-top: 0;
}


.custom-pp-collapse-section__answer h4 {
  font-size: 14px;
  line-height: 1.5;
}


.custom-pp-collapse-section__answer ul,
.custom-pp-collapse-section__answer ol {
  margin-top: 0;
  margin-bottom: 18px;

  padding-left: 20px;
}


.custom-pp-collapse-section__answer li {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}


.custom-pp-collapse-section__answer a {
  color: inherit;
  text-decoration: underline;
}


@media screen and (max-width: 749px) {

  .custom-pp-collapse-section {
    margin-top: 20px;
  }


  .custom-pp-collapse-section__header {
    margin-bottom: 10px;
  }


  .custom-pp-collapse-section__header h3 {
    font-size: 18px;
  }


  .custom-pp-collapse-section__question {
    font-size: 12px;

    line-height: 1.4;

    padding: 16px 0;
  }


  .custom-pp-collapse-section__question > span:first-child {
    padding-right: 15px;
  }


  .custom-pp-collapse-section__icon {
    width: 14px;
    height: 14px;
  }


  .custom-pp-collapse-section__icon svg {
    width: 8px;
    height: 6px;
  }


  .custom-pp-collapse-section__answer {
    font-size: 14px !important;

    line-height: 1.7;
  }


  .custom-pp-collapse-section__answer p {
    font-size: 14px;

    line-height: 1.7;

    margin-bottom: 16px;
  }


  .custom-pp-collapse-section__answer li {
    font-size: 14px;
  }

}

h2.title.inline-richtext.h2 {
    font-size: 28px;
}

.price {
    display: flex;
    align-items: center;
    gap: 9px;
}
ul.footer__payment-icons.h-stack.wrap.gap-2 {
    display: flex;
    gap: 10px;
} 

.footer__payment-icons,
.footer__payment-icons li {
  list-style: none !important;
}

.footer__payment-icons li::marker {
  content: "" !important;
}

.footer__payment-icons {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.footer__copyright.caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-block__newsletter h2 {
    font-size: 20px !important;
}

.price {
    justify-content: center;
}