/** Shopify CDN: Minification failed

Line 21:6 Expected identifier but found whitespace
Line 21:14 Unexpected ";"
Line 44:23 Expected identifier but found whitespace

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.t4s-product-badge .t4s-badge-item {
border-radius: 2px !important;
}
.strong_the4 {
color: #222 !important;
font-weight: 500 !important;
text-decoration-line: underline;
}
.t4s-product .t4s-product-price ins 
color: #ff4e00;
}
.t4s-btn-base {
  border-radius: 0px !important;
}
.t4s-btn-size-medium.t4s-btn-icon-false.t4s-btn-color-primary.t4s-btn-effect-fade {
  padding: 22px 50px;
  text-transform: uppercase;
}
.t4s-shipping .t4s-shipping-des p {
    color: #696969 !important;
}
a.is--href-replaced {
    font-size: 16px;
}
del {
    font-size: 15px;
}
.t4s-mini_cart__meta .t4s-cart_price ins {
    color: var(--product-price-sale-color);
    margin-inline-start: 0px;
    display: inline-block;
}
button.t4s-modal-close: {
    background-color: #000000;
}
svg.t4s-modal-icon-close {
color: white;
}
.t4s-footer-linklist > li:not(:last-child) {
  padding-right: 10px;
}
.bl-47f5eb4c-1063-495d-bfc4-a54c62d219aa .t4s-footer-linklist li a {
  font-weight: 500;
font-size: 15px;
}
.rtl_true .t4s-footer-linklist > li:not(:last-child) {
     padding-right: 0px;
}
.t4s-product-title a{
font-size: 14px;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  .t4s-prs-footer {
  margin-top: 60px;
}
#shopify-section-template--24628098728217__17488274880e1937b1 .t4s-container {
    max-width: 100% !important;
}
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  p#b_164602873867eb3815-1 {
    padding-bottom: 10px;
}
p#b_164602873867eb3815-2 {
    padding-bottom: 10px;
}
}

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

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  h3.t4s-col-heading.t4s-fnt-fm-inherit {
  font-size: 16px !important;
}
.t4s-prs-footer {
  margin-top: 0px;
}
.t4s-hidden-mobile-false.t4s-br-mb-false.t4s-text-shadow-false {
    font-size: 14px !important;
}
p#b_164602873867eb3815-2 {
    font-size: 29px !important;
}
.t4s-product-wrapper.t4s-pr.t4s-oh .t4s-product-btns span.t4s-text-pr {
    display: flex !important
;
    font-size: 11px !important;
}
}