/** Shopify CDN: Minification failed

Line 9:0 Unexpected "{"
Line 9:1 Expected identifier but found "%"
Line 242:0 Unexpected "{"
Line 242:1 Expected identifier but found "%"

**/
{% stylesheet %}
#tcd-marquee-slider .marquee-item { display:inline-block; transition: all 0.3s ease; }
#tcd-marquee-slider .marquee-item-link { text-decoration:none; }
#tcd-marquee-slider .marquee-wrapper .marquee-content { display:flex; white-space:nowrap; will-change: transform; }

.unit-price {
    display: none !important;
}

/* dynamic-marketing */

.dynamic-marketing {
  display: flex;
  gap: 80px;
  align-items: center;
  padding-right: 152px;
}
.dynamic-marketing .left-column img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.dynamic-marketing h2 {
  margin: 15px 0;
  font-size: 48px;
  line-height: 58px;
  color: #050F0A;
  font-weight: 400;
}
.dynamic-marketing p {
  font-size: 14px;
  color: #757575;
}

.dynamic-marketing .right-column .read-more-btn {
  margin-bottom: 50px;
}

.dynamic-marketing .feature-grid .read-more-btn {
  margin-bottom: 0;
}

.dynamic-marketing button.read-more-btn {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    font-weight: bold;
}

.feature-grid p {
  margin: 0;
  color: #757575;
}

.feature-block h4 {
  font-size: 14px;
  color: #050F0A;
  font-weight: 400;
}
.feature-block {
  border: 1px solid #D4D4D4;
  padding: 20px;
}
.dynamic-marketing .left-column {
  flex: 1 1 60%;
}

.miflex-title {
  text-transform: uppercase;
  font-size: 14px;
  color: #050f0a;
  font-weight: 400;
  margin-bottom: 0;
}

.dynamic-marketing .right-column {
  flex: 1 1 40%;
}
.dynamic-marketing .feature-grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  margin-bottom: 50px;
}
.dynamic-marketing .feature-block img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-bottom: 20px;
}
.dynamic-marketing .cta-button {
  display: inline-block;
  padding: 12px 25px;
  background-color: #3E4095;
  color: #FFF8F8;
  text-decoration: none;
  border-radius: 0;
  transition: background-color 0.3s ease;
  font-size: 16px;
}

/* footer */
.tcd-footer {
  background-color: #F0F0F0;
  color: #050F0A;
  padding: 60px 0 0 0;
}

.tcd-footer .footer-container {
  max-width: 1494px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .tcd-footer .footer-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
/* Category Single Page */

results-list.section.product-grid-container.color-scheme-1 {
    padding-left: 20px;
    padding-right: 20px;
}
.tcd-footer .footer-col {
  flex: 1 1 0;
}

.tcd-footer .footer-logo-img {
  max-width: 200px;
  margin-bottom: 30px;
}

.tcd-footer .footer-logo-desc {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.tcd-footer .footer-badges {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.tcd-footer .footer-badge-img {
  max-width: 218px;
}

.tcd-footer .footer-title {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.tcd-footer .footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.875rem;
}

.tcd-footer .footer-list a {
  color: #050F0A;
}

.tcd-footer .footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.875rem;
}

.tcd-footer .footer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.tcd-footer .footer-contact-item a {
  color: #050F0A;
}

.tcd-footer .footer-contact-icon {
  width: 20px;
  height: 20px;
}

.tcd-footer .footer-copyright {
  margin-top: 60px;
  text-align: center;
  font-size: 0.75rem;
  padding: 1.5rem 0;
  background-color: #050F0A;
  color: #fff;
}


@media screen and (max-width: 991px) {
  .dynamic-marketing {
    flex-direction: column;
    padding: 0 20px;
    gap: 30px;
  }

  .dynamic-marketing .left-column,
  .dynamic-marketing .right-column {
    flex: 1 1 100%;
  }

  .dynamic-marketing .feature-grid {
    grid-template-columns: auto;
  }
}

/* mega-menu__content */
.mega-menu__content .price {
  display: none;
}
{% endstylesheet %}