/** Shopify CDN: Minification failed

Line 138:1 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
#shopify-section-template--29652311507331__177572821973bb233e .app-block-wrapper,
#shopify-section-template--29652311507331__177572821973bb233e > div,
#shopify-section-template--29652311507331__177572821973bb233e iframe {
  max-width: 850px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


#shopify-section-template--29652311507331__featured_collection_PPcdFt .button,
#shopify-section-template--29652311507331__featured_collection_PPcdFt a.button {
  color: #888888 !important;
  border-color: #888888 !important;
}

/* Style for view all/view more links in featured collection and blog sections */
#shopify-section-template--29652311507331__featured_collection_PPcdFt .section-header a,
#shopify-section-template--29652311507331__blog_post_manual_hKBpP9 .section-header a {
  color: #888888 !important;
  font-style: italic !important;
}

.t4s-viewall-btn,
.t4s-viewall-btn span {
  color: #999999 !important;
  font-style: italic !important;
}

/* Reduce gap between product items in featured collection */
#shopify-section-template--29652311507331__featured_collection_PPcdFt .t4s-col-item {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

#shopify-section-template--29652311802243__17777283378aef0d1e .app-block-wrapper,
#shopify-section-template--29652311802243__17777283378aef0d1e > div,
#shopify-section-template--29652311802243__17777283378aef0d1e iframe {
  max-width: 850px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


.shopify-policy__container {
  max-width: 1000px !important;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.t4s-cart-total strong,
.t4s-cart-total .t4s-text-right {
  font-size: 13px !important;
  font-weight: 400 !important;
}

.t4s-quantity-wrapper.t4s-quantity-cart-item {
  display: none !important;
}

#t4s-mini_cart .t4s-drawer__bottom {
  border-top: 1px solid rgba(0,0,0,0.08) !important;
  box-shadow: none !important;
}
#t4s-mini_cart .t4s-mini_cart__item {
  border-bottom: 1px solid rgba(0,0,0,0.08) !important;
}

#t4s-mini_cart .t4s-mini_cart__item:last-child {
  border-bottom: none !important;
}

#t4s-mini_cart .t4s-drawer__header {
  border-bottom: none !important;
}

@media (max-width: 768px) {
  .t4s-drawer__content .t4s-prada-facet {
    min-width: 100% !important;
  }
@media (max-width: 768px) {
  #t4s-mini_cart .shopify-payment-button__button {
    height: 44px !important;
    min-height: 44px !important;
  }
}

@media (max-width: 768px) {
  #t4s-mini_cart .t4s-mini_cart__items {
    height: auto !important;
    min-height: 120px !important;
    flex: 1 1 auto !important;
    overflow-y: auto !important;
  }
  
  #t4s-mini_cart .t4s-drawer__wrap {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
  }
  
  #t4s-mini_cart .t4s-drawer__bottom {
    flex-shrink: 0 !important;
  }
}

@media (max-width: 768px) {
  #t4s-mini_cart .additional-checkout-buttons > div:not(:first-child) {
    display: none !important;
  }
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}