/* --msv-nav-bg: GREEN;
 */
 :root {
	--hmmmm: orange;
	--msv-nav-bg: #041c2c;
	--msv-nav-font-color: #fff;
	--msv-nav-font-family: "Work Sans", Avenir, Helvetica, Arial, sans-serif;
	--msv-nav-font-weight: bold;
	--msv-nav-carot-color: #e40046;
	--msv-bg-color: #eaeaea;
	--msv-refiner-border: #e40246;
	--msv-product-specification-row-odd-color: rgba(248, 247, 246, 0);
	--msv-product-specification-row-even-color: #f4f4f4;
	--msv-footer-bg: #fff;
}
.ms-header, .ms-header__desktop-view, .ms-header__topbar, .ms-nav, .navmenu, .HeaderContainer, .ms-nav__list, .ms-nav__list__item {
	background: var(--msv-nav-bg);
	background-color: var(--msv-nav-bg);
	font-family: var(--msv-nav-font-family);
}
.ms-cookie-compliance__decline-button {
	margin-left: 5px;
}
.ms-sign-in__social-accounts {
	display: none;
	visibility: hidden;
}
.ms-header__container {
	padding-bottom: 0 !important;
}
.ms-header__container .ms-header__desktop-view {
	padding-top: 25px !important;
}
.ms-header__container .ms-header__logo {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.ms-header__container .ms-header__logo > a {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.ms-header__container .ms-header__logo > a::after {
	content: "Store";
	display: block;
	margin-left: 21px;
	font-weight: normal;
	font-size: 46px;
	letter-spacing: -0.03em;
	text-align: left;
	color: #e40046;
}
.ms-header__container .ms-profile-button-text, .ms-header__container .ms-header__profile-button::after {
	color: #fff;
}
@media (max-width: 992px) {
	.ms-header__container .ms-header__collapsible-hamburger .ms-nav .ms-nav__drawer .drawer__button {
		color: white !important;
   }
}
header:not(.ms-header) {
	margin-bottom: 45px;
}
.ms-header .ms-search__icon, .ms-header .ms-header__wishlist-desktop, .ms-header .msc-cart-icon {
	color: #fff;
}
.ms-header .ms-cart-icon {
	padding-left: 0;
}
.ms-header .ms-header__topbar {
	gap: 40px;
}
.ms-header .ms-header__account-info .ms-header__signin-button {
	font-weight: 500;
	font-size: 20px;
	letter-spacing: -0.03em;
	text-align: left;
	color: #fff;
	background: #e40046;
	padding: 0 20px;
}
.ms-header .ms-header__account-info .ms-header__signin-button::before {
	display: none;
}
.ms-nav > .ms-nav__list {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 2px;
	padding-top: 17px;
}
.ms-nav .ms-nav__list__item {
	margin: 0 !important;
	flex: 1;
	flex-shrink: 0;
}
.ms-nav .ms-nav__list__item:not(:has(*)) {
	display: none;
}
.ms-nav .ms-nav__list__item > button, .ms-nav .ms-nav__list__item > a {
	background: #465560 !important;
	padding: 19px 0 !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}
.ms-header__nav-icon.msc-btn {
	background: #e40046;
}
.ms-header__nav-icon.msc-btn::before {
	color: #fff;
}
.default-container .homepage-left {
	background: #fff;
	border-radius: 16px;
	padding: 28px 38px;
}
.default-container .homepage-left .ms-content-block__details {
	padding-top: 0;
}
.default-container .homepage-left .ms-content-block__details h2 {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: -0.03em;
	text-align: left;
	color: #041c2c;
}
.default-container .homepage-left .ms-content-block__details p {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: -0.03em;
	line-height: 22px;
	text-align: left;
	color: #041c2c;
}
.default-container .homepage-left .ms-content-block__details ul {
	list-style-type: circle;
}
.default-container .homepage-right {
	margin: 0;
	width: 100%;
}
@media (min-width: 768px) {
	.default-container .homepage-right {
		padding-left: 54px;
   }
}
.default-container .homepage-right .ms-content-block__details h2 {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: -0.03em;
	text-align: left;
	color: #041c2c;
}
.default-container .homepage-right .ms-content-block__cta {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
}
.default-container .homepage-right .ms-content-block__cta > a {
	border-bottom: 1px solid #e40246;
	padding: 11px 0;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: -0.03em;
	line-height: 22px;
	text-align: left;
	color: #041c2c;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 18px;
	text-decoration: none !important;
	margin-left: 0 !important;
}
.default-container .homepage-right .ms-content-block__cta > a:first-child {
	border-top: 1px solid #e40246;
}
.catalog-info {
	margin: 40px auto 10px;
	width: fit-content;
	background: white;
	border-radius: 16px;
	padding: 20px 40px;
}
.catalog-info__catalog-name, .catalog-info__catalog-description {
	text-align: center;
}
.catalog-info:empty {
	background: none;
}
.ms-search-result-container .ms-search-result-container__refiner-section .ms-search-result-container__refine-menu .ms-refine-submenu button {
	font-weight: 600;
	font-size: 22px;
	letter-spacing: -0.03em;
	line-height: 22px;
	text-align: left;
	color: #041c2c;
}
.ms-search-result-container .ms-search-result-wrapper-sort-by-category {
	top: 0;
	position: absolute;
	right: 0;
}
.ms-search-result-container .ms-search-result-container__Sort-by-category {
	top: 0;
	padding: 0;
}
.ms-search-result-container .ms-search-result-container__Sort-by-category select {
	background-color: #fff;
	padding: 10px 13px;
	border-radius: 5px;
}
.ms-search-result-container .ms-search-result-container__Products {
	margin-top: 0;
}
.ms-search-result-container .ms-search-result-container__Products ul li {
	padding-bottom: 26px !important;
}
.ms-search-result-container .ms-search-result-container__Products ul li a .msc-product__image {
	border-radius: 8px;
	overflow: hidden;
}
.ms-search-result-container .ms-search-result-container__Products ul li a .msc-product__title {
	font-weight: 500;
	font-size: 22px;
	letter-spacing: -0.03em;
	line-height: 22px;
	text-align: left;
	color: #041c2c;
	margin-top: 9px;
}
.ms-search-result-container .ms-search-result-container__Products ul li a .msc-product__details {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: -0.03em;
	line-height: 22px;
	text-align: left;
	color: #041c2c;
}
.ms-buybox .ms-buybox__media-gallery .msc_image {
	border-radius: 8px;
	overflow: hidden;
}
.ms-buybox .ms-buybox__media-gallery .msc-media-gallery, .ms-buybox .ms-buybox__media-gallery .ms-media-gallery {
	max-width: 500px;
	margin: 0 auto;
}
.ms-buybox .ms-buybox__content .ms-buybox__product-title {
	font-weight: 500;
	font-size: 30px;
	letter-spacing: -0.03em;
	line-height: 22px;
	text-align: left;
	color: #041c2c;
}
.ms-buybox .ms-buybox__content .msc-price {
	font-weight: 500;
	font-size: 26px;
	letter-spacing: -0.03em;
	line-height: 22px;
	text-align: left;
	color: #041c2c;
}
.ms-buybox .ms-buybox__content p, .ms-buybox .ms-buybox__content .ms-text-block {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: -0.03em;
	line-height: 22px;
	text-align: left;
	color: #041c2c;
}
.ms-buybox .ms-buybox__content .product-add-to-cart .msc-add-to-cart {
	border-radius: 6px;
	background: #fff;
	border: 2px solid #e30346;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: -0.03em;
	text-align: center;
	color: #e40046;
}
.ms-buybox .ms-buybox__content .product-add-to-cart .msc-add-to-cart:disabled {
	filter: grayscale(1) brightness(1.5);
}
.ms-buybox .ms-buybox__content .product-add-to-cart .msc-add-to-wishlist {
	border-radius: 6px;
	background: #fff;
	border: 2px solid #e30346;
}
.ms-buybox .ms-buybox__content .product-add-to-cart .msc-add-to-wishlist:after {
	color: #e30346;
}
.ms-product-specification .ms-product-specification__table tbody tr > * {
	border-color: #707070 !important;
}
.ms-sign-in__sign-in-section h2 {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: -0.03em;
	text-align: left;
	color: #041c2c;
}
.ms-sign-in__sign-in-section label {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: -0.03em;
	text-align: left;
	color: #041c2c;
}
.ms-sign-in__sign-in-section input {
	background: #fff;
	border: 1px solid #707070;
}
.ms-sign-in__sign-in-section .ms-sign-in__sign-in-button {
	border-radius: 6px;
	background: #fff;
	border: 2px solid #e30346;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: -0.03em;
	text-align: center;
	color: #e40046;
	line-height: 1;
}
.ms-sign-in__sign-up-section h2 {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: -0.03em;
	text-align: left;
	color: #041c2c;
}
.ms-sign-in__sign-up-section p {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: -0.03em;
	text-align: left;
	color: #041c2c;
}
.ms-sign-in__sign-up-section .ms-sign-in__sign-up-link {
	border-radius: 6px;
	background: #fff;
	border: 2px solid #e30346;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: -0.03em;
	text-align: center;
	color: #e40046;
	line-height: 1;
}
footer {
	margin-top: 55px;
}
footer *:has(> .footer-full-width) {
	max-width: 100% !important;
	width: 100%;
	flex: 0 0 100%;
}
footer *:has(> .footer-full-width) > * {
	min-height: initial !important;
	margin: 0 !important;
	padding: 0 !important;
}
footer .ms-footer > div > div:nth-child(4) .ms-footer__list {
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px 0;
}
footer .ms-footer > div > div:nth-child(4) .ms-footer__list .ms-footer__list-item:first-child {
	position: initial;
}
footer .ms-footer > div > div:nth-child(4) .ms-footer__list .ms-footer__list-item:not(:first-child) {
	position: initial;
	width: fit-content;
}
footer .ms-footer > div > div:nth-child(4) .ms-footer__list .ms-footer__list-item:not(:first-child) .ms-footer__item {
	padding: 0 !important;
}
.ms-sign-up__heading {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: -0.03em;
	text-align: left;
	color: #041c2c;
}
.ms-sign-up__account-item label {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: -0.03em;
	text-align: left;
	color: #041c2c;
}
.ms-sign-up__account-item input {
	background: #fff;
	border: 1px solid #707070;
}
.ms-sign-up__email-verification-buttons button {
	border-radius: 6px;
	background: #fff;
	border: 2px solid #e30346;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: -0.03em;
	text-align: left;
	color: #e40046;
}
.ms-sign-up__email-verification-buttons button:hover {
	background: #e30346;
	border-color: #e30346;
	color: #fff;
	text-decoration: none;
}
.ms-cart .msc-cart__heading {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: -0.03em;
	text-align: left;
	color: #041c2c;
}
.ms-cart .msc-cart__empty-cart {
	width: initial !important;
}
.ms-cart .msc-cartline-wraper {
	background: #fff;
	border-radius: 16px;
	padding: 25px;
	border: none;
}
.ms-cart .msc-btn {
	border-radius: 6px;
	background: #fff;
	border: 2px solid #e30346;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: -0.03em;
	text-align: left;
	color: #e40046;
	width: fit-content;
}
.ms-cart .msc-btn:hover {
	background: #e30346;
	border-color: #e30346;
	color: #fff;
	text-decoration: none;
}
.ms-accordion {
	max-width: 1083px;
}
.ms-accordion-header-section {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: -0.03em;
	text-align: left;
	color: #041c2c;
}
.ms-accordion-item__drawer {
	border-color: #e40246;
}
.ms-accordion-header-section-toggle-button-container {
	display: none;
}
.terms-container {
	max-width: 1083px;
}
.j-account-management main .default-container {
	background: #fff;
	padding: 0 59px;
}
.j-account-management main .default-container:first-child {
	border-radius: 16px 16px 0 0;
	padding-top: 44px;
}
.j-account-management main .default-container:first-child .ms-account-welcome-tile {
	margin: 0 0 41px 0;
	padding: 0 0 32px 0;
}
.j-account-management main .default-container:first-child .ms-account-welcome-tile h1, .j-account-management main .default-container:first-child .ms-account-welcome-tile h2, .j-account-management main .default-container:first-child .ms-account-welcome-tile h3, .j-account-management main .default-container:first-child .ms-account-welcome-tile h4, .j-account-management main .default-container:first-child .ms-account-welcome-tile h5, .j-account-management main .default-container:first-child .ms-account-welcome-tile h6 {
	font-weight: normal;
	font-size: 40px;
	letter-spacing: -0.03em;
	text-align: left;
	color: #041c2c;
}
.j-account-management main .default-container .ms-account-generic-tile__link, .j-account-management main .default-container .ms-account-wishlist-tile__link, .j-account-management main .default-container .ms-account-address-tile__link, .j-account-management main .default-container .msc-address-list__button-edit, .j-account-management main .default-container .msc-address-list__button-remove {
	font-weight: 500;
	text-decoration: underline;
	font-size: 16px;
	letter-spacing: -0.03em;
	line-height: 22px;
	text-align: left;
	color: #e40046 !important;
}
.j-account-management main .default-container .msc-btn {
	border-radius: 6px;
	background: #fff;
	border: 2px solid #e30346;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: -0.03em;
	text-align: left;
	color: #e40046;
	width: fit-content;
}
.j-account-management main .default-container .msc-btn:hover {
	background: #e30346;
	border-color: #e30346;
	color: #fff;
	text-decoration: none;
}
.j-account-management main .default-container:last-child {
	border-radius: 0 0 16px 16px;
}
.j-account-management main .default-container:only-child {
	border-radius: 16px;
}
.j-account-management main .default-container__1 {
	border-radius: 0 0 16px 16px;
}
.the-profile-page #subheader h1, .the-profile-page #subheader h2, .the-profile-page #subheader h3, .the-profile-page #subheader h4, .the-profile-page #subheader h5, .the-profile-page #subheader h6 {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: -0.03em;
	text-align: left;
	color: #041c2c;
	margin: 0 0 35px 0;
}
.the-profile-page_container {
	border-radius: 16px;
	background: #fff;
}
.the-profile-page_container .row {
	padding: 44px 59px;
}
.the-profile-page_container .ms-account-welcome-tile {
	margin: 0 0 41px 0;
	padding: 0 0 32px 0;
}
.the-profile-page_container .ms-account-welcome-tile h1, .the-profile-page_container .ms-account-welcome-tile h2, .the-profile-page_container .ms-account-welcome-tile h3, .the-profile-page_container .ms-account-welcome-tile h4, .the-profile-page_container .ms-account-welcome-tile h5, .the-profile-page_container .ms-account-welcome-tile h6 {
	font-weight: normal;
	font-size: 40px;
	letter-spacing: -0.03em;
	text-align: left;
	color: #041c2c;
}
.the-profile-page_container .ms-account-profile {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 45px;
}
.the-profile-page_container .ms-account-profile-wrapper {
	display: contents;
}
.the-profile-page_container .ms-account-profile-wrapper > h1 {
	display: none;
}
.the-profile-page_container .ms-account-profile__attributes-edit-button, .the-profile-page_container .ms-account-profile__section-link {
	font-weight: 500;
	text-decoration: underline;
	font-size: 16px;
	letter-spacing: -0.03em;
	line-height: 22px;
	text-align: left;
	color: #e40046;
}
.the-profile-page_container .ms-account-profile__section-preferences {
	display: contents;
}
.the-profile-page_container .ms-account-profile__section-preferences .ms-account-profile__section-heading {
	grid-column: span 2;
	margin-bottom: -25px;
	order: 5;
	border-bottom: 1px solid #616365;
	color: var(--msv-account-landing-title-font-color);
	padding: 0 0 20px 0;
}
.the-profile-page_container .ms-account-profile__section-email:nth-of-type(1) {
	order: 1;
}
.the-profile-page_container .ms-account-profile__section-name {
	order: 2;
}
.the-profile-page_container .ms-account-profile__section-email:nth-of-type(2) {
	order: 3;
}
.the-profile-page_container .ms-account-profile___attributes-wrapper {
	order: 4;
}
.the-profile-page_container .ms-account-profile__preference-personalization {
	order: 6;
}
.the-profile-page_container .ms-account-profile__preference-marketing {
	order: 7;
}
.ms-wishlist-items__heading {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: -0.03em;
	text-align: left;
	color: #041c2c;
}
.ms-wishlist-items__products {
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	background: #fff;
	padding: 48px !important;
}
.ms-wishlist-items__products li {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 1fr;
	grid-auto-rows: 1fr;
	grid-template-columns: 134px auto;
	grid-template-rows: repeat(4, min-content);
	gap: 5px 25px;
	grid-template-areas: "image title" "image price" "image dimensions" "image button";
	min-height: initial !important;
	margin-bottom: 65px;
}
.ms-wishlist-items__products li picture {
	grid-area: image;
	border-radius: 8px;
	max-width: 134px;
}
.ms-wishlist-items__products li picture > * {
	height: initial !important;
	border-radius: 8px;
}
.ms-wishlist-items__products li .ms-wishlist-items__product-link {
	grid-area: title;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: -0.03em;
	line-height: 22px;
	text-align: left;
	color: #041c2c;
}
.ms-wishlist-items__products li .msc-price, .ms-wishlist-items__products li .ms-wishlist-items__product-price {
	grid-area: price;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: -0.03em;
	line-height: 22px;
	text-align: left;
	color: #041c2c;
}
.ms-wishlist-items__products li .ms-wishlist-items__product-dimensions {
	grid-area: dimensions;
}
.ms-wishlist-items__products li .ms-wishlist-items__product-add-button {
	grid-area: button;
	border-radius: 6px;
	background: #fff;
	border: 2px solid #e30346;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: -0.03em;
	text-align: left;
	color: #e40046;
	margin-top: 8px;
}
.ms-wishlist-items__products li .ms-wishlist-items__product-add-button:hover {
	background: #e30346;
	border-color: #e30346;
	color: #fff;
	text-decoration: none;
}
.ms-checkout__guided-card-btn-edit {
	display: none;
}
.ms-checkout__guided-card:nth-of-type(3) .ms-checkout__guided-card-btn-edit {
	display: inline-block;
}
.ms-checkout__btn-place-order {
	display: none;
}
a.ms-checkout__btn-keep-shopping {
	text-decoration: underline;
}
.ms-buybox__quantity .ms-buybox__minmax_label_text {
	display: none;
}
