

.header {
	transition: background-color .3s;
}

body[at-top] .header {
	background-color: transparent;
}

body:not([at-top]) .header {
}

.archive-page-title-sub {
	line-height: 2;
}

.header-scales,
.header-scales-image {
	position: absolute;
}

.header-scales {
	top: 0;
	left: 0;
}

.header-scales-image {
	right: 0;
}

@media (min-width: 1401px) {
	.title-section {
		padding-top: 6px;
		padding-bottom: 40px;
	}

	.archive-page-title {
		font-size: 40px;
	}

	.archive-page-title-sub {
		font-size: 18px;
		margin-top: 30px;
	}

	.header-scales,
	.header-scales-image {
		height: 249px;
	}

	.header-scales {
		width: 175px;
	}

	.header-scales-image {
		width: 332px;
	}
}

@media (max-width: 1400px) and (min-width: 641px) {
	.title-section {
		padding-top: calc(100vw * 6 / 1400);
		padding-bottom: calc(100vw * 40 / 1400);
	}

	.archive-page-title {
		font-size: calc(100vw * 40 / 1400);
	}

	.archive-page-title-sub {
		font-size: calc(100vw * 18 / 1400);
		margin-top: calc(100vw * 30 / 1400);
	}

	.header-scales,
	.header-scales-image {
		height: calc(100vw * 249 / 1400);
	}

	.header-scales {
		width: calc(100vw * 175 / 1400);
	}

	.header-scales-image {
		width: calc(100vw * 332 / 1400);
	}
}

@media (min-width: 641px) {
}

@media (max-width: 640px) {
	.title-section {
		margin-top: calc(100vw * -8 / 640);
		padding-left: calc(100vw * 30 / 640);
		padding-right: calc(100vw * 30 / 640);
		padding-bottom: calc(100vw * 51 / 640);
	}

	.archive-page-title {
		font-size: calc(100vw * 44 / 640);
		line-height: 1.4;
	}

	.archive-page-title-sub {
		font-size: calc(100vw * 22 / 640);
		margin-top: calc(100vw * 33 / 640);
	}

	.header-scales,
	.header-scales-image {
		height: calc(100vw * 249 / 640);
	}

	.header-scales {
		top: calc(100vw * 168 / 640);
		width: calc(100vw * 155 / 640);
	}

	.header-scales-image {
		width: calc(100vw * 332 / 640);
	}
}


.types-wrapper {
	padding-top: 0;
}

.types-cta-container {
	background-color: transparent;
	box-shadow: none;
	margin-left: auto;
	margin-right: auto;
}

.faq-wrapper:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(/wp-content/themes/ginza-re-pearl/assets/img/top/bg_waves_yellow_seamless.svg);
	background-position: bottom center;
	background-repeat: repeat-x;
	content: "";
	opacity: .33;
	z-index: -1;
}

@media (min-width: 1401px) {
	.types-wrapper {
		padding-bottom: 74px;
	}

	.types-cta-container {
		margin-top: 28px;
	}

	.types-bg-staff {
		width: 340px;
	}

	.cta-container-title {
		gap: 80px;
	}

	.types-scales.__right_lower {
		bottom: -913px;
	}

	.other-bg-pearls.__right1 {
		top: -343px;
	}

	.types-scales.__left {
		left: initial;
		right: 0;
		bottom: 260px;
		width: 326px;
	}

	.types-scales.__left .types-scales-image {
		left: 0;
		right: initial;
	}

	.active-brands-wrapper {
		padding-top: 92px;
	}

	.other-wrapper {
		padding-top: 74px;
	}

	.other-title-wrapper {
		padding-bottom: 26px;
	}

	.other-title {
		font-size: 40px;
	}

	.faq-wrapper:before {
		height: 75px;
	}

	.faq-title-wrapper:before {
		top: -7px;
	}

	.faq-title {
		transform: translateY(49px);
	}

	.faq-items {
		gap: 20px;
		margin-top: 34px;
	}

	.order-history-action {
		margin-top: 47px;
	}
}

@media (max-width: 1400px) and (min-width: 641px) {
	.types-wrapper {
		padding-bottom: calc(100vw * 74 / 1400);
	}

	.types-cta-container {
		margin-top: calc(100vw * 28 / 1400);
	}

	.types-bg-staff {
		width: calc(100vw * 340 / 1400);
	}

	.cta-container-title {
		gap: calc(100vw * 80 / 1400);
	}

	.types-scales.__right_lower {
		bottom: calc(100vw * -913 / 1400);
	}

	.other-bg-pearls.__right1 {
		top: calc(100vw * -343 / 1400);
	}

	.types-scales.__left {
		left: initial;
		right: 0;
		bottom: calc(100vw * 260 / 1400);
		width: calc(100vw * 326 / 1400);
	}

	.types-scales.__left .types-scales-image {
		left: 0;
		right: initial;
	}

	.active-brands-wrapper {
		padding-top: calc(100vw * 92 / 1400);
	}

	.other-wrapper {
		padding-top: calc(100vw * 74 / 1400);
	}

	.other-title-wrapper {
		padding-bottom: calc(100vw * 26 / 1400);
	}

	.other-title {
		font-size: calc(100vw * 40 / 1400);
	}

	.faq-wrapper:before {
		height: calc(100vw * 75 / 1400);
	}

	.faq-title-wrapper:before {
		top: calc(100vw * -7 / 1400);
	}

	.faq-title {
		transform: translateY(calc(100vw * 49 / 1400));
	}

	.faq-items {
		gap: calc(100vw * 20 / 1400);
		margin-top: calc(100vw * 34 / 1400);
	}

	.order-history-action {
		margin-top: calc(100vw * 47 / 1400);
	}
}

@media (min-width: 641px) {
}

@media (max-width: 640px) {
	.types-wrapper {
		padding-bottom: calc(100vw * 24 / 640);
	}

	.types-available {
		margin-top: calc(100vw * 9 / 640);
		padding-left: 0;
		padding-right: 0;
	}

	.types-scales.__left {
		left: initial;
		right: 0;
		bottom: calc(100vw * 663 / 640);
		width: calc(100vw * 424 / 640);
	}

	.types-scales.__left .types-scales-image {
		right: calc(100vw * -140 / 640);
	}

	.types-scales.__right_lower {
		bottom: calc(100vw * -1334 / 640);
	}

	.types-scales.__right_lower .types-scales-image {
		left: initial;
		right: calc(100vw * -180 / 640);
	}

	.active-brands-wrapper {
		padding-top: calc(100vw * 71 / 640);
	}

	.other-wrapper {
		padding-top: calc(100vw * 10 / 640);
	}

	.other-bg-pearls.__right1 {
		top: calc(100vw * -224 / 640);
	}

	.faq-wrapper {
		padding-bottom: calc(100vw * 210 / 640);
	}

	.faq-wrapper:before {
		background-size: calc(100vw * 154 / 640);
		height: calc(100vw * 118 / 640);
	}

	.types-bg-staff {
		left: calc(100vw * 15 / 640);
		bottom: 0;
		width: calc(100vw * 388 / 640);
	}

	.faq-title-wrapper {
		padding-top: calc(100vw * 119 / 640);
	}

	.faq-title-wrapper:before {
		top: calc(100vw * 13 / 640);
		left: calc(100vw * -97 / 640);
		font-size: calc(100vw * 174 / 640);
	}

	.faq-items {
		gap: calc(100vw * 24 / 640);
		margin-top: calc(100vw * 38 / 640);
	}

	.faq-item-body-wrapper {
		padding-top: calc(100vw * 5 / 640);
		padding-bottom: calc(100vw * 22 / 640);
	}

	.faq-item-body-wrapper:before {
		top: calc(100vw * -8 / 640);
	}

	.order-history-action {
		margin-top: calc(100vw * 99 / 640);
	}

	.types-cta-container {
		margin-top: calc(100vw * 39 / 640);
	}

	.cta-container-title {
		width: 100%;
	}
}






@media (min-width: 1401px) {
}

@media (max-width: 1400px) and (min-width: 641px) {
}

@media (min-width: 641px) {
}

@media (max-width: 640px) {
}
/* Brand card styles */
.brand-item {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 24px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s, box-shadow 0.2s;
	min-height: 120px;
}

.brand-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.brand-item-title {
	margin: 0;
	font-size: 18px;
	color: #333;
}

.brands-items {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 24px;
	width: 100%;
}

.main {
	overflow: hidden;
}
