@charset "utf-8";
body {
	opacity: 0;
	transition: opacity 2s;
}
body.ready {
	opacity: 1;
	transition: opacity 1s;
}
H1.css-text-inner-shell {
	font-size: 60px;
}
H2.css-text-inner-shell {
	font-size: 55px;
}
H3.css-text-inner-shell {
	font-size: 50px;
}
H4.css-text-inner-shell {
	font-size: 45px;
}
H5.css-text-inner-shell {
	font-size: 40px;
}
.css-toolbox {
	display: none;
}
.css-blog-row {
	width: 100%;
	margin: 0px;
	padding-bottom: 14px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 10px;
	min-height: 0px;
	position: relative;
}
.css-blog-row-section {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}
@media only screen and (max-width: 768px){
	.css-blog-row {
		padding-bottom: 0px;
	}
	.css-blog-row-section {
		width: 100%;
		position: relative;
		overflow: hidden;
		padding: 7px 7px 0px 7px;
		margin-bottom: 20px;
	}
}
.css-image-shell {
	width: 100%;
	position: relative;
}
.css-image-shell img {
	width: 100%;
}
.css-blog-row-section .css-text-shell {
	width: 100%;
	height: 100%;
	position: relative;
}
.css-text-shell .css-text-outter-shell {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.css-text-shell .css-text-inner-shell {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: inherit;
	color: inherit;
}
.css-text-shell .css-text-inner-shell a {
	background-color: inherit;
	color: inherit;
	text-decoration: underline !important;
	font-size: inherit;
}
@media only screen and (max-width: 768px){
	.css-blog-row {
		display: block;
	}
}

.css-shopnow-badge-shell {
	display: flex;
	flex-direction: column;
	padding-top: 10px;
}
@media only screen and (max-width: 768px){
	.css-shopnow-badge-shell {
		padding: 10px 0px;
	}
}
.css-shopnow-badge-shell .css-row {
	width: 100%;
	display: flex;
	flex-direction: row;
	text-transform: uppercase;
	font-size: 1.3rem;
}
.css-shopnow-badge-shell .css-header {
	width: 100%;
	font-weight: 600;
	font-size: calc(1.3rem * 1.5);;
	text-transform: inherit;
	display: flex;
	flex-direction: row;
	justify-content: inherit;
}
.css-shopnow-badge-shell .css-separator {
	padding: 5px 10px;
}
.css-shopnow-badge-shell span {
	font-size: inherit;
	padding: 5px 0;
	text-transform: inherit;
	display: flex;
	flex-direction: row;
	justify-content: inherit;
}
.css-shopnow-badge-shell a {
	font-size: inherit;
	padding: 5px 0;
	text-transform: inherit;
	text-decoration: underline;
}
.css-shophere-frame {
	position: absolute;
	width: 100%;
	padding: 5vw;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background-color: transparent;
	display: flex;
	flex-direction: column;
	visibility: hidden;
	z-index: 200;
}
.css-shophere-shell {
	width: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	visibility: visible;
}
.css-shophere-button {
	text-align: center;
	width: auto;
	font-size: 10px;
}
.css-product-shell {
	width: 100%;
	position: relative;
	border: 0.5px solid transparent;
}
.css-product-shell:hover {
	border: 0.5px solid grey;
}
.css-product-shell .css-product-image {
	width: 100%;
}
.css-product-shell .css-brand {
	width: 100%;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	height: 3rem;
	overflow: hidden;
}
.css-product-shell .css-prod-name {
	width: 100%;
	font-size: 11px;
	color: grey;
	text-align: center;
	height: 4.4rem;
	margin-top: 2px;
	margin-bottom: 2px;
	overflow: hidden;
}
.css-product-shell .css-price-wrapper {
	width: calc(100% - 20px);
	font-size: 12px;
	text-align: center;
	display: block;
	margin: 10px;
	height: 1.4rem;
}
.css-price-wrapper div {
	padding-right: 5px;
}
.css-price-wrapper span {
	width: 100%;
}
.css-shophere-live-text-shell {
	visibility: visible;
	letter-spacing: 0.1px;
}
.css-image-slide-shell {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	overflow: hidden;
	position: relative;
	gap: 2px;
}
.css-image-slide-shell .bar {
	position: absolute;
	top: 0;
	width: 8%;
	height: 75.5%;
	color: white;
	opacity: 0.3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 10;
	cursor: pointer;
}
.css-image-slide-shell .bar img {
	width: 100%;
}
/*.css-image-slide-shell .bar:hover {
	opacity: 0.2;
	background-color: white;
}*/
.css-image-slide-shell .bar-left {
	left: 0;
}
.css-image-slide-shell .bar-right {
	right: 0;
}
.frame-image {
	flex: 1;
	height: 100%;
	position: relative;
	display: none;
}
.frame-image.active {
	display: block;
}

@keyframes animate-active {
	0% { width: }
	100%   { display:block }
}
@keyframes animate-inactive {
	0% { transform: scaleX(0) }
	100%:  { display: none }
}
@media only screen and (max-width:768px) {
	.css-column-2, .css-column-4, .css-column-8 {
		width: 50% !important;
	}
}
.css-column-2 {
	width: 50%;
}
.css-column-4 {
	width: 25%;
}
.css-column-8 {
	width: 12.5%;
}
.frame-image .css-del {
	font-size: 12px;
	background-color: red;
	color: white;
	border-radius: 50%;
	position: absolute;
	top: inherit;
	bottom: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.frame-image img {
	width: 100%;
	height: auto;
}
.frame-image .css-del:hover {
	background-color: #FF5353
	
}

.css-slide-shell img {
	width: 100%;
}
/*@media only screen and (max-width: 768px) {
	.carousel-control.css-prev, .carousel-control.css-next, .carousel-control.left, .carousel-control.right {
		display: none;
	}
}
*/
.css-carousel-url-wrapper {
	width: 100%;
	height: 80px;
	display: flex;
	flex-direction: row;
	flex: 1;
	justify-content: center;
	align-items: center;
}
.css-carousel-url-panel {
	width: 50%;
	height: 100%;
	flex-grow: 1;
	position: relative;
	display: block;
	overflow: hidden;
	padding: 10px 0;
}
.css-carousel-url-panel img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.carousel-control {
}
.carousel-control.right, .carousel-control.left {
	background: none;
}
.css-load-more {
	width: 100%;
	line-height: 4;
	cursor: pointer;
	text-align: center;
}
.css-load-more:hover{
	background-color: #F3F3F3;
}

@media only screen and (max-width: 768px) {
	.css-10, .css-20, .css-30, .css-40, .css-50, .css-60, .css-70, .css-80,	.css-90, .css-100, .css-33,	.css-34, .css-25, .css-16-6, .css-17 {
		width: 100%;
	}
	.css-blog-row-section:empty {
		background-color: red;
		display: none;
	}
}
@media only screen and (min-width: 768px) {
	.css-10 {
		width: 10%;
	}
	.css-20 {
		width: 20%;
	}
	.css-30 {
		width: 30%;
	}
	.css-40 {
		width: 40%;
	}
	.css-50 {
		width: 50%;
	}
	.css-60 {
		width: 60%;
	}
	.css-70 {
		width: 70%;
	}
	.css-80 {
		width: 80%;
	}
	.css-90 {
		width: 90%;
	}
	.css-100 {
		width: 100%;
	}
	.css-33 {
		width: 33%;
	}
	.css-34 {
		width: 34%;
	}
	.css-25 {
		width: 25%;
	}
	.css-16-6 {
		width: 16.6%;
	}
	.css-17 {
		width: 17%;
	}
}
.css-horz-slider-shell {
	width: 100%;
	height: auto;
	min-height: 300px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.5rem;
}
.css-horz-slider-title {
	width: 100%;
	height: auto;
	font-size: 1.8rem;
	margin: 20px 0;
}
.css-horz-slider-frame {
	width: 100%;
	height: 500px;
	overflow: hidden;
	overflow-x: auto;
	position: relative;
}
.css-horz-slider-content {
	width: auto;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: start;
	justify-content: flex-start;
	gap: 10px;
	position: absolute;
	left: 0;
	top: 0;
}
.css-horz-slider-box {
	width: 250px;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
	padding: 10px;
	font-size: 1.5rem;
	flex-grow: 1;
	overflow: hidden;
	border: 1px solid lightgrey;
}
.css-horz-slider-box .css-sticker.css-sticker-onsale {
	background-image: url(/images/tab_onsale.png);
	margin: 2px 1px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
	display: block;
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.css-horz-slider-box:hover {
	border: 1px solid grey;
}
.css-horz-slider-man-name {
	font-weight: 600;
	font-size: inherit;
	height: 1.7rem;
	line-height: inherit;
	overflow: hidden;
}
.css-horz-slider-product-name {
	font-size: inherit;
	line-height: 1.1;
	height: 3.4rem;
	overflow: hidden;
	
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;	

}
.css-horz-slider-product-name a {
	overflow: hidden;
}
.css-horz-alider-product-image {
	width: 100%;
	overflow: hidden;
}
.css-horz-alider-product-image img {
	width: 100%;
	aspect-ratio: 1 / 1.5;
	object-fit: cover;
}
.css-horz-slider-product-price {
	font-weight: 600;
	font-size: inherit;
	height: 25px;
	overflow: hidden;
}

@media only screen and (max-width: 768px){
	.css-horz-slider-frame {
		height: 300px;
	}
	.css-horz-slider-box {
		width: calc(100% / 3);
		aspect-ratio: 1 / 2;
		font-size: 1.2rem;
	}
	.css-horz-slider-man-name, .css-horz-slider-product-name, .css-horz-slider-product-price {
		font-size: inherit;
	}
	.css-horz-slider-product-name {
		height: 3.8rem;
	}
}