@font-face {
	font-family: 'inter';
	src: url('../fonts/Inter-Regular.woff2') format('woff2');
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'inter';
	src: url('../fonts/Inter-Medium.woff2') format('woff2');
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: 'inter';
	src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: 'inter';
	src: url('../fonts/Inter-Bold.woff2') format('woff2');
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

:root {
	--casio-bg: #f3f1eb;
	--casio-surface: #fffdf8;
	--casio-ink: #101010;
	--casio-muted: #5e5a54;
	--casio-line: #d8d1c4;
	--casio-accent: #c4122f;
	--casio-accent-dark: #8e0d22;
	--casio-shadow: 0 18px 50px rgba(16, 16, 16, 0.08);
	--casio-shell: 1320px;
}

body.casio-front-page,
body.casio-site-shell {
	font-family: inter, Inter, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: geometricPrecision;
}

body.casio-front-page :where(
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	a,
	span,
	small,
	strong,
	em,
	label,
	li,
	td,
	th,
	button,
	input,
	textarea,
	select,
	option,
	legend,
	blockquote,
	cite
),
body.casio-site-shell :where(
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	a,
	span,
	small,
	strong,
	em,
	label,
	li,
	td,
	th,
	button,
	input,
	textarea,
	select,
	option,
	legend,
	blockquote,
	cite
) {
	font-family: inter, Inter, sans-serif;
}

body.casio-front-page :where(button, input, textarea, select),
body.casio-site-shell :where(button, input, textarea, select) {
	font: inherit;
}

body.casio-front-page :where(
	.site-main,
	.site-main *,
	.bwp-main,
	.bwp-main *,
	.content-area,
	.content-area *,
	.entry-content,
	.entry-content *,
	.elementor,
	.elementor *,
	.woocommerce,
	.woocommerce *,
	.yith-wcwl-form,
	.yith-wcwl-form *,
	.page-head,
	.page-head *,
	.breadcrumb,
	.breadcrumbs,
	.breadcrumb,
	.breadcrumbs *,
	.breadcrumb *,
	.post,
	.post *,
	.page,
	.page *
),
body.casio-site-shell :where(
	.site-main,
	.site-main *,
	.bwp-main,
	.bwp-main *,
	.content-area,
	.content-area *,
	.entry-content,
	.entry-content *,
	.elementor,
	.elementor *,
	.woocommerce,
	.woocommerce *,
	.yith-wcwl-form,
	.yith-wcwl-form *,
	.page-head,
	.page-head *,
	.breadcrumb,
	.breadcrumbs,
	.breadcrumb,
	.breadcrumbs *,
	.breadcrumb *,
	.post,
	.post *,
	.page,
	.page *
) {
	font-family: inter, Inter, sans-serif !important;
}

body.casio-front-page {
	background:
		radial-gradient(circle at top left, rgba(196, 18, 47, 0.09), transparent 30%),
		linear-gradient(180deg, #f8f6f1 0%, #f1ede5 100%);
	color: var(--casio-ink);
}

body.casio-video-popup-open {
	overflow: hidden;
}

.casio-site {
	min-height: 100vh;
}

.casio-shell {
	width: min(calc(100% - 32px), var(--casio-shell));
	margin: 0 auto;
}

.casio-homepage {
	padding-bottom: 0;
}

.casio-home-header {
	padding: 10px 0 12px;
}

.casio-home-header__top {
	padding-bottom: 14px;
}

.casio-home-header__top-inner,
.casio-home-header__inner,
.casio-home-header__primary {
	display: grid;
	gap: 24px;
	align-items: center;
}

.casio-home-header__top-inner {
	padding: 12px 18px;
	background: rgba(255, 253, 248, 0.82);
	border: 1px solid var(--casio-line);
	border-radius: 22px;
	box-shadow: var(--casio-shadow);
}

.casio-home-header__top-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.casio-home-header__top-link {
	color: var(--casio-muted);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
}

.casio-home-header__brand {
	display: grid;
	gap: 4px;
}

.casio-home-header__logo {
	display: inline-flex;
	align-items: center;
	color: var(--casio-ink);
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.casio-home-header__logo .custom-logo-link {
	display: inline-flex;
}

.casio-home-header__logo img {
	max-height: 48px;
	width: auto;
}

.casio-home-header__tools {
	display: grid;
	gap: 18px;
}

.casio-home-header__primary {
	gap: 14px;
}

.casio-home-header__catalog {
	position: relative;
}

.casio-home-header__catalog[open] .casio-home-header__catalog-toggle {
	background: var(--casio-ink);
	color: #fff;
}

.casio-home-header__catalog[open] .casio-home-header__catalog-icon,
.casio-home-header__catalog[open] .casio-home-header__catalog-icon::before,
.casio-home-header__catalog[open] .casio-home-header__catalog-icon::after {
	background: #fff;
}

.casio-home-header__catalog-toggle {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: var(--casio-ink);
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	list-style: none;
	min-height: 56px;
	padding: 0 20px;
	text-transform: uppercase;
	white-space: nowrap;
}

.casio-home-header__catalog-toggle::-webkit-details-marker {
	display: none;
}

.casio-home-header__catalog-icon,
.casio-home-header__catalog-icon::before,
.casio-home-header__catalog-icon::after {
	display: block;
	width: 18px;
	height: 2px;
	background: #fff;
	border-radius: 999px;
	content: "";
}

.casio-home-header__catalog-icon {
	position: relative;
}

.casio-home-header__catalog-icon::before,
.casio-home-header__catalog-icon::after {
	position: absolute;
	left: 0;
}

.casio-home-header__catalog-icon::before {
	top: -6px;
}

.casio-home-header__catalog-icon::after {
	top: 6px;
}

.casio-home-header__catalog-menu {
	position: absolute;
	top: calc(100% + 12px);
	left: 0;
	z-index: 10;
	display: grid;
	gap: 10px;
	min-width: 280px;
	background: rgba(255, 253, 248, 0.98);
	border: 1px solid var(--casio-line);
	border-radius: 24px;
	box-shadow: var(--casio-shadow);
	padding: 16px;
}

.casio-home-header__catalog-link {
	color: var(--casio-ink);
	font-size: 0.92rem;
	font-weight: 700;
	padding: 10px 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.casio-home-header__catalog-link:hover {
	background: rgba(196, 18, 47, 0.05);
	border-radius: 16px;
}

.casio-home-header__search {
	flex: 1 1 auto;
	background: rgba(255, 253, 248, 0.9);
	border: 1px solid var(--casio-line);
	border-radius: 20px;
	box-shadow: var(--casio-shadow);
	padding: 18px;
}

.casio-home-header__links {
	display: grid;
	gap: 16px;
}

.casio-home-header__menu {
	background: rgba(255, 253, 248, 0.68);
	border: 1px solid rgba(216, 209, 196, 0.8);
	border-radius: 18px;
	padding: 14px 18px;
}

.casio-home-header__menu-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.casio-home-header__menu-list a {
	color: var(--casio-ink);
	font-size: 0.92rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
}

.casio-home-header__commerce {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.casio-home-header__commerce-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--casio-surface);
	border: 1px solid var(--casio-line);
	border-radius: 999px;
	color: var(--casio-ink);
	font-size: 0.92rem;
	font-weight: 700;
	padding: 10px 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.casio-home-header__count {
	display: inline-grid;
	place-items: center;
	min-width: 28px;
	height: 28px;
	background: var(--casio-accent);
	border-radius: 999px;
	color: #fff;
	font-size: 0.84rem;
}

.casio-home-header__commerce-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}

.casio-home-header__commerce-icon svg {
	display: block;
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.casio-homepage__main {
	display: grid;
	gap: 8px;
}

.casio-section {
	padding: 18px 0;
}

.casio-hero__layout,
.casio-hero__grid,
.casio-placeholder-grid {
	display: grid;
	gap: 18px;
}

.casio-hero__slider,
.casio-hero__copy,
.casio-hero__card,
.casio-placeholder-card {
	background: rgba(255, 253, 248, 0.92);
	border: 1px solid var(--casio-line);
	border-radius: 28px;
	box-shadow: var(--casio-shadow);
	padding: 28px;
}

.casio-home-footer {
	background: #18181a;
	color: #95979c;
	margin-top: 3rem;
	padding: 0;
}

.casio-home-footer .container-fluid {
	margin: 0 auto;
	max-width: 1350px;
	padding: 3.6rem 1.5rem 1.8rem;
	width: 100%;
}

.casio-home-footer .irshad-zest {
	background: #40a0b6;
	font-size: 1rem;
	height: 0.45em;
}

.casio-home-footer__grid {
	row-gap: 1.8rem;
}

.casio-home-footer__brand {
	max-width: 28rem;
}

.casio-home-footer__logo {
	display: inline-flex;
	margin-bottom: 1.4rem;
	text-decoration: none;
}

.casio-home-footer__logo img {
	display: block;
	filter: brightness(0) invert(1);
	height: auto;
	width: 11rem;
}

.casio-home-footer__brand-text,
.casio-home-footer__brand-text a {
	color: #95979c;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.8rem;
	margin: 0 0 0.6rem;
	text-decoration: none;
}

.casio-home-footer__social {
	margin-top: 1.6rem;
}

.casio-home-footer .footer__contacts__social span {
	color: #f8f8f8;
	display: block;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.casio-home-footer .footer__contacts__social__icons {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.casio-home-footer .footer__contacts__social__icons a {
	color: #c2c5ca;
	display: inline-flex;
	text-decoration: none;
	transition: color 0.2s ease;
}

.casio-home-footer .footer__contacts__social__icons a:hover,
.casio-home-footer .footer__contacts__social__icons a:focus {
	color: #ffffff;
}

.casio-home-footer .footer__menu__item h3 {
	color: #f8f8f8;
	font-size: 1.6rem;
	font-weight: 600;
	margin: 0 0 1.6rem;
}

.casio-home-footer .footer__menu__item__sub {
	list-style: none;
	margin: 0;
	padding: 0;
}

.casio-home-footer .footer__menu__item__sub__item {
	margin-bottom: 0.7rem;
}

.casio-home-footer .footer__menu__item__sub__item a {
	border-bottom: 1px solid transparent;
	color: #95979c;
	font-size: 1.2rem;
	font-weight: 400;
	padding-bottom: 2px;
	text-decoration: none;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.casio-home-footer .footer__menu__item__sub__item a:hover,
.casio-home-footer .footer__menu__item__sub__item a:focus {
	border-color: currentColor;
	color: #f8f8f8;
}

.casio-home-footer .footer__copyright {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	color: #95979c;
	font-size: 1.1rem;
	line-height: 1.7rem;
	margin-top: 2.8rem;
	padding-top: 1.4rem;
}

.casio-floating-whatsapp {
	position: fixed;
	right: 28px;
	bottom: 28px;
	z-index: 9991;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	color: #078b18;
	text-decoration: none !important;
	filter: drop-shadow(0 10px 18px rgba(7, 22, 46, 0.16));
	transition: color 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.casio-floating-whatsapp:hover,
.casio-floating-whatsapp:focus {
	color: #0aa51e;
	transform: translateY(-2px);
	filter: drop-shadow(0 12px 22px rgba(7, 22, 46, 0.22));
}

.casio-floating-whatsapp svg {
	display: block;
	width: 46px;
	height: 46px;
}

.casio-single-floating-buy-visible .casio-floating-whatsapp {
	bottom: 96px;
}

.casio-contact-page {
	background: #fff;
	color: #07162e;
}

.casio-contact-page__breadcrumbs {
	padding: 14px 0 16px;
	background: #fff;
	color: #8b929d;
	font-size: 16px;
	line-height: 22px;
}

.casio-contact-page__breadcrumbs .container-fluid {
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 24px;
}

.casio-contact-page__breadcrumbs a {
	color: #8b929d;
	text-decoration: none;
}

.casio-contact-page__breadcrumbs span {
	margin-left: 10px;
}

.casio-contact-page__breadcrumbs span + span {
	color: #07162e;
}

.casio-contact-map-section {
	position: relative;
	min-height: 760px;
	overflow: hidden;
	background: #f3f5f7;
}

.casio-contact-map {
	position: absolute;
	inset: 0;
	min-height: 760px;
	background: #eef1f4;
}

.casio-contact-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 760px;
	border: 0;
	filter: grayscale(0.08) contrast(0.96);
}

.casio-contact-map::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(255,255,255,0.46) 0%, rgba(255,255,255,0.12) 42%, rgba(255,255,255,0) 74%);
}

.casio-contact-panel {
	position: relative;
	z-index: 2;
	width: min(590px, calc(100% - 64px));
	margin: 40px 0 40px 34px;
	padding: 42px 30px 34px;
	overflow: visible;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid #dfe4eb;
	border-radius: 12px;
	box-shadow: 0 22px 54px rgba(7, 22, 46, 0.12);
}

.casio-contact-panel h1 {
	margin: 0 0 28px;
	color: #07162e;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.15;
}

.casio-contact-tabs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 26px;
	border: 1px solid #d9dee6;
	border-radius: 10px;
	overflow: hidden;
}

.casio-contact-tabs button {
	min-height: 60px;
	padding: 10px 12px;
	background: #fff;
	border: 0;
	border-right: 1px solid #d9dee6;
	color: #07162e;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
}

.casio-contact-tabs button:last-child {
	border-right: 0;
}

.casio-contact-tabs button.is-active {
	color: #ff7f18;
}

.casio-contact-tabs span {
	color: inherit;
}

.casio-contact-search {
	width: 100%;
	height: 62px;
	margin: 0 0 18px;
	padding: 0 26px;
	background: #fff;
	border: 1px solid #dfe4eb;
	border-radius: 9px;
	color: #07162e;
	font-size: 17px;
	outline: none;
}

.casio-contact-search:focus {
	border-color: #40a0b6;
	box-shadow: 0 0 0 3px rgba(64, 160, 182, 0.16);
}

.casio-contact-stores {
	display: grid;
	gap: 10px;
	padding-right: 0;
	overflow: visible;
}

.casio-contact-store-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 52px;
	gap: 16px;
	align-items: center;
	min-height: 126px;
	padding: 20px 24px 18px;
	background: #fff;
	border: 1px solid #dfe4eb;
	border-radius: 9px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.casio-contact-store-card--with-image {
	grid-template-columns: 190px minmax(0, 1fr) 52px;
	min-height: 156px;
}

.casio-contact-store-card__image {
	align-self: stretch;
	min-height: 118px;
	margin: 0;
	overflow: hidden;
	border-radius: 6px;
	background: #eef1f4;
}

.casio-contact-store-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.casio-contact-store-card.is-active,
.casio-contact-store-card:hover {
	border-color: #40a0b6;
	box-shadow: 0 14px 30px rgba(7, 22, 46, 0.08);
	transform: translateY(-1px);
}

.casio-contact-store-card h2 {
	margin: 0 0 10px;
	color: #07162e;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
}

.casio-contact-store-card p,
.casio-contact-store-card__phone {
	display: block;
	margin: 0 0 6px;
	color: #424b5a;
	font-size: 16px;
	line-height: 1.35;
	text-decoration: none;
}

.casio-contact-store-card strong {
	display: block;
	color: #17a64a;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
}

.casio-contact-store-card__route {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	background: #f7f8fa;
	border-radius: 50%;
	color: #9aa1ab;
	text-decoration: none !important;
	transition: background 0.2s ease, color 0.2s ease;
}

.casio-contact-store-card__route:hover,
.casio-contact-store-card__route:focus {
	background: #eaf7fa;
	color: #40a0b6;
}

.casio-contact-empty {
	margin: 16px 0 0;
	color: #8b929d;
	font-size: 15px;
}

.casio-contact-info-window {
	max-width: 240px;
	color: #07162e;
	font-family: Inter, sans-serif;
}

.casio-contact-info-window img {
	display: block;
	width: 220px;
	height: 130px;
	margin: 0 0 8px;
	border-radius: 8px;
	object-fit: cover;
}

.casio-contact-info-window strong {
	display: block;
	margin-bottom: 6px;
	font-size: 15px;
}

.casio-contact-info-window p,
.casio-contact-info-window em {
	display: block;
	margin: 0 0 4px;
	color: #424b5a;
	font-size: 13px;
	font-style: normal;
}

.casio-hero__slider {
	overflow: hidden;
	padding: 10px;
}

.casio-hero__slides {
	position: relative;
	aspect-ratio: 16 / 8.9;
	border-radius: 20px;
	overflow: hidden;
}

.casio-hero__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	transform: scale(1.015);
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.casio-hero__slide.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1);
}

.casio-hero__slide img,
.casio-hero__banner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.casio-hero__cta {
	position: absolute;
	left: 24px;
	bottom: 24px;
	display: inline-flex;
	align-items: center;
	background: rgba(255, 253, 248, 0.95);
	border-radius: 999px;
	color: var(--casio-ink);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	padding: 12px 18px;
	text-transform: uppercase;
}

.casio-hero__controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-top: 12px;
}

.casio-hero__control,
.casio-hero__dot {
	appearance: none;
	border: 0;
	cursor: pointer;
}

.casio-hero__control {
	background: #fff;
	border: 1px solid var(--casio-line);
	border-radius: 999px;
	color: var(--casio-ink);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	padding: 10px 14px;
	text-transform: uppercase;
}

.casio-hero__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.casio-hero__dot {
	width: 12px;
	height: 12px;
	background: rgba(16, 16, 16, 0.18);
	border-radius: 999px;
	padding: 0;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.casio-hero__dot.is-active {
	background: var(--casio-accent);
	transform: scale(1.1);
}

.casio-hero__fallback {
	padding: 18px;
}

.casio-hero__banners {
	display: grid;
	gap: 14px;
}

.casio-hero__banner {
	position: relative;
	display: block;
	aspect-ratio: 4 / 2.45;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: var(--casio-shadow);
	text-decoration: none;
}

.casio-hero__banner::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(16, 16, 16, 0.1) 0%, rgba(16, 16, 16, 0.58) 100%);
}

.casio-hero__banner-overlay {
	position: absolute;
	inset: auto 20px 22px 20px;
	z-index: 1;
	display: grid;
	gap: 12px;
}

.casio-hero__banner-title {
	color: #fff;
	font-size: clamp(1.4rem, 2vw, 2.2rem);
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
}

.casio-offer-section {
	padding: 0 0 4px;
}

.casio-offer-slider {
	position: relative;
}

.casio-offer-card {
	display: none;
	background: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(244, 240, 232, 0.98));
	border: 1px solid var(--casio-line);
	border-radius: 28px;
	box-shadow: var(--casio-shadow);
	padding: 24px;
}

.casio-offer-card.is-active {
	display: block;
}

.casio-offer-card__head,
.casio-offer-card__bottom,
.casio-offer-card__buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.casio-offer-card__head {
	margin-bottom: 20px;
}

.casio-offer-card__head > span {
	color: var(--casio-ink);
	font-size: 1.1rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.casio-offer-card__countdown {
	color: var(--casio-accent);
	font-size: 1rem;
	font-weight: 800;
	white-space: nowrap;
}

.casio-offer-card__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
	gap: 18px;
	align-items: center;
}

.casio-offer-card__eyebrow {
	color: #40a0b6;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.casio-offer-card__title {
	display: block;
	color: var(--casio-ink);
	font-size: clamp(1.4rem, 3vw, 2rem);
	font-weight: 700;
	line-height: 1.15;
	margin-top: 10px;
	text-decoration: none;
}

.casio-offer-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 24px;
	min-height: 240px;
	padding: 18px;
}

.casio-offer-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.casio-offer-card__bottom {
	grid-column: 1 / -1;
	padding-top: 8px;
}

.casio-offer-card__old-price {
	color: var(--casio-muted);
	display: block;
	font-size: 0.96rem;
	text-decoration: line-through;
}

.casio-offer-card__new-price {
	color: var(--casio-ink);
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	margin: 6px 0 0;
}

.casio-offer-card__cta,
.casio-offer-card__buttons .casio-product-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	text-decoration: none;
	white-space: nowrap;
}

.casio-offer-card__cta {
	background: #ef7f1a;
	border-radius: 999px;
	color: #fff;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.casio-offer-card__buttons .casio-product-card__button {
	padding: 0 22px;
}

.casio-offer-slider__dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	padding-top: 14px;
}

.casio-offer-slider__dot {
	appearance: none;
	width: 10px;
	height: 10px;
	background: rgba(16, 16, 16, 0.18);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	padding: 0;
}

.casio-offer-slider__dot.is-active {
	background: #40a0b6;
}

.casio-hero__aside {
	display: grid;
	gap: 14px;
	align-content: start;
}

.casio-hero__offer .casio-offer-card {
	border-radius: 24px;
	padding: 18px;
}

.casio-hero__offer .casio-offer-card__head,
.casio-hero__offer .casio-offer-card__bottom,
.casio-hero__offer .casio-offer-card__buttons {
	align-items: flex-start;
	flex-direction: column;
}

.casio-hero__offer .casio-offer-card__body {
	grid-template-columns: 1fr;
}

.casio-hero__offer .casio-offer-card__image {
	min-height: 170px;
}

.casio-hero__offer .casio-offer-card__cta,
.casio-hero__offer .casio-offer-card__buttons .casio-product-card__button {
	width: 100%;
}

.casio-hero__banner-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	background: rgba(255, 255, 255, 0.96);
	border-radius: 999px;
	color: var(--casio-ink);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	padding: 12px 18px;
	text-transform: uppercase;
}

.casio-section__eyebrow {
	color: var(--casio-accent);
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.casio-section__header {
	margin-bottom: 18px;
}

.casio-section__title,
.casio-hero__title,
.casio-home-footer__title {
	font-size: clamp(1.6rem, 3vw, 3.4rem);
	line-height: 0.98;
	margin: 0;
	text-transform: uppercase;
}

.casio-hero__text,
.casio-home-footer__meta p,
.casio-hero__card p {
	color: var(--casio-muted);
	font-size: 1rem;
	line-height: 1.7;
	margin: 14px 0 0;
	max-width: 60ch;
}

.casio-home-footer__meta p {
	color: rgba(255, 255, 255, 0.72);
}

.casio-hero__card strong {
	display: block;
	font-size: 1rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.casio-placeholder-card {
	color: var(--casio-ink);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	min-height: 132px;
	text-transform: uppercase;
}

.casio-placeholder-grid--wide {
	grid-template-columns: 1fr;
}

.casio-services {
	display: grid;
	gap: 0;
	background: rgba(255, 253, 248, 0.92);
	border: 1px solid var(--casio-line);
	border-radius: 24px;
	box-shadow: var(--casio-shadow);
	overflow: hidden;
}

.casio-services__item {
	display: flex;
	align-items: center;
	min-height: 84px;
	padding: 0 20px;
}

.casio-services__item:not(:last-child) {
	border-bottom: 1px solid rgba(216, 209, 196, 0.65);
}

.casio-services__info {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
}

.casio-services__info svg {
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
}

.casio-services__text {
	font-size: 0.96rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.casio-home-header .search-from {
	margin: 0;
}

.casio-home-header .search-from .search-box {
	display: flex;
	align-items: center;
	gap: 12px;
}

.casio-home-header .search-from .input-search {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: var(--casio-ink);
	min-height: 52px;
}

.casio-home-header .search-from .btn {
	background: var(--casio-accent);
	border: 0;
	border-radius: 999px;
	color: #fff;
	font-weight: 700;
	padding: 12px 20px;
	text-transform: uppercase;
}

.casio-home-header .search-from .select_category {
	display: none;
}

.casio-products {
	padding-top: 18px;
}

.casio-products__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 18px;
}

.casio-products__tab,
.casio-products__nav-button {
	appearance: none;
	border: 1px solid var(--casio-line);
	cursor: pointer;
}

.casio-products__tab {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #95979c;
	font-size: clamp(1.6rem, 2.6vw, 3rem);
	font-weight: 600;
	letter-spacing: 0;
	padding: 0;
	text-transform: uppercase;
	transition: color 0.2s ease;
}

.casio-products__tab.is-active {
	background: transparent;
	color: #40a0b6;
}

.casio-products__panel {
	display: none;
}

.casio-products__panel.is-active {
	display: block;
}

.casio-products__toolbar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
	margin-bottom: 12px;
}

.casio-products__nav {
	display: flex;
	gap: 12px;
}

.casio-products__nav-button {
	background: #fff;
	border-radius: 999px;
	color: var(--casio-ink);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	min-width: 74px;
	padding: 10px 14px;
	text-transform: uppercase;
}

.casio-products__track-wrap {
	position: relative;
}

.casio-products__track {
	display: flex;
	gap: 18px;
	overflow-x: auto;
	padding-bottom: 8px;
	scrollbar-width: none;
	scroll-behavior: smooth;
}

.casio-products__track::-webkit-scrollbar {
	display: none;
}

.casio-product-card {
	flex: 0 0 min(300px, calc((100% - 54px) / 4));
	display: flex;
	flex-direction: column;
	gap: 18px;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid var(--casio-line);
	border-radius: 20px;
	box-shadow: var(--casio-shadow);
	min-height: 100%;
	padding: 18px;
	scroll-snap-align: start;
}

.casio-product-card__top,
.casio-product-card__footer {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
}

.casio-product-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.casio-product-card__badge {
	background: rgba(196, 18, 47, 0.08);
	border: 1px solid rgba(196, 18, 47, 0.16);
	border-radius: 999px;
	color: var(--casio-accent);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	padding: 7px 10px;
	text-transform: uppercase;
}

.casio-product-card__wishlist .woosw-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 1px solid var(--casio-line);
	border-radius: 999px;
	color: var(--casio-ink);
	font-size: 0;
	font-weight: 700;
	min-height: 38px;
	width: 38px;
	padding: 0;
	position: relative;
}

.casio-product-card__wishlist .woosw-btn::before {
	content: "♡";
	font-size: 18px;
	line-height: 1;
}

.casio-product-card__wishlist .woosw-btn.woosw-added::before {
	content: "♥";
}

.casio-product-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	background: linear-gradient(180deg, rgba(243, 241, 235, 0.4) 0%, rgba(255, 255, 255, 0.98) 100%);
	border-radius: 18px;
	overflow: hidden;
	padding: 14px;
	text-decoration: none;
}

.casio-product-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: scale(0.92);
	transition: transform 0.25s ease;
}

.casio-product-card:hover .casio-product-card__image img {
	transform: scale(1);
}

.casio-product-card__body {
	display: grid;
	gap: 8px;
}

.casio-product-card__meta,
.casio-product-card__sku {
	color: var(--casio-muted);
	font-size: 0.82rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.casio-product-card__title {
	font-size: 1.05rem;
	line-height: 1.35;
	margin: 0;
}

.casio-product-card__title a {
	color: var(--casio-ink);
	text-decoration: none;
}

.casio-product-card__price {
	display: grid;
	gap: 4px;
}

.casio-product-card__price-old {
	color: var(--casio-muted);
	font-size: 0.92rem;
	text-decoration: line-through;
}

.casio-product-card__price-current {
	color: var(--casio-ink);
	font-size: 1.34rem;
	font-weight: 800;
}

.casio-product-card__actions {
	margin-left: auto;
}

.casio-product-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, var(--casio-accent), var(--casio-accent-dark));
	border-radius: 999px;
	color: #fff;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	min-height: 46px;
	padding: 12px 18px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.casio-products--secondary {
	padding-top: 10px;
}

.casio-products__empty {
	display: grid;
}

.casio-products__empty-card,
.casio-collections__item {
	background: rgba(255, 253, 248, 0.96);
	border: 1px solid var(--casio-line);
	border-radius: 20px;
	box-shadow: var(--casio-shadow);
}

.casio-products__empty-card {
	display: grid;
	gap: 12px;
	padding: 28px;
}

.casio-products__empty-card h3 {
	font-size: 1.32rem;
	margin: 0;
	text-transform: uppercase;
}

.casio-products__empty-card p {
	color: var(--casio-muted);
	margin: 0;
	max-width: 46ch;
}

.casio-products__empty-link,
.casio-collections__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	background: var(--casio-ink);
	border-radius: 999px;
	color: #fff;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	min-height: 44px;
	padding: 0 18px;
	text-decoration: none;
	text-transform: uppercase;
}

.casio-collections__grid {
	display: grid;
	gap: 14px;
}

.casio-collections__item {
	position: relative;
	display: grid;
	gap: 16px;
	min-height: 220px;
	overflow: hidden;
	padding: 22px;
	text-decoration: none;
}

.casio-collections__image {
	position: absolute;
	inset: 0;
	display: block;
}

.casio-collections__image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 253, 248, 0.18) 0%, rgba(16, 16, 16, 0.44) 100%);
}

.casio-collections__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.casio-collections__body,
.casio-collections__cta {
	position: relative;
	z-index: 1;
}

.casio-collections__body {
	margin-top: auto;
	display: grid;
	gap: 8px;
}

.casio-collections__name {
	color: var(--casio-ink);
	font-size: clamp(1.2rem, 3vw, 2rem);
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1;
	text-transform: uppercase;
}

.casio-collections__meta {
	color: var(--casio-muted);
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.casio-collections__item.has-image .casio-collections__name,
.casio-collections__item.has-image .casio-collections__meta {
	color: #fff;
}

.partners {
	margin-top: 1rem;
	margin-bottom: 0.75rem;
	overflow-x: hidden;
}

.partners__row.casio-partners__row {
	display: grid;
	grid-template-columns: repeat(var(--casio-category-count, 6), minmax(0, 1fr));
	gap: 22px;
	margin: 0;
}

.partners__cell.casio-partners__cell {
	padding: 0;
	width: auto;
}

.partners__item.casio-partners__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	height: auto;
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
	text-decoration: none;
}

.casio-partners__media {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	width: 100%;
	max-width: 140px;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
}

.partners__item.casio-partners__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.casio-partners__placeholder {
	align-items: center;
	background: #f2f4f8;
	color: #232d40;
	display: inline-flex;
	font-size: 2rem;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	text-transform: uppercase;
	width: 100%;
}

.casio-partners__name {
	color: #373a3f;
	font-size: 0.95rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

.casio-media__layout {
	display: grid;
	gap: 18px;
}

.casio-media__video-card,
.casio-media__promo-card {
	background: rgba(255, 253, 248, 0.96);
	border: 1px solid var(--casio-line);
	border-radius: 28px;
	box-shadow: var(--casio-shadow);
	padding: 24px;
}

.casio-media__video-frame {
	overflow: hidden;
	border-radius: 22px;
}

.casio-media__video,
.casio-media__iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #000;
	border: 0;
}

.casio-media__promo {
	display: grid;
}

.casio-media__promo-card {
	background:
		radial-gradient(circle at top right, rgba(196, 18, 47, 0.18), transparent 34%),
		linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(243, 241, 235, 0.96));
	display: grid;
	gap: 16px;
	align-content: end;
	min-height: 100%;
}

.casio-media__promo-eyebrow {
	color: var(--casio-accent);
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.casio-media__promo-title {
	font-size: clamp(2rem, 5vw, 4rem);
	line-height: 0.95;
	margin: 0;
	text-transform: uppercase;
}

.casio-media__promo-text {
	color: var(--casio-muted);
	margin: 0;
	max-width: 34ch;
}

.casio-media__promo-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	background: linear-gradient(135deg, var(--casio-accent), var(--casio-accent-dark));
	border-radius: 999px;
	color: #fff;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	min-height: 46px;
	padding: 0 18px;
	text-decoration: none;
	text-transform: uppercase;
}

.casio-donor-video {
	padding: 26px 0 0;
}

.casio-donor-video__youtube-link {
	float: right;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #d32929;
	border-radius: 999px;
	color: #fff;
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	min-height: 48px;
	padding: 0 18px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.casio-donor-video__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin: 0 0 26px;
	padding-right: 220px;
}

.video_tab_links {
	appearance: none;
	background: transparent;
	border: 0;
	color: #232d40;
	cursor: pointer;
	font-size: clamp(1.8rem, 2.8vw, 3rem);
	font-weight: 600;
	padding: 0;
	text-decoration: none;
}

.video_tab_links.active {
	color: #40a0b6;
}

.casio-donor-video__panel {
	display: none;
}

.casio-donor-video__panel.is-active {
	display: block;
}

.casio-donor-video__grid {
	display: grid;
	gap: 24px;
}

.video-block__item__image {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 32.5rem;
	margin-bottom: 2.8rem;
	border: 0;
	border-radius: 0.8rem;
	cursor: pointer;
	overflow: hidden;
	padding: 0;
}

.video-block__item__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-block__item__image span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.video-block__item__image span::after {
	content: "";
	position: absolute;
	inset: 0;
	background: #000;
	opacity: 0.3;
	transition: 0.3s ease-in-out;
}

.video-block__item__image::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	width: 8rem;
	height: 8rem;
	background-color: #fff;
	background-image: var(--casio-play-icon);
	background-position: 2.9rem center;
	background-repeat: no-repeat;
	background-size: 2.8rem 2.8rem;
	border-radius: 100px;
	transform: translate3d(-50%, -50%, 0);
	transition: 0.3s ease-in-out;
}

.video-block__item__image::after {
	content: attr(title);
	position: absolute;
	top: 50%;
	left: 54%;
	z-index: 4;
	min-width: 13.3rem;
	height: 8rem;
	background-color: #fff;
	border-radius: 100px;
	color: #232d40;
	font-size: 1.6rem;
	font-weight: 600;
	opacity: 0;
	padding: 2.8rem 2.4rem 2.8rem 1rem;
	text-align: center;
	transform: translate3d(calc(-50% + 10px), -50%, 0);
	transition: 0.3s ease-in-out;
}

.video-block__item__image:hover::before {
	width: 19.4rem;
}

.video-block__item__image:hover::after {
	opacity: 1;
}

.video-block__item__image:hover span::after {
	background: #40a0b6;
}

.video-block__item__title {
	display: block;
	margin-bottom: 1.2rem;
	color: #232d40;
	font-size: 2rem;
	font-weight: 600;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

.video-block__item__title:hover {
	color: #40a0b6;
}

.video-block__item p {
	color: #95979c;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.4rem;
	margin: 0;
}

.casio-video-popup {
	position: fixed;
	inset: 0;
	z-index: 9999;
}

.casio-video-popup[hidden] {
	display: none;
}

.casio-video-popup__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(16, 16, 16, 0.72);
	backdrop-filter: blur(4px);
}

.casio-video-popup__dialog {
	position: relative;
	z-index: 1;
	width: min(calc(100% - 32px), 960px);
	margin: 60px auto 0;
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 18px 50px rgba(16, 16, 16, 0.28);
	overflow: hidden;
}

.casio-video-popup__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 24px;
}

.casio-video-popup__title {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

.casio-video-popup__close {
	position: relative;
	width: 42px;
	height: 42px;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.casio-video-popup__close::before,
.casio-video-popup__close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	background: #232d40;
	border-radius: 999px;
}

.casio-video-popup__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.casio-video-popup__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.casio-video-popup__body {
	aspect-ratio: 16 / 9;
	background: #000;
}

.casio-video-popup__body iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.casio-donor-qr {
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	min-height: 41.2rem;
	margin: 8rem 0 3rem;
	padding: 6rem 0 6rem 6rem;
	background: #393e4a;
	border-radius: 12px;
	color: #fff;
	font-size: 1.6rem;
}

.casio-donor-qr::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 2.6rem;
	left: 0;
	width: 100%;
	height: 2rem;
	background-image: var(--casio-qr-line);
	background-repeat: no-repeat;
	background-size: cover;
}

.qr__text {
	width: 100%;
	margin-right: 3.2rem;
}

.qr__text--mobile {
	display: none;
}

.qr__text h2 {
	color: inherit;
	font-size: 3.6rem;
	margin: 0 0 1.6rem;
}

.casio-donor-qr__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22.5rem;
	min-height: 50px;
	margin-top: 4rem;
	background: #40a0b6;
	border-radius: 999px;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	padding: 0 18px;
	text-decoration: none;
	text-transform: uppercase;
}

.qr__scan {
	margin-left: auto;
	padding-right: 6rem;
	position: relative;
	z-index: 1;
}

.qr__scan--desktop {
	display: block;
}

.qr__code {
	width: 23rem;
	height: 23rem;
	margin-bottom: 1.8rem;
	padding: 1.2rem;
	background: #fff;
	border-radius: 8px;
	filter: drop-shadow(0 74px 30px rgba(0, 0, 0, 0.01)) drop-shadow(0 42px 25px rgba(0, 0, 0, 0.05)) drop-shadow(0 18px 18px rgba(0, 0, 0, 0.09)) drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1)) drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
	overflow: hidden;
}

.qr__code img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.qr__scan p {
	margin: 0;
}

.qr__download {
	display: none;
}

.qr__download--mobile {
	display: none;
}

.qr__download__title {
	font-size: 16px;
}

.qr__download__btns {
	display: flex;
	gap: 12px;
	margin-top: 13px;
}

.qr__download__btns a {
	width: 46%;
}

.qr__download__btns a img {
	display: block;
	width: 100%;
}

@media (min-width: 768px) {
	.casio-hero__grid {
		grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.9fr);
	}

	.casio-hero__layout {
		grid-template-columns: minmax(0, 1.9fr) minmax(310px, 1fr);
		align-items: stretch;
	}

	.casio-services {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.casio-placeholder-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.casio-home-header__top {
		padding: 0 0 10px;
		border-bottom: 1px solid #ecedf0;
	}

	.casio-home-header__top-inner {
		padding: 14px 0;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.casio-home-header__inner {
		padding-top: 18px;
	}

	.casio-home-header__brand {
		align-items: flex-start;
	}

	.casio-home-header__logo img {
		max-height: 32px;
	}

	.casio-home-header__menu {
		background: transparent;
		border: 0;
		border-radius: 0;
		padding: 0;
	}

	.casio-home-header__menu-list a {
		color: #5b5f66;
		font-size: 0.82rem;
		font-weight: 600;
		text-transform: none;
	}

	.casio-home-header__commerce {
		margin-left: auto;
	}

	.casio-home-header__commerce-link {
		flex-direction: column;
		gap: 8px;
		background: transparent;
		border: 0;
		padding: 0;
		text-transform: none;
	}

	.casio-home-header__commerce-label {
		font-size: 0.9rem;
		font-weight: 500;
	}

	.casio-home-header__count {
		position: absolute;
		top: -8px;
		right: -10px;
		min-width: 18px;
		height: 18px;
		font-size: 0.68rem;
	}

	.casio-home-header__commerce-link--cart {
		position: relative;
	}

	.partners__row.casio-partners__row {
		gap: 18px;
	}

	.casio-partners__media {
		max-width: 122px;
	}

	.casio-partners__name {
		font-size: 0.88rem;
	}

	.casio-product-card {
		flex-basis: min(320px, calc((100% - 18px) / 2));
	}

	.casio-collections__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.casio-media__layout {
		grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
	}

	.casio-donor-video__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.casio-home-header__inner {
		grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
	}

	.casio-home-header__top-inner {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.casio-home-header__primary {
		grid-template-columns: auto minmax(0, 1fr) auto;
	}

	.casio-placeholder-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.casio-placeholder-grid--wide {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.casio-services {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.casio-product-card {
		flex-basis: min(300px, calc((100% - 54px) / 4));
	}

	.casio-collections__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.casio-home-header__top {
		background: #f7f7f7;
		padding: 8px 0;
	}

	.casio-home-header__top-inner {
		padding: 0;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.casio-home-header__top-meta {
		display: none;
	}

	.casio-home-header__menu {
		padding: 10px 0 0;
		background: transparent;
		border: 0;
		border-radius: 0;
	}

	.casio-home-header__menu-list {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 6px;
	}

	.casio-home-header__commerce-link {
		width: 40px;
		height: 40px;
		justify-content: center;
		padding: 0;
	}

	.casio-home-header__commerce-label {
		display: none;
	}

	.casio-home-header__count {
		position: absolute;
		top: -6px;
		right: -6px;
		min-width: 16px;
		height: 16px;
		font-size: 0.62rem;
	}

	.casio-home-header__commerce-link--cart {
		position: relative;
	}

	.casio-homepage {
		padding-bottom: 0;
	}

	.casio-home-header__commerce {
		gap: 8px;
	}

	.casio-home-header__commerce-link {
		font-size: 0.8rem;
		padding: 9px 12px;
	}

	.casio-hero__banner {
		aspect-ratio: 4 / 3;
	}

	.partners {
		margin-top: 1.25rem;
	}

	.partners__row.casio-partners__row {
		display: flex;
		flex-wrap: nowrap;
		margin: 0;
		overflow-x: auto;
		padding-bottom: 4px;
		scroll-behavior: smooth;
		scrollbar-width: none;
	}

	.partners__row.casio-partners__row::-webkit-scrollbar {
		display: none;
	}

	.partners__cell.casio-partners__cell {
		width: 122px;
		min-width: 122px;
		padding: 0;
		margin-right: 14px;
	}

	.casio-partners__media {
		max-width: 122px;
	}

	.casio-partners__name {
		font-size: 0.8rem;
	}

	.casio-offer-card {
		padding: 18px;
	}

	.casio-offer-card__head,
	.casio-offer-card__bottom,
	.casio-offer-card__buttons {
		align-items: flex-start;
		flex-direction: column;
	}

	.casio-offer-card__body {
		grid-template-columns: 1fr;
	}

	.casio-offer-card__image {
		min-height: 180px;
	}

	.casio-offer-card__cta,
	.casio-offer-card__buttons .casio-product-card__button {
		width: 100%;
	}

	.casio-services__item {
		min-height: 72px;
	}

	.casio-products__tabs {
		gap: 10px 18px;
	}

	.casio-products__tab {
		font-size: 1.55rem;
	}

	.casio-donor-video {
		position: relative;
		padding-bottom: 76px;
	}

	.casio-donor-video__youtube-link {
		position: absolute;
		right: 16px;
		bottom: 0;
		left: 16px;
		float: none;
	}

	.casio-donor-video__tabs {
		padding-right: 0;
	}

	.casio-donor-video__grid {
		grid-template-columns: 1fr;
	}

	.video-block__item {
		margin-bottom: 30px;
	}

	.video-block__item__image {
		height: auto;
		aspect-ratio: 424 / 326;
		margin-bottom: 20px;
	}

	.video-block__item__image:hover::before {
		width: 18.4rem;
	}

	.video-block__item__title {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 8px;
	}

	.video-block__item p {
		font-size: 14px;
		line-height: 20px;
	}

	.casio-video-popup__dialog {
		margin-top: 20px;
	}

	.casio-donor-qr {
		display: block;
		margin: 50px 0 0;
		padding: 3.2rem 2.4rem;
	}

	.casio-donor-qr::after {
		display: none;
	}

	.qr__text {
		max-width: 100%;
		margin-bottom: 32px;
		font-size: 13px;
		line-height: 20px;
	}

	.qr__text--desktop {
		display: none;
	}

	.qr__text--mobile {
		display: block;
	}

	.qr__text h2 {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 16px;
	}

	.casio-donor-qr__btn {
		width: 100%;
		margin-top: 16px;
	}

	.qr__scan,
	.qr__scan--desktop {
		display: none;
	}

	.qr__download,
	.qr__download--mobile {
		display: block;
	}

	.casio-home-header__catalog-menu {
		min-width: min(88vw, 320px);
	}

	.casio-products__toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.casio-products__nav {
		display: none;
	}

	.casio-product-card {
		flex-basis: 84%;
	}

	.casio-product-card__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.casio-product-card__actions,
	.casio-product-card__button {
		width: 100%;
	}
}

/* Donor top fold: pixel-first pass based on /site/index.html */
.casio-homepage {
	background: #fff;
}

.casio-homepage .casio-homepage__main {
	display: block;
}

.casio-homepage .casio-donor-header,
.casio-homepage .banner,
.casio-homepage .services,
.casio-homepage .casio-home-footer {
	font-family: Inter, sans-serif;
}

.casio-homepage .casio-donor-header .container-fluid,
.casio-homepage .banner .container-fluid,
.casio-homepage .services .container-fluid {
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
	padding-right: 12px;
	padding-left: 12px;
}

.casio-homepage .casio-donor-header {
	padding-top: 13px;
}

.casio-homepage .header__bottom {
	display: flex;
	align-items: center;
	gap: 0;
	margin: 16px auto 24px;
	justify-content: unset;
}

.casio-homepage .header__bottom__logo {
	flex: 0 0 150px;
	max-width: 150px;
	min-width: 150px;
	margin-right: 40px;
}

.casio-homepage .header__bottom__logo a {
	display: block;
}

.casio-homepage .header__bottom__logo .header__logo-img {
	display: block;
	width: 150px;
	height: auto;
	max-width: 100%;
}

.casio-homepage .header__bottom__nav {
	position: relative;
	flex: 0 0 auto;
}

.casio-homepage .casio-donor-catalog {
	margin: 0;
}

.casio-homepage .casio-donor-catalog[open] {
	z-index: 30;
}

.casio-homepage .casio-donor-catalog summary {
	list-style: none;
}

.casio-homepage .casio-donor-catalog summary::-webkit-details-marker {
	display: none;
}

.casio-homepage .header__bottom__nav .menu-trigger-label {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-width: 151px;
	height: 50px;
	padding: 0 20px 2px;
	border-radius: 8px;
	background: #40a0b6;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	cursor: pointer;
	margin: 0 12px 0 0;
}

.casio-homepage .header__bottom__nav .menu-trigger-label span {
	position: relative;
	top: 1px;
}

.casio-homepage .header__bottom__nav .menu-trigger-label .burger-menu {
	position: relative;
	display: block;
	width: 16px;
	height: 2px;
	background-color: #fff;
	margin-right: 10px;
	margin-bottom: 0;
	flex: 0 0 auto;
}

.casio-homepage .header__bottom__nav .menu-trigger-label .burger-menu::before,
.casio-homepage .header__bottom__nav .menu-trigger-label .burger-menu::after {
	content: "";
	position: absolute;
	left: 0;
	width: 16px;
	height: 2px;
	background-color: #fff;
}

.casio-homepage .header__bottom__nav .menu-trigger-label .burger-menu::before {
	top: -5px;
}

.casio-homepage .header__bottom__nav .menu-trigger-label .burger-menu::after {
	top: 5px;
}

.casio-homepage .casio-donor-catalog__menu {
	position: absolute;
	top: calc(100% + 12px);
	left: 0;
	min-width: 280px;
	padding: 18px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 20px 70px rgba(0, 0, 0, 0.12);
	border: 1px solid #ecedf0;
	display: grid;
	gap: 10px;
}

.casio-homepage .casio-donor-catalog__link {
	color: #232d40;
	font-size: 15px;
	line-height: 22px;
}

.casio-homepage .header__bottom__search {
	flex: 1 1 auto;
	position: relative;
}

.casio-homepage .header__bottom__search .form-group {
	position: relative;
	margin: 0 40px 0 0;
}

.casio-homepage .header__bottom__search .form-control {
	width: 100%;
	height: 50px;
	border: 1px solid #dadbdd;
	border-radius: 8px;
	background: #f9f9f9;
	padding: 0 56px 0 24px;
	font-size: 16px;
	font-weight: 400;
	line-height: 50px;
	color: #232d40;
	outline: 0;
	box-shadow: none;
}

.casio-homepage .header__bottom__search .form-control::placeholder {
	color: #b3b5b9;
}

.casio-homepage .header__bottom__search .header__search__close {
	display: none;
}

.casio-homepage .header__bottom__search button[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 48px;
	border: 0;
	background: transparent;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.casio-homepage .header__bottom__search button[type="submit"]::before {
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	width: 1px;
	height: 24px;
	background: #e6e6e6;
}

.casio-homepage .casio-search-results-content {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 40px;
	z-index: 20;
	background: #fff;
	border: 1px solid #e6e8ee;
	border-radius: 14px;
	box-shadow: 0 18px 40px rgba(35, 45, 64, 0.12);
	padding: 8px 0;
}

.casio-homepage .casio-search-results {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 360px;
	overflow-y: auto;
}

.casio-homepage .casio-search-results.is-loading::before {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	margin: 18px auto;
	border: 2px solid rgba(64, 160, 182, 0.18);
	border-top-color: #40a0b6;
	border-radius: 50%;
	animation: casio-spin 0.8s linear infinite;
}

.casio-homepage .casio-search-results .item-search {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 14px;
}

.casio-homepage .casio-search-results .item-search + .item-search {
	border-top: 1px solid #f1f3f6;
}

.casio-homepage .casio-search-results .item-image {
	flex: 0 0 54px;
	width: 54px;
	height: 54px;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	background: #f9f9f9;
}

.casio-homepage .casio-search-results .item-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.casio-homepage .casio-search-results .item-content {
	min-width: 0;
	flex: 1 1 auto;
}

.casio-homepage .casio-search-results .item-content > a {
	display: block;
	color: #232d40;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-decoration: none;
}

.casio-homepage .casio-search-results .item-content > a span {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.casio-homepage .casio-search-results .price {
	margin-top: 4px;
	color: #232d40;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}

.casio-homepage .casio-search-results .price del {
	color: #95979c;
	font-size: 12px;
	font-weight: 600;
	margin-right: 4px;
}

.casio-homepage .casio-search-results .no-result-item {
	padding: 14px 16px;
	color: #5b5f66;
	font-size: 14px;
	line-height: 20px;
}

@keyframes casio-spin {
	to {
		transform: rotate(360deg);
	}
}

.casio-homepage .header__tools {
	display: flex;
	align-items: center;
	margin-left: auto;
	gap: 0;
}

.casio-homepage .header__tools__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	color: #232d40;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	white-space: nowrap;
	margin-right: 30px;
}

.casio-homepage .header__tools__item svg {
	display: block;
	margin-bottom: 7px;
}

.casio-homepage .header__tools__item--search {
	display: none;
}

.casio-homepage .header__tools__item--cart {
	position: relative;
}

body.casio-cart-modal-open .casio-homepage .header__tools__item--cart {
	pointer-events: none;
}

body.casio-cart-modal-closing .casio-homepage .header__tools__item--cart,
body.casio-cart-modal-closing .casio-homepage [data-casio-cart-trigger],
body.casio-cart-modal-closing .casio-homepage .week_product_add--view-cart,
body.casio-cart-modal-closing .casio-homepage .product__to-cart--view-cart {
	pointer-events: none !important;
}

.casio-homepage .header__tools__icon {
	position: relative;
	display: inline-flex;
	margin-bottom: 7px;
}

.casio-homepage .header__tools__icon svg {
	margin-bottom: 0;
}

.casio-homepage .header__tools__count {
	position: absolute;
	top: -8px;
	right: -10px;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	border-radius: 50%;
	background: #f6861f;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	line-height: 18px;
	text-align: center;
}

.casio-homepage .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 12px;
	text-decoration: none;
	transition: 0.3s;
}

.casio-homepage .btn--with_icon svg {
	flex: 0 0 auto;
	margin-right: 10px;
}

.casio-homepage .btn-green-transparent {
	color: #40a0b6;
	background: #fff;
	border-color: #40a0b6;
}

.casio-homepage .header__tools .btn-green-transparent {
	height: auto;
	padding: 18px 29px 12px;
	margin-left: 10px;
	margin-right: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	pointer-events: auto;
}

.casio-homepage .casio-mini-cart-sync {
	position: absolute;
	display: block !important;
	width: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: -1;
}

.casio-homepage .casio-mini-cart-sync .mini-cart {
	display: block !important;
	position: relative;
	width: 0;
	height: 0;
	overflow: hidden;
	pointer-events: none !important;
}

.casio-homepage .casio-mini-cart-sync .cart-icon {
	display: none !important;
}

.casio-homepage .casio-mini-cart-sync *,
.casio-homepage .casio-mini-cart-sync .cart-popup,
.casio-homepage .casio-mini-cart-sync .remove-cart-shadow,
.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup {
	pointer-events: none !important;
}

.casio-homepage .casio-mini-cart-sync .cart-popup,
.casio-homepage .casio-mini-cart-sync .remove-cart-shadow {
	display: none !important;
}

.casio-homepage .casio-cart-modal {
	position: fixed;
	inset: 0;
	z-index: 10031;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.casio-homepage .casio-cart-modal.is-open {
	opacity: 1;
	pointer-events: auto;
}

.casio-homepage .casio-cart-modal__overlay {
	position: absolute;
	inset: 0;
	background: transparent;
}

.casio-cart-modal.casio-cart-modal--no-dim .casio-cart-modal__overlay {
	background: transparent;
}

.casio-homepage .casio-cart-modal__panel {
	position: absolute;
	top: 12px;
	right: 12px;
	bottom: 12px;
	width: min(100vw - 24px, 390px);
	background: #fff;
	border-radius: 24px 0 0 24px;
	box-shadow: -16px 0 44px rgba(20, 34, 61, 0.16);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transform: translate3d(34px, 0, 0);
	opacity: 0.98;
	transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
	will-change: transform, opacity;
}

.casio-homepage .casio-cart-modal.is-open .casio-cart-modal__panel {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.casio-homepage .casio-cart-modal__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 18px 0;
}

.casio-homepage .casio-cart-modal__head h2 {
	margin: 0;
	font-family: inter, Inter, sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	color: #232d40;
}

.casio-homepage .casio-cart-modal__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 52px;
	height: 52px;
	border: 1px solid #d6deeb;
	border-radius: 50%;
	background: #fff;
	color: #232d40;
}

.casio-homepage .casio-cart-modal__body {
	flex: 1 1 auto;
	padding: 12px 18px 20px;
	overflow-y: auto;
	overflow-x: hidden;
}

.casio-homepage .casio-cart-modal__item {
	position: relative;
	padding: 18px 14px 16px;
	margin-bottom: 14px;
	border: 1px solid #e6ebf3;
	border-radius: 16px;
	background: #fff;
}

.casio-homepage .casio-cart-modal__item.has-qty-note {
	padding-bottom: 40px;
}

.casio-homepage .casio-cart-modal__delete {
	position: absolute;
	top: 14px;
	right: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid #e9edf5;
	border-radius: 8px;
	background: #f7f7f9;
	color: #7b879e;
}

.casio-homepage .casio-cart-modal__image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}

.casio-homepage .casio-cart-modal__image img {
	display: block;
	width: 96px;
	max-width: 100%;
	height: auto;
}

.casio-homepage .casio-cart-modal__content {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.casio-homepage .casio-cart-modal__type {
	font-family: inter, Inter, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #95979c;
}

.casio-homepage .casio-cart-modal__name {
	font-family: inter, Inter, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	color: #232d40;
	text-decoration: none;
}

.casio-homepage .casio-cart-modal__discount {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 0 14px;
	border-radius: 8px;
	background: #fff5ef;
	font-family: inter, Inter, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	color: #ff8a1f;
	align-self: flex-start;
}

.casio-homepage .casio-cart-modal__bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-top: 10px;
}

.casio-homepage .casio-cart-modal__prices {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.casio-homepage .casio-cart-modal__old-price {
	font-family: inter, Inter, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #95979c;
	text-decoration: line-through;
}

.casio-homepage .casio-cart-modal__price {
	font-family: inter, Inter, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	color: #232d40;
}

.casio-homepage .casio-cart-modal__qty {
	display: inline-grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	width: 124px;
	height: 50px;
	border: 1px solid #d6deeb;
	border-radius: 8px;
	background: #fff;
	flex: 0 0 auto;
}

.casio-homepage .casio-cart-modal__qty button,
.casio-homepage .casio-cart-modal__qty span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border: 0;
	background: transparent;
	font-family: inter, Inter, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	color: #232d40;
}

.casio-homepage .casio-cart-modal__qty-note {
	min-height: 16px;
	margin-top: 8px;
	font-family: inter, Inter, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.35;
	color: #ff8a1f;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.casio-homepage .casio-cart-modal__qty-note.is-visible {
	opacity: 1;
}

.casio-homepage .casio-cart-modal__actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-top: 6px;
}

.casio-homepage .casio-cart-modal__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	padding: 0 18px;
	border-radius: 12px;
	font-family: inter, Inter, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	border: 1px solid #d6deeb;
}

.casio-homepage .casio-cart-modal__button--primary {
	background: #40a0b6;
	border-color: #40a0b6;
	color: #fff;
}

.casio-homepage .casio-cart-modal__button--secondary {
	background: #fff;
	color: #5e6a84;
}

.casio-homepage .casio-cart-modal__empty {
	font-family: inter, Inter, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #5e6a84;
	padding: 20px 0;
}

.casio-homepage .casio-wishlist-modal {
	position: fixed;
	inset: 0;
	z-index: 10029;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.casio-homepage .casio-wishlist-modal.is-open {
	opacity: 1;
	pointer-events: auto;
}

.casio-homepage .casio-wishlist-modal__overlay {
	position: absolute;
	inset: 0;
	background: transparent;
}

.casio-homepage .casio-wishlist-modal__panel {
	position: absolute;
	top: 12px;
	right: 12px;
	bottom: 12px;
	width: min(100vw - 24px, 390px);
	background: #fff;
	border-radius: 24px 0 0 24px;
	box-shadow: -16px 0 44px rgba(20, 34, 61, 0.16);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transform: translate3d(34px, 0, 0);
	opacity: 0.98;
	transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
	will-change: transform, opacity;
}

.casio-homepage .casio-wishlist-modal.is-open .casio-wishlist-modal__panel {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.casio-homepage .casio-wishlist-modal__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 18px 0;
}

.casio-homepage .casio-wishlist-modal__head h2 {
	margin: 0;
	font-family: inter, Inter, sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	color: #232d40;
}

.casio-homepage .casio-wishlist-modal__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 52px;
	height: 52px;
	border: 1px solid #d6deeb;
	border-radius: 50%;
	background: #fff;
	color: #232d40;
}

.casio-homepage .casio-wishlist-modal__body {
	flex: 1 1 auto;
	padding: 12px 18px 20px;
	overflow-y: auto;
	overflow-x: hidden;
}

.casio-homepage .casio-wishlist-modal__item {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 18px 14px 16px;
	margin-bottom: 14px;
	border: 1px solid #e6ebf3;
	border-radius: 16px;
	background: #fff;
}

.casio-homepage .casio-wishlist-modal__tools {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 3;
}

.casio-homepage .casio-wishlist-modal__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(64, 160, 182, 0.34);
	border-radius: 50%;
	background: rgba(64, 160, 182, 0.08);
	color: #40a0b6;
	transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.casio-homepage .casio-wishlist-modal__toggle svg {
	display: block;
	width: 22px;
	height: 20px;
	color: inherit;
}

.casio-homepage .casio-wishlist-modal__toggle.is-active {
	color: #40a0b6 !important;
	border-color: rgba(64, 160, 182, 0.34);
	background: rgba(64, 160, 182, 0.08);
}

.casio-homepage .casio-wishlist-modal__toggle.is-loading {
	opacity: 0.6;
	pointer-events: none;
}

.casio-homepage .casio-wishlist-modal__discount-circle {
	position: absolute;
	top: 54px;
	right: 24px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #f6861f;
	font-family: inter, Inter, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
}

.casio-homepage .casio-wishlist-modal__image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 190px;
	margin-bottom: 16px;
}

.casio-homepage .casio-wishlist-modal__image img {
	display: block;
	width: 160px;
	max-width: 100%;
	height: 160px;
	object-fit: contain;
}

.casio-homepage .casio-wishlist-modal__body {
	font-family: inter, Inter, sans-serif;
}

.casio-homepage .casio-wishlist-modal__type {
	font-size: 13px;
	line-height: 1.4;
	color: #95979c;
	margin-bottom: 4px;
}

.casio-homepage .casio-wishlist-modal__name {
	display: block;
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	color: #232d40;
	text-decoration: none;
}

.casio-homepage .casio-wishlist-modal__labels {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
}

.casio-homepage .casio-wishlist-modal__footer {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.casio-homepage .casio-wishlist-modal__purchase-meta {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 14px;
}

.casio-homepage .casio-wishlist-modal__prices {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.casio-homepage .casio-wishlist-modal__old-price {
	font-size: 14px;
	line-height: 1.4;
	color: #95979c;
	text-decoration: line-through;
}

.casio-homepage .casio-wishlist-modal__price {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	color: #232d40;
}

.casio-homepage .casio-wishlist-modal__installments {
	flex: 0 0 8.1rem;
	padding: 0.75rem 0.8rem;
	background: #fafafc;
	border-radius: 6px;
}

.casio-homepage .casio-wishlist-modal__installments .product__price__list__taksit {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.5rem;
}

.casio-homepage .casio-wishlist-modal__installments .product__price__list__taksit input {
	display: none;
}

.casio-homepage .casio-wishlist-modal__installments .product__price__list__taksit label {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 2.6rem;
	padding: 0.25rem 0.25rem 0.2rem;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #95979c;
	cursor: pointer;
	font-size: 0.95rem;
	line-height: 1.2rem;
	text-align: center;
	flex: 1 1 0;
	white-space: nowrap;
}

.casio-homepage .casio-wishlist-modal__installments .product__price__list__taksit label .product__installment-month,
.casio-homepage .casio-wishlist-modal__installments .product__price__list__taksit label .product__installment-suffix {
	display: block;
}

.casio-homepage .casio-wishlist-modal__installments .product__price__list__taksit label .product__installment-month {
	margin-bottom: 0.28rem;
}

.casio-homepage .casio-wishlist-modal__installments .product__price__list__taksit input:checked + label {
	border-color: #232d40;
	color: #232d40;
}

.casio-homepage .casio-wishlist-modal__installments .product__price__list__taksit-price {
	margin-top: 0.35rem;
	color: #232d40;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.6rem;
	text-align: center;
}

.casio-homepage .casio-wishlist-modal__actions {
	display: flex;
	width: 100%;
}

.casio-homepage .casio-wishlist-modal__actions .product__to-cart,
.casio-homepage .casio-wishlist-modal__actions .product-add-to-cart,
.casio-homepage .casio-wishlist-modal__actions .product__to-cart--disabled {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 52px;
	padding: 0 18px;
	border-radius: 12px;
	font-family: inter, Inter, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	border: 0;
	box-sizing: border-box;
}

.casio-homepage .casio-wishlist-modal__actions .product__to-cart,
.casio-homepage .casio-wishlist-modal__actions .product-add-to-cart {
	background: #40a0b6;
	color: #fff;
}

.casio-homepage .casio-wishlist-modal__actions .product__to-cart:hover,
.casio-homepage .casio-wishlist-modal__actions .product-add-to-cart:hover {
	background: #3893a7;
	color: #fff;
}

.casio-homepage .casio-wishlist-modal__actions .product__to-cart--view-cart {
	background: linear-gradient(135deg, #232d40 0%, #31415d 100%);
	box-shadow: 0 8px 18px rgba(35, 45, 64, 0.16);
	color: #fff;
}

.casio-homepage .casio-wishlist-modal__actions .product__to-cart--view-cart:hover,
.casio-homepage .casio-wishlist-modal__actions .product__to-cart--view-cart:focus {
	background: linear-gradient(135deg, #1b2433 0%, #28344a 100%);
	color: #fff;
}

.casio-homepage .casio-wishlist-modal__actions .product__to-cart--disabled {
	background: #d9dde3;
	color: #6e7480;
	cursor: not-allowed;
	pointer-events: none;
}

.casio-homepage .casio-wishlist-modal__actions .product__to-cart svg,
.casio-homepage .casio-wishlist-modal__actions .product-add-to-cart svg,
.casio-homepage .casio-wishlist-modal__actions .product__to-cart--disabled svg {
	flex: 0 0 auto;
	width: 20px;
	height: 16px;
	margin-right: 8px;
}

.casio-homepage .casio-wishlist-modal__actions .added_to_cart.wc-forward {
	display: none !important;
}

.casio-homepage .casio-wishlist-modal__empty {
	padding: 20px 0;
	font-family: inter, Inter, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #5e6a84;
}

body.casio-wishlist-modal-open {
	overflow: hidden;
}

body.casio-front-page #woosw_wishlist,
body.casio-site-shell #woosw_wishlist {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

body.casio-front-page .wrish-product-added,
body.casio-front-page .woocommerce-message,
body.casio-front-page .woocommerce-notices-wrapper,
body.casio-site-shell:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .wrish-product-added,
body.casio-site-shell:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .woocommerce-message,
body.casio-site-shell:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .woocommerce-notices-wrapper {
	display: none !important;
}

body.casio-cart-modal-open {
	overflow: hidden;
}

.casio-homepage .casio-mini-cart-sync .remove-cart-shadow {
	display: none;
	pointer-events: auto;
}

.casio-homepage .casio-mini-cart-sync .cart-popup {
	pointer-events: auto;
}

.casio-homepage #woosw_wishlist.casio-wishlist-drawer {
	z-index: 10025;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup,
.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-inner .woosw-popup-content {
	width: 420px;
	max-width: calc(100% - 20px);
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup,
.casio-homepage #woosw_wishlist.casio-wishlist-drawer {
	font-family: inter, Inter, sans-serif !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: geometricPrecision;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: left;
	border-radius: 26px 0 0 26px;
	background: #fff;
	box-shadow: -16px 0 44px rgba(20, 34, 61, 0.14);
	overflow-y: auto;
	overflow-x: hidden;
	box-sizing: border-box;
	scrollbar-width: thin;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .cart-popup-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 24px 0;
}

.casio-homepage .casio-mini-cart-sync .remove-cart-shadow {
	background: rgba(19, 26, 43, 0.28);
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .remove-cart {
	display: block;
	padding: 0;
	margin: 0;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .remove-cart a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: 1px solid #d6deeb;
	border-radius: 50%;
	background: #fff;
	font-size: 0;
	font-weight: 600;
	color: #182541;
	flex-shrink: 0;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .remove-cart a i {
	font-family: eleganticons !important;
	font-size: 18px;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .remove-cart a svg {
	display: block;
	width: 18px;
	height: 18px;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .top-total-cart {
	display: block;
	flex: 1 1 auto;
	width: auto;
	align-self: auto;
	padding: 0;
	margin: 0;
	border-bottom: 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	color: #182541;
	text-align: left;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .cart_list {
	flex: 0 0 auto;
	padding: 18px 24px 0;
	max-height: none;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .mini_cart_item {
	position: relative;
	display: block;
	padding: 18px 14px 16px;
	margin-bottom: 14px;
	border: 1px solid #e6ebf3;
	border-radius: 16px;
	background: #fff;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .casio-mini-cart__card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 0 14px;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .product-image img {
	display: block;
	width: 96px;
	max-width: 100%;
	height: auto;
	border-radius: 0;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup a.product-name {
	padding-right: 0;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	color: #182541;
	text-transform: none !important;
	word-break: break-word;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .casio-mini-cart__content {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .casio-mini-cart__type {
	font-size: 13px;
	line-height: 1.4;
	color: #95979c;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .casio-mini-cart__labels {
	display: flex;
	align-items: center;
	gap: 8px;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .casio-mini-cart__discount {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 0 14px;
	border-radius: 8px;
	background: #fff5ef;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	color: #ff8a1f;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .casio-mini-cart__bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-top: 4px;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .casio-mini-cart__prices {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .casio-mini-cart__old-price {
	font-size: 14px;
	line-height: 1.4;
	color: #95979c;
	text-decoration: line-through;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .casio-mini-cart__new-price {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	color: #182541;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .casio-cart-qty {
	display: inline-grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	width: 124px;
	height: 50px;
	border: 1px solid #d6deeb;
	border-radius: 8px;
	background: #fff;
	flex: 0 0 auto;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .casio-cart-qty__button,
.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .casio-cart-qty__value {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	color: #232d40;
	background: transparent;
	border: 0;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .casio-cart-qty__button:disabled {
	cursor: default;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .casio-cart-qty.is-loading {
	opacity: 0.65;
	pointer-events: none;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .mini_cart_item a.remove {
	position: absolute;
	right: 14px;
	top: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid #e9edf5;
	border-radius: 8px;
	font-size: 0;
	color: transparent !important;
	background: #f7f7f9;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .mini_cart_item a.remove:hover {
	border-color: #40a0b6;
	background: #f3fbfd;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .mini_cart_item a.remove svg {
	display: block;
	width: 18px;
	height: 18px;
	color: #7b879e;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .cart_list li.empty:before {
	font-family: wpbingofont !important;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .cart_list li.empty .go-shop i {
	font-family: eleganticons !important;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .free-ship .total-percent .percent:before {
	font-family: icomoon !important;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .remove {
	right: 0;
	top: 0;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .total-cart {
	display: none !important;
	margin: 0;
	padding: 0;
	border-top: 1px solid #e9edf5;
	border-bottom: 1px solid #e9edf5;
	font-size: 18px;
	font-weight: 700;
	color: #182541;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .total-cart .total-price {
	font-size: 18px;
	font-weight: 700;
	color: #182541;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .buttons {
	display: flex !important;
	flex-direction: column !important;
	gap: 12px;
	padding: 18px 24px 24px;
	margin-top: 0;
	align-items: stretch !important;
	justify-content: flex-start !important;
	width: 100%;
	box-sizing: border-box;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .buttons .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	padding: 0 18px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
	letter-spacing: 0;
	text-align: center;
	white-space: nowrap;
	box-sizing: border-box;
	margin: 0 !important;
	flex: 0 0 auto;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .buttons .button.continue-shopping {
	background: #fff;
	color: #5e6a84 !important;
	border: 1px solid #d6deeb;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .buttons .button.checkout {
	background: #40a0b6;
	border: 0;
	color: #fff !important;
}

.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .buttons .button:hover {
	transform: translateY(-1px);
}

.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-inner .woosw-popup-content {
	border-radius: 26px 0 0 26px !important;
	background: #fff;
	box-shadow: -16px 0 44px rgba(20, 34, 61, 0.14);
	overflow: hidden;
}

.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-content-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 76px;
	padding: 0 28px !important;
	border-bottom: 1px solid #e9edf5;
	font-size: 24px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	color: #182541 !important;
}

.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-content-top:before,
.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-count-wrapper {
	display: none !important;
}

.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-name {
	font-size: 18px;
	font-weight: 700;
	color: #182541;
}

.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-close {
	position: static !important;
	flex: 0 0 auto;
	width: 44px !important;
	height: 44px !important;
	padding: 0 !important;
	border: 1px solid #d6deeb !important;
	border-radius: 50% !important;
	background: #fff;
}

.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-close:before,
.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-close:after {
	background-color: #182541 !important;
	width: 14px !important;
}

.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-content-mid {
	padding: 10px 28px 0;
}

.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-content-mid .woosw-items {
	border: 0;
}

.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-content-mid .woosw-items .woosw-item {
	padding: 18px 0;
	border-bottom: 1px solid #eef2f8;
}

.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-content-mid .woosw-item--image img {
	border-radius: 14px;
}

.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-content-mid .woosw-content-item--title,
.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-content-mid .woosw-content-item--title a {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.45;
	color: #182541;
	text-transform: none;
}

.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-content-mid .woosw-content-item--price,
.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-content-mid .woosw-content-item--price ins,
.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-content-mid .woosw-content-item--price del {
	font-size: 15px;
	color: #6c7892;
}

.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-content-mid .woosw-content-item--stock {
	font-size: 15px;
	color: #182541;
}

.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-content-mid .woosw-item--actions .button,
.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-content-mid .woosw-item--actions .added_to_cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 16px;
	border-radius: 14px;
	font-size: 15px;
	font-weight: 700;
	text-transform: none;
}

.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-content-mid .woosw-item--actions .button {
	background: #40a0b6;
	border-color: #40a0b6;
	color: #fff;
}

.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-content-mid .woosw-item--actions .added_to_cart {
	background: linear-gradient(135deg, #1c2740 0%, #2b3d63 100%);
	color: #fff !important;
}

.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-content-mid .woosw-item--remove span {
	color: #182541;
}

.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-content-bot {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	height: auto !important;
	padding: 18px 28px 28px !important;
	border-top: 1px solid #e9edf5;
	background: #fff;
	gap: 14px;
}

.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-content-bot .woosw-popup-content-bot-inner {
	display: flex;
	padding: 0 !important;
}

.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-content-bot .woosw-page {
	display: none !important;
}

.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-content-bot .woosw-continue {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	padding: 0 18px !important;
	border: 1px solid #d6deeb !important;
	border-radius: 16px;
	background: #fff;
	font-size: 16px !important;
	font-weight: 700;
	line-height: 1;
	text-transform: none;
	color: #182541 !important;
}

.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-content-bot .woosw-continue:after {
	display: none;
}

.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-content-bot .woosw-notice {
	position: static;
	width: 100%;
	height: auto;
	line-height: 1.45;
	padding: 0;
}

.casio-homepage .casio-wishlist-link-row {
	display: flex;
	align-items: center;
	gap: 14px;
}

.casio-homepage .casio-wishlist-link-row__label {
	flex: 0 0 auto;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	color: #182541;
}

.casio-homepage .casio-wishlist-link-row__field {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
	padding: 6px;
	border: 1px solid #d6deeb;
	border-radius: 999px;
	background: #fff;
}

.casio-homepage .casio-wishlist-link-row__input {
	flex: 1 1 auto;
	min-width: 0;
	height: 48px;
	padding: 0 18px;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 15px;
	line-height: 48px;
	color: #182541;
}

.casio-homepage .casio-wishlist-link-row__copy {
	flex: 0 0 auto;
	min-width: 116px;
	height: 48px;
	padding: 0 24px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #121a2b 0%, #202e4c 100%);
	font-size: 15px;
	font-weight: 700;
	line-height: 48px;
	color: #fff;
	cursor: pointer;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.casio-homepage .casio-wishlist-link-row__copy:hover {
	transform: translateY(-1px);
}

.casio-homepage .casio-wishlist-link-row__copy.is-copied {
	background: #40a0b6;
}

@media (max-width: 767px) {
	.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup,
	.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-inner .woosw-popup-content {
		width: min(100vw - 16px, 400px);
		max-width: min(100vw - 16px, 400px);
		border-radius: 22px 0 0 22px !important;
	}

	.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .cart_list,
	.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .total-cart,
	.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .buttons,
	.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-content-top,
	.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-content-mid,
	.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-content-bot {
		padding-left: 18px !important;
		padding-right: 18px !important;
		margin-left: 0;
		margin-right: 0;
	}

	.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .cart-popup-header {
		padding: 18px 18px 0;
	}

	.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .buttons {
		padding-top: 16px;
	}

	.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .top-total-cart {
		font-size: 17px;
	}

	.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .mini_cart_item {
		padding: 16px;
	}

	.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .product-image {
		margin-bottom: 12px;
	}

	.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .mini_cart_item a.remove {
		right: 12px;
		top: 12px;
	}

	.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .product-image img {
		width: 84px;
	}

	.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup a.product-name {
		font-size: 14px;
		line-height: 1.32;
	}

	.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .casio-mini-cart__bottom {
		align-items: center;
	}

	.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .casio-mini-cart__new-price {
		font-size: 18px;
	}

	.casio-homepage .casio-mini-cart-sync .mini-cart .cart-popup .casio-cart-qty {
		width: 116px;
		height: 46px;
	}

	.casio-homepage #woosw_wishlist.casio-wishlist-drawer .woosw-popup-content-top {
		min-height: 68px;
		font-size: 21px !important;
	}

	.casio-homepage .casio-wishlist-link-row {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}

	.casio-homepage .casio-wishlist-link-row__field {
		width: 100%;
	}

	.casio-homepage .casio-wishlist-link-row__input {
		padding: 0 14px;
		font-size: 14px;
	}

	.casio-homepage .casio-wishlist-link-row__copy {
		min-width: 96px;
		padding: 0 18px;
		font-size: 14px;
	}
}

.casio-homepage .banner {
	margin-top: 16px;
	margin-bottom: 24px;
}

.casio-homepage .banner .row {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-right: -12px;
	margin-left: -12px;
	gap: 0;
}

.casio-homepage .banner .row > * {
	padding-right: 12px;
	padding-left: 12px;
}

.casio-homepage .banner .col-md-8 {
	flex: 0 0 auto;
	width: 66.66667%;
	max-width: 66.66667%;
	min-width: 0;
}

.casio-homepage .banner .col-md-4 {
	flex: 0 0 auto;
	width: 33.33333%;
	max-width: 33.33333%;
}

.casio-homepage .banner .slider {
	position: relative;
	height: 422px;
	overflow: hidden;
	border-radius: 12px;
}

.casio-homepage .banner .slider__cell,
.casio-homepage .banner .slider__cell img {
	display: block;
	width: 100%;
	height: 100%;
}

.casio-homepage .banner .slider__cell img {
	object-fit: cover;
	object-position: center;
}

.casio-homepage .casio-donor-slider__dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 24px;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding-top: 0;
}

.casio-homepage .casio-donor-slider__dots .dot {
	width: 40px;
	height: 4px;
	border-radius: 999px;
	background: #dedfe2;
	border: 0;
	padding: 0;
}

.casio-homepage .casio-donor-slider__dots .dot.is-selected {
	background: rgba(0, 0, 0, 0.48);
}

.casio-homepage .banner .discount {
	border: 2px solid #ffd436;
	border-radius: 12px;
	overflow: hidden;
	width: 100%;
	height: 422px;
	display: flex;
	flex-direction: column;
	background: #fff;
}

.casio-homepage .banner .discount__slider {
	height: 422px;
	overflow: hidden;
}

.casio-homepage .banner .discount__head {
	background: #ffd436;
	padding: 12px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #232d40;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -0.02em;
}

.casio-homepage .countdown {
	display: flex;
	align-items: center;
	gap: 0;
	margin-left: 12px;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
}

.casio-homepage .countdown .days {
	margin-right: 4px;
}

.casio-homepage .countdown .term {
	margin-right: 8px;
}

.casio-homepage .prod-info {
	padding: 16px 24px;
	width: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
	position: relative;
}

.casio-homepage .prod-info__brand {
	display: block;
	position: relative;
	padding-right: 150px;
	margin-bottom: 2px;
	min-height: 44px;
}

.casio-homepage .prod-info__brand > a {
	display: block;
	min-width: 0;
	max-width: none;
}

.casio-homepage .prod-info__brand-side {
	position: absolute;
	top: 0;
	right: 0;
	width: 138px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 7px;
	padding-top: 1px;
}

.casio-homepage .prod-info__brand__title {
	color: #232d40;
	font-size: 19px;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: -0.02em;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 46px;
}

.casio-homepage .prod-info__brand img,
.casio-homepage .prod-info__brand-logo {
	width: 98px;
	max-width: 98px;
	height: 24px;
	max-height: 24px;
	margin-top: -2px;
	object-fit: contain;
	object-position: right center;
	align-self: flex-end;
}

.casio-homepage .prod-info__brand-meta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	width: auto;
	max-width: 100%;
	flex-wrap: nowrap;
	align-self: flex-end;
}

.casio-homepage .prod-info__brand-labels {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 7px;
	width: 100%;
}

.casio-homepage .prod-info__image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	flex: 1 1 auto;
	text-align: center;
	margin: 10px 0 auto;
}

.casio-homepage .prod-info__image > img {
	display: block;
	max-width: 184px;
	width: 184px;
	height: 184px;
	object-fit: contain;
	margin-top: 0;
}

.casio-homepage .prod-info__brand-meta .product-view__bonus__item,
.casio-homepage .prod-info__image .product-view__bonus__item,
.casio-homepage .products-slider .product__img .product-view__bonus__item {
	width: 4.95rem;
	height: 4.95rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #f6861f;
}

.casio-homepage .prod-info__brand-meta .product-view__bonus__item {
	width: 3.25rem;
	height: 3.25rem;
	flex: 0 0 3.25rem;
}

.casio-homepage .prod-info__image .product-view__bonus__item {
	width: 3.35rem;
	height: 3.35rem;
	flex: 0 0 3.35rem;
}

.casio-homepage .prod-info__brand-meta .product-discount-text,
.casio-homepage .prod-info__image .product-discount-text,
.casio-homepage .products-slider .product__img .product-discount-text {
	margin: 0;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
}

.casio-homepage .prod-info__brand-meta .product-discount-text {
	font-size: 0.84rem;
}

.casio-homepage .prod-info__image .product-discount-text {
	font-size: 0.86rem;
}

.casio-homepage .prod-info__brand-meta .product__label--light-purple {
	min-height: 32px;
	padding: 4px 10px;
	font-size: 11px;
	line-height: 16px;
}

.casio-homepage .prod-info__labels {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
	margin-left: 15px;
	padding-top: 0;
}

.casio-homepage .prod-info__brand-labels .product__label--orange,
.casio-homepage .prod-info__brand-labels .product__label--purple {
	align-self: flex-end;
}

.casio-homepage .product__label {
	display: inline-flex;
	align-items: center;
	padding: 4px 8px;
	border-radius: 8px;
	font-size: 11px;
	font-weight: 600;
	line-height: 16px;
	white-space: nowrap;
}

.casio-homepage .product__label--light-purple {
	color: #3192ec;
	border: 1px solid #3192ec;
	background: #fff;
}

.casio-homepage .product__label--orange {
	background: rgba(246, 134, 31, 0.08);
	color: #f6861f;
}

.casio-homepage .product__label--purple {
	background: rgba(23, 67, 223, 0.07);
	color: #1743df;
}

.casio-homepage .prod-info__bottom {
	margin-top: 10px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
}

.casio-homepage .prod-info__bottom__price {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 56px;
}

.casio-homepage .prod-info__bottom__price .old-price {
	display: block;
	margin-bottom: 4px;
	color: #95979c;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-decoration: line-through;
	min-height: 24px;
}

.casio-homepage .prod-info__bottom__price .old-price--placeholder {
	visibility: hidden;
}

.casio-homepage .prod-info__bottom .new-price {
	color: #232d40;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	margin: 0;
}

.casio-homepage .prod-info__bottom__buttons {
	display: flex;
	align-items: center;
	gap: 0;
	flex: 0 0 auto;
	margin-left: auto;
}

.casio-homepage .week_product_add {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	width: 256px;
	min-width: 256px;
	height: auto;
	padding: 16px 24px 15px;
	background: #40a0b6;
	border-color: #40a0b6;
	border-radius: 8px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	margin-left: 0;
}

.casio-homepage .week_product_add:hover,
.casio-homepage .week_product_add:focus {
	background: #3796ac;
	border-color: #3796ac;
	color: #fff;
}

.casio-homepage .week_product_add svg {
	flex: 0 0 auto;
	margin-right: 0;
}

.casio-homepage .prod-info__bottom__buttons .added_to_cart.wc-forward {
	display: none !important;
}

.casio-homepage .week_product_add--view-cart {
	background: linear-gradient(135deg, #232d40 0%, #31415d 100%);
	border-color: #232d40;
	box-shadow: 0 10px 22px rgba(35, 45, 64, 0.18);
	color: #fff;
	text-decoration: none;
}

.casio-homepage .week_product_add--view-cart:hover,
.casio-homepage .week_product_add--view-cart:focus {
	background: linear-gradient(135deg, #1b2433 0%, #28344a 100%);
	border-color: #1b2433;
	color: #fff;
}

.casio-homepage .services .row {
	display: flex;
	flex-wrap: nowrap;
	border-radius: 12px;
	overflow: hidden;
}

.casio-homepage .services__item {
	flex: 1 1 0;
	background: #fafbfc;
	padding: 36px 5px;
	text-align: center;
	color: #232d40;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}

.casio-homepage .services__item__info {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-right: 1px solid #d9d9d9;
	min-height: 130px;
}

.casio-homepage .services__item:last-child .services__item__info {
	border-right: 0;
}

.casio-homepage .services__item svg {
	display: block;
	width: auto;
	height: 34px;
	color: #40a0b6;
	margin-bottom: 20px;
}

.casio-homepage .full-calculator-popup {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	pointer-events: none;
	z-index: 40;
	transition: opacity 0.2s ease;
}

.casio-homepage .full-calculator-popup.open {
	opacity: 1;
	pointer-events: auto;
}

.casio-homepage .calculator-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: min(380px, calc(100vw - 32px));
	background-color: #fff;
	padding: 28px 28px 28px;
	border-radius: 12px;
	z-index: 41;
}

.casio-homepage .calculator-popup__head {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.casio-homepage .calculator-popup h2 {
	font-size: 24px;
	line-height: 32px;
	margin: 0;
}

.casio-homepage .calculator-popup__close {
	width: 56px;
	height: 56px;
	min-width: 56px;
	border-radius: 50%;
	border: 1px solid #c2c5ca;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-left: auto;
}

.casio-homepage .calculator-popup__close i,
.casio-homepage .calculator-popup__close i::before,
.casio-homepage .calculator-popup__close i::after {
	display: block;
	width: 17px;
	height: 2px;
	background-color: #5b5f66;
	position: relative;
}

.casio-homepage .calculator-popup__close i {
	background-color: transparent;
}

.casio-homepage .calculator-popup__close i::before,
.casio-homepage .calculator-popup__close i::after {
	content: "";
	position: absolute;
	left: 0;
}

.casio-homepage .calculator-popup__close i::before {
	top: -3px;
	transform: translateY(3px) rotate(45deg);
}

.casio-homepage .calculator-popup__close i::after {
	top: 3px;
	transform: translateY(-3px) rotate(-45deg);
}

.casio-homepage .calculator-popup.calculators img {
	max-width: 100%;
}

.casio-homepage .monthly-payment-promo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.casio-homepage .monthly-payment-promo img {
	display: block;
	width: 100%;
	max-width: 301px;
	height: auto;
	margin: 0 auto;
	border-radius: 8px;
}

@media (max-width: 1200px) {
	.casio-homepage .header__tools {
		gap: 0;
	}

	.casio-homepage .header__tools .btn-green-transparent {
		padding-left: 20px;
		padding-right: 20px;
	}

	.casio-homepage .banner .col-md-4 {
		flex-basis: 35%;
		max-width: 35%;
	}

	.casio-homepage .prod-info__brand__title {
		font-size: 22px;
		line-height: 28px;
	}
}

@media (max-width: 991px) {
	.casio-homepage .header__bottom {
		flex-wrap: wrap;
	}

	.casio-homepage .header__tools {
		width: 100%;
		margin-left: 0;
		justify-content: flex-end;
	}

	.casio-homepage .banner .row {
		flex-wrap: wrap;
	}

	.casio-homepage .banner .col-md-4,
	.casio-homepage .banner .col-md-8 {
		flex: 1 1 100%;
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.casio-home-footer {
		margin-top: 3rem;
	}

	.casio-home-footer .container-fluid {
		max-width: 1350px;
		padding: 2.4rem 2rem 2rem;
		width: 100%;
	}

	.casio-home-footer .footer__menu__item h3 {
		font-size: 1.6rem;
		line-height: 2.2rem;
		margin: 2rem 0 1rem;
	}

	.casio-home-footer .footer__menu__item__sub {
		display: flex;
		flex-wrap: wrap;
		gap: 0 2rem;
	}

	.casio-home-footer .footer__menu__item__sub__item a {
		font-size: 1.2rem;
	}

	.casio-home-footer .footer__copyright {
		font-size: 1.1rem;
		line-height: 1.7rem;
		margin-top: 2rem;
	}

	.casio-floating-whatsapp {
		right: 18px;
		bottom: 18px;
		width: 50px;
		height: 50px;
	}

	.casio-floating-whatsapp svg {
		width: 40px;
		height: 40px;
	}

	.casio-contact-page__breadcrumbs {
		padding: 10px 0;
		font-size: 14px;
		line-height: 20px;
	}

	.casio-contact-page__breadcrumbs .container-fluid {
		padding: 0 16px;
	}

	.casio-contact-map-section {
		display: flex;
		flex-direction: column;
		min-height: 0;
		background: #f3f5f7;
	}

	.casio-contact-map {
		position: relative;
		order: 2;
		min-height: 360px;
		height: 360px;
	}

	.casio-contact-map iframe {
		min-height: 360px;
	}

	.casio-contact-map::after {
		display: none;
	}

	.casio-contact-panel {
		order: 1;
		width: auto;
		max-height: none;
		margin: 14px 14px 18px;
		padding: 24px 18px 20px;
		overflow: visible;
		border-radius: 12px;
	}

	.casio-contact-panel h1 {
		margin-bottom: 20px;
		font-size: 28px;
	}

	.casio-contact-tabs {
		grid-template-columns: 1fr;
		margin-bottom: 16px;
	}

	.casio-contact-tabs button {
		min-height: 44px;
		border-right: 0;
		border-bottom: 1px solid #d9dee6;
		font-size: 14px;
	}

	.casio-contact-tabs button:last-child {
		border-bottom: 0;
	}

	.casio-contact-search {
		height: 50px;
		padding: 0 16px;
		font-size: 15px;
	}

	.casio-contact-stores {
		max-height: none;
		padding-right: 0;
	}

	.casio-contact-store-card {
		grid-template-columns: minmax(0, 1fr) 46px;
		min-height: 0;
		padding: 18px 16px;
	}

	.casio-contact-store-card--with-image {
		grid-template-columns: 112px minmax(0, 1fr) 40px;
		gap: 12px;
		padding: 10px;
	}

	.casio-contact-store-card__image {
		min-height: 124px;
		border-radius: 8px;
	}

	.casio-contact-store-card h2 {
		font-size: 18px;
	}

	.casio-contact-store-card--with-image h2 {
		margin-bottom: 7px;
		font-size: 16px;
	}

	.casio-contact-store-card p,
	.casio-contact-store-card__phone,
	.casio-contact-store-card strong {
		font-size: 14px;
	}

	.casio-contact-store-card--with-image p,
	.casio-contact-store-card--with-image .casio-contact-store-card__phone,
	.casio-contact-store-card--with-image strong {
		margin-bottom: 5px;
		font-size: 13px;
		line-height: 1.32;
	}

	.casio-contact-store-card__route {
		width: 46px;
		height: 46px;
	}

	.casio-contact-store-card--with-image .casio-contact-store-card__route {
		width: 40px;
		height: 40px;
	}

	.casio-homepage .casio-donor-header {
		position: sticky;
		top: 0;
		z-index: 90;
		background: #fff;
		padding-top: 18px;
		box-shadow: 0 1px 0 rgba(35, 45, 64, 0.06);
	}

	.casio-homepage .casio-donor-header .container-fluid,
	.casio-homepage .banner .container-fluid,
	.casio-homepage .services .container-fluid {
		padding: 0 16px;
	}

	.casio-homepage .header__bottom {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		column-gap: 6px;
		row-gap: 12px;
		margin-bottom: 0;
		padding-bottom: 16px !important;
		border-bottom: 1px solid #ebebeb;
	}

	.casio-homepage .header__bottom__logo {
		order: 1;
		flex: 0 0 auto;
		width: 96px;
		max-width: 96px;
		min-width: 96px;
		margin-right: 0;
	}

	.casio-homepage .header__bottom__logo .header__logo-img {
		width: 96px;
		height: auto;
		max-width: 100%;
	}

	.casio-homepage .header__bottom__nav {
		order: 2;
		flex: 0 0 36px;
		width: 36px;
		max-width: 36px;
		min-width: 36px;
		margin-left: auto;
	}

	.casio-homepage .casio-donor-catalog {
		flex: 0 0 36px;
		width: 36px;
		max-width: 36px;
		min-width: 36px;
	}

	.casio-homepage .header__bottom__nav .menu-trigger-label {
		display: inline-flex;
		align-items: center;
		width: 36px;
		min-width: 36px;
		max-width: 36px;
		height: 36px;
		padding: 0;
		justify-content: center;
		border-radius: 8px;
		margin-right: 0;
	}

	.casio-homepage .header__bottom__nav .menu-trigger-label span {
		display: none;
	}

	.casio-homepage .header__bottom__nav .menu-trigger-label .burger-menu {
		display: block;
		margin-right: 0;
		width: 16px;
		height: 2px;
	}

	.casio-homepage .header__bottom__nav .menu-trigger-label .burger-menu::before,
	.casio-homepage .header__bottom__nav .menu-trigger-label .burger-menu::after {
		width: 14px;
	}

	.casio-homepage .header__bottom__search {
		order: 10;
		flex: 0 0 100%;
		max-width: 100%;
		display: none;
	}

	.casio-homepage .header__bottom__search.is-open {
		display: block;
	}

	.casio-homepage .header__bottom__search .form-group {
		margin-right: 0;
	}

	.casio-homepage .header__bottom__search .form-control {
		height: 46px;
		padding-left: 18px;
		padding-right: 46px;
		font-size: 16px;
		line-height: 46px;
	}

	.casio-homepage .header__bottom__search button[type="submit"]::before {
		left: 7px;
		top: 11px;
		height: 24px;
	}

	.casio-homepage .header__bottom__search .header__search__close {
		position: absolute;
		top: 50%;
		right: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 18px;
		height: 18px;
		padding: 0;
		border: 0;
		background: transparent;
		transform: translateY(-50%);
	}

	.casio-homepage .header__bottom__search .header__search__close::before,
	.casio-homepage .header__bottom__search .header__search__close::after {
		content: "";
		position: absolute;
		width: 1px;
		height: 16px;
		background: #232d40;
	}

	.casio-homepage .header__bottom__search .header__search__close::before {
		transform: rotate(45deg);
	}

	.casio-homepage .header__bottom__search .header__search__close::after {
		transform: rotate(-45deg);
	}

	.casio-homepage .casio-search-results-content {
		right: 0;
	}

	.casio-homepage .header__tools {
		order: 3;
		width: auto;
		margin-left: 0;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		gap: 8px;
		justify-content: flex-end;
	}

	.casio-homepage .header__tools__item {
		font-size: 0;
		line-height: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		border: 1px solid rgba(34, 44, 63, 0.1);
		border-radius: 8px;
		margin-right: 0;
		margin-left: 0;
		flex: 0 0 36px;
	}

	.casio-homepage .header__tools__icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 18px;
		height: 18px;
		margin-bottom: 0;
	}

	.casio-homepage .header__tools__item svg {
		margin-bottom: 0;
		width: 18px;
		height: 18px;
	}

	.casio-homepage .header__tools .btn-green-transparent {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		padding: 0;
		margin-left: 0;
		flex: 0 0 36px;
	}

	.casio-homepage .header__tools .btn-green-transparent svg {
		margin-right: 0;
		width: 18px;
		height: 18px;
	}

	.casio-homepage .header__tools .btn-green-transparent span,
	.casio-homepage .header__tools__item > span:not(.header__tools__icon) {
		display: none;
	}

	.casio-homepage .header__tools__item--search {
		display: inline-flex;
	}

	.casio-homepage .banner {
		margin-bottom: 0;
	}

	.casio-homepage .banner .row {
		gap: 16px;
	}

	.casio-homepage .banner .slider,
	.casio-homepage .banner .discount,
	.casio-homepage .banner .discount__slider {
		height: auto;
	}

	.casio-homepage .banner .slider__cell img {
		height: auto;
		object-fit: contain;
	}

	.casio-homepage .casio-donor-slider__dots {
		position: static;
		left: auto;
		right: auto;
		bottom: auto;
		padding-top: 12px;
		gap: 10px;
	}

	.casio-homepage .casio-donor-slider__dots .dot {
		width: 24px;
		height: 3px;
	}

	.casio-homepage .banner .discount__head {
		padding: 12px 18px;
		font-size: 14px;
		line-height: 24px;
	}

	.casio-homepage .countdown {
		font-size: 14px;
		line-height: 24px;
	}

	.casio-homepage .prod-info {
		padding: 18px;
	}

	.casio-homepage .prod-info__brand {
		display: block;
		position: relative;
		padding-right: 134px;
		margin-bottom: 2px;
		min-height: 58px;
	}

	.casio-homepage .prod-info__brand > a {
		display: block;
		max-width: none;
	}

	.casio-homepage .prod-info__brand-side {
		position: absolute;
		top: 0;
		right: 0;
		width: 126px;
		gap: 6px;
	}

	.casio-homepage .prod-info__brand img,
	.casio-homepage .prod-info__brand-logo {
		width: 92px;
		max-width: 92px;
		height: 22px;
		max-height: 22px;
	}

	.casio-homepage .prod-info__brand__title {
		font-size: 19px;
		line-height: 24px;
		min-height: 48px;
	}

	.casio-homepage .prod-info__image {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
		padding-right: 132px;
		min-height: 188px;
		margin-top: 8px;
	}

	.casio-homepage .prod-info__image > img {
		width: 156px;
		height: 156px;
		margin-left: 8px;
	}

	.casio-homepage .prod-info__labels {
		align-items: flex-start;
		width: 100%;
	}

	.casio-homepage .prod-info__bottom .new-price {
		font-size: 24px;
		line-height: 30px;
	}

	.casio-homepage .prod-info__bottom__buttons {
		flex-direction: column;
	}

	.casio-homepage .week_product_add {
		width: 100%;
		min-width: 0;
	}

	.casio-homepage .services {
		display: block;
		margin-top: 18px;
	}

	.casio-homepage .services .row {
		flex-wrap: wrap;
		border-radius: 16px;
	}

	.casio-homepage .services__item {
		flex: 0 0 50%;
	}

	.casio-homepage .services__item__info {
		min-height: 120px;
	}

	.casio-homepage .services__item:nth-child(2n) .services__item__info {
		border-right: 0;
	}

	.casio-homepage .calculator-popup {
		width: auto;
		transform: none;
		left: 16px;
		right: 16px;
		top: 76px;
		bottom: 16px;
		overflow: auto;
		padding: 20px;
	}
}

.casio-homepage .products-slider {
	position: relative;
	padding-top: 2.4rem;
	padding-bottom: 2.2rem;
	font-family: inter, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.casio-homepage #most_sell_discounts.products-slider {
	padding-top: 1.1rem;
	padding-bottom: 1.4rem;
}

.casio-homepage .products-slider .container-fluid {
	position: relative;
	max-width: 1350px;
	padding: 0 12px;
}

.casio-homepage .products-slider .slider-tabs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0;
	margin: 0 0 2.4rem;
	padding-right: 128px;
	color: #232d40;
	font-family: inter, sans-serif;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 3.2rem;
	letter-spacing: -0.01em;
	text-rendering: optimizeLegibility;
}

.casio-homepage .products-slider .slider_tab_carousel {
	appearance: none;
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	font: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0 1rem 0 0;
	opacity: 0.3;
	padding: 0;
	transition: opacity 0.2s ease;
}

.casio-homepage .products-slider .slider_tab_carousel:last-child {
	margin-right: 0;
}

.casio-homepage .products-slider .slider_tab_carousel.active,
.casio-homepage .products-slider .slider_tab_carousel.is-active {
	opacity: 1;
}

.casio-homepage .products-slider .slider_tab_carousel:focus-visible {
	outline: 2px solid #40a0b6;
	outline-offset: 4px;
	border-radius: 6px;
}

.casio-homepage .products-slider .slider-container {
	position: relative;
}

.casio-homepage .products-slider__arrows {
	position: absolute;
	top: -7.8rem;
	right: 1.2rem;
	z-index: 5;
	display: flex;
	justify-content: flex-end;
}

.casio-homepage .products-slider__arrows .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 5.6rem;
	height: 5.6rem;
	margin-left: 1.2rem;
	background: #fff;
	border: 0;
	border-radius: 50%;
	box-shadow: 0 33px 80px rgba(0, 0, 0, 0.05), 0 9.94853px 24.1177px rgba(0, 0, 0, 0.0325794),
		0 4.13211px 10.0172px rgba(0, 0, 0, 0.025), 0 1.4945px 3.62304px rgba(0, 0, 0, 0.0174206);
	color: #232d40;
	cursor: pointer;
	padding: 0;
}

.casio-homepage .products-slider__arrows .button svg {
	display: block;
	width: 1.9rem;
	height: 1.7rem;
}

.casio-homepage .products-slider__slides {
	display: flex;
	align-items: stretch;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	max-width: 1326px;
	margin: 0 auto;
	border-radius: 12px;
	scrollbar-width: none;
	scroll-behavior: smooth;
	background: transparent;
}

.casio-homepage .products-slider__slides::-webkit-scrollbar {
	display: none;
}

.casio-homepage .products-slider .product {
	position: relative;
	display: flex;
	flex: 0 0 calc(100% / 4);
	width: calc(100% / 4);
	max-width: calc(100% / 4);
	min-width: calc(100% / 4);
	min-height: 100%;
	padding: 1.8rem 1.8rem 2.2rem;
	background: #fff;
	border: 1px solid #ebedf0;
	border-left-width: 0;
	border-radius: 0 !important;
	box-shadow: none;
	box-sizing: border-box;
	transition: box-shadow 0.3s ease-in-out;
}

.casio-homepage .products-slider .product:first-child {
	border-left-width: 1px;
	border-top-left-radius: 12px !important;
	border-bottom-left-radius: 12px !important;
}

.casio-homepage .products-slider .product:last-child {
	border-top-right-radius: 12px !important;
	border-bottom-right-radius: 12px !important;
}

.casio-homepage .products-slider .product:hover {
	z-index: 2;
	box-shadow: 0 15px 80px rgba(0, 0, 0, 0.07), 0 1.87823px 10.0172px rgba(0, 0, 0, 0.035);
}

.casio-homepage .products-slider .product__flex {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.casio-homepage .products-slider .product__flex__left,
.casio-homepage .products-slider .product__flex-right {
	display: flex;
	flex-direction: column;
}

.casio-homepage .products-slider .product__flex__left {
	flex: 1 1 auto;
	position: relative;
}

.casio-homepage .products-slider .product__flex-right {
	flex: 1 0 auto;
	justify-content: space-between;
	width: 100%;
}

.casio-homepage .products-slider .product__tool-bar {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 3;
	display: flex;
	justify-content: flex-end;
	min-height: 0;
}

.casio-homepage .products-slider .product__tools {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
	color: #c2c5ca;
}

.casio-homepage .products-slider .product__tools .woosw-btn,
.casio-homepage .products-slider .product__tools a,
.casio-homepage .products-slider .product__tools button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 2.4rem;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: inherit;
	font-size: 0;
	box-shadow: none;
	overflow: hidden;
	text-indent: -9999px;
}

.casio-homepage .products-slider .product__tools .woosw-btn::before {
	content: "\2661";
	display: block;
	font-size: 2rem;
	line-height: 1;
	text-indent: 0;
}

.casio-homepage .products-slider .product__tools .woosw-btn:not(.woosw-added):not(.woosw-btn-added) {
	color: #c2c5ca;
}

.casio-homepage .products-slider .product__tools .woosw-btn:not(.woosw-added):not(.woosw-btn-added)::before {
	content: "\2661";
}

.casio-homepage .products-slider .product__tools .woosw-btn:hover,
.casio-homepage .products-slider .product__tools .woosw-btn.woosw-added,
.casio-homepage .products-slider .product__tools .woosw-btn.woosw-btn-added {
	color: #40a0b6;
}

.casio-homepage .products-slider .product__tools .woosw-btn.woosw-added::before,
.casio-homepage .products-slider .product__tools .woosw-btn.woosw-btn-added::before {
	content: "\2665";
}

.casio-homepage .products-slider .product__img {
	display: block;
	position: relative;
	height: 16.8rem;
	margin: 2.2rem 0 1.6rem;
	text-align: center;
}

.casio-homepage .products-slider .product__img .product-view__bonus {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	list-style: none;
	margin: 0;
	padding: 0;
}

.casio-homepage .products-slider .product__img > a {
	display: block;
	width: 100%;
	height: 100%;
}

.casio-homepage .products-slider .product__img > a > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: scale(0.9);
	transition: transform 0.2s ease;
}

.casio-homepage .products-slider .product:hover .product__img > a > img {
	transform: scale(1);
}

.casio-homepage .products-slider .product__flex__left-right {
	display: flex;
	flex-direction: column;
}

.casio-homepage .products-slider .product__type {
	color: #95979c;
	font-size: 1rem;
	line-height: 1.6rem;
	margin: 0;
}

.casio-homepage .products-slider .product__name {
	display: block;
	margin: 0 0 0.9rem;
	color: #232d40;
	font-size: 1.26rem;
	font-weight: 600;
	line-height: 1.75rem;
	text-decoration: none;
	word-break: break-word;
}

.casio-homepage .products-slider .product__name:hover {
	color: #232d40;
}

.casio-homepage .products-slider .product__code {
	display: flex;
	align-items: baseline;
	margin: 0 0 1.4rem;
	color: #232d40;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2rem;
}

.casio-homepage .products-slider .product__code span {
	margin: 0 0.5rem 0 0;
	color: #95979c;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.8rem;
}

.casio-homepage .products-slider .product__labels {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	margin-bottom: auto;
}

.casio-homepage .products-slider .product__label {
	display: inline-flex;
	align-items: center;
	min-height: 2.8rem;
	margin: 0 0.8rem 0.65rem 0;
	padding: 0.4rem 0.8rem;
	border: 1px solid currentColor;
	border-radius: 4px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4rem;
}

.casio-homepage .products-slider .product__label--light-purple {
	background: transparent;
	color: #3192ec !important;
}

.casio-homepage .products-slider .product__label--light-orange {
	background: transparent;
	color: #f6861f !important;
}

.casio-homepage .products-slider .product__label--stock-out {
	background: transparent;
	color: #6e7480 !important;
}

.casio-homepage .products-slider .product__label--orange {
	background: rgba(246, 134, 31, 0.07);
	border-color: transparent;
	color: #f6861f !important;
}

.casio-homepage .products-slider .product__label--purple {
	background: rgba(23, 67, 223, 0.07);
	border-color: transparent;
	color: #1743df !important;
}

.casio-homepage .products-slider .product__footer {
	margin-top: 1.4rem;
	width: 100%;
}

.casio-homepage .products-slider .product__purchase-meta {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.9rem;
	width: 100%;
}

.casio-homepage .products-slider .product__price {
	margin-bottom: 0.8rem;
	flex: 1 1 auto;
}

.casio-homepage .products-slider .product__price__current {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.casio-homepage .products-slider .product__price__list {
	flex: 0 0 8.1rem;
	padding: 0.75rem 0.8rem;
	background: #fafafc;
	border-radius: 6px;
}

.casio-homepage .products-slider .product__price__list__taksit {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.5rem;
}

.casio-homepage .products-slider .product__price__list__taksit input {
	display: none;
}

.casio-homepage .products-slider .product__price__list__taksit label {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 2.6rem;
	padding: 0.25rem 0.25rem 0.2rem;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #95979c;
	cursor: pointer;
	font-size: 0.95rem;
	line-height: 1.2rem;
	text-align: center;
	flex: 1 1 0;
	white-space: nowrap;
}

.casio-homepage .products-slider .product__price__list__taksit label .product__installment-month,
.casio-homepage .products-slider .product__price__list__taksit label .product__installment-suffix {
	display: block;
}

.casio-homepage .products-slider .product__price__list__taksit label .product__installment-month {
	margin-bottom: 0.28rem;
}

.casio-homepage .products-slider .product__price__list__taksit input:checked + label {
	border-color: #232d40;
	color: #232d40;
}

.casio-homepage .products-slider .product__price__list__taksit-price {
	margin-top: 0.35rem;
	color: #232d40;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.6rem;
	text-align: center;
}

.casio-homepage .products-slider .old-price {
	margin-bottom: 2px;
	color: #95979c;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2rem;
	text-decoration: line-through;
}

.casio-homepage .products-slider .new-price {
	margin: 0;
	color: #232d40;
	font-size: 1.42rem;
	font-weight: 600;
	line-height: 2rem;
}

.casio-homepage .products-slider .product__to-cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	min-height: 4.2rem;
	padding: 0.9rem 1.2rem;
	background: #40a0b6;
	border: 0;
	border-radius: 0.8rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.6rem;
	text-decoration: none;
}

.casio-homepage .products-slider .product__to-cart:hover {
	color: #fff;
	background: #3893a7;
}

.casio-homepage .products-slider .product__to-cart--view-cart {
	background: linear-gradient(135deg, #232d40 0%, #31415d 100%);
	box-shadow: 0 8px 18px rgba(35, 45, 64, 0.16);
	color: #fff;
	text-decoration: none;
}

.casio-homepage .products-slider .product__to-cart--view-cart:hover,
.casio-homepage .products-slider .product__to-cart--view-cart:focus {
	background: linear-gradient(135deg, #1b2433 0%, #28344a 100%);
	color: #fff;
}

.casio-homepage .products-slider .product__to-cart--disabled {
	background: #d9dde3;
	color: #6e7480;
	cursor: not-allowed;
	pointer-events: none;
}

.casio-homepage .products-slider .product__to-cart--disabled:hover {
	background: #d9dde3;
	color: #6e7480;
}

.casio-homepage .products-slider .product__to-cart svg {
	flex: 0 0 auto;
	width: 2rem;
	height: 1.6rem;
	margin-right: 0.7rem;
}

.casio-homepage .products-slider .added_to_cart.wc-forward {
	display: none !important;
}

.casio-site-shell .content-products-list > .products-list.casio-catalog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.casio-site-shell .main-archive-product .content-products-list > ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

body.woocommerce-page .main-archive-product .content-products-list > ul.products,
body.tax-product_cat .main-archive-product .content-products-list > ul.products,
body.post-type-archive-product .main-archive-product .content-products-list > ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid:not(.casio-catalog-ready) {
	visibility: hidden;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid.casio-catalog-ready {
	visibility: visible;
}

.casio-hidden-wpbingo-filter-widget {
	display: none !important;
}

.casio-site-shell .products-list.casio-catalog-grid > li.casio-catalog-card {
	width: auto;
	max-width: none;
	flex: none;
	padding: 0 !important;
	margin: 0 !important;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid > li {
	width: auto !important;
	max-width: none !important;
	flex: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.casio-site-shell .main-archive-product .content-products-list > ul.products > li {
	width: auto !important;
	max-width: none !important;
	flex: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.woocommerce-page .main-archive-product .content-products-list > ul.products > li,
body.tax-product_cat .main-archive-product .content-products-list > ul.products > li,
body.post-type-archive-product .main-archive-product .content-products-list > ul.products > li {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	flex: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product {
	position: relative;
	z-index: 1;
	display: flex;
	width: 100%;
	min-height: 100%;
	padding: 1.8rem 1.8rem 2.2rem;
	background: #fff;
	border: 1px solid #ebedf0;
	border-radius: 12px !important;
	box-shadow: none;
	box-sizing: border-box;
	transition: box-shadow 0.3s ease-in-out;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product:hover {
	z-index: 5;
	box-shadow: 0 15px 80px rgba(0, 0, 0, 0.07), 0 1.87823px 10.0172px rgba(0, 0, 0, 0.035);
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__flex {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__flex__left,
.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__flex-right {
	display: flex;
	flex-direction: column;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__flex__left {
	flex: 1 1 auto;
	position: relative;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__flex-right {
	flex: 1 0 auto;
	justify-content: space-between;
	width: 100%;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__tool-bar {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 3;
	display: flex;
	justify-content: flex-end;
	min-height: 0;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__tools {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
	color: #c2c5ca;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__tools .woosw-btn,
.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__tools a,
.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__tools button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 2.4rem;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: inherit;
	font-size: 0;
	box-shadow: none;
	overflow: hidden;
	text-indent: -9999px;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__tools .woosw-btn::before {
	content: "\2661";
	display: block;
	font-size: 2rem;
	line-height: 1;
	text-indent: 0;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__tools .woosw-btn:not(.woosw-added):not(.woosw-btn-added) {
	color: #c2c5ca;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__tools .woosw-btn.woosw-added,
.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__tools .woosw-btn.woosw-btn-added,
.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__tools .woosw-btn:hover {
	color: #40a0b6;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__tools .woosw-btn.woosw-added::before,
.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__tools .woosw-btn.woosw-btn-added::before {
	content: "\2665";
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__img {
	display: block;
	position: relative;
	height: 16.8rem;
	margin: 2.2rem 0 1.6rem;
	text-align: center;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__img .product-view__bonus {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	list-style: none;
	margin: 0;
	padding: 0;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__img .product-view__bonus__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5.2rem;
	height: 5.2rem;
	border-radius: 50%;
	background: #ff8a1d;
	color: #fff;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__img .product-discount-text {
	margin: 0;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__img > a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__img > a > img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__flex__left-right {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__type {
	color: #95979c;
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.3rem;
	text-transform: uppercase;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__name {
	display: block;
	color: #232d40;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.5rem;
	text-decoration: none;
	word-break: normal;
	overflow-wrap: anywhere;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__labels {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 0.8rem;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.5rem;
	padding: 0.45rem 0.9rem;
	border-radius: 0.45rem;
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.2rem;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__label--light-purple {
	background: #f5f6ff;
	border: 1px solid #2979ff;
	color: #2979ff;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__label--light-orange {
	background: #fff;
	border: 1px solid #ff8a1d;
	color: #ff8a1d;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__label--stock-out {
	background: #fff;
	border: 1px solid #cfd6e4;
	color: #7f8899;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__label--orange {
	background: #fff5eb;
	color: #ff8a1d;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__label--purple {
	background: #eef1ff;
	color: #3557ff;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__footer {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1.15rem;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__purchase-meta {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__price__current {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__price__list {
	min-width: 8.6rem;
	padding: 0.85rem;
	background: #fbfbff;
	border-radius: 0.55rem;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__price__list__taksit {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.5rem;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__price__list__taksit input {
	display: none;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__price__list__taksit-price {
	margin-top: 0.35rem;
	color: #232d40;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.6rem;
	text-align: center;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .old-price {
	margin-bottom: 2px;
	color: #95979c;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2rem;
	text-decoration: line-through;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .new-price {
	margin: 0;
	color: #232d40;
	font-size: 1.42rem;
	font-weight: 600;
	line-height: 2rem;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__to-cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	min-height: 4.2rem;
	padding: 0.9rem 1.2rem;
	background: #40a0b6;
	border: 0;
	border-radius: 0.8rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.6rem;
	text-decoration: none;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__to-cart--view-cart {
	background: linear-gradient(135deg, #232d40 0%, #31415d 100%);
	box-shadow: 0 8px 18px rgba(35, 45, 64, 0.16);
	color: #fff;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__to-cart--disabled {
	background: #d9dde3;
	color: #6e7480;
	cursor: not-allowed;
	pointer-events: none;
}

@media (max-width: 767px) {
	.casio-site-shell .content-products-list > .products-list.casio-catalog-grid,
	.casio-site-shell .main-archive-product .content-products-list > .products-list.grid,
	.casio-site-shell .main-archive-product .content-products-list > ul.products,
	body.woocommerce-page .main-archive-product .content-products-list > ul.products,
	body.tax-product_cat .main-archive-product .content-products-list > ul.products,
	body.post-type-archive-product .main-archive-product .content-products-list > ul.products {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 16px !important;
	}

	.casio-site-shell .products-list.casio-catalog-grid > li.casio-catalog-card,
	.casio-site-shell .main-archive-product .content-products-list > .products-list.grid > li,
	.casio-site-shell .main-archive-product .content-products-list > ul.products > li,
	body.woocommerce-page .main-archive-product .content-products-list > ul.products > li,
	body.tax-product_cat .main-archive-product .content-products-list > ul.products > li,
	body.post-type-archive-product .main-archive-product .content-products-list > ul.products > li {
		width: 100% !important;
		max-width: 100% !important;
	}

	.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product,
	.casio-site-shell .products-list.casio-catalog-grid .product {
		padding: 1.6rem 1.4rem 1.8rem;
	}

	.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__img,
	.casio-site-shell .products-list.casio-catalog-grid .product__img {
		height: 14.6rem;
		margin: 2rem 0 1.2rem;
	}

	.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__purchase-meta,
	.casio-site-shell .products-list.casio-catalog-grid .product__purchase-meta {
		align-items: flex-start;
		flex-direction: column;
	}

	.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__price__list,
	.casio-site-shell .products-list.casio-catalog-grid .product__price__list {
		width: 100%;
		max-width: 11rem;
		margin-left: auto;
	}
}

.casio-site-shell .products-list.casio-catalog-grid .product {
	position: relative;
	display: flex;
	width: 100%;
	min-height: 100%;
	padding: 1.8rem 1.8rem 2.2rem;
	background: #fff;
	border: 1px solid #ebedf0;
	border-radius: 12px !important;
	box-shadow: none;
	box-sizing: border-box;
	transition: box-shadow 0.3s ease-in-out;
}

.casio-site-shell .products-list.casio-catalog-grid .product:hover {
	z-index: 2;
	box-shadow: 0 15px 80px rgba(0, 0, 0, 0.07), 0 1.87823px 10.0172px rgba(0, 0, 0, 0.035);
}

.casio-site-shell .products-list.casio-catalog-grid .product__flex {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.casio-site-shell .products-list.casio-catalog-grid .product__flex__left,
.casio-site-shell .products-list.casio-catalog-grid .product__flex-right {
	display: flex;
	flex-direction: column;
}

.casio-site-shell .products-list.casio-catalog-grid .product__flex__left {
	flex: 1 1 auto;
	position: relative;
}

.casio-site-shell .products-list.casio-catalog-grid .product__flex-right {
	flex: 1 0 auto;
	justify-content: space-between;
	width: 100%;
}

.casio-site-shell .products-list.casio-catalog-grid .product__tool-bar {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 3;
	display: flex;
	justify-content: flex-end;
	min-height: 0;
}

.casio-site-shell .products-list.casio-catalog-grid .product__tools {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
	color: #c2c5ca;
}

.casio-site-shell .products-list.casio-catalog-grid .product__tools .woosw-btn,
.casio-site-shell .products-list.casio-catalog-grid .product__tools a,
.casio-site-shell .products-list.casio-catalog-grid .product__tools button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 2.4rem;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: inherit;
	font-size: 0;
	box-shadow: none;
	overflow: hidden;
	text-indent: -9999px;
}

.casio-site-shell .products-list.casio-catalog-grid .product__tools .woosw-btn::before {
	content: "\2661";
	display: block;
	font-size: 2rem;
	line-height: 1;
	text-indent: 0;
}

.casio-site-shell .products-list.casio-catalog-grid .product__tools .woosw-btn:not(.woosw-added):not(.woosw-btn-added) {
	color: #c2c5ca;
}

.casio-site-shell .products-list.casio-catalog-grid .product__tools .woosw-btn:not(.woosw-added):not(.woosw-btn-added)::before {
	content: "\2661";
}

.casio-site-shell .products-list.casio-catalog-grid .product__tools .woosw-btn:hover,
.casio-site-shell .products-list.casio-catalog-grid .product__tools .woosw-btn.woosw-added,
.casio-site-shell .products-list.casio-catalog-grid .product__tools .woosw-btn.woosw-btn-added {
	color: #40a0b6;
}

.casio-site-shell .products-list.casio-catalog-grid .product__tools .woosw-btn.woosw-added::before,
.casio-site-shell .products-list.casio-catalog-grid .product__tools .woosw-btn.woosw-btn-added::before {
	content: "\2665";
}

.casio-site-shell .products-list.casio-catalog-grid .product__img {
	display: block;
	position: relative;
	height: 16.8rem;
	margin: 2.2rem 0 1.6rem;
	text-align: center;
}

.casio-site-shell .products-list.casio-catalog-grid .product__img .product-view__bonus {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	list-style: none;
	margin: 0;
	padding: 0;
}

.casio-site-shell .products-list.casio-catalog-grid .product__img .product-view__bonus__item {
	width: 4.95rem;
	height: 4.95rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #f6861f;
}

.casio-site-shell .products-list.casio-catalog-grid .product__img .product-discount-text {
	margin: 0;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
}

.casio-site-shell .products-list.casio-catalog-grid .product__img > a {
	display: block;
	width: 100%;
	height: 100%;
}

.casio-site-shell .products-list.casio-catalog-grid .product__img > a > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: scale(0.9);
	transition: transform 0.2s ease;
}

.casio-site-shell .products-list.casio-catalog-grid .product:hover .product__img > a > img {
	transform: scale(1);
}

.casio-site-shell .products-list.casio-catalog-grid .product__flex__left-right {
	display: flex;
	flex-direction: column;
}

.casio-site-shell .products-list.casio-catalog-grid .product__type {
	color: #95979c;
	font-size: 1rem;
	line-height: 1.6rem;
	margin: 0;
}

.casio-site-shell .products-list.casio-catalog-grid .product__name {
	display: block;
	margin: 0 0 0.9rem;
	color: #232d40;
	font-size: 1.26rem;
	font-weight: 600;
	line-height: 1.75rem;
	text-decoration: none;
	word-break: break-word;
}

.casio-site-shell .products-list.casio-catalog-grid .product__name:hover {
	color: #232d40;
}

.casio-site-shell .products-list.casio-catalog-grid .product__code {
	display: flex;
	align-items: baseline;
	margin: 0 0 1.4rem;
	color: #232d40;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2rem;
}

.casio-site-shell .products-list.casio-catalog-grid .product__code span {
	margin: 0 0.5rem 0 0;
	color: #95979c;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.8rem;
}

.casio-site-shell .products-list.casio-catalog-grid .product__labels {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	margin-bottom: auto;
}

.casio-site-shell .products-list.casio-catalog-grid .product__label {
	display: inline-flex;
	align-items: center;
	min-height: 2.8rem;
	margin: 0 0.8rem 0.65rem 0;
	padding: 0.4rem 0.8rem;
	border: 1px solid currentColor;
	border-radius: 4px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4rem;
}

.casio-site-shell .products-list.casio-catalog-grid .product__label--light-purple {
	background: transparent;
	color: #3192ec !important;
}

.casio-site-shell .products-list.casio-catalog-grid .product__label--light-orange {
	background: transparent;
	color: #f6861f !important;
}

.casio-site-shell .products-list.casio-catalog-grid .product__label--stock-out {
	background: transparent;
	color: #6e7480 !important;
}

.casio-site-shell .products-list.casio-catalog-grid .product__label--orange {
	background: rgba(246, 134, 31, 0.07);
	border-color: transparent;
	color: #f6861f !important;
}

.casio-site-shell .products-list.casio-catalog-grid .product__label--purple {
	background: rgba(23, 67, 223, 0.07);
	border-color: transparent;
	color: #1743df !important;
}

.casio-site-shell .products-list.casio-catalog-grid .product__footer {
	margin-top: 1.4rem;
	width: 100%;
}

.casio-site-shell .products-list.casio-catalog-grid .product__purchase-meta {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.9rem;
	width: 100%;
}

.casio-site-shell .products-list.casio-catalog-grid .product__price {
	margin-bottom: 0.8rem;
	flex: 1 1 auto;
}

.casio-site-shell .products-list.casio-catalog-grid .product__price__current {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.casio-site-shell .products-list.casio-catalog-grid .product__price__list {
	flex: 0 0 8.1rem;
	padding: 0.75rem 0.8rem;
	background: #fafafc;
	border-radius: 6px;
}

.casio-site-shell .products-list.casio-catalog-grid .product__price__list__taksit {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.5rem;
}

.casio-site-shell .products-list.casio-catalog-grid .product__price__list__taksit input {
	display: none;
}

.casio-site-shell .products-list.casio-catalog-grid .product__price__list__taksit label {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 2.6rem;
	padding: 0.25rem 0.25rem 0.2rem;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #95979c;
	cursor: pointer;
	font-size: 0.95rem;
	line-height: 1.2rem;
	text-align: center;
	flex: 1 1 0;
	white-space: nowrap;
}

.casio-site-shell .products-list.casio-catalog-grid .product__price__list__taksit label .product__installment-month,
.casio-site-shell .products-list.casio-catalog-grid .product__price__list__taksit label .product__installment-suffix {
	display: block;
}

.casio-site-shell .products-list.casio-catalog-grid .product__price__list__taksit label .product__installment-month {
	margin-bottom: 0.28rem;
}

.casio-site-shell .products-list.casio-catalog-grid .product__price__list__taksit input:checked + label {
	border-color: #232d40;
	color: #232d40;
}

.casio-site-shell .products-list.casio-catalog-grid .product__price__list__taksit label.is-active {
	border-color: #232d40;
	color: #232d40;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__price__list__taksit label {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 2.6rem;
	padding: 0.25rem 0.25rem 0.2rem;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #95979c;
	cursor: pointer;
	font-size: 0.95rem;
	line-height: 1.2rem;
	text-align: center;
	flex: 1 1 0;
	white-space: nowrap;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__price__list__taksit label .product__installment-month,
.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__price__list__taksit label .product__installment-suffix {
	display: block;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__price__list__taksit label .product__installment-month {
	margin-bottom: 0.28rem;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__price__list__taksit input:checked + label,
.casio-site-shell .main-archive-product .content-products-list > .products-list.grid .product__price__list__taksit label.is-active {
	border-color: #232d40;
	color: #232d40;
}

.casio-site-shell .products-list.casio-catalog-grid .product__price__list__taksit-price {
	margin-top: 0.35rem;
	color: #232d40;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.6rem;
	text-align: center;
}

.casio-site-shell .products-list.casio-catalog-grid .old-price {
	margin-bottom: 2px;
	color: #95979c;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2rem;
	text-decoration: line-through;
}

.casio-site-shell .products-list.casio-catalog-grid .new-price {
	margin: 0;
	color: #232d40;
	font-size: 1.42rem;
	font-weight: 600;
	line-height: 2rem;
}

.casio-site-shell .products-list.casio-catalog-grid .product__to-cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	min-height: 4.2rem;
	padding: 0.9rem 1.2rem;
	background: #40a0b6;
	border: 0;
	border-radius: 0.8rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.6rem;
	text-decoration: none;
}

.casio-site-shell .products-list.casio-catalog-grid .product__to-cart:hover {
	color: #fff;
	background: #3893a7;
}

.casio-site-shell .products-list.casio-catalog-grid .product__to-cart--view-cart {
	background: linear-gradient(135deg, #232d40 0%, #31415d 100%);
	box-shadow: 0 8px 18px rgba(35, 45, 64, 0.16);
	color: #fff;
	text-decoration: none;
}

.casio-site-shell .products-list.casio-catalog-grid .product__to-cart--view-cart:hover,
.casio-site-shell .products-list.casio-catalog-grid .product__to-cart--view-cart:focus {
	background: linear-gradient(135deg, #1b2433 0%, #28344a 100%);
	color: #fff;
}

.casio-site-shell .products-list.casio-catalog-grid .product__to-cart--disabled {
	background: #d9dde3;
	color: #6e7480;
	cursor: not-allowed;
	pointer-events: none;
}

.casio-site-shell .products-list.casio-catalog-grid .product__to-cart--disabled:hover {
	background: #d9dde3;
	color: #6e7480;
}

.casio-site-shell .products-list.casio-catalog-grid .product__to-cart svg {
	flex: 0 0 auto;
	width: 2rem;
	height: 1.6rem;
	margin-right: 0.7rem;
}

.casio-site-shell .products-list.casio-catalog-grid .added_to_cart.wc-forward {
	display: none !important;
}

.casio-homepage .casio-products__empty {
	display: grid;
}

.casio-homepage .casio-products__empty-card {
	display: grid;
	gap: 12px;
	padding: 28px;
	background: rgba(255, 253, 248, 0.96);
	border: 1px solid #e6e8ee;
	border-radius: 20px;
	box-shadow: 0 14px 30px rgba(27, 39, 59, 0.08);
}

.casio-homepage .casio-products__empty-card h3 {
	margin: 0;
	font-size: 1.32rem;
	text-transform: uppercase;
}

.casio-homepage .casio-products__empty-card p {
	margin: 0;
	color: #6e7480;
}

.casio-homepage .casio-products__empty-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 44px;
	padding: 0 18px;
	background: #232d40;
	border-radius: 999px;
	color: #fff;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.casio-homepage .products-slider .slider-tabs {
		padding-right: 0;
		font-size: 2.2rem;
		line-height: 3rem;
	}

	.casio-homepage .products-slider .product {
		max-width: none;
		min-width: 29rem;
	}
}

@media (max-width: 767px) {
	.casio-homepage .products-slider {
		padding-top: 2.2rem;
		padding-bottom: 2.2rem;
	}

	.casio-homepage .products-slider .container-fluid {
		padding-right: 0;
		padding-left: 16px;
	}

	.casio-homepage .products-slider .slider-tabs {
		flex-wrap: nowrap;
		gap: 0;
		margin-bottom: 1.4rem;
		padding-right: 16px;
		white-space: nowrap;
		font-family: Inter, sans-serif;
		font-size: 1.3rem;
		line-height: 1.7rem;
		font-weight: 600;
		letter-spacing: -0.01em;
		color: #232d40;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-rendering: optimizeLegibility;
	}

	.casio-homepage .products-slider .slider-tabs::-webkit-scrollbar {
		display: none;
	}

	.casio-homepage .products-slider .slider_tab_carousel {
		margin-right: 1rem;
		flex: 0 0 auto;
		font-family: inherit;
		font-size: inherit;
		font-weight: inherit;
		line-height: inherit;
		opacity: 1;
		color: #c2c5ca;
	}

	.casio-homepage .products-slider .slider_tab_carousel.active,
	.casio-homepage .products-slider .slider_tab_carousel.is-active {
		color: #232d40;
	}

	.casio-homepage .products-slider__arrows {
		display: none !important;
	}

	.casio-homepage .products-slider__slides {
		border-radius: 8px 0 0 8px;
	}

	.casio-homepage .products-slider .product {
		flex-basis: 85%;
		width: 85%;
		min-width: 85%;
		padding: 2rem 2rem 2.4rem;
	}

	.casio-homepage .products-slider .product:first-child {
		border-top-left-radius: 12px !important;
		border-bottom-left-radius: 12px !important;
	}

	.casio-homepage .products-slider .product__img {
		height: 150px;
	}

	.casio-homepage .products-slider .product__type {
		font-size: 12px;
		line-height: 20px;
	}

	.casio-homepage .products-slider .product__name {
		font-size: 14px;
		line-height: 20px;
	}

	.casio-homepage .products-slider .product__label {
		min-height: 32px;
		padding: 8px;
		font-size: 12px;
		line-height: 12px;
	}

	.casio-homepage .products-slider .old-price {
		font-size: 12px;
		line-height: 16px;
	}

	.casio-homepage .products-slider .new-price {
		font-size: 18px;
		line-height: 28px;
	}

	.casio-homepage .products-slider .product__purchase-meta {
		align-items: flex-start;
	}

	.casio-homepage .products-slider .product__price__list {
		flex-basis: 10rem;
		padding: 1rem;
	}

	.casio-homepage .products-slider .product__price__list__taksit label {
		min-height: 34px;
		font-size: 12px;
		line-height: 14px;
		padding: 0.3rem 0.2rem 0.25rem;
	}

	.casio-homepage .products-slider .product__price__list__taksit label .product__installment-month {
		margin-bottom: 0.3rem;
	}

	.casio-homepage .products-slider .product__price__list__taksit-price {
		font-size: 15px;
		line-height: 24px;
	}

	.casio-homepage .products-slider .product__to-cart {
		min-height: 50px;
		font-size: 14px;
		line-height: 20px;
	}
}

body.casio-site-shell {
	background: #fff;
	color: #232d40;
}

.casio-site-shell__main {
	min-height: 40vh;
}

.casio-site-shell .casio-page-hero {
	padding: 0;
}

.casio-site-shell .casio-page-hero__crumbs {
	padding: 12px 0 0;
}

.casio-site-shell .casio-page-hero__heading {
	padding: 0 0 8px;
}

.casio-site-shell .casio-page-hero__banner {
	padding: 0 0 18px;
}

.casio-site-shell .casio-category-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	min-height: 11rem;
	padding: 2.5rem 3rem;
	border: 1px solid #e3e5eb;
	border-radius: 12px;
	background:
		radial-gradient(circle at 12% 14%, rgba(255, 226, 182, 0.55), rgba(255, 226, 182, 0) 35%),
		radial-gradient(circle at 22% 78%, rgba(201, 246, 238, 0.7), rgba(201, 246, 238, 0) 32%),
		linear-gradient(90deg, #fffdf8 0%, #ffffff 52%, #ffffff 100%);
	overflow: hidden;
}

.casio-site-shell .casio-category-banner--image {
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.casio-site-shell .casio-category-banner--text-only {
	justify-content: center;
}

.casio-site-shell .casio-category-banner__content {
	flex: 1 1 100%;
	max-width: 100%;
	text-align: center;
}

.casio-site-shell .casio-category-banner__content h2 {
	margin: 0;
	font-family: inter, sans-serif;
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-weight: 400;
	color: #232d40;
}

.casio-site-shell .casio-category-banner__media {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 100%;
	max-width: 100%;
	min-height: 7rem;
}

.casio-site-shell .casio-category-banner__media img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 7rem;
	object-fit: contain;
}

.casio-site-shell .casio-page-hero__heading--centered .page-head {
	justify-content: center;
}

.casio-site-shell .casio-page-hero__heading--centered .page-head h1 {
	text-align: center;
}

.casio-site-shell .casio-page-hero .container-fluid,
.casio-site-shell .container-fluid,
.casio-site-shell .container {
	max-width: 1350px;
}

.casio-site-shell .container-fluid,
.casio-site-shell .container {
	padding-left: 12px;
	padding-right: 12px;
}

.casio-site-shell .page-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 0;
	padding-top: 0;
	border-top: 0;
}

.casio-site-shell .page-head h1 {
	margin: 0;
	font-family: inter, sans-serif;
	font-size: 3.2rem;
	line-height: 1.08;
	font-weight: 700;
	color: #232d40;
}

.casio-site-shell .breadcrumbs,
.casio-site-shell .breadcrumbs-open {
	font-family: inter, sans-serif;
}

.casio-site-shell .breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin: 0 0 0.35rem;
	list-style: none;
	justify-content: unset;
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 400;
	color: #232d40;
}

.casio-site-shell .breadcrumbs li {
	display: inline-flex;
	align-items: center;
	line-height: 1.6rem;
}

.casio-site-shell input.d-none[type="checkbox"] {
	display: none !important;
}

.casio-site-shell .breadcrumbs li::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #95979c;
	display: inline-block;
	margin: 0 0.8rem 0;
	align-self: center;
}

.casio-site-shell .breadcrumbs li:first-child::before {
	display: none;
}

.casio-site-shell .breadcrumbs li a {
	color: #95979c;
	text-decoration: none;
}

.casio-site-shell .breadcrumbs li a,
.casio-site-shell .breadcrumbs li span,
.casio-site-shell .breadcrumbs li label {
	display: inline-flex;
	align-items: center;
	line-height: 1.6rem;
	margin: 0;
}

.casio-site-shell .breadcrumbs__current-page::before {
	background: #232d40 !important;
}

.casio-site-shell .breadcrumbs label {
	font-weight: 400;
	cursor: default;
}

.casio-site-shell .breadcrumbs svg,
.casio-site-shell .breadcrumbs-open svg {
	display: none;
}

.casio-site-shell .breadcrumbs-open {
	display: none;
}

.casio-site-shell .main-content,
.casio-site-shell .category-posts,
.casio-site-shell .main-archive-product {
	margin-top: 0;
}

.casio-site-shell .main-archive-product .bwp-top-bar.top {
	position: relative;
	z-index: 40;
	display: block;
	overflow: visible;
	isolation: isolate;
}

.casio-site-shell .main-archive-product .bwp-top-bar.top .page-title,
.casio-site-shell .main-archive-product .bwp-top-bar.top .woocommerce-products-header__title,
.casio-site-shell .main-archive-product .bwp-top-bar.top .woocommerce-products-header h1 {
	margin-top: 0.95em;
}

.casio-site-shell .main-archive-product .bwp-top-bar.top .display {
	display: none !important;
}

.casio-site-shell .main-archive-product .bwp-top-bar.top .woocommerce-ordering,
.casio-site-shell .main-archive-product .bwp-top-bar.top .woocommerce-sort-count,
.casio-site-shell .main-archive-product .bwp-top-bar.top .woocommerce-ordering .woocommerce-ordering-content {
	position: relative;
	z-index: 60;
	overflow: visible;
}

.casio-site-shell .main-archive-product .bwp-top-bar.top .woocommerce-ordering .pwb-dropdown-toggle,
.casio-site-shell .main-archive-product .bwp-top-bar.top .woocommerce-sort-count .pwb-dropdown-toggle {
	white-space: nowrap;
	min-width: 178px;
	text-align: left;
}

.casio-site-shell .main-archive-product .bwp-top-bar.top .woocommerce-ordering.open,
.casio-site-shell .main-archive-product .bwp-top-bar.top .woocommerce-sort-count.open,
.casio-site-shell .main-archive-product .bwp-top-bar.top .open,
.casio-site-shell .main-archive-product .bwp-top-bar.top .show {
	z-index: 10000 !important;
}

.casio-site-shell .main-archive-product .bwp-top-bar.top .woocommerce-ordering .pwb-dropdown-menu,
.casio-site-shell .main-archive-product .bwp-top-bar.top .woocommerce-sort-count .pwb-dropdown-menu,
.casio-site-shell .main-archive-product .bwp-top-bar.top .dropdown-menu {
	position: absolute;
	z-index: 9999 !important;
}

.casio-site-shell .main-archive-product,
.casio-site-shell .main-archive-product .products-content,
.casio-site-shell .main-archive-product .content-product-list,
.casio-site-shell .main-archive-product .content-products-list {
	overflow: visible;
}

.casio-homepage .header__bottom__search,
.casio-site-shell .header__bottom__search {
	position: relative;
	z-index: 10050;
}

.casio-homepage .casio-search-results-content,
.casio-site-shell .casio-search-results-content,
.casio-search-results-content {
	z-index: 10060;
}

.casio-homepage .full-calculator-popup,
.casio-site-shell .full-calculator-popup,
.full-calculator-popup {
	z-index: 10040;
}

.casio-homepage .calculator-popup,
.casio-site-shell .calculator-popup,
.calculator-popup {
	z-index: 10041;
}

.casio-homepage .casio-cart-modal,
.casio-site-shell .casio-cart-modal,
.casio-cart-modal {
	z-index: 10070;
}

.casio-homepage .casio-wishlist-modal,
.casio-site-shell .casio-wishlist-modal,
.casio-wishlist-modal {
	z-index: 10069;
}

.casio-site-shell .main-archive-product .content-products-list {
	position: relative;
	z-index: 1;
}

.casio-site-shell .main-archive-product .content-products-list > .products-list.grid,
.casio-site-shell .main-archive-product .content-products-list > .products-list.casio-catalog-grid {
	position: relative;
	z-index: 1;
}

.casio-site-shell .casio-home-footer {
	margin-top: 2.4rem;
}

html body.woocommerce-page .main-archive-product .content-products-list ul.products,
html body.tax-product_cat .main-archive-product .content-products-list ul.products,
html body.post-type-archive-product .main-archive-product .content-products-list ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

html body.woocommerce-page .main-archive-product .content-products-list ul.products > li,
html body.tax-product_cat .main-archive-product .content-products-list ul.products > li,
html body.post-type-archive-product .main-archive-product .content-products-list ul.products > li {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	flex: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

@media (max-width: 767px) {
	html body.woocommerce-page .main-archive-product .content-products-list ul.products,
	html body.tax-product_cat .main-archive-product .content-products-list ul.products,
	html body.post-type-archive-product .main-archive-product .content-products-list ul.products {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 18px !important;
	}

	html body.woocommerce-page .main-archive-product .content-products-list ul.products > li,
	html body.tax-product_cat .main-archive-product .content-products-list ul.products > li,
	html body.post-type-archive-product .main-archive-product .content-products-list ul.products > li {
		width: 100% !important;
		max-width: 100% !important;
	}
}

@media (min-width: 992px) {
	.casio-site-shell .main-archive-product .bwp-sidebar.sidebar-product {
		margin-top: -2rem;
	}

	.casio-site-shell .main-archive-product .bwp-sidebar.sidebar-product > .widget .widget-title,
	.casio-site-shell .main-archive-product .bwp-sidebar.sidebar-product > .widget .widgettitle {
		margin-bottom: 1rem;
	}
}

@media (max-width: 767px) {
	.casio-site-shell .casio-page-hero {
		padding: 0;
	}

	.casio-site-shell .casio-page-hero__crumbs {
		display: block;
		padding: 10px 0 8px;
	}

	.casio-site-shell .casio-page-hero__heading {
		padding: 0 0 4px;
	}

	.casio-site-shell .casio-page-hero__banner {
		padding: 0 0 14px;
	}

	.casio-site-shell .casio-category-banner {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		min-height: 56px;
		padding: 8px 10px;
		gap: 0.8rem;
		border-radius: 12px;
	}

	.casio-site-shell .casio-category-banner__content,
	.casio-site-shell .casio-category-banner__media {
		max-width: 100%;
		flex-basis: auto;
		width: 100%;
	}

	.casio-site-shell .casio-category-banner__content h2 {
		font-size: 1.2rem;
		line-height: normal;
		max-width: 102px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.casio-site-shell .casio-category-banner__media {
		min-height: 40px;
	}

	.casio-site-shell .casio-category-banner__media img {
		max-height: 40px;
		margin-left: auto;
		margin-right: auto;
	}

	.casio-site-shell .page-head {
		margin-bottom: 0;
		padding-top: 0;
	}

	.casio-site-shell .page-head h1 {
		font-size: 2.4rem;
		line-height: 1.1;
	}

	.casio-site-shell .breadcrumbs-open {
		display: none !important;
	}

	.casio-site-shell .breadcrumbs {
		display: flex !important;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		margin: 0;
		padding-bottom: 2px;
		font-size: 14px;
		line-height: 20px;
		white-space: nowrap;
		scrollbar-width: none;
	}

	.casio-site-shell .breadcrumbs::-webkit-scrollbar {
		display: none;
	}

	.casio-site-shell .casio-home-footer {
		margin-top: 1.6rem;
	}
}

.casio-site-shell.single-product .woocommerce-product-rating,
.casio-site-shell.single-product .reviews_tab,
.casio-site-shell.single-product #reviews {
	display: none !important;
}

.casio-site-shell .casio-single-product {
	--casio-single-ink: #07162e;
	--casio-single-muted: #858b98;
	--casio-single-line: #dfe4eb;
	--casio-single-blue: #40a0b6;
	--casio-single-navy: #202b42;
	--casio-single-orange: #ff7f18;
	margin-bottom: 4rem;
	color: var(--casio-single-ink);
}

.casio-site-shell .casio-single-product .bwp-single-product {
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 12px;
}

.casio-site-shell .casio-single-donor {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 530px;
	gap: 64px;
	align-items: start;
}

.casio-site-shell .casio-single-donor__left {
	min-width: 0;
}

.casio-site-shell .casio-single-donor__crumbs {
	min-height: 22px;
	margin: 12px 0 6px;
}

.casio-site-shell .casio-single-donor__crumbs .breadcrumbs {
	margin: 0;
}

@media (min-width: 768px) {
	.casio-site-shell .casio-single-donor__crumbs {
		transform: translateY(-44px);
	}
}

.casio-site-shell .casio-single-product__title {
	max-width: 760px;
	margin: 0 0 56px;
	color: var(--casio-single-ink);
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.15;
	text-transform: none;
}

.casio-site-shell .casio-single-product__stock {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 40px;
	margin: 0 0 22px;
	padding: 8px 14px;
	background: #fff;
	border: 1px solid var(--casio-single-blue);
	border-radius: 5px;
	color: var(--casio-single-blue);
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}

.casio-site-shell .casio-single-product__stock.product__label--stock-out {
	border-color: #cfd6df;
	color: #67707d;
}

.casio-site-shell .casio-single-donor__content {
	display: grid;
	grid-template-columns: minmax(420px, 560px) minmax(260px, 1fr);
	gap: 42px;
	align-items: start;
}

.casio-site-shell .casio-single-product__gallery {
	position: relative;
	min-width: 0;
}

.casio-site-shell .casio-single-product__gallery .product-lable,
.casio-site-shell .casio-single-product__gallery .onsale {
	display: none !important;
}

.casio-site-shell .casio-single-product__gallery .woo-product-gallery-slider,
.casio-site-shell .casio-single-product__gallery .woocommerce-product-gallery {
	width: 100%;
	max-width: 560px;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.casio-site-shell .casio-single-product__gallery .wpgs-for,
.casio-site-shell .casio-single-product__gallery .woocommerce-product-gallery__wrapper {
	max-height: 520px;
}

.casio-site-shell .casio-single-product__gallery .woocommerce-product-gallery__image,
.casio-site-shell .casio-single-product__gallery .wpgs-for .woocommerce-product-gallery__image {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: 520px;
}

.casio-site-shell .casio-single-product__gallery .woocommerce-product-gallery__image img:not(.zoomImg),
.casio-site-shell .casio-single-product__gallery .wpgs-for img:not(.zoomImg) {
	display: block;
	width: auto !important;
	max-width: 100% !important;
	max-height: 520px !important;
	margin: 0 auto;
	object-fit: contain;
}

.casio-site-shell .casio-single-product__gallery .zoomtoo-container {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	max-height: 520px;
	cursor: zoom-in;
}

.casio-site-shell .casio-single-product__gallery .zoomtoo-container .zoomImg {
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	object-fit: initial !important;
	pointer-events: none;
}

.casio-site-shell .casio-single-product__gallery .wpgs-nav,
.casio-site-shell .casio-single-product__gallery .flex-control-thumbs {
	max-width: 112px;
	margin-top: 18px;
}

.casio-site-shell .casio-single-product__gallery .wpgs-nav .slick-slide,
.casio-site-shell .casio-single-product__gallery .flex-control-thumbs li {
	width: 88px !important;
	height: 88px;
	padding: 8px;
	border: 1px solid var(--casio-single-orange);
	border-radius: 7px;
}

@media (min-width: 992px) {
	.casio-site-shell .casio-single-product__gallery .woo-product-gallery-slider,
	.casio-site-shell .casio-single-product__gallery .woocommerce-product-gallery {
		display: grid !important;
		grid-template-columns: 120px minmax(0, 1fr);
		column-gap: 28px;
		align-items: start;
		max-width: 660px;
	}

	.casio-site-shell .casio-single-product__gallery .wpgs-for,
	.casio-site-shell .casio-single-product__gallery .woocommerce-product-gallery__wrapper {
		grid-column: 2;
		grid-row: 1;
		min-width: 0;
	}

	.casio-site-shell .casio-single-product__gallery .wpgs-nav,
	.casio-site-shell .casio-single-product__gallery .flex-control-thumbs {
		grid-column: 1;
		grid-row: 1;
		width: 120px !important;
		max-width: 120px;
		max-height: 520px;
		margin: 0;
		overflow: hidden auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.casio-site-shell .casio-single-product__gallery .wpgs-nav::-webkit-scrollbar,
	.casio-site-shell .casio-single-product__gallery .flex-control-thumbs::-webkit-scrollbar {
		display: none;
	}

	.casio-site-shell .casio-single-product__gallery .wpgs-nav .slick-arrow,
	.casio-site-shell .casio-single-product__gallery .wpgs-nav button.slick-arrow {
		display: none !important;
	}

	.casio-site-shell .casio-single-product__gallery .wpgs-nav .slick-list,
	.casio-site-shell .casio-single-product__gallery .flex-control-thumbs {
		height: auto !important;
		max-height: 520px;
		overflow: visible !important;
	}

	.casio-site-shell .casio-single-product__gallery .wpgs-nav .slick-track {
		display: flex !important;
		flex-direction: column;
		gap: 16px;
		width: 120px !important;
		height: auto !important;
		transform: none !important;
	}

	.casio-site-shell .casio-single-product__gallery .wpgs-nav .slick-slide,
	.casio-site-shell .casio-single-product__gallery .flex-control-thumbs li {
		float: none !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 88px !important;
		min-width: 88px;
		height: 88px !important;
		margin: 0 auto !important;
		background: #fff;
		overflow: hidden;
	}

	.casio-site-shell .casio-single-product__gallery .wpgs-nav .slick-slide:not(.slick-current),
	.casio-site-shell .casio-single-product__gallery .flex-control-thumbs li:not(.flex-active) {
		border-color: transparent;
	}

	.casio-site-shell .casio-single-product__gallery .wpgs-nav img,
	.casio-site-shell .casio-single-product__gallery .flex-control-thumbs img {
		display: block;
		width: 100% !important;
		height: 100% !important;
		object-fit: contain;
	}
}

.casio-site-shell .casio-single-product__details {
	position: relative;
	padding-top: 12px;
	color: var(--casio-single-ink);
}

.casio-site-shell .casio-single-product__details > .casio-single-product__stock {
	position: absolute;
	top: -88px;
	left: 0;
	z-index: 4;
	margin: 0;
}

.casio-site-shell .casio-single-product__mini-labels {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 50px;
	margin-bottom: 28px;
}

.casio-site-shell .casio-single-product__discount-value {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 16px;
	background: #fff4eb;
	border-radius: 5px;
	color: #ff6a00;
	font-size: 16px;
	font-weight: 600;
}

.casio-site-shell .casio-single-product__discount-percent {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 116px;
	height: 116px;
	background: var(--casio-single-orange);
	border-radius: 50%;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

.casio-site-shell .casio-single-product__gallery-discount {
	position: absolute;
	top: 118px;
	right: -16px;
	z-index: 5;
	box-shadow: 0 18px 34px rgba(255, 127, 24, 0.22);
	pointer-events: none;
}

.casio-site-shell .casio-single-product__donor-tools {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.casio-site-shell .casio-single-product__wishlist .woosw-btn,
.casio-site-shell .casio-single-product__share {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 50px;
	height: 50px;
	margin: 0 !important;
	padding: 0 14px !important;
	background: #fff !important;
	border: 1px solid var(--casio-single-line) !important;
	border-radius: 6px !important;
	color: #8b929e !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.casio-site-shell .casio-single-product__wishlist .woosw-btn {
	width: 50px;
	font-size: 0 !important;
	overflow: hidden;
	text-indent: -9999px;
}

.casio-site-shell .casio-single-product__wishlist .woosw-btn::before {
	content: "\2665";
	display: block;
	color: #c4c9d1;
	font-size: 27px;
	line-height: 1;
	text-indent: 0;
}

.casio-site-shell .casio-single-product__wishlist .woosw-btn:hover::before,
.casio-site-shell .casio-single-product__wishlist .woosw-btn.woosw-added::before,
.casio-site-shell .casio-single-product__wishlist .woosw-btn.woosw-btn-added::before {
	color: #40a0b6;
}

.casio-site-shell .casio-single-product__share {
	gap: 9px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
}

.casio-site-shell .casio-single-product__share:hover,
.casio-site-shell .casio-single-product__share:focus {
	border-color: #cfd6df !important;
	color: var(--casio-single-ink) !important;
}

.casio-site-shell .casio-single-product__brand {
	margin-bottom: 18px;
	color: var(--casio-single-muted);
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
}

.casio-site-shell .casio-single-product__variants .related-colors {
	margin: 0 0 28px !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
}

.casio-site-shell .casio-single-product__variants .related-colors strong {
	margin-bottom: 14px !important;
	color: var(--casio-single-ink);
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}

.casio-site-shell .casio-single-product__variants .related-colors a {
	width: 46px !important;
	height: 46px;
	padding: 0;
	border-radius: 50%;
	overflow: hidden;
}

.casio-site-shell .casio-single-product__variants .related-colors img {
	width: 46px;
	height: 46px;
	border: 1px solid var(--casio-single-line) !important;
	border-radius: 50%;
	object-fit: cover;
}

.casio-site-shell .casio-single-product__sku {
	margin: 26px 0 24px;
	color: var(--casio-single-ink);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.casio-site-shell .casio-single-product__sku strong {
	margin-left: 6px;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.02em;
}

.casio-site-shell .casio-single-product__description {
	margin: 0 0 28px;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--casio-single-ink);
	font-size: 16px;
	line-height: 24px;
}

.casio-site-shell .casio-single-product__description ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.casio-site-shell .casio-single-product__description li {
	position: relative;
	padding-left: 24px;
}

.casio-site-shell .casio-single-product__description li::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #40a0b6;
	border-radius: 50%;
}

.casio-site-shell .casio-single-product__note {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin-top: 12px;
	color: var(--casio-single-ink);
	font-size: 15px;
	font-weight: 700;
	line-height: 22px;
}

.casio-site-shell .casio-single-product__note span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: #f7f8fa;
	border-radius: 10px;
	font-size: 22px;
	font-weight: 600;
}

.casio-site-shell .casio-single-product__purchase {
	position: sticky;
	top: 92px;
	min-width: 0;
}

.casio-site-shell .casio-single-product__summary {
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.casio-site-shell .casio-single-product__buy-card,
.casio-site-shell .casio-single-product__installment-card,
.casio-site-shell .casio-single-product__benefits {
	background: #fff;
	border: 1px solid var(--casio-single-line);
	border-radius: 8px;
}

.casio-site-shell .casio-single-product__buy-card {
	display: grid;
	grid-template-columns: minmax(118px, 150px) minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	min-height: 138px;
	padding: 28px 30px;
}

.casio-site-shell .casio-single-product__price {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: start;
}

.casio-site-shell .casio-single-product__price-values {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
}

.casio-site-shell .casio-single-product__price .old-price {
	color: #8d929b;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	text-decoration: line-through;
}

.casio-site-shell .casio-single-product__price .new-price {
	color: var(--casio-single-ink);
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 36px;
}

.casio-site-shell .casio-single-product__actions {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: flex-end;
}

.casio-site-shell .casio-single-product__actions .stock,
.casio-site-shell .casio-single-product__actions .quick-buy,
.casio-site-shell .casio-single-product__actions .woosw-btn,
.casio-site-shell .casio-single-product__actions .quantity {
	display: none !important;
}

.casio-site-shell .casio-single-product__actions form.cart {
	margin: 0;
	order: 2;
}

.casio-site-shell .casio-single-product__actions .quantity-button {
	display: block;
}

.casio-site-shell .casio-single-product__actions .single_add_to_cart_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	min-width: 60px;
	height: 60px;
	min-height: 60px;
	padding: 0 !important;
	background: var(--casio-single-blue) !important;
	border: 0 !important;
	border-radius: 6px !important;
	color: transparent !important;
	font-size: 0 !important;
	box-shadow: none !important;
	overflow: hidden;
	text-decoration: none;
}

.casio-site-shell .casio-single-product__actions .single_add_to_cart_button::before {
	content: "";
	display: block;
	flex: 0 0 27px;
	width: 27px;
	height: 24px;
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 38 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.917 0a1.25 1.25 0 100 2.5h2.296c.607 0 1.112.42 1.227 1.016l.246 1.289.002.011.67 3.517h2.546l-.477-2.5h26.146l-2.406 12.629a2.92 2.92 0 01-2.866 2.371H13.699a2.92 2.92 0 01-2.866-2.371l-.025-.129H8.263l.115.598a5.422 5.422 0 005.32 4.402h15.603a5.423 5.423 0 005.322-4.402l2.69-14.115a1.25 1.25 0 00-1.23-1.483H7.95l-.054-.284A3.763 3.763 0 004.213 0H1.917zm13.75 25a2.5 2.5 0 100 5 2.5 2.5 0 000-5zm11.666 0a2.5 2.5 0 100 5 2.5 2.5 0 000-5z' fill='%23ffffff'/%3E%3C/svg%3E") center / contain no-repeat;
}

.casio-site-shell .casio-single-product__actions .whatsapp-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	order: 1;
	min-width: 158px !important;
	height: 60px !important;
	min-height: 60px !important;
	margin: 0 !important;
	padding: 0 18px !important;
	background: #25d366 !important;
	border: 0 !important;
	border-radius: 6px !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 20px !important;
	box-shadow: none !important;
	text-decoration: none !important;
	white-space: nowrap;
}

.casio-site-shell .casio-single-product__actions .whatsapp-btn svg {
	display: block;
	flex: 0 0 24px;
	width: 24px !important;
	height: 24px !important;
	margin-right: 8px;
}

.casio-site-shell .casio-single-product__actions .casio-single-action-disabled,
.casio-site-shell .casio-single-product__installment-actions .casio-single-action-disabled,
.casio-site-shell .casio-single-floating-buy__inner .casio-single-action-disabled {
	background: #d9dde3 !important;
	color: #6e7480 !important;
	cursor: not-allowed !important;
	opacity: 1 !important;
	pointer-events: none !important;
}

.casio-site-shell .casio-single-product__actions .single_add_to_cart_button.casio-single-action-disabled::before {
	opacity: 0.55;
}

.casio-site-shell .casio-single-product__installment-card {
	padding: 28px 30px 26px;
}

.casio-site-shell .casio-single-product__installment-price {
	margin: 0 0 24px;
}

.casio-site-shell .casio-single-product__installment-price .casio-single-product__discount-value {
	justify-self: start;
	margin-top: 8px;
}

.casio-site-shell .casio-single-product__installment-card h2 {
	margin: 0 0 24px;
	color: var(--casio-single-ink);
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
}

.casio-site-shell .casio-single-product__installment-head,
.casio-site-shell .casio-single-product__installments label {
	display: grid;
	grid-template-columns: 90px 1fr 1fr;
	gap: 14px;
	align-items: center;
}

.casio-site-shell .casio-single-product__installment-head {
	padding-bottom: 14px;
	border-bottom: 1px solid var(--casio-single-line);
	color: #8a909b;
	font-size: 14px;
	line-height: 18px;
}

.casio-site-shell .casio-single-product__installments {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.casio-site-shell .casio-single-product__installments input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.casio-site-shell .casio-single-product__installments label {
	min-height: 44px;
	margin: 0;
	padding: 8px 0;
	color: var(--casio-single-ink);
	cursor: pointer;
	font-size: 17px;
	font-weight: 400;
	line-height: 22px;
}

.casio-site-shell .casio-single-product__installments label strong {
	font-size: 18px;
	font-weight: 500;
}

.casio-site-shell .casio-single-product__installment-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin-top: 24px;
}

	.casio-site-shell .casio-single-product__installment-actions button,
	.casio-site-shell .casio-single-product__installment-actions a,
	.casio-site-shell .casio-single-product__installment-actions .whatsapp-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 50px;
		margin: 0 !important;
		padding: 10px 16px;
		border: 0;
		border-radius: 5px;
		font-family: inter, Inter, sans-serif;
		font-size: 15px;
		font-weight: 700;
		line-height: 20px;
		text-align: center;
		text-decoration: none;
		text-transform: none !important;
		letter-spacing: 0;
	}

.casio-site-shell .casio-single-product__installment-actions form.cart {
	display: block;
	margin: 0 !important;
}

.casio-site-shell .casio-single-product__installment-actions .stock,
.casio-site-shell .casio-single-product__installment-actions .quick-buy,
.casio-site-shell .casio-single-product__installment-actions .woosw-btn,
.casio-site-shell .casio-single-product__installment-actions .quantity {
	display: none !important;
}

.casio-site-shell .casio-single-product__installment-actions button {
	background: var(--casio-single-blue);
	color: #fff;
}

.casio-site-shell .casio-single-product__installment-actions .single_add_to_cart_button {
	width: 100%;
	background: var(--casio-single-blue) !important;
	border: 0 !important;
	color: #fff !important;
	font-family: inter, Inter, sans-serif !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	box-shadow: none !important;
}

.casio-site-shell .casio-single-product__installment-actions .single_add_to_cart_button.product__to-cart--view-cart {
	background: #1f2b46 !important;
	color: #fff !important;
}

.casio-site-shell .casio-single-product__installment-actions form.cart .single_add_to_cart_button.button,
.casio-site-shell .casio-single-product__installment-actions form.cart .single_add_to_cart_button.button.alt {
	font-family: inter, Inter, sans-serif !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

.casio-site-shell .casio-single-product__installment-actions .whatsapp-btn {
	background: #25d366 !important;
	color: #fff !important;
}

.casio-site-shell .casio-single-product__installment-actions .whatsapp-btn svg {
	display: block;
	flex: 0 0 22px;
	width: 22px !important;
	height: 22px !important;
	margin-right: 8px;
}

.casio-site-shell .casio-single-product__installment-actions a {
	background: var(--casio-single-navy);
	border: 1px solid var(--casio-single-navy);
	color: #fff;
}

.casio-site-shell .casio-single-product__benefits {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 68px;
	overflow: hidden;
}

.casio-site-shell .casio-single-product__benefits span {
	display: flex;
	align-items: center;
	padding: 18px 30px;
	color: var(--casio-single-ink);
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}

.casio-site-shell .casio-single-product__benefits span + span {
	border-left: 1px solid var(--casio-single-line);
}

.casio-site-shell .casio-single-product .product_meta,
.casio-site-shell .casio-single-product .social-icon,
.casio-site-shell .casio-single-product .breadcrumb-noheading,
.casio-site-shell .casio-single-product .price-single {
	display: none !important;
}

.casio-site-shell .casio-single-floating-buy {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9990;
	display: flex;
	justify-content: center;
	padding: 12px 16px;
	background: rgba(255, 255, 255, 0.96);
	border-top: 1px solid var(--casio-single-line);
	box-shadow: 0 -12px 34px rgba(7, 22, 46, 0.08);
	opacity: 0;
	pointer-events: none;
	transform: translateY(100%);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.casio-single-floating-buy-visible .casio-single-floating-buy {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.casio-site-shell .casio-single-floating-buy__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	gap: 14px;
	align-items: center;
	width: min(100%, 1160px);
}

.casio-site-shell .casio-single-floating-buy__inner span {
	display: block;
	max-width: 520px;
	overflow: hidden;
	color: #7d8490;
	font-size: 13px;
	line-height: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.casio-site-shell .casio-single-floating-buy__inner strong {
	display: block;
	color: var(--casio-single-ink);
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
}

	.casio-site-shell .casio-single-floating-buy__inner button,
	.casio-site-shell .casio-single-floating-buy__inner .whatsapp-btn {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		min-width: 170px !important;
		min-height: 46px !important;
		margin: 0 !important;
		padding: 10px 18px !important;
		border: 0 !important;
		border-radius: 6px !important;
		color: #fff !important;
		font-family: inter, Inter, sans-serif !important;
		font-size: 15px !important;
		font-weight: 700 !important;
		text-transform: none !important;
		letter-spacing: 0 !important;
		text-decoration: none !important;
	}

.casio-site-shell .casio-single-floating-buy__inner button {
	background: var(--casio-single-blue);
}

.casio-site-shell .casio-single-floating-buy__inner button.product__to-cart--view-cart {
	background: #1f2b46 !important;
}

.casio-site-shell .casio-single-floating-buy__inner .whatsapp-btn {
	background: #25d366 !important;
}

.casio-site-shell .casio-single-floating-buy__inner .whatsapp-btn svg {
	display: block;
	flex: 0 0 22px;
	width: 22px !important;
	height: 22px !important;
	margin-right: 8px;
}

.casio-site-shell .casio-single-product__installment-actions .casio-single-action-disabled,
.casio-site-shell .casio-single-product__installment-actions .whatsapp-btn.casio-single-action-disabled,
.casio-site-shell .casio-single-product__installment-actions .single_add_to_cart_button.casio-single-action-disabled,
.casio-site-shell .casio-single-floating-buy__inner .casio-single-action-disabled,
.casio-site-shell .casio-single-floating-buy__inner .whatsapp-btn.casio-single-action-disabled,
.casio-site-shell .casio-single-floating-buy__inner button.casio-single-action-disabled {
	background: #d9dde3 !important;
	border-color: #d9dde3 !important;
	color: #6e7480 !important;
	cursor: not-allowed !important;
	opacity: 1 !important;
	pointer-events: none !important;
}

.casio-site-shell .casio-single-product__installment-actions .casio-single-action-disabled svg,
.casio-site-shell .casio-single-floating-buy__inner .casio-single-action-disabled svg {
	color: #6e7480 !important;
	opacity: 0.75;
}

.casio-site-shell .casio-single-related {
	max-width: 1350px;
	margin: 60px auto 24px;
	padding: 0 12px;
}

.casio-site-shell .casio-single-related .title-block {
	margin-bottom: 22px;
	text-align: left;
}

.casio-site-shell .casio-single-related .title-block h2 {
	margin: 0;
	color: #07162e;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.casio-site-shell .casio-single-related .products-list.casio-catalog-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.casio-site-shell .casio-single-related .products-list.casio-catalog-grid > li {
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

@media (max-width: 1399px) {
	.casio-site-shell .casio-single-donor {
		grid-template-columns: minmax(0, 1fr) 460px;
		gap: 34px;
	}

	.casio-site-shell .casio-single-donor__content {
		grid-template-columns: minmax(360px, 500px) minmax(230px, 1fr);
		gap: 28px;
	}

	.casio-site-shell .casio-single-product__buy-card {
		grid-template-columns: 1fr;
	}

	.casio-site-shell .casio-single-product__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 1199px) {
	.casio-site-shell .casio-single-donor {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.casio-site-shell .casio-single-product__purchase {
		position: static;
	}
}

@media (max-width: 991px) {
	.casio-site-shell .casio-single-donor__content {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.casio-site-shell .casio-single-product__description {
		margin-bottom: 6px;
	}

	.casio-site-shell .casio-single-product__stock {
		margin-bottom: 18px;
	}

	.casio-site-shell .casio-single-product__details > .casio-single-product__stock {
		position: static;
		margin: 0 0 18px;
	}

	.casio-site-shell .casio-single-product__gallery .woocommerce-product-gallery__image,
	.casio-site-shell .casio-single-product__gallery .wpgs-for .woocommerce-product-gallery__image {
		min-height: 420px;
	}

	.casio-site-shell .casio-single-product__gallery .woocommerce-product-gallery__image img:not(.zoomImg),
	.casio-site-shell .casio-single-product__gallery .wpgs-for img:not(.zoomImg) {
		max-height: 420px !important;
	}

	.casio-site-shell .casio-single-product__gallery .woo-product-gallery-slider,
	.casio-site-shell .casio-single-product__gallery .woocommerce-product-gallery {
		display: block !important;
		max-width: 100%;
	}

	.casio-site-shell .casio-single-product__gallery .wpgs-for .slick-arrow {
		display: none !important;
	}

	.casio-site-shell .casio-single-product__gallery .wpgs-nav,
	.casio-site-shell .casio-single-product__gallery .flex-control-thumbs {
		width: 100% !important;
		max-width: 100% !important;
		max-height: none;
		margin: 14px 0 0;
		overflow: hidden !important;
	}

	.casio-site-shell .casio-single-product__gallery .wpgs-nav .slick-list,
	.casio-site-shell .casio-single-product__gallery .flex-control-thumbs {
		width: 100% !important;
		height: auto !important;
		max-height: none;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		scrollbar-width: none;
	}

	.casio-site-shell .casio-single-product__gallery .wpgs-nav .slick-list::-webkit-scrollbar,
	.casio-site-shell .casio-single-product__gallery .flex-control-thumbs::-webkit-scrollbar {
		display: none;
	}

	.casio-site-shell .casio-single-product__gallery .wpgs-nav .slick-track {
		display: flex !important;
		flex-direction: row !important;
		align-items: stretch;
		justify-content: center;
		width: max-content !important;
		min-width: 100%;
		height: auto !important;
		transform: none !important;
	}

	.casio-site-shell .casio-single-product__gallery .wpgs-nav .slick-slide,
	.casio-site-shell .casio-single-product__gallery .flex-control-thumbs li {
		float: none !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 72px !important;
		min-width: 72px;
		height: 72px !important;
		margin: 0 8px 0 0 !important;
		padding: 6px;
		background: #fff;
		overflow: hidden;
	}

	.casio-site-shell .casio-single-product__gallery .wpgs-nav .slick-slide:last-child,
	.casio-site-shell .casio-single-product__gallery .flex-control-thumbs li:last-child {
		margin-right: 0 !important;
	}

	.casio-site-shell .casio-single-product__gallery .wpgs-nav img,
	.casio-site-shell .casio-single-product__gallery .flex-control-thumbs img {
		display: block;
		width: 100% !important;
		height: 100% !important;
		object-fit: contain;
	}

	.casio-site-shell .casio-single-related .products-list.casio-catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 767px) {
	.casio-site-shell .casio-single-product .bwp-single-product,
	.casio-site-shell .casio-single-related {
		padding: 0 12px;
	}

	.casio-site-shell .casio-single-donor {
		gap: 14px;
	}

	.casio-site-shell .casio-single-donor__crumbs {
		min-height: 0;
		margin: 10px 0 12px;
	}

	.casio-site-shell .casio-single-product__title {
		font-size: 24px;
	}

	.casio-site-shell .casio-single-product__gallery .woocommerce-product-gallery__image,
	.casio-site-shell .casio-single-product__gallery .wpgs-for .woocommerce-product-gallery__image {
		min-height: 320px;
	}

	.casio-site-shell .casio-single-product__gallery .woocommerce-product-gallery__image img:not(.zoomImg),
	.casio-site-shell .casio-single-product__gallery .wpgs-for img:not(.zoomImg) {
		max-height: 320px !important;
	}

	.casio-site-shell .casio-single-product__mini-labels {
		min-height: auto;
		margin-bottom: 22px;
	}

	.casio-site-shell .casio-single-product__gallery-discount {
		top: 68px;
		right: 8px;
		width: 86px;
		height: 86px;
		font-size: 22px;
	}

	.casio-site-shell .casio-single-product__buy-card,
	.casio-site-shell .casio-single-product__installment-card {
		padding: 20px;
	}

	.casio-site-shell .casio-single-product__buy-card,
	.casio-site-shell .casio-single-product__installment-actions,
	.casio-site-shell .casio-single-product__benefits,
	.casio-site-shell .casio-single-floating-buy__inner {
		grid-template-columns: 1fr;
	}

	.casio-site-shell .casio-single-product__installment-head,
	.casio-site-shell .casio-single-product__installments label {
		grid-template-columns: 70px 1fr;
	}

	.casio-site-shell .casio-single-product__installment-head span:last-child,
	.casio-site-shell .casio-single-product__installments label span:last-child {
		display: none;
	}

	.casio-site-shell .casio-single-product__benefits span + span {
		border-top: 1px solid var(--casio-single-line);
		border-left: 0;
	}

	.casio-site-shell .casio-single-related .products-list.casio-catalog-grid {
		grid-template-columns: 1fr !important;
	}
}
