.sch-grid-3 .sch-item-row-3{
  width: 100%;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  row-gap: 1em;
}
.sch-grid-3 .sch-item-row-3-number {
width: 100%;
float: left;
border: 1px solid #aaa;
border-radius: 5px;
background:#fff;
}
.sch-grid-3 .sch-item-row-3-img img {
  width: 100%;
  object-fit: contain;
  height: 200px;
}
.sch-grid-3 .sch-item-color-detail {
width: 40px;
height: 40px;
float: left;
border-radius: 100%;
text-align: center;
line-height: 30px;
color:#fff;
border:1px solid #000;
margin-right: 5px;
}
.sch-grid-3 .sch-item-color-black {
background: #000;
width: 30px;
height: 30px;
border-radius: 100%;
margin: 4px;
font-size: 14px;
line-height: 30px;
cursor: pointer;
}
.sch-grid-3 .sch-item-color-blue {
background: blue;
width: 30px;
height: 30px;
border-radius: 100%;
margin: 4px;
font-size: 14px;
line-height: 30px;
cursor: pointer;
}
.sch-grid-3 .sch-item-color-red {
background: red;
width: 30px;
height: 30px;
border-radius: 100%;
margin: 4px;
font-size: 14px;
cursor: pointer;
line-height: 30px;
}
.sch-grid-3 .sch-item-color-green {
background: green;
width: 30px;
height: 30px;
border-radius: 100%;
margin: 4px;
font-size: 14px;
line-height: 30px;
cursor: pointer;
}
.sch-grid-3 .sch-item-row-3-info {
  padding: 0px 20px 20px 20px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.sch-grid-3 .sch-item-row-3-name {
display: inline-block;
width: 100%;
font-weight: bold;
text-shadow: 1px 0px 0px #F2A063;
font-size: 20px;
color: #222;
}
.sch-grid-3 .sch-item-row-3-review {
width: 100%;
display: inline-block;
margin: 10px 0;
}
.sch-grid-3 .sch-item-row-3-brand{
margin: 10px 0;
}
.sch-grid-3 .sch-item-row-3-brand,.sch-grid-3 .sch-item-row-3-price{
font-weight: normal;
}
.sch-grid-3 .slider-container {
display: flex;
align-items: center;
justify-content: center;
height: auto;
}
.sch-grid-3 .slider {
width: 100%;
max-width: 600px;
height: 230px;
margin: 20px;
text-align: center;
border-radius: 20px;
overflow: hidden;
position: relative;
}
.sch-grid-3 .slides {
display: flex;
overflow-x: scroll;
position: relative;
scroll-behavior: smooth;
scroll-snap-type: x mandatory;
}
.sch-grid-3 .slide {
display: flex;
justify-content: center;
align-items: center;
flex-shrink: 0;
width: 100%;
height: 200px;
scroll-snap-align: center;
margin-right: 0px;
box-sizing: border-box;
background: white;
transform-origin: center center;
transform: scale(1);
}
.sch-grid-3 .slide__text {
font-size: 40px;
font-weight: bold;
font-family: sans-serif;
}
.sch-grid-3 .slide a {
background: none;
border: none;
}
.sch-grid-3 a.slide__prev,
.sch-grid-3 .slider::before {
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
left: 5%;
}
.sch-grid-3 a.slide__next,
.sch-grid-3 .slider::after {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
right: 5%;
display:none;
}
.sch-grid-3 .slider::before,
.sch-grid-3 .slider::after,
.sch-grid-3 .slide__prev,
.sch-grid-3 .slide__next {
position: absolute;
top: 48%;
width: 35px;
height: 35px;
border: solid black;
border-width: 0 4px 4px 0;
padding: 3px;
box-sizing: border-box;
display:none;
}
.sch-grid-3 .slider::before,
.sch-grid-3 .slider::after {
content: "";
z-index: 1;
background: none;
pointer-events: none;
}
.sch-grid-3 .sch-item-row-3 i {
  color: #6cb4b8;
}
.sch-grid-3 .button-cart {
  align-items: center;
  background-clip: padding-box;
  background-color: #6cb4b8;
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin-top: 20px;
  min-height: 3rem;
  padding: 10px;
  text-decoration: none;
  transition: all 250ms;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: 100%;
  border-radius: 40px;
  display:none;
}
.sch-grid-3 .button-cart {
  align-items: center;
  background-clip: padding-box;
  background-color: #6cb4b8;
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin-top: 20px;
  min-height: 3rem;
  padding: 10px;
  text-decoration: none;
  transition: all 250ms;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: 100%;
  border-radius: 40px;
  display:none;
}
.sch-grid-3 .sch-item-row-3-number:hover .button-cart {
	display:inline-block;
}
.sch-grid-3 .sch-button {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.sch-grid-3 .sch-button a {
  float: left;
  margin: 10px 20px;
}
.sch-grid-3 .sch-button .sch-sale {
  color: red;
  position: absolute;
  right: 10px;
  top: 10px;
}
.sch-grid-3 .sch-button .sch-new {
  color: #6cb4b8;
  position: absolute;
  right: 10px;
  top: 10px;
}
.sch-grid-3 .button-cart:hover {
  transform: translateY(-1px);
}
.sch-grid-3 .button-cart:hover, .sch-grid-3 .button-cart:focus {
  background-color: #da7015;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}
.sch-grid-3 .sch-item-row-3-img {
  text-align: center;
  position:relative;
}
.sch-grid-3 .sch-item-color-black:hover {
background: #fff;
color:#000;
border:1px solid #000;
}
.sch-grid-3 .sch-item-color-blue:hover {
background: #fff;
color:blue;
border:1px solid blue;
}
.sch-grid-3 .sch-item-color-red:hover {
background:#fff;
color:red;
border:1px solid red;
}
.sch-grid-3 .sch-item-color-green:hover {
background: #fff;
color:green;
border:1px solid green;
}
@media (min-width:1200px) and( max-width:1366px){
}
@media (min-width:1024px) and (max-width:1199px){
.sch-grid-3 .sch-item-row-3-brand, .sch-grid-3 .sch-item-row-3-price {
  font-weight: normal;
  height: 35px;
}
}
@media (min-width:980px) and (max-width:1023px){
.sch-grid-3 .sch-item-row-3-brand {
  height: 40px;
}
.sch-grid-3 .sch-item-color-detail {
  margin-right: 0;
}
}
@media (min-width:768px) and (max-width:979px){
}
@media (min-width:640px) and (max-width:767px){
	.sch-grid-3 .sch-item-row-3 {
	  grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width:480px) and (max-width:639px){
	.sch-grid-3 .sch-item-row-3 {
	  grid-template-columns: repeat(2, 1fr);
	}
	.sch-grid-3 .sch-item-row-3-info {
	  padding: 0 10px 10px 10px;
	}
}
@media (min-width:375px) and (max-width:479px){
	.sch-grid-3 .sch-item-row-3 {
	  grid-template-columns: repeat(1, 1fr);
	}
}
@media (min-width:320px) and (max-width:374px){
	.sch-grid-3 .sch-item-row-3 {
	  grid-template-columns: repeat(1, 1fr);
	}
}
.sch-list-3 .sch-item-row-3.row {
  margin-right: 0;
  margin-left: 0;
}
.sch-list-3 .sch-item-row-3-number {
width: 100%;
float: left;
border: 1px solid #aaa;
border-radius: 5px;
margin-bottom: 30px;
background:#fff;
}
.sch-list-3 .sch-item-row-3-img img {
  width: 100%;
  object-fit: contain;
  height: 200px;
}
.sch-list-3 .sch-item-color-detail {
width: 40px;
height: 40px;
float: left;
border-radius: 100%;
text-align: center;
line-height: 30px;
color:#fff;
border:1px solid #000;
margin-right: 5px;
cursor: pointer;
}
.sch-list-3 .button-cart {
  align-items: center;
  background-clip: padding-box;
  background-color: #6cb4b8;
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin-top: 0;
  min-height: 3rem;
  padding: 10px;
  text-decoration: none;
  transition: all 250ms;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: 50%;
  border-radius: 40px;
  margin-left: 30px;
}
.sch-list-3 .sch-item-row-3 i {
  color: #6cb4b8;
}
.sch-list-3 .sch-button {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.sch-list-3 .sch-button a {
  float: left;
  margin: 10px 20px;
}
.sch-list-3 .sch-button .sch-sale {
  float: right;
  margin: 10px 20px;
  color: red;
}
.sch-list-3 .sch-button .sch-new {
  float: right;
  margin: 20px;
  color: #6cb4b8;
}
.sch-list-3 .button-cart:hover {
  transform: translateY(-1px);
}
.sch-list-3 .button-cart:hover, .sch-list-3 .button-cart:focus {
  background-color: #da7015;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}
.sch-list-3 .sch-item-row-3-img {
	position:relative;
}
.sch-list-3 .sch-item-color-black {
background: #000;
width: 30px;
height: 30px;
border-radius: 100%;
margin: 4px;
font-size: 14px;
line-height: 30px;
}
.sch-list-3 .sch-item-color-black:hover {
background: #fff;
color:#000;
border:1px solid #000;
}
.sch-list-3 .sch-item-color-blue:hover {
background: #fff;
color:blue;
border:1px solid blue;
}
.sch-list-3 .sch-item-color-red:hover {
background:#fff;
color:red;
border:1px solid red;
}
.sch-list-3 .sch-item-color-green:hover {
background: #fff;
color:green;
border:1px solid green;
}
.sch-list-3 .sch-item-color-blue {
background: blue;
width: 30px;
height: 30px;
border-radius: 100%;
margin: 4px;
font-size: 14px;
line-height: 30px;
}
.sch-list-3 .sch-item-color-red {
background: red;
width: 30px;
height: 30px;
border-radius: 100%;
margin: 4px;
font-size: 14px;
line-height: 30px;
}
.sch-list-3 .sch-item-color-green {
background: green;
width: 30px;
height: 30px;
border-radius: 100%;
margin: 4px;
font-size: 14px;
line-height: 30px;
}
.sch-list-3 .sch-item-row-3-img {
  width: 30%;
  float: left;
}
.sch-list-3 .sch-item-row-3-info {
  padding: 50px 30px;
  display: inline-block;
  width: 70%;
  position: relative;
  border-left: 1px solid #aaa;
}
.sch-list-3 .sch-item-row-3-name {
display: inline-block;
width: 100%;
font-weight: bold;
text-shadow: 1px 0px 0px #F2A063;
font-size: 20px;
color: #222;
}
.sch-list-3 .sch-item-row-3-review {
width: 100%;
display: inline-block;
margin: 10px 0;
}
.sch-list-3 .sch-item-row-3-brand{
margin: 10px 0;
}
.sch-list-3 .sch-item-row-3-brand,.sch-list-3 .sch-item-row-3-price{
font-weight: normal;
}
.sch-list-3 .slider-container {
display: flex;
align-items: center;
justify-content: center;
height: auto;
}
.sch-list-3 .slider {
width: 100%;
max-width: 600px;
height: 230px;
margin: 20px;
text-align: center;
border-radius: 20px;
overflow: hidden;
position: relative;
}
.sch-list-3 .slides {
display: flex;
overflow-x: scroll;
position: relative;
scroll-behavior: smooth;
scroll-snap-type: x mandatory;
}
.sch-list-3 .slide {
display: flex;
justify-content: center;
align-items: center;
flex-shrink: 0;
width: 100%;
height: 210px;
scroll-snap-align: center;
margin-right: 0px;
box-sizing: border-box;
background: white;
transform-origin: center center;
transform: scale(1);
}
.sch-list-3 .slide__text {
font-size: 40px;
font-weight: bold;
font-family: sans-serif;
}
.sch-list-3 .slide a {
background: none;
border: none;
}
.sch-list-3 a.slide__prev,
.sch-list-3 .slider::before {
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
left: 5%;
}
.sch-list-3 a.slide__next,
.sch-list-3 .slider::after {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
right: 5%;
display:none;
}
.sch-list-3 .slider::before,
.sch-list-3 .slider::after,
.sch-list-3 .slide__prev,
.sch-list-3 .slide__next {
position: absolute;
top: 48%;
width: 35px;
height: 35px;
border: solid black;
border-width: 0 4px 4px 0;
padding: 3px;
box-sizing: border-box;
display:none;
}
.sch-list-3 .slider::before,
.sch-list-3 .slider::after {
content: "";
z-index: 1;
background: none;
pointer-events: none;
}
.sch-list-3 .sch-item-row-3-chart {
  position: absolute;
  width: 500px;
  border: 1px dotted #aaa;
  padding: 20px;
  right: 30px;
  top: 30px;
}
.sch-list-3 .sch-qty {
  float: left;
}
.sch-list-3 .quantity-select {
  color: #434343;
  cursor: pointer;
  font-size: .875rem;
  font-weight: 600;
  margin-left: 10px;
  width: 66px;
  height: 48px;
}

.sch-list-3 .sch-dola-left {

    background: #c31e45;
    text-align: center;
    width: 50px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    float: left;
    margin-right: 20px;

}
.sch-list-3 .sch-dola-right p:first-child{
	font-weight:bold;
	font-size:18px;
	margin:0;
}
.sch-list-3 .sch-qty label {
  float: left;
  margin-right: 10px;
  line-height: 48px;
}
.sch-list-3 .sch-dola-right p:last-child{
	font-weight:normal;
	font-size:16px;
}
@media (min-width:1200px) and( max-width:1366px){
}
@media (min-width:1024px) and (max-width:1199px){
.sch-list-3 .sch-item-row-3-info {
  padding: 50px 20px;
}
.sch-list-3 .sch-item-row-3-chart {
  width: 450px;
  right: 20px;
}
.sch-list-3 .sch-dola-right p:first-child {
  font-size: 16px;
}
.sch-list-3 .sch-item-color-detail {
width: 30px;
height: 30px;
}
.sch-list-3 .sch-item-color-black,
.sch-list-3 .sch-item-color-blue,
.sch-list-3 .sch-item-color-red,
.sch-list-3 .sch-item-color-green {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
}
@media (min-width:980px) and ( max-width:1023px){
	.sch-list-3 .sch-item-row-3-info {
  padding: 50px 20px;
}
.sch-list-3 .sch-item-row-3-chart {
  width: 350px;
  right: 20px;
  top:13px;
}
.sch-list-3 .sch-dola-right p:first-child {
  font-size: 16px;
}
.sch-list-3 .sch-dola-right p:last-child {
  font-size: 14px;
}
.sch-list-3 .button-cart {
  width: 56%;
  margin-left: 15px;
}
}
@media (min-width:768px) and ( max-width:979px){
	.sch-list-3 .sch-item-row-3-img {
  width: 40%;
}
.sch-list-3 .sch-item-row-3-info {
  width: 60%;
  padding:30px;
}
.sch-list-3 .sch-item-row-3-chart {
  position: relative;
  width: 100%;
  border: 1px dotted #aaa;
  padding: 20px;
  right: 0;
  top: 0;
  margin-top: 30px;
  display: inline-block;
}
.sch-list-3 .slider {
  margin-top: 130px;
}
.sch-list-3 .sch-dola-right p:first-child {
  font-size: 16px;
}
.sch-list-3 .sch-dola-right p:last-child {
  font-size: 14px;
}
}
@media (min-width:640px) and ( max-width:767px){
		.sch-list-3 .sch-item-row-3-img {
  width: 40%;
}
.sch-list-3 .sch-item-row-3-info {
  width: 60%;
  padding:15px;
}
.sch-list-3 .sch-item-row-3-chart {
  position: relative;
  width: 100%;
  border: 1px dotted #aaa;
  padding: 10px;
  right: 0;
  top: 0;
  margin-top: 30px;
  display: inline-block;
}
.sch-list-3 .slider {
  margin-top: 130px;
}
.sch-list-3 .sch-dola-right p:first-child {
  font-size: 16px;
}
.sch-list-3 .sch-dola-left {
  margin-right: 10px;
}
.sch-list-3 .sch-dola-right p:last-child {
  font-size: 14px;
  display: inline-block;
}
}
@media (min-width:480px) and (max-width:639px){
.sch-list-3 .sch-item-row-3-img {
  width: 100%;
}
.sch-list-3 .sch-item-row-3-info {
  width: 100%;
  padding: 30px;
}
.sch-list-3 .sch-item-row-3-chart {
  position: relative;
  width: 100%;
  border: 1px dotted #aaa;
  padding: 10px;
  right: 0;
  top: 0;
  margin-top: 30px;
  display: inline-block;
}
.sch-list-3 .sch-dola-right p:first-child {
  font-size: 16px;
}
.sch-list-3 .sch-dola-right p:last-child {
  font-size: 14px;
}
}
@media (min-width:375px) and (max-width:479px){
.sch-list-3 .sch-item-row-3-img {
  width: 100%;
}
.sch-list-3 .sch-item-row-3-info {
  width: 100%;
  padding: 10px;
}
.sch-list-3 .sch-item-row-3-chart {
  position: relative;
  width: 100%;
  border: 1px dotted #aaa;
  padding: 10px;
  right: 0;
  top: 0;
  margin-top: 30px;
  display: inline-block;
}
.sch-list-3 .sch-dola-right p:first-child {
  font-size: 16px;
}
.sch-list-3 .sch-dola-right p:last-child {
  font-size: 14px;
}
.sch-list-3 .sch-dola-left {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
}
.sch-list-3 .button-cart {
  width: 100%;
  margin-left: 0;
}
.sch-list-3 .quantity-select {
  width: 175px;
  height: 38px;
}
.sch-list-3 .sch-qty label {
  line-height: 38px;
}
}
@media (min-width:320px) and (max-width:374px){
	.sch-list-3 .sch-item-row-3.row {
  margin-right: -15px;
  margin-left: -15px;
}
.sch-list-3 .sch-item-row-3-img {
  width: 100%;
}
.sch-list-3 .sch-item-row-3-info {
  width: 100%;
  padding: 10px;
}
.sch-list-3 .sch-item-row-3-chart {
  position: relative;
  width: 100%;
  border: 1px dotted #aaa;
  padding: 10px;
  right: 0;
  top: 0;
  margin-top: 30px;
  display: inline-block;
}
.sch-list-3 .sch-dola-right p:first-child {
  font-size: 16px;
}
.sch-list-3 .sch-dola-right p:last-child {
  font-size: 14px;
}
.sch-list-3 .sch-dola-left {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
}
.sch-list-3 .button-cart {
  width: 100%;
  margin-left: 0;
}
.sch-list-3 .quantity-select {
  width: 175px;
  height: 38px;
}
.sch-list-3 .sch-qty label {
  line-height: 38px;
}
}
