/* ============================================================
   BOUTIQUE – desktop base 1920px, mobile base 390px
   ============================================================ */

.woocommerce-shop .site-header {
	background-color: #010101;
}

/* ===== HERO ===== */
.boutique-hero {
	position: relative;
	height: 44.11vw;
	overflow: hidden;
	background: #010101;
}

.boutique-hero-bg-wrap {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.boutique-hero-bg {
	position: absolute;
	top: -51.15%;
	left: 0;
	width: 100%;
	height: 151.15%;
	object-fit: cover;
}

.boutique-hero-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 28.49vw;
	background: linear-gradient(to bottom, rgba(1, 1, 1, 0), #010101);
	pointer-events: none;
}

.boutique-hero-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 14.53vw;
}

.boutique-hero-title {
	font-size: 4.17vw;
	line-height: 4.43vw;
	text-align: center;
	color: #fff;
	max-width: 39.9vw;
	text-shadow: 0 0 99px black;
	font-weight: normal;
}

.boutique-hero-desc {
	font-size: 1.04vw;
	line-height: 1.56vw;
	text-align: center;
	color: #fff;
	max-width: 49.95vw;
	margin-top: 2.4vw;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.boutique-hero-scroll {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 2.03vw;
}

.boutique-hero-scroll-line {
	width: 1px;
	height: 4.58vw;
	background: #707070;
}

.boutique-hero-scroll-circle {
	width: 2.6vw;
	height: 2.6vw;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.94vw;
	cursor: pointer;
	transition: border-color 0.3s ease, transform 0.3s ease;
}

.boutique-hero-scroll-circle svg {
	width: 0.98vw;
	height: auto;
}

.boutique-hero-scroll-circle:hover {
	border-color: rgba(255, 255, 255, 0.6);
	transform: scale(1.04);
}

/* ===== FEATURE SECTION ===== */
.boutique-feature {
	background: #010101;
	padding: 6.56vw 0 5.73vw;
	border-top: 1px solid #707070;
}

.boutique-feature-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0 15vw;
}

.boutique-feature-left {
	/* padding-left: 17.19vw;
	padding-top: 0; */
}

.boutique-feature-title {
	font-size: 3.65vw;
	line-height: 3.91vw;
	font-weight: normal;
	color: #fff;
}

.boutique-feature-title em {
	font-style: italic;
	font-weight: normal;
}

.boutique-feature-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.boutique-feature-helmet-wrap {
	position: relative;
	    width: 45vw;
	overflow: visible;
}

.boutique-feature-helmet {
	width: 100%;
	height: auto;
	display: block;
}

.hotspot-item {
	position: absolute;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	z-index: 2;
	pointer-events: none;
}

.hotspot-item--left {
	flex-direction: row-reverse;
}

.feature-hotspot {
	position: static;
	transform: none;
	flex-shrink: 0;
	width: 2.81vw;
	height: 2.81vw;
	border-radius: 50%;
	background: #fff;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: all;
	transition: background 0.25s ease, transform 0.25s ease;
}

.feature-hotspot svg {
	width: 0.9vw;
	height: auto;
	display: block;
}

.feature-hotspot .hotspot-icon-minus {
	display: none;
}

.hotspot-label {
    position: absolute;
    font-size: .95vw;
    line-height: 1.3;
    color: #B2B2B2;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

.hotspot-line {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

.hotspot-item.is-active .hotspot-label,
.hotspot-item.is-active .hotspot-line,
.hotspot-item:has(.feature-hotspot:hover) .hotspot-label,
.hotspot-item:has(.feature-hotspot:hover) .hotspot-line {
	opacity: 1;
	visibility: visible;
}

.feature-hotspot:hover {
	transform: scale(1.08);
	background: rgba(255, 255, 255, 0.88);
}

.hotspot-item.is-active .feature-hotspot .hotspot-icon-plus {
	display: none;
}

.hotspot-item.is-active .feature-hotspot .hotspot-icon-minus {
	display: block;
	/* width:2vw;height:3vw; */
}
.hotspot-item.btn-1 {
	    left: 15vw;
    top: 10.5vw;
}
.hotspot-item.btn-1  .hotspot-label {
 	    width: 14vw;
    right: 150%;
    text-align: right;
}

.hotspot-item.btn-2 {
	    left: 37vw;
    top: 15vw;
}
.hotspot-item.btn-2  .hotspot-label {
 	width: 20vw;
    left: 150%;
    top: -60%;
}
.hotspot-item.btn-3 {
	    left: 34vw;
    top: 33vw;
}
.hotspot-item.btn-3  .hotspot-label {
 	    width: 15vw;
    left: 150%;
    top: 30%;
}
.hotspot-item.btn-4 {
	left: 6vw;
    top: 28vw;
}
.hotspot-item.btn-4  .hotspot-label {
 	width: 14vw;
    right: 150%;
    text-align: right;
}

.boutique-feature-cta {
	margin-top: 2.29vw;
}

.boutique-cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 1.5vw;
	border: 1px solid #707070;
	padding: 0.8vw 1.1vw;
	color: #fff;
	font-size: 1.05vw;
	letter-spacing: 0.023vw;
	text-decoration: none;
	font-family: 'IvyMode';
	transition: border-color 0.3s ease;
	    font-weight: 300;
}

.boutique-cta-btn:hover {
	border-color: rgba(255, 255, 255, 0.5);
}

@keyframes boutique-arrow-bounce {
	0%, 100% { transform: translateX(0) rotate(-90deg); }
	50%       { transform: translateX(0.25vw) rotate(-90deg); }
}

.boutique-cta-arrow {
	width: 2.19vw;
	height: 2.19vw;
	border: 1px solid #707070;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border-color 0.3s ease, transform 0.3s ease;
}

.boutique-cta-btn:hover .boutique-cta-arrow {
	border-color: rgba(255, 255, 255, 0.6);
	transform: scale(1.04);
}

.boutique-cta-arrow svg {
	width: 0.98vw;
	height: auto;
	transform: rotate(-90deg);
}

.boutique-cta-btn:hover .boutique-cta-arrow svg {
	animation: boutique-arrow-bounce 0.7s ease infinite;
}


.boutique-feature-mobile-list {
	display: none;
}

/* ===== ABOUT SECTION ===== */
.boutique-about {
	background: #010101;
	    padding: 8vw 0 12vw;
	display: flex;
	gap: 4vw;
	justify-content: center;
}

.boutique-about-photo {
	    margin-left: 0;
    height: 33vw;
    width: 28vw;
    overflow: hidden;
}

.boutique-about-photo img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.boutique-about-content {
	padding-top: 5vw;
	width: 20vw;
}

.boutique-about-logo {
	width: 4.32vw;
	height: auto;
	display: block;
	margin-bottom: 1.3vw;
}

.boutique-about-text p {
	font-size: 1vw;
	line-height: 1.3;
	color: #b2b2b2;
	margin-bottom: 1.04vw;
}

.boutique-about-text p:last-child {
	margin-bottom: 0;
}

/* ===== COLLECTION / PRODUCT GRID ===== */
.boutique-collection {
	background: #010101;
}

.boutique-collection-sep {
	width: 100%;
	height: 1px;
	background: #707070;
}

#boutique-products-wrap {
	transition: opacity 0.3s;
}

#boutique-products-wrap.is-loading {
	opacity: 0.3;
	pointer-events: none;
}

.products-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	    gap: 3vw 0.57vw;
	list-style: none;
	margin: 0;
	padding: 1.2vw 0 0;
	width: 100%;
}

.product-card {
	background: transparent;
}

.product-card-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.product-card-link:hover .product-card-inner {
	opacity: 0.9;
}

.product-card-inner {
	background: #fff;
	height: 34.74vw;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: opacity 0.3s ease;
}

.product-card-img {
	width: 100%;
	object-fit: contain;
}

.product-card-info {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0.99vw 1.46vw 0;
}

.product-card-name {
	font-size: 1.05vw;
	line-height: 1.25vw;
	font-weight: normal;
	color: #b2b2b2;
	margin: 0;
	    font-family: 'Inter';
}

.product-card-price {
	font-size: 0.9vw;
	line-height: 1.25vw;
	font-family: 'Inter';
	color: #fff;
	text-align: right;
	white-space: nowrap;
	margin-left: 0.5vw;
}

.product-card-price .price {
	color: #fff;
	font-size: 1.04vw;
}

.product-card-price ins {
	text-decoration: none;
}

/* ===== PAGINATION ===== */
.boutique-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1vw;
	padding: 4vw 0 8.5vw;
}

.boutique-page-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.92vw;
	height: 2.92vw;
	border: 1px solid #707070;
	color: #fff;
	font-size: 1.05vw;
	letter-spacing: 0.023vw;
	text-decoration: none;
	transition: border-color 0.3s ease;
	font-family: 'IvyMode';
}

.boutique-page-btn.is-active {
	border: 2px solid #fff;
}

.boutique-page-btn:hover:not(.is-active) {
	border-color: rgba(255, 255, 255, 0.4);
}

.boutique-page-next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.19vw;
	height: 2.19vw;
	margin-left: 0.83vw;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.boutique-page-next svg {
	width: 100%;
	height: auto;
}

.boutique-page-next:hover {
	opacity: 0.7;
}

/* WooCommerce overrides */
.woocommerce-shop .woocommerce-notices-wrapper {
	display: none;
}

.woocommerce-result-count,
.woocommerce-ordering {
	display: none;
}

/* ============================================================
   MOBILE  max-width 767px
   ============================================================ */
@media only screen and (max-width: 767px) {

	/* Hero */
	.boutique-hero {
		height: 90vh;
	}

	.boutique-hero-bg {
		top: 0;
		height: 100% !important;
        object-position: -26vw -15vw;
	}

	.boutique-hero-overlay {
		height: 100%;
	}

	.boutique-hero-content {
		padding-top: 20vh;
        justify-content: center;
        height: 100%;
	}

	.boutique-hero-title {
		font-size: 8.72vw;
		line-height: 9.74vw;
		max-width: 85.64vw;
	}

	.boutique-hero-desc {
		font-size: 4.1vw;
		line-height: 7.69vw;
		max-width: 83.08vw;
		margin-top: 6.15vw;
	}

	.boutique-hero-scroll {
		        margin-top: 15vw;
	}

	.boutique-hero-scroll-line {
		display: none;
	}

	.boutique-hero-scroll-circle {
		width: 12.82vw;
		height: 12.82vw;
		margin-top: 2.56vw;
	}

	.boutique-hero-scroll-circle svg {
		width: 4.82vw;
	}

	/* Feature */
	.boutique-feature {
		padding: 18vw 6.15vw 0;
	}

	.boutique-feature-inner {
		padding: 0 0;
	}

	.boutique-feature-left {
		padding-left: 0;
		margin-bottom: 6.15vw;
	}

	.boutique-feature-title {
		font-size: 9vw;
        line-height: 1.3;
		max-width: 100%;
	}

	.boutique-feature-center {
		align-items: flex-start;
	}

	.boutique-feature-helmet-wrap {
		width: 100%;
        margin-left: 0;
	}

	.hotspot-item {
		display: none;
	}

	.boutique-feature-mobile-list {
		display: block;
		list-style: none;
		margin: 6.15vw 0 0;
		padding: 0;
	}

	.feature-mobile-item {
		display: flex;
		align-items: flex-start;
		gap: 4.1vw;
		margin-bottom: 5.13vw;
	}

	.feature-mobile-plus {
		        flex-shrink: 0;
        width: 8.72vw;
        height: 8.72vw;
        border-radius: 50%;
        background: #fff;
        color: #010101;
        display: flex;
        align-items: center;
        justify-content: center;
	}
	svg.hotspot-icon-plus {
		width: 3vw;
	}
	.feature-mobile-item span:last-child {
		font-size: 4.1vw;
		line-height: 6.15vw;
		color: #b2b2b2;
	}

	.boutique-feature-cta {
		        margin-top: 8.21vw;
        margin-bottom: 10.26vw;
        display: flex;
        justify-content: center;
        width: 100%;
	}

	.boutique-cta-btn {
		        font-size: 5vw;
        padding: 3vw 5vw;
        gap: 15vw;
        justify-content: center;
	}

	.boutique-cta-arrow {
		width: 10.77vw;
		height: 10.77vw;
	}

	.boutique-cta-arrow svg {
		width: 4.82vw;
	}

	/* About */
	.boutique-about {
		flex-direction: column;
		padding: 20vw 10vw 25vw;
	}

	.boutique-about-photo {
		flex: none;
		width: 100%;
		height: 85.9vw;
		margin-left: 0;
		margin-bottom: 0vw;
	}

	.boutique-about-content {
		padding-left: 1vw;
		max-width: 100%;
		        width: 100%;
	}

	.boutique-about-logo {
		width: 21.28vw;
		margin-bottom: 6.15vw;
	}

	.boutique-about-text p {
		font-size: 4.1vw;
        line-height: 1.4;
        margin-bottom: 5vw;
	}

	/* Products */
	.products-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.28vw;
		padding: 5vw 3.85vw 0;
	}

	.product-card-inner {
		height: 60vw;
	}

	.product-card-img {
		width: 90%;
		height: 85%;
	}

	.product-card-info {
		padding: 2.56vw 0 0;
		flex-wrap: wrap;
		gap: 2.5vw;
        flex-direction: column;
	}

	.product-card-name {
		        font-size: 3.5vw;
        line-height: 1.3;
	}

	.product-card-price {
		font-size: 3.5vw;
        line-height: 1.3;
	}

	.product-card-price .price {
		font-size: 3.5vw;
	}
	.product-card-link {
		margin-bottom: 8vw;
	}
	/* Pagination */
	.boutique-pagination {
		padding: 6vw 0 30vw;
		gap: 3vw;
	}

	.boutique-page-btn {
		width: 12.31vw;
		height: 12.31vw;
		font-size: 4.62vw;
	}

	.boutique-page-next {
		width: 9.23vw;
		height: 9.23vw;
		margin-left: 1.5vw;
	}
}
