/** Shopify CDN: Minification failed

Line 5522:1 Expected identifier but found whitespace
Line 5660:1 Expected ")" to end URL token
Line 5666:1 Expected ")" to end URL token
Line 5755:2 Expected ")" to end URL token
Line 5761:2 Expected ")" to end URL token

**/
* {
	box-sizing: border-box
}

input:focus {
	outline: none
}

ul,ol {
	list-style: none
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	font-size: 15px;
	word-wrap: break-word;
	font-feature-settings: "pkna";
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: break-word
}

a {
	text-decoration: none
}

@media(min-width:768px) {
	a img,a svg {
		transition: .3s
	}

	a img:hover,a svg:hover {
		opacity: .7
	}
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom
}

input[type=checkbox] {
	-webkit-appearance: auto;
	appearance: auto
}

button,select,input[type=submit] {
	cursor: pointer
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,input,textarea,select,button {
	/* font-family: Avenir,Helvetica Neue,Verdana,Helvetica,Arial,Roboto,YuGothic,Meiryo UI,\30e1\30a4\30ea\30aa,Meiryo,\30d2\30e9\30ae\30ce\89d2\30b4  Pro W3,Hiragino Kaku Gothic Pro,\ff2d\ff33  \ff30\30b4\30b7\30c3\30af,MS PGothic,sans-serif; */
	line-height: normal
}

ul,ol,li {
	margin: 0;
	padding: 0
}

ol ol,ol ul,ul ol,ul ul {
	margin: 0
}

.l-container {
	position: relative;
	width: 100%
}

.l-footer {
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 100%
}

.l-content {
	width: 100%
}

.l-main {
	display: block;
	width: 100%;
	max-width: 1260px;
	padding: 0 20px 50px;
	margin: auto
}

@media(min-width:768px) {
	.l-main {
		padding: 0 40px 70px
	}
}

.l-index {
	padding: 0 0 50px
}

@media(min-width:768px) {
	.l-index {
		padding: 0 0 70px
	}
}

.l-nav {
	position: fixed;
	top: 0;
	left: 100%;
	bottom: 0;
	width: 100%;
	transition: all .3s cubic-bezier(.24,.78,.52,1.02);
	z-index: 100
}

.l-nav.js-active {
	left: 0
}

.l-search {
	padding: 4vw 5vw
}

@media(min-width:768px) {
	.l-search {
		display: none
	}
}

@media (max-width: 959px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .hidden-desktop {
    display: none !important;
  }
}

.l-gnav {
	background-color: #e3a2a2;
	width: 100%;
	height: 42px;
	display: none
}

@media(min-width:768px) {
	.l-gnav {
		display: block;
		margin-bottom: 20px
	}
}

.c-sectionTitle {
	text-align: center;
	margin: 0 0 30px
}

@media(min-width:768px) {
	.c-sectionTitle {
		margin: 0 0 40px
	}
}

.c-sectionTitle__main {
    margin: 0;
	font-size: 20px;
	font-weight: 500;
}

.c-sectionTitle__main--left {
	text-align: left
}

.c-sectionTitle__main small {
	font-size: 14px
}

@media(min-width:768px) {
	.c-sectionTitle__main small {
		font-size: 16px
	}
}

.c-sectionTitle__sub {
	font-size: 10px;
	margin: 0;
	color: #666
}

@media(min-width:768px) {
	.c-sectionTitle__sub {
		font-size: 13px
	}
}

.c-button {
	font-size: 13px;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 44px;
	border: 1px solid #707070;
	position: relative;
	transition: .2s;
	margin: auto
}

@media(min-width:768px) {
	.c-button {
		transition: .3s
	}

	.c-button:hover {
		opacity: .7
	}
}

.c-button--primary:after {
	content: "";
	width: 5px;
	height: 5px;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%) rotate(-45deg)
}

.c-button--secondary {
	background-color: #666;
	border: 1px solid #666;
	color: #fff
}

.c-button--secondary:after {
	content: "";
	width: 5px;
	height: 5px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%) rotate(-45deg)
}

@media(min-width:768px) {
	.c-button--secondary:hover {
		color: #fff
	}
}

.c-button--black {
	background-color: #000;
	border: 1px solid #000;
	color: #fff
}

.c-button--black:after {
	content: "";
	width: 5px;
	height: 5px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%) rotate(-45deg)
}

@media(min-width:768px) {
	.c-button--black:hover {
		color: #fff
	}
}

.c-button--noArrow:after {
	content: none
}

.c-button--full {
	width: 100%
}

.c-button--medium {
	width: 100%;
	max-width: 400px
}

.c-button--small {
	width: 100px;
	height: 35px
}

.c-button--inline {
	display: inline-block
}

.c-button--link>svg {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%)
}

.c-cartButton {
	display: block;
	background-color: #3f3f40;
	color: #fff;
	border: none;
	width: 100%;
	height: 50px;
	font-size: 14px
}

@media(min-width:768px) {
	.c-cartButton {
		transition: .2s
	}

	.c-cartButton:hover {
		opacity: .7
	}
}

.c-cartButton--pre-order {
	background-color: #fff;
	color: #000;
	border: 1px solid #3F3F40;
	display: flex;
	justify-content: center;
	align-items: center
}

.c-cartButton[aria-disabled],.c-cartButton[disabled] {
	pointer-events: none;
	opacity: .5
}

.c-input {
	width: 100%;
	height: 12.26667vw;
	padding: 0 10px;
	border: 1px solid #DDD;
	background: none;
	font-size: 4.26667vw;
	outline: none;
	text-overflow: ellipsis
}

@media(min-width:768px) {
	.c-input {
		height: 46px;
		font-size: 16px
	}
}

.c-input::placeholder {
	color: #9c9c9c;
	font-size: 4.26667vw
}

@media(min-width:768px) {
	.c-input::placeholder {
		font-size: 16px
	}
}

.c-textarea {
	position: relative;
	width: 100%;
	height: 67.73333vw;
	padding: 15px;
	border-radius: 4px;
	border: 1px solid #CCC;
	box-shadow: 0 2px 3px #0000001a inset;
	background-image: none;
	font-size: 16px;
	outline: none;
	text-overflow: ellipsis
}

.c-textarea::placeholder {
	color: #9c9c9c;
	font-size: 14px
}

@media(min-width:768px) {
	.c-textarea {
		height: 148px
	}
}

.c-select {
	position: relative
}

.c-select:after {
	content: "";
	width: 5px;
	height: 5px;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	pointer-events: none
}

.c-select__element {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #707070;
	background: none;
	font-size: 16px;
	outline: none;
	text-overflow: ellipsis;
	border-radius: 0
}

@media(min-width:768px) {
	.c-select__element {
		height: 40px;
		font-size: 14px;
		padding: 0 20px
	}
}

.c-title {
	margin: 0 0 32px
}

@media(min-width:768px) {
	.c-title {
		margin: 0 0 52px;
		text-align: center
	}
}

.c-title__main {
	font-size: 20px;
	font-weight: 300;
	margin: 0
}

@media(min-width:768px) {
	.c-title__main {
		font-size: 40px
	}
}

.c-title__desc {
	color: #666;
	font-size: 13px;
	font-weight: 400;
	margin: 24px 0 0;
	line-height: 1.75
}

@media(min-width:768px) {
	.c-title__desc {
		margin-top: 20px;
		font-size: 14px
	}
}

.c-title__subDesc {
	margin: 24px 0 0;
	color: #333;
	font-size: 16px;
	font-weight: 400
}

@media(min-width:768px) {
	.c-title__subDesc {
		margin-top: 32px;
		font-size: 14px
	}
}

.c-sns {
	display: flex;
	align-items: center;
	margin-left: -20px;
	margin-right: -20px
}

.c-sns li a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	color: #333;
	font-size: 16px
}

.c-sns li a:hover {
	opacity: .7;
	transition: opacity .3s
}

.c-modal__overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 10
}

@media(min-width:768px) {
	.c-modal__overlay {
		background: #ffffffe6
	}
}

.c-modal__window {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 800px;
	width: 100%;
	background: #fff;
	z-index: 11
}

@media(max-width:767px) {
	.c-modal__window {
		height: 100%;
		width: calc(100% - 40px);
		justify-content: center;
		flex-direction: column
	}
}

@media(min-width:768px) {
	.c-modal__window {
		padding: 121px 40px;
		border: 1px solid #EFEFEF;
		box-shadow: 0 3px 6px #00000029
	}
}

.c-modal__open {
	display: block;
	margin: 0 auto;
	width: 100%;
	padding: 15px 5px;
	border: 1px solid #333;
	text-align: center
}

.c-modal__close {
	position: absolute
}

@media(max-width:767px) {
	.c-modal__close {
		display: block;
		width: 100%;
		text-align: center;
		padding: 15px 5px;
		border: 1px solid #333;
		bottom: 30px
	}

	.c-modal__close span {
		padding-left: 20px
	}
}

@media(min-width:768px) {
	.c-modal__close {
		top: 24px;
		right: 40px
	}

	.c-modal__close img {
		width: 28px
	}
}

.c-modal__heading {
	max-width: 720px;
	font-size: 24px;
	margin-bottom: 40px
}

.c-modal__text {
	max-width: 720px;
	color: #666;
	font-size: 14px;
	line-height: 1.7
}

.c-catalog__thumb {
	margin: 0 0 5px;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative
}

@media(min-width:768px) {
	.c-catalog__thumb {
		margin: 0 0 10px
	}
}

.c-catalog__thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}

.c-catalog__favorite {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	border-radius: 50%;
	width: 32px;
	height: 32px
}

@media(max-width:350px) {
	.c-catalog__favorite {
		width: 28px;
		height: 28px
	}
}

.c-catalog__favorite .swym-button.swym-add-to-wishlist-view-product {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-38%)
}

.c-catalog__favorite .swym-button.swym-add-to-wishlist-view-product.swym-heart:after {
	font-size: 23px
}

@media(max-width:350px) {
	.c-catalog__favorite .swym-button.swym-add-to-wishlist-view-product.swym-heart:after {
		font-size: 18px
	}
}

.c-catalog__favorite .swym-add-to-wishlist-view-product:after {
	color: #999!important
}

.c-catalog__favorite .swym-button.swym-add-to-wishlist-view-product.swym-heart.swym-added:after {
	color: #e3a2a2!important
}

.c-catalog__brands {
	color: #222;
	line-height: 1.5;
	font-size: 12px;
	margin: 0 0 5px
}

.c-catalog__title {
	color: #777;
	line-height: 1.5;
	font-size: 10px;
	margin: 0 0 5px
}

@media(min-width:768px) {
	.c-catalog__title {
		font-size: 12px
	}
}

.c-catalog__price {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.c-catalog__price__regular {
	font-size: 13px;
	color: #333;
	width: 100%
}

.c-catalog__price__regular--discount {
	font-size: 11px;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through
}

.c-catalog__price__sale {
	color: #ba1a1a;
	font-size: 13px;
	margin: 0 0 3px
}

.c-catalog__price__rate {
	color: #ba1a1a;
	font-size: 10px
}

.c-hr {
	width: 100%;
	max-width: 1180px;
	margin: auto
}

.c-hr--full {
	max-width: inherit
}

.c-attention {
	font-size: 12px;
	line-height: 1.75;
	background-color: #f5f5f5;
	padding: 10px;
	text-align: left;
	color: #333
}

.c-attention strong {
	font-weight: 700
}

.p-accounts__caption {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
	margin: 0 0 10px
}

.p-accounts__title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.75;
	margin: 0 0 10px
}

.p-accounts__status {
	font-size: 14px;
	line-height: 1.75;
	margin: 0 0 10px
}

.p-accounts__status strong {
	font-weight: 700
}

.p-accounts__name {
	font-size: 14px;
	line-height: 1.75;
	margin: 0 0 10px
}

.p-accounts__address {
	font-size: 14px;
	line-height: 1.75
}

.p-accounts__link {
	font-size: 14px
}

.p-accounts__link a {
	text-decoration: underline
}

.p-accounts__pre-order {
	font-size: 11px;
	font-weight: 400;
	background: #f35046;
	color: #fff;
	margin: 0 0 0 5px;
	padding: 2px 4px;
	display: inline-block
}

.p-collectionHero {
	margin: 0 0 30px
}

@media(min-width:768px) {
	.p-collectionHero {
		margin: 0 0 50px
	}
}

.p-collectionHero__main {
	width: 100%;
	height: 100px;
	margin: 0 0 15px;
	position: relative;
	overflow: hidden
}

@media(min-width:768px) {
	.p-collectionHero__main {
		height: 120px
	}
}

.p-collectionHero__main img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 80%;
	max-height: 80%
}

.p-collectionHero__meta {
	margin-top: 30px
}

@media(min-width:768px) {
	.p-collectionHero__meta {
		margin-top: 50px
	}
}

.p-collectionHero__title {
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 16px;
	color: #333
}

@media(min-width:768px) {
	.p-collectionHero__title {
		font-size: 16px;
		margin: 0 0 19px
	}
}

.p-collectionHero__desc {
	font-size: 10px;
	text-align: left;
	line-height: 1.7;
	color: #666;
	height: 34px;
	overflow: hidden;
	position: relative;
	margin: auto;
	max-width: 650px
}

@media(min-width:768px) {
	.p-collectionHero__desc {
		font-size: 13px;
		height: 45px
	}
}

.p-collectionHero__desc:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom,#fff0,#fff0 30%,#fff)
}

.p-collectionHero__desc.js-active {
	height: auto;
	overflow: visible
}

.p-collectionHero__desc.js-active:before {
	content: none
}

.p-collectionHero__more {
	text-align: center;
	cursor: pointer
}

.p-collectionHero__more span {
	position: relative;
	padding: 5px 0 5px 20px;
	font-size: 12px
}

@media(min-width:768px) {
	.p-collectionHero__more span {
		font-size: 12px
	}
}

.p-collectionHero__more span:before {
	content: "";
	width: 10px;
	height: 10px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	transform: rotate(45deg);
	position: absolute;
	top: 5px;
	left: 0
}

.p-collectionHero__bannerList {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5px
}

@media(min-width:768px) {
	.p-collectionHero__bannerList {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-column-gap: 10px
	}
}

.p-collectionHero__bannerList>a {
	display: inline-block
}

.p-cta {
	background: #f8f7f4;
	padding: 40px 20px;
	margin-bottom: -1px;
	z-index: 2;
	position: relative
}

.p-cta--bb {
	border-bottom: 1px solid #DDD;
	margin-bottom: 0
}

@media(min-width:768px) {
	.p-cta {
		padding: 88px 40px
	}
}

.p-cta--guide {
	padding: 66px 20px 47px
}

@media(min-width:768px) {
	.p-cta--guide {
		padding: 72px 40px
	}
}

@media(min-width:768px) {
	.p-cta__flexBlock {
		display: flex;
		justify-content: center;
		align-items: center
	}
}

.p-cta__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.p-cta__item {
	width: 100%;
	margin: 0 0 32px
}

.p-cta__item:last-child {
	margin-bottom: 0
}

@media(min-width:768px) {
	.p-cta__item {
		width: 360px;
		margin: 0 16px
	}
}

.p-cta__figure {
	max-width: 150px;
	width: 100%;
	text-align: center;
	margin: 0 auto 31px
}

@media(min-width:768px) {
	.p-cta__figure {
		margin: 0 33px 0 0
	}
}

.p-cta__heading {
	margin: 0 0 4px;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.6
}

.p-cta__meta {
	width: 100%
}

@media(min-width:768px) {
	.p-cta__meta {
		max-width: 560px
	}
}

.p-cta__meta p {
	margin-bottom: 27px;
	color: #666;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.7
}

.p-relatedList {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap
}

.p-relatedList li {
	font-size: 13px;
	margin: 0 13px 13px 0
}

.p-relatedList li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	background-color: #ebebeb;
	height: 30px;
	border-radius: 3px;
	padding: 0 13px
}

.p-blogSidebar {
	width: 100%
}

@media(min-width:768px) {
	.p-blogSidebar {
		max-width: 194px
	}
}

.p-blogSidebar__heading {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #777;
	font-size: 14px
}

.p-blogSidebar__list a {
	width: 100%;
	height: 100%;
	font-size: 13px;
	display: block;
	padding: 16px 0;
	color: #333
}

.p-blogSidebar__list a:hover {
	opacity: .7;
	transition: opacity .3s
}

.p-blogSidebar__articleList li {
	margin: 0 0 32px
}

.p-blogSidebar__articleList li:last-child {
	margin: 0
}

.p-blogSidebar__articleList li a {
	display: block
}

.p-blogSidebar__articleList time {
	display: block;
	font-size: 12px;
	color: #999;
	margin: 0 0 5px
}

.p-blogSidebar__articleList p {
	font-size: 13px;
	line-height: 1.75
}

.p-blogSidebar__articleList p a {
	color: #333
}

.p-products__brands {
	font-size: 11px;
	line-height: 1.5;
	margin: 0 0 5px;
	text-align: left
}

@media(min-width:768px) {
	.p-products__brands {
		font-size: 13px;
		margin: 0 0 7px
	}
}

.p-products__brands a {
	color: #666
}

@media(min-width:768px) {
	.p-products__brands a:hover {
		text-decoration: underline
	}
}

.p-products__title {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 10px;
	text-align: left
}

@media(min-width:768px) {
	.p-products__title {
		font-size: 24px
	}
}

.p-products__priceWrap {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin: 0 0 15px
}

.p-products__price {
	font-size: 24px;
	letter-spacing: .05em
}

@media(max-width:374px) {
	.p-products__price {
		font-size: 20px
	}
}

.p-products__price.on-sale {
	color: #ba1a1a;
	margin: 0 0 0 10px;
	position: relative;
	top: 4px
}

.p-products__price span {
	font-size: 12px;
	margin: 0 0 0 5px
}

.p-products__price--compare {
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	font-size: 17px;
	margin: 0 10px 0 0
}

.p-products__price--compare span {
	font-size: 10px;
	color: #666;
	margin: 0 0 0 3px
}

.p-products__price__rate {
	color: #ba1a1a;
	font-size: 12px
}

.p-products__point {
	font-size: 14px;
	margin: 0 0 10px;
	color: #333;
	text-align: left
}

.p-products__point a {
	color: #333;
	text-decoration: underline
}

.p-products__delivery {
	font-size: 14px;
	margin: 0 0 14px;
	color: #666;
	text-align: left
}

@media(min-width:768px) {
	.p-products__delivery {
		margin: 0 0 16px
	}
}

.p-products__delivery a {
	color: #666
}

.p-products__delivery a:hover {
	text-decoration: underline
}

.p-products__delivery svg {
	margin: 0 0 0 12px
}

.p-products__stock {
	color: #666;
	font-size: 14px;
	margin: 0 0 33px;
	text-align: left
}

.p-products__cartWrap {
	margin: 32px 0 28px
}

.p-products__select {
	margin: 0 0 15px
}

@media(min-width:768px) {
	.p-products__select {
		max-width: 366px
	}
}

.p-products__select label {
	color: #666;
	font-size: 11px;
	display: inline-block;
	margin: 0 0 7px
}

@media(min-width:768px) {
	.p-products__cartBlock {
		display: flex;
		justify-content: space-between;
		margin-top: 31px
	}
}

@media(min-width:768px) {
	.p-products__cart {
		margin-top: 0;
		flex: 1
	}
}

.p-products__favorite {
	text-align: right;
	padding: 0;
	margin: 10px 0 0
}

@media(min-width:768px) {
	.p-products__favorite {
		margin: 0;
		width: 100px;
		height: auto;
		display: flex;
		align-items: flex-start;
		justify-content: center
	}
}

.p-products__favorite .wk-add-product img {
	width: 30px
}

.p-products__favorite .wk-remove-product img {
	position: relative;
	top: 3px;
	right: 2px;
	width: 26px
}

@media(min-width:768px) {
	.p-products__favorite .wk-remove-product img {
		right: 0
	}
}

.p-products__text {
	font-size: 14px;
	color: #666;
	line-height: 1.75;
	margin: 0 0 5px;
	padding: 0 0 10px;
	text-align: left;
	border-bottom: 1px solid #EAEAEA
}

.p-products__text small {
	display: block;
	color: #ba1a1a;
	line-height: 1.75;
	font-size: 11px;
	margin-top: 15px
}

.p-products__text a {
	display: inline-block!important
}

.p-products__tabs {
	margin: 0 -20px
}

@media(min-width:768px) {
	.p-products__tabs {
		margin: 0
	}
}

.p-products__tabs__list {
	display: flex;
	align-items: stretch;
	margin: 0 0 3px
}

@media(min-width:768px) {
	.p-products__tabs__list {
		margin: 0 0 11px
	}
}

.p-products__tabs__list li {
	width: 50%;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #EAEAEA;
	color: #999;
	font-size: 14px;
	cursor: pointer
}

.p-products__tabs__list li.is-active {
	border-bottom: 1px solid #000;
	color: #000;
	pointer-events: none
}

.p-products__tabs__block {
	padding: 0 20px;
	display: none;
	opacity: 0
}

@media(min-width:768px) {
	.p-products__tabs__block {
		padding: 0
	}
}

.p-products__tabs__block.is-show {
	display: block;
	opacity: 1;
	animation: fadeIn .3s ease-in 0s forwards
}

.p-products__specTable {
	table-layout: fixed;
	width: 100%;
	font-size: 13px;
	line-height: 1.75;
	background-color: #fff
}

.p-products__specTable th {
	display: block;
	width: 100%;
	text-align: left;
	color: #666;
	padding: 12px 0 0;
	border: none;
	font-weight: 400;
	vertical-align: top
}

@media(min-width:768px) {
	.p-products__specTable th {
		padding: 8px 0;
		width: 37%;
		display: table-cell;
		border-bottom: 1px solid #EAEAEA
	}
}

.p-products__specTable td {
	display: block;
	width: 100%;
	color: #333;
	text-align: left;
	padding: 3px 0 12px;
	border: none;
	border-bottom: 1px solid #EAEAEA;
	vertical-align: top
}

@media(min-width:768px) {
	.p-products__specTable td {
		display: table-cell;
		padding: 8px 0
	}
}

.p-products__specTable td a {
	text-decoration: underline
}

.p-products__sizeTable {
	table-layout: fixed;
	width: 100%;
	font-size: 13px;
	line-height: 1.75
}

.p-products__sizeTable th {
	width: 50%;
	text-align: left;
	height: 38px;
	color: #666;
	padding: 5px 0 5px 16px;
	border-bottom: 1px solid #EAEAEA;
	vertical-align: middle
}

@media(min-width:768px) {
	.p-products__sizeTable th {
		padding: 5px 0 5px 5px
	}
}

.p-products__sizeTable td {
	color: #333;
	text-align: left;
	padding: 5px 0 5px 16px;
	border-bottom: 1px solid #EAEAEA;
	vertical-align: middle
}

@media(min-width:768px) {
	.p-products__sizeTable td {
		padding: 5px 0
	}
}

.p-products__aboutSize {
	text-align: right;
	font-size: 13px;
	margin: 15px 0 0
}

.p-products__aboutSize a {
	color: #666
}

.p-products__aboutSize a:hover {
	text-decoration: underline
}

.p-products__aboutSize img {
	margin: 0 5px 0 0
}

.p-products__usedText {
	margin: 10px 0 0;
	text-align: left;
	color: #333;
	padding: 20px;
	background-color: #f5f5f5
}

.p-products__usedText__title {
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 7px
}

.p-products__usedText__title:nth-of-type(2) {
	margin-top: 15px
}

.p-products__usedText__text {
	font-size: 12px;
	line-height: 1.75
}

.p-products__usedText__list {
	font-size: 12px
}

.p-products__usedText__list li {
	line-height: 1.75;
	padding: 0 0 0 15px;
	position: relative
}

.p-products__usedText__list li:before {
	content: "\30fb";
	position: absolute;
	top: 0;
	left: 0
}

.p-products__share {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 58px 0 0
}

@media(min-width:768px) {
	.p-products__share {
		justify-content: flex-start;
		margin: 40px 0 0
	}
}

.p-products__share__list {
	display: flex;
	justify-content: center;
	align-items: center
}

.p-products__share__list li {
	margin: 0 16px
}

@media(min-width:768px) {
	.p-products__share__list li {
		margin: 0 10px
	}
}

@media(min-width:1000px) {
	.p-products__share__list li {
		margin: 0 20px
	}
}

.p-products__share p {
	font-size: 13px
}

.price--on-sale .p-products__sale {
	display: flex;
	align-items: flex-end
}

.price--on-sale .p-products__regular,.p-products__sale {
	display: none
}

.p-products__fix {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 50px;
	background-color: #ffffffe6;
	display: flex;
	align-items: center;
	padding: 0 10px;
	z-index: 10;
	transform: translateY(100%);
	animation-name: fadeUp;
	animation-delay: .3s;
	animation-fill-mode: forwards;
	animation-duration: .3s;
	animation-timing-function: ease-out
}

.p-products__fix.js-reserved {
	animation: none
}

.p-products__fix__price {
	flex: 3;
	text-align: left
}

@media(max-width:374px) {
	.p-products__fix__price {
		flex: 2
	}
}

.p-products__fix__cartButton {
	flex: 2
}

.p-products__fix__cartButton .c-cartButton {
	height: 32px;
	font-size: 12px
}

.p-products__fix__cartButton--wide {
	flex: 3
}

.p-products__fix__cartButton--wide .c-cartButton {
	font-size: 11px
}

.p-products__fix__favorite {
	width: 50px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.p-products__fix__favorite svg {
	width: 22px;
	position: relative;
	top: 3px
}

@media(min-width:768px) {
	.p-products__fix {
		display: none
	}
}

.p-products__specTable .c-sizeTable {
	font-size: 13px;
	width: 100%;
	background: none;
	table-layout: fixed
}

.p-products__specTable .c-sizeTable th {
	display: table-cell;
	width: 60px;
	border: none;
	padding: 0 0 5px;
	position: relative;
	color: #333
}

.p-products__specTable .c-sizeTable th:after {
	content: ":";
	position: absolute;
	top: 0;
	right: 0
}

.p-products__specTable .c-sizeTable td {
	display: table-cell;
	border: none;
	padding: 0 0 5px 5px
}

.p-products__specTable--en .c-sizeTable th {
	width: 100px
}

@media(min-width:768px) {
	.p-products__specTable--en .c-sizeTable th {
		width: 100px
	}
}

.p-products__payment-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 20px 0 0
}

.p-products__payment-list li {
	margin: 0 5px 0 0
}

@media(min-width:768px) {
	#MainContent .p-products__favorite--used {
		width: 58px
	}
}

#MainContent .p-products__favorite--used .swym-wishlist-button-bar .swym-fave-count {
	display: none
}

#MainContent .swym-wishlist-button-bar .btn.swym-button {
	min-width: inherit
}

#MainContent .swym-btn-container .swym-add-to-wishlist.swym-heart:after {
	color: #999!important
}

#MainContent .swym-btn-container .swym-add-to-wishlist.swym-heart.swym-added:after {
	color: #e3a2a2!important
}

#MainContent .swym-btn-container[data-position=default] .swym-button .swym-tooltip .swym-tooltip-text {
	background: #e3a2a2;
	border: none;
	box-shadow: none
}

#MainContent .swym-btn-container .swym-fave-count {
	box-shadow: none;
	color: #333!important;
	width: 41px;
	padding: 6px 0;
	text-align: center;
	border: 1px solid rgba(227,162,162,.5);
	border-radius: 3px
}

#MainContent .swym-btn-container .swym-button.swym-added+.swym-fave-count {
	opacity: 1;
	color: #333!important;
	width: 41px;
	padding: 6px 0;
	text-align: center;
	border: 1px solid rgba(227,162,162,.5);
	border-radius: 3px
}

button.swym-button.disabled,button.swym-button:disabled {
	opacity: 1!important
}

.swym-btn-container .swym-button.swym-added:after {
	opacity: 1!important
}

.p-breadcrumbs {
	font-size: 10px;
	height: 35px;
	display: flex;
	align-items: center;
	margin: 0
}

.p-breadcrumbs__inner {
	width: 100%;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	line-height: 2;
	padding-right: 20px
}

.p-breadcrumbs__inner::-webkit-scrollbar {
	display: none
}

@media(min-width:768px) {
	.p-breadcrumbs__inner {
		max-width: 1260px;
		padding: 0 40px;
		margin: auto
	}
}

.p-breadcrumbs__arrow {
	position: relative;
	width: 20px;
	display: inline-block
}

.p-breadcrumbs__arrow:after {
	content: ">";
	position: absolute;
	top: -10px;
	left: 38%;
	color: #999
}

.p-breadcrumbs__home {
	margin-left: 20px
}

@media(min-width:768px) {
	.p-breadcrumbs__home {
		margin-left: 0
	}
}

.p-breadcrumbs a {
	color: #333;
	display: inline-block
}

.p-gnav {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0
}

.p-gnav__item {
	font-size: 12px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0 26px;
	cursor: pointer
}

.p-gnav__item a {
	color: #fff;
}

.p-gnav__item a:hover {
	font-weight: 700;
}

.p-gnav__item span {
	position: relative
}

.p-gnav__item span:after {
	content: "";
	width: 1px;
	height: 16px;
	background-color: #fff9;
	position: absolute;
	top: 50%;
	right: -26px;
	transform: translateY(-50%)
}

.p-gnav__item--newArrival a {
	color: #fff
}

.p-gnav__item--newArrival a:hover {
	font-weight: 700
}

.p-gnav__item--plusSize a {
	color: #fff
}

.p-gnav__item--plusSize a:hover {
	font-weight: 700
}

.p-gnav__item:nth-of-type(4) span:after {
	content: none
}

.p-gnav__item:hover .p-gnav__content {
	display: block
}

.p-gnav__item:hover>span {
	font-weight: 700
}

.p-gnav__item input {
	display: block;
	width: 245px;
	height: 24px;
	border: 1px solid rgba(255,255,255,.6);
	background: url(./img-ico--search--wh.png) no-repeat center right 10px/15px;
	background-color: inherit;
	padding: 0 10px;
	font-size: 13px;
	color: #fff
}

.p-gnav__item input::placeholder {
	color: #fff;
	font-size: 12px
}

.p-gnav__content {
	display: none;
	width: 100%;
	background-color: #fff;
	min-height: 400px;
	position: absolute;
	top: 42px;
	left: 0;
	z-index: 5;
	box-shadow: 0 5px 5px #00000026
}

.p-gnav__content--category {
	min-height: 200px
}

.p-gnav__content__inner {
	width: 100%;
	max-width: 1260px;
	padding: 40px 40px 0;
	margin: auto
}

.p-gnav__content__list {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	width: 100%
}

.p-gnav__content__list li {
	width: 33%;
	font-size: 12px;
	margin: 0 0 20px;
	padding-right: 15px;
	line-height: 1.4
}

@media(min-width:1000px) {
	.p-gnav__content__list li {
		width: 25%
	}
}

@media(min-width:1200px) {
	.p-gnav__content__list li {
		width: 20%
	}
}

.p-gnav__content__list li a {
	color: #333
}

.p-gnav__content__list li a:hover {
	text-decoration: underline
}

.p-gnav__initials {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #777;
	font-size: 16px;
	margin: 0;
	position: relative
}

.p-gnav__initials__item {
	padding: 0 3px 8px;
	margin: 0 7px 0 0;
	border-bottom: 2px solid #FFF;
	font-size: 14px
}

.p-gnav__initials__item:last-child {
	margin: 0
}

.p-gnav__initials__item.js-active {
	color: #e3a2a2;
	border-bottom: 2px solid #E3A2A2
}

@media(min-width:1000px) {
	.p-gnav__initials__item {
		margin: 0 16px 0 0
	}
}

.p-gnav__initials__content {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%
}

.p-gnav__initials__content.js-show {
	display: block
}

.l-nav.js-active .p-nav__content {
	opacity: 1
}

.p-nav {
	display: flex;
	height: 100%
}

.p-nav__content {
	background-color: #e3a2a2;
	flex: 1;
	position: relative;
	opacity: 0;
	overflow: hidden;
	transition: all .3s cubic-bezier(.24,.78,.52,1.02)
}

.p-nav__content__scroll {
	overflow: auto;
	height: 100%;
	padding-bottom: 120px
}

.p-nav__close {
	width: 65px;
	text-align: center;
	padding: 30px 0 0;
	background-color: #ffffffd9;
	position: relative;
	z-index: 10
}

.p-nav__header {
	border-bottom: 1px solid rgba(255,255,255,.6)
}

.p-nav__header__list {
	display: flex;
	justify-content: center;
	align-items: center
}

.p-nav__header__list li {
	font-size: 12px;
	height: 30px;
	padding: 0 22px;
	position: relative
}

@media(max-width:374px) {
	.p-nav__header__list li {
		padding: 0 15px
	}
}

.p-nav__header__list li:nth-of-type(2):before,.p-nav__header__list li:nth-of-type(2):after {
	content: "";
	width: 1px;
	height: 18px;
	background-color: #fff9;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

.p-nav__header__list li:nth-of-type(2):after {
	left: auto;
	right: 0
}

.p-nav__header__list li a {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	position: relative
}

.p-nav__header__list li a.is-current {
	font-weight: 700
}

.p-nav__header__list li a.is-current:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translate(-50%)
}

.p-nav__search {
	padding: 20px
}

.p-nav__search__title {
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 11px;
	color: #fff;
	opacity: 1
}

.p-nav__search__input {
	border: none;
	display: block;
	border-radius: 4px;
	height: 40px;
	width: 100%;
	padding: 0 5px 0 40px;
	font-size: 16px;
	background: url(./img-ico--search.png) no-repeat center left 10px/25px #fff
}

.p-nav__search__input::placeholder {
	color: #777;
	font-size: 14px
}

.p-nav__list__input {
	border: none;
	font-size: 12px;
	padding: 0
}

.p-nav__list__input::placeholder {
	color: #fff;
	font-size: 12px
}

.p-nav__list__item {
	height: 47px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	font-size: 12px;
	border-bottom: 1px solid rgba(255,255,255,.6);
	padding: 0 20px;
	position: relative
}

.p-nav__list__item:after {
	content: "";
	width: 5px;
	height: 5px;
	border-right: 1px solid rgba(255,255,255,.6);
	border-bottom: 1px solid rgba(255,255,255,.6);
	transform: translateY(-50%) rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 20px
}

.p-nav__list__item--title {
	background-color: #fff;
	color: #8f4242;
	height: auto;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: 500
}

.p-nav__list__item--title:after {
	content: none
}

.p-nav__list__item a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: calc(100% + 40px);
	height: 100%;
	padding-left: 50px;
	position: relative;
	color: #fff;
	margin: 0 -20px
}

.p-nav__list__item a svg {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%)
}

.p-nav__list__item a svg .c-svgPathMain {
	fill: #fff
}

.p-nav__list__item a svg .c-svgStrokeMain {
	stroke: #fff
}

.p-nav__list__item--noIcon a {
	padding-left: 20px
}

.p-nav__sns {
	width: 100%;
	padding: 20px 15px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	border-bottom: 1px solid rgba(255,255,255,.6)
}

.p-nav__sns li {
	padding: 0
}

.p-nav__lang {
	padding: 20px 0 0;
	text-align: center
}

.p-nav__lang .ly-languages-switcher-link {
	color: #fff!important
}

.p-nav__lang .ly-languages-switcher-link.current_lang {
	color: #fff!important;
	font-weight: 700;
	pointer-events: none;
	text-decoration: underline
}

.p-nav__slide {
	position: absolute;
	top: 0;
	left: 100%;
	bottom: 0;
	width: 100%;
	background-color: #e3a2a2;
	transition: all .3s cubic-bezier(.24,.78,.52,1.02)
}

.p-nav__slide.js-active {
	left: 0
}

.p-nav__scroll {
	overflow-y: scroll;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 150px
}

.p-nav__link li a {
	height: 47px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	font-size: 12px;
	border-bottom: 1px solid rgba(255,255,255,.6);
	padding: 0 20px;
	position: relative
}

.p-nav__link li a:after {
	content: "";
	width: 5px;
	height: 5px;
	border-right: 1px solid rgba(255,255,255,.6);
	border-bottom: 1px solid rgba(255,255,255,.6);
	transform: translateY(-50%) rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 20px
}

.p-nav__back {
	height: 47px;
	padding: 0 20px 0 35px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 700;
	color: #fff;
	font-size: 12px;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,.6)
}

.p-nav__back:before {
	content: "";
	width: 5px;
	height: 5px;
	border-right: 1px solid rgba(255,255,255,.6);
	border-bottom: 1px solid rgba(255,255,255,.6);
	transform: translateY(-50%) rotate(135deg);
	position: absolute;
	top: 50%;
	left: 20px
}

.p-nav__brandInitial {
	margin: 0
}

.p-nav__brandInitial dt {
	font-weight: 700;
	height: 47px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	font-size: 12px;
	border-bottom: 1px solid rgba(255,255,255,.6);
	padding: 0 20px;
	position: relative
}

.p-nav__brandInitial dt:after {
	content: "";
	width: 5px;
	height: 5px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px
}

.p-nav__brandInitial dd {
	display: none;
	margin: 0;
	padding: 0
}

.p-nav__brandInitial dd a {
	height: 47px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	font-size: 12px;
	border-bottom: 1px solid rgba(255,255,255,.6);
	padding: 0 30px 0 36px;
	position: relative
}

.p-nav__brandInitial dd a:after {
	content: "";
	width: 5px;
	height: 5px;
	border-right: 1px solid rgba(255,255,255,.6);
	border-bottom: 1px solid rgba(255,255,255,.6);
	transform: translateY(-50%) rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 20px
}

.p-nav__brandBlock {
	display: none
}

.p-nav__recently {
	padding: 10px 20px
}

.p-nav__recently #recently-viewed-products {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 7px
}

.p-header__news {
	text-align: center;
	background-color: #ededed;
	font-size: 10px;
	padding: 7px 10px
}

@media(min-width:768px) {
	.p-header__news {
		font-size: 11px;
		padding: 9px 10px
	}
}

.p-header__news a {
	color: #333
}

@media(min-width:768px) {
	.p-header__news a:hover {
		text-decoration: underline
	}
}

.p-header__main {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #EAEAEA
}

@media(min-width:768px) {
	.p-header__main {
		justify-content: space-between;
		height: 77px;
		border: none
	}
}

.p-header__nav {
	border-bottom: 1px solid #EAEAEA;
	width: 100%;
	position: relative;
	z-index: 1
}

@media(min-width:768px) {
	.p-header__nav {
		width: auto;
		border-bottom: none
	}
}

.p-header__nav__list {
	display: flex;
	justify-content: center;
	align-items: center
}

@media(min-width:768px) {
	.p-header__nav__list {
		margin-left: 17px
	}
}

.p-header__nav__list li {
	font-size: 12px;
	height: 30px;
	padding: 0 22px;
	position: relative
}

@media(min-width:768px) {
	.p-header__nav__list li {
		font-size: 13px;
		padding: 0 24px
	}
}

.p-header__nav__list li:nth-of-type(2):before {
	content: "";
	width: 1px;
	height: 18px;
	background-color: #eaeaea;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

.p-header__nav__list li a {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #999;
	position: relative
}

.p-header__nav__list li a:after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%)
}

@media(min-width:768px) {
	.p-header__nav__list li a:hover {
		color: #000
	}
}

.p-header__nav__list li a.is-current {
	font-weight: 700;
	color: #000;
	pointer-events: none
}

.p-header__nav__list li a.is-current:after {
	background-color: #e3a2a2
}

@media(min-width:768px) {
	.p-header__nav__list li:nth-of-type(1) a:hover:after {
		background-color: #e3a2a2
	}
}

@media(min-width:768px) {
	.p-header__nav__list li:nth-of-type(2) a:hover:after {
		background-color: #75b5dd
	}
}

@media(min-width:768px) {
	.p-header__nav__list li:nth-of-type(3) a:hover:after {
		background-color: #baa169
	}
}

.p-header__logo {
	height: 60px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap
}
.p-header__logo svg path{
    fill: #731c1f;
}

@media(min-width:768px) {
	.p-header__logo {
		height: auto;
		width: auto;
		padding: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%)
	}
}

.p-header__logo>div {
	text-align: center
}

/* .p-header__logo img,.p-header__logo svg {
	width: 96px;
	height: auto
}

@media(min-width:768px) {
	.p-header__logo img,.p-header__logo svg {
		width: 142px
	}
} */

.p-header__logo__title {
	font-size: 10px;
	color: #8f4242;
	margin: 0;
	padding: 0;
	transform: scale(.85);
	width: 100%;
	text-align: center
}

@media(max-width:374px) {
	.p-header__logo__title {
		transform: scale(.7)
	}
}

.p-header__toggle {
	position: absolute;
	top: 40px;
	left: 13px
}

@media(min-width:768px) {
	.p-header__toggle {
		display: none
	}
}

.p-header__guide {
	position: absolute;
	top: 44px;
	right: 20px
}

@media(min-width:768px) {
	.p-header__guide {
		position: relative;
		top: 2px;
		right: 35px
	}
}

.p-header__guide__list {
	display: flex;
	align-items: center;
	justify-content: space-between
}

@media(min-width:768px) {
	.p-header__guide__list {
		gap: 20px;
	}
}

.p-header__guide__item {
	display: none;
	position: relative
}

@media(min-width:768px) {
	.p-header__guide__item {
		display: block
	}
}

.p-header__guide__item--account {
	display: block;
	top: 4px;
	right: 2px
}

@media(min-width:768px) {
	.p-header__guide__item--account {
		top: 0;
		right: 0
	}
}

.p-header__guide__item--account .p-header__guide__text {
	width: 160px
}

.p-header__guide__item--shoppingGuide .p-header__guide__text {
	width: 150px
}

.p-header__guide__item--cart {
	display: block;
	top: 4px;
	right: -10px
}

@media(min-width:768px) {
	.p-header__guide__item--cart {
		top: 0;
		right: 0
	}
}

.p-header__guide__item--cart .p-header__guide__text {
	width: 120px;
	transform: translate(-60%)
}

@media(min-width:768px) {
	.p-header__guide__item:hover .p-header__guide__text {
		display: block
	}

	.p-header__guide__item:hover .p-header__guide__icon {
		fill: #e3a2a2
	}
}

.p-header__guide__text {
	display: none;
	position: absolute;
	top: 32px;
	left: 50%;
	transform: translate(-50%);
	font-size: 11px;
	text-align: center;
	width: 100px;
	margin: 0
}

.p-header__guide__text span {
	display: inline-block;
	padding: 3px 12px 4px;
	border-radius: 2px;
	background-color: #777;
	color: #fff
}

.p-footer__inner {
	width: 100%;
	max-width: 1260px;
	padding: 0 20px;
	margin: auto
}

@media(min-width:768px) {
	.p-footer__inner {
		padding: 0 40px
	}
}

.p-footer__block {
	display: flex;
	flex-wrap: wrap;
	padding: 25px 0
}

@media(min-width:768px) {
	.p-footer__block {
		padding: 30px 0
	}
}

@media(min-width:768px) {
	.p-footer__block:nth-of-type(1) {
		padding: 50px 0
	}
}

.p-footer__block:nth-last-of-type(1) {
	border: none
}

.p-footer__block--between {
	justify-content: space-between
}

.p-footer__block--product {
	padding-bottom: 150px
}

@media(min-width:768px) {
	.p-footer__block--product {
		padding-bottom: 50px
	}
}

.p-footer__block__title {
	font-size: 11px;
	font-weight: 700;
	margin: 0 0 20px;
	line-height: 1.3;
	color: #777
}

@media(min-width:768px) {
	.p-footer__block__title {
		font-size: 12px;
		margin: 0 0 24px
	}
}

.p-footer__contentNav {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 -20px;
	width: 100%
}

@media(min-width:768px) {
	.p-footer__contentNav {
		margin-bottom: 0
	}
}

.p-footer__contentNav li {
	width: 50%;
	margin: 0 0 20px
}

@media(min-width:768px) {
	.p-footer__contentNav li {
		width: 20%;
		margin: 0
	}
}

.p-footer__contentNav li a {
	display: flex;
	align-items: center;
	justify-content: flex-start
}

@media(min-width:768px) {
	.p-footer__contentNav li a {
		display: block
	}
}

.p-footer__contentNav__icon {
	width: 65px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center
}

.p-footer__contentNav__icon img {
	max-width: 100%;
}

@media(min-width:768px) {
	.p-footer__contentNav__icon {
		width: 100%;
		height: 38px
	}
}

.p-footer__contentNav__text-title {
	color: #777;
	font-weight: 500;
    font-size: 14px;
}

@media(min-width:768px) {
	.p-footer__contentNav__text {
		text-align: center
	}
}

.p-footer__contentNav__text p {
	font-size: 10px;
	margin: 3px 0 0;
	color: #777
}

@media(min-width:768px) {
	.p-footer__contentNav__text p {
		font-size: 11px;
		margin: 1px 0 0
	}
}

.p-footer__logo {
	width: 100%;
	margin: 0 0 16px
}

@media(min-width:768px) {
	.p-footer__logo {
		width: 152px;
		margin: 0 8% 0 2%;
		display: flex;
		align-items: center
	}
}

.p-footer__logo svg {
	width: auto;
	height: 25px
}

@media(min-width:768px) {
	.p-footer__logo svg {
		width: 100%;
		height: 32px
	}
}

.p-footer__breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px
}

@media(min-width:768px) {
	.p-footer__breadcrumbs {
		margin: 0
	}
}

@media(min-width:1000px) {
	.p-footer__breadcrumbs {
		flex: 1
	}
}

.p-footer__breadcrumbs li {
	width: 50%;
	font-size: 11px;
	line-height: 1.5
}

@media(min-width:768px) {
	.p-footer__breadcrumbs li {
		width: 100%;
		font-size: 13px;
		margin: 0 0 7px
	}

	.p-footer__breadcrumbs li:last-child {
		margin: 0
	}
}

.p-footer__breadcrumbs li a {
	color: #777
}

@media(min-width:768px) {
	.p-footer__breadcrumbs li a:hover {
		text-decoration: underline
	}
}

.p-footer__sns {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin: 0;
	padding: 0
}

@media(min-width:768px) {
	.p-footer__sns {
		margin: 20px auto 0;
		width: 384px;
		justify-content: space-between
	}
}

@media(min-width:1000px) {
	.p-footer__sns {
		margin: 0 40px 0 0
	}
}

.p-footer__sns li {
	padding: 0 25px;
	margin: 0
}

@media(min-width:768px) {
	.p-footer__sns li {
		padding: 0
	}
}

.p-footer__navWrap {
	margin: 0 0 -14px
}

@media(min-width:768px) {
	.p-footer__navWrap {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		width: 100%;
		margin: 0
	}
}

.p-footer__nav {
	display: flex;
	flex-wrap: wrap;
	width: 100%
}

@media(min-width:768px) {
	.p-footer__nav {
		width: 300px
	}
}

.p-footer__nav li {
	width: 50%;
	position: relative;
	font-size: 11px;
	margin: 0 0 14px
}

@media(min-width:768px) {
	.p-footer__nav li {
		width: 100%;
		font-size: 12px
	}

	.p-footer__nav li:last-child {
		margin: 0
	}
}

.p-footer__nav li:before {
	content: "-";
	display: inline-block;
	margin-right: 10px
}

.p-footer__nav li a {
	color: #777
}

@media(min-width:768px) {
	.p-footer__nav li a:hover {
		text-decoration: underline
	}
}

.p-footer__relationship {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	margin: 0 0 -12px
}

.p-footer__relationship li {
	width: 50%;
	font-size: 11px;
	margin: 0 0 12px;
	line-height: 1.3
}

@media(min-width:768px) {
	.p-footer__relationship li {
		width: 33%;
		margin: 0 0 7px
	}
}

@media(min-width:768px) {
	.p-footer__relationship li {
		width: 25%
	}
}

.p-footer__relationship li a {
	color: #777
}

@media(min-width:768px) {
	.p-footer__relationship li a:hover {
		text-decoration: underline
	}
}

.p-footer__copyright {
	color: #777;
	font-size: 10px
}

@media(min-width:768px) {
	.p-footer__copyright {
		font-size: 11px
	}
}

.p-footer__lang__list {
	display: flex;
	justify-content: flex-end;
	font-size: 11px
}

@media(min-width:768px) {
	.p-footer__lang__list {
		font-size: 12px
	}
}

.p-footer__lang__list li {
	margin-left: 23px
}

.p-footer__lang__list li.is-current a {
	color: #000;
	pointer-events: none
}

.p-footer__lang__list a {
	color: #777
}

@media(min-width:768px) {
	.p-footer__lang__list a:hover {
		text-decoration: underline
	}
}

.p-section {
	padding: 40px 0 32px;
	overflow: hidden;
	position: relative;
	margin: 0 0 -1px
}

@media(min-width:768px) {
	.p-section {
		padding: 77px 0
	}
}

.p-section--gray {
	background-color: #f8f7f4
}

.p-section--border-top,.p-section--border-bottom {
	border-top: 1px solid #EAEAEA
}

.p-section__inner {
	width: 100%;
	max-width: 1260px;
	padding: 0 20px;
	margin: auto
}

@media(min-width:768px) {
	.p-section__inner {
		padding: 0 40px
	}
}

.p-section__inner--slider {
	padding: 0
}

.p-section__button {
	width: 240px;
	margin: 35px auto 0
}

@media(min-width:768px) {
	.p-section__button {
		margin-top: 40px
	}
}

.p-keyword {
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	margin: 0 -20px -10px;
	padding: 0 20px
}

@media(min-width:768px) {
	.p-keyword {
		overflow-x: inherit;
		white-space: normal;
		text-align: center;
		width: 750px;
		margin: 0 auto -20px
	}
}

.p-keyword li {
	display: inline-block;
	font-size: 11px;
	margin: 0 10px 10px 0
}

@media(min-width:768px) {
	.p-keyword li {
		font-size: 14px;
		margin: 0 10px 20px
	}
}

.p-keyword li a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: #333;
	border: 1px solid #CCC;
	height: 30px;
	border-radius: 30px;
	padding: 0 13px
}

@media(min-width:768px) {
	.p-keyword li a {
		padding: 0 15px;
		transition: .2s
	}

	.p-keyword li a:hover {
		opacity: .7
	}
}

.p-brandRanking {
	margin: 0 auto
}

.p-brandRanking__list {
	counter-reset: item;
	list-style-type: none
}

@media(min-width:768px) {
	.p-brandRanking__list {
		width: 100%;
		column-count: 2
	}
}

@media(min-width:1200px) {
	.p-brandRanking__list {
		padding-left: 150px
	}
}

.p-brandRanking__list li {
	font-size: 14px;
	margin: 0 0 17px;
	padding: 0 0 0 33px;
	text-align: left;
	line-height: 1.5;
	position: relative
}

.p-brandRanking__list li:before {
	counter-increment: item;
	content: counter(item) ".";
	position: absolute;
	top: -3px;
	left: 0;
	font-size: 18px;
	color: #000
}

.p-brandRanking__list li:nth-of-type(10):before {
	left: -10px
}

.p-brandRanking__list li a {
	color: #000
}

.p-brandRanking__list li a:hover {
	text-decoration: underline
}

.p-brandRanking__list li span {
	font-size: 11px;
	color: #666
}

.p-blog__list {
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch
}

@media(min-width:1000px) {
	.p-blog__list {
		overflow: inherit;
		white-space: normal;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch
	}
}

.p-blog__list::-webkit-scrollbar {
	display: none
}

.p-blog__item {
	display: inline-block;
	margin: 0 10px 0 0;
	width: 283px
}

@media(min-width:1000px) {
	.p-blog__item {
		display: block;
		width: 24%;
		max-width: 283px
	}
}

.p-blog__item:last-child {
	margin: 0
}

.p-blog__thumb {
	margin: 0 0 13px
}

.p-blog__thumb img {
	width: 100%
}

.p-blog__title {
	font-size: 13px;
	line-height: 1.5;
	white-space: normal
}

@media(min-width:768px) {
	.p-blog__title {
		font-size: 14px
	}
}

.p-blog__title a {
	color: #333
}

.p-campaignSlider {
	padding-bottom: 30px;
	margin-bottom: -30px
}

@media(min-width:768px) {
	.p-campaignSlider .swiper-slide {
		width: 600px
	}
}

.p-form {
	display: flex;
	flex-wrap: wrap
}

.p-form>div {
	width: 100%
}

.p-form--register.en .p-form__firstName {
	order: 1
}

.p-form--register.en .p-form__lastName {
	order: 2
}

.p-form--register.en .p-form__email {
	order: 3
}

.p-form--register.en .p-form__password {
	order: 4
}

.p-form--register.en .p-form__mailMagazine {
	order: 5
}

.p-form--register.en .p-form__emailLang {
	order: 6
}

.p-form--register.en .p-form__button {
	order: 7
}

.p-form--address.en .p-form__firstName {
	order: 1
}

.p-form--address.en .p-form__lastName {
	order: 2
}

.p-form--address.en .p-form__address01 {
	order: 3
}

.p-form--address.en .p-form__address02 {
	order: 4
}

.p-form--address.en .p-form__city {
	order: 5
}

.p-form--address.en .p-form__country {
	order: 6
}

.p-form--address.en .p-form__province {
	order: 7
}

.p-form--address.en .p-form__zip {
	order: 8
}

.p-form--address.en .p-form__phone {
	order: 9
}

.p-form--address.en .p-form__checkBox {
	order: 10
}

.p-form--address.en .p-form__button {
	order: 11
}

.p-form--address.en .p-form__cancel {
	order: 12
}

.p-form__mailMagazine {
	margin-bottom: 15px
}

.p-form__mailMagazine__check {
	display: flex
}

.p-form__mailMagazine__check input {
	margin: 3px 10px 0 0
}

.p-form__mailMagazine__attention {
	text-align: left;
	background-color: #f8f7f4;
	padding: 10px;
	line-height: 1.75;
	font-size: 12px;
	color: #333
}

.p-form__emailLang {
	margin-bottom: 70px;
	opacity: .3;
	pointer-events: none
}

.p-form__emailLang.is-active {
	opacity: 1;
	pointer-events: inherit
}

.p-form__emailLang__check {
	display: flex;
	align-items: center
}

.p-form__emailLang__check label {
	margin: 0 25px 0 0
}

.p-form__emailLang__check input {
	margin: 0 7px 0 0
}

.p-about__mainv {
	background: #f8f7f4;
	overflow: hidden
}

@media(min-width:768px) {
	.p-about__mainv {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 90px 0 110px
	}
}

@media(max-width:767px) {
	.p-about__mainv__figure {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0
	}

	.p-about__mainv__figure:first-child {
		margin-left: -32px;
		margin-bottom: 42px
	}

	.p-about__mainv__figure:last-child {
		padding-bottom: 10px;
		margin-left: -78px
	}

	.p-about__mainv__figure img {
		max-width: 750px;
		height: 117px;
		flex: 1;
		object-fit: cover
	}
}

.p-about__title {
	margin: 0 0 24px;
	text-align: center
}

@media(max-width:767px) {
	.p-about__title {
		padding: 0 20px
	}
}

@media(min-width:768px) {
	.p-about__title {
		margin-bottom: 34px
	}
}

.p-about__title__sub {
	display: block;
	margin-bottom: 24px;
	color: #be7676;
	font-size: 16px;
	line-height: 1.5
}

@media(min-width:768px) {
	.p-about__title__sub {
		font-size: 20px;
		margin-bottom: 17px;
		line-height: 1
	}
}

.p-about__title__main {
	display: block;
	color: #7a1e1e;
	font-size: 32px;
	line-height: 1.5;
	font-family: serif;
	font-weight: 300
}

@media(min-width:768px) {
	.p-about__title__main {
		font-size: 48px;
		line-height: 1
	}
}

@media(min-width:768px) {
	.p-about__title__wrap {
		max-width: 585px;
		position: relative
	}

	.p-about__title__wrap:before,.p-about__title__wrap:after {
		display: block;
		position: absolute;
		top: 50%
	}

	.p-about__title__wrap:before {
		content: url(/cdn/shop/t/6/assets/img-about--mainvLeft--md.png);
		left: 0;
		transform: translate(-96%,-47%)
	}

	.p-about__title__wrap:after {
		content: url(/cdn/shop/t/6/assets/img-about--mainvRight--md.png);
		right: 0;
		transform: translate(90%,-57%)
	}
}

.p-about__lead {
	margin-bottom: 32px;
	color: #7a1e1e;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.7;
	text-align: center
}

@media(max-width:767px) {
	.p-about__lead {
		padding: 0 20px
	}
}

@media(min-width:768px) {
	.p-about__lead {
		margin-bottom: 0;
		line-height: 1.8
	}
}

.p-about__buttonList {
	margin-bottom: -16px
}

@media(min-width:768px) {
	.p-about__buttonList {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: wrap
	}
}

.p-about__buttonList li {
	margin-bottom: 16px
}

@media(min-width:768px) {
	.p-about__buttonList li {
		width: calc((100% - 32px) / 3);
		margin-right: 16px
	}

	.p-about__buttonList li:nth-of-type(3n) {
		margin-right: 0
	}
}

.p-about__sectionTitle {
	width: 100%;
	max-width: 262px;
	margin: -52px auto 42px;
	padding-bottom: 14px;
	box-sizing: border-box;
	line-height: 1;
	position: relative;
	z-index: 3
}

@media(min-width:768px) {
	.p-about__sectionTitle {
		max-width: 493px;
		width: 100%;
		margin-top: -30px;
		margin-bottom: 56px
	}
}

.p-about__sectionTitle>span {
	display: block;
	position: relative;
	padding: 18px 5px;
	color: #7a1e1e;
	font-size: 16px;
	font-weight: 300;
	background: #fff;
	border: solid 2px #7A1E1E;
	border-radius: 8px;
	text-align: center
}

@media(min-width:768px) {
	.p-about__sectionTitle>span {
		padding: 24px 10px;
		font-size: 20px
	}
}

.p-about__sectionTitle>span:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 28px solid #FFF;
	z-index: 2
}

.p-about__sectionTitle>span:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 28px solid #7A1E1E;
	z-index: -1
}

.p-about__wrap {
	padding-bottom: 64px
}

@media(min-width:768px) {
	.p-about__wrap {
		padding-bottom: 80px
	}
}

.p-about__wrap:not(:first-of-type) {
	padding-top: 64px
}

@media(min-width:768px) {
	.p-about__wrap:not(:first-of-type) {
		padding-top: 80px
	}
}

@media(max-width:767px) {
	.p-about__wrap:not(:last-of-type) {
		border-bottom: 1px solid #EAEAEA
	}
}

@media(min-width:768px) {
	.p-about__wrap {
		max-width: 752px;
		width: 100%;
		margin: 0 auto;
		position: relative
	}

	.p-about__wrap:not(:last-of-type):after {
		content: "";
		position: absolute;
		display: block;
		width: 100vw;
		height: 1px;
		margin: 0 calc(50% - 50vw);
		background: #eaeaea;
		bottom: 0
	}
}

.p-about__wrap>p {
	margin-bottom: 64px;
	color: #666;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.7
}

@media(min-width:768px) {
	.p-about__wrap>p {
		max-width: 640px;
		margin: 0 auto 64px
	}
}

.p-about__figure {
	max-width: 147px;
	width: 100%;
	margin: 0 auto 48px
}

@media(min-width:768px) {
	.p-about__figure {
		max-width: 210px
	}
}

.p-about__heading {
	margin-bottom: 32px;
	color: #7a1e1e;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.6
}

@media(min-width:768px) {
	.p-about__heading {
		font-size: 24px;
		line-height: 1.75;
		text-align: center
	}
}

.p-itemRanking {
	counter-reset: number 0
}

.p-itemRanking li {
	position: relative
}

.p-itemRanking li:after {
	counter-increment: number 1;
	content: counter(number);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #DDD;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10
}

.p-itemRanking li:nth-of-type(1):after {
	background-color: #c1ab05;
	border: 1px solid #C1AB05;
	color: #fff
}

.p-itemRanking li:nth-of-type(2):after {
	background-color: #7f7f7f;
	border: 1px solid #7F7F7F;
	color: #fff
}

.p-itemRanking li:nth-of-type(3):after {
	background-color: #603c29;
	border: 1px solid #603C29;
	color: #fff
}

.p-spScrollNav {
	margin: 0;
	background: #fff;
	white-space: nowrap;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch
}

.p-spScrollNav::-webkit-scrollbar {
	display: none
}

@media(min-width:768px) {
	.p-spScrollNav {
		display: none
	}
}

.p-spScrollNav li {
	display: inline-block;
	margin: 10px 10px 10px 0
}

.p-spScrollNav li:first-child {
	margin-left: 10px
}

.p-spScrollNav li a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	height: 25px;
	padding: 0 12px;
	border-radius: 4px;
	background-color: #ededed;
	color: #222;
	font-weight: 700
}

.p-spForm {
	padding: 7px 10px;
	border-bottom: 1px solid #ededed
}

.p-spForm .p-nav__search__input {
	border: 1px solid #ededed
}

.p-spForm .p-nav__search__input::placeholder {
	color: #000
}

@media(min-width:768px) {
	.p-spForm {
		display: none
	}
}

.p-itemList {
	display: grid;
	grid-template-columns: 32% 32% 32%;
	grid-column-gap: 2%;
	grid-row-gap: 15px
}

@media(min-width:768px) {
	.p-itemList {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 30px
	}
}

@media(min-width:768px) {
	.top-kv {
		margin: 20px 0 0
	}
}

.top-newArrival .p-section {
	padding-top: 55px
}

@media(min-width:768px) {
	.top-newArrival .p-section {
		padding-top: 77px
	}
}

.fleur .l-gnav {
	background-color: #75b5dd
}

.fleur .p-header__nav__list li a.is-current:after {
	background-color: #75b5dd
}

.fleur .p-header__logo img,.fleur .p-header__logo svg {
	width: 120px
}

@media(min-width:768px) {
	.fleur .p-header__logo img,.fleur .p-header__logo svg {
		width: 170px
	}
}

.fleur .p-nav__list__item--title {
	color: #75b5dd
}

.fleur .p-header__logo p {
	margin-top: -2px;
	color: #333
}

@media(min-width:768px) {
	.fleur .p-header__logo p {
		margin-top: 0
	}
}

.fleur .p-nav__content,.fleur .p-nav__slide {
	background-color: #75b5dd
}

.fleur .fill-blue {
	fill: #75b5dd
}

.fleur .stroke-blue {
	stroke: #75b5dd
}

@media(min-width:768px) {
	.p-article {
		display: flex
	}
}

.p-article__main {
	width: 100%
}

@media(max-width:767px) {
	.p-article__main {
		margin-bottom: 64px
	}
}

@media(min-width:768px) {
	.p-article__main {
		max-width: 920px;
		margin-right: 56px
	}
}

.p-article__header {
	margin-bottom: 42px
}

.p-article__title {
	margin: 0 0 16px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75
}

@media(min-width:768px) {
	.p-article__title {
		font-size: 20px
	}
}

.p-article__title:before {
	content: "";
	display: block;
	width: 24px;
	padding-bottom: 32px;
	border-top: 1px solid #666
}

.p-article__date {
	display: block;
	font-size: 12px
}

.p-article__body {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.75;
	margin-bottom: 32px
}

.p-article__figure {
	width: 100%;
	margin: 0 0 32px
}

@media(min-width:768px) {
	.p-article__figure {
		max-width: 640px
	}
}

.p-article small {
	display: block;
	margin-bottom: 64px;
	color: #ba1a1a;
	font-size: 11px
}

.swiper-button-next,.swiper-button-prev {
	visibility: hidden;
	top: 0;
	width: 40px;
	height: 100%;
	margin-top: 0;
	background-color: #fff
}

@media(min-width:768px) {
	.swiper-button-next,.swiper-button-prev {
		visibility: visible
	}
}

.swiper-button-next svg,.swiper-button-prev svg {
	height: auto;
	width: auto
}

.swiper-button-next--gray,.swiper-button-prev--gray {
	background-color: #f8f7f4
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	left: -5px;
	right: auto
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	right: -5px;
	left: auto
}

.swiper-button-next.swiper-button-disabled .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-disabled:after,.swiper-button-prev.swiper-button-disabled:after {
	opacity: .5
}

.swiper-button-next:after,.swiper-button-prev:after {
	font-size: 25px;
	color: #999
}

.swiper {
	position: relative
}

@media(min-width:768px) {
	.swiper {
		padding: 0 40px
	}
}

.swiper.p-campaignSlider {
	padding-bottom: 30px
}

@media(min-width:768px) {
	.swiper.p-campaignSlider {
		padding-bottom: 40px
	}
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: 0
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	background: none;
	opacity: 1;
	border: 1px solid #777
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #777
}

@media(min-width:768px) {
	.swiper-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px
	}
}

@media(min-width:768px) {
	.p-news {
		display: flex
	}
}

@media(max-width:767px) {
	.p-news__list {
		padding-bottom: 64px
	}
}

@media(min-width:768px) {
	.p-news__list {
		max-width: 920px;
		width: 100%;
		margin-right: 66px
	}
}

.p-news__item {
	border-bottom: 1px #EAEAEA solid
}

.p-news__item a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	padding: 12px 0;
	line-height: 1.9
}

@media(min-width:768px) {
	.p-news__item a {
		display: flex;
		padding: 16px 0
	}
}

.p-news__item a:hover {
	opacity: .7;
	transition: opacity .3s
}

.p-news__item__date {
	display: block;
	color: #666;
	font-size: 12px
}

@media(max-width:767px) {
	.p-news__item__date {
		margin-bottom: 8px
	}
}

@media(min-width:768px) {
	.p-news__item__date {
		margin-right: 16px;
		font-size: 14px
	}
}

.p-news__item__heading {
	margin: 0;
	font-size: 14px;
	font-weight: 400
}

.p-news__empty {
	width: 100%;
	text-align: center;
	color: #777;
	font-size: 16px
}

@media(min-width:768px) {
	.p-news__empty {
		font-size: 20px
	}
}

.p-guide__heading {
	margin: 0 0 32px;
	padding-bottom: 16px;
	border-bottom: 1px solid #EAEAEA;
	font-size: 16px;
	font-weight: 400
}

@media(min-width:768px) {
	.p-guide__heading {
		font-size: 20px;
		margin-bottom: 40px
	}
}

@media(min-width:768px) {
	.p-guide-flow {
		max-width: 984px;
		width: 100%;
		margin: auto
	}
}

.p-guide-flow__wrap {
	display: flex;
	flex: 1
}

.p-guide-flow__wrap:not(:last-child) {
	margin-bottom: 64px
}

@media(max-width:767px) {
	.p-guide-flow__wrap {
		padding: 0 8px
	}
}

.p-guide-flow__textarea {
	flex: 1
}

.p-guide-flow__figure {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 75px;
	height: 75px;
	width: 100%;
	margin: 0 22px 0 0;
	background: #f8f7f4;
	border-radius: 50%
}

@media(max-width:767px) {
	.p-guide-flow__figure {
		padding: 21px
	}
}

@media(min-width:768px) {
	.p-guide-flow__figure {
		min-width: 120px;
		height: 120px;
		margin: 0 48px 0 0
	}
}

.p-guide-flow__figure svg {
	width: 33px
}

.p-guide-flow__figure svg path {
	fill: #7a1e1e
}

.p-guide-flow__heading {
	margin: 0 0 16px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6
}

.p-guide-flow__lead {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.7
}

.p-guide-flow__lead:not(:last-child) {
	margin-bottom: 16px
}

.p-guide-flow small {
	display: block;
	color: #666;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.5
}

.p-guide-flow .c-button {
	width: 100%
}

@media(min-width:768px) {
	.p-guide-flow .c-button {
		max-width: 240px
	}
}

.p-member__wrap {
	margin-bottom: 64px
}

@media(min-width:768px) {
	.p-member__wrap {
		display: flex;
		align-items: center;
		max-width: 980px;
		width: 100%;
		margin: 0 auto 64px
	}

	.p-member__wrap:not(:last-of-type) {
		margin-bottom: 80px
	}
}

.p-member__figure {
	max-width: 147px;
	width: 100%;
	margin: 0 auto 48px
}

@media(min-width:768px) {
	.p-member__figure {
		max-width: 187px;
		margin: 0 48px 0 0
	}
}

.p-member__heading {
	margin: 0 0 32px;
	color: #7a1e1e;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6
}

@media(min-width:768px) {
	.p-member__heading {
		font-size: 24px
	}
}

.p-member__lead {
	color: #666;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7
}

.p-member__buttonWrap {
	width: 100%
}

@media(min-width:768px) {
	.p-member__buttonWrap {
		max-width: 848px;
		margin: auto
	}
}

.p-qanda {
	max-width: 980px;
	width: 100%;
	margin: auto
}

.p-qanda-link {
	margin-bottom: 48px;
	padding: 16px 24px;
	background: #f8f7f4
}

@media(min-width:768px) {
	.p-qanda-link {
		display: flex;
		flex-wrap: wrap;
		max-width: 980px;
		width: 100%;
		margin: 0 auto 80px;
		padding: 18px 102px
	}
}

.p-qanda-link a {
	display: block;
	color: #333;
	position: relative;
	padding: 8px 5px 8px 12px;
	font-size: 14px;
	line-height: 1.2
}

@media(min-width:768px) {
	.p-qanda-link a {
		width: calc(100% / 3);
		padding: 8px 10px 8px 12px
	}
}

.p-qanda-link a:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	position: absolute;
	top: 12px;
	left: 0;
	transform: rotate(-45deg)
}

.p-qanda__title {
	margin: 56px 0 16px;
	font-size: 18px;
	font-weight: 500
}

@media(min-width:768px) {
	.p-qanda__title {
		margin: 80px 0 32px
	}
}

.p-qanda__wrap {
	margin: 0 0 -1px;
	border: 1px solid #EAEAEA
}

.p-qanda__question {
	border-bottom: 1px solid #EAEAEA
}

.p-qanda__question a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px 54px 30px 19px;
	color: #333;
	font-size: 16px;
	position: relative
}

@media(min-width:768px) {
	.p-qanda__question a {
		padding: 30px 54px 30px 30px
	}
}

.p-qanda__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7px;
	max-width: 28px;
	height: 28px;
	width: 100%;
	border: 1px solid #333;
	border-radius: 50%;
	position: absolute;
	right: 17px;
	top: 50%;
	transform: translateY(-50%)
}

.p-qanda__icon span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 13px;
	height: 1px;
	background: #333;
	position: absolute
}

.p-qanda__icon span:nth-of-type(2) {
	transform: rotate(90deg) translateY(-1%)
}

.p-qanda__answer {
	margin: 0;
	padding: 20px;
	background: #f8f7f4
}

@media(min-width:768px) {
	.p-qanda__answer {
		padding: 40px
	}
}

.p-qanda__answer p {
	color: #666;
	font-size: 14px;
	line-height: 1.75
}

.p-qanda__answer p:not(:last-child) {
	margin-bottom: 32px
}

.p-qanda__answer p a {
	color: #7a1e1e;
	font-size: 14px
}

.p-qanda__answer p strong {
	font-weight: 700
}

@media(min-width:768px) {
	.p-shipping__wrap {
		display: flex;
		margin-left: -25px;
		margin-right: -25px
	}
}

.p-shipping__item {
	color: #333
}

@media(min-width:768px) {
	.p-shipping__item {
		width: calc(100% / 3);
		padding: 0 25px
	}
}

.p-shipping__item:not(:last-child) {
	padding-bottom: 80px
}

@media(min-width:768px) {
	.p-shipping__item:not(:last-child) {
		padding-bottom: 0;
		border-right: 1px solid #EEE
	}
}

.p-shipping__heading {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 40px;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px
}

.p-shipping__thumb {
	text-align: center;
	margin: 0 0 25px
}

.p-shipping__thumb img {
	box-shadow: 0 0 3px #0000001a;
	border-radius: 4px
}

.p-shipping__button {
	margin: 0 0 40px
}

@media(min-width:768px) {
	.p-shipping__button {
		margin: 0 0 70px
	}
}

.p-shipping__button .c-button {
	background-color: #e3a2a2;
	color: #fff;
	font-weight: 700;
	border: none;
	margin: auto;
	max-width: 500px;
	font-size: 15px
}

.p-shipping__button .c-button svg path {
	fill: #fff
}

.p-shipping__info {
	font-size: 15px
}

@media(min-width:768px) {
	.p-shipping__info {
		min-height: 200px
	}
}

.p-shipping__info__company {
	text-align: center;
	font-size: 18px;
	position: relative;
	margin: 0 0 30px
}

.p-shipping__info__company:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ddd;
	position: absolute;
	top: 10px;
	left: 0
}

.p-shipping__info__company span {
	display: inline-block;
	position: relative;
	background-color: #fff;
	padding: 0 25px;
	color: #707070
}

.p-shipping__info__delivery {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 30px
}

.p-shipping__info__delivery dt {
	width: 39px
}

.p-shipping__info__delivery dt img {
	width: 100%
}

.p-shipping__info__delivery dd {
	text-align: left;
	margin: 0 0 0 10px;
	font-size: 14px
}

.p-shipping__info__delivery dd strong {
	font-size: 20px;
	font-weight: 400
}

.p-shipping__attention {
	font-size: 14px;
	line-height: 1.75;
	border-top: 1px solid #DDD;
	margin: 20px 0 0;
	padding: 20px 0 0
}

.p-shipping__attention a {
	text-decoration: underline
}

.p-shipping__attention a:hover {
	color: #e3a2a2
}

.p-shipping__nav {
	margin: 0 0 30px;
	padding: 0 0 0 20px
}

.p-shipping__nav li {
	margin: 0 0 15px;
	list-style: disc
}

.p-shipping__nav li a {
	font-size: 14px;
	color: #333
}

@media(min-width:768px) {
	.p-shipping__nav {
		display: none
	}
}

.p-shipping__textBlock {
	background-color: #f5f5f5;
	padding: 15px;
	border-radius: 4px;
	text-align: center;
	line-height: 1.75;
	font-size: 13px;
	margin: 0 0 70px;
	color: #333
}

@media(min-width:768px) {
	.p-shipping__textBlock {
		font-size: 14px
	}
}

@media(min-width:768px) {
	.p-campaign__wrap {
		display: flex;
		flex-wrap: wrap;
		max-width: 980px;
		width: 100%;
		margin: auto
	}
}

@media(min-width:768px) {
	.p-campaign__item {
		width: calc((100% - 36px * 2) / 3)
	}

	.p-campaign__item:not(:nth-child(3n)) {
		margin-right: 36px
	}

	.p-campaign__item:nth-child(n+4) {
		margin-top: 80px
	}
}

@media(max-width:767px) {
	.p-campaign__item:not(:last-child) {
		margin-bottom: 36px
	}
}

.p-campaign__item a {
	color: #333
}

.p-campaign__figure {
	width: 100%;
	height: 0;
	overflow: hidden;
	margin: 0 0 8px;
	padding-top: 67%;
	position: relative
}

@media(min-width:768px) {
	.p-campaign__figure {
		margin-bottom: 10px
	}
}

.p-campaign__figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0
}

.p-campaign__heading {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 7px
}

.p-campaign__text {
	color: #666;
	font-size: 14px;
	line-height: 1.75;
	margin: 0 0 9px
}

@media(min-width:768px) {
	.p-campaign__text {
		margin: 0 0 9px
	}
}

.p-campaign__date {
	color: #666;
	font-size: 11px
}

.p-404 {
	padding-top: 70px
}

@media(min-width:768px) {
	.p-404 {
		padding-top: 100px
	}
}

@media(min-width:768px) {
	.p-404 .l-main {
		padding-bottom: 80px
	}
}

.p-404__text {
	padding-bottom: 48px;
	font-size: 13px;
	color: #666;
	line-height: 1.8
}

@media(min-width:768px) {
	.p-404__text {
		font-size: 14px;
		padding-bottom: 64px;
		text-align: center
	}
}

.p-404__heading {
	margin: 0 0 32px;
	padding-bottom: 14px
}

.p-404__heading>span {
	display: block;
	position: relative;
	padding: 22px 5px;
	font-size: 20px;
	font-weight: 400;
	border-radius: 8px;
	text-align: center;
	background: #f8f7f4
}

@media(min-width:768px) {
	.p-404__heading>span {
		font-size: 20px;
		max-width: 493px;
		width: 100%;
		margin: auto
	}
}

.p-404__heading>span:after {
	content: "";
	position: absolute;
	bottom: -28px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 28px solid #F8F7F4
}

@media(min-width:768px) {
	.p-404__wrap {
		display: flex;
		max-width: 980px;
		width: 100%;
		margin: auto
	}
}

@media(min-width:768px) {
	.p-404__item {
		width: calc((100% - 37px * 2) / 3)
	}

	.p-404__item:not(:nth-child(3n)) {
		margin-right: 37px
	}
}

@media(max-width:767px) {
	.p-404__item:not(:last-child) {
		margin-bottom: 48px
	}
}

.p-404__item p {
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	color: #333
}

@media(max-width:767px) {
	.p-404__item p span {
		color: #666;
		font-size: 13px
	}
}

.p-404__item a {
	display: block;
	width: 100%;
	height: 100%
}

.p-404__item a:hover {
	opacity: .7;
	transition: opacity .3s
}

.p-404__figure {
	margin: 0 0 16px
}

.p-404__figure img {
	width: 100%
}

.p-specific-trade {
	border-top: 1px solid #EAEAEA;
	padding-top: 50px
}

@media(min-width:768px) {
	.p-specific-trade {
		padding-top: 100px
	}
}

.p-specific-trade .c-title {
	padding-bottom: 48px
}

@media(min-width:768px) {
	.p-specific-trade .c-title {
		padding-bottom: 80px
	}
}

.p-policy {
	padding-top: 50px
}

@media(min-width:768px) {
	.p-policy {
		padding-top: 100px
	}
}

.p-policy .c-title {
	padding-bottom: 48px
}

@media(min-width:768px) {
	.p-policy .c-title {
		padding-bottom: 80px
	}
}

.p-policy .p-policy__list {
	padding-bottom: 54px
}

.p-policy .p-policy__list li {
	padding: 20px 0
}

.p-policy__heading {
	margin: 0;
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 1.7
}

@media(min-width:768px) {
	.p-policy__heading {
		font-size: 24px
	}
}

.p-policy__label {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.7
}

@media(min-width:768px) {
	.p-policy__label {
		font-size: 18px
	}
}

.p-policy p {
	margin-left: 10px;
	line-height: 1.7;
	font-size: 12px;
	margin-bottom: 10px
}

@media(min-width:768px) {
	.p-policy p {
		font-size: 16px;
		margin-left: 20px
	}
}

.p-policy p:last-of-type {
	margin-bottom: 24px
}

.page-block {
	margin: 0 0 20px
}

@media(min-width:768px) {
	.page-block {
		margin: 0 0 40px
	}
}

.page-block:nth-last-of-type(1) {
	margin: 0
}

.page-block__heading {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700
}

@media(min-width:768px) {
	.page-block__heading {
		font-size: 16px
	}
}

.page-block p {
	margin: 0 0 10px;
	line-height: 1.75;
	font-size: 12px
}

@media(min-width:768px) {
	.page-block p {
		font-size: 14px
	}
}

.page-block ul {
	margin: 0 0 10px 24px
}

.page-block ul li {
	line-height: 1.75;
	font-size: 12px
}

@media(min-width:768px) {
	.page-block ul li {
		font-size: 14px
	}
}

.page-table {
	table-layout: fixed;
	width: 100%;
	border: none;
	background: inherit;
	border-spacing: 0;
	border-collapse: collapse
}

.page-table tbody th {
	display: block;
	width: 100%;
	font-weight: 700;
	text-align: left;
	line-height: 1.75;
	margin: 0;
	padding: 0;
	font-size: 12px
}

@media(min-width:768px) {
	.page-table tbody th {
		display: table-cell;
		width: 180px;
		padding: 20px;
		font-size: 14px;
		border: 1px solid #EAEAEA;
		background-color: #f5f5f5;
		vertical-align: top
	}
}

.page-table tbody td {
	display: block;
	width: 100%;
	text-align: left;
	line-height: 1.75;
	margin: 0 0 15px;
	padding: 5px 0 15px;
	font-size: 14px;
	border-bottom: 1px solid #EAEAEA
}

@media(min-width:768px) {
	.page-table tbody td {
		display: table-cell;
		width: auto;
		margin: 0;
		padding: 20px;
		font-size: 14px;
		border: 1px solid #EAEAEA;
		vertical-align: top
	}
}

.page-table tbody td a {
	color: #333;
	text-decoration: underline
}

.page-table tbody tr:nth-last-of-type(1) td {
	border: none
}

@media(min-width:768px) {
	.page-table tbody tr:nth-last-of-type(1) td {
		border: 1px solid #EAEAEA
	}
}

.password {
	background-color: #fff5f5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%
}

.password__logo {
	width: 180px;
	text-align: center;
	margin: 0 auto 55px
}

@media(min-width:768px) {
	.password__logo {
		width: 320px
	}
}

.password__title {
	font-size: 22px;
	margin: 0 0 25px;
	color: #333;
	letter-spacing: .1em;
	line-height: 1.5
}

@media(min-width:768px) {
	.password__title {
		font-size: 28px
	}
}

.password__text {
	color: #777;
	font-size: 13px;
	line-height: 1.75;
	margin: 0 0 40px
}

@media(min-width:768px) {
	.password__text {
		font-size: 15px
	}
}

.password__lang {
	font-size: 12px
}

.password__lang a {
	color: #777;
	display: inline-block;
	margin: 0 7px
}

.about {
	padding-top: 0
}

@media(min-width:768px) {
	.about {
		padding-top: 20px
	}
}

.page-width-slider {
	overflow: hidden
}

.product-slideshow.flickity-enabled .flickity-viewport .product-main-slide {
	visibility: hidden
}

.product-slideshow.flickity-enabled .flickity-viewport .product-main-slide.is-selected {
	visibility: visible
}

@media(min-width:768px) {
	.product__thumbs--below .product__thumbs--scroller {
		overflow-x: inherit;
		white-space: normal
	}
}

.product__main-photos .flickity-page-dots {
	display: none!important
}

.product__photos {
	position: sticky
}

.product__photos .product__thumbs {
	display: block!important
}

.product__thumbs--below .product__thumbs--scroller {
	margin: 0 -20px;
	padding: 0 20px
}

@media(min-width:768px) {
	.product__thumbs--below .product__thumbs--scroller {
		margin: 0;
		padding: 0
	}
}

.product__thumbs {
	position: initial!important;
	margin-left: -20px;
	margin-right: -20px;
	padding: 0 20px
}

.product__thumbs[data-position=below] .product__thumb-arrow {
	top: 30%;
	height: 50px;
	width: 18px;
	background: none
}

@media(min-width:769px) {
	.product__thumbs[data-position=below] .product__thumb-arrow {
		top: 130px
	}
}

@media(min-width:800px) {
	.product__thumbs[data-position=below] .product__thumb-arrow {
		top: 140px
	}
}

@media(min-width:900px) {
	.product__thumbs[data-position=below] .product__thumb-arrow {
		top: 160px
	}
}

@media(min-width:1000px) {
	.product__thumbs[data-position=below] .product__thumb-arrow {
		top: 180px
	}
}

@media(min-width:1100px) {
	.product__thumbs[data-position=below] .product__thumb-arrow {
		top: 200px
	}
}

@media(min-width:1200px) {
	.product__thumbs[data-position=below] .product__thumb-arrow {
		top: 240px
	}
}

.product__thumbs[data-position=below] .product__thumb-arrow.product__thumb-arrow--next {
	right: -10px
}

@media(min-width:768px) {
	.product__thumbs[data-position=below] .product__thumb-arrow.product__thumb-arrow--next {
		right: -30px
	}
}

.product__thumbs[data-position=below] .product__thumb-arrow.product__thumb-arrow--prev {
	left: -10px
}

@media(min-width:768px) {
	.product__thumbs[data-position=below] .product__thumb-arrow.product__thumb-arrow--prev {
		left: -30px
	}
}

.product__thumbs[data-position=below] .product__thumb-arrow .icon {
	display: inline-block;
	width: 18px;
	height: 30px;
	fill: #999
}

.product__thumbs--below .product__thumb-item {
	width: 18.3vw;
	height: 18.3vw;
	max-width: inherit;
	margin-right: 10px
}

@media(min-width:768px) {
	.product__thumbs--below .product__thumb-item {
		width: 80px;
		height: 80px;
		margin-bottom: 10px
	}
}

.product__thumbs--below .product__thumb-item .image-wrap {
	width: 100%;
	height: 100%!important;
	padding-bottom: 0!important
}

.product__thumbs--below .product__thumb-item .product__thumb {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden
}

.product__thumbs--below .product__thumb-item .product__thumb img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1.2)
}

.variant-wrapper {
	text-align: left
}

.product__thumb-item a.is-active:before,.product__thumb-item a:focus:before {
	box-shadow: inset 0 0 0 2px #666
}

@media(min-width:768px) {
	.product-single__meta {
		padding-left: 56px
	}
}

@media only screen and (max-width:768px) {
	.product-single__meta {
		margin-top: 34px
	}
}

@media(min-width:768px) {
	.medium-up--one-eighth {
		width: 25%
	}
}

@media(min-width:1000px) {
	.medium-up--one-eighth {
		width: 12.5%
	}
}

.c-catalog__thumb .wk-button-collection {
	background-color: #fff;
	border-radius: 50%
}

.grid-product__image-mask .image-wrap {
	padding-bottom: 0!important;
	height: 144px!important;
	position: relative
}

@media(min-width:1000px) {
	.grid-product__image-mask .image-wrap {
		height: 95px!important
	}
}

@media(min-width:1200px) {
	.grid-product__image-mask .image-wrap {
		height: 128px!important
	}
}

.grid-product__image {
	width: auto!important;
	height: 100%!important;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}

@media(min-width:768px) {
	.grid-product__link {
		transition: .3s
	}

	.grid-product__link:hover {
		opacity: .7
	}
}

div.snize div.snize-product-filters-title {
	font-size: 12px!important
}

@media(min-width:768px) {
	div.snize div.snize-filters-sidebar {
		border: none!important
	}
}

div.snize ul.snize-product-filters-list li label>span {
	font-size: 12px!important
}

.snize-pagination-load-more {
	transition: .3s
}

.snize-pagination-load-more:hover {
	opacity: .7!important
}

.snize-item .wk-button-collection.wk-add-product img {
	position: relative;
	top: 3px;
	left: 0;
	width: 18px;
	max-width: inherit
}

.snize-item .wk-button-collection.wk-remove-product img {
	width: 15px;
	position: relative;
	top: 3px;
	max-width: inherit
}

@media(min-width:768px) {
	.snize-item .wk-button-collection.wk-remove-product img {
		top: 2px
	}
}[data-icon=bag-minimal] .cart-link__bubble--visible {
	top: 2px;
	right: -2px
}

@media(min-width:768px) {
[	data-icon=bag-minimal] .cart-link__bubble--visible {
		top: 2px;
		right: -2px
	}
}

.cart-link__bubble--visible {
	width: 10px;
	height: 10px;
	background-color: #ba1a1a;
	border: none
}

.announcement-bar {
	color: #333;
	border: none;
	text-align: center;
	background-color: #ededed;
	font-size: 10px;
	padding: 7px 10px
}

.announcement-link,.announcement-link:hover {
	color: #333
}

.announcement-link:hover .announcement-link-text {
	text-decoration: underline
}

.announcement-link .announcement-link-text {
	text-decoration: none
}

#RecentlyViewed-recently-viewed .grid-product__meta {
	display: none
}

.ly-languages-switcher-link.current_lang {
	color: #000!important;
	pointer-events: none
}

.ly-languages-switcher-link:hover {
	text-decoration: underline
}

#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-dropdown {
	max-width: inherit!important;
	width: 35%!important
}

#snize_results.snize-mobile-design div.snize-main-panel-dropdown {
	float: none!important;
	margin: 0!important;
	max-width: inherit!important;
	display: inline-block!important
}

#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-dropdown>a {
	border: 1px solid #CCC!important;
	border-radius: 0!important;
	padding: 6px 10px!important;
	color: #333!important;
	text-align: center!important;
	display: block!important
}

#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-dropdown>a>span {
	font-size: 12px!important;
	font-weight: 400!important
}

#snize_results.snize-mobile-design div.snize-main-panel-dropdown>a>.caret {
	border-color: #333!important;
	border-width: 0 1px 1px 0!important;
	right: 10px!important;
	top: 11px!important
}

#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-mobile-filters {
	max-width: inherit!important;
	width: 30%!important;
	margin: 0 2%!important;
	display: inline-block!important
}

#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-mobile-filters>a {
	padding: 6px 10px!important;
	text-transform: uppercase!important;
	font-size: 12px!important;
	font-weight: 400!important;
	letter-spacing: 0!important;
	border-radius: 0!important;
	border: solid 1px #CCC!important;
	line-height: 20px!important;
	position: static!important;
	text-align: center!important;
	color: #333!important;
	display: block!important
}

#snize_results.snize-mobile-design div.snize-main-panel-mobile-filters span.snize-selected-filters-count-container {
	right: 8px!important;
	font-size: 11px!important;
	font-weight: 400!important;
	border-radius: 17px!important;
	text-align: center!important;
	width: 17px!important;
	height: 17px!important;
	line-height: 17px!important
}

#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-view-mode {
	max-width: inherit!important;
	width: 30%!important;
	height: 32px!important;
	border: 1px solid #CCC!important;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center
}

#snize_results.snize-mobile-design div.snize-main-panel-view-mode {
	float: right!important;
	margin: 0!important
}

#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-view-mode a.snize-view-mode-icon {
	border: none!important;
	border-radius: 0!important;
	padding: 6px 10px!important
}

#snize_results.snize-mobile-design div.snize-main-panel-view-mode a.snize-list-mode-icon {
	background-size: 16px!important;
	background-image: url(data:image/svg+xml;
	charset=utf8,%3Csvg%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%2066%20%E2%80%93%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.008%22%20height%3D%2212.008%22%3E%3Cg%20data-name%3D%22%22%20fill%3D%22%23707070%22%3E%3Cpath%20data-name%3D%22%22%20d%3D%22M0%200h2.933v2.933H0z%22%2F%3E%3Cpath%20data-name%3D%22%22%20d%3D%22M4%200h7.933v2.933H4z%22%2F%3E%3Cpath%20data-name%3D%22%22%20d%3D%22M0%204.537h2.933V7.47H0z%22%2F%3E%3Cpath%20data-name%3D%22%22%20d%3D%22M4%204.537h7.933V7.47H4z%22%2F%3E%3Cpath%20data-name%3D%22%22%20d%3D%22M0%209.075h2.933v2.933H0z%22%2F%3E%3Cpath%20data-name%3D%22%22%20d%3D%22M4%209.075h7.933v2.933H4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)!important
}

#snize_results.snize-mobile-design div.snize-main-panel-view-mode a.snize-grid-mode-icon {
	background-size: 16px!important;
	background-image: url(data:image/svg+xml;
	charset=utf8,%3Csvg%20data-name%3D%22%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.008%22%20height%3D%2212.008%22%3E%3Cpath%20data-name%3D%22%22%20fill%3D%22%23707070%22%20d%3D%22M0%200h3.16v3.16H0z%22%2F%3E%3Cpath%20data-name%3D%221298%22%20fill%3D%22%23707070%22%20d%3D%22M4.424%200h3.16v3.16h-3.16z%22%2F%3E%3Cpath%20data-name%3D%22%22%20fill%3D%22%23707070%22%20d%3D%22M8.848%200h3.16v3.16h-3.16z%22%2F%3E%3Cpath%20data-name%3D%22%22%20fill%3D%22%23707070%22%20d%3D%22M0%204.424h3.16v3.16H0z%22%2F%3E%3Cpath%20data-name%3D%22%22%20fill%3D%22%23707070%22%20d%3D%22M4.424%204.424h3.16v3.16h-3.16z%22%2F%3E%3Cpath%20data-name%3D%22%22%20fill%3D%22%23707070%22%20d%3D%22M8.848%204.424h3.16v3.16h-3.16z%22%2F%3E%3Cpath%20data-name%3D%22%22%20fill%3D%22%23707070%22%20d%3D%22M0%208.848h3.16v3.16H0z%22%2F%3E%3Cpath%20data-name%3D%22%22%20fill%3D%22%23707070%22%20d%3D%22M4.424%208.848h3.16v3.16h-3.16z%22%2F%3E%3Cpath%20data-name%3D%22%22%20fill%3D%22%23707070%22%20d%3D%22M8.848%208.848h3.16v3.16h-3.16z%22%2F%3E%3C%2Fsvg%3E)!important
}

#snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products {
	background-color: #3f3f40!important;
	font-size: 14px!important;
	font-weight: 400!important
}

#snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products span {
	margin: 0 0 0 5px
}

#snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button {
	border-radius: 0!important
}

#snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all {
	border: solid 1px #CCC!important;
	background-color: #fff!important;
	color: #333!important;
	font-size: 14px!important;
	font-weight: 400!important
}

#snize-modal-mobile-filters-dialog div.snize-product-filters-header a.snize-back-to-filters {
	color: #333!important;
	font-weight: 400!important
}

#snize-modal-mobile-filters-dialog div.snize-product-filters-header a.snize-back-to-filters span {
	margin: 0 0 0 5px
}

div.snize ul.snize-product-color-filter li label .snize-color-filter-checkbox>span {
	border: 1px solid #CCC!important;
	border-radius: 30px!important;
	overflow: hidden!important
}

#snize-modal-mobile-filters-dialog ul.snize-product-color-filter li label .snize-color-filter-checkbox>span {
	box-shadow: none!important
}

#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-controls>ul {
	margin: 0 0 10px!important;
	border: 1px solid #CCC!important;
	border-radius: 0!important;
	box-shadow: none!important;
	padding: 7px 13px
}

#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-controls>ul a {
	color: #333!important;
	font-weight: 700!important
}

#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-controls>ul a.active {
	color: #777!important;
	font-weight: 400!important
}

@media(min-width:768px) {
	div.snize div.snize-main-panel-dropdown>a {
		color: #333!important;
		font-size: 15px!important;
		border: none!important;
		margin: 8px 0 0!important;
		padding: 0!important
	}

	div.snize div.snize-main-panel-dropdown a .caret,div.snize div.snize-filters-dropdown-title .caret {
		border-left: 1px solid #333!important;
		border-bottom: 1px solid #333!important;
		border-right: none!important;
		border-top: none!important;
		box-sizing: border-box!important;
		height: 7px!important;
		margin: 0!important;
		position: relative!important;
		top: -3px!important;
		right: -5px!important;
		width: 7px!important;
		transform: rotate(-45deg)!important
	}

	div.snize-search-results#snize_results a.snize-grid-mode-icon {
		background-size: 18px;
		background-image: url(data:image/svg+xml;
		charset=utf8,%3Csvg%20data-name%3D%22%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.008%22%20height%3D%2212.008%22%3E%3Cpath%20data-name%3D%22%22%20fill%3D%22%23707070%22%20d%3D%22M0%200h3.16v3.16H0z%22%2F%3E%3Cpath%20data-name%3D%221298%22%20fill%3D%22%23707070%22%20d%3D%22M4.424%200h3.16v3.16h-3.16z%22%2F%3E%3Cpath%20data-name%3D%22%22%20fill%3D%22%23707070%22%20d%3D%22M8.848%200h3.16v3.16h-3.16z%22%2F%3E%3Cpath%20data-name%3D%22%22%20fill%3D%22%23707070%22%20d%3D%22M0%204.424h3.16v3.16H0z%22%2F%3E%3Cpath%20data-name%3D%22%22%20fill%3D%22%23707070%22%20d%3D%22M4.424%204.424h3.16v3.16h-3.16z%22%2F%3E%3Cpath%20data-name%3D%22%22%20fill%3D%22%23707070%22%20d%3D%22M8.848%204.424h3.16v3.16h-3.16z%22%2F%3E%3Cpath%20data-name%3D%22%22%20fill%3D%22%23707070%22%20d%3D%22M0%208.848h3.16v3.16H0z%22%2F%3E%3Cpath%20data-name%3D%22%22%20fill%3D%22%23707070%22%20d%3D%22M4.424%208.848h3.16v3.16h-3.16z%22%2F%3E%3Cpath%20data-name%3D%22%22%20fill%3D%22%23707070%22%20d%3D%22M8.848%208.848h3.16v3.16h-3.16z%22%2F%3E%3C%2Fsvg%3E)
	}

	div.snize-search-results#snize_results a.snize-list-mode-icon {
		background-size: 18px;
		background-image: url(data:image/svg+xml;
		charset=utf8,%3Csvg%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%2066%20%E2%80%93%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.008%22%20height%3D%2212.008%22%3E%3Cg%20data-name%3D%22%22%20fill%3D%22%23707070%22%3E%3Cpath%20data-name%3D%22%22%20d%3D%22M0%200h2.933v2.933H0z%22%2F%3E%3Cpath%20data-name%3D%22%22%20d%3D%22M4%200h7.933v2.933H4z%22%2F%3E%3Cpath%20data-name%3D%22%22%20d%3D%22M0%204.537h2.933V7.47H0z%22%2F%3E%3Cpath%20data-name%3D%22%22%20d%3D%22M4%204.537h7.933V7.47H4z%22%2F%3E%3Cpath%20data-name%3D%22%22%20d%3D%22M0%209.075h2.933v2.933H0z%22%2F%3E%3Cpath%20data-name%3D%22%22%20d%3D%22M4%209.075h7.933v2.933H4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)
	}

	div.snize-search-results#snize_results a svg {
		display: none
	}
}

.gPreorderBadge {
	position: absolute!important;
	display: inline-block!important
}

.gPreorderBadge.top-left {
	top: 0!important;
	left: 0!important
}

#snize-search-results-grid-mode span.snize-thumbnail img,li.snize-product span.snize-thumbnail img.snize-flip-image,li.snize-product:hover span.snize-thumbnail img {
	opacity: 1!important
}

#snize-search-results-grid-mode span.snize-in-stock,#snize-search-results-list-mode span.snize-in-stock,#snize-search-results-grid-mode span.snize-pre-order,#snize-search-results-list-mode span.snize-pre-order,#snize-search-results-grid-mode span.snize-out-of-stock,#snize-search-results-list-mode span.snize-out-of-stock {
	display: block!important;
	margin: 12px 0 0!important;
	float: none!important;
	background: #fff!important;
	border: none!important;
	padding: 0!important;
	color: inherit!important
}

div.snize div.snize-pagination ul li a,div.snize div.snize-pagination ul li span {
	line-height: 40px!important;
	padding: 0 20px!important;
	color: #777!important
}

div.snize div.snize-pagination ul li a.active {
	font-weight: 700!important;
	color: #000!important
}

#CollectionAjaxContent .grid,#searchContent .grid {
	margin: 0;
	padding: 0
}

#CollectionAjaxContent .grid-product__image-mask .image-wrap,#searchContent .grid-product__image-mask .image-wrap {
	height: 0!important;
	padding-top: 100%
}

#CollectionAjaxContent .grid-product__image,#searchContent .grid-product__image {
	object-fit: cover
}

#CollectionAjaxContent .grid-product__vendor,#searchContent .grid-product__vendor {
	color: #222;
	line-height: 1.5;
	font-size: 12px;
	margin: 0 0 5px;
	text-transform: inherit;
	letter-spacing: 0;
	text-align: left;
	opacity: 1
}

#CollectionAjaxContent .grid-product__title,#searchContent .grid-product__title {
	color: #777;
	line-height: 1.5;
	font-size: 12px;
	margin: 0 0 5px;
	text-transform: inherit;
	letter-spacing: 0;
	text-align: left
}

#CollectionAjaxContent .grid-product__price,#searchContent .grid-product__price {
	margin-top: 0;
	font-size: 12px;
	font-weight: 700;
	text-align: left
}

#CollectionAjaxContent .grid-product__tag,#searchContent .grid-product__tag {
	font-size: 11px
}

#CollectionAjaxContent .grid-product__tag--sale,#searchContent .grid-product__tag--sale {
	/* background-color: #e3a2a2;
	color: #fff */
}

#CollectionAjaxContent .grid-product__tag--sold-out,#searchContent .grid-product__tag--sold-out {
	background-color: #000;
	color: #fff
}

.collection-filter {
	justify-content: space-between;
	margin: 0 0 40px
}

@media(max-width:768px) {
	.collection-filter {
		position: relative
	}
}

.collection-filter .collection-filter__item--drawer {
	display: none
}

.collection-filter .collection-filter__item--count {
	flex: none;
	text-align: center;
	order: 0
}

.collection-filter .collection-filter__item--count.small--hide {
	display: block!important
}

.collection-filter .collection-filter__item--sort {
	flex: none
}

.collection-filter+.medium-up--hide {
	display: none
}

.cart__checkout-wrapper .cart__checkout {
	transition: .2s!important
}

.cart__checkout-wrapper .cart__checkout:hover {
	opacity: .7
}

.account-login {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 40px;
	margin: auto;
	max-width: 86%
}

@media(max-width:767px) {
	.account-login {
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 0;
		grid-row-gap: 30px;
		margin: auto;
		max-width: 100%
	}
}

.account-login .section-header {
	margin-bottom: 30px
}

.account-login .section-header__title {
	text-align: left;
	font-size: 32px
}

.account-login__register {
	background-color: #e3a2a226;
	padding: 20px
}

@media(max-width:767px) {
	.account-login__register {
		margin: 0 0 40px
	}
}

.account-login__register p {
	font-size: 15px
}

.account-login__register p small {
	font-size: 13px
}

.account-login__register__list {
	line-height: 1.75;
	font-size: 15px;
	margin: 30px 0 20px
}

.account-login__register__list li {
	position: relative;
	background-image: url(/cdn/shop/files/1294836.png?v=1680765344);
	background-size: 18px;
	background-position: top 4px left;
	background-repeat: no-repeat;
	padding: 0 0 0 26px;
	line-height: 1.75
}

.account-login__register__button {
	margin: 15px 0 0
}

.account-login__register__button .c-button {
	background-color: #fff
}

.account-login__login {
	padding: 20px
}

@media(max-width:767px) {
	.account-login__login {
		padding: 0
	}
}

@keyframes fadeIn {
	0% {
		display: none;
		opacity: 0
	}

	1% {
		display: block;
		opacity: 0
	}

	to {
		display: block;
		opacity: 1
	}
}

@keyframes fadeUp {
	0% {
		transform: translateY(100%)
	}

	to {
		transform: translateY(0)
	}
}

@media(min-width:768px) {
	.u-pcNone {
		display: none!important
	}
}

@media(max-width:767px) {
	.u-spNone {
		display: none!important
	}
}

.u-range--mt0 {
	margin-top: 0
}

.u-range--mt10 {
	margin-top: 10px
}

.u-range--mt20 {
	margin-top: 20px
}

.u-range--mt30 {
	margin-top: 30px
}

.u-range--mt40 {
	margin-top: 40px
}

.u-range--mt50 {
	margin-top: 50px
}

.u-range--mb0 {
	margin-bottom: 0
}

.u-range--mb10 {
	margin-bottom: 10px
}

.u-range--mb20 {
	margin-bottom: 20px
}

.u-range--mb30 {
	margin-bottom: 30px
}

.u-range--mb40 {
	margin-bottom: 40px
}

.u-range--mb50 {
	margin-bottom: 50px
}

.u-range--mr0 {
	margin-right: 0
}

.u-range--mr10 {
	margin-right: 10px
}

.u-range--mr20 {
	margin-right: 20px
}

.u-range--mr30 {
	margin-right: 30px
}

.u-range--mr40 {
	margin-right: 40px
}

.u-range--mr50 {
	margin-right: 50px
}

.u-range--ml0 {
	margin-left: 0
}

.u-range--ml10 {
	margin-left: 10px
}

.u-range--ml20 {
	margin-left: 20px
}

.u-range--ml30 {
	margin-left: 30px
}

.u-range--ml40 {
	margin-left: 40px
}

.u-range--ml50 {
	margin-left: 50px
}

.u-range--pt0 {
	padding-top: 0
}

.u-range--pt10 {
	padding-top: 10px
}

.u-range--pt20 {
	padding-top: 20px
}

.u-range--pt30 {
	padding-top: 30px
}

.u-range--pt40 {
	padding-top: 40px
}

.u-range--pt50 {
	padding-top: 50px
}

.u-range--pb0 {
	padding-bottom: 0
}

.u-range--pb10 {
	padding-bottom: 10px
}

.u-range--pb20 {
	padding-bottom: 20px
}

.u-range--pb30 {
	padding-bottom: 30px
}

.u-range--pb40 {
	padding-bottom: 40px
}

.u-range--pb50 {
	padding-bottom: 50px
}

.u-range--pr0 {
	padding-right: 0
}

.u-range--pr10 {
	padding-right: 10px
}

.u-range--pr20 {
	padding-right: 20px
}

.u-range--pr30 {
	padding-right: 30px
}

.u-range--pr40 {
	padding-right: 40px
}

.u-range--pr50 {
	padding-right: 50px
}

.u-range--pl0 {
	padding-left: 0
}

.u-range--pl10 {
	padding-left: 10px
}

.u-range--pl20 {
	padding-left: 20px
}

.u-range--pl30 {
	padding-left: 30px
}

.u-range--pl40 {
	padding-left: 40px
}

.u-range--pl50 {
	padding-left: 50px
}



/* 评论样式覆盖 */
.jdgm-subtab__name[data-tabname="product-reviews"] {  display: none !important; }
.jdgm-rev__title{
color:#777777!important;
}

.jdgm-rev__body{
color:#777777!important;
}

.jdgm-rev__author{
color:#3f3f40!important;
}

.jdgm-carousel-wrapper .jdgm-star.jdgm-star, .jdgm-carousel .jdgm-star.jdgm-star {
background: white !important;
color: #e2e802 !important;
}

.jdgm-write-rev-link{
background: #000000 !important;
border-color: #000000 !important;
}

.jdgm-rev_thumb-up, .jdgm-rev_thumb-down{
color: #000000 !important;
}

.jdgm-rev__reply{
background: #CCCCCC !important;
}

.jdgm-all-reviews__summary .jdgm-link, .jdgm-sort-dropdown, .jdgm-sort-dropdown-arrow, .jdgm-subtab__name, .jdgm-rev__prod-link, .jdgm-rev__body-read-more, .jdgm-histogram__bar{
color: #999999 !important;
}

.jdgm-rev-widg__summary .jdgm-link{
color: #999999 !important;
}


.p-footer__logo-wrapper {
	text-align: center;
    justify-content: center;
}

@media (min-width: 768px) {
	.p-footer__logo-wrapper {
		justify-content: space-between;
	}
}