/* :root {
    --tee-primary-color: #25d366;
    --tee-primary-lighten-color: #25d366;
    --tee-primary-darken-color: #B18C74;
    --tee-buynow-button-color: inherit;
    --tee-buynow-button-text-color: inherit;
    --tee-buynow-button-hover-color: inherit;
    --tee-buynow-button-hover-text-color: inherit;
    --tee-success-message-color: #25d366;
    --tee-variant-active-color: #25d366;
    --tee-form-header-bg-color: #e8e8e8;
    --tee-form-header-color: inherit;
    --tee-form-bg-color: #f8f8f8;
    --tee-font-size-scale: 1;
    --tee-active-color: #25d366;
    --tee-additional-charge-bg-color: #fcf2ce;
    --tee-atc-bg-color: #B18C74;
    --tee-atc-border-radius: 6px;
    --tee-atc-text-color: #ffffff;
    --tee-atc-text-hover-color: #ffffff;
    --tee-preview-button-text-color: #25d366;
    --tee-preview-button-text-hover-color: #ffffff;
    --tee-error-message-color: #ea4335;
    --tee-invalid-field-message-color: #ea4335;
}
cart-drawer .cart__product-details,
#main-cart .cart__product-details {
    display: none !important;
}
cart-drawer .cart__information--bottom,
#main-cart .cart__information--bottom {
    align-items: center;
}

cart-drawer .cart__image-box,
#main-cart .cart__image-box {
    background-color: #fff;
}

cart-drawer .tee-cart-thumbnail,
#main-cart .tee-cart-thumbnail {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.tee-slider .tee-slider__iner {
    border: 1px solid #ccc;
}

.tee-slider .tee-slide, 
.tee-slider .tee-slider__inner,
.tee-mockup-item .tee-mockup-image, 
.tee-mockup-item .tee-printarea-wrapper--image>img {
    border-radius: 15px;
}
.tee-switch .tee-switch__label {
  display: none !important;
}
.teeinblue-enabled .product-header__info .product__tax{
  display: none !important;
}

.tee-form-action.tee-form-atc-wrapper{
  display: block 
}
#teeAtcButton{
  margin-top: 12px;
  width: 100% ;
}
.tee-form-atc-wrapper .tee-quantity{
  margin-right: 0 !important
}
@media (max-width: 768px) { 
  .tee-form-action.tee-form-atc-wrapper{
    justify-content: center;
    gap: 12px;
  }
  #teeAtcButton {
    width: 100% ;
    padding: 1.8em 0 !important;
    margin-bottom: 15px !important;
  }
  .tee-block.tee-product-price,
  .tee-clipart-row{
  justify-content: center !important;
}
}

.price-item--sale__save-tag{
  background: #25d366 !important
}

.tee-btn--atc {
  flex: 1 1 auto;
  background-color: var(--tee-atc-bg-color);
}

.reviews-container {
  margin-bottom: 15px !important;
}

@media (max-width: 768px) {
  .tee-form-header__title {
    font-size: 14px !important;
   
  }
}

.tee-form-header__title {
 text-transform: none !important;
} */

@media only screen and (min-width: 1000px) {
  .teeinblue-enabled #tee-artwork-form {
    min-width: 365px;
  }
  .teeinblue-enabled .product-header__info + div {
    max-width: 365px;
  }
}

.teeinblue-enabled:not(.teeinblue-platform-product-enabled) {
  .product-form__controls-group:has(> variant-selects),
  .product-header__info {
    display: none !important;
  }
}

.cart__product-details .product-details__item--variant-option {
  display: none !important
}