.review-container {
display: flex;
}
.review-swiper{
width: 100%;
}
.review-swiper-pagination {
width: 100%;
display: flex;
justify-content: center;
}
.review-swiper-pagination .swiper-pagination-bullet{
width: 48px !important;
height: 10px !important;
border-radius: 24px;
}
.review-swiper-pagination .swiper-pagination-bullet-active{
outline: 4px solid #253691;
}
.review-swiper-pagination .swiper-pagination-bullet{
width: 24px !important;
height: 4px !important;
border-radius: 24px;
background-color: #80808080
}
.review-swiper-pagination .swiper-pagination-bullet-active{
background-color: #FCD944;
outline: 2px solid #253691;
}
@media screen and (min-width:480px) {
.review-container {
align-items: flex-start;
gap: 16px;
flex-wrap: wrap;
flex-direction: row;
}
.review-item {
display: flex;
min-height: 130px;
align-items: flex-start;
flex: 1 0 0;
border-radius: 16px;
background: #FFF;
box-shadow: 0px 20px 25px -5px rgba(16, 24, 40, 0.02), 0px 8px 10px -6px rgba(16, 24, 40, 0.05);
}
.review-item .review-image {
width: 120px;
align-self: stretch;
object-fit: cover;
border-radius: 16px 0 0 16px;
}
.review-rating-icon{
width: 100%;
height: 16px;
object-fit: cover;
}
.review-content {
display: flex;
padding: 12px;
flex-direction: column;
align-items: flex-start;
gap: 0;
flex: 1 0 0;
}
.review-title {
color: #111827;
font-family: "SVN Omnes", Sans-serif;
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: 1em;
letter-spacing: 0.2px;
}
.review-desc {
overflow: hidden;
color: #6B7280;
text-overflow: ellipsis;
font-family: "SVN Omnes", Sans-serif;
font-size: 11px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.16px;
}
.review-swiper{
height: 150px;
}
}
@media screen and (max-width:480px) {
.review-swiper{
}
.review-swiper-pagination .swiper-pagination-bullets.swiper-pagination-horizontal{
bottom: 0px;
}
.review-container {
align-items: flex-start;
gap: 12px;
flex-wrap: wrap;
flex-direction: column;
}
.review-item {
display: flex;
align-items: center;
flex: 1 0 0;
border-radius: 16px;
background: #FFF;
box-shadow: 0px 20px 25px -5px rgba(16, 24, 40, 0.02), 0px 8px 10px -6px rgba(16, 24, 40, 0.05);
}
.review-item .review-image {
width: 120px;
align-self: stretch;
object-fit: cover;
border-radius: 16px 0 0 16px;
}
.review-rating-icon{
width: 100%;
height: 16px;
object-fit: cover;
}
.review-content {
display: flex;
padding: 12px;
flex-direction: column;
align-items: flex-start;
gap: 0;
flex: 1 0 0;
}
.review-title {
color: #111827;
font-family: "SVN Omnes", Sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.16px;
}
.review-desc {
color:#6B7280;
font-family: "SVN Omnes", Sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.14px;
}
}@media only screen and (min-width:480px) {
.product-size-container {
display: flex;
align-items: flex-start;
gap: 12px;
}
.product-size-item {
display: flex;
width: 75px;
padding: 18px 14px;
flex-direction: column;
align-items: center;
gap: 8px;
border-radius: 8px;
border: 1px solid #E2E8F0;
background: #FFF;
box-shadow: 0px 20px 25px -5px rgba(16, 24, 40, 0.02), 0px 8px 10px -6px rgba(16, 24, 40, 0.05);
}
.product-size-item:hover {
border-radius: 8px;
border: 1px solid #253691;
background: #FCD944;
box-shadow: 0px 20px 25px -5px rgba(16, 24, 40, 0.02), 0px 8px 10px -6px rgba(16, 24, 40, 0.05);
cursor: pointer;
}
.product-size-item-active {
border-radius: 8px;
border: 1px solid #253691;
background: #FCD944;
box-shadow: 0px 20px 25px -5px rgba(16, 24, 40, 0.02), 0px 8px 10px -6px rgba(16, 24, 40, 0.05);
cursor: pointer;
}
.product-size-label {
color: #1E293B;
text-align: center;
font-family: "SVN Omnes", Sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 100%; }
.product-size-description {
color: #94A3B8;
text-align: center;
font-family: "SVN Omnes", Sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 100%; }
}
@media only screen and (max-width:480px) {
.product-size-container {
display: flex;
align-items: flex-start;
justify-content: center;
gap: 12px;
}
.product-size-item {
display: flex;
width: 60px;
height: 60px;
padding: 12px 13px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 5px;
border-radius: 8px;
border: 0.812px solid #E2E8F0;
background: #FFF;
box-shadow: 0px 16.238px 20.298px -4.06px rgba(16, 24, 40, 0.02), 0px 6.495px 8.119px -4.871px rgba(16, 24, 40, 0.05);
}
.product-size-item:hover {
border-radius: 8px;
border: 1px solid #253691;
background: #FCD944;
box-shadow: 0px 20px 25px -5px rgba(16, 24, 40, 0.02), 0px 8px 10px -6px rgba(16, 24, 40, 0.05);
cursor: pointer;
}
.product-size-item-active {
border-radius: 8px;
border: 1px solid #253691;
background: #FCD944;
box-shadow: 0px 20px 25px -5px rgba(16, 24, 40, 0.02), 0px 8px 10px -6px rgba(16, 24, 40, 0.05);
cursor: pointer;
}
.product-size-label {
color: #1E293B;
text-align: center;
font-family: "SVN Omnes", Sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 100%; }
.product-size-description {
color: #94A3B8;
text-align: center;
font-family: "SVN Omnes", Sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 500;
line-height: 100%; }
}@media screen and (min-width:480px) {
.product-size-image-container{
width: 500px;
height: 500px;
position: relative;
overflow: hidden;
}
.product-size-image-item{
position: absolute;
left: 0;
top: 0;
transform: translateX(120%);
transition: all ease 1s;
}
.product-size-image-item-active{
transform: translateX(0);
transition: all ease 1s;
}
.product-size-image-item img{
height: 500px;
object-fit: contain;
}
.init-product-image-hide{
transform: scale(0);
transform-origin: center;
}
}
@media screen and (max-width:480px) {
.product-size-image-container{
width: 265px;
height: 265px;
position: relative;
overflow: hidden;
}
.product-size-image-item{
position: absolute;
transform: translateX(120%);
transition: all ease 1s;
}
.product-size-image-item-active{
transform: translateX(0);
transition: all ease 1s;
}
.product-size-image-item img{
width: 265px;
height: 265px;
object-fit: contain;
}
.init-product-image-hide{
transform: scale(0);
transform-origin: center;
}
}.switch {
width: 68px;
position: relative;
display: flex;
margin: 0;
align-content: center;
align-items: center;
}
.switch > span {
position: absolute;
pointer-events: none;
font-family: 'Helvetica', Arial, sans-serif;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
width: 50%;
text-align: center;
}
input.check-toggle-round-flat:checked ~ .off {
color: #F3F4F6;
}
input.check-toggle-round-flat:checked ~ .on {
color: #253691;
}
.switch > span.on {
left: 0;
padding-left: 0;
color: #F3F4F6;
}
.switch > span.off {
right: 0;
padding-right: 0;
color: #253691;
}
.check-toggle {
position: absolute;
margin-left: -9999px;
visibility: hidden;
}
.check-toggle + label {
display: block;
position: relative;
cursor: pointer;
outline: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
input.check-toggle-round-flat + label {
padding: 2px;
width: 68px;
height: 32px;
border-radius: 31px;
background: var(--Neutral-100, #F3F4F6);
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15) inset;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
-ms-border-radius: 60px;
-o-border-radius: 60px;
border-radius: 60px;
}
input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
display: block;
position: absolute;
content: "";
}
input.check-toggle-round-flat + label:before {
top: 2px;
left: 2px;
bottom: 2px;
right: 2px;
background-color: #F3F4F6;
-moz-border-radius: 60px;
-ms-border-radius: 60px;
-o-border-radius: 60px;
border-radius: 60px;
}
input.check-toggle-round-flat + label:after {
top: 3px;
left: 4px;
bottom: 4px;
width: 26px;
height: 26px;
background-color: #253691;
-webkit-border-radius: 52px;
-moz-border-radius: 52px;
-ms-border-radius: 52px;
-o-border-radius: 52px;
border-radius: 52px;
-webkit-transition: margin 0.2s;
-moz-transition: margin 0.2s;
-o-transition: margin 0.2s;
transition: margin 0.2s;
}
input.check-toggle-round-flat:checked + label {
}
input.check-toggle-round-flat:checked + label:after {
margin-left: 34px;
}