.blog .blog-title {
  text-align: center;
}
.blog .blog-title hr {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
  border-top: 1px solid #6D6D6D !important;
  margin-left: 16% !important;
  margin-right: 16% !important;
}
@media (min-width: 768px) {
  .blog .blog-title hr {
    margin-left: 33% !important;
    margin-right: 33% !important;
  }
}
@media (min-width: 1024px) {
  .blog .blog-title hr {
    margin-left: 37% !important;
    margin-right: 37% !important;
  }
}
@media (min-width: 1600px) {
  .blog .blog-title hr {
    margin-left: 42% !important;
    margin-right: 42% !important;
  }
}
.blog .blog-index-post {
  display: block;
  color: #000;
  text-decoration: none;
  background-color: #F8F8F8;
  margin: 0 auto 2rem auto;
  max-width: 556px;
}
.blog .blog-index-post .blog-post-img-container {
  min-height: 150px;
}
@media (min-width: 768px) {
  .blog .blog-index-post .blog-post-img-container {
    height: 125px;
    min-height: 125px;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .blog .blog-index-post .blog-post-img-container {
    height: 168px;
    min-height: 168px;
  }
}
@media (min-width: 1280px) {
  .blog .blog-index-post .blog-post-img-container {
    height: 205px;
    min-height: 205px;
  }
}
@media (min-width: 1600px) {
  .blog .blog-index-post .blog-post-img-container {
    height: 280px;
    min-height: 205px;
  }
}
.blog .blog-index-post .blog-post-img-container .blog-post-img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.blog .blog-index-post .blog-post-description {
  text-align: center;
  padding: 1rem 1rem 2rem;
}
.blog .blog-index-post .blog-post-description .blog-post-title {
  margin: 0 0 1rem 0;
  font-size: 20px;
  text-transform: unset !important;
}
@media (min-width: 768px) {
  .blog .blog-index-post .blog-post-description .blog-post-title {
    height: 7rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .blog .blog-index-post .blog-post-description .blog-post-title {
    height: 5rem;
  }
}
@media (min-width: 1280px) {
  .blog .blog-index-post .blog-post-description .blog-post-title {
    height: 4rem;
  }
}
.blog .blog-index-post .blog-post-description .blog-post-cta:before {
  content: "";
  display: block;
  height: 1px;
  width: 3rem;
  margin: 1rem auto 2rem;
  background-color: #000;
}
.blog.blog-post {
  padding-bottom: 24px;
  min-height: 480px;
}
.blog.blog-post h1 {
  text-align: center;
  font-size: 36px;
  margin: 24px 0;
}
@media (min-width: 1024px) {
  .blog.blog-post h1 {
    margin: 40px 0;
    font-size: 44px;
  }
}
.blog.blog-post h2 {
  margin-top: 5px;
  padding-bottom: 1rem;
}
.blog.blog-post .blog-post-hero-img-container .blog-post-img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
  min-height: 110px;
}
@media (min-width: 1024px) {
  .blog.blog-post .blog-post-hero-img-container .blog-post-img {
    min-height: 250px;
  }
}
.blog.blog-post .blog-post-body-container {
  margin-top: 2rem;
  line-height: 1.5;
}
.blog.blog-post .blog-post-body-container strong {
  font-weight: 500;
}
.blog.blog-post .blog-signature {
  margin-top: 2rem;
}
.blog.blog-post .blog-signature p {
  padding-top: 1rem;
}
.blog.blog-post .blog-signature .blog-signature-name {
  font-size: 1rem;
}
.blog.blog-post .blog-signature .blog-signature-title {
  font-size: 1rem;
  text-transform: uppercase;
}
.blog.blog-post .blog-date {
  margin-top: 2rem;
  text-align: center;
  font-style: italic;
}
.blog.blog-post .blog-share {
  margin-top: 2rem;
  text-align: center;
}
.blog.blog-post .product-merchandise-cross-sell {
  margin-top: 2rem;
  border-top: 1px solid #E6E6E6;
  padding-top: 2rem;
  margin-right: -15px;
  margin-left: -15px;
}
.blog.blog-post .blog-related-stories {
  margin-top: 3rem;
  border-top: 1px solid #E6E6E6;
  padding-top: 1rem;
}
.blog.blog-post .blog-related-stories h2 {
  text-align: center;
}
.blog.blog-post .blog-bottom {
  text-align: center;
  margin-top: 2rem;
  border-top: 1px solid #E6E6E6;
  padding-top: 2rem;
}

.breadcrumb-container, .breadcrumb {
  background-color: #F7F9FA;
}
.breadcrumb-container a, .breadcrumb a {
  color: #495257;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}

.breadcrumb__arrow {
  font-size: 16px;
  display: inline-block;
  line-height: 1;
}

.container-fluid > .breadcrumb.container {
  padding: 8px 0px;
}

@media (min-width: 1024px) {
  .container-fluid > .breadcrumb.container {
    padding: 8px 15px;
  }
}
.list-inline {
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 2px;
}

.pagination__arrow {
  font-size: 16px;
  display: inline-block;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 16px;
  margin-left: -1px;
  line-height: 1.42857;
  color: #495257;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #D5D5D5;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
  z-index: 2;
  color: #262b2d;
  background-color: #E6E6E6;
  border-color: #D5D5D5;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.pagination > .active > a, .pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #4D186E;
  border-color: #4D186E;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > a,
.pagination > .disabled > a:hover {
  color: #6D6D6D;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #D5D5D5;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 12px 24px;
  font-size: 20px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}

@media (min-width: 768px) {
  .glide__arrow--left {
    left: -2rem !important;
  }
  .glide__arrow--right {
    right: -2rem !important;
  }
}

.product-list-slider {
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .product-list-slider {
    max-width: 802px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) {
  .product-list-slider {
    max-width: 1076px;
    padding-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .product-list-slider {
    max-width: 1350px;
  }
}
.product-list-slider__min-height-wrapper {
  min-height: 445px;
}
.product-list-slider__min-height-wrapper--account {
  min-height: 430px;
}
.product-list-slider__sec-title {
  font-family: "Victor Serif", Garamond, serif;
  margin: 1rem 20px;
  font-size: 1.25rem;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .product-list-slider__sec-title {
    margin: 2rem 0 2rem;
    font-size: 1.75rem;
    text-align: center;
  }
}
.product-list-slider__sec-title--mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.product-list-slider__cell {
  position: relative;
  width: 254px;
  padding: 2px 2px 4px 20px;
}
@media (min-width: 1024px) {
  .product-list-slider__cell {
    margin-right: 20px;
    padding: 4px;
  }
}
.product-list-slider__image {
  aspect-ratio: 1/1;
}
.product-list-slider__link {
  color: #000;
  display: block;
}
.product-list-slider__link:hover {
  text-decoration: none;
  color: #000;
}
@media (max-width: 767.98px) {
  .product-list-slider__link {
    outline: 0;
  }
}
.product-list-slider__header {
  font-size: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  min-height: 43px;
}
.product-list-slider__title {
  display: block;
  line-height: 18px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (min-width: 480px) {
  .product-list-slider__title {
    font-size: 0.9375rem;
    line-height: 20px;
  }
}
.product-list-slider__subtitle {
  display: block;
  line-height: 18px;
  margin-top: 3px;
  min-height: 20px;
  font-size: 0.875rem;
  font-weight: 300;
}
@media (min-width: 480px) {
  .product-list-slider__subtitle {
    font-size: 0.875rem;
    line-height: 20px;
  }
}
.product-list-slider__title, .product-list-slider__subtitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list-slider__cta a {
  text-decoration: none;
}
.product-list-slider__review, .product-list-slider .reviews-ratings-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
  height: 20px;
}
.product-list-slider__review .yotpo-star-rating-reviews-summary-link, .product-list-slider .reviews-ratings-link .yotpo-star-rating-reviews-summary-link {
  display: none !important;
}
.product-list-slider__frequency {
  min-height: 39.5px;
}
.product-list-slider__frequency-recommended {
  font-size: 14px;
  line-height: 20px;
}
.product-list-slider .wishlist-block {
  position: absolute;
  top: 2px;
  width: 20px;
  left: 10px;
  z-index: 1;
  color: #000;
}
.product-list-slider .btn-wishlist {
  padding: 0;
}
@media (max-width: 1023.98px) {
  .product-list-slider--3-column {
    margin-left: 0;
  }
}
@media (max-width: 1279.98px) {
  .product-list-slider--3-column {
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .product-list-slider--3-column {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .product-list-slider--3-column {
    max-width: 802px;
  }
}
@media (min-width: 1600px) {
  .product-list-slider--3-column {
    max-width: 1040px;
  }
}
.product-list-slider--3-column .product-list-slider__cell {
  width: 207px;
}
@media (min-width: 1024px) {
  .product-list-slider--3-column .product-list-slider__cell {
    margin-right: 40px;
  }
}
@media (min-width: 768px) {
  .product-list-slider--3-column .product-list-slider__cell {
    margin-right: 20px;
    padding: 2px;
  }
}
.product-list-slider--3-column .product-list-slider__image {
  margin: 0 auto;
}
.product-list-slider .glide__bullets {
  bottom: -30px;
}
.product-list-slider .glide__arrow {
  width: 44px;
  height: 44px;
}
.product-list-slider .glide__arrow svg {
  width: 26px;
  height: 26px;
}
@media (min-width: 768px) {
  .product-list-slider .glide__arrow--left {
    left: -60px;
  }
  .blog-page .product-list-slider .glide__arrow--left {
    left: -42px;
  }
  .product-list-slider .glide__arrow--right {
    right: -60px;
  }
  .blog-page .product-list-slider .glide__arrow--right {
    right: -42px;
  }
}

.product-list-unit {
  text-align: center;
  width: 192px;
}
@media (min-width: 1280px) {
  .product-list-unit {
    width: 232px;
  }
}
.product-list-unit h6 {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #4d186e;
  text-decoration: none;
  line-height: 1.25rem;
}
@media (max-width: 1023.98px) {
  .product-list-unit h6 {
    font-size: 0.75rem;
    line-height: 0.908rem;
    letter-spacing: 1px;
    font-weight: 400;
  }
}
.product-list-unit .product-subtitle {
  font-size: 1rem;
  margin-top: 0;
  font-weight: 300;
  display: block;
}
.product-list-unit a {
  color: #000;
  display: block;
}

.content-carousel {
  max-width: 1010px;
  margin: 0 auto;
  padding-bottom: 1.7rem;
}
@media (min-width: 1024px) {
  .content-carousel {
    padding-bottom: 0;
  }
}
.content-carousel__heading {
  margin-bottom: 1.25rem;
  font-weight: 300;
  font-size: 1.25rem;
  text-align: center;
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .content-carousel__heading {
    margin-bottom: 2rem;
    font-size: 1.75rem;
  }
}
.content-carousel__link {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.content-carousel__link:hover {
  text-decoration: none;
  color: #000;
}
@media (max-width: 767.98px) {
  .content-carousel__link {
    margin-left: 1rem;
  }
}
.content-carousel__cell {
  max-width: 255px;
  border-radius: 4px;
  margin-right: 20px;
  padding-left: 4px;
  padding-bottom: 10px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .content-carousel__cell {
    max-width: 320px;
  }
}
.content-carousel__glide > .content-carousel__cell + .content-carousel__cell {
  display: none;
}
.content-carousel__glide--pdp {
  margin-top: 3.5rem;
  margin-bottom: 3rem;
}
.content-carousel__glide--pdp .content-carousel__heading {
  text-align: left;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 480px) {
  .content-carousel__glide--pdp .content-carousel__heading {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023.98px) {
  .content-carousel__glide--pdp .content-carousel__title {
    font-size: 1rem;
  }
}
.content-carousel__glide .glide--disabled-options .glide__track {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-carousel__body {
  padding: 1rem;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 130px;
}
@media (min-width: 1024px) {
  .content-carousel__body {
    min-height: 152px;
  }
}
.content-carousel__title {
  margin-bottom: 1rem;
  line-height: 1.5rem;
  font-family: "Victor Serif", Garamond, serif;
  font-weight: 300;
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .content-carousel__title {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
