<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.woocommerce-checkout .fc-wrapper div.quantity label.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px) !important;
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
}

body.woocommerce-checkout .fc-wrapper .fc-cart-items-count {
  float: right;
  font-size: 15px;
  line-height: 1.2;
}

body.woocommerce-checkout .fc-wrapper div.quantity {
  float: none !important;
  position: relative !important;
  display: inline-block !important;
  margin: 0 !important;
  margin-top: 10px !important;
  padding: 0 !important;
  width: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
  height: 28px !important;
  border: solid 1px var(--fluidcheckout--border-color, var(--fluidcheckout--color--light-grey, #d8d8d8)) !important;
  border-radius: 5px !important;
  background-color: var(--fluidcheckout--cart-item--quantity-background-color, var(--fluidcheckout--color--white, #fff)) !important;
  text-align: center !important;
  line-height: 1 !important;
  overflow: visible;
}

body.woocommerce-checkout .fc-wrapper .cart_item--sold-individually div.quantity {
  background-color: var(--fluidcheckout--cart-item--quantity-background-color--disabled, var(--fluidcheckout--color--lighter-grey, #f3f3f3)) !important;
  line-height: 28px !important;
  font-size: 16px !important;
}

body.woocommerce-checkout .fc-wrapper div.quantity label.screen-reader-text {
  display: block !important;
}

body.woocommerce-checkout .fc-wrapper input.qty {
  z-index: 2;
  box-sizing: border-box !important;
  float: none !important;
  position: relative !important;
  top: -1px !important;
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  line-height: 28px !important;
  text-indent: 0 !important;
  text-align: center !important;
  -webkit-appearance: textfield !important;
  -moz-appearance: textfield !important;
  appearance: textfield !important;
  background-image: none !important;
}
@media (min-width: 1000px) {
  body.woocommerce-checkout .fc-wrapper input.qty {
    font-size: 13px !important;
  }
}

body.woocommerce-checkout.has-fc-cart-ajax .fc-wrapper input.qty {
  font-size: 16px !important;
}
@media (min-width: 1000px) {
  body.woocommerce-checkout.has-fc-cart-ajax .fc-wrapper input.qty {
    font-size: 13px !important;
  }
}

body.woocommerce-checkout .fc-wrapper input.qty::-webkit-outer-spin-button,
body.woocommerce-checkout .fc-wrapper input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  appearance: none !important;
}

body.woocommerce-checkout .fc-wrapper input.qty[readonly] {
  outline: none !important;
}

body .fc-wrapper .fc-number-spin-button {
  z-index: 1;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  width: 24px !important;
  min-width: 24px !important;
  height: 28px !important;
  min-height: 28px !important;
  line-height: 28px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  text-indent: -10000px !important;
  color: transparent !important;
  overflow: hidden !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

body .fc-wrapper input.qty[readonly] ~ .fc-number-spin-button:focus {
  outline: dotted 1px var(--fluidcheckout--color--dark-grey, #535156) !important;
  outline-offset: 1px !important;
}

body .fc-wrapper .fc-number-spin-button:after {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  text-indent: 0;
  color: var(--fluidcheckout--color--darker-grey, #1E212B);
  opacity: 0.5;
  transition: opacity 0.15s linear;
}

body .fc-wrapper .fc-number-spin-button:hover:after {
  opacity: 1;
}

body .fc-wrapper .fc-number-spin-button.fc-plus {
  position: absolute;
  top: 0;
  right: 0;
}

body .fc-wrapper .fc-number-spin-button.fc-plus:after {
  display: inline-block;
  font-family: "fluid-checkout-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "\e81b";
  width: 14px;
  height: 14px;
  font-size: 14px;
}

body .fc-wrapper .fc-number-spin-button.fc-minus {
  position: absolute;
  top: 0;
  left: 0;
}

body .fc-wrapper .fc-number-spin-button.fc-minus:after {
  display: inline-block;
  font-family: "fluid-checkout-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "\e818";
  width: 14px;
  height: 14px;
  font-size: 14px;
}

body .fc-wrapper div .quantity .plus,
body .fc-wrapper div .quantity .minus {
  display: none !important;
}

.fc-wrapper .cart-item__meta dl.variation {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--fluidcheckout--color--grey, #7b7575);
  font-size: 13px;
}

.fc-wrapper .cart-item__meta dl.variation dt {
  display: inline-block;
  width: 100%;
  font-weight: bold;
}

.fc-wrapper .cart-item__meta dl.variation dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.fc-wrapper .cart-item__meta dl.variation dd p {
  margin-bottom: 5px;
}

.fc-wrapper .cart_item .cart-item__notification-message {
  list-style: none;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 5px;
  padding: 2px 5px;
  border: solid 1px var(--fluidcheckout--color--grey, #7b7575);
  border-radius: 3px;
  background-color: transparent;
  font-size: 13px;
  color: var(--fluidcheckout--color--grey, #7b7575);
}

.fc-wrapper .cart_item .cart-item__notification-message--error {
  border-color: var(--fluidcheckout--color--error, #cc1818);
  color: var(--fluidcheckout--color--error, #cc1818);
}

.fc-wrapper .cart_item .cart-item__notification-message--alert {
  border-color: var(--fluidcheckout--color--alert, #c95000);
  color: var(--fluidcheckout--color--alert, #c95000);
}

.fc-wrapper .cart_item .cart-item__notification-message--success {
  border-color: var(--fluidcheckout--color--success, #007a3d);
  color: var(--fluidcheckout--color--success, #007a3d);
}

.fc-wrapper .fc-cart-item-actions &gt; a:not(.button),
.fc-wrapper .fc-cart-item-actions &gt; div &gt; a,
.fc-wrapper .fc-cart-item-actions &gt; p &gt; a {
  display: inline;
  margin-right: 10px !important;
  width: auto !important;
  font-size: 13px !important;
  font-weight: normal !important;
  font-style: normal !important;
}

.fc-wrapper .fc-cart-item-actions .fc-cart-item-actions__buttons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
  width: 100%;
}
@media (min-width: 750px) {
  .fc-wrapper .fc-cart-item-actions .fc-cart-item-actions__buttons {
    align-items: center;
    flex-direction: row;
  }
}

.fc-wrapper .fc-cart-item-actions .button {
  width: 100%;
  text-align: center;
}
@media (min-width: 750px) {
  .fc-wrapper .fc-cart-item-actions .button {
    width: auto;
  }
}
.fc-wrapper .fc-cart-item-actions .button:focus {
  outline: solid 2px var(--fluidcheckout--color--dark-grey, #535156) !important;
  outline-offset: 2px !important;
}

.fc-wrapper .cart-item a.remove {
  position: static !important;
  display: inline !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--fluidcheckout--color--grey, #7b7575) !important;
  background: none !important;
  background-color: transparent !important;
  font-size: 13px !important;
  font-weight: normal !important;
  opacity: 1 !important;
  text-indent: 0 !important;
  pointer-events: all !important;
}
.fc-wrapper .cart-item a.remove:hover, .fc-wrapper .cart-item a.remove:active, .fc-wrapper .cart-item a.remove:focus {
  color: var(--fluidcheckout--color--error, #cc1818) !important;
  background: none !important;
  background-color: transparent !important;
  opacity: 1 !important;
}
.fc-wrapper .cart-item a.remove:focus {
  outline: dotted 1px var(--fluidcheckout--color--dark-grey, #535156) !important;
  outline-offset: 1px !important;
}

.fc-wrapper .cart-item a.remove::before,
.fc-wrapper .cart-item a.remove::after {
  display: none !important;
}

.fc-wrapper .cart-item .product-total a.remove {
  display: inline-block !important;
  width: 100% !important;
  text-align: right !important;
}

.fc-wrapper .cart-item .quantity + a.remove {
  margin-left: 10px !important;
}

.fc-wrapper .cart_item.removing,
.fc-wrapper .cart_item.removed {
  position: relative;
  background-color: var(--fluidcheckout--color--lighter-grey, #f3f3f3) !important;
}

.fc-wrapper .cart_item.removed:not(.undo) &gt; td {
  opacity: 0 !important;
}

.fc-wrapper .cart_item.removed.undo &gt; td {
  position: relative;
  display: table-cell;
  text-align: left !important;
}

.fc-wrapper .cart_item.removed.undo &gt; td:before {
  content: none !important;
}

body.has-cart-item-restore-dismiss .fc-wrapper .cart_item.removed.undo &gt; td,
body.has-cart-item-restore-dismiss .fc-wrapper #order_review .cart_item.removed.undo &gt; td {
  padding-right: 80px !important;
}

.fc-wrapper .cart_item .restore-item:focus {
  outline: dotted 1px var(--fluidcheckout--color--dark-grey, #535156) !important;
  outline-offset: 1px !important;
}

body.has-cart-item-restore-dismiss .fc-wrapper .cart_item .restore-item-dismiss {
  position: absolute;
  top: 10px;
  right: 20px;
}

.fc-wrapper .cart_item .restore-item-dismiss:focus {
  outline: dotted 1px var(--fluidcheckout--color--dark-grey, #535156) !important;
  outline-offset: 1px !important;
}</pre></body></html>