/*
Theme Name: Sovereign Child
Description: چایلدتم ریسپانسیو Sovereign با طراحی اختصاصی فروشگاه ووکامرس و آرشیو داینامیک مقالات.
Author: Radin
Version: 3.2.1
Template: sovereign
Text Domain: sovereign-child
Requires at least: 6.0
Requires PHP: 7.4
*/

@font-face {
	font-family: "IRANSansX";
	src: url("assets/fonts/IRANSansXFaNum-Variable.woff2") format("woff2");
	font-display: swap;
	font-style: normal;
	font-weight: 100 1000;
}

:root {
	--sc-ink: #2d2118;
	--sc-muted: #746457;
	--sc-gold: #9a6b2f;
	--sc-gold-dark: #725027;
	--sc-cream: #fbf5eb;
	--sc-sand: #ead6bb;
	--sc-line: rgba(114, 80, 39, 0.18);
	--sc-bg-start: #fbf1df;
	--sc-bg-end: #e5c89e;
	--sc-shadow: 0 24px 70px rgba(83, 52, 20, 0.13);
	--sc-font: "IRANSansWeb", "IRANSansX", Tahoma, Arial, sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
	background: #fff;
}

body.sovereign-child-theme,
body.rtl.sovereign-child-theme {
	margin: 0;
	overflow-x: hidden;
	direction: rtl;
	color: var(--sc-ink);
	background: #fff;
	font-family: var(--sc-font);
	text-align: right;
}

body.sovereign-child-theme.home .site,
body.sovereign-child-theme.home .site-content,
body.sovereign-child-theme.home .content-area,
body.sovereign-child-theme.home main,
body.sovereign-child-theme.woocommerce-page .site,
body.sovereign-child-theme.woocommerce-page .site-content,
body.sovereign-child-theme.woocommerce-page .content-area {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.sovereign-child-theme img {
	max-width: 100%;
	height: auto;
}

body.sovereign-child-theme a {
	color: inherit;
	text-decoration: none;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	white-space: nowrap;
}

.screen-reader-text:focus {
	z-index: 100000;
	top: 8px;
	right: 8px;
	width: auto;
	height: auto;
	margin: 0;
	padding: 12px 16px;
	clip: auto;
	color: var(--sc-ink);
	background: #fff;
}

/* Header */
.sc-site-header {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 50%;
	left: auto;
	width: 100%;
	border: 1px solid transparent;
	border-bottom-color: rgba(114, 80, 39, 0.11);
	background: rgba(255, 255, 255, 0.96);
	transform: translate3d(50%, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: top, width, border-radius, box-shadow;
	transition:
		top 420ms cubic-bezier(0.22, 1, 0.36, 1),
		width 420ms cubic-bezier(0.22, 1, 0.36, 1),
		background 300ms ease,
		border-color 300ms ease,
		border-radius 300ms ease,
		box-shadow 300ms ease;
}

body.home .sc-site-header:not(.is-scrolled) {
	background: rgba(255, 250, 243, 0.14);
}

body.admin-bar .sc-site-header {
	top: 32px;
}

.sc-site-header-spacer {
	display: block;
	width: 100%;
	height: var(--sc-header-height, 94px);
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

body.home .sc-site-header-spacer {
	display: none;
}

.sc-site-header__inner {
	display: grid;
	grid-template-columns: minmax(190px, auto) minmax(280px, 1fr) auto;
	align-items: center;
	gap: clamp(20px, 3.5vw, 64px);
	width: min(1600px, 100%);
	min-height: 94px;
	margin-inline: auto;
	padding-inline: clamp(24px, 5vw, 84px);
	transition:
		min-height 420ms cubic-bezier(0.22, 1, 0.36, 1),
		gap 420ms cubic-bezier(0.22, 1, 0.36, 1),
		padding 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sc-brand-wrap,
.sc-brand,
.sc-brand-wrap .custom-logo-link {
	display: inline-flex;
	align-items: center;
	min-width: max-content;
}

.sc-brand {
	gap: 12px;
}

.sc-brand-wrap .custom-logo {
	display: block;
	width: auto;
	max-width: 220px;
	max-height: 56px;
	object-fit: contain;
}

.sc-brand__mark,
.sc-footer-brand__mark {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	border: 1px solid rgba(154, 107, 47, 0.4);
	border-radius: 50%;
	color: var(--sc-gold-dark);
	font-family: var(--orinex-font, var(--sc-font, Tahoma, Arial, sans-serif));
	line-height: 1;
}

.sc-brand__mark {
	width: 48px;
	height: 48px;
	font-size: 29px;
}

.sc-brand__text {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.sc-brand__name {
	font-size: 17px;
	font-weight: 750;
	letter-spacing: 0.02em;
}

.sc-brand__tagline {
	max-width: 180px;
	overflow: hidden;
	color: var(--sc-muted);
	font-size: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sc-primary-nav {
	justify-self: center;
}

.sc-primary-nav ul,
.sc-footer-menu,
.sc-contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sc-primary-nav ul {
	display: flex;
	align-items: center;
	gap: clamp(16px, 2.2vw, 38px);
}

.sc-primary-nav a {
	position: relative;
	display: block;
	padding-block: 12px;
	color: #4a3a2d;
	font-size: 14px;
	font-weight: 550;
	white-space: nowrap;
	transition: color 180ms ease;
}

.sc-primary-nav a::after {
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 0;
	height: 1px;
	background: var(--sc-gold);
	content: "";
	transition: width 180ms ease;
}

.sc-primary-nav a:hover,
.sc-primary-nav a:focus-visible,
.sc-primary-nav .current-menu-item > a {
	color: var(--sc-gold-dark);
}

.sc-primary-nav a:hover::after,
.sc-primary-nav a:focus-visible::after,
.sc-primary-nav .current-menu-item > a::after {
	width: 100%;
}

.sc-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.sc-icon-button {
	position: relative;
	display: inline-grid;
	width: 44px;
	height: 44px;
	padding: 0;
	place-items: center;
	border: 1px solid var(--sc-line);
	border-radius: 50%;
	color: var(--sc-ink);
	background: rgba(255, 255, 255, 0.45);
	cursor: pointer;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.sc-icon-button:hover,
.sc-icon-button:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(154, 107, 47, 0.58);
	background: rgba(255, 255, 255, 0.85);
}

.sc-icon-button img {
	display: block;
	width: 21px;
	height: 21px;
	object-fit: contain;
}

.sc-menu-toggle {
	display: none;
}

.sc-mobile-nav__header,
.sc-mobile-nav__backdrop {
	display: none;
}

.sc-menu-toggle__lines {
	display: flex;
	width: 20px;
	flex-direction: column;
	gap: 4px;
}

.sc-menu-toggle__lines span {
	display: block;
	width: 100%;
	height: 1.5px;
	border-radius: 2px;
	background: currentcolor;
	transition: transform 180ms ease, opacity 180ms ease;
}

.sc-menu-toggle[aria-expanded="true"] .sc-menu-toggle__lines span:first-child {
	transform: translateY(5.5px) rotate(45deg);
}

.sc-menu-toggle[aria-expanded="true"] .sc-menu-toggle__lines span:nth-child(2) {
	opacity: 0;
}

.sc-menu-toggle[aria-expanded="true"] .sc-menu-toggle__lines span:last-child {
	transform: translateY(-5.5px) rotate(-45deg);
}

.sc-site-header.is-scrolled {
	top: 12px;
	width: min(calc(100% - clamp(24px, 8vw, 128px)), 1480px);
	border-color: rgba(114, 80, 39, 0.16);
	border-radius: 20px;
	background: rgba(255, 250, 243, 0.82);
	box-shadow: 0 16px 45px rgba(70, 45, 24, 0.12);
	-webkit-backdrop-filter: blur(20px) saturate(145%);
	backdrop-filter: blur(20px) saturate(145%);
}

body.admin-bar .sc-site-header.is-scrolled {
	top: 44px;
}

.sc-site-header.is-scrolled .sc-site-header__inner {
	min-height: 76px;
	gap: clamp(16px, 2vw, 34px);
	padding-inline: clamp(20px, 2.2vw, 34px);
}

/* Main hero */
.sc-hero {
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-areas: "visual content";
	grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
	align-items: center;
	min-height: 100svh;
	width: 100%;
	padding: clamp(132px, 16vh, 176px) clamp(24px, 5.2vw, 88px) clamp(54px, 8vh, 92px);
	overflow: hidden;
	background:
		radial-gradient(circle at 13% 24%, rgba(255, 255, 255, 0.86) 0, rgba(255, 255, 255, 0.26) 25%, transparent 48%),
		radial-gradient(circle at 68% 48%, rgba(255, 249, 237, 0.54) 0, transparent 34%),
		linear-gradient(112deg, var(--sc-bg-start) 0%, #f4dfc2 54%, var(--sc-bg-end) 100%);
	direction: ltr;
}

.sc-hero::after {
	position: absolute;
	z-index: -1;
	top: -70px;
	left: -35px;
	width: min(34vw, 480px);
	height: min(76vh, 650px);
	opacity: 0.23;
	background:
		radial-gradient(ellipse at center, #74542e 0 34%, transparent 38%) 76% 10% / 31% 13% no-repeat,
		radial-gradient(ellipse at center, #74542e 0 34%, transparent 38%) 52% 21% / 32% 13% no-repeat,
		radial-gradient(ellipse at center, #74542e 0 34%, transparent 38%) 78% 33% / 32% 13% no-repeat,
		radial-gradient(ellipse at center, #74542e 0 34%, transparent 38%) 46% 45% / 32% 13% no-repeat,
		radial-gradient(ellipse at center, #74542e 0 34%, transparent 38%) 68% 57% / 33% 13% no-repeat,
		linear-gradient(65deg, transparent 0 47%, #74542e 48% 50%, transparent 51%);
	filter: blur(10px);
	transform: rotate(-12deg);
	content: "";
}

.sc-hero__content {
	grid-area: content;
	align-self: center;
	justify-self: end;
	width: 100%;
	max-width: 540px;
	padding-inline-start: clamp(16px, 3vw, 48px);
	direction: rtl;
}

.sc-hero__eyebrow {
	margin: 0 0 16px;
	color: #49331f;
	font-size: clamp(17px, 1.6vw, 24px);
	font-weight: 500;
}

.sc-hero__title {
	max-width: 540px;
	margin: 0;
	color: #25180e;
	font-size: clamp(48px, 5.3vw, 86px);
	font-weight: 650;
	line-height: 1.16;
	letter-spacing: -0.035em;
}

.sc-hero__title em {
	font-style: normal;
	font-weight: inherit;
}

.sc-hero__ornament {
	display: block;
	width: max-content;
	margin-top: 26px;
	color: var(--sc-gold);
	font-family: var(--orinex-font, var(--sc-font, Tahoma, Arial, sans-serif));
	font-size: 32px;
	line-height: 1;
}

.sc-button {
	display: inline-flex;
	min-height: 60px;
	margin-top: 32px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 13px 28px;
	border: 2px solid #b28449;
	color: #78552d !important;
	background: rgba(255, 250, 241, 0.18);
	font-size: 15px;
	font-weight: 650;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.sc-button:hover,
.sc-button:focus-visible {
	transform: translateY(-2px);
	border-color: #78552d;
	color: #fff !important;
	background: #78552d;
}

.sc-button img {
	flex: 0 0 auto;
	object-fit: contain;
}

.sc-button img {
	width: 18px;
	height: 18px;
}

.sc-hero__visual {
	grid-area: visual;
	align-self: center;
	min-width: 0;
	padding-top: clamp(20px, 4vh, 48px);
}

.sc-hero__product {
	display: block;
	width: min(100%, 820px);
	max-height: 69vh;
	margin-inline: auto;
	object-fit: contain;
	filter: drop-shadow(0 28px 20px rgba(75, 45, 17, 0.24));
}

.sc-hero-carousel .sc-hero__visual {
	--sc-hero-move-x: 0px;
	--sc-hero-move-y: 0px;
	position: relative;
	width: 100%;
	height: min(69vh, 820px);
	padding-top: 0;
	transform: translate3d(var(--sc-hero-move-x), var(--sc-hero-move-y), 0);
	transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sc-hero-carousel .sc-hero__product {
	position: absolute;
	z-index: 1;
	inset: 0;
	height: 100%;
	max-height: none;
	opacity: 0;
	filter: blur(7px) drop-shadow(0 28px 20px rgba(75, 45, 17, 0.24));
	transform: translateY(22px) scale(1.065);
	transition:
		opacity 700ms ease,
		transform 880ms cubic-bezier(0.22, 1, 0.36, 1),
		filter 700ms ease;
	will-change: opacity, transform, filter;
}

.sc-hero-carousel.direction-prev .sc-hero__product:not(.is-active) {
	transform: translateY(-22px) scale(1.065);
}

.sc-hero-carousel .sc-hero__product.is-active {
	z-index: 2;
	opacity: 1;
	filter: blur(0) drop-shadow(0 28px 20px rgba(75, 45, 17, 0.24));
	transform: translateY(0) scale(1);
}

.sc-hero-carousel.direction-next .sc-hero__product.is-outgoing {
	opacity: 0;
	filter: blur(4px) drop-shadow(0 20px 16px rgba(75, 45, 17, 0.18));
	transform: translateY(-20px) scale(0.955);
}

.sc-hero-carousel.direction-prev .sc-hero__product.is-outgoing {
	opacity: 0;
	filter: blur(4px) drop-shadow(0 20px 16px rgba(75, 45, 17, 0.18));
	transform: translateY(20px) scale(0.955);
}

.sc-hero-carousel:not(.is-image-changing):hover .sc-hero__product.is-active {
	transform: translateY(0) scale(1.025);
}

.sc-hero-carousel .sc-hero__content > * {
	transition: opacity 340ms ease, transform 500ms cubic-bezier(0.22, 1, 0.36, 1), filter 380ms ease;
}

.sc-hero-carousel.is-text-leaving .sc-hero__content > * {
	opacity: 0;
	filter: blur(3px);
	transform: translateY(-16px);
}

.sc-hero-carousel.is-text-entering .sc-hero__content > * {
	animation: sc-hero-copy-in 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.sc-hero-carousel.is-text-entering .sc-hero__content > :nth-child(2) {
	animation-delay: 50ms;
}

.sc-hero-carousel.is-text-entering .sc-hero__content > :nth-child(3) {
	animation-delay: 100ms;
}

.sc-hero-carousel.is-text-entering .sc-hero__content > :nth-child(4) {
	animation-delay: 150ms;
}

@keyframes sc-hero-copy-in {
	from {
		opacity: 0;
		filter: blur(4px);
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		filter: blur(0);
		transform: translateY(0);
	}
}

.sc-hero-carousel__controls {
	position: absolute;
	z-index: 8;
	top: 50%;
	left: clamp(18px, 2.4vw, 38px);
	display: flex;
	width: 31px;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	transform: translateY(-50%);
}

.sc-hero-carousel__arrow {
	display: grid;
	width: 31px;
	height: 31px;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 50%;
	color: var(--sc-gold-dark);
	background: transparent;
	cursor: pointer;
	transition: color 240ms ease, background 240ms ease, transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sc-hero-carousel__arrow span {
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1.5px solid currentcolor;
	border-left: 1.5px solid currentcolor;
}

.sc-hero-carousel__arrow--prev span {
	transform: rotate(45deg) translate(1px, 1px);
}

.sc-hero-carousel__arrow--next span {
	transform: rotate(225deg) translate(1px, 1px);
}

.sc-hero-carousel__arrow:hover,
.sc-hero-carousel__arrow:focus-visible {
	color: #fff;
	background: var(--sc-gold-dark);
	outline: none;
	transform: scale(1.08);
}

.sc-hero-carousel__dots {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
}

.sc-hero-carousel__dot {
	position: relative;
	width: 14px;
	height: 22px;
	flex: 0 0 22px;
	padding: 0;
	overflow: visible;
	border: 0;
	background: transparent;
	cursor: pointer;
	transition: transform 250ms ease;
}

.sc-hero-carousel__dot::before,
.sc-hero-carousel__dot::after {
	position: absolute;
	left: 50%;
	width: 4px;
	border-radius: 99px;
	content: "";
	transform: translateX(-50%);
}

.sc-hero-carousel__dot::before {
	top: 7px;
	height: 8px;
	background: rgba(114, 80, 39, 0.24);
	transition: top 300ms cubic-bezier(0.22, 1, 0.36, 1), height 300ms cubic-bezier(0.22, 1, 0.36, 1), background 250ms ease;
}

.sc-hero-carousel__dot::after {
	top: 2px;
	height: 0;
	background: var(--sc-gold);
}

.sc-hero-carousel__dot:hover,
.sc-hero-carousel__dot:focus-visible {
	outline: none;
	transform: scaleX(1.28);
}

.sc-hero-carousel__dot.is-active::before {
	top: 2px;
	height: 18px;
	background: rgba(114, 80, 39, 0.16);
}

.sc-hero-carousel__dot.is-active::after {
	animation: sc-hero-dot-progress var(--sc-hero-interval, 5000ms) linear forwards;
}

.sc-hero-carousel.is-paused .sc-hero-carousel__dot.is-active::after {
	animation-play-state: paused;
}

@keyframes sc-hero-dot-progress {
	from {
		height: 0;
	}

	to {
		height: 18px;
	}
}

.sc-hero-carousel.has-single-slide .sc-hero-carousel__controls {
	display: none;
}

/* Nine home-page category cards */
.sc-category-showcase {
	position: relative;
	isolation: isolate;
	width: 100%;
	padding: clamp(68px, 8vw, 116px) clamp(20px, 3.2vw, 52px) clamp(74px, 9vw, 132px);
	overflow: hidden;
	background:
		radial-gradient(circle at 8% 7%, rgba(255, 255, 255, 0.88), transparent 25%),
		radial-gradient(circle at 94% 78%, rgba(209, 175, 126, 0.16), transparent 30%),
		linear-gradient(180deg, #fbf7f0 0%, #f8f1e6 52%, #fffaf3 100%);
}

.sc-category-showcase::before,
.sc-category-showcase::after {
	position: absolute;
	z-index: -1;
	width: 310px;
	height: 310px;
	border: 1px solid rgba(154, 107, 47, 0.09);
	border-radius: 50%;
	content: "";
}

.sc-category-showcase::before {
	top: 5%;
	right: -190px;
}

.sc-category-showcase::after {
	bottom: 4%;
	left: -190px;
}

.sc-category-showcase__heading {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin: 0 auto clamp(38px, 5vw, 68px);
	color: var(--sc-gold-dark);
	text-align: center;
}

.sc-category-showcase__monogram {
	display: grid;
	width: 52px;
	height: 52px;
	margin-bottom: 12px;
	place-items: center;
	border: 1px solid rgba(154, 107, 47, 0.42);
	border-radius: 50%;
	font-family: var(--orinex-font, var(--sc-font, Tahoma, Arial, sans-serif));
	font-size: 30px;
	line-height: 1;
}

.sc-category-showcase__heading p {
	margin: 0 0 8px;
	color: #9a7442;
	font-size: 12px;
	letter-spacing: 0.08em;
}

.sc-category-showcase__heading h2 {
	margin: 0;
	color: #543a21;
	font-size: clamp(28px, 3.2vw, 46px);
	font-weight: 600;
	line-height: 1.35;
}

.sc-category-showcase__divider {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-top: 15px;
	color: #b58b52;
	font-size: 14px;
}

.sc-category-showcase__divider::before,
.sc-category-showcase__divider::after {
	width: 46px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(154, 107, 47, 0.44));
	content: "";
}

.sc-category-showcase__divider::after {
	transform: scaleX(-1);
}

.sc-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2vw, 28px);
	width: min(1260px, 100%);
	margin-inline: auto;
}

/*
 * Original nine-box design: every box is a scaled version of the main hero,
 * including its miniature header and split product/content layout.
 */
.sc-hero--card {
	grid-template-areas: "visual content";
	grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
	min-height: clamp(238px, 18vw, 278px);
	padding: clamp(52px, 4vw, 62px) clamp(14px, 1.5vw, 22px) clamp(18px, 1.8vw, 28px);
	border: 1px solid rgba(114, 80, 39, 0.2);
	border-radius: 15px;
	box-shadow: 0 13px 30px rgba(83, 52, 20, 0.13);
	cursor: pointer;
	transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.sc-hero--card::after {
	top: -18%;
	left: -8%;
	width: 48%;
	height: 112%;
	opacity: 0.18;
	filter: blur(6px);
}

.sc-hero--card:hover,
.sc-hero--card:focus-within {
	transform: translateY(-5px);
	border-color: rgba(114, 80, 39, 0.46);
	box-shadow: 0 20px 42px rgba(83, 52, 20, 0.18);
}

.sc-hero__mini-header {
	position: absolute;
	z-index: 12;
	top: 0;
	right: 0;
	left: 0;
	display: grid;
	grid-template-columns: auto 1fr auto;
	min-height: 42px;
	align-items: center;
	gap: 10px;
	padding-inline: 14px;
	border-bottom: 1px solid rgba(114, 80, 39, 0.12);
	background: rgba(255, 250, 243, 0.42);
	direction: rtl;
	pointer-events: none;
}

.sc-hero__mini-brand,
.sc-hero__mini-nav {
	display: flex;
	align-items: center;
}

.sc-hero__mini-brand {
	gap: 5px;
	color: #4a3828;
	font-size: 8px;
	font-weight: 700;
	white-space: nowrap;
}

.sc-hero__mini-mark {
	display: grid;
	width: 20px;
	height: 20px;
	place-items: center;
	border: 1px solid rgba(154, 107, 47, 0.38);
	border-radius: 50%;
	color: var(--sc-gold-dark);
	font-family: var(--orinex-font, var(--sc-font, Tahoma, Arial, sans-serif));
	font-size: 12px;
}

.sc-hero__mini-nav {
	justify-content: center;
	gap: clamp(7px, 0.9vw, 13px);
	color: #584638;
	font-size: clamp(6px, 0.54vw, 8px);
}

.sc-hero__mini-cart {
	display: grid;
	width: 22px;
	height: 22px;
	place-items: center;
	border: 1px solid rgba(114, 80, 39, 0.2);
	border-radius: 50%;
}

.sc-hero__mini-cart img {
	width: 11px;
	height: 11px;
	object-fit: contain;
}

.sc-hero__cover-link {
	position: absolute;
	z-index: 20;
	inset: 0;
	border-radius: inherit;
}

.sc-hero__cover-link:focus-visible {
	outline: 3px solid var(--sc-gold-dark);
	outline-offset: -6px;
}

.sc-hero--card .sc-hero__content {
	max-width: 100%;
	padding-inline-start: clamp(8px, 1.4vw, 20px);
}

.sc-hero--card .sc-hero__eyebrow {
	margin-bottom: 7px;
	font-size: clamp(10px, 0.82vw, 13px);
}

.sc-hero--card .sc-hero__title {
	font-size: clamp(22px, 1.85vw, 30px);
	line-height: 1.18;
}

.sc-hero--card .sc-hero__ornament {
	margin-top: 9px;
	font-size: 14px;
}

.sc-hero--card .sc-hero__actions {
	margin-top: 11px;
}

.sc-hero--card .sc-button {
	width: auto;
	min-height: 36px;
	margin-top: 0;
	gap: 6px;
	padding: 8px clamp(12px, 1.2vw, 18px);
	border-width: 1px;
	font-size: clamp(8px, 0.66vw, 10px);
	white-space: nowrap;
}

.sc-hero--card .sc-button img {
	width: 14px;
	height: 14px;
}

.sc-hero--card .sc-hero__visual {
	display: flex;
	height: clamp(160px, 14vw, 205px);
	min-height: 0;
	align-items: center;
	margin-top: 0;
	padding-top: 0;
}

.sc-hero--card .sc-hero__product {
	width: min(100%, 250px);
	height: 100% !important;
	max-height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 15px 12px rgba(75, 45, 17, 0.2));
	transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.sc-hero--card:hover .sc-hero__product,
.sc-hero--card:focus-within .sc-hero__product {
	transform: translateY(-3px) scale(1.035);
}

/* WordPress page content */
.sc-front-content {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
	padding-block: clamp(56px, 7vw, 90px);
	line-height: 2;
}

/* Dynamic footer */
.sc-site-footer {
	position: relative;
	padding: clamp(58px, 7vw, 92px) clamp(24px, 6vw, 100px) 24px;
	overflow: hidden;
	color: #e9dac7;
	background:
		radial-gradient(circle at 10% 10%, rgba(178, 132, 70, 0.15), transparent 27%),
		linear-gradient(135deg, #2d2118, #20170f);
	font-size: 13px;
}

.sc-site-footer::before {
	position: absolute;
	top: -120px;
	left: -100px;
	width: 300px;
	height: 300px;
	border: 1px solid rgba(218, 179, 120, 0.11);
	border-radius: 50%;
	content: "";
}

.sc-site-footer__top,
.sc-site-footer__bottom {
	position: relative;
	z-index: 1;
	width: min(1280px, 100%);
	margin-inline: auto;
}

.sc-site-footer__top {
	display: grid;
	grid-template-columns: minmax(230px, 1.35fr) repeat(3, minmax(150px, 1fr));
	gap: clamp(32px, 5vw, 80px);
}

.sc-footer-column h2 {
	margin: 0 0 22px;
	color: #f5e8d6;
	font-size: 16px;
	font-weight: 650;
}

.sc-footer-column p {
	max-width: 360px;
	margin: 16px 0 0;
	color: #cdbda9;
	line-height: 2;
}

.sc-footer-brand {
	display: flex;
	align-items: center;
	gap: 11px;
}

.sc-footer-brand__mark {
	width: 40px;
	height: 40px;
	border-color: rgba(218, 179, 120, 0.45);
	color: #ddb77e;
	font-size: 24px;
}

.sc-footer-brand strong {
	color: #fff8ee;
	font-size: 15px;
}

.sc-footer-menu {
	display: grid;
	gap: 11px;
}

.sc-footer-menu a {
	display: inline-flex;
	color: #cdbda9;
	line-height: 1.8;
	transition: color 180ms ease, transform 180ms ease;
}

.sc-footer-menu a:hover,
.sc-footer-menu a:focus-visible {
	color: #f0ce9a;
	transform: translateX(-3px);
}

.sc-contact-list {
	display: grid;
	gap: 14px;
}

.sc-contact-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	min-width: 0;
	color: #cdbda9;
	line-height: 1.8;
}

.sc-contact-list img {
	width: 20px;
	height: 20px;
	margin-top: 3px;
	flex: 0 0 auto;
	filter: brightness(0) invert(1);
	opacity: 0.8;
}

.sc-contact-list a {
	overflow-wrap: anywhere;
}

.sc-contact-list a:hover,
.sc-contact-list a:focus-visible {
	color: #f0ce9a;
}

.sc-contact-list__symbol {
	display: grid;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	flex: 0 0 auto;
	place-items: center;
	color: #ddb77e;
	font-size: 15px;
}

.sc-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.sc-social-links a {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid rgba(218, 179, 120, 0.24);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.035);
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.sc-social-links a:hover,
.sc-social-links a:focus-visible {
	transform: translateY(-3px);
	border-color: rgba(218, 179, 120, 0.7);
	background: rgba(255, 255, 255, 0.09);
}

.sc-social-links img {
	width: 22px;
	height: 22px;
	filter: brightness(0) invert(1);
	opacity: 0.88;
}

.sc-site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: clamp(42px, 6vw, 70px);
	padding-top: 22px;
	border-top: 1px solid rgba(218, 179, 120, 0.15);
	color: #a99884;
	font-size: 12px;
}

/* Tablet */
@media (max-width: 1100px) {
	body.sc-menu-open {
		overflow: hidden;
		overscroll-behavior: none;
	}

	.sc-site-header {
		border-bottom-color: rgba(114, 80, 39, 0.14);
	}

	.sc-site-header.is-scrolled {
		top: 10px;
		width: calc(100% - 20px);
		border-radius: 16px;
	}

	body.admin-bar .sc-site-header.is-scrolled {
		top: 42px;
	}

	.sc-site-header__inner {
		position: relative;
		grid-template-columns: auto minmax(0, 1fr) auto;
		min-height: 82px;
		padding-inline: 28px;
	}

	.sc-menu-toggle {
		z-index: 1;
		display: inline-grid;
		grid-column: 1;
		grid-row: 1;
	}

	.sc-brand-wrap {
		grid-column: 2;
		grid-row: 1;
		justify-self: start;
	}

	.sc-header-actions {
		grid-column: 3;
		grid-row: 1;
	}

	.sc-primary-nav {
		position: fixed;
		z-index: 102;
		inset-block: 0;
		right: 0;
		left: auto;
		display: block;
		width: min(86vw, 380px);
		height: 100vh;
		height: 100svh;
		height: 100dvh;
		min-height: 100svh;
		max-height: 100dvh;
		padding: 0 24px 32px;
		overflow-y: auto;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
		border: 0;
		border-left: 1px solid rgba(114, 80, 39, 0.16);
		border-radius: 0;
		visibility: hidden;
		background: #fff;
		box-shadow: -22px 0 60px rgba(55, 35, 18, 0.18);
		opacity: 0;
		pointer-events: none;
		transform: translateX(105%);
		transition:
			transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
			opacity 260ms ease,
			visibility 0s linear 420ms;
	}

	.sc-primary-nav.is-open {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
		transform: translateX(0);
		transition-delay: 0s;
	}

	.sc-mobile-nav__header {
		position: sticky;
		z-index: 2;
		top: 0;
		display: flex;
		min-height: 84px;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
		margin-inline: -24px;
		margin-bottom: 14px;
		padding-inline: 24px;
		border-bottom: 1px solid rgba(114, 80, 39, 0.14);
		background: #fff;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		color: var(--sc-ink);
		font-size: 15px;
		font-weight: 700;
	}

	.sc-mobile-nav__close {
		position: relative;
		display: grid;
		width: 42px;
		height: 42px;
		padding: 0;
		place-items: center;
		border: 1px solid var(--sc-line);
		border-radius: 50%;
		color: var(--sc-ink);
		background: rgba(255, 255, 255, 0.62);
		cursor: pointer;
	}

	.sc-mobile-nav__close span {
		position: absolute;
		width: 18px;
		height: 1.5px;
		border-radius: 2px;
		background: currentcolor;
		transform: rotate(45deg);
	}

	.sc-mobile-nav__close span:last-child {
		transform: rotate(-45deg);
	}

	.sc-mobile-nav__backdrop {
		position: fixed;
		z-index: 101;
		inset: 0;
		display: block;
		width: 100%;
		height: 100vh;
		height: 100svh;
		height: 100dvh;
		padding: 0;
		border: 0;
		visibility: hidden;
		background: rgba(35, 24, 15, 0.4);
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		opacity: 0;
		pointer-events: none;
		cursor: pointer;
		transition: opacity 280ms ease, visibility 0s linear 280ms;
	}

	body.sc-menu-open .sc-mobile-nav__backdrop {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
		transition-delay: 0s;
	}

	.sc-primary-nav ul {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.sc-primary-nav a {
		padding: 15px 4px;
		border-bottom: 1px solid rgba(114, 80, 39, 0.1);
		font-size: 15px;
	}

	.sc-hero {
		grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
		padding-top: 124px;
		padding-inline: 32px;
	}

	.sc-hero__content {
		padding-inline-start: 0;
	}

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

	.sc-site-footer__top {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sc-hero--card {
		grid-template-areas: "visual content";
		grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.78fr);
		min-height: clamp(244px, 28vw, 292px);
		padding: 56px 18px 22px;
	}
}

/* Mobile */
@media (max-width: 760px) {
	html {
		scroll-padding-top: 82px;
	}

	.sc-site-header__inner {
		gap: 8px;
		min-height: 76px;
		padding-inline: 16px;
	}

	.sc-brand__tagline,
	.sc-header-actions .sc-user-link {
		display: none;
	}

	.sc-brand__mark {
		width: 41px;
		height: 41px;
		font-size: 24px;
	}

	.sc-brand__name {
		max-width: 116px;
		overflow: hidden;
		font-size: 13px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.sc-brand-wrap .custom-logo {
		max-width: 150px;
		max-height: 46px;
	}

	.sc-icon-button {
		width: 40px;
		height: 40px;
	}

	.sc-icon-button img {
		width: 19px;
		height: 19px;
	}

	.sc-hero {
		grid-template-areas:
			"content"
			"visual";
		grid-template-columns: minmax(0, 1fr);
		min-height: auto;
		padding: 112px 20px 36px;
	}

	.sc-hero::after {
		top: 44%;
		left: -18%;
		width: 78vw;
		height: 48vh;
		opacity: 0.16;
	}

	.sc-hero__content {
		max-width: 100%;
	}

	.sc-hero__eyebrow {
		margin-bottom: 12px;
		font-size: 15px;
	}

	.sc-hero__title {
		font-size: clamp(43px, 13vw, 62px);
		line-height: 1.2;
	}

	.sc-hero__ornament {
		margin-top: 19px;
		font-size: 26px;
	}

	.sc-button {
		width: min(100%, 240px);
		min-height: 55px;
		margin-top: 25px;
		padding-inline: 20px;
	}

	.sc-hero__visual {
		margin-top: 22px;
		padding-top: 0;
	}

	.sc-hero__product {
		max-height: 370px;
	}

	.sc-hero-carousel .sc-hero__visual {
		height: min(88vw, 370px);
	}

	.sc-hero-carousel .sc-hero__product {
		max-height: none;
	}

	.sc-hero-carousel__controls {
		top: auto;
		bottom: 16px;
		left: 50%;
		width: auto;
		flex-direction: row-reverse;
		transform: translateX(-50%);
	}

	.sc-hero-carousel__dots {
		flex-direction: row;
	}

	.sc-hero-carousel__dot {
		width: 22px;
		height: 14px;
		flex-basis: 22px;
	}

	.sc-hero-carousel__dot::before,
	.sc-hero-carousel__dot::after {
		top: 50%;
		left: auto;
		height: 4px;
		transform: translateY(-50%);
	}

	.sc-hero-carousel__dot::before {
		right: 7px;
		width: 8px;
	}

	.sc-hero-carousel__dot::after {
		right: 2px;
		width: 0;
	}

	.sc-hero-carousel__dot.is-active::before {
		top: 50%;
		right: 2px;
		width: 18px;
		height: 4px;
	}

	.sc-hero-carousel__dot.is-active::after {
		animation-name: sc-hero-dot-progress-mobile;
	}

	@keyframes sc-hero-dot-progress-mobile {
		from {
			width: 0;
			height: 4px;
		}

		to {
			width: 18px;
			height: 4px;
		}
	}

	.sc-category-showcase {
		padding-inline: 16px;
	}

	.sc-category-showcase__heading h2 {
		font-size: clamp(27px, 8.5vw, 38px);
	}

	.sc-category-grid {
		grid-template-columns: minmax(0, 1fr);
		width: min(560px, 100%);
	}

	.sc-hero--card {
		grid-template-areas: "visual content";
		grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.78fr);
		min-height: clamp(238px, 52vw, 286px);
		padding: 54px 16px 20px;
	}

	.sc-hero--card::after {
		top: -18%;
		left: -8%;
		width: 48%;
		height: 112%;
	}

	.sc-hero--card .sc-hero__content {
		max-width: 100%;
		padding-inline-start: 8px;
	}

	.sc-hero--card .sc-hero__eyebrow {
		margin-bottom: 7px;
		font-size: 11px;
	}

	.sc-hero--card .sc-hero__title {
		font-size: clamp(22px, 5.8vw, 30px);
	}

	.sc-hero--card .sc-hero__ornament {
		margin-top: 12px;
		font-size: 16px;
	}

	.sc-hero--card .sc-hero__actions {
		margin-top: 15px;
	}

	.sc-hero--card .sc-button {
		width: auto;
		min-height: 42px;
		padding-inline: 14px;
		font-size: 10px;
	}

	.sc-hero--card .sc-hero__visual {
		margin-top: 0;
		padding-top: 0;
	}

	.sc-front-content {
		width: min(100% - 32px, 1180px);
	}

	.sc-site-footer {
		padding: 52px 18px 20px;
	}

	.sc-site-footer__top {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 22px;
	}

	.sc-footer-about,
	.sc-site-footer__top > :nth-child(3) {
		grid-column: 1 / -1;
	}

	.sc-footer-column h2 {
		margin-bottom: 16px;
		font-size: 15px;
	}

	.sc-footer-column p {
		margin-top: 12px;
		line-height: 1.9;
	}

	.sc-contact-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px 18px;
	}

	.sc-social-links {
		gap: 8px;
	}

	.sc-social-links a {
		width: 42px;
		height: 42px;
	}

	.sc-site-footer__bottom {
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		gap: 7px;
		margin-top: 40px;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.sc-header-actions {
		gap: 5px;
	}

	.sc-header-actions .sc-bag-link {
		display: none;
	}

	.sc-primary-nav {
		right: 0;
		left: auto;
		width: min(90vw, 360px);
	}

	.sc-hero--card {
		grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
		min-height: 222px;
		padding: 50px 12px 16px;
	}

	.sc-hero--card .sc-hero__title {
		font-size: 21px;
	}

	.sc-hero--card .sc-button {
		min-height: 38px;
		padding: 7px 10px;
		white-space: normal;
	}

	.sc-site-footer__top {
		grid-template-columns: minmax(0, 1fr);
		gap: 30px;
	}

	.sc-footer-about,
	.sc-site-footer__top > :nth-child(3) {
		grid-column: auto;
	}

	.sc-contact-list {
		grid-template-columns: minmax(0, 1fr);
	}

	.sc-social-links {
		justify-content: flex-start;
	}
}


@media (max-width: 782px) {
	body.admin-bar .sc-site-header {
		top: 46px;
	}

	body.admin-bar .sc-site-header.is-scrolled {
		top: 56px;
	}
}

@media (max-width: 760px) {
	.sc-site-header.is-scrolled {
		top: 8px;
		width: calc(100% - 16px);
		border-radius: 14px;
	}

	.sc-site-header.is-scrolled .sc-site-header__inner {
		min-height: 68px;
		padding-inline: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.sc-hero-carousel__dot.is-active::after {
		width: 4px;
		height: 18px;
		animation: none !important;
	}
}

@media (max-width: 760px) and (prefers-reduced-motion: reduce) {
	.sc-hero-carousel__dot.is-active::after {
		width: 18px;
		height: 4px;
	}
}


/* Orinex category home update: text-only interface, rotating category copy and local assets. */
.sc-hero__description {
	max-width: 520px;
	margin: 20px 0 0;
	color: rgba(45, 33, 24, 0.72);
	font-size: clamp(14px, 1.15vw, 18px);
	font-weight: 430;
	line-height: 1.95;
}


.sc-hero-carousel__controls {
	left: clamp(18px, 2.4vw, 38px);
	width: 58px;
	gap: 10px;
}

.sc-hero-carousel__arrow {
	width: auto;
	height: auto;
	min-width: 54px;
	padding: 7px 10px;
	border: 1px solid rgba(114, 80, 39, 0.22);
	border-radius: 0;
	color: #725027;
	background: rgba(255, 250, 243, 0.42);
	font-family: var(--sc-font);
	font-size: 10px;
	font-weight: 650;
}

.sc-hero-carousel__arrow:hover,
.sc-hero-carousel__arrow:focus-visible {
	color: #fff;
	background: #725027;
	transform: translateY(-1px);
}

.sc-category-showcase__line {
	display: block;
	width: 92px;
	height: 1px;
	margin: 20px auto 0;
	background: linear-gradient(90deg, transparent, rgba(154, 107, 47, 0.7), transparent);
}

.sc-hero__mini-index {
	color: #8a6438;
	font-size: 9px;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.12em;
	direction: ltr;
}

.sc-hero--card {
	min-height: clamp(292px, 22vw, 348px);
}

.sc-hero--card .sc-hero__description {
	display: -webkit-box;
	margin-top: 10px;
	overflow: hidden;
	color: rgba(45, 33, 24, 0.66);
	font-size: clamp(9px, 0.66vw, 11px);
	line-height: 1.75;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.sc-hero--card .sc-hero__actions {
	margin-top: 12px;
}

.sc-hero--card .sc-button {
	min-height: 34px;
	padding-inline: 14px;
}

.sc-hero--card .sc-hero__product {
	width: min(100%, 270px);
}

@media (max-width: 1120px) {
	.sc-hero--card {
		min-height: 328px;
	}

	.sc-hero--card .sc-hero__description {
		font-size: 10px;
	}
}

@media (max-width: 760px) {
	.sc-hero__description {
		margin-top: 16px;
		font-size: 14px;
		line-height: 1.85;
	}


	.sc-hero-carousel__controls {
		bottom: 12px;
		width: min(92vw, 420px);
		justify-content: center;
		gap: 8px;
	}

	.sc-hero-carousel__arrow {
		min-width: 48px;
		padding: 6px 8px;
		font-size: 9px;
	}

	.sc-hero--card {
		min-height: 310px;
	}

	.sc-hero--card .sc-hero__description {
		font-size: 10px;
		-webkit-line-clamp: 3;
	}
}


/* Orinex final home refinements: compact responsive hero and unified controls. */
#new-collection.sc-hero {
	min-height: clamp(590px, 78svh, 800px);
	padding-top: clamp(112px, 13vh, 142px);
	padding-bottom: clamp(42px, 6vh, 68px);
}

#new-collection .sc-hero__title {
	font-size: clamp(44px, 4.7vw, 76px);
}

#new-collection .sc-hero__description {
	margin-top: 16px;
	font-size: clamp(13px, 1vw, 17px);
	line-height: 1.85;
}

#new-collection .sc-hero__visual,
#new-collection.sc-hero-carousel .sc-hero__visual {
	height: clamp(360px, 55vh, 620px);
}

#new-collection .sc-hero__product {
	max-height: 100%;
}

.sc-hero-carousel__controls {
	width: 44px;
	gap: 8px;
}

.sc-hero-carousel__arrow {
	display: grid;
	width: 40px;
	height: 40px;
	min-width: 40px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(114, 80, 39, 0.24);
	border-radius: 50%;
	color: #725027;
	background: rgba(255, 250, 243, 0.68);
	box-shadow: 0 8px 22px rgba(70, 45, 24, 0.08);
}

.sc-hero-carousel__arrow svg,
.sc-hero-carousel__arrow img {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentcolor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sc-hero-carousel__arrow:hover,
.sc-hero-carousel__arrow:focus-visible {
	color: #fff;
	background: #725027;
	box-shadow: 0 10px 26px rgba(70, 45, 24, 0.18);
	transform: translateY(-1px) scale(1.04);
}

.sc-button,
.sc-hero--card .sc-button {
	border: 1px solid #8b6237;
	border-radius: 4px;
	background: rgba(255, 250, 243, 0.42);
	box-shadow: none;
	letter-spacing: 0;
}

.sc-button:hover,
.sc-button:focus-visible,
.sc-hero--card .sc-button:hover,
.sc-hero--card .sc-button:focus-visible {
	border-color: #5a3d28;
	background: #5a3d28;
	color: #fff !important;
}

@media (max-height: 760px) and (min-width: 761px) {
	#new-collection.sc-hero {
		min-height: 560px;
		padding-top: 104px;
		padding-bottom: 34px;
	}

	#new-collection .sc-hero__visual,
	#new-collection.sc-hero-carousel .sc-hero__visual {
		height: min(54vh, 470px);
	}

	#new-collection .sc-button {
		min-height: 50px;
		margin-top: 24px;
	}
}

@media (max-width: 1100px) and (min-width: 761px) {
	#new-collection.sc-hero {
		min-height: clamp(560px, 74svh, 700px);
		padding-top: 108px;
		padding-inline: 28px;
	}
}

@media (max-width: 760px) {
	#new-collection.sc-hero {
		min-height: auto;
		padding: 96px 18px 28px;
	}

	#new-collection .sc-hero__title {
		font-size: clamp(36px, 10.5vw, 50px);
		line-height: 1.18;
	}

	#new-collection .sc-hero__description {
		margin-top: 12px;
		font-size: 13px;
		line-height: 1.75;
	}

	#new-collection .sc-button {
		min-height: 48px;
		margin-top: 20px;
	}

	#new-collection .sc-hero__visual,
	#new-collection.sc-hero-carousel .sc-hero__visual {
		height: min(66vw, 300px);
		margin-top: 14px;
	}

	.sc-hero-carousel__controls {
		bottom: 9px;
		width: min(90vw, 390px);
		gap: 7px;
	}

	.sc-hero-carousel__arrow {
		width: 36px;
		height: 36px;
		min-width: 36px;
	}

	.sc-hero-carousel__arrow svg,
.sc-hero-carousel__arrow img {
		width: 17px;
		height: 17px;
		transform: rotate(90deg);
	}
}

@media (max-width: 420px) {
	#new-collection.sc-hero {
		padding-top: 88px;
	}

	#new-collection .sc-hero__visual,
	#new-collection.sc-hero-carousel .sc-hero__visual {
		height: min(69vw, 270px);
	}
}
