/** Shopify CDN: Minification failed

Line 129:42 Unexpected "{"
Line 163:1 Expected identifier but found "."

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
h1.t4s-section-title {
  text-align:center;
  margin-bottom: 15px;
}
/*---------------- Global Custom CSS -------------------*/


/*---------------- 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){
  
}



.brand_custom .mensa-logo-wapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  color: #fff;
  margin-left: 10px;
  gap: 2px;
  margin-right: 10px;
  margin-top: 0;
}
.brand_custom .footer__logo .name_brand:has(.mensa-logo-wapper){
 position: relative;

}
.brand_custom .footer__logo .name_brand:has(.mensa-logo-wapper)> span{
  margin-left: 10px;
}
  .brand_custom .mensa-logo-wapper .img-mensa-brand {
    display: flex;
        align-items: center;
        padding: 3px 0;
        height: 30px;
}
.brand_custom .mensa-logo-wapper .tlt-by, .brand_custom .mensa-logo-wapper .tlt-by i{
  font-size: 12px;
  font-weight: 600;
}
.footer-brand-me-logo {
    position: relative;
    display: inline-block;
    margin-bottom:15px;
}
.footer-brand-me-logo .mensa-logo-wapper {
    color: #000;
}
.brand_custom .mensa-logo-wapper {
  justify-content: center;
  position: absolute;
  right: 0;
  width: max-content;
  margin-right: 0;
  margin-top: -3px;
  top: 100%;
}
.brand_custom .footer__logo{
  position: relative;
}
.brand_custom .mensa-logo-wapper .mensa-img{
  position: static;
  padding: 0;
  max-width: 30px;
  width: 100%;
  transform: none;
  border: 0;
  border-radius: 0;
}

.brand-me-wrapper .brand-me-item{
  display: inline-flex;
  gap: 40px;
  align-items: center;
}
.brand-me-wrapper {
  background: #000;
}
.brand-me-wrapper .brand-me-item .mensa-logo-wapper {
  position: static;
}


.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 20s linear infinite;
  padding: 5px 0;
}

.brand-me-wrapper {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 35px;
  overflow: hidden;
}
.brand-me-wrapper .track {
    height: inherit;
}

.brand_custom .mensa-logo-wapper .tlt-by, {
    font-size: 12px;
    font-weight: 600;
}
.brand-me-wrapper .brand-me-item .mensa-logo-wapper  i {
    font-size: 12px;
    margin: 0;
}
.brand-me-wrapper {
    margin-top: -75px;
}
.footer-brand-me-logo .mensa-logo-wapper {
    right: -10px;
    bottom: 3px;
    height: 10px;
}
.t4s-drawer .quick-cart__item.offer-product{
  padding:20px;
}
.t4s-drawer .quick-cart__item.offer-product .t4s-mini_cart__title {
    font-weight: 400;
}
.t4s-drawer .quick-cart__form-item-properties p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 3px 0;
    padding: 2px 0;
    font-size: 12px;
}
.quick-cart__item.offer-product dl.unit-price {
    display: none;
}
..t4s-drawer #t4s-mini_cart .t4s-drawer__bottom {
    width: 100%;
}
.t4s-drawer div#shopify-section-mini_cart {
    flex: 1;
    width: 100%;
    display: flex;
    position: relative;
      flex-direction: column;
}
.t4s-drawer .quick-cart__item.offer-product .quick-cart__item-error {
    color: red;
    font-size: 12px;
    display: none;
}
.t4s-drawer .quick-cart__item.offer-product .quick-cart__item-price.sale-price {
    color: var(--product-price-sale-color);
    margin-left: 6px;
    display: inline-block;
}
.t4s-drawer .quick-cart__item.offer-product .image__inner,
.t4s-drawer .quick-cart__item.offer-product .image__inner img{
      width: 100%;
    height: 100%;
}
.t4s-drawer .quick-cart__item.offer-product s.quick-cart__item-price {
    color: var(--product-price-color);
    display: none;
}
.t4s-footer .brand_custom .brand-me-wrapper {
    margin-top: 0;
}
.t4s-drawer .quick-cart__form-item-properties p .bold-head {
    font-weight: 600;
}
.t4s-drawer .quick-cart__item-discounts .quick-cart__item-discount,
.t4s-drawer .t4s-cart_discount_price .t4s-order-discount__item{
    display: flex;
    gap: 5px;
    font-size:12px;
}
.t4s-drawer .quick-cart__item-discounts,
.t4s-drawer .t4s-cart_discount_price{
  padding:0;
}
.t4s-main-cart .drawer-input-wrapper .quantity-input {
    min-width: 120px;
    width: 120px;
    height: 40px;
    border: 1px solid var(--secondary-color);
    text-align: center;
    border-radius: var(--btn-radius);
    display: block;
    position: relative;
    margin: 0 auto;
}
.t4s-main-cart  .quantity-input__button.product__quantity-subtract-item.sub-qty-offer.main-btn {
    position: absolute;
    display: block;
    padding: 0;
    top: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: 0 0;
    color: var(--secondary-color);
    left: 0;
    text-align: left;
    padding-left: 15px;
}
.t4s-main-cart .drawer-input-wrapper .quantity-input .product__quantity-subtract-item.sub-qty-offer,
.t4s-main-cart .drawer-input-wrapper .quantity-input__button.product__quantity-add-item {
    position: absolute;
    display: block;
    padding: 0;
    top: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: 0 0;
    color: var(--secondary-color);
    left: 0;
    text-align: left;
    padding-left: 15px;
}
.t4s-main-cart .quick-cart__form-item-properties p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 3px 0;
    padding: 2px 0;
    font-size: 12px;
}
.t4s-main-cart .quantity-input__button.product__quantity-subtract-item.sub-qty-offer.main-btn svg.icon-remove {
    width: 12px;
    height: 12px;
    stroke-width: 2;
}
.t4s-main-cart .drawer-input-wrapper .quantity-input__button.product__quantity-add-item {
    right: 0;
    text-align: right;
    padding:0;
    padding-right: 15px;
    left: unset;
}
.t4s-main-cart .drawer-input-wrapper .quantity-input__button.product__quantity-add-item svg {
    width: 12px;
    height: 12px;
    stroke-width: 2;
}
.t4s-main-cart span.quick-cart__item-price.sale-price {
    color: var(--secondary-color);
    font-weight: 600;
}

.t4s-main-cart .t4s-cart_meta_prices span.quick-cart__item-price.sale-price {
    color: var(--product-price-sale-color);
    font-weight: 400;
}

.t4s-main-cart .drawer-input-wrapper input#Quantity-Input {   
     width: 35px;
    border: 0;
    height: 38px;
    background: 0 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    color: var(--secondary-color);
    text-align: center;
}
.t4s-drawer .quick-cart__item-discounts .quick-cart__item-discount, .t4s-drawer .t4s-cart_discount_price .t4s-order-discount__item{
  align-items: center;
}
.t4s-drawer .quick-cart__item-discounts .quick-cart__item-discount svg, .t4s-drawer .t4s-cart_discount_price .t4s-order-discount__item svg {
width: 20px;
height: 20px;
}

.t4s-drawer .quick-cart__item-discounts .quick-cart__item-discount, .t4s-drawer .t4s-cart_discount_price .t4s-order-discount__item{
  align-items: center;
}
.t4s-drawer .quick-cart__item-discounts .quick-cart__item-discount svg, .t4s-drawer .t4s-cart_discount_price .t4s-order-discount__item svg {
  width: 20px;
  height: 20px;
}

.t4s-drawer .offer-product .t4s-mini_cart__actions .offer-remove {
  background: transparent;
  padding: 0;
}
.t4s-drawer .offer-product .t4s-mini_cart__actions .offer-remove {
  background: transparent;

}
.t4s-drawer .offer-product .t4s-mini_cart__actions .t4s-quantity-cart-item .offer-remove {
  padding-left: 15px;
}
.t4s-drawer .offer-product .t4s-mini_cart__actions .t4s-quantity-cart-item+.offer-remove svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.5;
}
.t4s-drawer .quick-cart__item.offer-product .t4s-mini_cart__title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.t4s-main-cart .drawer-input-wrapper input#Quantity-Input::-webkit-outer-spin-button,
.t4s-main-cart .drawer-input-wrapper input#Quantity-Input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.t4s-main-cart .drawer-input-wrapper input#Quantity-Input[type=number] {
  -moz-appearance: textfield;
}
.t4s-main-cart .unit-price__price {
  display: none;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-42%); }
}
@media (max-width:767px){
.brand-me-wrapper {
  margin-bottom: 0;
  margin-top: 0px;
}

}
@media (max-width: 767px) {
.brand_custom .mensa-logo-wapper {
  justify-content: center;
}

}
@media (max-width:1280px) and (min-width:960px){
  .brand_custom .footer__logo:has(.mensa-logo-wapper) > a> img{
    width: 45px;
    height: 45px;
  }
  .brand_custom .footer__logo .name_brand:has(.mensa-logo-wapper)>span{
    font-size: 14px;
  }
}

@media (min-width:1025px){
    
   .shopify-section-header-sticky .t4s-header__wrapper .mensa-logo-wapper {
    padding-left: 100px;
}
}