/**
 * @file
 * Product listing paragraph.
 */
.paragraph-product-listing-item__field-link a,
.paragraph-product-listing-item-preview__field-link a {
  display: inline-block;
  padding: 10px 12px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  background-color: #240F6E;
  cursor: pointer;
}
@media (min-width: 768px) {
  .paragraph-product-listing-item__field-link a,
  .paragraph-product-listing-item-preview__field-link a {
    padding: 11px 25px;
    font-size: 16px;
  }
}
.paragraph-product-listing-item__field-link a:hover,
.paragraph-product-listing-item-preview__field-link a:hover {
  text-decoration: underline;
  background-color: #240F6E;
}
.paragraph-product-listing-item__field-link a:focus,
.paragraph-product-listing-item-preview__field-link a:focus {
  text-decoration: underline;
  background-color: #7C6CA7;
}
.paragraph-product-listing-item__field-link a:disabled,
.paragraph-product-listing-item-preview__field-link a:disabled {
  text-decoration: underline;
  background-color: #aaa;
}

.check-list li, .paragraph-product-listing-item__field-description ul li,
.paragraph-product-listing-item-preview__field-description ul li, .paragraph-product-listing__field-description ul li,
.paragraph-product-listing-preview__field-description ul li {
  position: relative;
  margin-bottom: 8px;
  padding-inline-start: 20px;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
}
.check-list li:after, .paragraph-product-listing-item__field-description ul li:after,
.paragraph-product-listing-item-preview__field-description ul li:after, .paragraph-product-listing__field-description ul li:after,
.paragraph-product-listing-preview__field-description ul li:after {
  content: "";
  position: absolute;
  top: 2px;
  display: block;
  width: 5px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #240F6E;
  transform: rotate(45deg);
}
[dir=ltr] .check-list li:after, [dir=ltr] .paragraph-product-listing-item__field-description ul li:after, .paragraph-product-listing-item__field-description [dir=ltr] ul li:after,
[dir=ltr] .paragraph-product-listing-item-preview__field-description ul li:after,
.paragraph-product-listing-item-preview__field-description [dir=ltr] ul li:after, [dir=ltr] .paragraph-product-listing__field-description ul li:after, .paragraph-product-listing__field-description [dir=ltr] ul li:after,
[dir=ltr] .paragraph-product-listing-preview__field-description ul li:after,
.paragraph-product-listing-preview__field-description [dir=ltr] ul li:after {
  left: 2px;
}
[dir=rtl] .check-list li:after, [dir=rtl] .paragraph-product-listing-item__field-description ul li:after, .paragraph-product-listing-item__field-description [dir=rtl] ul li:after,
[dir=rtl] .paragraph-product-listing-item-preview__field-description ul li:after,
.paragraph-product-listing-item-preview__field-description [dir=rtl] ul li:after, [dir=rtl] .paragraph-product-listing__field-description ul li:after, .paragraph-product-listing__field-description [dir=rtl] ul li:after,
[dir=rtl] .paragraph-product-listing-preview__field-description ul li:after,
.paragraph-product-listing-preview__field-description [dir=rtl] ul li:after {
  right: 2px;
}
.check-list--blue li:after {
  border-color: #00A8E2;
}

.bullet-list li {
  position: relative;
  margin-bottom: 8px;
  padding-inline-start: 21px;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
}
.bullet-list li:after {
  content: "";
  position: absolute;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #404040;
}
[dir=ltr] .bullet-list li:after {
  left: 3px;
}
[dir=rtl] .bullet-list li:after {
  right: 3px;
}

.paragraph-product-listing-item__field-links-item a,
.paragraph-product-listing-item-preview__field-links-item a, .paragraph-product-listing-item__field-description a,
.paragraph-product-listing-item-preview__field-description a, .paragraph-product-listing__field-description a,
.paragraph-product-listing-preview__field-description a {
  font-weight: 600;
  line-height: 1.5;
  text-decoration: underline;
  color: #240F6E;
}
.paragraph-product-listing-item__field-links-item a:hover,
.paragraph-product-listing-item-preview__field-links-item a:hover, .paragraph-product-listing-item__field-description a:hover,
.paragraph-product-listing-item-preview__field-description a:hover, .paragraph-product-listing__field-description a:hover,
.paragraph-product-listing-preview__field-description a:hover {
  color: #082ECF;
}
.paragraph-product-listing-item__field-links-item a:disabled,
.paragraph-product-listing-item-preview__field-links-item a:disabled, .paragraph-product-listing-item__field-description a:disabled,
.paragraph-product-listing-item-preview__field-description a:disabled, .paragraph-product-listing__field-description a:disabled,
.paragraph-product-listing-preview__field-description a:disabled {
  text-decoration: underline;
  background-color: #aaa;
}

/**
 * @file
 * SASS Extends.
 */
.paragraph-product-listing-item__field-title,
.paragraph-product-listing-item-preview__field-title, .paragraph-product-listing .tit-lg,
.paragraph-product-listing-preview .tit-lg {
  font-family: "Merriweather";
  font-weight: 300;
}
.paragraph-product-listing-item__field-title,
.paragraph-product-listing-item-preview__field-title {
  font-size: 16px;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .paragraph-product-listing-item__field-title,
  .paragraph-product-listing-item-preview__field-title {
    font-size: 20px;
  }
}

.paragraph-product-listing,
.paragraph-product-listing-preview {
  margin: 0 -15px;
  background-color: #EEE;
}
.paragraph-product-listing.light-grey,
.paragraph-product-listing-preview.light-grey {
  background-color: #F8F8F8;
}
.paragraph-product-listing .paragraph-container,
.paragraph-product-listing-preview .paragraph-container {
  position: relative;
  padding: 50px 15px;
}
@media (min-width: 768px) {
  .paragraph-product-listing .paragraph-container,
  .paragraph-product-listing-preview .paragraph-container {
    padding: 80px 15px;
  }
}
.paragraph-product-listing .tit-lg,
.paragraph-product-listing-preview .tit-lg {
  width: 100%;
  max-width: 950px;
  margin: 0 auto 15px;
  text-align: center;
  color: #202020;
}
.paragraph-product-listing__field-description,
.paragraph-product-listing-preview__field-description {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}
.paragraph-product-listing__field-description p,
.paragraph-product-listing-preview__field-description p {
  font-size: 16px;
  color: #606060;
}
@media (min-width: 1200px) {
  .paragraph-product-listing__field-description p,
  .paragraph-product-listing-preview__field-description p {
    font-size: 18px;
  }
}
.paragraph-product-listing__field-description ul li,
.paragraph-product-listing-preview__field-description ul li {
  color: #606060;
}
.paragraph-product-listing__field-product-listing-item,
.paragraph-product-listing-preview__field-product-listing-item {
  width: 100%;
  max-width: 1146px;
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  .paragraph-product-listing__field-product-listing-item,
  .paragraph-product-listing-preview__field-product-listing-item {
    margin-top: 60px;
  }
}
.paragraph-product-listing__field-product-listing-item-item,
.paragraph-product-listing-preview__field-product-listing-item-item {
  filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.1));
}

.paragraph-product-listing-item,
.paragraph-product-listing-item-preview {
  margin-top: 30px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .paragraph-product-listing-item,
  .paragraph-product-listing-item-preview {
    display: flex;
    flex-direction: row;
  }
}
.paragraph-product-listing-item__field-image,
.paragraph-product-listing-item-preview__field-image {
  aspect-ratio: 2/1;
  overflow: hidden;
}
@media (min-width: 992px) {
  .paragraph-product-listing-item__field-image,
  .paragraph-product-listing-item-preview__field-image {
    aspect-ratio: auto;
    max-width: 360px;
  }
}
.paragraph-product-listing-item__field-image .paragraph-product-listing-item__field-image-item,
.paragraph-product-listing-item-preview__field-image .paragraph-product-listing-item__field-image-item {
  width: 100%;
  height: 100%;
}
.paragraph-product-listing-item__field-image .paragraph-product-listing-item__field-image-item *,
.paragraph-product-listing-item-preview__field-image .paragraph-product-listing-item__field-image-item * {
  height: 100%;
}
.paragraph-product-listing-item__field-image img,
.paragraph-product-listing-item-preview__field-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.paragraph-product-listing-item__field-content,
.paragraph-product-listing-item-preview__field-content {
  flex: 1;
  padding: 15px 15px 30px;
}
@media (min-width: 767px) {
  .paragraph-product-listing-item__field-content,
  .paragraph-product-listing-item-preview__field-content {
    padding: 30px;
  }
}
.paragraph-product-listing-item__field-title,
.paragraph-product-listing-item-preview__field-title {
  margin-bottom: 10px;
  color: #202020;
}
.paragraph-product-listing-item__field-description p,
.paragraph-product-listing-item-preview__field-description p {
  font-size: 14px;
  color: #606060;
}
@media (min-width: 768px) {
  .paragraph-product-listing-item__field-description p,
  .paragraph-product-listing-item-preview__field-description p {
    font-size: 16px;
  }
}
.paragraph-product-listing-item__field-description ul li,
.paragraph-product-listing-item-preview__field-description ul li {
  color: #606060;
}
.paragraph-product-listing-item__field-links,
.paragraph-product-listing-item-preview__field-links {
  display: flex;
  flex-wrap: wrap;
}
.paragraph-product-listing-item__field-links-item,
.paragraph-product-listing-item-preview__field-links-item {
  display: flex;
  margin-top: 5px;
}
[dir=ltr] .paragraph-product-listing-item__field-links-item:not(:last-of-type),
[dir=ltr] .paragraph-product-listing-item-preview__field-links-item:not(:last-of-type) {
  margin-right: 30px;
}
[dir=rtl] .paragraph-product-listing-item__field-links-item:not(:last-of-type),
[dir=rtl] .paragraph-product-listing-item-preview__field-links-item:not(:last-of-type) {
  margin-left: 30px;
}
.paragraph-product-listing-item__field-link,
.paragraph-product-listing-item-preview__field-link {
  display: flex;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .paragraph-product-listing-item__field-link,
  .paragraph-product-listing-item-preview__field-link {
    justify-content: flex-end;
  }
}
.paragraph-product-listing-item__field-link a,
.paragraph-product-listing-item-preview__field-link a {
  width: 100%;
  max-width: 285px;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .paragraph-product-listing-item__field-link a,
  .paragraph-product-listing-item-preview__field-link a {
    width: auto;
    max-width: 100%;
    margin: 0;
  }
}

/*# sourceMappingURL=paragraph-product-listings.css.map */
