.ann-home-hero .shop-container,
.ann-home-commitments .shop-container{
	max-width: 100%;
}
.ann-carousel{
	position: relative;
	user-select: none;
	-webkit-user-select: none;
}
.ann-carousel-viewport{
	overflow: hidden;
}
.ann-carousel-track{
	display: flex;
	will-change: transform;
	touch-action: pan-y;
}
.ann-carousel-track.is-dragging{
	cursor: grabbing;
}
.ann-home-slider{
	position: relative;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.ann-home-slider-viewport{
	position: relative;
	background: #f7f7f7;
	overflow: hidden;
}
.ann-home-slider-track{
	display: flex;
	gap: 0;
	will-change: transform;
	touch-action: pan-y;
}
.ann-home-slide{
	flex: 0 0 100%;
	max-width: 100%;
	min-width: 100%;
}
.ann-home-slide a,
.ann-home-slide picture{
	display: block;
	width: 100%;
}
.ann-home-slide img{
	display: block;
	width: 100%;
	height: auto;
	pointer-events: none;
}
.ann-home-slider-dots{
	position: absolute;
	left: 50%;
	bottom: 12px;
	transform: translateX(-50%);
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
	z-index: 4;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ann-home-slider-dot{
	width: 18px;
	height: 18px;
	border-radius: 999px;
	border: 2px solid rgba(84, 184, 155, .5);
	background: rgba(223, 247, 239, .5);
	cursor: pointer;
	transition: all .2s ease;
	box-sizing: border-box;
}
.ann-home-slider-dot.is-active{
	border-color: rgba(0, 143, 98, .7);
	background: rgba(255, 255, 255, .7);
}

.ann-home-commitment-carousel{
	margin-top: 12px;
}
.ann-home-commitment-viewport{
	overflow: hidden;
	background:#fff;
}
.ann-home-commitment-grid{
	gap: 16px;
	margin: 0;
	padding: 0;
}
.ann-home-commitment-slide{
	min-width: 0;
}
.ann-home-commitment-card{
	height: 100%;
	padding: 14px 16px;
	border: 1px solid #1fa36b;
	border-radius: 8px;
	background: #fff;
	contain: layout paint;
}
.ann-home-commitment-title{
	margin: 0 0 8px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	color: #007a52;
}
.ann-home-commitment-desc{
	margin: 0;
	font-size: 15px;
	line-height: 1.45;
	color: #333;
}

@media (min-width: 850px){
	.ann-home-slide img{
		object-fit: contain;
	}
	.ann-home-commitment-slide{
		flex: 0 0 calc((100% - 48px) / 4);
		max-width: calc((100% - 48px) / 4);
	}
}

@media (max-width: 849px){
	.ann-home-slider-viewport{
		aspect-ratio: 5 / 2;
	}
	.ann-home-slide,
	.ann-home-slide a,
	.ann-home-slide picture,
	.ann-home-slide img{
		height: 100%;
	}
	.ann-home-slide.has-mobile-image img{
		object-fit: contain;
	}
	.ann-home-slide.no-mobile-image img{
		object-fit: cover;
	}
	.ann-home-slider-dots{
		gap: 10px;
		bottom: 10px;
	}
	.ann-home-slider-dot{
		width: 16px;
		height: 16px;
	}
	.ann-home-commitment-title{
		font-size: 16px;
	}
	.ann-home-commitment-desc{
		font-size: 14px;
	}
	.ann-home-commitment-viewport{
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		touch-action: pan-x;
		overscroll-behavior-x: contain;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	.ann-home-commitment-viewport::-webkit-scrollbar{
		display: none;
	}
	.ann-home-commitment-grid{
		flex-wrap: nowrap;
		gap: 12px;
		padding: 0 2px 4px;
		touch-action: pan-x;
	}
	.ann-home-commitment-slide{
		flex: 0 0 72%;
		max-width: 72%;
		scroll-snap-align: start;
	}
}

.ann-front-page .ann-home-section + .ann-home-section{
	margin-top: 20px;
}
.ann-front-page .ann-block-heading p{
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 700;
}
.ann-front-page .ann-block-heading a{
	color: inherit;
	display: inline-block;
}
.ann-front-page .ann-load-more-wrap .button.disabled,
.ann-front-page .ann-block-load-more-wrap .button.disabled{
	opacity: .7;
	pointer-events: none;
}
.ann-home-block-banner{
	margin-bottom: 15px;
}
.ann-home-block-banner a,
.ann-home-block-banner img{
	display: block;
	width: 100%;
}
.ann-home-block-banner img{
	height: auto;
	border-radius: 6px;
}
.ann-home-post-card-grid{
	margin-bottom: 0;
}
.ann-home-post-card-item .col-inner{
	height: 100%;
}
.ann-home-post-card-box{
	border-radius: 10px;
	overflow: hidden;
	background: #f3f3f3;
	height: 100%;
}
.ann-home-post-card-box .box-image,
.ann-home-post-card-box .image-cover{
	border-radius: 10px;
	overflow: hidden;
}
.ann-home-post-card-box .image-cover img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.ann-home-post-card-link{
	display: block;
	height: 100%;
}
.ann-home-post-card-overlay{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px 8px 8px;
	background: linear-gradient(to top, rgba(0,0,0,.68) 0%, rgba(0,0,0,.39) 45%, rgba(0,0,0,0) 100%);
	z-index: 2;
}
.ann-home-post-card-title{
	margin: 0;
	color: #fff;
	font-size: 13px;
	line-height: 1.3;
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media (max-width: 849px){
	.ann-home-post-card-overlay{
		padding: 38px 12px 12px;
	}
	.ann-home-post-card-title{
		font-size: 14px;
	}
}
html.ann-tiktok-modal-open,
body.ann-tiktok-modal-open{
	overflow: hidden;
}
.ann-home-tiktok-card{
	cursor: pointer;
}
.ann-home-tiktok-card-inner{
	border-radius: 10px;
	overflow: hidden;
	background: #f3f3f3;
	height: 100%;
}
.ann-home-tiktok-thumb-wrap{
	position: relative;
	padding-top: 160%;
	overflow: hidden;
}
.ann-home-tiktok-thumb-wrap img{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.ann-home-tiktok-overlay{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 34px 12px 12px;
	background: linear-gradient(to top, rgba(0,0,0,.72) 0%, rgba(0,0,0,.38) 48%, rgba(0,0,0,0) 100%);
	z-index: 2;
}
.ann-home-tiktok-title{
	margin: 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.ann-home-tiktok-stats{
	margin-top: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	color: rgba(255,255,255,.92);
	font-size: 11.5px;
	line-height: 1.35;
}
.ann-home-tiktok-stats span{
	display: inline-flex;
	align-items: center;
	padding: 3px 5px;
	border-radius: 999px;
	background: rgba(0,0,0,.34);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}
.ann-home-tiktok-play{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 68px;
	height: 68px;
	transform: translate(-50%, -50%);
	border-radius: 999px;
	background: rgba(0,0,0,.35);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	box-shadow: 0 6px 20px rgba(0,0,0,.18);
	z-index: 3;
}
.ann-home-tiktok-play::before{
	content: '';
	position: absolute;
	left: 28px;
	top: 21px;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 19px solid rgba(255,255,255,.95);
}
.ann-home-tiktok-load-more-wrap{
	margin-top: 18px;
}

.ann-home-tiktok-modal{
	position: fixed;
	inset: 0;
	z-index: 9999;
}
.ann-home-tiktok-modal-backdrop{
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.82);
}
.ann-home-tiktok-modal-dialog{
	position: absolute;
	inset: 24px;
	width: min(70vw, 1100px);
	height: min(88vh, 860px);
	margin: auto;
	background: #000;
	border-radius: 18px;
	overflow: hidden;
}
.ann-home-tiktok-close{
	position: absolute;
    top: 10%;
    right: 6px;
    z-index: 6;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
    color: #fff;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
    padding: 9px 12px;
    margin-right: 0;
}
.ann-home-tiktok-modal-main{
	display: flex;
	width: 100%;
	height: 100%;
}
.ann-home-tiktok-modal-stage{
	position: relative;
	width: 80%;
	height: 100%;
	background: #000;
}
.ann-home-tiktok-modal-sidebar{
	position: relative;
	width: 20%;
	height: 100%;
	background: #050505;
	border-left: 1px solid rgba(255,255,255,.08);
}
.ann-home-tiktok-modal-thumbs{
	position: absolute;
	top: 56px;
	right: 8px;
	bottom: 56px;
	left: 8px;
	box-sizing: border-box;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-right: 4px;
}
.ann-home-tiktok-modal-thumb {
	display: block;
	width: 100%;
	min-height: 0;
	flex: 0 0 auto;
	padding: 0;
	margin-right: 0;
	background: transparent;
	opacity: .5;
	cursor: pointer;
	transition: opacity .2s ease;
}
.ann-home-tiktok-modal-thumb img{
	display: block;
	width: 100%;
	height: auto;
	min-height: 120px;
	aspect-ratio: 9 / 16;
	object-fit: cover;
	border-radius: 10px;
}
.ann-home-tiktok-modal-thumb.is-active{
	opacity: 1;
}
.ann-home-tiktok-modal-viewport{
	position: relative;
	height: 100%;
	overflow: hidden;
}
.ann-home-tiktok-modal-track{
	height: 100%;
	will-change: transform;
}
.ann-home-tiktok-modal-slide{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px 20px 78px;
	box-sizing: border-box;
}
.ann-home-tiktok-modal-frame-wrap{
	width: min(100%, 420px);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.ann-home-tiktok-modal-frame{
	width: 100%;
	max-height: 100%;
	aspect-ratio: 9 / 16;
	background: #000;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(0,0,0,.35);
}
.ann-home-tiktok-modal-frame iframe{
	width: 100%;
	height: 100%;
	border: 0;
}
.ann-home-tiktok-modal-swipe{
	position: absolute;
	left: 0;
	width: calc(100% - 24px);
	z-index: 4;
}
.ann-home-tiktok-modal-swipe-top{
	top: 0;
	height: 72px;
}
.ann-home-tiktok-modal-swipe-bottom{
	bottom: 58px;
	height: 72px;
}
.ann-home-tiktok-modal-actions{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	z-index: 5;
	display: flex;
	gap: 12px;
	justify-content: center;
	align-items: center;
	padding: 0 16px;
}
.ann-home-tiktok-nav{
	min-width: 120px;
	padding: 10px 16px;
	border: 0;
	border-radius: 999px;
	background: rgba(255,255,255,.14);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}
.ann-home-tiktok-nav:hover{
	background: rgba(255,255,255,.22);
}

@media (max-width: 849px){
	.ann-home-tiktok-overlay{
		padding: 38px 10px 10px;
	}
	.ann-home-tiktok-title{
		font-size: 13px;
	}
	.ann-home-tiktok-play{
		width: 56px;
		height: 56px;
	}
	.ann-home-tiktok-play::before{
		left: 23px;
		top: 17px;
		border-top-width: 11px;
		border-bottom-width: 11px;
		border-left-width: 16px;
	}
	.ann-home-tiktok-modal-dialog{
		inset: 0;
		width: 100%;
		height: 100vh;
		border-radius: 0;
	}
	.ann-home-tiktok-modal-stage{
		width: 72%;
	}
	.ann-home-tiktok-modal-sidebar{
		position: relative;
		width: 28%;
	}
	.ann-home-tiktok-modal-thumbs{
		position: absolute;
		top: 18%;
		right: 6px;
		bottom: 56px;
		left: 6px;
		display: flex;
		flex-direction: column;
		gap: 8px;
		overflow-y: auto;
		padding-right: 4px;
	}

	.ann-home-tiktok-modal-slide{
		padding: 0 10px 90px;
	}
	.ann-home-tiktok-modal-frame-wrap{
		width: min(100%, 320px);
		height: auto;
		max-height: calc(100vh - 150px);
	}
	.ann-home-tiktok-modal-frame{
		max-height: calc(100vh - 150px);
	}
	.ann-home-tiktok-modal-swipe{
		width: calc(100% - 16px);
	}
	.ann-home-tiktok-modal-swipe-top{
		height: 68px;
	}
	.ann-home-tiktok-modal-swipe-bottom{
		height: 68px;
		bottom: 66px;
	}
	.ann-home-tiktok-modal-actions{
		bottom: 110px;
		gap: 8px;
		padding: 0 10px;
	}
	.ann-home-tiktok-nav{
		min-width: 100px;
		padding: 9px 12px;
		font-size: 13px;
	}
}
@media (max-width: 480px) {
	.ann-home-commitment-card {
		padding: 8px 10px;
	}
	.ann-home-commitment-title {
        font-size: 15px;
    }
	.ann-home-commitment-desc {
        font-size: 13px;
    }
}
