@media (max-width: 1400px) {
	.anmt-hero h1,
	.anmt-hero .et_pb_module_heading {
		font-size: 64px;
	}
}

@media (max-width: 1180px) {
	:root {
		--anmt-gutter: 32px;
		--anmt-section: 72px;
	}

	.anmt-site h1,
	.anmt-hero h1,
	.anmt-hero .et_pb_module_heading {
		font-size: 58px;
	}

	.anmt-global-header .et-menu {
		gap: 18px;
	}

	.anmt-benefit-bar .et_pb_row {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.anmt-benefit-item,
	.anmt-benefit-bar .et_pb_blurb {
		padding-inline: 14px;
	}

	.anmt-category-grid .et_pb_row,
	.anmt-category-grid,
	.et_pb_row.anmt-category-grid,
	.anmt-home .anmt-category-grid .et_pb_row,
	.anmt-home .anmt-category-grid,
	.anmt-home .et_pb_row.anmt-category-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.woocommerce ul.products,
	.woocommerce-page ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.anmt-new-arrivals .woocommerce ul.products,
	.anmt-new-arrivals .woocommerce-page ul.products,
	.anmt-new-arrivals ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.anmt-header-logo,
	.anmt-global-header .et_pb_image {
		flex-basis: 170px;
		min-width: 170px;
	}

	.anmt-header-icons {
		flex-basis: 176px;
		gap: 20px;
		min-width: 176px;
	}

	.anmt-global-footer .et_pb_row,
	.anmt-footer-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 981px) and (max-width: 1180px) {
	.anmt-global-header .et_pb_row {
		min-height: 78px !important;
		width: min(100% - 64px, 1320px) !important;
	}

	.anmt-global-header .et_pb_column {
		display: grid !important;
		gap: 20px;
		grid-template-columns: minmax(128px, auto) minmax(0, 1fr) minmax(128px, auto);
		min-height: 78px !important;
		position: relative;
	}

	.anmt-global-header .anmt-main-menu,
	.anmt-global-header .et_pb_menu {
		flex: 0 0 44px;
		grid-column: 1;
		grid-row: 1;
		justify-self: start;
		min-width: 44px;
		width: 44px;
	}

	.anmt-global-header .et_pb_menu_inner_container,
	.anmt-global-header .et_pb_menu__wrap {
		justify-content: flex-start;
		width: auto;
	}

	.anmt-global-header .et_pb_menu__menu,
	.anmt-global-header .et-menu-nav {
		display: none !important;
	}

	.anmt-global-header .et_mobile_nav_menu {
		align-items: center;
		display: flex !important;
		justify-content: flex-start;
		margin: 0;
	}

	.anmt-global-header .mobile_nav {
		background: transparent;
		line-height: 1;
	}

	.anmt-global-header .mobile_menu_bar {
		align-items: center;
		display: inline-flex;
		height: 44px;
		justify-content: center;
		padding: 0;
		width: 44px;
	}

	.anmt-global-header .mobile_menu_bar::before {
		font-size: 32px;
		line-height: 1;
	}

	.anmt-header-logo,
	.anmt-global-header .et_pb_image {
		flex: none;
		grid-column: 2;
		grid-row: 1;
		justify-self: stretch;
		min-width: 0;
		text-align: center;
		width: 100%;
	}

	.anmt-header-logo .et_pb_image_wrap,
	.anmt-global-header .et_pb_image .et_pb_image_wrap {
		justify-content: center;
		width: 100%;
	}

	.anmt-header-icons {
		flex: none;
		gap: 20px;
		grid-column: 3;
		grid-row: 1;
		justify-self: end;
		min-width: 0;
	}

	.anmt-global-header .et_mobile_menu {
		background: var(--anmt-deep-teal);
		border: 1px solid rgba(255, 255, 255, 0.2);
		border-top: 0;
		box-shadow: 0 20px 46px rgba(0, 0, 0, 0.28);
		left: 0 !important;
		max-height: calc(100vh - 88px);
		overflow-y: auto;
		padding: 0 24px 24px !important;
		position: absolute;
		top: calc(100% + 1px);
		width: min(calc(100vw - 64px), 430px) !important;
	}

	.anmt-global-header .et_mobile_menu li a {
		align-items: center;
		border-bottom: 1px solid rgba(255, 255, 255, 0.16);
		color: var(--anmt-white);
		display: flex;
		font-family: var(--anmt-font-heading);
		font-size: 13px;
		font-weight: 800;
		justify-content: space-between;
		padding: 15px 0;
		text-transform: uppercase;
	}

	.anmt-global-header .et_mobile_menu li:not(.anmt-mobile-menu-social) > a::after {
		color: var(--anmt-white);
		content: ">";
		font-size: 16px;
		font-weight: 500;
		line-height: 1;
	}

	.anmt-global-header .et_mobile_menu .anmt-mobile-menu-social {
		border-bottom: 0;
		display: block !important;
		padding-top: 24px;
		text-align: center;
	}

	.anmt-global-header .et_mobile_menu .anmt-mobile-menu-social__label {
		color: rgba(255, 255, 255, 0.68);
		display: block;
		font-family: var(--anmt-font-heading);
		font-size: 11px;
		font-weight: 800;
		margin-bottom: 18px;
		text-transform: uppercase;
	}

	.anmt-global-header .et_mobile_menu .anmt-social-links--mobile-menu {
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 980px) {
	.anmt-global-header .et_pb_row {
		min-height: 78px !important;
		width: min(100% - 48px, 1320px) !important;
	}

	.anmt-header-inner {
		min-height: 76px;
	}

	.anmt-nav {
		display: none;
	}

	.anmt-category-grid.anmt-category-strip,
	.et_pb_row.anmt-category-grid.anmt-category-strip,
	.anmt-home .anmt-category-grid.anmt-category-strip,
	.anmt-home .et_pb_row.anmt-category-grid.anmt-category-strip {
		gap: 4px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		width: 100% !important;
	}

	.anmt-category-strip .anmt-category-image-link {
		height: clamp(260px, 42vw, 420px);
	}

	.anmt-global-header .et_pb_column {
		display: grid !important;
		gap: 18px;
		grid-template-columns: 44px minmax(0, 1fr) auto;
		min-height: 78px !important;
		position: relative;
	}

	.anmt-global-header .anmt-main-menu,
	.anmt-global-header .et_pb_menu {
		flex: 0 0 44px;
		grid-column: 1;
		grid-row: 1;
		justify-self: start;
		min-width: 44px;
		width: 44px;
	}

	.anmt-global-header .et_pb_menu_inner_container,
	.anmt-global-header .et_pb_menu__wrap {
		justify-content: flex-start;
		width: auto;
	}

	.anmt-global-header .et_pb_menu__menu,
	.anmt-global-header .et-menu-nav {
		display: none !important;
	}

	.anmt-global-header .et_mobile_nav_menu {
		align-items: center;
		display: flex !important;
		justify-content: flex-start;
		margin: 0;
	}

	.anmt-global-header .mobile_nav {
		background: transparent;
		line-height: 1;
	}

	.anmt-global-header .mobile_menu_bar {
		align-items: center;
		display: inline-flex;
		height: 44px;
		justify-content: center;
		padding: 0;
		width: 44px;
	}

	.anmt-global-header .mobile_menu_bar::before {
		font-size: 32px;
		line-height: 1;
	}

	.anmt-header-logo,
	.anmt-global-header .et_pb_image {
		flex: none;
		grid-column: 2;
		grid-row: 1;
		justify-self: center;
		min-width: 0;
		text-align: center;
	}

	.anmt-header-icons {
		flex: none;
		gap: 20px;
		grid-column: 3;
		grid-row: 1;
		justify-self: end;
		min-width: 0;
	}

	.anmt-global-header .et_mobile_menu {
		background: var(--anmt-deep-teal);
		border: 1px solid rgba(255, 255, 255, 0.2);
		border-top: 0;
		box-shadow: 0 20px 46px rgba(0, 0, 0, 0.28);
		left: 0 !important;
		max-height: calc(100vh - 88px);
		overflow-y: auto;
		padding: 0 24px 24px !important;
		position: absolute;
		top: calc(100% + 1px);
		width: min(calc(100vw - 48px), 430px) !important;
	}

	.anmt-global-header .et_mobile_menu li a {
		align-items: center;
		border-bottom: 1px solid rgba(255, 255, 255, 0.16);
		color: var(--anmt-white);
		display: flex;
		font-family: var(--anmt-font-heading);
		font-size: 13px;
		font-weight: 800;
		justify-content: space-between;
		letter-spacing: 0;
		padding: 15px 0;
		text-transform: uppercase;
	}

	.anmt-global-header .et_mobile_menu li:not(.anmt-mobile-menu-social) > a::after {
		color: var(--anmt-white);
		content: ">";
		font-size: 16px;
		font-weight: 500;
		line-height: 1;
	}

	.anmt-global-header .et_mobile_menu .anmt-mobile-menu-social {
		border-bottom: 0;
		display: block !important;
		padding-top: 24px;
		text-align: center;
	}

	.anmt-global-header .et_mobile_menu .anmt-mobile-menu-social__label {
		color: rgba(255, 255, 255, 0.68);
		display: block;
		font-family: var(--anmt-font-heading);
		font-size: 11px;
		font-weight: 800;
		margin-bottom: 18px;
		text-transform: uppercase;
	}

	.anmt-global-header .et_mobile_menu .anmt-social-links--mobile-menu {
		display: flex;
		justify-content: center;
	}

	.anmt-global-header .et_mobile_menu .anmt-social-links--mobile-menu .anmt-social-link {
		color: var(--anmt-white);
		font-size: 24px;
		height: 30px;
		width: 30px;
	}

	.anmt-hero .et_pb_row {
		grid-template-columns: 1fr;
		min-height: 0;
		width: min(100% - 64px, 720px) !important;
	}

	.anmt-hero .et_pb_column {
		margin-right: 0 !important;
		width: 100% !important;
	}

	.anmt-hero-copy,
	.anmt-hero .et_pb_column:first-child {
		justify-self: stretch;
		max-width: none;
		padding: 0;
	}

	.anmt-hero-media,
	.anmt-hero .et_pb_column:last-child {
		aspect-ratio: 1.55 / 1;
		justify-self: stretch;
		min-height: 0;
	}

	.anmt-benefit-bar .et_pb_row {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		row-gap: 24px;
		width: min(100% - 64px, 1320px) !important;
	}

	.anmt-benefit-item,
	.anmt-benefit-bar .et_pb_blurb {
		border-right: 0;
		min-height: 104px;
	}

	.anmt-newsletter .et_pb_row {
		align-items: start;
		gap: 22px;
		grid-template-columns: 180px minmax(0, 1fr);
	}

	.anmt-newsletter .et_pb_row > :last-child {
		grid-column: 1 / -1;
	}

	.anmt-global-footer .et_pb_row,
	.anmt-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.anmt-blog-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.anmt-collection-banners .et_pb_row,
	.anmt-collection-banners {
		grid-template-columns: 1fr;
	}

	.single-product .anmt-single-product-layout,
	.woocommerce-checkout form.checkout {
		grid-template-columns: 1fr;
	}

	.woocommerce-checkout #customer_details,
	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review {
		grid-column: auto;
	}
}

@media (max-width: 767px) {
	:root {
		--anmt-gutter: 20px;
		--anmt-section: 58px;
		--anmt-section-tight: 42px;
	}

	body.anmt-site {
		font-size: 15px;
	}

	.anmt-site h1,
	.anmt-hero h1,
	.anmt-hero .et_pb_module_heading {
		font-size: 42px;
	}

	.anmt-site h2 {
		font-size: 26px;
	}

	.anmt-announcement-bar,
	.anmt-site .et_pb_section.anmt-announcement-bar {
		display: block;
		padding: 6px 0 !important;
	}

	.anmt-announcement-bar .et_pb_text_inner,
	.anmt-announcement-bar p {
		font-size: 11px;
	}

	.anmt-global-header .et_pb_row {
		gap: 16px;
		min-height: 72px !important;
		width: min(100% - 40px, 1320px) !important;
	}

	.anmt-global-header .et_pb_column {
		min-height: 72px !important;
	}

	.anmt-header-logo img,
	.anmt-global-header .et_pb_image img,
	.site-logo img,
	.custom-logo,
	.et_pb_menu__logo img {
		max-height: 34px;
		max-width: 180px;
	}

	.anmt-header-icons {
		flex-basis: auto;
		gap: 16px;
		min-width: auto;
	}

	.anmt-header-icons a[href*="/my-account"] {
		display: none;
	}

	.anmt-header-icons a[href*="/wishlist"] {
		display: none;
	}

	.anmt-header-inner {
		width: min(100% - 32px, 1320px);
	}

	.anmt-logo {
		min-width: auto;
	}

	.anmt-utility-icons {
		gap: 14px;
		min-width: auto;
	}

	.anmt-global-header .et_pb_column {
		gap: 14px;
		grid-template-columns: 44px minmax(0, 1fr) auto;
	}

	.anmt-hero-copy,
	.anmt-hero .et_pb_column:first-child {
		padding: 0;
	}

	.anmt-hero .anmt-kicker {
		font-size: 13px;
	}

	.anmt-hero p {
		font-size: 17px;
	}

	.anmt-hero-actions,
	.anmt-hero .et_pb_button_module_wrapper {
		display: flex;
		width: 100%;
	}

	.anmt-hero-copy,
	.anmt-hero .et_pb_column:first-child {
		grid-template-columns: 1fr;
	}

	.anmt-hero-copy .et_pb_text,
	.anmt-hero .et_pb_column:first-child .et_pb_text,
	.anmt-hero-copy .et_pb_button_module_wrapper,
	.anmt-hero .et_pb_column:first-child .et_pb_button_module_wrapper {
		flex-basis: 100%;
		width: 100% !important;
	}

	.anmt-site .et_pb_button,
	.anmt-button,
	.woocommerce .button,
	.woocommerce button.button,
	.woocommerce a.button,
	.woocommerce input.button {
		min-height: 54px;
		min-width: 0;
		width: 100%;
	}

	.anmt-benefit-bar .et_pb_row {
		grid-template-columns: repeat(2, 1fr);
		width: min(100% - 40px, 1320px) !important;
	}

	.anmt-benefit-bar .et_pb_blurb_content {
		grid-template-columns: 40px 1fr;
	}

	.anmt-benefit-bar .et-pb-icon {
		font-size: 34px;
		height: 40px;
		width: 40px;
	}

	.anmt-category-grid .et_pb_row,
	.anmt-category-grid,
	.et_pb_row.anmt-category-grid,
	.anmt-home .anmt-category-grid .et_pb_row,
	.anmt-home .anmt-category-grid,
	.anmt-home .et_pb_row.anmt-category-grid {
		grid-template-columns: 1fr;
		width: min(100% - 40px, 1320px) !important;
	}

	.anmt-category-grid.anmt-category-strip,
	.et_pb_row.anmt-category-grid.anmt-category-strip,
	.anmt-home .anmt-category-grid.anmt-category-strip,
	.anmt-home .et_pb_row.anmt-category-grid.anmt-category-strip {
		gap: 4px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		width: 100% !important;
	}

	.anmt-category-strip .anmt-category-image-link {
		height: clamp(260px, 42vw, 420px);
	}

	.anmt-category-card,
	.anmt-category-grid .et_pb_blurb {
		min-height: 220px;
		padding: 32px 14px;
	}

	.anmt-category-grid .et_pb_main_blurb_image {
		margin-bottom: 32px;
	}

	.anmt-category-grid .et-pb-icon {
		font-size: 54px;
	}

	.woocommerce ul.products,
	.woocommerce-page ul.products {
		gap: 28px 16px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.anmt-new-arrivals .woocommerce ul.products,
	.anmt-new-arrivals .woocommerce-page ul.products,
	.anmt-new-arrivals ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.anmt-collection-banner {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 34px 26px;
	}

	.anmt-collection-banner .et_pb_image,
	.anmt-collection-banner img {
		justify-self: start;
		max-height: 150px;
		width: 160px;
	}

	.anmt-social-grid .et_pb_row {
		grid-template-columns: repeat(3, 1fr);
	}

	.anmt-newsletter .et_pb_row,
	.anmt-global-footer .et_pb_row,
	.anmt-footer-grid {
		grid-template-columns: 1fr;
	}

	.anmt-newsletter .et_pb_row > :last-child {
		grid-column: auto;
	}

	.anmt-blog-card-grid {
		grid-template-columns: 1fr;
	}

	.anmt-about-section .et_pb_row {
		grid-template-columns: 1fr;
	}

	.anmt-newsletter .et_pb_newsletter_form,
	.anmt-newsletter-form {
		flex-direction: column;
		gap: 12px;
	}

	.anmt-newsletter .et_pb_newsletter_button_wrap,
	.anmt-newsletter-form button {
		flex-basis: auto;
	}

	.woocommerce .woocommerce-products-header,
	.anmt-shop-hero {
		padding-bottom: 48px;
		padding-top: 48px;
	}

	.woocommerce .woocommerce-products-header h1,
	.anmt-shop-hero h1,
	.single-product .product_title {
		font-size: 36px;
	}

	.woocommerce .woocommerce-ordering {
		margin: 22px auto 36px;
		width: min(100% - 40px, 920px);
	}

	.woocommerce .woocommerce-ordering select,
	.woocommerce select.orderby,
	.woocommerce-page .woocommerce-ordering select,
	.woocommerce-page select.orderby {
		width: min(100%, 320px);
	}

	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last {
		float: none;
		width: 100%;
	}
}

@media (max-width: 560px) {
	.woocommerce .woocommerce-products-header h1,
	.anmt-shop-hero h1,
	.woocommerce.archive h1.page-title,
	.woocommerce-page.archive h1.page-title {
		font-size: clamp(30px, 9vw, 36px);
		max-width: 100%;
		width: 100%;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
		font-size: clamp(10px, 2.8vw, 12px);
		overflow-wrap: break-word;
		word-break: normal;
	}
}

@media (max-width: 480px) {
	.anmt-site h1,
	.anmt-hero h1,
	.anmt-hero .et_pb_module_heading {
		font-size: 38px;
	}

	.anmt-benefit-bar .et_pb_row,
	.anmt-category-grid .et_pb_row,
	.anmt-category-grid,
	.woocommerce ul.products,
	.woocommerce-page ul.products,
	.anmt-new-arrivals .woocommerce ul.products,
	.anmt-new-arrivals .woocommerce-page ul.products,
	.anmt-new-arrivals ul.products {
		grid-template-columns: 1fr;
	}

	.anmt-category-grid.anmt-category-strip,
	.et_pb_row.anmt-category-grid.anmt-category-strip,
	.anmt-home .anmt-category-grid.anmt-category-strip,
	.anmt-home .et_pb_row.anmt-category-grid.anmt-category-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100% !important;
	}

	.anmt-category-strip .anmt-category-image-link {
		height: clamp(220px, 68vw, 320px);
	}

	.anmt-social-grid .et_pb_row {
		grid-template-columns: repeat(2, 1fr);
	}

	.cart_totals,
	.woocommerce-checkout-review-order,
	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {
		padding: 20px;
	}
}

@media (max-width: 767px) {
	body.home,
	body.anmt-home {
		text-align: center;
	}

	body.home .anmt-hero-carousel .anmt-hero-content,
	body.anmt-home .anmt-hero-carousel .anmt-hero-content {
		align-items: center;
		max-width: min(100% - 40px, 520px);
		text-align: center;
		transform: none;
	}

	body.home .anmt-hero-carousel h1,
	body.home .anmt-hero-carousel p,
	body.home .anmt-hero-label,
	body.anmt-home .anmt-hero-carousel h1,
	body.anmt-home .anmt-hero-carousel p,
	body.anmt-home .anmt-hero-label {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	body.home .anmt-hero-carousel .anmt-hero-actions,
	body.anmt-home .anmt-hero-carousel .anmt-hero-actions {
		justify-content: center;
	}

	body.home .anmt-benefit-bar .et_pb_row,
	body.anmt-home .anmt-benefit-bar .et_pb_row {
		gap: 0;
		grid-template-columns: 1fr;
		width: min(100% - 40px, 520px) !important;
	}

	body.home .anmt-benefit-item,
	body.home .anmt-benefit-bar .et_pb_blurb,
	body.anmt-home .anmt-benefit-item,
	body.anmt-home .anmt-benefit-bar .et_pb_blurb {
		border-right: 0;
		height: auto;
		justify-content: center;
		min-height: 118px;
		padding: 24px 18px;
	}

	body.home .anmt-benefit-bar .et_pb_blurb_content,
	body.anmt-home .anmt-benefit-bar .et_pb_blurb_content {
		align-items: center;
		display: flex !important;
		flex-direction: column;
		gap: 12px;
		justify-content: center;
		text-align: center;
	}

	body.home .anmt-benefit-bar .et_pb_main_blurb_image,
	body.anmt-home .anmt-benefit-bar .et_pb_main_blurb_image {
		margin: 0 auto;
	}

	body.home .anmt-benefit-bar .et_pb_blurb_container,
	body.anmt-home .anmt-benefit-bar .et_pb_blurb_container {
		align-items: center;
		text-align: center;
	}

	body.home .anmt-section-header-row,
	body.anmt-home .anmt-section-header-row {
		align-items: center;
		display: grid !important;
		gap: 14px;
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}

	body.home .anmt-new-arrivals h2,
	body.home .anmt-new-arrivals .anmt-view-all,
	body.anmt-home .anmt-new-arrivals h2,
	body.anmt-home .anmt-new-arrivals .anmt-view-all {
		text-align: center;
		width: 100%;
	}

	body.home .anmt-new-arrivals .anmt-view-all a,
	body.anmt-home .anmt-new-arrivals .anmt-view-all a {
		display: inline-flex;
		justify-content: center;
	}

	body.home .anmt-new-arrivals .woocommerce ul.products,
	body.home .anmt-new-arrivals .woocommerce-page ul.products,
	body.home .anmt-new-arrivals ul.products,
	body.anmt-home .anmt-new-arrivals .woocommerce ul.products,
	body.anmt-home .anmt-new-arrivals .woocommerce-page ul.products,
	body.anmt-home .anmt-new-arrivals ul.products {
		gap: 16px;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		width: min(100% - 28px, 520px) !important;
	}

	body.home .anmt-new-arrivals ul.products li.product,
	body.anmt-home .anmt-new-arrivals ul.products li.product {
		float: none !important;
		margin: 0 !important;
		min-width: 0;
		width: 100% !important;
	}

	body.home .anmt-new-arrivals ul.products li.product .woocommerce-loop-product__title,
	body.anmt-home .anmt-new-arrivals ul.products li.product .woocommerce-loop-product__title {
		font-size: 11px;
		line-height: 1.15;
		margin: 14px 12px 8px;
		min-height: 38px;
		text-align: left;
	}

	body.home .anmt-new-arrivals ul.products li.product .price,
	body.home .anmt-new-arrivals ul.products li.product .anmt-swatches,
	body.anmt-home .anmt-new-arrivals ul.products li.product .price,
	body.anmt-home .anmt-new-arrivals ul.products li.product .anmt-swatches {
		margin-left: 12px;
		margin-right: 12px;
		text-align: left;
	}

	body.home .anmt-new-arrivals ul.products li.product .button,
	body.home .anmt-new-arrivals ul.products li.product .add_to_cart_button,
	body.anmt-home .anmt-new-arrivals ul.products li.product .button,
	body.anmt-home .anmt-new-arrivals ul.products li.product .add_to_cart_button {
		font-size: 10px;
		gap: 8px;
		margin: auto 12px 12px;
		min-height: 44px;
		padding: 0 10px !important;
		white-space: nowrap;
		width: calc(100% - 24px);
	}

	body.home .anmt-follow-section,
	body.home .anmt-tagline-section,
	body.home .anmt-video-section .anmt-video-content,
	body.home .anmt-newsletter,
	body.anmt-home .anmt-follow-section,
	body.anmt-home .anmt-tagline-section,
	body.anmt-home .anmt-video-section .anmt-video-content,
	body.anmt-home .anmt-newsletter {
		text-align: center;
	}

	body.home .anmt-video-section .anmt-video-actions,
	body.anmt-home .anmt-video-section .anmt-video-actions {
		justify-content: center;
	}

	body.home .anmt-video-experience,
	body.anmt-home .anmt-video-experience {
		min-height: 86vh;
	}

	body.home .anmt-video-experience__content,
	body.anmt-home .anmt-video-experience__content {
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		max-width: min(100% - 40px, 420px);
		padding: 72px 0 96px;
		text-align: center;
	}

	body.home .anmt-video-experience__label,
	body.anmt-home .anmt-video-experience__label {
		font-size: 12px !important;
		letter-spacing: 0.2em !important;
		margin-bottom: 18px !important;
		text-align: center !important;
	}

	body.home .anmt-video-experience__title,
	body.anmt-home .anmt-video-experience__title {
		font-size: clamp(38px, 12vw, 48px) !important;
		letter-spacing: -0.03em !important;
		line-height: 0.98 !important;
		margin-bottom: 24px !important;
		max-width: 10.5em;
		text-align: center !important;
	}

	body.home .anmt-video-experience__copy,
	body.anmt-home .anmt-video-experience__copy {
		font-size: 16px !important;
		line-height: 1.45 !important;
		margin-bottom: 28px !important;
		max-width: 19.5rem;
		text-align: center !important;
	}

	body.home .anmt-video-experience__actions,
	body.anmt-home .anmt-video-experience__actions {
		flex-direction: column;
		gap: 14px;
		justify-content: center;
		width: 100%;
	}

	body.home .anmt-video-experience__button,
	body.anmt-home .anmt-video-experience__button {
		max-width: 328px;
		width: 100%;
	}

	.anmt-newsletter .et_pb_row {
		align-items: center;
		justify-items: center;
		text-align: center;
	}

	.anmt-newsletter .et_pb_column,
	.anmt-newsletter .et_pb_module,
	.anmt-newsletter .et_pb_text,
	.anmt-newsletter .et_pb_text_inner {
		text-align: center !important;
	}

	.anmt-newsletter h2,
	.anmt-newsletter .et_pb_module_heading,
	.anmt-newsletter p {
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center !important;
	}

	.anmt-newsletter h2,
	.anmt-newsletter .et_pb_module_heading {
		max-width: 320px;
	}

	.anmt-newsletter p {
		max-width: 320px;
	}

	.anmt-newsletter-logo,
	.anmt-newsletter .et_pb_image,
	.anmt-newsletter .et_pb_image_wrap {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.anmt-newsletter-form {
		align-items: stretch;
		margin-left: auto;
		margin-right: auto;
		max-width: 360px;
		width: 100%;
	}

	.anmt-newsletter-follow,
	.anmt-newsletter-follow p,
	.anmt-newsletter-follow .anmt-social-links {
		justify-content: center;
		text-align: center;
	}

	.anmt-footer,
	.anmt-global-footer,
	.anmt-footer-grid,
	.anmt-global-footer .et_pb_row,
	.anmt-global-footer .et_pb_column,
	.anmt-footer-brand,
	.anmt-footer-bottom {
		text-align: center !important;
	}

	.anmt-footer h2,
	.anmt-footer h3,
	.anmt-footer h4,
	.anmt-global-footer h2,
	.anmt-global-footer h3,
	.anmt-global-footer h4,
	.anmt-footer p,
	.anmt-footer li,
	.anmt-footer a,
	.anmt-global-footer p,
	.anmt-global-footer li,
	.anmt-global-footer a {
		text-align: center !important;
	}

	.anmt-footer-logo-image,
	.anmt-footer-logo-image .et_pb_image_wrap,
	.anmt-footer-logo-image img {
		margin-left: auto;
		margin-right: auto;
	}

	.anmt-footer ul,
	.anmt-global-footer ul {
		align-items: center;
		display: flex;
		flex-direction: column;
		margin-left: 0;
		padding-left: 0;
	}

	.anmt-footer-social-block,
	.anmt-footer-social-block .anmt-social-links,
	.anmt-payment-badges {
		justify-content: center;
		text-align: center;
	}

	.anmt-payment-card-line,
	.anmt-payment-trust {
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
	}

	body.anmt-site .anmt-global-header .et_mobile_menu {
		background: #23494C !important;
		background-color: #23494C !important;
		left: calc(50vw - 20px) !important;
		padding: 10px 18px 22px !important;
		right: auto !important;
		text-align: center;
		transform: translateX(-50%);
		width: min(calc(100vw - 40px), 430px) !important;
	}

	.anmt-global-header .et_mobile_menu li a {
		background: transparent;
		justify-content: center;
		padding: 17px 0;
		text-align: center;
	}

	.anmt-global-header .et_mobile_menu li:not(.anmt-mobile-menu-social) > a::after {
		display: none;
	}

	.anmt-global-header .et_mobile_menu li.current-menu-item > a,
	.anmt-global-header .et_mobile_menu li.current_page_item > a {
		color: #6F898B !important;
	}

	.anmt-global-header .et_mobile_menu li a:hover,
	.anmt-global-header .et_mobile_menu li a:focus-visible {
		background: rgba(255, 255, 255, 0.08);
		color: #FFFFFF !important;
	}

	.anmt-floating-whatsapp {
		bottom: 20px;
		right: 16px;
	}

	.et_pb_scroll_top.et-pb-icon {
		bottom: 86px;
		right: 16px;
	}

	body.home .et_pb_section:not(.anmt-new-arrivals) .et_pb_text,
	body.home .et_pb_section:not(.anmt-new-arrivals) .et_pb_text_inner,
	body.home .et_pb_section:not(.anmt-new-arrivals) h1,
	body.home .et_pb_section:not(.anmt-new-arrivals) h2,
	body.home .et_pb_section:not(.anmt-new-arrivals) h3,
	body.home .et_pb_section:not(.anmt-new-arrivals) p,
	body.anmt-home .et_pb_section:not(.anmt-new-arrivals) .et_pb_text,
	body.anmt-home .et_pb_section:not(.anmt-new-arrivals) .et_pb_text_inner,
	body.anmt-home .et_pb_section:not(.anmt-new-arrivals) h1,
	body.anmt-home .et_pb_section:not(.anmt-new-arrivals) h2,
	body.anmt-home .et_pb_section:not(.anmt-new-arrivals) h3,
	body.anmt-home .et_pb_section:not(.anmt-new-arrivals) p {
		margin-left: auto;
		margin-right: auto;
		text-align: center !important;
	}

	body.home .et_pb_section:not(.anmt-new-arrivals) .et_pb_button_module_wrapper,
	body.anmt-home .et_pb_section:not(.anmt-new-arrivals) .et_pb_button_module_wrapper {
		display: flex !important;
		justify-content: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center !important;
		width: 100% !important;
	}

	body.home .et_pb_section:not(.anmt-new-arrivals) .et_pb_button,
	body.home .et_pb_section:not(.anmt-new-arrivals) .anmt-button,
	body.anmt-home .et_pb_section:not(.anmt-new-arrivals) .et_pb_button,
	body.anmt-home .et_pb_section:not(.anmt-new-arrivals) .anmt-button {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	body.home .anmt-about-section .et_pb_row,
	body.home .anmt-about-section .et_pb_column,
	body.anmt-home .anmt-about-section .et_pb_row,
	body.anmt-home .anmt-about-section .et_pb_column {
		justify-items: center;
		text-align: center !important;
	}

	body.home .anmt-about-section p,
	body.anmt-home .anmt-about-section p {
		max-width: 32rem;
	}

	body.home .anmt-category-panel,
	body.anmt-home .anmt-category-panel {
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	body.home .anmt-category-panel-content,
	body.anmt-home .anmt-category-panel-content {
		align-items: center;
		margin-left: auto;
		margin-right: auto;
		max-width: min(100% - 40px, 420px);
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}

	body.home .anmt-category-panel-title,
	body.home .anmt-category-panel-tagline,
	body.anmt-home .anmt-category-panel-title,
	body.anmt-home .anmt-category-panel-tagline {
		text-align: center;
	}

	body.home .anmt-category-panel-button,
	body.anmt-home .anmt-category-panel-button {
		margin-left: auto;
		margin-right: auto;
	}

	body.home .anmt-category-panel-logo,
	body.anmt-home .anmt-category-panel-logo {
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (max-width: 420px) {
	body.home .anmt-new-arrivals .woocommerce ul.products,
	body.home .anmt-new-arrivals .woocommerce-page ul.products,
	body.home .anmt-new-arrivals ul.products,
	body.anmt-home .anmt-new-arrivals .woocommerce ul.products,
	body.anmt-home .anmt-new-arrivals .woocommerce-page ul.products,
	body.anmt-home .anmt-new-arrivals ul.products {
		gap: 12px;
		width: min(100% - 24px, 420px) !important;
	}

	body.home .anmt-new-arrivals ul.products li.product .button,
	body.home .anmt-new-arrivals ul.products li.product .add_to_cart_button,
	body.anmt-home .anmt-new-arrivals ul.products li.product .button,
	body.anmt-home .anmt-new-arrivals ul.products li.product .add_to_cart_button {
		font-size: 8.5px;
	}
}

@media (max-width: 980px) {
	body.anmt-site .et_mobile_menu,
	body.anmt-site .et_pb_menu .et_mobile_menu,
	body.anmt-site .anmt-global-header .et_mobile_menu,
	body.woocommerce-page .et_mobile_menu,
	body.woocommerce-page .et_pb_menu .et_mobile_menu,
	body.woocommerce-page .anmt-global-header .et_mobile_menu {
		background: #23494C !important;
		background-color: #23494C !important;
		border: 1px solid rgba(255, 255, 255, 0.18) !important;
		border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
		box-shadow: 0 22px 48px rgba(0, 0, 0, 0.32) !important;
	}

	body.anmt-site .et_mobile_menu li,
	body.woocommerce-page .et_mobile_menu li {
		background: transparent !important;
	}

	body.anmt-site .et_mobile_menu li a,
	body.anmt-site .et_pb_menu .et_mobile_menu li a,
	body.woocommerce-page .et_mobile_menu li a,
	body.woocommerce-page .et_pb_menu .et_mobile_menu li a {
		background: transparent !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
		color: #FFFFFF !important;
		text-align: center;
	}

	body.anmt-site .et_mobile_menu li.current-menu-item > a,
	body.anmt-site .et_mobile_menu li.current_page_item > a,
	body.woocommerce-page .et_mobile_menu li.current-menu-item > a,
	body.woocommerce-page .et_mobile_menu li.current_page_item > a {
		color: #6F898B !important;
	}

	body.anmt-site .et_mobile_menu li a:hover,
	body.anmt-site .et_mobile_menu li a:focus-visible,
	body.woocommerce-page .et_mobile_menu li a:hover,
	body.woocommerce-page .et_mobile_menu li a:focus-visible {
		background: rgba(255, 255, 255, 0.08) !important;
		color: #FFFFFF !important;
	}

	body.anmt-site .et_mobile_menu .anmt-mobile-menu-social,
	body.woocommerce-page .et_mobile_menu .anmt-mobile-menu-social {
		background: transparent !important;
	}
}

@media (max-width: 980px) {
	.anmt-category-selector .anmt-category-selector-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		grid-template-rows: none !important;
	}

	.anmt-category-selector .anmt-category-card {
		height: auto !important;
		min-height: 460px !important;
	}
}

@media (max-width: 640px) {
        .anmt-category-selector .anmt-category-selector-grid {
                grid-template-columns: 1fr !important;
        }

	.anmt-category-selector .anmt-category-card {
                min-height: 420px !important;
        }
}

@media (max-width: 980px) {
        body.home .anmt-hero-carousel .anmt-hero-content,
        body.anmt-home .anmt-hero-carousel .anmt-hero-content {
                align-items: center !important;
                display: flex !important;
                flex-direction: column !important;
                justify-content: center !important;
                margin-left: auto !important;
                margin-right: auto !important;
                max-width: min(100% - 40px, 620px) !important;
                padding-left: 0 !important;
                padding-right: 0 !important;
                text-align: center !important;
        }

        body.home .anmt-hero-carousel .anmt-hero-label,
        body.home .anmt-hero-carousel h1,
        body.home .anmt-hero-carousel p,
        body.anmt-home .anmt-hero-carousel .anmt-hero-label,
        body.anmt-home .anmt-hero-carousel h1,
        body.anmt-home .anmt-hero-carousel p {
                margin-left: auto !important;
                margin-right: auto !important;
                max-width: min(100%, 620px) !important;
                text-align: center !important;
        }

        body.home .anmt-hero-carousel h1,
        body.anmt-home .anmt-hero-carousel h1 {
                font-size: clamp(42px, 11vw, 72px) !important;
                line-height: 0.96 !important;
        }

        body.home .anmt-hero-carousel p,
        body.anmt-home .anmt-hero-carousel p {
                max-width: min(100%, 34rem) !important;
        }

        body.home .anmt-hero-carousel .anmt-hero-actions,
        body.anmt-home .anmt-hero-carousel .anmt-hero-actions {
                align-items: center !important;
                display: flex !important;
                flex-direction: column !important;
                gap: 14px !important;
                justify-content: center !important;
                margin-left: auto !important;
                margin-right: auto !important;
                max-width: 330px !important;
                width: min(100%, 330px) !important;
        }

        body.home .anmt-hero-carousel .anmt-button,
        body.home .anmt-hero-carousel .et_pb_button,
        body.anmt-home .anmt-hero-carousel .anmt-button,
        body.anmt-home .anmt-hero-carousel .et_pb_button {
                align-items: center !important;
                display: inline-flex !important;
                justify-content: center !important;
                margin-left: auto !important;
                margin-right: auto !important;
                max-width: 330px !important;
                min-height: 52px !important;
                text-align: center !important;
                transform: none;
                width: 100% !important;
        }

        body.home .anmt-hero-carousel .anmt-button:hover,
        body.home .anmt-hero-carousel .anmt-button:focus-visible,
        body.anmt-home .anmt-hero-carousel .anmt-button:hover,
        body.anmt-home .anmt-hero-carousel .anmt-button:focus-visible {
                transform: translateY(-2px);
        }

        body.home .anmt-hero-dots,
        body.anmt-home .anmt-hero-dots {
                justify-content: center !important;
                left: 50% !important;
                transform: translateX(-50%) !important;
        }

        body.home .anmt-benefit-bar .et_pb_blurb_content,
        body.home .anmt-benefit-item,
        body.anmt-home .anmt-benefit-bar .et_pb_blurb_content,
        body.anmt-home .anmt-benefit-item {
                align-items: center !important;
                justify-content: center !important;
                text-align: center !important;
        }

        body.home .anmt-benefit-bar .et_pb_blurb_container,
        body.home .anmt-benefit-bar h3,
        body.home .anmt-benefit-bar p,
        body.anmt-home .anmt-benefit-bar .et_pb_blurb_container,
        body.anmt-home .anmt-benefit-bar h3,
        body.anmt-home .anmt-benefit-bar p {
                text-align: center !important;
        }

        body.home .anmt-section-header-row,
        body.home .anmt-product-section-header,
        body.home .anmt-follow-section,
        body.home .anmt-newsletter,
        body.home .anmt-about-section,
        body.anmt-home .anmt-section-header-row,
        body.anmt-home .anmt-product-section-header,
        body.anmt-home .anmt-follow-section,
        body.anmt-home .anmt-newsletter,
        body.anmt-home .anmt-about-section {
                align-items: center !important;
                justify-content: center !important;
                text-align: center !important;
        }

        body.home .anmt-section-header-row *,
        body.home .anmt-product-section-header *,
        body.home .anmt-follow-section *,
        body.home .anmt-newsletter *,
        body.home .anmt-about-section *,
        body.anmt-home .anmt-section-header-row *,
        body.anmt-home .anmt-product-section-header *,
        body.anmt-home .anmt-follow-section *,
        body.anmt-home .anmt-newsletter *,
        body.anmt-home .anmt-about-section * {
                text-align: center !important;
        }

        body.home .anmt-newsletter-form,
        body.home .anmt-follow-section .anmt-social-links,
        body.home .anmt-newsletter .anmt-social-links,
        body.anmt-home .anmt-newsletter-form,
        body.anmt-home .anmt-follow-section .anmt-social-links,
        body.anmt-home .anmt-newsletter .anmt-social-links {
                justify-content: center !important;
                margin-left: auto !important;
                margin-right: auto !important;
        }

        body.page:not(.home):not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .et_pb_section,
        body.blog .et_pb_section,
        body.single-post .et_pb_section {
                text-align: center !important;
        }

        body.page:not(.home):not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .et_pb_row,
        body.blog .et_pb_row,
        body.single-post .et_pb_row {
                margin-left: auto !important;
                margin-right: auto !important;
        }

        body.page:not(.home):not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .et_pb_column,
        body.page:not(.home):not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .et_pb_module,
        body.page:not(.home):not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .et_pb_text,
        body.page:not(.home):not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .et_pb_text_inner,
        body.blog .et_pb_column,
        body.blog .et_pb_module,
        body.blog .et_pb_text,
        body.blog .et_pb_text_inner,
        body.single-post .et_pb_column,
        body.single-post .et_pb_module,
        body.single-post .et_pb_text,
        body.single-post .et_pb_text_inner {
                margin-left: auto !important;
                margin-right: auto !important;
                text-align: center !important;
        }

        body.page:not(.home):not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) h1,
        body.page:not(.home):not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) h2,
        body.page:not(.home):not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) h3,
        body.blog h1,
        body.blog h2,
        body.blog h3,
        body.single-post h1,
        body.single-post h2,
        body.single-post h3 {
                margin-left: auto !important;
                margin-right: auto !important;
                max-width: 11em;
                text-align: center !important;
        }

        body.page:not(.home):not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) p,
        body.page:not(.home):not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) li,
        body.blog p,
        body.blog li,
        body.single-post p,
        body.single-post li {
                margin-left: auto !important;
                margin-right: auto !important;
                max-width: 36rem;
                text-align: center !important;
        }

        body.page:not(.home):not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .et_pb_button_module_wrapper,
        body.blog .et_pb_button_module_wrapper,
        body.single-post .et_pb_button_module_wrapper {
                display: flex !important;
                justify-content: center !important;
                margin-left: auto !important;
                margin-right: auto !important;
                text-align: center !important;
        }

        body.page:not(.home):not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .et_pb_button,
        body.page:not(.home):not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .anmt-button,
        body.blog .et_pb_button,
        body.blog .anmt-button,
        body.single-post .et_pb_button,
        body.single-post .anmt-button {
                justify-content: center !important;
                margin-left: auto !important;
                margin-right: auto !important;
                max-width: min(100%, 340px);
                text-align: center !important;
        }

        body.page:not(.home):not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .et_pb_image,
        body.page:not(.home):not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .et_pb_image_wrap,
        body.blog .et_pb_image,
        body.blog .et_pb_image_wrap,
        body.single-post .et_pb_image,
        body.single-post .et_pb_image_wrap {
                margin-left: auto !important;
                margin-right: auto !important;
                text-align: center !important;
        }

        .anmt-global-footer,
        .anmt-global-footer .et_pb_row,
        .anmt-global-footer .et_pb_column,
        .anmt-footer,
        .anmt-footer-grid,
        .anmt-footer-brand {
                justify-items: center !important;
                text-align: center !important;
        }

        .anmt-global-footer .anmt-social-links,
        .anmt-footer .anmt-social-links,
        .anmt-footer-social-block,
        .anmt-payment-badges,
        .anmt-payment-card-line {
                justify-content: center !important;
        }
}
