/** Shopify CDN: Minification failed

Line 134:42 Unexpected "{"
Line 168: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;
}
@media screen and (min-width: 768px) {
  .footer-brand-me-logo {
    right: 60px;
  }
}
.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%); }
}
.shoppable-video-container h2.section-header-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 30px;
}
.shoppable-video-container .ugc-slide-wrapper .video-card-wrapper .video-wrapper {
  padding-bottom: 100% !important;
}
.shoppable-video-container .ugc-slide-wrapper .video-card-wrapper .video-wrapper img,
.shoppable-video-container .ugc-slide-wrapper .video-card-wrapper .video-wrapper video {
  border-radius: 12px;
}
.shoppable-video-container .ugc-slide-wrapper .video-card-wrapper .content-wrapper {
  flex-direction: column;
  gap: 10px;
  padding: 15px 0 0;
}
.shoppable-video-container .ugc-slide-wrapper .video-card-wrapper .img-wrapper {
  width: 60px;
  height: 60px;
  margin-top: -45px;
  margin-right: 0;
}
.shoppable-video-container .ugc-slide-wrapper .video-card-wrapper .img-wrapper img {
  background: transparent;
  border-radius: 4px;
  width: 60px;
  height: 60px;
}
.shoppable-video-container .ugc-slide-wrapper {
  margin: 0 auto;
}
.shoppable-video-container .ugc-slide-wrapper .video-card-wrapper .content-wrapper .content {
  flex: 1;
  width: 100%;
  justify-content: center;
  text-align: center;
}
.shoppable-video-container .ugc-wrapper .p-title {
  color: #222;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
}
.shoppable-video-container .ugc-wrapper .p-price {
  justify-content: center;
  font-size: 14px;
  margin-top: 4px;
}
.shoppable-video-container .ugc-slide-wrapper .video-card-wrapper {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.shoppable-video-container .ugc-wrapper .p-price .main-price {
  color: #ec0101;
  font-size: 13px;
  font-weight: 400;
}
.shoppable-video-container .ugc-wrapper .compare_at_price_mrp {
  color: #696969;
  font-size: 13px;
  font-weight: 400;
}
.shoppable-video-container .ugc-wrapper .p-price .compare_at_price {
  color: #696969;
  font-size: 13px;
  font-weight: 400;
  margin-right: 10px;
}
.shoppable-video-container .ugc-wrapper .p-price .sale-off {
  color: #ffb100;
  width: auto;
  font-size: 13px;
  font-weight: 400;
}
.shoppable-video-container .ugc-wrapper .ugc-pop-slide-wrapper .content-body .box-card {
  background: var(--mb-secondary-btn-bg);
  color: #222;
}
.shoppable-video-container .ugc-wrapper .ugc-pop-slide-wrapper .content-body .box-card ul:empty {
  display: none;
}
.shoppable-video-container .ugc-wrapper .ugc-pop-slide-wrapper .desc-data h5 {
  font-size: 12px;
}
.shoppable-video-container .ugc-wrapper .qnt-picker-index .qnt-wrapper .qnt-btn {
  padding: 0;
  line-height: 1;
}
.shoppable-video-container .ugc-wrapper .qnt-picker-index .qnt-wrapper .qnt-btn svg {
  vertical-align: middle;
}
.shoppable-video-container .ugc-wrapper .ugc-pop-slider {
  z-index: 999;
}
.shoppable-video-container .ugc-wrapper .ugc-pop-slide-wrapper .btn {
  background: #ffb100;
  border-color: #ffb100;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 20px;
}
.shoppable-video-container .ugc-wrapper .ugc-pop-slide-wrapper .content-footer .atc-btn:hover {
  background: #ff4e00;
  border-color: #ff4e00;
}
.shoppable-video-container .ugc-wrapper .ugc-pop-slide-wrapper .btn[data-cart] {
  border-radius: 4px;
  background: #ffb100;
  color: #fff;
  min-width: 52px;
}
.shoppable-video-container .ugc-wrapper .ugc-pop-slide-wrapper .btn[data-cart]:hover {
  background: #ff4e00;
}
.shoppable-video-container .ugc-wrapper .ugc-pop-slide-wrapper .p-title {
  color: #222222;
  font-weight: 500;
  font-size: 14px;
}
.shoppable-video-container .ugc-wrapper .ugc-pop-slide-wrapper .p-price {
  align-items: baseline;
}
.shoppable-video-container .ugc-wrapper .ugc-pop-slide-wrapper .p-img {
  width: 60px;
  height: 60px;
}
.shoppable-video-container .ugc-wrapper .ugc-pop-slide-wrapper img,
.shoppable-video-container .ugc-wrapper .ugc-pop-slide-wrapper video,
.shoppable-video-container .ugc-wrapper .ugc-pop-slide-wrapper.swiper-slide-active .ugc-pop-slide-item>* {
  background: #fff;
}
.shoppable-video-container .ugc-wrapper .ugc-pop-slide-wrapper.swiper-slide-active .content-wrapper {
  border-left: 1px solid #eee;
}
.shoppable-video-container .ugc-wrapper .ugc-pop-slide-wrapper .content-header,
.shoppable-video-container .ugc-wrapper .ugc-pop-slide-wrapper .content-body>* {
  border-color: #eee;
}
.shoppable-video-container .ugc-wrapper .ugc-pop-slide-wrapper .content-body>* {
  color: #222;
}
.t4s-lock-scroll.is--opend-drawer div#t4s-mini_cart[aria-hidden=false] {
  z-index: 9999;
}
.t4s-lock-scroll.is--opend-drawer .t4s-close-overlay.is--visible {
  /* z-index: 9999; */
}
.t4s-drawer .cart-coupon-section {
  background: #f5f5f5;
}
.cart-coupon-section .cart-coupon-input,
.cart-offers-popup .cart-offers-popup__coupon-input {
  color: #222;
  line-height: 1;
  padding: 0;
}
.cart-coupon-section .cart-coupon-input::placeholder,
.cart-offers-popup .cart-offers-popup__coupon-input::placeholder {
  color: #878787 !important;
}
.cart-coupon-section .cart-view-all-offers {
  color: #222;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}
.cart-coupon-section .cart-view-all-offers:hover {
  color: #56cfe1;
  text-decoration: none;
}
.cart-coupon-section .cart-coupon-input-wrapper,
.cart-offers-popup .cart-offers-popup__coupon-input-wrapper {
  padding: 7px 10px;
  min-height: 40px;
}
.cart-coupon-section .cart-coupon-apply-btn,
.cart-offers-popup .cart-offers-popup__coupon-apply-btn {
  color: #222;
  padding: 5px 12px;
  line-height: 1;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.cart-coupon-section .cart-coupon-apply-btn:hover,
.cart-offers-popup .cart-offers-popup__coupon-apply-btn:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}
.cart-offers-popup .cart-applied-coupon__remove,
.cart-coupon-section .cart-applied-coupon__remove {
  background: transparent;
  color: #222;
  line-height: 1;
  padding: 0;
}
.cart-offers-popup .cart-applied-coupon__left,
.cart-coupon-section .cart-applied-coupon__left {
  line-height: 1.167;
}
.cart-offers-popup .cart-applied-coupon,
.cart-coupon-section .cart-applied-coupon {
  background: #fff;
}
.t4s-section-main-product .t4s-product-form__variants .bundle-picker .bundle-option {
    width: 100%;
    max-width: 132px;
    flex: 0 0 calc(33.33% - 7px);
    border-width: 1px;
    border-radius: 10px;
    padding: 5px;
    display: inline-block;
}
.t4s-section-main-product .t4s-product-form__variants .bundle-picker .bundle-option.active {
    border-color: #ffb100;
}
.t4s-section-main-product .t4s-product-form__variants .bundle-picker .bundle-option img {
    width: 100%;
    margin: 0 0 12px;
    aspect-ratio: 1;
}
.t4s-section-main-product .t4s-product-form__variants .bundle-picker {
    gap: 10px;
}
.t4s-section-main-product .t4s-product-form__variants .bundle-picker .bundle-title {
    color: #080707;
    font-size: 16px;
    margin-bottom: 4px;
    display: block;
    line-height: 18px;
}
.t4s-section-main-product .t4s-product-form__variants .bundle-picker .bundle-prices {
    line-height: 18px;
    font-weight: 400;
    font-size: 14px;
}
.t4s-section-main-product .t4s-product-form__variants .bundle-picker .bundle-final {
    color: #ec0101;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
@media (min-width: 768px) {
  .shoppable-video-container .ugc-wrapper .ugc-pop-slide-wrapper .action-wrapper .volume-handle {
    color: #fff;
  }
}
@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;
}
}
@media (max-width: 767px) {
  .shoppable-video-container h2.section-header-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
  }
  .shoppable-video-container .ugc-wrapper .ugc-pop-slide-wrapper .action-wrapper {
    background: linear-gradient(rgb(255 255 255 / 0%) 0%, rgb(255 255 255) 20%);
  }
}