/** Shopify CDN: Minification failed

Line 34:84 Expected ":"
Line 34:86 Expected identifier but found "1.8"

**/
.custom_review { max-width: 1920px; margin: auto;}
.custom_review .review-list { flex-wrap: nowrap; column-gap: 0; margin: 0; padding: 0 20px;}
.custom_review .review-list .review-list_item { max-width: inherit;}
/* .custom_review .review-list .review-list_item:first-child { margin-left: 150px;}
.custom_review .review-list .review-list_item:last-child { margin-right: 150px !important;} */
.custom_review .review-list .review-list_item .content-container  { padding: 35px 25px; border-radius: 10px;}
.custom_review .swiper-pagination { position: static; display: flex; justify-content: center; column-gap: 10px; margin-top: 40px;}
.custom_review .swiper-pagination .swiper-pagination-bullet { background: #FDDBCA; width: 8px; height: 8px;border-radius: 50%; opacity: 1;}
.custom_review .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #FF683D;}
.custom_review .content-container .review_content { margin-top: 15px; margin-bottom: 15px;}
.custom_review .content-container .review_content p { font-size: 16px; line-height: 1.8; font-style: italic; margin: 0; font-weight: 300;}
.custom_review .content-container .custom_name { font-size: 18px; line-height: normal;}
.custom_review .custom_veri { font-size: 15px; color: #FF683D; margin-top: 14px;}
.custom_review .custom_veri svg { vertical-align: middle; margin-right: 3px;}
.custom_review .product_content { margin-top: 28px;}
.custom_review .product_content .card__heading a { display: flex; align-items: center; text-decoration: underline; color: rgba(var(--color-foreground)); font-size: 16px; font-weight: 500; column-gap: 12px;}
.custom_review .main-title { margin-bottom: 2px;}
.custom_review .sub-title { font-size: 22px; font-weight: 300; line-height: 1.6;}
.custom_review .title-wrapper { margin-bottom: 4.1rem;}

@media screen and (max-width: 480px) {
  .custom_review .title-wrapper { margin-bottom: 2.2rem;}
  .custom_review .main-title { margin-bottom: 8px;}
  .custom_review .sub-title { font-size: 18px; line-height: 1.6;}
  .custom_review .review-list .review-list_item .content-container { padding: 22px 19px;}
  .custom_review .review-list .review-list_item .content-container .review-stars { width: 70px;}
  .custom_review .content-container .review_content { margin-top: 6px; margin-bottom: 6px;}
  .custom_review .content-container .review_content p { font-size: 13px; line-height; 1.8;}
  .custom_review .content-container .custom_name { font-size: 15px;}
  .custom_review .custom_veri { font-size: 13px; margin-top: 0;}
  .custom_review .product_content { margin-top: 22px;}
  .custom_review .product_content .card__heading img { width: 26px; height: auto;}
  .custom_review .product_content .card__heading a { column-gap: 20px; font-size: 12px;}
  .custom_review .swiper-pagination { margin-top: 25px;}
}