/* ????? */

#swiper1 {
	width: 144rem;
	height: 29.6rem;
}

.chewy-home-contentzone {
	width: 100%;
	background-color: #fff;
}

.util-belt {
	margin: auto;
	max-width: 144rem;
}

.chewy-home-content {
	margin: auto;
	padding: var(--section-space) var(--side-padding);
}

.chewy-home-content .content-header {
	position: relative;
}

.chewy-home-content p,
.chewy-home-content .content-header p {
	text-align: center;
	margin: 0;
	margin-bottom: 0;
	padding: 0;
	max-width: 144rem;
	color: #121212;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 2.5rem;
	letter-spacing: .01em;
}

.image-list__title {
	display: inline-block;
	width: 100%;
}

.home-content__wrapper {
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 144rem;
}

.container {
	position: relative;
	margin: auto;
	padding: var(--section-space) var(--side-padding);
	width: 100%;
	max-width: var(--max-width);
}

.wrapper.slide {
	padding-top: 0;
	padding-bottom: 0;
	max-width: var(--max-width);
}

.home-content__flex-box {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.banner-button {
	position: absolute;
	height: 3.6rem;
	width: 3.6rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #121212;
	z-index: 1001;
	opacity: 0.6;
	transition: 0.1s;
	cursor: pointer;
}

.banner-button:hover {
	opacity: 0.7;
}

.banner-button-prev {
	top: calc(50% - 1.8rem);
	left: 2.5rem;
}

.banner-button-prev i {
	transform: rotate(180deg);
}

.banner-button-next {
	top: calc(50% - 1.8rem);
	right: 2.5rem;
}

.banner-button i {
	color: #fff;
	font-size: 1.4rem;
}

.kib-container__ul {
	display: flex;
	flex-flow: row;
	margin: auto;
}

.kib-container__ul>li {
	display: inline-block;
	flex: 1 1;
	flex-direction: column;
	/* height: 8.7rem; */
	justify-content: center;
	text-decoration: none;
	background-color: #F5F5F5;
	border-top: 0.05rem solid #e8e8e8;
	border-left: 0.05rem solid #e8e8e8;
	border-bottom: 0.05rem solid #e8e8e8;
}

.kib-container__ul>li:last-child {
	border: 0.05rem solid #e8e8e8;
}

@media screen and (max-width: 768px) {
	.kib-container__ul {
		flex-wrap: wrap;
	}

	.kib-container__ul>li {
		width: 50%;
		flex: initial;
	}

	.kib-container__ul .tile-link-whole {
		padding: 1.6rem 0 1.6rem 1rem;
	}

	.kib-container__ul .tile-content .desk-tile-img {
		margin-right: 0.8rem;
		width: 3.9rem;
	}
}

.tile-link-whole {
	display: block;
	height: inherit;
	padding: 1.7rem 0 1.7rem 8.3333%;
	text-decoration: none;
}

.tile-link-whole:hover .tile-link {
	text-decoration: underline;
}

.tile-content {
	display: flex;
	text-decoration: none;
	align-items: center;
}

.tile-content .desk-tile-img {
	margin-right: 1.6rem;
	height: 3.9rem;
	position: relative;
}

.tile-content .status-container {
	display: flex;
	flex-direction: column;
}

.status-container .tile-title {
	text-align: left;
	margin: 0;
	color: #555;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4;
	white-space: nowrap;
}

.status-container .tile-link {
	text-align: left;
	margin: 0;
	color: #0e70be;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	white-space: nowrap;
}

.desk-tile-img img {
	height: 3.9rem;
	width: auto;
	object-fit: contain;
}

.kib-carousel__content {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-flow: row;
}

.kib-carousel__content>li {
	margin-right: 1.7rem;
}

.kib-carousel__content>li>a {
	margin-top: 0.4rem;
	margin-bottom: 0.2rem;
	text-decoration: none;
}

.kib-carousel__wrapper {
	position: relative;
}

.kib-carousel__wrapper__btn {
	position: absolute;
	top: calc(50% - 18px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	width: 36px;
	color: #fff;
	background-color: var(--theme-color-yellow);
	border-radius: 50%;
	transition: 0.1s;
	z-index: 1001;
	cursor: pointer;
}

.kib-carousel__wrapper__btn>i,
.banner-button>i {
	font-size: 16px;
	margin: auto;
}

.button-prev {
	left: -18px;
}

.button-next {
	right: -18px;
}

.kib-carousel__item {
	display: inline-block;
	/* width: 20rem; */
}

.kib-carousel__item:hover p {
	text-decoration: underline;
}

.kib-carousel__item>img {
	height: 20rem;
	width: 20rem;
	border-radius: 5px;
}

.kib-carousel__item>p {
	text-align: center;
	color: #121212;
	font-size: 1.6rem;
	margin-top: 1.6rem;
	margin-bottom: 0;
}

#swiper2>.swiper-wrapper>.swiper-slide,
#swiper3>.swiper-wrapper>.swiper-slide,
#swiper4>.swiper-wrapper>.swiper-slide,
#swiper5>.swiper-wrapper>.swiper-slide,
#swiper6>.swiper-wrapper>.swiper-slide {
	width: 200px !important;
}

.home-content__ul {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	column-gap: 1.6rem;
}

.home-content__ul>li>a,
.home-shop__wrapper>a {
	display: inline-block;
	color: #121212;
	text-decoration: none;
	margin-top: 1.6rem;
}

.home-content__ul>li>a {
	width: 100%;
}

.home-content__ul>li>a:hover p,
.home-shop__wrapper>a:hover p {
	text-decoration: underline;
}

/* .home-content__ul li {
    width: 21.9rem;
} */

.home-content__li-5 {
	width: calc((100% - 6.4rem)/5) !important;
}

.home-content__item {
	width: 100%;
	cursor: pointer;
}

.home-content__item:hover>p,
.home-content__Shop:hover>p:not(.home-content-subtitle) {
	text-decoration: underline;
}

.home-content__item>img {
	height: 100%;
	width: 100%;
	border-radius: 0.8rem;
	/* box-shadow: inset 0 0 0 0.1rem #f5f5f5, 0 0 0.8rem rgb(0 0 0 / 8%); */
}

.home-content__item>p,
.home-content__Shop>p {
	text-align: center;
	color: #121212;
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 400;
	letter-spacing: -0.03em;
	margin-top: 1.6rem;
	margin-bottom: 0;
}

.home-content__Shop p {
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 600;
	letter-spacing: .01em;
}

.home-shop__wrapper {
	display: flex;
	justify-content: space-between;
}

.home-content__Shop {
	margin-top: 1.6rem;
	cursor: pointer;
}

.home-content__Shop img {
	width: 100%;
}

.home-content__Shop .home-content-subtitle {
	color: #666;
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: 400;
	letter-spacing: -0.03em;
}

.home-content-subtitle:not(.home-content__Shop p) {
	margin-top: 0.4rem !important;
	color: #666 !important;
	font-size: 1.3rem !important;
	font-weight: 400 !important;
	line-height: 1.8rem !important;
}

.home-content-sublink {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-top: 0.4rem;
	color: #0e70be;
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.8rem;
}

.home-content-sublink:hover {
	text-decoration: underline;
}

.brand-box {
	border-radius: 0.8rem;
	box-shadow: inset 0 0 0 0.1rem #f5f5f5, 0 0 0.8rem rgb(0 0 0 / 8%);
}

.home-content-email {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.email__text-container {
	margin-right: 48px;
}

.email__text-header {
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight: 700;
}

.email__text-subheader {
	font-size: 1.3rem;
	line-height: 1.8rem;
	font-weight: 400;
}

.email__input-field {
	margin-right: 1rem;
	height: 5.6rem;
	width: 34.3rem;
}

.email__input-field>input {
	padding: 0 1.6rem;
	height: 100%;
	width: 100%;
	border-radius: 0.8rem;
	border: 1px solid #121212;
	font-size: 1.6rem;
	line-height: 2rem;
	letter-spacing: -0.03em;
	user-select: none;
}

.chewy-home-content__email {
	margin: 20px auto;
	padding: 32px 0;
	background-color: #DBEBF9;
}

/* ???? Start */
.kib-product-card {
	height: 100%;
	border: 0.1rem solid var(--theme-border-color);
	border-radius: var(--theme-border-radius);
	overflow: hidden;
}

.kib-product-card__canvas {
	position: relative;
	display: flex;
	align-items: center;
	padding: 15px 12px 10px;
	/* height: max-content; */
	/* max-width: 24.8rem; */
	min-width: 8rem;
	color: #666;
}

.kib-product__flag {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	height: 2.4rem;
	min-width: 5rem;
	padding: 0 1.2rem;
	border-bottom-right-radius: 0.8rem;
	background-color: #bc2848;
	color: #fff;
	font-size: 1.2rem;
	line-height: 2.2rem;
	letter-spacing: -0.03em;
}

.kib-product-image {
	width: 18.2rem;
	margin: 0 auto;
	font-size: 0;
	background-color: var(--theme-back-gray);
	background-position: center;
}

.kib-product-image>img {
	height: 18.2rem;
	width: 18.2rem;
	cursor: pointer;
}

.kib-product-image .prod-hover-img {
	display: none;
}

.kib-product__content {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	flex-grow: 1;
	justify-content: space-between;
	padding: 0 20px 25px;
}

.kib-product__content .kib-product-rating .ratings-reviews {
	margin-top: 0;
	height: 100%;
	font-size: 0;
}

.kib-product__content .product-cate {
	margin-bottom: 8px;
	color: var(--theme-title-color-sub);
	font-size: 14px;
	line-height: 1;
}

.kib-product-title,
.kib-product-title h3 {
	width: 100%;
	color: var(--theme-color-font);
	font-size: 16px;
	line-height: 17px;
	margin-top: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.kib-product-title {
	margin-bottom: 8px;
}

.kib-product-title h3 {
	margin: 0;
}

.kib-product-title p {
	color: var(--theme-color-font);
	font-size: 16px;
	line-height: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	cursor: pointer;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.kib-product-title span {
	display: -webkit-box;
	padding-top: 8px;
	color: var(--theme-title-color-sub);
	font-size: 14px;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.kib-product-rating {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	height: 12px;
}

.kib-rating__count {
	padding-left: 0.8rem;
	font-size: 14px;
	line-height: 12px;
}

.kib-product__price {
	display: flex;
	align-items: flex-end;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	color: var(--theme-color-red);
}

.kib-product__price del {
	padding-bottom: 1px;
	margin-left: 10px;
	color: var(--theme-title-color-sub);
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
}

.kib-product__price img {
	margin-left: 0.4rem;
	height: 1.5rem;
}

.kib-product__message {
	margin-top: 0.8rem;
	padding: 0.4rem 0.8rem;
	border-radius: 0.4rem;
	background-color: #006b2b;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.8rem;
}

.kib-banner__image {
	margin-bottom: 3rem;
	width: 100%;
	object-fit: cover;
}

.kib-product-rating .radiogroup {
	margin-right: 0;
}

.kib-product-rating .radiogroup .ratings-item i {
	font-size: 12px;
	zoom: 0.83333333;
}

@media screen and (max-width: 768px) {
	.kib-product-card__canvas {
		padding: 10px;
	}

	.kib-product__content {
		padding: 0 10px 13px;
	}

	.kib-product__content .product-cate {
		margin-bottom: 8px;
		font-size: 12px;
		line-height: 13px;
	}

	.kib-product-title h3 {
		font-size: 14px;
		line-height: 18px;
	}

	.kib-product-title span {
		padding-top: 8px;
	}

	.kib-rating__count {
		font-size: 12px;
		line-height: 1;
	}

	.products-slide .swiper {
		padding-bottom: 20px;
	}

	.products-slide .swiper-pagination {
		bottom: 0;
	}
}

/* ???? End */

.wrapper .swiper-pagination {
	bottom: 0;
}

/* ???? start */

.about-content_layout {
	display: flex;
	align-items: center;
	/* margin: 0 -1.2rem; */
	margin: auto;
	padding: 1.6rem 0 2.4rem;
	width: 100%;
	max-width: 144rem;
}

.about-content_column {
	margin: 0 1.6rem;
	width: calc(50% - 3.2rem);
}

.about-content_title {
	margin: 0 auto;
	text-align: center;
	max-width: 144rem;
	color: #121212;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 2.5rem;
	letter-spacing: .01em;
}

.about-content_column img {
	width: calc(100% - 32px);
	object-fit: contain;
}

/* .about-content_subtext > *, .about-content_subtext > * > * .summary-item.rich-text-comm > *, .summary-item.rich-text-comm > * > *, .custom_page .content > *, .custom_page .content > * > * {
  color: #454545;
  margin-top: 0.4rem;
  margin: 1rem 0;
  font-size: 1.4rem;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: -.03em;
} */

.about-content_media img {
	width: 100%;
}

.about-content_btn {
	display: inline-flex;
	align-items: center;
	background-color: inherit;
	color: var(--main-bg-color);
	appearance: none;
	border: 0;
	border-radius: 4rem;
	cursor: pointer;
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 700;
	height: 4rem;
	padding: 0 1.2rem;
	transform: translate(0);
	transition: background-color .1s ease-out;
}

.about-content_btn:hover {
	background-color: #DBEBF9;
}

.summary {
	margin: 3.6rem auto 2.4rem;
	width: 100%;
	max-width: 144rem;
}

.summary .title {
	text-align: center;
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-weight: 600;
}

.email-sign-up_btn:hover {
	background-color: #2661CE !important;
}


/* ???? end */

@media screen and (max-width: 768px) {

	.desktop-header,
	.desktop-header__navigation {
		display: none;
	}

	.desk-tile-img {
		display: block;
	}

	.chewy-home-content {
		padding: 1.6rem;
	}

	.home-content__ul {
		justify-content: space-between;
	}

	.home-content__ul::after {
		content: '';
		width: 10.866rem;
	}

	.home-content__ul li {
		width: calc(50% - 0.8rem) !important;
	}

	/* ????????? */
	.banner-button,
	.kib-carousel__wrapper__btn {
		display: none;
	}

	.kib-carousel__item>img {
		height: 14rem;
		width: 14rem;
	}

	#swiper1 {
		width: 100%;
		height: 24rem;
	}

	.kib-product-image {
		background-size: contain;
	}

	.kib-product-image>img {
		width: 100%;
		height: auto;
	}

	.home-shop__wrapper {
		flex-direction: column;
	}

	.home-content__Shop {
		width: 100%;
	}

	.kib-banner__image {
		height: 12.8rem;
	}

	.home-content__flex-box {
		flex-direction: column;
	}

	.container {
		margin-bottom: 0;
	}

	.wrapper.slide {
		padding: 0 0 calc(var(--section-space) / 2);
	}

	.email__text-container {
		margin-right: 0;
	}

	.home-content-email {
		padding: 1.6rem 0;
		flex-direction: column;
		align-items: flex-start;
	}

	.tile-content {
		align-items: center;
	}

	.tile-title,
	.tile-link {
		font-size: 1.4rem;
	}

	.email__text-subheader {
		font-size: 1.4rem;
		letter-spacing: -0.03em;
	}

	.email__input-field {
		margin-right: 0;
	}

	.email__input {
		margin-top: 2.4rem;
		width: 100%;
	}

	.email__input-field {
		width: 100%;
	}

	.email-sign-up_btn {
		margin-top: 0.8rem;
		width: 100% !important;
	}

	.mobile-footer {
		display: block;
	}

	.back-to-top__btn {
		border-radius: 2.4rem;
		border: 0.2rem solid var(--main-bg-color);
	}

	.about-content_layout {
		flex-direction: column;
		padding: 1.6rem;
	}

	.about-content_column {
		width: 100%;
	}

	.about-content_column.image {
		order: 1;
	}

	.about-content_column.text {
		order: 2;
		margin-top: 1.6rem;
	}

	.about-content_btn {
		background-color: #DBEBF9;
	}

	.status-container .tile-title {
		font-size: 1.4rem;
	}

	.status-container .tile-link {
		font-size: 1.4rem;
	}

	.home-content-sublink {
		margin-top: 0;
		margin-bottom: 0.4rem;
	}

	.about-content_column img {
		width: 100%;
	}
}

@media screen and (min-width: 769px) {

	.mobile-header {
		display: block;
	}

	.mobile-header {
		display: none;
	}

	.chewy-home-content .content-header p,
	.chewy-home-content .image-list__title,
	.about-content_title,
	.summary .title {
		font-size: 4.5rem;
		line-height: 4.5rem;
		/* margin-bottom: 2.4rem; */
	}

	.kib-product-image:hover .prod-hover-img {
		display: block;
	}

	.kib-product-image:hover .prod-img {
		display: none;
	}
}

@media screen and (max-width: 1440px) {

	.summary,
	.blog {
		padding: 0 1.6rem;
		margin-top: 2.4rem;
	}
}

/* ???? Start */
.imgtxt-icon {
	padding: var(--section-space) var(--side-padding);
}

.imgtxt-icon-wrapper {
	display: flex;
	border: 1px solid var(--theme-border-color);
}

.imgtxt-icon-item {
	flex: 1;
	display: flex;
	justify-content: center;
	padding: 20px;
	max-width: 50%;
	align-items: center;
	background-color: var(--theme-back-gray);
}

.imgtxt-icon-title {
	line-height: 1.4375;
	white-space: wrap;
	font-weight: 700;
	font-size: 18px;
}

.imgtxt-icon-image>img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left;
}

.imgtxt-icon-image {
	margin-right: 32px;
	height: 40px;
	flex-shrink: 0;
}

.imgtxt-icon-text {
	color: var(--theme-color-font);
	line-height: 1.2;
	text-align: left;
}

.imgtxt-icon-desc {
	width: 100%;
	white-space: wrap;
	font-size: 16px;
}

@media screen and (min-width: 769px) {
	.imgtxt-icon-item:not(:last-child) {
		border-right: 1px solid var(--theme-border-color);
	}
}

@media screen and (max-width: 768px) {
	.imgtxt-icon {
		padding-top: calc(var(--section-space) / 2);
		padding-bottom: calc(var(--section-space) / 2);
	}

	.imgtxt-icon-wrapper {
		flex-wrap: wrap;
		border-right: 0;
		border-bottom: 0;
	}

	.imgtxt-icon-item {
		flex: none;
		justify-content: flex-start;
		padding: 10px;
		width: 50%;
		max-width: 50%;
		border-right: 1px solid var(--theme-border-color);
		border-bottom: 1px solid var(--theme-border-color);
	}

	.imgtxt-icon-image {
		margin-right: 10px;
		height: 30px;
	}

	.imgtxt-icon-item .imgtxt-icon-title {
		font-size: 14px;
		line-height: 20px;
	}

	.imgtxt-icon-item .imgtxt-icon-desc {
		font-size: 12px;
		line-height: 14px;
	}
}

/* ???? End */

/* ???? Start */
[data-section-type="imgtxt_single"] .wrapper {
	padding: var(--section-space) var(--side-padding);
}

.imgtxt-single {
	display: flex;
	justify-content: space-between;
}

.imgtxt-single-image {
	display: block;
	position: relative;
	width: 54.23611111111111%;
	overflow: hidden;
	background-color: var(--theme-border-color);
	transition: .5s all ease;
	-moz-transition: .5s all ease;
	-webkit-transition: .5s all ease;
}

.imgtxt-single-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.imgtxt-single-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 40px;
	height: auto;
	line-height: 1.2;
	border: 1px solid var(--theme-border-color);
	background-color: var(--theme-back-gray);
}

.imgtxt-single-text .content-title {
	margin-bottom: 25px;
	width: calc(100% - 80px);
	font-size: 40px;
	font-weight: bold;
	text-align: left;
}

.imgtxt-single-text .rich-text {
	font-size: 14px;
	text-align: left;
	white-space: pre-wrap;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	[data-section-type="imgtxt_single"] .wrapper {
		padding-top: calc(var(--section-space) / 2);
	}

	.imgtxt-single {
		flex-direction: column;
	}

	.imgtxt-single:not(:last-child) {
		margin-bottom: 32px;
	}

	.imgtxt-single-image {
		width: 100%;
	}

	.imgtxt-single-text {
		padding: 12px 18px;
		width: 100%;
	}

	.imgtxt-single-text .content-title {
		margin-bottom: 1px;
		width: 100%;
		font-size: 24px;
		line-height: 1.33333333;
	}

	.imgtxt-single-text .rich-text {
		width: 100%;
		font-size: 12px;
		line-height: 1.66666666;
	}
}

@media screen and (min-width: 769px) {
	.imgtxt-single-text {
		flex: 1;
	}
}

/* ???? End */

/* ??? Start */
.wrapper.home-rich-text {
	padding: var(--section-space) var(--side-padding);
}

/* ??? End */

/* ???? Start */
.imgtxt-list-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 20px 20px;
	background-color: var(--theme-back-gray);
}

.imgtxt-list-item {
	display: flex;
	flex-direction: column;
	padding: 20px 10px 15px;
	margin-bottom: var(--h-space);
	margin-right: var(--v-space);
	background-color: #fff;
}

.imgtxt-list-top {
	width: 135px;
}

.imgtxt-list-image {
	position: relative;
	width: 100%;
	margin-bottom: 25px;
	padding-bottom: 100%;
}

.imgtxt-list-title {
	margin-bottom: 7px;
	line-height: 1.2;
	font-weight: 600;
}

.imgtxt-list-text {
	margin-bottom: 8px;
	line-height: 17px;
	font-weight: bold;
	white-space: pre-wrap;
}

.imgtxt-list-desc {
	padding-bottom: 16px;
}

.imgtxt-list-desc p {
	font-size: 14px;
	line-height: 22px;
}

.imgtxt-list-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.imgtxt-list-btn {
	width: fit-content;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.imgtxt-list-body {
		padding: 10px;
	}

	.imgtxt-list-item {
		flex-direction: row;
		padding: 15px 10px 8px;
	}

	.imgtxt-list-item:not(:last-child) {
		margin-bottom: 10px;
	}

	.imgtxt-list-item:last-child {
		margin-bottom: 0;
	}

	.imgtxt-list-image {
		margin-bottom: 0;
		width: 96px;
	}

	.imgtxt-list .imgtxt-list-item .imgtxt-list-content {
		margin-left: 12px;
		text-align: left;
	}

	.imgtxt-list-text {
		margin-bottom: 8px;
		font-size: 14px;
	}

	.imgtxt-list-item .imgtxt-list-content .imgtxt-list-title {
		margin-bottom: 8px;
		font-size: 16px;
	}

	.imgtxt-list-desc p {
		font-size: 12px;
		line-height: 20px;
	}

	.imgtxt-list-btn {
		width: 100%;
		padding: 2px 5px 0;
	}

	.imgtxt-list-desc {
		padding-bottom: 0px;
	}
}

/* ???? End */

/* View more?? Start */
.view-more-box {
	text-align: center;
}

.view-more {
	margin: 20px auto 0;
}

.learn-more:hover,
.read-now:hover {
	color: var(--theme-color-yellow);
}

@media screen and (max-width: 768px) {
	.view-more {
		margin-top: 10px;
	}
}

/* View more?? End */

/* ???? Start */
.pure-images .text-align--center {
	margin: calc(40px - var(--h-space)) 0 var(--h-space);
}

.image-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -40px;
}

.image-list .image-item {
	margin: 0 var(--v-space) 40px 0;
}

@media screen and (max-width: 768px) {
	.image-list {
		margin-bottom: calc(-1 * var(--v-space));
	}

	.pure-images .text-align--center {
		margin: 8px 0 12px;
	}

	.image-list .image-item {
		margin-bottom: var(--v-space);
		width: 100%;
	}

}

@media screen and (min-width: 769px) {
	.image-list .image-item {
		margin-right: var(--v-space);
	}
}

/* ???? End */

/* ?? Start */
.content-blog-list {
	display: flex;
	flex-wrap: wrap;
}

.content-blog-item {
	margin-bottom: var(--h-space);
	margin-right: var(--v-space);
}

.content-blog-cover {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 66.66666666%;
	background-color: var(--main-bg-color);
}

.content-blog-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.content-blog-image.no-img {
	height: unset;
	top: 50%;
	transform: translateY(-50%);
}

.content-blog-bottom {
	padding: 10px 20px;
	background-color: var(--theme-back-gray);
}

.content-blog-title {
	margin-bottom: 7px;
	color: var(--theme-color-font);
	font-size: 16px;
	line-height: 20px;
}

.content-blog-info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 6px;
}

.content-blog-author {
	font-weight: 600;
	line-height: 20px;
}

.content-blog-time {
	color: var(--theme-title-color-sub);
	font-size: 12px;
	line-height: 20px;
}

.content-blog-content {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
	line-height: 20px
}

.content-blog-bottom .read-now {
	display: inline-block;
	margin-top: 3px;
	font-size: 14px;
	line-height: 20px;
	text-decoration: underline;
}

@media screen and (min-width: 769px) {
	.content-blog-list {
		margin-bottom: calc(-1 * var(--h-space));
	}
}

@media screen and (max-width:768px) {
	.content-blog-list {
		flex-wrap: nowrap;
	}

	.content-blog-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}

	.content-blog-title {
		width: auto;
		font-size: 16px
	}

	.content-blog-content {
		font-size: 15px;
		line-height: 21px;
	}

	.content-blog-bottom {
		padding: 10px 35px;
	}

	.content-blog .swiper {
		padding-bottom: 20px;
	}
}

/* ?? End */

/* ?????? Start */
.choicereview .section-sub-title {
	margin: -2px auto 24px;
	width: 60%;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.choicereview-list {
  display: flex;
  flex-wrap: wrap;
	margin-bottom: calc(-1 * var(--h-space));
}

.choicereview-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: var(--h-space);
}

.choicereview-image {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: var(--theme-back-gray);
}

.choicereview-image.no-img {
	background-color: var(--theme-back-gray);
  background-position: center;
}

.choicereview-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.choicereview-image.no-img img{
  height: unset;
  top: 50%;
  transform: translateY(-50%);
}

.choicereview-info{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.choicereview-origin {
	font-size: 16px;
	line-height: 20px;
}

.choicereview-time {
	color: var(--theme-title-color-sub);
	font-size: 12px;
	line-height: 20px;
}

.choicereview-stars {
  display: flex;
  justify-content: start;
  margin-left: 10px;
}

.choicereview-stars li {
	margin-right: 4px;
	font-size: 12px;
	line-height: 20px;
	color: var(--theme-color-yellow);
	zoom: 0.83333333;
}

 .choicereview-content {
	font-size: 14px;
  line-height: 22px;
}

.choicereview-bottom {
  display: flex;
  align-items: center;
  margin-top: 4px;
  padding: 5px 6px;
  height: 60px;
  color: var(--theme-color-font);
  border: 1px solid var(--theme-border-color);
  border-radius: var(--theme-border-radius);
  transition: .3s border-color ease;
}

.choicereview-product-image {
  margin-right: 20px;
  height: 50px;
  width: 50px;
	font-size: 0;
	background-color: var(--theme-back-gray);
}

.choicereview-product-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.choicereview-product-name {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	line-height: 24px;
}

.choicereview-middle {
	padding: 10px 20px;
	background-color: var(--theme-back-gray);
}

.choicereview-middle .learn-more {
	display: inline-block;
	margin-top: 4px;
	font-size: 12px;
	line-height: 20px;
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .choicereview .section-sub-title {
		margin-bottom: 10px;
		width: 100%;
		font-size: 12px;
		line-height: 20px;
	}
	.choicereview-list {
		flex-wrap: nowrap;
	}
	.choicereview-item {
		width: 100%;
	}
	.choicereview-content {
		line-height: 21px;
	}
	.choicereview-middle {
		padding: 10px 35px;
	}
	.choicereview-bottom {
		height: 50px;
	}
	.choicereview-product-image {
		height: 40px;
		width: 40px;
	}
	.choicereview-product-name {
		font-size: 14px;
		line-height: 22px;
	}
	.choicereview .swiper {
		padding-bottom: 20px;
	}
}

@media screen and (min-width: 769px) {
  .choicereview-item {
    margin-right: var(--v-space);
  }
}
/* ???? End */

@media screen and (max-width: 768px) {
	#imgtxt_icon_item1688984997698 .imgtxt-icon-image {
		width: 48px;
	}
}