.category-card_container-v2 {
  padding: 0 15px;
}
.category-card_container-v2 .card-v2 {
  width: 100%;
  border-radius: 20px;
  position: relative;
}
.category-card_container-v2 .card-v2 .pricingtext {
  margin-left: 2px;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .category-card_container-v2 .card-v2 {
    margin-top: 40px;
  }
}
.category-card_container-v2 .card-v2 .cardv2-contents {
  flex: 1 1 auto;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .category-card_container-v2 .card-v2 .cardv2-contents {
    padding: 30px;
  }
}
.category-card_container-v2 .card-v2 .cardv2-contents .icon-svg {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
}
.category-card_container-v2 .card-v2.ribbon-v2 {
  margin-top: 40px;
}
.category-card_container-v2 .card-v2 .copy-small {
  font-size: 12px;
  margin-bottom: 2px;
}
.category-card_container-v2 .card-v2 .card-head .arrow-wrap {
  white-space: nowrap;
}
.category-card_container-v2 .card-v2 .card-head .arrow-wrap svg {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.category-card_container-v2 .card-v2 .card-head a:hover .arrow-wrap svg {
  transform: translateX(6px);
}
.category-card_container-v2 .card-v2 .card-head ul > li {
  font-size: 1.5rem;
  min-height: 30px;
}
.category-card_container-v2 .card-v2 .card-head ul > li .p-l-20,
.category-card_container-v2 .card-v2 .card-head ul > li span:last-child {
  line-height: 20px;
}
.category-card_container-v2 .card-v2 .card-head .subhead .subheadcopy.text-small {
  margin-left: 5px;
  margin-top: 5px !important;
}
.category-card_container-v2 .card-v2 .card-head .subhead .subheadcopy.text-x-small,
.category-card_container-v2 .card-v2 .card-head .subhead .text-little {
  margin-left: 5px;
  margin-top: 10px !important;
}
.category-card_container-v2 .card-v2 .card-head .subhead .subheadcopy {
  margin-left: 5px;
}
.category-card_container-v2 .card-v2.category-card-v2 .card-footer {
  padding-top: 25px;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .category-card_container-v2 .card-v2.category-card-v2 .card-footer {
    padding-top: 50px;
  }
}
.category-card_container-v2 .card-v2.category-card-v2 .card-footer .card-price {
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .category-card_container-v2 .card-v2.category-card-v2 .card-footer .card-price {
    align-items: flex-start;
    flex-direction: column;
  }
}
.category-card_container-v2 .card-v2.category-card-v2 .card-footer .card-price .price {
  margin-bottom: 0;
}
.category-card_container-v2 .card-v2.category-card-v2 .card-footer .card-price .state-adnl {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .category-card_container-v2 .card-v2.category-card-v2 .card-footer .card-price .state-adnl {
    padding-left: 0px;
    margin-bottom: 0px;
  }
}
.category-card_container-v2 .card-v2.category-card-v2 .card-footer .card-price .state-adnl .product-price {
  margin: 0 !important;
  font-weight: normal !important;
  display: inline-block;
  margin-right: 2px !important;
}
.category-card_container-v2 .card-v2.category-card-v2 .card-footer .card-price .state-adnl .product-price del {
  margin-right: 2px;
}
.category-card_container-v2 .card-v2.category-card-v2 .card-footer .card-price .state-adnl del.price-font {
  opacity: 0.7;
  font-size: 24px;
  font-weight: 500;
}
.category-card_container-v2 .card-v2.category-card-v2 .card-footer .flex-column .btn {
  min-width: auto !important;
  width: 100%;
}
.category-card_container-v2 .card-v2.category-card_mini .cardv2-contents {
  padding: 30px;
  flex-direction: row;
}
@media screen and (min-width: 1200px) {
  .category-card_container-v2 .card-v2.category-card_mini .cardv2-contents {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 1560px) {
  .category-card_container-v2 .card-v2.category-card_mini .cardv2-contents {
    padding: 30px;
  }
}
.category-card_container-v2 .card-v2.category-card_mini .cardv2-contents .price {
  margin-bottom: 0px;
  font-weight: bolder;
}
.category-card_container-v2 .card-v2.category-card_mini .cardv2-contents .price.text-large {
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .category-card_container-v2 .card-v2.category-card_mini .cardv2-contents .price.text-large {
    line-height: 35px;
  }
}
.category-card_container-v2 .card-v2.category-card_mini .cardv2-contents .price.text-large > del {
  line-height: 24px;
}
.category-card_container-v2 .card-v2.category-card_mini .cardv2-contents .price.text-small {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .category-card_container-v2 .card-v2.category-card_mini .cardv2-contents .price.text-small {
    line-height: 25px;
  }
}
.category-card_container-v2 .card-v2.category-card_mini .cardv2-contents .price.text-small > del {
  line-height: 16px;
}
.category-card_container-v2 .card-v2.category-card_mini .cardv2-contents .card-footer {
  padding-left: 5px;
  min-width: 85px;
  white-space: normal;
}
.category-card_container-v2 .card-v2.category-card_mini .cardv2-contents .card-footer .copy-small {
  margin-bottom: 6px;
  line-height: 20px;
}
.category-card_container-v2 .card-v2.category-card_mini .cardv2-contents .card-footer .state-adnl {
  margin-top: 6px;
}
.category-card_container-v2 .card-v2.category-card_mini .cardv2-contents .card-footer .state-adnl .product-price del {
  margin-right: 2px;
}
.category-card_container-v2 .card-v2.category-card_mini .cardv2-contents .card-footer .state-adnl .product-price {
  font-weight: normal !important;
  display: inline-block;
  margin-right: 2px;
}
.category-card_container-v2 .card-v2.category-card_mini .cardv2-contents .card-head ul li {
  margin-right: 15px;
  max-height: 20px;
}
.category-card_container-v2 .card-v2.category-card_mini .cardv2-contents .card-head ul li:last-child {
  margin-right: 0px;
}
.category-card_container-v2 .card-v2.category-card_mini .cardv2-contents .card-head {
  max-width: 70%;
}
.category-card_container-v2 .card-v2 .state-adnl * {
  font-size: 11px !important;
}
.category-card_container-v2 .card-v2 .product-price > del {
  opacity: 0.7;
  font-size: 0.6em;
  font-weight: 500;
}
.category-card_container-v2 .card-ribbon-v2 {
  position: absolute;
  width: 100%;
  top: 0;
  border-radius: 20px 20px 0 0;
  z-index: 0;
  padding-bottom: 20px;
  left: 0;
  margin-top: -5px;
}
.category-card_container-v2 .card-ribbon-v2 h4 {
  font-size: 12px;
  padding: 16px 0;
}
.category-card_container-v2 .card-ribbon-v2 .ribbon-icon {
  width: 20px;
  display: flex;
  margin-right: 7px;
  height: 20px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .category-card_container-v2 {
    padding: 0 30px;
  }
}
.category-card_container-v2 .column {
  flex-direction: row;
  height: auto;
  flex-grow: inherit !important;
  flex-shrink: inherit !important;
  flex-basis: inherit !important;
  margin: 20px 0 0;
}
.category-card_container-v2 .column[class*="col-"] {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .category-card_container-v2 .column.col-2 {
    width: calc((100% / 2) - 15px);
  }
}
@media screen and (min-width: 768px) {
  .category-card_container-v2 .column.col-3 {
    width: calc((100% / 2) - 15px);
  }
}
@media screen and (min-width: 992px) {
  .category-card_container-v2 .column.col-3 {
    width: calc((100% / 3) - 20px);
  }
}
@media screen and (min-width: 768px) {
  .category-card_container-v2 .column.col-4 {
    width: calc((100% / 2) - 15px);
  }
}
@media screen and (min-width: 1200px) {
  .category-card_container-v2 .column.col-4 {
    width: calc((100% / 4) - 15px);
  }
}
@media screen and (min-width: 768px) {
  .category-card_container-v2 .column.col-5 {
    width: calc((100% / 2) - 15px);
  }
}
@media screen and (min-width: 1200px) {
  .category-card_container-v2 .column.col-5 {
    width: calc((100% / 5) - 10px);
  }
}
.category-card_container-v2 .column.col-5 .cardv2-contents {
  padding: 30px;
}
.category-card_container-v2 .adnl-border .pricingtext > a .link-label {
  text-decoration: underline;
}
.category-card_container-v2 .adnl-border .pricingtext > a .link-label:hover {
  text-decoration: none;
}
.card-v2 .card-footer button {
  cursor: pointer;
}
.categorystandalonecard {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .categorystandalonecard .card-v2 {
    height: calc(100% - 40px);
  }
}
.color-light-red .addnl,
.color-light-red a:not(.btn) {
  color: #dc1f00;
}
.color-red .addnl,
.color-red a:not(.btn) {
  color: #FFFFFF;
}
.card-v2.category-card-v2.category-card-center .card-footer {
  padding-top: 30px;
}
.card-v2.category-card-v2.category-card-center hr {
  margin-top: 0px;
  border: 1px solid #D6DAE0;
  width: 100%;
}
.card-v2.category-card-v2.category-card-center .card-head ul li {
  margin-bottom: 12px;
}
.card-v2.category-card-v2.category-card-center .card-head .headlinecopy {
  margin-left: 5px;
}
.card-v2 .cardv2-contents .card-head .card-center-head {
  min-height: 96px;
}
@media (max-width: 992px) {
  .card-v2 .cardv2-contents .card-head .card-center-head:has(p) {
    min-height: 96px !important;
  }
  .card-v2 .cardv2-contents .card-head .card-center-head {
    min-height: 66px !important;
  }
}
.card-v2.category-card-center .cardv2-contents {
  display: flex;
  justify-content: space-between;
}
.card-head .arrow-wrap svg {
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: -5px;
}
.spruce-eggshell-theme .card-v2,
.white-theme .card-v2,
.spruce-neon-theme .card-v2,
.ba-neon-blue .card-v2,
.hrb-neon-green .card-v2 {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.card-v2 .list-unstyled {
  gap: 4px;
}
