.section.a .banner {
	position: relative;
	overflow: hidden;
}

.section.a .banner::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0) 34%);
	pointer-events: none;
}

.section.a .banner-layers {
	z-index: 2;
}

.section.a .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	line-height: 1;
	position: relative;
}

.section.a .button i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	line-height: 1;
	position: relative;
	top: 0 !important;
	vertical-align: top;
}

.section.a .button i::before {
	display: block;
	line-height: 1;
}

.section.a .button:not(.lowercase) span {
	display: none;
}

.section.a .button:not(.lowercase) i {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	transform: none;
}

.section.a .button:not(.lowercase) i::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.home .product-small.box {
	height: 100%;
	background: transparent;
	box-shadow: none;
}

.home .product-small .col-inner {
	height: 100%;
}

.home .product-small .box-image {
	border-radius: 7px;
	overflow: hidden;
	background: #f4f4f4;
}

.home .product-small .box-image img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 7px;
}

.home .product-small .badge-container {
	display: none;
}

.home .product-small .box-text-products {
	display: flex;
	flex-direction: column;
	padding: 12px 0 0;
	text-align: left;
}

.home .product-small .title-wrapper {
	min-height: 20px;
}

.home .product-small .product-title,
.home .product-small .product-title a {
	display: block;
	overflow: hidden;
	margin: 0;
	color: #27394d !important;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0;
	text-overflow: ellipsis;
	text-transform: none;
	white-space: nowrap;
}

.home .product-small .price-wrapper {
	margin-top: 5px;
	min-height: 46px;
}

.home .product-small .price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 5px;
	color: #ff6645 !important;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
}

.home .product-small .price ins {
	order: 1;
	color: #ff6645 !important;
	font-weight: 400;
	text-decoration: none;
}

.home .product-small .price span.amount {
	color: #ff6645 !important;
	font-size: inherit;
	font-weight: inherit !important;
}

.home .product-small .price del {
	order: 2;
	color: #8d8d8d !important;
	font-size: 12px;
	font-weight: 400;
	opacity: 1;
}

.home .product-small .price del .amount {
	color: inherit !important;
	font-size: inherit;
	font-weight: inherit !important;
}

.home .product-small .price > .amount,
.home .product-small .price ins .amount {
	color: #ff6645 !important;
	font-size: inherit;
	font-weight: inherit !important;
}

.home .product-small .price .save-percent,
.home .product-small .price .save-label,
.home .product-small .price .sophielevy-save-badge {
	order: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin-top: 6px;
	padding: 6px 10px;
	border-radius: 999px;
	background: #18a84a;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

.home .b {
	display: flex;
	justify-content: center;
	width: 100%;
}

.home .b .collaboration-list {
	display: grid;
	grid-template-columns: repeat(3, 150px);
	gap: 34px;
	width: auto;
	margin: 0 auto;
	text-align: center;
}

.home .b .collaboration-list > br,
.home .b .collaboration-item > br,
.home .b .collaboration-photo-wrap > br {
	display: none;
}

.home .b .collaboration-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
}

.home .b .collaboration-photo-wrap {
	display: block;
	width: 140px;
	height: 140px;
	flex: 0 0 140px;
	overflow: hidden;
	border-radius: 50%;
	clip-path: circle(50% at 50% 50%);
	background: transparent;
	line-height: 0;
}

.home .b .collaboration-photo {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
	border-radius: 0;
	transition: transform 0.25s ease;
}

.home .b .collaboration-logo {
	display: block;
	width: 106px;
	height: 28px;
	margin-top: 8px;
	object-fit: cover;
	object-position: center;
	filter: grayscale(1);
	opacity: 0.72;
	transition: filter 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.home .b .collaboration-item:hover .collaboration-photo {
	transform: scale(1.04);
}

.home .b .collaboration-item:hover .collaboration-logo {
	filter: grayscale(0);
	opacity: 1;
	transform: translateY(-1px);
}

@media (max-width: 549px) {
	.home .b .collaboration-list {
		grid-template-columns: repeat(3, 1fr);
		gap: 14px;
		width: 100%;
	}

	.home .b .collaboration-photo-wrap {
		width: 92px;
		height: 92px;
		flex-basis: 92px;
	}

	.home .b .collaboration-logo {
		width: 76px;
		height: 22px;
	}
}

.home .c {
	width: 100%;
}

.home .c .faq-c {
	width: 100%;
	background: #fff6d8;
}

.home .c .faq-c__content {
	display: grid;
	grid-template-columns: minmax(320px, 1fr) minmax(300px, 420px);
	gap: 42px;
	align-items: stretch;
	max-width: 1080px;
	margin: 0 auto;
	padding: 34px 15px 0;
}

.home .c .faq-c__copy {
	padding: 18px 0 58px;
}

.home .c .faq-c h2 {
	margin: 0 0 18px;
	color: #07111f;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0;
	text-transform: uppercase;
}

.home .c .faq-c__intro {
	margin: 0 0 14px;
	color: #8e8777;
	font-size: 13px;
	line-height: 1.5;
}

.home .c .faq-c__list {
	display: grid;
	gap: 10px;
}

.home .c details {
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06), 0 10px 22px rgba(37, 31, 13, 0.06);
	transition: background-color 0.2s ease, color 0.2s ease;
}

.home .c details:hover {
	background: #ff7a45;
}

.home .c summary {
	display: grid;
	grid-template-columns: 18px 1fr 18px;
	gap: 8px;
	align-items: center;
	min-height: 48px;
	padding: 11px 14px;
	color: #07111f;
	font-size: 14px;
	line-height: 1.3;
	cursor: pointer;
	list-style: none;
	transition: color 0.2s ease;
}

.home .c summary::-webkit-details-marker {
	display: none;
}

.home .c summary::after {
	content: "+";
	color: #07111f;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	transition: color 0.2s ease;
}

.home .c details[open] summary::after {
	content: "-";
}

.home .c summary strong {
	font-weight: 800;
}

.home .c .faq-c__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border: 1px solid #b8b8b8;
	border-radius: 50%;
	color: #8c8c8c;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.home .c details p {
	margin: 0;
	padding: 14px 18px 18px;
	border-top: 1px solid #eeeeee;
	color: #07111f;
	font-size: 14px;
	line-height: 1.48;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.home .c details:hover summary,
.home .c details:hover summary::after,
.home .c details:hover p {
	color: #fff;
}

.home .c details:hover p {
	border-top-color: rgba(255, 255, 255, 0.25);
}

.home .c details:hover .faq-c__number {
	border-color: rgba(255, 255, 255, 0.75);
	color: #fff;
}

.home .c .faq-c__media {
	align-self: end;
	overflow: hidden;
	min-height: 500px;
	border-radius: 240px 240px 0 0;
	line-height: 0;
	background: #000;
}

.home .c .faq-c__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 500px;
	object-fit: cover;
	object-position: center bottom;
	border-radius: 0;
}

@media (max-width: 849px) {
	.home .c .faq-c__content {
		grid-template-columns: 1fr;
		gap: 24px;
		padding-top: 28px;
	}

	.home .c .faq-c__copy {
		padding-bottom: 0;
	}

	.home .c .faq-c h2 {
		font-size: 25px;
	}

	.home .c .faq-c__media {
		width: min(100%, 420px);
		min-height: 420px;
		margin: 0 auto;
	}

	.home .c .faq-c__media img {
		min-height: 420px;
	}
}

@media (max-width: 549px) {
	.home .c .faq-c__content {
		padding: 24px 12px 0;
	}

	.home .c summary {
		grid-template-columns: 18px 1fr 16px;
		font-size: 13px;
	}

	.home .c details p {
		font-size: 13px;
	}
}

.home .d {
	width: 100%;
}

.home .d .testimonials-d {
	position: relative;
	max-width: 1040px;
	margin: -4px auto 0;
	padding: 0 54px 48px;
	text-align: center;
}

.home .d .testimonials-d__stars {
	display: none;
}

.home .d .testimonials-d__stage {
	position: relative;
}

.home .d .testimonials-d__viewport {
	overflow: hidden;
}

.home .d .testimonials-d__grid {
	display: flex;
	gap: 0;
	transition: transform 0.45s ease;
	will-change: transform;
}

.home .d .testimonials-d__item {
	flex: 0 0 33.333333%;
	position: relative;
	margin: 0;
	padding: 0 15px;
	text-align: center;
}

.home .d .testimonials-d__photo {
	display: block;
	width: 100% !important;
	height: 144px !important;
	object-fit: cover !important;
	object-position: center !important;
	border-radius: 4px;
}

.home .d .testimonials-d__avatar {
	position: relative;
	display: block;
	width: 42px;
	height: 42px;
	margin: -21px auto 17px;
	border: 4px solid #fff;
	border-radius: 50%;
	background: #e8e8e8;
	background-position: center;
	background-size: cover;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.home .d .testimonials-d__avatar::before {
	display: none;
}

.home .d .testimonials-d__avatar::after {
	display: none;
}

.home .d .testimonials-d__item:nth-child(1) .testimonials-d__avatar {
	background-image: url("/wp-content/uploads/2026/07/zelda-hylian-shield-and-master-sword-wrist-rest-8-e1760512345641-100x100.jpg");
}

.home .d .testimonials-d__item:nth-child(2) .testimonials-d__avatar {
	background-image: url("/wp-content/uploads/2026/07/toy-story-night-light-9-100x100.jpg");
}

.home .d .testimonials-d__item:nth-child(3) .testimonials-d__avatar {
	background-image: url("/wp-content/uploads/2026/07/black-and-red-koi-resin-spacebar-keycap-4-100x100.jpg");
}

.home .d .testimonials-d__item:nth-child(4) .testimonials-d__avatar {
	background-image: url("/wp-content/uploads/2026/07/black-and-red-koi-resin-spacebar-keycap-4-100x100.jpg");
}

.home .d .testimonials-d__item:nth-child(5) .testimonials-d__avatar {
	background-image: url("/wp-content/uploads/2026/07/toy-story-night-light-9-100x100.jpg");
}

.home .d .testimonials-d__item:nth-child(6) .testimonials-d__avatar {
	background-image: url("/wp-content/uploads/2026/07/pokemon-spacebar-6.jpg-100x100.jpg");
}

.home .d .testimonials-d__item:nth-child(7) .testimonials-d__avatar {
	background-image: url("/wp-content/uploads/2026/07/guardian-amiibo-the-legend-of-zelda-keycap3-e1776246398849-100x100.jpg");
}

.home .d .testimonials-d__item:nth-child(8) .testimonials-d__avatar {
	background-image: url("/wp-content/uploads/2026/07/mega-blaziken-pokemon-lamp-ver-2-8-e1780387774622-100x100.jpg");
}

.home .d .testimonials-d__item:nth-child(9) .testimonials-d__avatar {
	background-image: url("/wp-content/uploads/2026/07/resin-keyboard-case-by-hirosart-1-100x100.jpg");
}

.home .d .testimonials-d__quote {
	min-height: 84px;
	margin: 0 0 10px;
	color: #4d4d4d;
	font-size: 13px;
	font-style: italic;
	line-height: 1.42;
}

.home .d .testimonials-d__item h3 {
	margin: 0;
	color: #111;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
}

.home .d .testimonials-d__item span:not(.testimonials-d__avatar) {
	display: block;
	margin-top: 3px;
	color: #9a9a9a;
	font-size: 11px;
	line-height: 1.2;
}

.home .d .testimonials-d__arrow {
	position: absolute;
	top: 58px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin: 0;
	padding: 0;
	border: 1px solid #dddddd;
	border-radius: 50%;
	background: #fff;
	color: #1a1a1a;
	font-size: 31px;
	font-weight: 300;
	line-height: 1;
	box-shadow: none;
	transform: translateY(-50%);
}

.home .d .testimonials-d__arrow--prev {
	left: -52px;
}

.home .d .testimonials-d__arrow--next {
	right: -52px;
}

.home .d .testimonials-d__arrow:hover {
	border-color: #ff7a45;
	background: #ff7a45;
	color: #fff;
}

@media (max-width: 849px) {
	.home .d .testimonials-d {
		padding: 0 8px 40px;
	}

	.home .d .testimonials-d__grid {
		display: flex;
	}

	.home .d .testimonials-d__item {
		flex-basis: 100%;
		padding: 0;
	}

	.home .d .testimonials-d__photo {
		height: 190px;
	}

	.home .d .testimonials-d__quote {
		min-height: 0;
	}

	.home .d .testimonials-d__arrow {
		display: none;
	}
}
