@use 'sass:string';
@use 'sass:list';
.priamry-link {
  font-size: 1.125rem;
  color: #231f20;
  line-height: 22px;
  font-weight: bold;
  border-bottom: 2px solid #d82128;
  padding-bottom: 0.25rem;
  position: relative; }
  .priamry-link::after {
    content: '';
    position: absolute;
    background: url("../../../../images/right-arrow-red.svg");
    width: 1.5rem;
    top: 0.375rem;
    right: -2.5rem;
    height: 0.9375rem;
    background-size: 100%; }
  .priamry-link:hover {
    color: #231f20;
    text-decoration: none; }
  .priamry-link.disabled, .priamry-link:disabled {
    color: #626366;
    pointer-events: none; }
    .priamry-link.disabled::after, .priamry-link:disabled::after {
      background: url("../../../../images/right-arrow-gray.svg"); }
    .priamry-link.disabled:hover, .priamry-link:disabled:hover {
      text-decoration: none; }

.seconday-link {
  font-size: 1.125rem;
  color: #231f20;
  line-height: 22px;
  font-weight: bold;
  border-bottom: 2px solid #231f20;
  padding-bottom: 0.25rem; }
  .seconday-link:hover {
    color: #d82128;
    text-decoration: none;
    border-bottom: 2px solid #d82128; }
  .seconday-link.disabled, .seconday-link:disabled {
    color: #626366;
    pointer-events: none;
    border-bottom: 2px solid #626366; }
    .seconday-link.disabled:hover, .seconday-link:disabled:hover {
      text-decoration: none; }

.tertiary-link {
  font-size: 0.75rem;
  color: #d82128;
  line-height: 14px;
  font-weight: bold;
  text-decoration: underline; }
  .tertiary-link:hover {
    color: #d82128;
    text-decoration: underline; }
  .tertiary-link.disabled, .tertiary-link:disabled {
    color: #626366;
    pointer-events: none; }
    .tertiary-link.disabled:hover, .tertiary-link:disabled:hover {
      text-decoration: none; }

.btn {
  text-transform: capitalize;
  height: 3.375rem;
  border-radius: 2rem;
  min-width: 8.125rem;
  padding: 1rem 2.375rem;
  max-width: 21.875rem;
  margin: auto;
  font-family: "Myriad Pro Bold Cond"; }

button {
  -webkit-appearance: none;
  border: none;
  font-weight: 700; }

button:focus,
button:active,
button:hover,
button:visited,
button:focus-within {
  outline: none !important; }

.btn-primary {
  background: #d82128;
  font-weight: 700;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  border: none; }
  .btn-primary.disabled {
    pointer-events: none; }
    .btn-primary.disabled:hover {
      text-decoration: none; }
  .btn-primary:hover {
    color: #fff;
    background: #971b1e; }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #626366;
    background: #c7c8ca; }

.btn-secondary {
  background: #231f20;
  font-weight: 700;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  border: none; }
  .btn-secondary.disabled {
    pointer-events: none; }
    .btn-secondary.disabled:hover {
      text-decoration: none; }
  .btn-secondary:hover {
    color: #fff;
    background: #971b1e; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #c7c8ca;
    background: #626366; }

.btn-tertiary {
  background: #fff;
  font-weight: 700;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  border: none; }
  .btn-tertiary.disabled {
    pointer-events: none; }
    .btn-tertiary.disabled:hover {
      text-decoration: none; }
  .btn-tertiary:hover {
    color: #fff;
    background: #971b1e; }
  .btn-tertiary.disabled, .btn-tertiary:disabled {
    color: #626366;
    background: #f3f3f3; }

.btn-with-border {
  background: #fff;
  font-weight: 700;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  border: none;
  border: 1px solid #d82128; }
  .btn-with-border.disabled {
    pointer-events: none; }
    .btn-with-border.disabled:hover {
      text-decoration: none; }
  .btn-with-border:hover {
    color: #fff;
    background: #971b1e; }
  .btn-with-border.disabled, .btn-with-border:disabled {
    color: #626366;
    background: #f3f3f3; }

.RV-special {
  padding: 2.75rem 0rem 3.5rem 1rem; }
  @media (min-width: 768px) {
    .RV-special {
      padding: 2.75rem 0rem 3.5rem 2rem; } }
  @media (min-width: 1024px) {
    .RV-special {
      padding: 2.75rem 0rem 3.5rem 4rem; } }
  .RV-special .RV-special-left {
    padding-right: 1.25rem;
    position: relative; }
    .RV-special .RV-special-left .RV-special-optinal {
      font-size: 1rem;
      color: #d82128;
      line-height: 24px;
      font-weight: 700;
      letter-spacing: 0.165em; }
    .RV-special .RV-special-left .RV-special-main {
      font-family: "Myriad Pro Bold Cond";
      font-size: 2.25rem;
      color: #231f20;
      line-height: 43px;
      margin-bottom: 1.25rem; }
      @media (min-width: 768px) {
        .RV-special .RV-special-left .RV-special-main {
          font-size: 1.75rem;
          color: #231f20;
          line-height: 58px; } }
    @media (min-width: 1024px) {
      .RV-special .RV-special-left .footer-wrapper {
        position: absolute;
        bottom: 30px; } }
    .RV-special .RV-special-left .footer-wrapper .RV-special-description {
      margin-bottom: 1.875rem;
      font-weight: normal; }
    .RV-special .RV-special-left .footer-wrapper .btn {
      font-family: "Myriad Pro Bold Cond"; }
  .RV-special .RV-special-right .RV-special-carousel .RV-special-product-tile {
    padding: 0rem 0.9375rem; }
    @media (min-width: 1024px) {
      .RV-special .RV-special-right .RV-special-carousel .RV-special-product-tile .RV-special-product-tile-img {
        height: 300px;
        overflow: hidden;
        background: white;
        border-radius: 10px 10px 0 0; } }
    .RV-special .RV-special-right .RV-special-carousel .RV-special-product-tile .RV-special-product-tile-img img {
      width: 100%;
      border-radius: 10px 10px 0 0; }
    .RV-special .RV-special-right .RV-special-carousel .RV-special-product-tile .RV-special-product-tile-details {
      padding: 1.3125rem 1.0625rem 1.8125rem 1.25rem;
      border-radius: 0 0 10px 10px;
      background: #fff; }
      @media (min-width: 768px) {
        .RV-special .RV-special-right .RV-special-carousel .RV-special-product-tile .RV-special-product-tile-details {
          padding: 2.3125rem 2rem 2.5625rem 2rem; } }
      .RV-special .RV-special-right .RV-special-carousel .RV-special-product-tile .RV-special-product-tile-details .product-name {
        font-family: "Myriad Pro Bold Cond";
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 1.5rem;
        color: #d82128;
        line-height: 29px;
        margin-bottom: 1rem; }
        @media (min-width: 768px) {
          .RV-special .RV-special-right .RV-special-carousel .RV-special-product-tile .RV-special-product-tile-details .product-name {
            font-size: 2.25rem;
            color: #d82128;
            line-height: 43px; } }
      .RV-special .RV-special-right .RV-special-carousel .RV-special-product-tile .RV-special-product-tile-details .product-description {
        font-size: 1rem;
        color: #231f20;
        line-height: 19px;
        margin-bottom: 1.875rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -moz-box-orient: vertical;
        /* Mozilla */
        -webkit-box-orient: vertical;
        /* WebKit */
        /* autoprefixer: off */
        box-orient: vertical;
        /* As specified */
        text-overflow: ellipsis;
        height: 56px; }
      .RV-special .RV-special-right .RV-special-carousel .RV-special-product-tile .RV-special-product-tile-details .priamry-link {
        font-family: "Myriad Pro Bold Cond"; }
  .RV-special .RV-special-right .RV-special-carousel .slick-list {
    padding: 0 10% 0 0; }
    @media (min-width: 768px) {
      .RV-special .RV-special-right .RV-special-carousel .slick-list {
        padding: 0 10% 0 0; } }
  .RV-special .RV-special-right .RV-special-carousel .slick-arrow {
    width: 48px;
    height: 48px;
    background: #d82128;
    border-radius: 50px;
    z-index: 1;
    bottom: -90px;
    top: auto; }
    .RV-special .RV-special-right .RV-special-carousel .slick-arrow:before {
      content: "";
      width: 25px;
      height: 15px;
      display: block;
      margin: 0 auto;
      opacity: 1; }
    .RV-special .RV-special-right .RV-special-carousel .slick-arrow.slick-disabled {
      opacity: 0.65; }
    .RV-special .RV-special-right .RV-special-carousel .slick-arrow.slick-prev {
      right: 70px;
      left: auto; }
      .RV-special .RV-special-right .RV-special-carousel .slick-arrow.slick-prev:before {
        background: url("../../../../images/left-arrow-white.svg") no-repeat; }
    .RV-special .RV-special-right .RV-special-carousel .slick-arrow.slick-next {
      right: 0px; }
      .RV-special .RV-special-right .RV-special-carousel .slick-arrow.slick-next:before {
        background: url("../../../../images/right-arrow-white.svg") no-repeat; }
  .RV-special .RV-special-right .RV-special-carousel .slick-dots {
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    width: calc(100%);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -44px; }
    @media (min-width: 768px) {
      .RV-special .RV-special-right .RV-special-carousel .slick-dots {
        width: calc(100% - 130px); } }
    @media (min-width: 1024px) {
      .RV-special .RV-special-right .RV-special-carousel .slick-dots {
        margin: unset; } }
    .RV-special .RV-special-right .RV-special-carousel .slick-dots li {
      -ms-flex: 1;
          flex: 1;
      height: 3px;
      margin: 0;
      padding: 0;
      width: auto; }
      .RV-special .RV-special-right .RV-special-carousel .slick-dots li button {
        width: 100%;
        height: 3px;
        background: #c7c8ca;
        padding: 0; }
        .RV-special .RV-special-right .RV-special-carousel .slick-dots li button:before {
          display: none; }
      .RV-special .RV-special-right .RV-special-carousel .slick-dots li.slick-active button {
        background: #626366; }
  .RV-special .RV-special-right .btn_bottom {
    margin-top: 5rem;
    padding-right: 1rem; }
    .RV-special .RV-special-right .btn_bottom a {
      width: 100%;
      min-width: 100%;
      font-family: "Myriad Pro Bold Cond"; }
      @media (min-width: 768px) {
        .RV-special .RV-special-right .btn_bottom a {
          width: unset;
          min-width: unset; } }
    @media (min-width: 768px) {
      .RV-special .RV-special-right .btn_bottom {
        text-align: center; } }
