/** Shopify CDN: Minification failed

Line 138:0 Unexpected "}"

**/
.tfal_lksmain {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 30px;
}

.tfal_lksmain a img {
  display: block;
  max-width: 100%;
  height: auto;
}

.tfal_p1{
  margin-top: -2px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;  
}

.header-wrapper{
  padding-top: 10px;
}

.ship-log-btn {
    background-color: #09302b;
}

.pfplp_title{
  margin-bottom: 0;
    color: #004938;
}


/** Start Mobile **/
@media (max-width: 479px) {
  .promotion-iconlist .align-center .col-icon img{
    height: 38px;
    min-height: 38px;
    margin-bottom: 5px;
  }

  .footer-custom-applinks{
    margin-top: 30px;
  }
  
  .tfal_p1{
    font-size: 16px;
    margin-top: 0px;
  }

  .tfal_lksmain{
    margin-bottom: 0px;
  }
  .footer__blocks-wrapper .footer-block--menu {
        width: 100% !important;
  }
}
/** End Mobile **/

/** Start Mobile To Small Tablet **/
@media (min-width: 480px) and (max-width: 767px) {

  .footer__blocks-wrapper .footer-block--menu {
        width: 100% !important;
  }

} 

/** Start Tablet **/
@media (min-width: 768px) and (max-width: 1024px) {

}

/** Start Large Desktop **/
@media (min-width: 1281px) {

}
/** End Large Desktop **/

.tivcrp-block {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    width: 48%;
    float: left;
    margin: 10px 10px 10px 10px;
    flex-wrap: nowrap;
}

.tivcrp-image {
  flex: 0 0 80px;
}

.tivcrp-image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
}

.tivcrp-text {
  flex: 1;
}

.tivcrp-text h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.tivcrp-text p {
  margin: 4px 0 0 0;
    font-size: 15px;
    color: #333;
    line-height: 18px;
}

/* Optional: ensure text remains aligned on small screens */
@media (max-width: 480px) {
  .tivcrp-block{
    width: 100%;
    margin: 15px 0 15px 0;
  }

  .tivcrp-text h3 {
    font-size: 18px;
  }

  font-size: 12px;
        line-height: 18px;
  }
}
