/** Shopify CDN: Minification failed

Line 8:6 Expected ":"
Line 8:7 Expected identifier but found "0px"

**/
.np-blog-cta {
margin;0px !important;
}

.np-blog-cta__inner {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 10px;
  align-items: center;
padding-right:
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 14px;
  padding: 25px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
}
.np-blog-cta__price {
   font-family:acumin-pro-condensed,sans-serif!important;
  margin-bottom:10px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.np-blog-cta__price-current {
  font-size: 18px;
  font-weight: 500;
   color:rgb(103, 103, 103);
}

.np-blog-cta__price-compare {
  font-size: 16px;
  font-weight: 500;
  color:rgb(103, 103, 103);
  text-decoration: line-through;
}
.np-blog-cta__media {
  display: flex;
  align-items: center;
  justify-content: center;
}
.np-blog-cta__image{
    margin:0px !important;
}
.np-blog-cta__mediaLink {
  display: block;
  width: 100%;
  --btn-link-border:none !important;
}

.np-blog-cta__image {
  width: 100%;
  height: auto;
  max-height: 280px;
  object-fit: contain;
  display: block;
}
.np-blog-cta__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.np-blog-cta__title {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  font-size: 20px;
margin-top:0px !important;
  flex: 1 1 auto;
  min-width: 0; /* VERY important for flex truncation */
}

.np-blog-cta__stars {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 18px;
  line-height: 1;
}

.np-blog-cta__title a {
  color: inherit;
  text-decoration: none;
}

.np-blog-cta__text {
  margin: 12px 0 0;
  color: rgba(0,0,0,0.68);
  font-size: 16px;
  line-height: 1.65;
}
.np-blog-cta__badge a{
  font-size:15px !important;
  font-family:acumin-pro-condensed,sans-serif!important;
}

.np-star {
  color: rgba(0,0,0,0.18);
  margin-left: 2px;
}

.np-star--filled {
  color: #f2b01e;
}
/* Make badge align nicely in the title row */
.np-blog-cta__badge {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1;
}

/* Kill weird inherited spacing inside the badge output */
.np-blog-cta__badge * {
  margin: 0;
}
.np-blog-cta__title {
  --btn-link-border:none !important;
  flex: 1 1 auto;
  min-width: 0;
}
.np-blog-cta__title a{
  --btn-link-border:none !important;
}
.np-blog-cta__stars {
  margin-right:15px;
  flex: 0 0 auto;
  white-space: nowrap;
}
/* Common review widget patterns (Judge.me and others) */
.np-blog-cta__badge .jdgm-prev-badge,
.np-blog-cta__badge .jdgm-prev-badge__stars,
.np-blog-cta__badge .jdgm-star,
.np-blog-cta__badge .spr-badge,
.np-blog-cta__badge .spr-badge-starrating,
.np-blog-cta__badge .loox-rating {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

/* Text next to stars (review count, "reviews", etc) */
.np-blog-cta__badge .jdgm-prev-badge__text,
.np-blog-cta__badge .spr-badge-caption,
.np-blog-cta__badge .loox-rating-label {
  margin-left: 6px;
  font-size: 14px;
  color: rgba(0,0,0,0.65);
}

/* Make sure nothing adds underlines/bars in this area */
.np-blog-cta__badge a::before,
.np-blog-cta__badge a::after {
  content: none !important;
}

.np-blog-cta__button {
   font-family:acumin-pro-condensed,sans-serif!important;
    bottom:-5px !important;
    float:right !important;
  all: unset;
  box-sizing: border-box;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 48px;
  padding: 0 28px;

  background-color: #2f6fb1;
  color: #ffffff;

  font-size: 15px;
  font-weight: 700;
  line-height: 1;

  border-radius: 12px;

  cursor: pointer;
  white-space: nowrap;
  text-align: center;

  transition:
    background-color 0.2s ease,
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

/* kill theme link decorations */
.np-blog-cta__button::before,
.np-blog-cta__button::after {
    
  content: none !important;
}
.np-blog-cta__button{
  color:#fff !important;
  background: linear-gradient(180deg,rgb(70, 70, 70) 0%, #0f0f0f 100%);
    padding:15px !important;
border-radius:8px !important;
}

/* hover */
.np-blog-cta__button:hover {
  background: linear-gradient(180deg,rgb(104, 104, 104) 0%,rgb(68, 68, 68) 100%) !important;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

/* active */
.np-blog-cta__button:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
}

/* accessibility */
.np-blog-cta__button:focus-visible {
  outline: 3px solid rgba(47, 111, 177, 0.45);
  outline-offset: 2px;
}

/* Mobile */
@media (max-width: 749px) {
  .np-blog-cta__inner {
    grid-template-columns: 1fr;
    padding: 22px;
    gap: 18px;
  }

  .np-blog-cta__image {
    max-height: 240px;
  }

  .np-blog-cta__title {
    font-size: 22px !important;
    font-weight:500 !important;
  }

  .np-blog-cta__top {
    align-items: flex-start;
  }
}

@media (max-width: 749px) {
  .np-blog-cta__inner {
    grid-template-columns: 1fr;
    padding: 18px;
    gap: 14px;
  }

  .np-blog-cta__media {
    justify-content: center;
  }

  .np-blog-cta__image {
    max-height: 220px;
    width: auto;
    max-width: 80%;
    margin: 0 auto !important;
  }

  .np-blog-cta__content {
    text-align: left;
  }

  /* Title + rating layout */
  .np-blog-cta__top {
    gap: 10px;
    align-items: flex-start;
  }

  .np-blog-cta__title {
    font-size: 20px;
    line-height: 1.15;
    white-space: normal;   /* allow wrapping on mobile */
  }

  /* Keep rating tight and aligned */
  .np-blog-cta__stars,
  .np-blog-cta__badge {
    font-size: 16px;
  }

  /* If the title is long, let the rating drop cleanly below */
  .np-blog-cta__top {
    flex-wrap: wrap;
  }

  .np-blog-cta__badge {
    justify-content: flex-start;
    width: 100%;
    margin-top: 6px;
  }

  /* Price row */
  .np-blog-cta__price {
    margin-top: 10px;
    gap: 8px;
  }

  .np-blog-cta__price-current {
    font-size: 18px;
  }

  .np-blog-cta__price-compare {
    font-size: 14px;
  }

  /* Description */
  .np-blog-cta__text {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6;
  }

  /* Button */
  .np-blog-cta__button {
    width: 100%;
    margin-top: 16px;
    min-height: 50px;
  }
  .np-blog-cta__inner {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

@media (hover: hover) {
  .np-blog-cta__inner:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(0,0,0,0.12);
  }
}
}
@media (max-width: 749px) {
  .np-blog-cta {
    margin: 20px 0;
  }
}
@media (max-width: 749px) {
    .np-blog-cta__price--desktop {
    display: none !important;
  }
  .np-blog-cta__stars np-blog-cta__badge
  {
    display:none !important;
  }
  .np-blog-cta__price-current {
    color: rgba(0,0,0,0.85);
  }
}@media (max-width: 749px) {
  .desktopz{
    display:none !important;
  }
  .np-blog-cta__title {
    text-align: center;
    width: 100%;
  }
}@media (max-width: 749px) {
  .np-blog-cta__stars {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
  }
}@media (max-width: 749px) {
  .np-blog-cta__price {
    margin-left: auto;
    text-align: right;
  }
}
@media (max-width: 749px) {
  /* Title centered mobile only */
  .np-blog-cta__title {
    text-align: center;
    width: 100%;
  }

  /* Stars left, price right on same row */
  .np-blog-cta__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 8px;
    width: 100%;
  }

  .np-blog-cta__meta .np-blog-cta__badge {
    justify-content: flex-start;
    width: auto;
    margin-top: 0;
  }

  .np-blog-cta__meta .np-blog-cta__price {
    margin-top: 0;
    margin-left: auto;
    text-align: right;
    white-space: nowrap;
  }
}


/* Default (desktop): hide the mobile meta row */
.np-blog-cta__meta--mobile {
  display: none;
}

/* Desktop: show the desktop price */
.np-blog-cta__price--desktop {
  display: flex;
}

/* Mobile: swap */
@media (max-width: 749px) {
  .np-blog-cta__button {
bottom:0px !important;  
  }
  /* Hide desktop price on mobile */
  .np-blog-cta__price--desktop {
    display: none;
  }

  /* Show mobile meta row */
  .np-blog-cta__meta--mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 10px;
    width: 100%;
  }

  /* Title center on mobile only */
  .np-blog-cta__title {
    text-align: center;
    width: 100%;
  }

  /* Stars left */
  .np-blog-cta__meta--mobile .np-blog-cta__badge {
    justify-content: flex-start;
    white-space: nowrap;
  }

  /* Price right */
  .np-blog-cta__meta--mobile .np-blog-cta__price {
    margin-top: 0;
    margin-left: auto;
    text-align: right;
    white-space: nowrap;
  }
}
@media (max-width: 749px) {
  .np-blog-cta__inner {
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    will-change: transform;
    transform: translateZ(0);
  }

  /* Tap feedback */
  .np-blog-cta__inner:active {
    transform: scale(0.985);
    box-shadow: 0 8px 18px rgba(0,0,0,0.10);
  }

  /* Optional: slightly tighter border on interaction */
  .np-blog-cta__inner:active {
    border-color: rgba(0,0,0,0.12);
  }
}

/* Hover only on devices that actually support it */
@media (hover: hover) {
  .np-blog-cta__inner:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(0,0,0,0.12);
  }
}