@charset "UTF-8";
img.lazy:not([src]) {
  visibility: hidden; }

@media (max-width: 767.98px) {
  .container-gap {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; } }

@media (min-width: 768px) {
  .container-gap {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; } }

@media (max-width: 767.98px) {
  .container-page-gap {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem; } }

@media (min-width: 768px) {
  .container-page-gap {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; } }

@media (max-width: 767.98px) {
  .container-empty-gap {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem; } }

@media (min-width: 768px) {
  .container-empty-gap {
    padding-top: 6.25rem;
    padding-bottom: 12.5rem; } }

@media (max-width: 767.98px) {
  .mb-padding {
    padding-left: 15px;
    padding-right: 15px; } }

.fr-element .fr-video::after {
  display: none !important; }

.modal-header {
  border-bottom: none; }

.modal-footer {
  border-top: none; }

.sep-confirm-modal__footer {
  justify-content: space-around; }

.sep-confirm-modal__footer-btn {
  min-width: 7.625rem; }

/* snippets css */
/* lazyload css start */
.common__img-wrapper_lazy {
  background: #f1f1f1;
  position: relative;
  display: block;
  width: 100%; }
  .common__img-wrapper_lazy img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .common__img-wrapper_lazy img.img-full-width {
    width: 100%;
    height: unset;
    max-height: unset;
    margin: unset; }

/* lazyload css end */
/* common mask and title start */
.common__mask_title {
  position: relative; }
  .common__mask_title img {
    transition: all 0.5s; }
  .common__mask_title::before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0; }
  .common__mask_title::after {
    content: attr(alt);
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    padding: 0 1.875rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all; }
  .common__mask_title:hover img {
    transform: translate(-50%, -50%) scale(1.1) !important; }
  .common__mask_title:hover::before {
    background: rgba(0, 0, 0, 0.3); }

/* common mask and title end */
/* product.liquid css start */
.product-snippet__soldout {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #9a9a9a;
  border-radius: 50%;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }

.product-snippet__img-wrapper {
  display: block;
  position: relative; }
  .product-snippet__img-wrapper .product-snippet__mask {
    display: flex;
    position: absolute;
    z-index: 2;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end; }
    .product-snippet__img-wrapper .product-snippet__mask .product-snippet__btn {
      margin-bottom: 1.875rem;
      width: 70%;
      height: 2.25rem;
      font-size: 0.8125rem;
      white-space: nowrap; }
  .product-snippet__img-wrapper:hover .product-snippet__mask {
    opacity: 1;
    transition: all 0.3s linear; }
  .product-snippet__img-wrapper:hover img {
    opacity: 0; }
    .product-snippet__img-wrapper:hover img:first-child {
      opacity: 1 !important; }

.product-snippet__title-normal {
  font-size: 0.8125rem;
  text-align: center;
  text-decoration: none;
  margin-top: 0.75rem; }
  @media (min-width: 768px) {
    .product-snippet__title-normal {
      margin-top: 0.9375rem; } }

.product-snippet__title-plus {
  font-size: 0.8125rem;
  text-align: center;
  text-decoration: none;
  margin: 0.9375rem 0; }
  @media (min-width: 768px) {
    .product-snippet__title-plus {
      margin: 1.25rem 0; } }

.product-snippet__price-wrapper {
  margin-top: 0.8125rem;
  font-size: 0.9375rem; }
  @media (min-width: 768px) {
    .product-snippet__price-wrapper {
      margin-top: 0.625rem; } }
  .product-snippet__price-wrapper span,
  .product-snippet__price-wrapper del {
    display: inline-block;
    max-width: 100%;
    padding: 0 0.3125rem;
    vertical-align: middle;
    line-height: 1; }

/* product.liquid css end */
/* 标题价格规范： 超过一行，两行及三行省略 一行用bootstrap的.text-truncate */
.two_line_text_truncate {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.three_line_text_truncate {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

/* loading start */
.sep-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8); }
  .sep-loading__content, .sep-loading__content::after {
    width: 3em;
    height: 3em;
    border-radius: 50%; }
  .sep-loading__content {
    position: relative;
    font-size: 10px;
    border-top: 0.16em solid #f0f0f0;
    border-right: 0.16em solid #f0f0f0;
    border-bottom: 0.16em solid #f0f0f0;
    border-left: 0.16em solid #c4c4c4;
    transform: translateZ(0);
    animation: load 1.1s infinite linear; }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* loading end */
/* toast starts */
.sep-toast {
  position: fixed;
  z-index: 1060;
  background: #fff;
  color: #000;
  font-size: 1rem;
  width: 30rem;
  min-height: 56px;
  line-height: 1.5;
  padding: 0.9375rem;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  top: 50%;
  left: 50%;
  transform: scale(0.5); }
  @media (max-width: 767.98px) {
    .sep-toast {
      width: 16.375rem;
      min-height: 2.5625rem;
      font-size: 0.875rem;
      padding: 0.625rem 0.75rem;
      box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15); } }
  .sep-toast.error {
    color: #b60400; }
  .sep-toast.show {
    transform: scale(1); }
  .sep-toast.isShowing {
    transition: transform 0.3s ease-out; }
  .sep-toast.isLeave {
    transform: scale(0.5);
    opacity: 0;
    transition: all 0.3s ease-out; }

/* toast ends */
/* common products gap start */
@media (max-width: 767.98px) {
  .common__product-gap {
    margin-bottom: 2.03125rem;
    padding: 0 0.46875rem; } }

@media (min-width: 768px) {
  .common__product-gap {
    padding: 0 0.75rem;
    margin-bottom: 2.5rem; } }

@media (max-width: 767.98px) {
  .common__product-row {
    margin: 0 -0.46875rem; } }

@media (min-width: 768px) {
  .common__product-row {
    margin: 0 -1.6875rem; } }

.common-card-title {
  text-align: center;
  font-weight: 500; }
  @media (max-width: 767.98px) {
    .common-card-title {
      font-size: 1.375rem;
      margin-bottom: 1.25rem; } }
  @media (min-width: 768px) {
    .common-card-title {
      font-size: 2.125rem;
      margin-bottom: 2.5rem; } }

/* common products gap end */
/* common image mask start */
.common__mask {
  position: relative;
  overflow: hidden; }
  .common__mask:hover::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    opacity: 0.3; }

/* common image mask end */
/* common desc start */
.common__img-desc {
  position: relative; }
  .common__img-desc::before {
    content: attr(alt);
    position: absolute;
    z-index: 1;
    bottom: 0.9375rem;
    right: 0.9375rem;
    color: #999;
    font-size: 1rem; }

/* common desc end */
/* common sort start */
.common__select {
  position: relative;
  display: inline-block; }
  .common__select select {
    -webkit-appearance: none;
    font-size: 0.875rem;
    padding-right: 1.5625rem;
    color: inherit;
    cursor: pointer;
    width: 10.3125rem;
    border-color: #d4d4d4; }
    @media (min-width: 768px) {
      .common__select select {
        width: 11.25rem; } }
  .common__select::after {
    content: '';
    color: #212121;
    width: 0.53125rem;
    height: 0.53125rem;
    border: 2px solid;
    border-top: none;
    border-right: none;
    position: absolute;
    right: 1rem;
    top: 0.8125rem;
    transform: rotate(-45deg); }

/* common sort end */
/* common load-more start */
.common__load-more-btn {
  color: #777;
  font-size: 11px;
  cursor: pointer; }

/* common load-more end */
/* common image mask end */
/* common group start */
.common__group {
  height: 7.0625rem; }
  @media (max-width: 767.98px) {
    .common__group {
      height: 6.125rem; } }

/* common group end */
/* common input start */
.common__input {
  width: 28.75rem;
  height: 2.75rem;
  background: white;
  border: 1px solid #dfdfdf;
  padding-left: 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  -webkit-appearance: none;
  outline: none;
  border-radius: 0; }
  .common__input:focus {
    border-radius: 0;
    border: 1px solid black; }
  .common__input:-ms-input-placeholder {
    font-size: 0.875rem;
    color: #bcbcbc;
    line-height: 1.125rem; }
  .common__input:-webkit-input-placeholder {
    font-size: 0.875rem;
    color: #bcbcbc;
    line-height: 1.125rem; }
  @media (max-width: 767.98px) {
    .common__input {
      width: 100%;
      height: 2.75rem;
      border: 0.0625rem solid #d7dcde;
      padding-left: 0.9375rem;
      font-size: 0.875rem;
      line-height: 1.03125rem;
      border-radius: 0; }
      .common__input:focus {
        border-radius: 0;
        border: 0.0625rem solid black; }
      .common__input:-ms-input-placeholder {
        font-size: 0.875rem;
        color: #777777;
        line-height: 1.03125rem; }
      .common__input:-webkit-input-placeholder {
        font-size: 0.875rem;
        color: #777777;
        line-height: 1.03125rem; } }
  .common__input_error {
    border: 1px solid #e24247 !important; }
    .common__input_error:focus {
      border: 1px solid #e24247 !important; }

/* common input end */
/* common label start */
.common__label {
  height: 1rem;
  font-size: 0.875rem;
  color: #777777;
  line-height: 1rem;
  margin-bottom: 0.75rem;
  display: block; }
  @media (max-width: 767.98px) {
    .common__label {
      font-size: 0.875rem;
      line-height: 1.03125rem;
      margin-bottom: 0.65625rem; } }

/* common label end */
@media (min-width: 768px) {
  .col-md-2_4 {
    flex: 0 0 20%;
    max-width: 20%; } }

/* editor start */
.shoplazza-select {
  position: relative; }
  .shoplazza-select::before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(65, 100, 240, 0);
    animation: selectCard 1.2s ease-in; }

.shoplazza-add {
  width: 100%;
  height: 5.1875rem;
  border: 2px dashed #2e60f8;
  font-size: 1rem;
  font-weight: 600;
  color: #2e60f8;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  animation: addCard 0.3s ease-out; }
  .shoplazza-add i {
    transform: rotate(45deg);
    margin-right: 0.625rem; }

@keyframes addCard {
  from {
    height: 0; }
  to {
    height: 5.1875rem; } }

@keyframes selectCard {
  0% {
    border-color: rgba(65, 100, 240, 0);
    z-index: 98; }
  50% {
    border-color: #4164f0; }
  100% {
    border-color: rgba(65, 100, 240, 0);
    z-index: -1;
    content: none; } }

/* editorend */
/* common img start */
.common__img_hover:hover {
  opacity: 0.7; }

/* common img end */
@media (min-width: 768px) {
  .hero--large {
    height: 600px; }
  .hero--medium {
    height: 500px; }
  .hero--small {
    height: 400px; }
  .hero .page-width {
    padding: 0 55px;
    max-width: 750px; }
  .hero .mega-subtitle {
    margin: 24px auto 0; }
  .hero .mega-title-large {
    font-size: 48px; }
  .hero .mega-subtitle-large {
    font-size: 18px; }
  .hero .mega-title-medium {
    font-size: 36px; }
  .hero .mega-subtitle-medium {
    font-size: 16px; }
  .hero .mega-title-small {
    font-size: 24px; }
  .hero .mega-subtitle-small {
    font-size: 14px; }
  .hero .hero-btn {
    font-size: 14px;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 50px; }
    .hero .hero-btn:hover {
      background: #f5f5f5;
      font-weight: 500; } }

@media (max-width: 767.98px) {
  .hero--large {
    height: 28.6875rem; }
  .hero--medium {
    height: 25rem; }
  .hero--small {
    height: 18.75rem; }
  .hero .page-width {
    padding: 0 0.6875rem;
    max-width: 21.5625rem; }
  .hero .mega-subtitle {
    margin: 0.9375rem auto 0;
    max-width: 21.875rem; }
  .hero .mega-title-large {
    font-size: 1.875rem; }
  .hero .mega-subtitle-large {
    font-size: 1.125rem; }
  .hero .mega-title-medium {
    font-size: 1.5rem; }
  .hero .mega-subtitle-medium {
    font-size: 1rem; }
  .hero .mega-title-small {
    font-size: 1.125rem; }
  .hero .mega-subtitle-small {
    font-size: 0.875rem; }
  .hero .hero-btn {
    cursor: pointer;
    font-size: 0.875rem;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 1.875rem; }
    .hero .hero-btn:hover {
      background: #f5f5f5;
      font-weight: 500; } }

.hero {
  position: relative; }
  @media (min-width: 768px) {
    .hero .col-12 {
      padding: 0; } }
  .hero .hover-zoom {
    transition: all 0.5s; }
  .hero a[href] .hover-zoom:hover {
    transform: scale(1.1); }
  .hero.url-cursor {
    cursor: pointer; }
  .hero.hover-enlarge {
    transition: transform 0.3s linear; }
  .hero.hover-enlarge:hover {
    transform: scale(1.1); }
    .hero.hover-enlarge:hover.hero__overlay::before {
      opacity: 0.3; }
  .hero .hero__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2; }
    .hero .hero__inner .mega-title,
    .hero .hero__inner .mega-subtitle {
      color: #fff; }

@media (min-width: 768px) {
  .col-md-2_4 {
    flex: 0 0 20%;
    max-width: 20%; } }

/* common collection gap start */
@media (max-width: 767.98px) {
  .common__collection-gap {
    margin-bottom: 0.9375rem;
    padding: 0 0.46875rem; } }

@media (min-width: 768px) {
  .common__collection-gap {
    padding: 0 0.375rem;
    margin-bottom: 0.75rem; } }

@media (max-width: 767.98px) {
  .common__collection-row {
    margin: 0 -0.46875rem; } }

@media (min-width: 768px) {
  .common__collection-row {
    margin: 0 -1.3125rem; } }

/* common collection gap end */
/* common popover start */
.common__popover_wrapper,
.common__popover_wrapper-hover {
  position: relative;
  display: block; }
  .common__popover_wrapper .common__popover_content,
  .common__popover_wrapper-hover .common__popover_content {
    display: none;
    position: absolute;
    z-index: 9;
    overflow: auto;
    white-space: nowrap;
    max-height: 16.875rem; }
  .common__popover_wrapper .rotate_180,
  .common__popover_wrapper-hover .rotate_180 {
    display: inline-block;
    transform: rotate(180deg); }
  .common__popover_wrapper .transform_left,
  .common__popover_wrapper-hover .transform_left {
    left: 100%;
    transform: translateX(-100%); }

/* common popover end */
/**
 * Swiper 4.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

@media (max-width: 767.98px) {
  .product-detail {
    padding-top: 0;
    padding-bottom: 0; } }

.disabled, .product-info__variants_value:disabled, .product-info__qty_btn:disabled, .product-info__qty_num:disabled {
  background-color: #efefef;
  cursor: not-allowed; }

.btn-border, .product-info__qty_btn, .product-info__qty_num {
  border: 1px solid #e2e2e2; }

.product-image {
  width: 100%;
  padding: 0; }
  .product-image__swiper {
    position: relative;
    overflow: hidden; }
    .product-image__swiper_bullets {
      display: block;
      position: absolute;
      bottom: 0.9375rem;
      right: 0.9375rem;
      font-size: 0.875rem;
      color: #fff;
      background: #bbb;
      height: 1.875rem;
      line-height: 1.875rem;
      padding: 0 1.0625rem;
      z-index: 1; }
    .product-image__swiper_img {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .product-image__swiper-wrapper {
      align-items: center; }
    .product-image__swiper_btn {
      display: none; }
  .product-image__thumbs {
    display: none; }
  .product-image .swiper-slide {
    overflow: hidden; }

.product-info {
  padding: 1.40625rem 0.9375rem; }
  .product-info__header {
    color: #000;
    border-bottom: 1px solid #ddd; }
    .product-info__header_title {
      font-size: 1.375rem;
      font-weight: 500;
      margin-bottom: 0.75rem; }
      @media (min-width: 768px) {
        .product-info__header_title {
          font-size: 1.875rem; } }
    .product-info__header_brief {
      color: #666;
      line-height: 1.5;
      font-size: 0.875rem;
      margin-bottom: 1.5625rem; }
    .product-info__header_price {
      color: #000;
      font-size: 1.0625rem; }
      @media (min-width: 768px) {
        .product-info__header_price {
          font-size: 1.375rem; } }
    .product-info__header_off-ratio {
      color: #000;
      font-size: 1.0625rem;
      position: relative;
      padding-left: 0.625rem;
      padding-right: 0.3125rem; }
      @media (min-width: 768px) {
        .product-info__header_off-ratio {
          font-size: 1.375rem; } }
      .product-info__header_off-ratio::before {
        content: '';
        display: block;
        position: absolute;
        height: 1rem;
        width: 2px;
        background: #000;
        left: -1px;
        top: 50%;
        margin-top: -0.5rem; }
    .product-info__header_compare-at-price {
      font-size: 0.875rem;
      color: #999;
      text-decoration: line-through; }
      @media (min-width: 768px) {
        .product-info__header_compare-at-price {
          font-size: 1rem; } }
    .product-info__header_sales {
      font-size: 0.875rem;
      color: #999; }
    .product-info__header_price-wrapper {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 0.9375rem; }
      .product-info__header_price-wrapper-left {
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        .product-info__header_price-wrapper-left span {
          margin-right: 0.625rem; }
          .product-info__header_price-wrapper-left span:last-of-type {
            margin-right: 0; }
  .product-info__variants {
    margin-top: 2.1875rem; }
    .product-info__variants_title {
      font-size: 1rem;
      font-weight: 500;
      color: #2a2a2a;
      line-height: 1.0625rem; }
    .product-info__variants_size-guide {
      color: #666;
      font-size: 0.875rem;
      text-decoration: underline;
      float: right;
      cursor: pointer; }
    .product-info__variants_items {
      margin-bottom: 1.625rem; }
    .product-info__variants_value {
      min-height: 2.3125rem;
      word-break: break-word;
      line-height: 2.1875rem;
      min-width: 2.5rem;
      font-size: 0.8125rem;
      margin-right: 0.625rem;
      margin-bottom: 0;
      position: relative;
      color: #2a2a2a;
      padding-top: 0;
      padding-bottom: 0;
      margin-top: 0.625rem; }
      .product-info__variants_value::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border: 1px solid #e2e2e2; }
      .product-info__variants_value.active {
        font-weight: 500; }
      .product-info__variants_value:last-of-type {
        margin-right: 0; }
    .product-info__variants_value-wrapper {
      font-size: 0; }
  .product-info__qty {
    font-size: 0; }
    .product-info__qty_title {
      font-size: 1rem;
      font-weight: 500;
      color: #2a2a2a;
      margin-bottom: 0.625rem; }
    .product-info__qty_stock {
      font-weight: 400;
      color: #999; }
    .product-info__qty_btn {
      width: 2rem;
      height: 2rem;
      text-align: center;
      padding: 0;
      font-size: 1rem; }
    .product-info__qty_num {
      display: inline-block;
      width: 2.5rem;
      height: 2rem;
      font-size: 0.8125rem;
      margin: 0 0.625rem;
      text-align: center;
      padding: 0;
      box-shadow: none;
      vertical-align: middle; }
  .product-info__btn {
    margin-top: 1.75rem; }
    .product-info__btn button {
      width: 100%;
      margin-bottom: 0.9375rem;
      height: 2.75rem;
      font-size: 0.9375rem; }
      @media (min-width: 768px) {
        .product-info__btn button {
          height: 3.125rem; } }
      .product-info__btn button:last-of-type {
        margin-bottom: 0; }
  .product-info__url {
    margin-top: 1.4375rem;
    font-size: 0.875rem; }
    .product-info__url > a {
      color: #000;
      text-decoration: underline; }
  .product-info__desc {
    margin: 2.5rem -0.9375rem 0; }
    @media (min-width: 768px) {
      .product-info__desc {
        margin: 2.5rem 0 0; } }
    .product-info__desc_tab {
      border-top: 1px solid #ddd;
      padding: 0 0.9375rem; }
      @media (min-width: 768px) {
        .product-info__desc_tab {
          padding: 0; } }
      .product-info__desc_tab-header {
        height: 3.3125rem;
        line-height: 3.3125rem;
        display: flex;
        justify-content: space-between;
        cursor: pointer; }
        .product-info__desc_tab-header i {
          float: right;
          transition: transform 0.3s; }
        .product-info__desc_tab-header.select i {
          transform: rotate(180deg); }
      .product-info__desc_tab-item {
        max-width: 90%;
        color: #212121;
        font-weight: 500;
        font-size: 1rem; }
      .product-info__desc_tab-content {
        padding-bottom: 0.9375rem;
        overflow: hidden; }

@media (min-width: 768px) {
  .product-image {
    padding: 0 2.625rem 0 0.9375rem; }
    .product-image__swiper_btn.sep-font {
      width: 3.125rem;
      height: 3.125rem;
      text-align: center;
      line-height: 3.125rem;
      font-size: 12px;
      color: #000;
      cursor: pointer;
      font-weight: 600;
      display: none;
      background-color: #fff;
      opacity: 0.5; }
      .product-image__swiper_btn.sep-font.swiper-button-disabled {
        background-color: #d6d6d6; }
      .product-image__swiper_btn.sep-font.swiper-button-prev {
        outline: none;
        background-image: unset !important;
        left: 0; }
      .product-image__swiper_btn.sep-font.swiper-button-next {
        outline: none;
        background-image: unset !important;
        right: 0; }
      .product-image__swiper_btn.sep-font:hover {
        color: #fff;
        background: #4b4b4b;
        opacity: 1; }
    .product-image__swiper_bullets {
      display: none; }
    .product-image__swiper:hover .product-image__swiper_btn {
      display: block; }
      .product-image__swiper:hover .product-image__swiper_btn.swiper-button-disabled {
        display: none; }
    .product-image__thumbs {
      margin-top: 0.9375rem;
      display: block;
      position: relative;
      padding: 0 2.1875rem; }
      .product-image__thumbs_swiper {
        overflow: hidden;
        width: 100%;
        margin: 0 auto; }
      .product-image__thumbs_list.swiper-wrapper {
        height: 4.25rem;
        white-space: nowrap;
        bottom: 0 !important;
        align-items: center; }
        .product-image__thumbs_list.swiper-wrapper .swiper-slide {
          position: relative;
          width: 100%;
          height: 100%; }
          .product-image__thumbs_list.swiper-wrapper .swiper-slide img {
            max-width: 100%;
            max-height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        .product-image__thumbs_list.swiper-wrapper .pagination-item {
          width: 4.25rem;
          height: 100%;
          padding: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          vertical-align: top;
          overflow: hidden;
          background: none;
          border-radius: 0;
          margin: 0 5px;
          opacity: 1;
          position: relative;
          outline: none; }
          .product-image__thumbs_list.swiper-wrapper .pagination-item.swiper-pagination-bullet {
            margin: 0; }
          .product-image__thumbs_list.swiper-wrapper .pagination-item.swiper-pagination-bullet-active::before {
            display: block;
            content: '';
            border: 1px solid #000;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1050; }
          .product-image__thumbs_list.swiper-wrapper .pagination-item img {
            border: 1px solid rgba(1, 1, 1, 0);
            max-width: 100%;
            max-height: 100%; }
      .product-image__thumbs_btn.sep-font {
        width: 1.25rem;
        top: 50%;
        margin-top: -1.5625rem;
        outline: 0;
        height: 3.125rem;
        text-align: center;
        line-height: 3.125rem;
        background: #212121;
        color: #fff;
        cursor: pointer;
        opacity: 1;
        z-index: 1; }
      .product-image__thumbs_btn.swiper-button-disabled {
        background-color: #d6d6d6; }
      .product-image__thumbs_btn:hover {
        background: #000;
        opacity: 0.7; }
      .product-image__thumbs_btn:active {
        background: #000;
        opacity: 1; }
      .product-image__thumbs_btn.swiper-button-prev {
        left: 0;
        outline: none; }
      .product-image__thumbs_btn.swiper-button-next {
        right: 0;
        outline: none;
        background-image: unset !important; }
  .product-info {
    padding-top: 0;
    padding-left: 2.625rem; }
    .product-info__btn {
      display: flex;
      justify-content: space-between; }
      .product-info__btn button {
        width: 48%;
        margin: 0; } }

.product-select-modal {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  padding: 40px 30px; }
  @media (max-width: 767.98px) {
    .product-select-modal {
      padding: 20px 15px;
      flex-wrap: wrap; } }
  .product-select-modal .product-info {
    width: 45%;
    flex: 0 0 auto;
    padding: 0 0 0 1.5rem; }
    @media (max-width: 767.98px) {
      .product-select-modal .product-info {
        width: 100%;
        padding: 0; } }
    .product-select-modal .product-info__variants_value {
      min-height: 26px;
      line-height: 24px; }
    .product-select-modal .product-info__qty_btn {
      width: 1.5rem; }
    .product-select-modal .product-info__btn button {
      width: 14.0625rem; }
  .product-select-modal .product-image {
    width: 55%;
    flex: 0 0 auto;
    padding: 0; }
    @media (max-width: 767.98px) {
      .product-select-modal .product-image {
        width: 100%; } }

.modal__header {
  width: 100%;
  text-align: center;
  display: flex;
  border-bottom: 1px solid #ddd;
  justify-content: center; }

.modal__close.close {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  background: none;
  z-index: 1051;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
  font-size: 1rem;
  color: #212121;
  opacity: 1; }
  .modal__close.close:hover {
    color: #212121 !important;
    opacity: 0.7 !important; }
  @media (max-width: 767.98px) {
    .modal__close.close {
      top: 0.3125rem;
      right: 0.3125rem; } }

#product-select-modal .modal-dialog {
  max-width: 875px; }

@media (max-width: 767.98px) {
  #product-select-modal .modal-dialog {
    display: none; } }

.modal-slide {
  position: fixed;
  bottom: -37.5rem;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s linear; }
  .modal-slide .modal__close {
    top: 0.9375rem;
    right: 0.9375rem; }
  @media (max-width: 767.98px) {
    .modal-slide {
      bottom: 0; } }

.product-select-slide .product-info__btn {
  margin-top: 0; }
  .product-select-slide .product-info__btn button {
    width: 100%; }

.product-select-slide .product-info__variants {
  margin-top: 1.5625rem; }

.product-select-slide.product-select-modal {
  display: unset;
  flex-wrap: nowrap;
  overflow: unset;
  padding: unset; }

.product-select-slide.modal-body {
  padding: 0; }

.product-select-slide .product-info__header_price-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #d4d4d4;
  background: #fff;
  padding: 0.625rem 2.5rem 0.9375rem 6.25rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.product-select-slide .product-info__header_sales {
  display: none; }

.product-select-slide .product-info__header_price-wrapper-left {
  display: unset; }

.product-select-slide .product-info__header_compare-at-price {
  display: block; }

.product-select-slide .product-info__header_off-ratio {
  white-space: nowrap; }

.product-select-slide__scroll {
  max-height: 27.5rem;
  overflow-y: auto;
  padding-bottom: 3.75rem;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none; }
  .product-select-slide__scroll::-webkit-scrollbar {
    width: 0; }
  .product-select-slide__scroll > div:nth-child(2) {
    margin-top: 5.4375rem; }

.product-select-slide__image {
  position: absolute;
  top: -20px;
  z-index: 2;
  width: 4.6875rem;
  height: 4.6875rem;
  margin-right: 0.625rem;
  bottom: 2.1875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff; }
  .product-select-slide__image img {
    max-width: 100%;
    max-height: 100%; }

.product-select-slide__header {
  position: relative;
  padding-top: 0.625rem; }

.product-select-slide__content {
  position: relative;
  padding: 0 0.9375rem; }

.slide__screen {
  background: #f7f7f7; }

.slide__img-wrapper {
  width: 100%; }
  .slide__img-wrapper img {
    width: 100%; }
  @media (max-width: 767.98px) {
    .slide__img-wrapper {
      max-height: 21.875rem; } }

.slide .swiper-container .swiper-slide {
  width: 100% !important; }

.slide .swiper-container .swiper-pagination-bullet {
  margin: 0 0.375rem;
  width: 0.6875rem;
  height: 0.6875rem;
  background: transparent;
  opacity: 1;
  border: 2px solid white; }
  @media (min-width: 768px) {
    .slide .swiper-container .swiper-pagination-bullet {
      border: 1px solid white; } }

.slide .swiper-container .swiper-pagination-bullet-active {
  background: #fff; }

@media (min-width: 768px) {
  .image-text {
    justify-content: space-between; } }

@media (max-width: 767.98px) {
  .image-text {
    flex-direction: column; } }

@media (max-width: 767.98px) {
  .image-text__image {
    width: 100%;
    margin-bottom: 1.25rem;
    order: 0; } }

@media (min-width: 768px) {
  .image-text__image {
    width: 50%; } }

@media (max-width: 767.98px) {
  .image-text__text {
    order: 1;
    text-align: center; } }

@media (min-width: 768px) {
  .image-text__text {
    width: 40%; } }

.image-text__title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .image-text__title {
      font-size: 1.875rem;
      margin-bottom: 1.5rem; } }

.image-text__desc {
  font-size: 16px; }

.image-text__btn {
  max-width: 21.5625rem;
  margin-top: 0.5625rem;
  padding: 0.625rem 1.875rem; }
  @media (min-width: 768px) {
    .image-text__btn {
      max-width: 12.5rem;
      margin-top: 2.125rem; } }

.block__image {
  margin-bottom: 0.9375rem; }
  @media (min-width: 768px) {
    .block__image {
      margin-bottom: 1.25rem; } }

.block__title {
  font-size: 1.125rem;
  margin-bottom: 0.625rem; }

.block__text {
  font-size: 0.875rem;
  margin-bottom: 1.125rem; }

.block__btn {
  padding: 0.625rem 1.875rem;
  font-size: 0.875rem; }

@media (max-width: 767.98px) {
  .video-text__video {
    margin-bottom: 1.25rem;
    order: 0; } }

@media (min-width: 768px) {
  .video-text__video {
    padding-left: 0;
    padding-right: 0; } }

.video-text__video_wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  background: #f7f7f7; }
  .video-text__video_wrapper-iframe {
    position: absolute;
    width: 100%;
    height: 100%; }
  .video-text__video_wrapper-default {
    position: absolute;
    width: 100%; }

@media (max-width: 767.98px) {
  .video-text__text {
    order: 1;
    text-align: center; } }

.video-text__text_title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .video-text__text_title {
      font-size: 1.875rem;
      margin-bottom: 1.5rem; } }

.video-text__text__desc {
  font-size: 0.875rem; }

@media (min-width: 768px) {
  .video-text__text {
    padding-left: 0;
    padding-right: 10%; } }

.video {
  width: 100%;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .video {
      padding: 0 15px; } }
  .video__title {
    text-align: center;
    font-weight: 500;
    font-size: 1.875rem;
    margin-bottom: 1.5rem; }
    @media (max-width: 767.98px) {
      .video__title {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 1.375rem;
        margin-bottom: 1.25rem; } }
  .video__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    background: #f7f7f7 !important; }
    .video__wrapper img {
      position: absolute;
      width: 100%;
      height: auto; }
    .video__wrapper iframe {
      width: 100%;
      height: 100%;
      position: absolute; }

@media (min-width: 768px) {
  .image-bar {
    display: flex;
    width: 100%; }
    .image-bar .grid__item {
      flex: 1;
      margin: 0;
      padding: 0;
      margin-left: -1px; }
      .image-bar .grid__item.dashed-border {
        border: 1px solid #ebebeb; }
      .image-bar .grid__item.medium-up--one-half {
        max-width: 50%;
        overflow: hidden;
        text-overflow: ellipsis; }
      .image-bar .grid__item.medium-up--one-third {
        overflow: hidden;
        text-overflow: ellipsis; }
      .image-bar .grid__item.medium-up--one-quarter {
        max-width: 50%;
        overflow: hidden;
        text-overflow: ellipsis; }
  .image-bar__item {
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; } }

@media (max-width: 767.98px) {
  .image-bar {
    display: block;
    margin: 0 auto; }
    .image-bar .grid__item {
      overflow: hidden; }
      .image-bar .grid__item.dashed-border {
        border: 1px solid #ebebeb; } }

@media (max-width: 767.98px) {
  .two-image__image:last-child {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem; } }

@media (min-width: 768px) {
  .two-image__row {
    margin: 0 -1.6875rem; }
  .two-image__image {
    padding: 0 0.75rem; } }

.three-image__image {
  margin-bottom: 0.9375rem; }
  .three-image__image:last-child {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .three-image__row {
    margin: 0 -1.6875rem; }
  .three-image__image {
    padding: 0 0.75rem;
    margin-bottom: 0; } }

.four-images {
  margin: 0 auto;
  width: 100%; }
  .four-images .row {
    display: block;
    margin: 0 -1.6875rem; }
  .four-images .common__img-wrapper_lazy {
    position: absolute;
    top: 0;
    left: 0;
    right: 6.6%;
    bottom: 0;
    margin: auto;
    width: auto; }
  .four-images__image-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 6.6%;
    bottom: 0;
    margin: auto; }
  .four-images__top {
    height: 0;
    padding-bottom: 65.92%;
    overflow: hidden; }
  .four-images__top-left {
    float: left;
    width: 68.15%;
    max-width: 736px; }
  .four-images__top-right {
    float: left;
    width: 31.85%;
    max-width: 344px; }
  .four-images__bottom {
    margin-top: -31.8%;
    width: 68.15%;
    max-width: 736px;
    overflow: hidden; }
    .four-images__bottom .common__img-wrapper_lazy {
      right: 3.3%; }
  .four-images__image_top-left {
    position: relative;
    float: left;
    padding: 0 3.3% 46.7% 0;
    width: 50%;
    max-width: 368px;
    background: transparent;
    height: 0; }
  .four-images__image_top-right {
    position: relative;
    float: left;
    width: 100%;
    max-width: 344px;
    background: transparent;
    height: 0;
    padding-bottom: 207%; }
    .four-images__image_top-right .common__img-wrapper_lazy {
      right: 0; }
  .four-images__image_bottom {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 3.3% 46.7% 0;
    background: transparent;
    height: 0; }

@media (max-width: 767.98px) {
  .four-images {
    margin: 0 auto; }
    .four-images .row {
      display: block;
      margin: 0 -15px; }
    .four-images .common__img-wrapper_lazy {
      right: 0; }
    .four-images__image-link {
      right: 0; }
    .four-images__top {
      margin-bottom: 4.4%;
      padding-bottom: 99.2%; }
    .four-images__top-left {
      padding: 0 2.2% 0 0;
      width: 50%;
      max-width: 343.3px; }
    .four-images__top-right {
      padding-left: 2.2%;
      width: 50%;
      max-width: 346.7px; }
    .four-images__bottom {
      margin-top: 0;
      width: 100%;
      max-width: 690px; }
    .four-images__image_top-left {
      padding: 0 0 100% 0;
      width: 100%;
      max-width: 346.7px; }
      .four-images__image_top-left:first-child {
        margin-bottom: 9.2%; }
    .four-images__image_top-right {
      max-width: 346.7px; }
    .four-images__image_bottom {
      padding: 0 0 48.2% 0; }
      .four-images__image_bottom .common__img-wrapper_lazy {
        right: 0; } }

.logo-bar__link {
  padding-bottom: 120px; }
  @media (max-width: 767.98px) {
    .logo-bar__link {
      padding-bottom: 75%; } }

.rich-text {
  margin: 0 auto; }
  @media (max-width: 767.98px) {
    .rich-text {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .rich-text__title {
    color: #212121;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1.5rem; }
    .rich-text__title_large {
      font-size: 3rem; }
    .rich-text__title_medium {
      font-size: 2.25rem; }
    .rich-text__title_small {
      font-size: 1.5rem; }
    @media (max-width: 767.98px) {
      .rich-text__title {
        margin-bottom: 0.75rem; }
        .rich-text__title_large {
          font-size: 1.875rem; }
        .rich-text__title_medium {
          font-size: 1.5rem; }
        .rich-text__title_small {
          font-size: 1.125rem; } }
  .rich-text__text_large {
    font-size: 1.125rem; }
  .rich-text__text_medium {
    font-size: 1rem; }
  .rich-text__text_small {
    font-size: 0.875rem; }
  @media (min-width: 768px) {
    .rich-text__width_large {
      width: 100%;
      max-width: 67.5rem; }
    .rich-text__width_medium {
      width: 70.37%;
      max-width: 47.5rem; } }

.instagram__text {
  max-width: 100%;
  font-size: 1.1875rem; }
  @media (min-width: 768px) {
    .instagram__text {
      font-size: 2.125rem; } }

.instagram__title {
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .instagram__title {
      margin-bottom: 2.25rem; } }

.instagram__img-wrapper {
  margin-bottom: 0.9375rem; }
  @media (min-width: 768px) {
    .instagram__img-wrapper {
      margin-bottom: 1.5rem; } }
  .instagram__img-wrapper img {
    width: 100%; }

.instagram__btn {
  max-width: 100%;
  font-size: 0.875rem;
  margin-left: 0.75rem; }
  @media (min-width: 768px) {
    .instagram__btn {
      font-size: 1.125rem;
      padding-left: 1.625rem;
      padding-right: 1.625rem;
      margin-left: 1.5rem; } }

.instagram__footer {
  padding-top: 0.3125rem; }
  @media (min-width: 768px) {
    .instagram__footer {
      padding-top: 0.75rem; } }

.newsletter__input {
  height: 2.75rem;
  font-size: 0.875rem; }

.newsletter__btn {
  margin-top: 0.9375rem;
  width: 10.625rem;
  height: 2.75rem;
  font-size: 1rem; }

.newsletter__title {
  font-size: 1.4375rem;
  line-height: 1.2em; }
  .newsletter__title_sub {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.2em;
    color: #777; }
    .newsletter__title_sub + .newsletter__form {
      margin-top: 2.5rem; }
  .newsletter__title + .newsletter__form {
    margin-top: 2.5rem; }

.newsletter_subscribed {
  display: none; }

.newsletter_subscribing {
  display: block; }

.newsletter_success .newsletter_subscribing {
  display: none; }

.newsletter_success .newsletter_subscribed {
  display: block; }

@media (min-width: 768px) {
  .newsletter__title {
    font-size: 2.125rem; }
    .newsletter__title_sub {
      font-size: 1rem;
      line-height: 1.5em; }
  .newsletter__input {
    width: 21.25rem;
    margin-bottom: 0; }
  .newsletter__input-wrap {
    max-width: 21.875rem; }
  .newsletter__btn {
    margin-top: 0;
    margin-left: 0.375rem;
    width: 10.625rem; }
  .newsletter__btn-wrap {
    max-width: 11.625rem;
    text-align: left; }
  .form-row {
    max-width: 33.5rem; } }

.container {
  position: relative; }

@media (min-width: 768px) {
  .featured-product {
    justify-content: space-between; } }

@media (max-width: 767.98px) {
  .featured-product {
    flex-direction: column; } }

.featured-product__image {
  position: relative; }
  @media (max-width: 767.98px) {
    .featured-product__image {
      width: 100%;
      margin-bottom: 1.25rem;
      order: 0; } }
  @media (min-width: 768px) {
    .featured-product__image {
      width: 50%; } }
  .featured-product__image_tag {
    position: absolute;
    top: -1rem;
    right: -0.625rem;
    width: 3.125rem;
    height: 3.125rem;
    background-color: #9a9a9a;
    border-radius: 1.875rem;
    color: #fff;
    font-size: 0.8125rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .featured-product__image_tag {
        top: -1.5625rem;
        right: -1.5625rem;
        width: 3.125rem;
        height: 3.125rem; } }

@media (max-width: 767.98px) {
  .featured-product__text {
    order: 1; } }

@media (min-width: 768px) {
  .featured-product__text {
    width: 40%; } }

.featured-product__title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.9375rem; }
  @media (min-width: 768px) {
    .featured-product__title {
      font-size: 1.875rem; } }

.featured-product__desc {
  font-size: 16px;
  margin-bottom: 2.1875rem; }

.featured-product__price-wrapper {
  margin-bottom: 1.25rem; }
  .featured-product__price-wrapper span,
  .featured-product__price-wrapper del {
    padding: 0 0.5rem;
    vertical-align: middle;
    max-width: 100%; }

.featured-product__price {
  font-size: 1.25rem; }
  @media (min-width: 768px) {
    .featured-product__price {
      font-size: 1.5rem; } }

.featured-product__compare-at-price {
  font-size: 1rem; }

.featured-product__btn {
  max-width: 21.5625rem;
  padding: 0.625rem 1.875rem; }
  @media (min-width: 768px) {
    .featured-product__btn {
      max-width: 12.5rem; } }

.collection_list_gap .common__product-gap {
  margin-bottom: 0.9375rem; }
  @media (min-width: 768px) {
    .collection_list_gap .common__product-gap {
      margin-bottom: 1.5rem; } }

.no-scroll {
  overflow: hidden; }

.fast-bar {
  width: 100%;
  display: block; }
  .fast-bar__text-wrapper {
    text-align: center; }
  .fast-bar__text {
    font-size: 0.875rem;
    padding: 0.625rem 0;
    display: inline-block; }

.header {
  height: 3.3125rem; }
  @media (min-width: 768px) {
    .header {
      height: 3.9375rem;
      margin: 0 -1.875rem; } }
  .header__popover-item:hover {
    background-color: #eee; }
  .header__wrapper {
    width: 100%;
    background: white;
    z-index: 99;
    top: unset;
    box-shadow: none;
    position: absolute; }
  .header__icon {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: #212121;
    margin: 0 1.25rem; }
    @media (max-width: 767.98px) {
      .header__icon {
        margin: 0 0.625rem; }
        .header__icon .sep-font-list {
          font-size: 1.125rem !important; } }
    .header__icon .sep-font {
      font-size: 1.625rem;
      z-index: 1; }
  .header__cart-count {
    position: absolute;
    width: 1.3125rem;
    height: 1.3125rem;
    line-height: 1.3125rem;
    border-radius: 50%;
    text-align: center;
    font-size: 0.8125rem;
    transform: scale(0.9); }
    .header__cart-count .header__cart-count_over::after {
      content: "+";
      position: relative;
      top: -6px;
      right: 2px;
      font-size: 10px;
      transform: scale(0.8); }
    .header__cart-count_bag {
      top: 0.8125rem;
      right: 0.1875rem; }
    .header__cart-count_cart {
      top: -0.1875rem;
      right: -0.625rem;
      color: #fff;
      background: #de0a00; }
      @media (max-width: 767.98px) {
        .header__cart-count_cart {
          right: -0.5rem; } }
      .header__cart-count_cart .header__cart-count_over {
        display: inline-block;
        position: relative;
        top: 1px;
        transform: scale(0.8); }
  .header__logo {
    width: 100%;
    height: 100%;
    font-size: 1.25rem;
    color: inherit;
    padding: 0.25rem 0;
    line-height: 3rem; }
    .header__logo:hover {
      color: unset !important; }
    .header__logo img {
      max-width: 11.5625rem;
      max-height: 2.1875rem; }
    @media (min-width: 768px) {
      .header__logo {
        font-size: 1.75rem; }
        .header__logo img {
          max-width: 200px;
          max-height: 50px; } }
  .header__account {
    position: relative; }
    .header__account-popover {
      min-width: 126px;
      max-width: 200px;
      color: #000;
      background: #fff;
      position: absolute;
      z-index: 9;
      text-align: left;
      font-size: 0.875rem;
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
      line-height: 38px;
      white-space: nowrap; }
    .header__account:hover .header__account-popover {
      display: block !important; }
      .header__account:hover .header__account-popover:hover {
        display: block !important; }
    .header__account .header__popover-item {
      line-height: 2.75rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .header__account .header__popover-item a,
      .header__account .header__popover-item div {
        color: inherit;
        display: inline-block;
        padding: 0 1.25rem;
        width: 100%; }
    .header__account ul {
      list-style: none;
      margin: 0;
      padding: 0; }
  .header__currency-flag {
    width: 1.5rem;
    margin-right: 0.625rem;
    border: 1px solid #212121; }
  .header__currency-select {
    border: 1px solid #efefef;
    background: #fff; }
    .header__currency-select .header__popover-item {
      color: #212121;
      font-size: 0.875rem;
      line-height: 2.8125rem;
      padding: 0 1.25rem;
      cursor: pointer; }
      .header__currency-select .header__popover-item:first-child {
        padding-top: 0; }
      .header__currency-select .header__popover-item:last-child {
        padding-bottom: 0; }
  .header__currency-content {
    font-size: 0.875rem !important;
    cursor: pointer; }
  .header__search-input {
    padding: 0.625rem 0.3125rem;
    padding-right: 1.5625rem;
    font-size: 0.875rem;
    position: relative;
    right: -1.5625rem;
    border: none;
    line-height: 1rem;
    background-color: unset !important;
    width: 11.25rem !important;
    border-bottom: 1px solid #000; }
    .header__search-input::-webkit-input-placeholder {
      color: #757575; }

.navigation-m {
  font-size: 1.0625rem;
  position: fixed;
  z-index: 101;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  top: 0;
  left: -100%;
  padding-top: 0.9375rem;
  padding-bottom: 2.5rem;
  transition: left 0.2s linear;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  cursor: pointer; }
  .navigation-m .header__currency {
    border: 1px solid #dedede;
    padding: 0.625rem;
    line-height: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .navigation-m .header__currency-select {
      width: 100%; }
    .navigation-m .header__currency-flag {
      width: 2.25rem;
      margin-right: 0.3125rem;
      border: 1px solid #504548; }
    .navigation-m .header__currency .header__popover-item:first-child {
      margin-top: 0.625rem; }
    .navigation-m .header__currency .header__popover-item:last-child {
      margin-bottom: 0.625rem; }
    .navigation-m .header__currency .header__popover-item:active {
      background-color: inherit;
      color: inherit; }
  .navigation-m_on {
    left: 0; }
  .navigation-m__back {
    margin-bottom: 1.625rem;
    cursor: pointer; }
  .navigation-m__menu {
    margin: 0 0.9375rem 1.625rem;
    border-bottom: 1px solid #d4d4d4; }
  .navigation-m__icon {
    transition: transform 0.2s linear;
    opacity: 0.6; }
  .navigation-m__menu-item {
    margin-bottom: 1.5rem;
    cursor: pointer; }
    .navigation-m__menu-item_link {
      color: inherit;
      opacity: 0.6;
      max-width: 90%;
      display: block;
      width: 100%; }
    .navigation-m__menu-item_second {
      padding-left: 1.875rem; }
    .navigation-m__menu-item ~ .navigation-m__menu-block > .navigation-m__menu-item {
      height: 0;
      margin-bottom: 0;
      overflow: hidden;
      transition: all 0.2s linear; }
    .navigation-m__menu-item_expanded {
      margin-bottom: 2.4375rem; }
      .navigation-m__menu-item_expanded .navigation-m__menu-item_link {
        opacity: 1; }
      .navigation-m__menu-item_expanded ~ .navigation-m__menu-block > .navigation-m__menu-item {
        height: 1.5625rem;
        margin-bottom: 1.5rem; }
        .navigation-m__menu-item_expanded ~ .navigation-m__menu-block > .navigation-m__menu-item:first-child {
          margin-top: 2.4375rem; }
        .navigation-m__menu-item_expanded ~ .navigation-m__menu-block > .navigation-m__menu-item:last-child {
          margin-bottom: 2.4375rem; }
      .navigation-m__menu-item_expanded .navigation-m__icon {
        transform: rotate(-180deg);
        opacity: 1; }
    .navigation-m__menu-item_child {
      padding-left: 1.875rem; }
  .navigation-m__account {
    padding: 0 0.9375rem; }
  .navigation-m__setting {
    padding: 0 0.9375rem;
    position: relative;
    margin-bottom: 19.375rem; }
  .navigation-m .common__select::after {
    top: 10px; }
  .navigation-m .form-control {
    max-width: 6.875rem;
    max-height: 2.125rem; }

.navigation-pc {
  width: 100%; }
  .navigation-pc__icon {
    font-size: 0.875rem !important;
    position: absolute;
    top: 0;
    right: -18px;
    bottom: 0;
    z-index: 1;
    margin: auto;
    height: 14px; }
  .navigation-pc__menu {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    line-height: 3rem;
    flex-wrap: wrap; }
    .navigation-pc__menu_align-left {
      justify-content: left; }
    .navigation-pc__menu .row {
      margin: 0 -2.5rem; }
  .navigation-pc__menu-item {
    position: relative; }
    .navigation-pc__menu-item_on, .navigation-pc__menu-item:hover {
      text-decoration: none; }
      .navigation-pc__menu-item_on::after, .navigation-pc__menu-item:hover::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -0.125rem;
        width: 100%;
        height: 0.0625rem; }
    .navigation-pc__menu-item_link {
      color: inherit;
      width: 100%;
      max-width: 12.5rem;
      line-height: 1rem;
      display: block; }
      .navigation-pc__menu-item_link.active {
        font-weight: bold; }
  .navigation-pc__menu-block {
    padding: 0.75rem 1.5625rem; }
    .navigation-pc__menu-block_has-child {
      position: relative;
      margin-right: 1rem; }
    .navigation-pc__menu-block:last-child {
      margin-right: 0; }
    .navigation-pc__menu-block_child {
      color: #000;
      overflow: auto;
      padding: 1.25rem 2.5rem;
      position: absolute;
      top: 100%;
      background: white;
      display: flex;
      flex-wrap: wrap;
      z-index: 2;
      border: 1px solid #e5e5e5;
      line-height: 1.1875rem;
      max-height: 31.25rem; }
      .navigation-pc__menu-block_child .navigation-pc__menu-item {
        margin: 0.9375rem 0; }
        .navigation-pc__menu-block_child .navigation-pc__menu-item:hover {
          text-decoration: underline; }
          .navigation-pc__menu-block_child .navigation-pc__menu-item:hover::after {
            display: none; }
        .navigation-pc__menu-block_child .navigation-pc__menu-item:first-child {
          margin-top: 0; }
        .navigation-pc__menu-block_child .navigation-pc__menu-item:last-child {
          margin-bottom: 0; }

.has-link {
  cursor: pointer; }
  .has-link:hover {
    color: unset !important;
    text-decoration: none; }

.footer-column__title {
  max-width: 15.625rem;
  min-height: 1.375rem;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.9375rem; }
  @media (max-width: 767.98px) {
    .footer-column__title {
      max-width: 100%;
      margin-bottom: 0.75rem;
      font-size: 1.0625rem; } }

.footer-content {
  padding: 1.875rem 0;
  justify-content: space-between; }
  .footer-content-1 {
    justify-content: center; }
  .footer-content-2 {
    justify-content: space-around; }

.footer-menu__link {
  display: block;
  color: inherit;
  max-width: 15.625rem;
  height: 1.125rem;
  line-height: 1.125rem;
  margin: 0.625rem 0;
  text-decoration: none; }
  .footer-menu__link:hover {
    text-decoration: underline; }

.footer-info__img {
  max-width: 12.5rem;
  max-height: 1.875rem;
  margin-bottom: 0.9375rem; }

.footer-info__desc {
  line-height: 1.1875rem; }

.footer-copyright {
  padding: 0.9375rem 0;
  border-top: 1px solid #e5e5e5;
  text-align: center; }
  @media (min-width: 768px) {
    .footer-copyright__inner {
      padding-left: 0;
      padding-right: 0; } }

.footer-newsletter {
  width: 100%; }
  .footer-newsletter__input {
    margin-top: 0.9375rem;
    height: 2.625rem;
    font-size: 0.875rem; }
  .footer-newsletter__input-wrap {
    max-width: 21.25rem; }
  .footer-newsletter__btn {
    margin-top: 1.25rem;
    width: 6.25rem;
    height: 2.625rem;
    font-weight: 500;
    font-size: 0.875rem; }
  @media (max-width: 767.98px) {
    .footer-newsletter__input {
      margin-top: 0.625rem;
      height: 2rem; }
    .footer-newsletter__input-wrap {
      max-width: 20.3125rem; }
    .footer-newsletter__btn {
      margin-top: 0.9375rem;
      width: 5.625rem;
      height: 2rem;
      line-height: 1.2; } }
  .footer-newsletter .form-control.is-valid {
    border-color: #000; }

.footer-social__link {
  text-decoration: none; }
  .footer-social__link:hover {
    text-decoration: none; }
  .footer-social__link::after {
    content: '/';
    margin: 0 0.125rem 0 0.375rem; }
  .footer-social__link:last-child::after {
    display: none; }

.footer-social__icon {
  font-size: 1.375rem; }

.footer {
  font-size: 0.875rem; }
  .footer__item {
    padding: 0 0.9375rem 0 0.9375rem;
    display: flex;
    width: 100%;
    flex: 1 1 100%; }
    .footer__item_full-width {
      flex: 1 1 100%;
      justify-content: center; }
      .footer__item_full-width .footer-column__title {
        margin-left: auto;
        margin-right: auto; }
      .footer__item_full-width .footer-newsletter {
        max-width: 50%; }
        .footer__item_full-width .footer-newsletter__input-wrap {
          margin-left: auto;
          margin-right: auto; }
      .footer__item_full-width .footer-menu__link-wrap {
        display: flex;
        flex-wrap: wrap; }
      .footer__item_full-width .footer-menu__link {
        padding: 0 1.25rem;
        margin: 0;
        border-right: 1px solid #999; }
        .footer__item_full-width .footer-menu__link:last-child {
          border-right: unset; }
      .footer__item_full-width .footer-info {
        max-width: unset;
        text-align: center; }
    .footer__item__one-half {
      flex: 1 1 50%; }
    .footer__item__one-third {
      flex: 1 1 33%; }
    .footer__item__one-quarter {
      flex: 1 1 25%; }

@media (max-width: 767.98px) {
  .footer-content {
    padding: 0.9375rem 1.5625rem;
    flex-direction: column;
    justify-content: center; }
  .footer-menu__link {
    max-width: 100%;
    margin: 0.5rem 0; }
  .footer-info {
    max-width: 100%; }
    .footer-info__img {
      max-width: 9.0625rem;
      max-height: 3.125rem;
      margin-bottom: 0.75rem; }
  .footer-social__link {
    text-decoration: none; }
    .footer-social__link:hover {
      text-decoration: none; }
    .footer-social__link::after {
      content: '/';
      display: inline-block;
      height: 0.875rem;
      overflow-y: hidden;
      margin-left: 0.25rem; }
  .footer-social__icon {
    font-size: 1.125rem; }
  .footer-copyright {
    font-size: 0.75rem; }
  .footer {
    font-size: 0.875rem; }
    .footer__item {
      padding: 0;
      margin-bottom: 1.875rem;
      text-align: center;
      justify-content: center; }
      .footer__item:last-child {
        margin-bottom: 0; }
      .footer__item_full-width .footer-newsletter {
        max-width: 100%; }
      .footer__item_full-width .footer-menu__link-wrap {
        display: unset; }
      .footer__item_full-width .footer-menu__link {
        padding: unset;
        border-right: none;
        margin: 0.53125rem 0; }
        .footer__item_full-width .footer-menu__link:last-child {
          margin-bottom: 0; } }

/* 编辑模式禁用点击行为 */
.row_cart {
  margin: 0 -1.875rem; }

.no-cart__title {
  font-size: 2.25rem;
  margin-top: 6.25rem;
  margin-bottom: 2rem;
  color: #212121; }

.no-cart__msg {
  font-size: 1rem;
  color: #212121;
  margin-bottom: 2rem; }

.address_book .no-address {
  text-align: center; }
  .address_book .no-address__title {
    font-size: 2.25rem;
    margin-bottom: 2rem;
    color: #212121; }
  .address_book .no-address__msg {
    font-size: 1rem;
    color: #212121;
    margin-bottom: 2rem; }

.address_book .address {
  text-align: center; }
  .address_book .address__title {
    font-size: 28px;
    line-height: 2.625rem;
    text-align: center;
    color: #212121; }
  .address_book .address__add_pc {
    margin-top: 15px;
    display: inline-block; }
  .address_book .address__add_mobile {
    display: none; }
  .address_book .address__list {
    width: 896px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left; }
    .address_book .address__list .address-item {
      width: 390px;
      height: 218px;
      border: 1px solid #dfdfdf;
      color: #444951;
      font-size: 14px;
      padding: 0 20px;
      overflow: hidden;
      margin-top: 30px;
      position: relative; }
      .address_book .address__list .address-item__header {
        height: 51px;
        padding: 20px 0 15px;
        line-height: 16px;
        display: flex;
        justify-content: space-between; }
        .address_book .address__list .address-item__header_tag {
          width: 60px;
          height: 60px;
          font-size: 10px;
          line-height: 14px;
          text-align: center;
          color: #fff;
          background: #212121;
          position: absolute;
          top: -30px;
          right: -30px;
          padding-top: 46px;
          transform: rotate(45deg); }
        .address_book .address__list .address-item__header_name {
          width: 200px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .address_book .address__list .address-item__header_operate {
          position: absolute;
          top: 20px;
          right: 20px;
          display: flex; }
          .address_book .address__list .address-item__header_operate_btn {
            text-decoration: underline;
            cursor: pointer;
            color: #444951; }
            .address_book .address__list .address-item__header_operate_btn:not(:first-child) {
              margin-left: 30px; }
            .address_book .address__list .address-item__header_operate_btn:hover {
              opacity: 0.7; }
      .address_book .address__list .address-item__content .address-info__item {
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  .address_book .address__form {
    width: 462px;
    margin: 40px auto 0 auto;
    text-align: center; }
    .address_book .address__form .form-group {
      position: relative; }
    .address_book .address__form .form-control.is-invalid,
    .address_book .address__form .was-validated .form-control:invalid {
      background: none;
      border-color: #dc3545; }
    .address_book .address__form .form-control.is-invalid:focus {
      box-shadow: none; }
    .address_book .address__form .invalid-feedback {
      display: block;
      margin-top: 0;
      font-size: 100%; }
    .address_book .address__form .form-control.is-invalid ~ .invalid-feedback {
      font-size: 12px;
      color: #e24247;
      line-height: 17px;
      margin-top: 5px;
      margin-bottom: 0;
      text-align: left; }
    .address_book .address__form .form-row {
      margin-left: -10px;
      margin-right: -10px; }
    .address_book .address__form .form-row > .col,
    .address_book .address__form .form-row > [class*=col-] {
      padding-left: 10px;
      padding-right: 10px; }
    .address_book .address__form input[type=text] {
      height: 44px;
      border: 1px solid #dfdfdf;
      color: #212121; }
    .address_book .address__form select {
      height: 44px;
      border: 1px solid #dfdfdf;
      appearance: none;
      position: relative;
      font-size: 14px;
      overflow: hidden;
      padding-right: 30px;
      background: transparent; }
    .address_book .address__form .select_arrow {
      position: absolute;
      top: 0;
      right: 17.5px;
      line-height: 44px; }
    .address_book .address__form input[type=checkbox] {
      width: 18px;
      height: 18px; }
    .address_book .address__form .form-group__inline {
      position: relative; }
      .address_book .address__form .form-group__inline select {
        width: 99px;
        border: none;
        background: transparent;
        background-position: right 5.5px center;
        padding-right: 15px;
        position: absolute; }
      .address_book .address__form .form-group__inline .select_arrow {
        left: 85px;
        right: initial; }
      .address_book .address__form .form-group__inline input {
        padding-left: 105px; }
    .address_book .address__form .form-check {
      margin-top: 25px;
      text-align: center; }
      .address_book .address__form .form-check .form-check-label {
        margin-left: 12px;
        font-size: 12px;
        line-height: 18px;
        color: #777; }
    .address_book .address__form .cancel {
      font-size: 14px;
      color: #777;
      border-bottom: 1px solid #777; }

@media screen and (max-width: 767.98px) {
  .address_book .no-address {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
    .address_book .no-address__title {
      font-size: 1.375rem;
      margin-bottom: 1.40625rem; }
    .address_book .no-address__msg {
      color: #777; }
    .address_book .no-address__add {
      display: block;
      width: 100%;
      height: 2.75rem;
      line-height: 1.875rem;
      font-size: 0.9375rem; }
  .address_book .address {
    width: 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    text-align: center; }
    .address_book .address__title {
      font-size: 1.375rem; }
    .address_book .address__add_pc {
      display: none; }
    .address_book .address__add_mobile {
      display: block;
      width: 100%;
      height: 2.75rem;
      line-height: 1.875rem;
      font-size: 0.9375rem;
      margin-top: 24px; }
    .address_book .address__list {
      width: 100%;
      margin-top: 1.5625rem; }
      .address_book .address__list .address-item {
        width: 100%;
        height: 16.25rem;
        font-size: 0.875rem;
        line-height: 1.3125rem;
        margin-top: 0.9375rem; }
        .address_book .address__list .address-item:first-child {
          margin-top: 0; }
        .address_book .address__list .address-item__header {
          height: 3.125rem; }
          .address_book .address__list .address-item__header_tag {
            font-size: 0.75rem;
            line-height: 1.03125rem;
            width: 4.6875rem;
            height: 4.6875rem;
            right: -2.5rem;
            top: -2.5rem;
            padding-top: 3.65625rem;
            text-align: center; }
          .address_book .address__list .address-item__header_name {
            height: 1.25rem;
            line-height: 1.25rem;
            color: #000; }
          .address_book .address__list .address-item__header_operate {
            position: absolute;
            left: 1.5625rem;
            top: initial;
            bottom: 0.9375rem; }
            .address_book .address__list .address-item__header_operate_btn {
              color: #000; }
              .address_book .address__list .address-item__header_operate_btn:not(:first-child) {
                font-size: 0.875rem;
                line-height: 1.25rem; }
        .address_book .address__list .address-item__content .address-info__item {
          color: #666;
          font-size: 0.875rem;
          line-height: 1.3125rem; }
    .address_book .address__form {
      width: 100%;
      margin-top: 1.25rem; }
      .address_book .address__form .form-control.is-invalid ~ .invalid-feedback {
        font-size: 0.75rem;
        line-height: 1.03125rem; }
      .address_book .address__form .form-row {
        margin-left: -0.46875rem;
        margin-right: -0.46875rem;
        flex-wrap: nowrap; }
      .address_book .address__form .form-group {
        margin-bottom: 0.625rem; }
      .address_book .address__form .form-row > .col,
      .address_book .address__form .form-row > [class*=col-] {
        padding-left: 0.46875rem;
        padding-right: 0.46875rem; }
      .address_book .address__form input[type=text] {
        height: 2.5rem;
        border: 1px solid #dfdfdf;
        color: #212121;
        font-size: 0.875rem; }
      .address_book .address__form select {
        height: 2.5rem;
        border: 1px solid #dfdfdf;
        font-size: 0.875rem; }
      .address_book .address__form .select_arrow {
        right: 0.5625rem;
        line-height: 2.5rem; }
      .address_book .address__form input[type=checkbox] {
        width: 0.8125rem;
        height: 0.8125rem; }
      .address_book .address__form .form-group__inline select {
        border: none;
        background-position: right 5.5px center;
        padding-right: 10px;
        width: 6.40625rem; }
      .address_book .address__form .form-group__inline .select_arrow {
        left: 5.3125rem; }
      .address_book .address__form .form-group__inline input {
        padding-left: 6.5625rem; }
      .address_book .address__form .form-check {
        margin-top: 16px;
        text-align: left; }
        .address_book .address__form .form-check .form-check-label {
          margin-left: 12px;
          font-size: 0.875rem;
          line-height: 1.40625rem;
          color: #2a2a2a; }
      .address_book .address__form .address__submit {
        width: 100%;
        height: 2.75rem;
        font-size: 0.9375rem; }
      .address_book .address__form .cancel {
        margin-top: 1rem;
        font-size: 0.875rem; } }

.coupon-page .container {
  padding: 0; }

.coupon-page .row {
  margin: 0; }

.coupon-page .color-red {
  color: #f33;
  font-weight: 400; }

.coupon-page a,
.coupon-page a:hover {
  text-decoration: none; }

.coupon-page__message {
  height: 2.25rem;
  line-height: 2.25rem;
  font-size: 0.875rem;
  background: #f6f6f6;
  color: #333;
  text-align: center; }
  .coupon-page__message_expired {
    background: #b2b2b2;
    color: #fff; }
  .coupon-page__message .copy-btn {
    margin-left: 1.25rem;
    padding: 0 0.5625rem;
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: 0.75rem;
    background: transparent;
    color: #333;
    border-color: #333; }
    .coupon-page__message .copy-btn:hover {
      background: transparent !important;
      color: #3f3f3f !important;
      border-color: #3f3f3f !important;
      cursor: pointer; }

.coupon-page .countdown-container {
  padding-top: 1rem;
  text-align: center; }
  .coupon-page .countdown-container__day {
    margin-right: 0.5625rem;
    font-size: 0.8125rem;
    color: #666; }

.coupon-page .products-container__info {
  margin-top: 3.5rem;
  height: 1.875rem; }

.coupon-page .products-container__list {
  margin-top: 1.25rem; }
  .coupon-page .products-container__list_none {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 25rem; }
    .coupon-page .products-container__list_none img {
      width: 5rem; }
  .coupon-page .products-container__list_has-data {
    display: flex;
    margin: 0 -0.9375rem; }
    .coupon-page .products-container__list_has-data .product-snippet {
      margin-bottom: 2.5rem; }
      .coupon-page .products-container__list_has-data .product-snippet__title {
        line-height: 1.3125rem;
        font-size: 0.875rem;
        color: #777;
        text-align: left; }
      .coupon-page .products-container__list_has-data .product-snippet__price-wrapper {
        text-align: left; }

@media (max-width: 767.98px) {
  .coupon-page__message {
    height: 1.875rem;
    line-height: 1.875rem;
    font-size: 0.8125rem; }
    .coupon-page__message .copy-btn {
      display: none; }
  .coupon-page .countdown-container {
    padding-top: 0.9375rem; }
    .coupon-page .countdown-container__day {
      margin-right: 0.5625rem;
      font-size: 0.625rem; }
    .coupon-page .countdown-container__clock {
      line-height: 1.125rem;
      font-weight: 400; }
      .coupon-page .countdown-container__clock__item {
        width: 1.125rem;
        height: 1.125rem; }
  .coupon-page .products-container {
    padding: 0 0.9375rem; }
    .coupon-page .products-container__info {
      margin-top: 1.125rem;
      height: 2rem; }
    .coupon-page .products-container__list {
      margin-top: 1.25rem; }
      .coupon-page .products-container__list .product-snippet {
        margin-bottom: 2.0625rem; } }

.flashsale {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1rem; }
  @media (max-width: 767.98px) {
    .flashsale {
      font-size: 0.875rem; } }
  .flashsale-top {
    width: 100%;
    height: 2.25rem;
    line-height: 2.25rem;
    background-color: #f6f6f6; }
    @media (max-width: 767.98px) {
      .flashsale-top {
        width: 100%;
        height: 2.875rem;
        line-height: 2.875rem;
        background-color: #f2f2f2; } }
    .flashsale-top__title {
      float: none;
      font-size: 0.8125rem;
      font-weight: 600;
      color: black; }
      @media (max-width: 767.98px) {
        .flashsale-top__title {
          float: left;
          font-size: 0.8125rem;
          color: #333333;
          margin-left: 0.9375rem; } }
    .flashsale-top__countdown {
      display: inline-block;
      float: none;
      margin-right: 0; }
      @media (max-width: 767.98px) {
        .flashsale-top__countdown {
          float: right;
          margin-right: 0.9375rem; } }
    .flashsale-top__word {
      margin-left: 2.625rem;
      margin-right: 1.75rem;
      font-size: 0.875rem;
      font-weight: 500;
      color: #ff3333; }
      @media (max-width: 767.98px) {
        .flashsale-top__word {
          margin-left: 0;
          margin-right: 1.0625rem;
          font-size: 0.875rem; } }
    .flashsale-top_outtime {
      font-size: 0.875rem;
      font-weight: 500;
      color: white; }
      @media (max-width: 767.98px) {
        .flashsale-top_outtime {
          font-size: 0.875rem; } }
    .flashsale-top__clock {
      color: #ff3333; }
      .flashsale-top__clock-time {
        min-width: 2.1875rem;
        height: 1.625rem;
        display: inline-block;
        line-height: 1.625rem;
        background-color: #ff3333;
        border-radius: 0.25rem;
        font-size: 1rem;
        font-weight: 500;
        color: white; }
        @media (max-width: 767.98px) {
          .flashsale-top__clock-time {
            min-width: 1.75rem;
            height: 1.40625rem;
            line-height: 1.40625rem;
            border-radius: 0.21875rem;
            font-size: 0.875rem; } }
  .flashsale_outtime {
    background-color: #b2b2b2; }
  .flashsale__productlist {
    padding: 3.875rem 11.25rem 3.5rem 11.25rem; }
    @media (max-width: 767.98px) {
      .flashsale__productlist {
        padding: 1.375rem 0.9375rem; }
        .flashsale__productlist .product-snippet {
          position: relative; } }
    .flashsale__productlist .two_line_text_truncate {
      text-align: left; }
    .flashsale__productlist .text-center {
      text-align: left !important; }
    .flashsale__productlist .dj_skin_product_price {
      padding: 0;
      margin-right: 7px; }
      @media (max-width: 767.98px) {
        .flashsale__productlist .dj_skin_product_price {
          margin-right: 8px; } }
    .flashsale__productlist .dj_skin_product_compare_at_price {
      padding: 0; }
  .flashsale__sort {
    display: inline-block;
    padding: 0;
    padding-bottom: 1.9375rem; }
    @media (max-width: 767.98px) {
      .flashsale__sort {
        padding: 0 0.9375rem;
        padding-bottom: 1.625rem; } }
    .flashsale__sort-number {
      font-size: 1rem;
      color: black;
      line-height: 1.1875rem; }
      @media (max-width: 767.98px) {
        .flashsale__sort-number {
          font-size: 0.875rem;
          line-height: 1.25rem; } }
    .flashsale__sort-text {
      font-size: 1rem;
      font-weight: 400;
      color: #2a2a2a;
      margin-right: 1.75rem;
      width: 4.1875rem; }
      @media (max-width: 767.98px) {
        .flashsale__sort-text {
          width: 3.5625rem;
          height: 1.15625rem;
          font-size: 0.8125rem;
          line-height: 1.15625rem;
          margin-right: 0; } }
    .flashsale__sort-select {
      font-size: 0.875rem;
      display: inline-block; }
      @media (max-width: 767.98px) {
        .flashsale__sort-select {
          display: none; } }
  .flashsale_none {
    font-size: 0.875rem;
    color: black;
    line-height: 1.25rem;
    margin-bottom: 1.5625rem; }
    @media (min-width: 768px) {
      .flashsale_none {
        margin-top: 4.375rem;
        margin-bottom: 2rem; } }
  .flashsale_none__btn a {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.3125rem; }
    @media (min-width: 768px) {
      .flashsale_none__btn a {
        width: 15rem;
        font-size: 1rem;
        font-weight: 500;
        color: white;
        line-height: 1.1875rem; } }

.discount {
  display: none; }
  @media (max-width: 767.98px) {
    .discount {
      display: block;
      min-width: 0;
      position: absolute;
      top: -7.5px;
      right: -5.5px;
      width: 44px;
      height: 44px;
      border-radius: 22px;
      font-size: 12px;
      line-height: 14px;
      background: #f33;
      color: #fff;
      border: none;
      text-align: center; } }
  .discount__span {
    position: relative;
    display: inline-block;
    width: 22px;
    top: 7px; }
  .discount_soldout {
    background-color: #999; }

.productCount {
  text-align: left; }
  .productCount__count {
    height: 14px;
    font-size: 14px;
    color: #777777;
    margin-top: 20px;
    margin-bottom: 6px; }
    @media (max-width: 767.98px) {
      .productCount__count {
        margin-top: 1.25rem;
        margin-bottom: 0.21875rem;
        height: 1.03125rem;
        font-size: 0.75rem;
        color: #333333; } }
  .productCount__progress {
    width: 64%;
    height: 4px;
    background-color: #d5d5d5;
    border-radius: 0; }
    @media (max-width: 767.98px) {
      .productCount__progress {
        width: 8.59375rem;
        height: 0.5rem;
        border-radius: 0.25rem; } }
    .productCount__progress-rate {
      height: 100%;
      border-radius: 0;
      min-width: 2px;
      background-color: #ff3333; }
      @media (max-width: 767.98px) {
        .productCount__progress-rate {
          min-width: 0.3125rem;
          border-top-left-radius: 0.25rem;
          border-bottom-left-radius: 0.25rem; } }

.login {
  text-align: center;
  margin: 0 auto;
  width: 28.75rem; }
  .login__title {
    font-size: 1.75rem;
    color: #444951;
    line-height: 2.125rem; }
  .login__totaltip {
    margin-top: 0.625rem;
    color: #e24247;
    font-size: 0.875rem; }
  .login__form {
    text-align: left;
    padding-top: 1rem; }
    .login__form-tip {
      display: block;
      font-size: 0.75rem;
      color: #e24247;
      line-height: 0.875rem;
      margin-top: 0.3125rem; }
      .login__form-tip label {
        display: block;
        margin-bottom: 0; }
    .login__form-submit {
      text-align: center;
      margin-bottom: 1.375rem; }
    .login__form-button {
      width: 13.125rem;
      height: 3.125rem;
      font-size: 1.125rem;
      font-weight: 500;
      letter-spacing: 1px; }
    .login__form-resetpw {
      float: right; }
    .login__form-href {
      text-decoration: underline !important;
      color: #212121;
      font-size: 0.875rem; }
    .login__form-prompt {
      color: #777;
      font-size: 0.875rem; }

@media screen and (max-width: 767.98px) {
  .login {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%; }
    .login__title {
      height: 1.6875rem;
      font-size: 1.375rem;
      color: black;
      line-height: 1.625rem; }
    .login__form {
      padding-top: 0.875rem; }
      .login__form-tip {
        font-size: 0.75rem;
        color: #e24247;
        line-height: 0.875rem;
        margin-top: 0.3125rem; }
      .login__form-submit {
        text-align: center;
        margin-bottom: 0.96875rem; }
      .login__form-button {
        width: 100%;
        height: 2.75rem;
        font-size: 0.9375rem; }
      .login__form-href {
        color: #000;
        font-size: 0.875rem; }
      .login__form-resetpw {
        float: right; }
      .login__form-prompt {
        color: #777;
        font-size: 0.9375rem;
        margin-right: 0.3125rem; } }

.not-found__btn {
  width: 100%;
  font-size: 0.9375rem;
  line-height: 1.875rem; }
  @media (min-width: 768px) {
    .not-found__btn {
      width: 15rem;
      font-size: 1rem;
      line-height: 2.25rem; } }

.not-found__title {
  font-size: 1.375rem;
  line-height: 1.9375rem;
  letter-spacing: 2.2px;
  color: #000; }
  @media (min-width: 768px) {
    .not-found__title {
      font-size: 2.25rem;
      line-height: 2.625rem; } }

.not-found__text {
  color: #777;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 1.4375rem 0; }
  @media (min-width: 768px) {
    .not-found__text {
      font-size: 1rem;
      margin: 1.875rem 0; } }

.my-order {
  width: 1080px;
  margin: 0 auto; }
  .my-order a {
    cursor: pointer;
    text-decoration: none; }
  .my-order p {
    margin-bottom: 0; }
  .my-order .main-title {
    font-size: 36px;
    line-height: 42px;
    color: #212121;
    text-align: center;
    margin: 32px 0; }
  .my-order .main-title-mobile {
    display: none; }
  .my-order__tabs {
    border-bottom: 1px solid #efefef; }
    .my-order__tabs::after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    .my-order__tabs a {
      display: block;
      float: left;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      color: #999;
      margin-right: 40px;
      position: relative;
      top: 1px;
      cursor: pointer; }
      .my-order__tabs a:hover {
        color: #212121; }
      .my-order__tabs a.active {
        font-weight: 500;
        color: #212121;
        border-bottom: 3px solid #212121; }
  .my-order .search-bar {
    margin: 16px 0; }
    .my-order .search-bar::after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    .my-order .search-bar input::-webkit-input-placeholder {
      color: #999; }
    .my-order .search-bar input:-moz-placeholder {
      color: #999; }
    .my-order .search-bar input:-ms-input-placeholder {
      color: #999; }
    .my-order .search-bar .input-content {
      float: left;
      margin-right: 15px;
      text-indent: 15px;
      width: 413px;
      height: 46px;
      line-height: 46px;
      font-size: 14px;
      color: #777;
      border: 1px solid #d1d1d1; }
    .my-order .search-bar .search-btn {
      float: left;
      display: block;
      width: 100px;
      height: 46px;
      line-height: 46px;
      background: #212121;
      font-weight: 500;
      font-size: 16px;
      color: #fff;
      text-align: center;
      cursor: pointer;
      user-select: none; }
      .my-order .search-bar .search-btn:hover {
        background: #464646; }
  .my-order .hr-line {
    border: none;
    height: 1px;
    background: #efefef; }
  .my-order .order-list {
    margin-bottom: 26px; }
    .my-order .order-list .no-order {
      margin: 0 auto;
      padding: 100px 0 250px 0;
      text-align: center; }
      .my-order .order-list .no-order p {
        font-size: 22px;
        line-height: 25px; }
      .my-order .order-list .no-order a {
        display: block;
        margin: 30px auto 0 auto;
        width: 240px;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
        display: flex;
        justify-content: center;
        align-items: center; }
    .my-order .order-list .order-item {
      margin-top: 20px;
      border: 1px solid #e4e4e4; }
      .my-order .order-list .order-item__header {
        font-weight: 500;
        font-size: 14px;
        color: #212121;
        background: #efefef;
        height: 47px;
        line-height: 47px;
        padding-left: 19px;
        border-bottom: 1px solid #e4e4e4; }
        .my-order .order-list .order-item__header span {
          margin-right: 20px; }
      .my-order .order-list .order-item__state-tag {
        min-width: 44px;
        padding: 0 8px;
        height: 20px;
        line-height: 20px;
        border-radius: 2px;
        display: inline-block;
        color: #fff;
        font-weight: 500;
        font-size: 12px; }
      .my-order .order-list .order-item__state-tag-mobile {
        display: none; }
      .my-order .order-list .order-item__state-tag, .my-order .order-list .order-item__state-tag-mobile {
        background: #d89c4d; }
        .my-order .order-list .order-item__state-tag.completed, .my-order .order-list .order-item__state-tag.Completed, .my-order .order-list .order-item__state-tag.finished, .my-order .order-list .order-item__state-tag-mobile.completed, .my-order .order-list .order-item__state-tag-mobile.Completed, .my-order .order-list .order-item__state-tag-mobile.finished {
          background: #4e9969; }
        .my-order .order-list .order-item__state-tag.active, .my-order .order-list .order-item__state-tag.Partially, .my-order .order-list .order-item__state-tag.All, .my-order .order-list .order-item__state-tag.placed, .my-order .order-list .order-item__state-tag.processing, .my-order .order-list .order-item__state-tag-mobile.active, .my-order .order-list .order-item__state-tag-mobile.Partially, .my-order .order-list .order-item__state-tag-mobile.All, .my-order .order-list .order-item__state-tag-mobile.placed, .my-order .order-list .order-item__state-tag-mobile.processing {
          background: #508cd6; }
        .my-order .order-list .order-item__state-tag.pending, .my-order .order-list .order-item__state-tag.Awaiting, .my-order .order-list .order-item__state-tag-mobile.pending, .my-order .order-list .order-item__state-tag-mobile.Awaiting {
          background: #d89c4d; }
        .my-order .order-list .order-item__state-tag.failed, .my-order .order-list .order-item__state-tag.Failed, .my-order .order-list .order-item__state-tag.cancelled, .my-order .order-list .order-item__state-tag.Cancelled, .my-order .order-list .order-item__state-tag-mobile.failed, .my-order .order-list .order-item__state-tag-mobile.Failed, .my-order .order-list .order-item__state-tag-mobile.cancelled, .my-order .order-list .order-item__state-tag-mobile.Cancelled {
          background: #999; }
        .my-order .order-list .order-item__state-tag.post_sale, .my-order .order-list .order-item__state-tag-mobile.post_sale {
          background: #df6c3d; }
      .my-order .order-list .order-item__detail::after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0; }
      .my-order .order-list .order-item__detail > div {
        float: left;
        border-right: 1px solid #efefef; }
        .my-order .order-list .order-item__detail > div:last-child {
          border-right: none; }
        .my-order .order-list .order-item__detail > div .text {
          font-size: 14px;
          line-height: 16px;
          color: #666;
          text-align: center;
          margin: 45px 0 19px 0; }
        .my-order .order-list .order-item__detail > div .state,
        .my-order .order-list .order-item__detail > div .amount {
          font-weight: 500;
          font-size: 16px;
          line-height: 19px;
          color: #212121;
          text-align: center; }
        .my-order .order-list .order-item__detail > div .remarks {
          font-size: 12px;
          line-height: 14px;
          color: #666;
          text-align: center; }
        .my-order .order-list .order-item__detail > div .payment-logo {
          display: block;
          width: 30px;
          height: 15px;
          margin: 3px auto; }
      .my-order .order-list .order-item__operate {
        width: 142px;
        min-height: 150px;
        float: right;
        border-right: none;
        position: relative; }
        .my-order .order-list .order-item__operate a.operate-btn {
          display: block;
          width: 120px;
          height: 36px;
          margin: 10px auto;
          border-radius: 2px;
          font-size: 14px;
          text-align: center;
          cursor: pointer;
          white-space: nowrap;
          padding-left: 0;
          padding-right: 0; }
          .my-order .order-list .order-item__operate a.operate-btn.black {
            background: #212121;
            color: #fff; }
            .my-order .order-list .order-item__operate a.operate-btn.black:hover {
              background: #464646; }
          .my-order .order-list .order-item__operate a.operate-btn.white {
            background: #fff;
            border: 1px solid #212121;
            color: #212121; }
            .my-order .order-list .order-item__operate a.operate-btn.white:hover {
              color: #6f6f6f;
              border: 1px solid #6f6f6f; }
        .my-order .order-list .order-item__operate a.more-operate {
          width: 110px;
          display: inline-block;
          text-decoration: underline;
          text-align: center;
          font-weight: 500;
          font-size: 12px;
          line-height: 14px;
          color: #999;
          margin-top: -5px;
          cursor: pointer; }
      .my-order .order-list .order-item__btn-wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .my-order .order-list .order-item__total-mobile {
        display: none; }
      .my-order .order-list .order-item__payment, .my-order .order-list .order-item__shipment, .my-order .order-list .order-item__amount {
        width: 130px;
        min-height: 150px; }
      .my-order .order-list .order-item__intro {
        width: 546px; }
        .my-order .order-list .order-item__intro::after {
          visibility: hidden;
          display: block;
          font-size: 0;
          content: " ";
          clear: both;
          height: 0; }
      .my-order .order-list .order-item__price-count {
        max-width: 140px;
        float: right;
        margin-right: 30px;
        height: 150px;
        line-height: 150px;
        position: relative; }
        .my-order .order-list .order-item__price-count p {
          line-height: 1.25;
          position: relative;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        .my-order .order-list .order-item__price-count span {
          font-weight: 500;
          font-size: 16px;
          color: #212121; }
          .my-order .order-list .order-item__price-count span.count {
            margin-left: 10px; }
        .my-order .order-list .order-item__price-count .unit {
          margin: 0;
          font-size: 14px; }
      .my-order .order-list .order-item__img-wrap {
        display: block;
        float: left;
        width: 100px;
        height: 118px;
        margin: 16px 20px 16px 15px; }
      .my-order .order-list .order-item__info {
        float: left;
        margin-top: 30px;
        max-width: 240px; }
      .my-order .order-list .order-item__style, .my-order .order-list .order-item__sku {
        margin-top: 8px;
        font-size: 14px;
        color: #666; }
      .my-order .order-list .order-item__title {
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        width: 240px;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #212121; }
      .my-order .order-list .order-item__more-product {
        height: 55px;
        line-height: 55px;
        font-weight: 500;
        font-size: 16px;
        padding-left: 18px;
        border-top: 1px solid #efefef; }
      .my-order .order-list .order-item__more-link {
        color: #212121; }
  .my-order #order-modal .modal-dialog {
    max-width: 21.875rem; }
    .my-order #order-modal .modal-dialog .modal-content {
      border-radius: 0;
      border: none; }
      .my-order #order-modal .modal-dialog .modal-content .modal-header {
        border-bottom: none;
        text-align: center;
        font-weight: 500;
        color: #212121;
        position: relative; }
        .my-order #order-modal .modal-dialog .modal-content .modal-header .modal-title {
          font-size: 1rem;
          width: 100%; }
        .my-order #order-modal .modal-dialog .modal-content .modal-header .close {
          opacity: 1;
          outline: none;
          position: absolute;
          top: 1rem;
          right: 1rem; }
          .my-order #order-modal .modal-dialog .modal-content .modal-header .close:focus {
            outline: none; }
          .my-order #order-modal .modal-dialog .modal-content .modal-header .close span {
            color: #212121;
            font-weight: 500; }
      .my-order #order-modal .modal-dialog .modal-content .modal-body {
        font-size: 0.875rem;
        color: #666;
        text-align: center;
        line-height: 1.375rem; }
      .my-order #order-modal .modal-dialog .modal-content .modal-footer {
        border-top: none;
        justify-content: space-between;
        padding: 1rem 3.125rem; }
        .my-order #order-modal .modal-dialog .modal-content .modal-footer .btn {
          min-width: 7.1875rem;
          height: 2.25rem;
          border-radius: 2px;
          font-size: 0.875rem;
          text-align: center;
          line-height: 1.25rem; }

@media (max-width: 768px) {
  body {
    min-width: 0 !important;
    min-height: 0 !important; }
  .my-order {
    width: 100%;
    position: relative; }
    .my-order .main-title {
      display: none; }
    .my-order .main-title-mobile {
      display: block;
      height: 3.125rem;
      line-height: 3.125rem;
      font-size: 1.125rem;
      color: #212121;
      text-align: center;
      border-bottom: 1px solid #ddd; }
      .my-order .main-title-mobile__go-back {
        float: left;
        height: 3.125rem; }
        .my-order .main-title-mobile__go-back i {
          font-size: 0.8125rem;
          margin-left: 0.78125rem;
          color: #3b3d40; }
      .my-order .main-title-mobile__to-search {
        float: right;
        height: 3.125rem; }
        .my-order .main-title-mobile__to-search .dj-search3 {
          font-weight: 700;
          font-size: 1.25rem;
          margin-right: 0.9375rem;
          color: #3b3d40; }
    .my-order__tabs {
      transition: all 0.3s ease;
      width: 100%;
      height: 2.75rem;
      padding: 0 0.9375rem 0 0.9375rem;
      border-bottom: none;
      overflow: hidden; }
    .my-order__tabs-scroll {
      width: auto;
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap; }
      .my-order__tabs-scroll a {
        float: none;
        display: inline-block;
        height: 2.75rem;
        line-height: 2.75rem;
        font-size: 0.8125rem;
        margin-right: 0.9375rem; }
        .my-order__tabs-scroll a:last-child {
          margin-right: 0; }
    .my-order .search-bar,
    .my-order .hr-line {
      display: none; }
    .my-order .order-list .no-order {
      padding: 7.5rem 0 7.5rem 0; }
      .my-order .order-list .no-order p {
        font-size: 1.125rem;
        line-height: 1.375rem; }
      .my-order .order-list .no-order a {
        margin: 0.9375rem auto 0 auto;
        width: 8.4375rem;
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 0.9375rem; }
    .my-order .order-list .order-item {
      transition: all 0.3s ease;
      margin-top: 0;
      border: none;
      border-top: 1px solid #e4e4e4; }
      .my-order .order-list .order-item:last-child {
        border-bottom: 1px solid #e4e4e4; }
      .my-order .order-list .order-item__header {
        transition: all 0.3s ease;
        height: 2.8125rem;
        line-height: 2.8125rem;
        padding: 0 0.625rem 0 0.9375rem;
        font-size: 0.6875rem;
        border-bottom: none; }
        .my-order .order-list .order-item__header span {
          margin-right: 0.3125rem; }
      .my-order .order-list .order-item__state-tag {
        display: none; }
      .my-order .order-list .order-item__state-tag-mobile {
        display: block;
        float: right;
        color: #fff;
        max-width: 7.625rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 3.75rem;
        padding: 0 0.4375rem;
        height: 1.25rem;
        line-height: 1.25rem;
        margin-top: 0.78125rem;
        text-align: center;
        font-size: 0.6875rem;
        border-radius: 0.125rem; }
      .my-order .order-list .order-item__detail {
        padding: 0 0.9375rem; }
        .my-order .order-list .order-item__detail > div {
          float: none;
          border-right: none; }
      .my-order .order-list .order-item__operate {
        transition: all 0.3s ease;
        float: none;
        width: 100%;
        min-height: 0; }
      .my-order .order-list .order-item__btn-wrap {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        transform: none; }
        .my-order .order-list .order-item__btn-wrap::after {
          visibility: hidden;
          display: block;
          font-size: 0;
          content: " ";
          clear: both;
          height: 0; }
        .my-order .order-list .order-item__btn-wrap a.operate-btn {
          float: right;
          font-size: 0.9375rem;
          min-width: 5.9375rem;
          width: 8.25rem;
          margin: 1.25rem 0 1.25rem 1.25rem;
          border-radius: 0; }
        .my-order .order-list .order-item__btn-wrap a.more-operate {
          width: auto;
          font-size: 0.9375rem;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(0, -50%); }
      .my-order .order-list .order-item__price-count {
        margin-right: 0;
        height: 5.53125rem;
        line-height: 5.53125rem; }
        .my-order .order-list .order-item__price-count span {
          font-size: 1rem;
          line-height: 1.25rem; }
        .my-order .order-list .order-item__price-count .unit {
          font-size: 0.875rem; }
      .my-order .order-list .order-item__total-mobile {
        width: 100%;
        display: block;
        padding: 0.625rem 0;
        font-size: 0.9375rem;
        line-height: 1.09375rem;
        color: #212121;
        border-bottom: 1px solid #ddd; }
        .my-order .order-list .order-item__total-mobile::after {
          visibility: hidden;
          display: block;
          font-size: 0;
          content: " ";
          clear: both;
          height: 0; }
        .my-order .order-list .order-item__total-mobile .more {
          width: 32%;
          float: left; }
        .my-order .order-list .order-item__total-mobile .price,
        .my-order .order-list .order-item__total-mobile .shipping {
          float: right;
          width: 67%;
          text-align: right; }
          .my-order .order-list .order-item__total-mobile .price .label,
          .my-order .order-list .order-item__total-mobile .shipping .label {
            color: #666;
            min-width: 40%;
            display: inline-block; }
          .my-order .order-list .order-item__total-mobile .price .value,
          .my-order .order-list .order-item__total-mobile .shipping .value {
            min-width: 6.25rem;
            max-width: 50%;
            display: inline-block; }
          .my-order .order-list .order-item__total-mobile .price .unit,
          .my-order .order-list .order-item__total-mobile .shipping .unit {
            font-size: 0.875rem; }
      .my-order .order-list .order-item__payment, .my-order .order-list .order-item__shipment, .my-order .order-list .order-item__amount {
        display: none; }
      .my-order .order-list .order-item__intro {
        width: 100%;
        float: none;
        border-right: none;
        padding: 0.75rem 0;
        border-bottom: 1px solid #ddd; }
      .my-order .order-list .order-item__img-wrap {
        width: 4.6875rem;
        height: 5.53125rem;
        margin: 0 0.625rem 0 0; }
      .my-order .order-list .order-item__info {
        margin-top: 0;
        max-width: 8.125rem; }
      .my-order .order-list .order-item__style, .my-order .order-list .order-item__sku {
        font-size: 0.75rem;
        line-height: 0.875rem;
        margin-top: 0.3125rem; }
      .my-order .order-list .order-item__title {
        width: 8.125rem;
        font-size: 0.8125rem;
        line-height: 1.0625rem;
        margin-top: 0.34375rem; }
      .my-order .order-list .order-item__more-product {
        display: none; } }

@media (max-width: 576px) {
  .my-order #order-modal .modal-dialog {
    margin: 0.78125rem;
    max-width: 100%; } }

@media (max-width: 375px) {
  .my-order .order-list .order-item__header {
    position: relative;
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: 0.625rem; }
  .my-order .order-list .order-item__date-time {
    display: block;
    line-height: 1.25rem;
    padding-top: 0.3125rem; }
  .my-order .order-list .order-item__id {
    display: block;
    line-height: 1.25rem;
    padding-bottom: 0.3125rem; }
  .my-order .order-list .order-item__state-tag-mobile {
    max-width: 11.25rem;
    position: absolute;
    top: 0;
    right: 0.625rem;
    height: 1.25rem;
    line-height: 1.25rem;
    margin-top: 0.9375rem;
    font-size: 0.625rem; }
  .my-order .order-list .order-item__operate a.operate-btn {
    min-width: 5.9375rem; }
  .my-order .order-list .order-item__price-count .price {
    font-size: 0.75rem; }
  .my-order .order-list .order-item__price-count .unit {
    font-size: 0.6875rem; }
  .my-order .order-list .order-item__price-count span {
    font-size: 0.75rem; }
  .my-order .order-list .order-item__info {
    width: 6.25rem; }
  .my-order .order-list .order-item__title {
    width: 6.25rem; } }

.payment {
  max-width: 1081px;
  margin: 0 auto;
  background-color: #fff; }
  .payment em {
    font-style: normal; }
  .payment-left {
    padding: 0 25px 0 0; }
  .payment-right {
    padding: 0 0 0 25px;
    display: flex;
    flex-direction: column; }
  .payment__title {
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0; }
    .payment__title-text {
      font-size: 16px;
      margin: 0;
      font-weight: 500;
      color: #212121; }
  .payment__form-group {
    margin-bottom: 20px;
    position: relative; }
    .payment__form-group_no-margin {
      margin-bottom: 0; }
    .payment__form-group .sep-font {
      position: absolute;
      right: 10px;
      top: 10px;
      height: 16px;
      font-size: 16px;
      display: flex;
      align-items: center; }
  .payment__form-control.is-invalid {
    background-image: none;
    margin-top: 0;
    font-size: 100%; }
  .payment__form-control:focus {
    background-color: transparent; }
  .payment-credit__form {
    padding: 14px 10px;
    border-top: 1px dashed #c8c8c8; }
  .payment-credit__form-label {
    display: inline-block;
    margin-bottom: 6px; }
  .payment-address {
    padding: 5px 20px;
    background-color: #f8f8f8;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    font-size: 14px; }
    .payment-address__top {
      padding: 10px 0;
      border-bottom: 1px dashed #c8c8c8; }
    .payment-address__bottom {
      padding: 10px 0; }
    .payment-address__name {
      color: #999;
      display: flex;
      justify-content: space-between; }
      .payment-address__name a {
        text-decoration: underline;
        color: #0082ff; }
    .payment-address__value {
      color: #212121; }
  .payment .stripeContainer {
    width: 100%;
    padding: 15px;
    border-top: 1px dashed #c8c8c8; }
  .payment-method {
    padding: 10px 20px;
    background-color: #f8f8f8;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    .payment-method__item {
      cursor: pointer;
      padding: 0 10px;
      width: 100%;
      border: 1px solid #ddd;
      background-color: #fff;
      margin: 10px 0;
      position: relative;
      align-items: center;
      display: flex;
      flex-direction: column; }
      .payment-method__item-grid {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between; }
      .payment-method__item-desc {
        width: 100%;
        display: none;
        justify-content: flex-start;
        align-items: center;
        height: 44px;
        color: #666;
        font-size: 14px;
        border-top: 1px solid #ededed; }
      .payment-method__item-icon {
        visibility: hidden;
        font-size: 18px; }
      .payment-method__item_selected {
        border-color: #000;
        color: #212121; }
        .payment-method__item_selected .payment-method__item-icon {
          visibility: visible; }
        .payment-method__item_selected > .payment-method__item-desc {
          display: flex; }
    .payment-method__mask {
      width: 100%;
      height: 100%;
      background-color: #fff;
      opacity: 0.6;
      top: 0;
      left: 0;
      position: absolute; }
    .payment-method__loaded {
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      margin: auto;
      width: 24px;
      height: 24px;
      font-size: 24px;
      line-height: 24px;
      -webkit-animation: spin 1s linear infinite;
      animation: spin 1s linear infinite; }
    .payment-method__name {
      display: flex;
      align-items: center; }
      .payment-method__name .sep-font {
        margin-right: 10px;
        font-size: 28px; }
    .payment-method__credit-img-list {
      margin: 16px 0 20px 0; }
      .payment-method__credit-img-list img {
        width: 48px;
        margin-right: 5px; }
      .payment-method__credit-img-list_small {
        margin: 0; }
        .payment-method__credit-img-list_small img {
          width: 36px;
          margin-right: 5px; }
  .payment-billing__container {
    padding: 20px;
    background-color: #f8f8f8;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef; }
  .payment-billing__form {
    width: 100%;
    margin-top: 20px;
    border-top: 1px dashed #c8c8c8;
    padding: 20px 0 0 0; }
  .payment-billing__select {
    width: 100%;
    margin-bottom: 0;
    padding: 0; }
  .payment input,
  .payment select {
    height: 36px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    width: 100%;
    padding: 0 30px 0 10px;
    display: block;
    appearance: none; }
  .payment input {
    background-color: #fff; }
    .payment input:focus {
      background-color: #fff !important; }
  .payment-select {
    padding-right: 30px;
    background-color: transparent;
    appearance: none;
    position: relative;
    z-index: 2; }
    .payment-select__bg {
      position: absolute;
      background-color: #fff;
      left: 5px;
      top: 0;
      width: calc(100% - 10px);
      height: 100%;
      z-index: 1; }
  .payment-select__icon {
    display: block;
    width: 10px;
    height: 6px;
    position: absolute;
    top: 15px;
    right: 12px;
    z-index: 2;
    background: url("./../../common/assets/select_arrow.svg") no-repeat; }
  .payment-item__table {
    width: 100%; }
    .payment-item__table td {
      vertical-align: middle;
      border-bottom: 1px solid #eee; }
  .payment-item__image {
    padding: 16px 16px 16px 0; }
    .payment-item__image img {
      width: 100px; }
  .payment-item__sku > div {
    margin: 5px 0; }
  .payment-item__sku-title {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    word-wrap: break-word;
    word-break: break-word; }
  .payment-item__sku-type {
    font-size: 14px;
    color: #666; }
  .payment-item__quantity {
    font-size: 16px;
    font-weight: 400;
    width: 15%;
    padding: 0 10px; }
  .payment-item__price {
    padding-right: 0;
    text-align: right;
    font-size: 16px;
    font-weight: 400; }
  .payment-prices__form {
    display: flex;
    justify-content: flex-end; }
  .payment-prices__table {
    margin: 13px 0;
    width: 60%; }
    .payment-prices__table tfoot {
      color: #212121;
      font-size: 16px;
      text-align: right;
      border-top: 1px solid #eee; }
      .payment-prices__table tfoot tr > td {
        padding-top: 18px;
        font-weight: 500;
        border: none; }
    .payment-prices__table tbody tr > td {
      padding: 5px 0;
      text-align: right;
      border: none; }
    .payment-prices__table tbody tr:last-child td {
      padding-bottom: 13px; }
    .payment-prices__table-name {
      font-size: 14px;
      color: #666; }
    .payment-prices__table-value {
      padding-left: 40px;
      font-size: 16px;
      color: #212121;
      font-weight: 400; }
  .payment-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding-bottom: 48px;
    border-bottom: 1px solid #eee;
    z-index: 10; }
    .payment-footer__back {
      color: #000;
      font-size: 14px;
      cursor: pointer; }
    .payment-footer__btn {
      height: 50px;
      border-radius: 2px;
      width: 300px; }
      .payment-footer__btn.disabled, .payment-footer__btn.product-info__variants_value:disabled, .payment-footer__btn.product-info__qty_btn:disabled, .payment-footer__btn.product-info__qty_num:disabled {
        background-color: #d6d6d6;
        border-color: #d6d6d6; }
  .payment-paypal__btn {
    width: 200px; }

@media (max-width: 767.98px) {
  .payment {
    width: 100%;
    margin: 0; }
    .payment-left, .payment-right {
      padding: 0; }
    .payment input,
    .payment select {
      height: 2.5rem;
      border: 1px solid #d1d1d1;
      background-color: #fff;
      border-radius: 2px;
      width: 100%;
      padding: 0 0.9375rem 0 0.625rem;
      font-size: 14px; }
      .payment input::-webkit-input-placeholder,
      .payment select::-webkit-input-placeholder {
        color: #999; }
    .payment-select {
      padding: 0 0.9375rem 0 0.625rem; }
      .payment-select__bg {
        height: 2.5rem; }
      .payment-select__icon {
        z-index: 3; }
    .payment__title {
      padding: 0.625rem 0.9375rem;
      font-size: 0.9375rem;
      height: auto; }
    .payment-switch__content {
      padding: 0 0.9375rem;
      background-color: #f8f8f8; }
    .payment-switch ~ .payment-switch__content {
      display: block;
      padding: 0 0.9375rem;
      background-color: #f8f8f8; }
    .payment-switch:checked ~ .payment-switch__content {
      display: none; }
    .payment-switch:checked ~ .payment__title .sep-font {
      transform: rotate(180deg); }
    .payment__mobile {
      display: flex; }
    .payment__pc {
      display: none; }
    .payment__form-group {
      margin-bottom: 0.625rem; }
      .payment__form-group_no-margin {
        margin-bottom: 0; }
    .payment-item td {
      padding: 0.625rem 0; }
    .payment-item__image {
      padding-right: 0.625rem; }
    .payment-item__sku {
      width: 40%; }
    .payment-item__quantity {
      padding: 0 0.625rem; }
    .payment-item__price {
      padding: 0 0.625rem; }
    .payment-address {
      padding: 0.9375rem; }
      .payment-address__top {
        padding-top: 0; }
      .payment-address__bottom {
        padding-bottom: 0; }
    .payment-credit__form {
      padding: 0.4375rem 0.3125rem; }
    .payment-method {
      padding: 0.9375rem; }
      .payment-method__credit-img-list {
        margin: 16px 0 20px 0; }
        .payment-method__credit-img-list img {
          width: 2.25rem;
          margin-right: 0.15625rem; }
        .payment-method__credit-img-list_small {
          margin: 0; }
          .payment-method__credit-img-list_small img {
            width: 1.125rem;
            margin-right: 0.15625rem; }
    .payment-billing__container {
      padding: 0.9375rem; }
    .payment-billing__form {
      width: 100%;
      margin-top: 0.625rem;
      border-top: 1px dashed #c8c8c8;
      padding: 0.625rem 0 0 0; }
    .payment-footer {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      margin: 0;
      padding: 0;
      border: none; }
      .payment-footer__back {
        color: #000;
        font-size: 14px;
        cursor: pointer; }
      .payment-footer__btn {
        width: 100%; }
    .payment-policy {
      order: 2; }
    .payment-paypal__btn {
      width: 100%; } }

@media (min-width: 768px) {
  .payment__mobile {
    display: none; }
  .payment__pc {
    display: flex; }
  .payment .row {
    position: relative; }
    .payment .row::before {
      content: '';
      position: absolute;
      top: 56px;
      left: 50%;
      background: #efefef;
      width: 1px;
      bottom: 0; }
  .payment-scroll {
    max-height: 500px;
    overflow-y: scroll; }
  .payment .payment-mobile {
    display: none; }
  .payment .payment-pc {
    display: flex; } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.payment-result__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 500px;
  margin: 63px auto; }

.payment-result__icon {
  font-size: 86px;
  color: #212121; }

.payment-result__status-text {
  font-size: 24px;
  font-weight: 400;
  color: #212121; }

.payment-result__content {
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 31px;
  width: 100%;
  margin: 20px 0; }

.payment-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px dashed #c8c8c8;
  color: #212121; }
  .payment-info__token {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500; }
  .payment-info__fail-reason {
    font-size: 14px;
    text-align: center;
    width: 70%;
    margin-bottom: 10px; }

.payment-shipping {
  width: 100%;
  padding-top: 20px; }
  .payment-shipping__name {
    font-size: 16px;
    color: #666;
    margin-bottom: 16px; }
  .payment-shipping__value {
    font-size: 14px;
    margin-bottom: 8px;
    color: #212121; }
    .payment-shipping__value:last-child {
      margin-bottom: 0; }

.payment-fail {
  width: 80%;
  padding-top: 20px;
  font-size: 16px;
  color: #666;
  text-align: center; }

.payment-btn {
  display: flex;
  justify-content: space-around;
  width: 100%; }
  .payment-btn .btn {
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0; }
  .payment-btn__order {
    width: 200px; }
  .payment-btn__shop {
    width: 200px; }

@media (max-width: 767.98px) {
  .payment-result__body {
    width: 100%;
    margin: 1.875rem auto; }
  .payment-result__icon {
    font-size: 4.0625rem; }
  .payment-result__content {
    padding: 0.75rem 1.5625rem; }
  .payment-shipping {
    padding-top: 0.9375rem; }
  .payment-btn {
    flex-direction: column;
    align-items: center; }
    .payment-btn .btn {
      width: 90%;
      height: 2.8125rem; }
    .payment-btn__order {
      margin-top: 0.9375rem;
      order: 1; } }

label.checkbox {
  margin-bottom: 0;
  position: relative;
  cursor: pointer; }
  label.checkbox::before {
    content: "";
    width: 15px;
    height: 15px;
    float: left;
    border: 1px solid #c1c1c1;
    border-radius: 2px;
    margin-right: 9px;
    margin-top: 3px; }
    @media (max-width: 767.98px) {
      label.checkbox::before {
        width: 0.8125rem;
        height: 0.8125rem;
        margin-right: 0.34375rem; } }

input[type=checkbox]:checked + label::before {
  background: #212121;
  border: 1px solid #212121; }

input[type=checkbox]:checked + label::after {
  content: " ";
  width: 6px;
  height: 10px;
  left: 5px;
  display: block;
  top: 4px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #fff;
  border-top: none;
  border-left: none; }
  @media (max-width: 767.98px) {
    input[type=checkbox]:checked + label::after {
      top: 2px;
      left: 4px; } }

.register {
  width: 100%;
  text-align: center; }
  .register-block {
    margin: 0 auto;
    width: 28.75rem;
    display: inline-block; }
    .register-block__title {
      font-size: 1.75rem;
      line-height: 2.0625rem;
      color: #444951; }
    .register-block__totaltip {
      margin-top: 0.625rem;
      color: #e24247;
      font-size: 0.875rem;
      height: 0.875rem; }
  .register__form {
    text-align: left;
    padding-top: 1rem; }
    .register__form-tip {
      display: block;
      font-size: 0.75rem;
      color: #e24247;
      line-height: 0.875rem;
      margin-top: 0.3125rem; }
      .register__form-tip label {
        display: block !important; }
    .register__form-checkbox {
      position: relative;
      margin-top: 15px; }
    .register__form-subscribe {
      font-size: 0.875rem;
      color: #2a2a2a; }
    .register__form-submit {
      text-align: center;
      margin-bottom: 1.25rem;
      margin-top: 20px; }
    .register__form-button {
      width: 13.125rem;
      height: 3.125rem;
      font-size: 1.125rem;
      font-weight: 500;
      letter-spacing: 1px; }
    .register__form-href {
      text-decoration: underline !important;
      color: #212121;
      font-size: 0.875rem; }
    .register__form-prompt {
      color: #777;
      font-size: 0.875rem;
      line-height: 1.0625rem;
      margin-right: 0.625rem; }
  .register__group {
    height: 7.0625rem; }
  .register-success {
    width: 35rem;
    height: 100%;
    margin: 0 auto;
    padding-top: 4rem;
    text-align: center; }
    .register-success__icon {
      font-size: 5.375rem;
      color: #212121;
      line-height: 1; }
    .register-success__title {
      margin: 0;
      margin-top: 1.5rem; }
    .register-success__title-text {
      font-size: 1.5rem;
      color: #212121;
      line-height: 1.75rem; }
    .register-success__bottom {
      margin-top: 2.25rem;
      margin-bottom: 10.125rem; }
    .register-success__button {
      width: 12.5rem;
      height: 3.125rem;
      font-size: 1.125rem; }

@media screen and (max-width: 767.98px) {
  .register-block {
    width: 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
    .register-block__title {
      height: 1.6875rem;
      font-size: 1.375rem;
      color: black;
      line-height: 1.625rem; }
  .register__form {
    padding-top: 0.84375rem; }
    .register__form-tip {
      font-size: 0.75rem;
      color: #e24247;
      line-height: 0.875rem;
      margin-top: 0.3125rem; }
      .register__form-tip label {
        display: block !important;
        margin-bottom: 0; }
    .register__form-checkbox {
      margin-top: 0.9375rem; }
    .register__form-subscribe {
      font-size: 0.875rem;
      color: #2a2a2a; }
    .register__form-submit {
      margin-bottom: 0.65625rem;
      margin-top: 1.5625rem; }
    .register__form-button {
      width: 100%;
      height: 2.75rem;
      font-size: 0.9375rem; }
    .register__form-href {
      color: #000;
      font-size: 0.875rem; }
    .register__form-prompt {
      color: #777;
      font-size: 0.9375rem; }
  .register__group {
    height: auto;
    min-height: 6.875rem; }
  .register-success {
    width: 100%;
    height: 100%;
    padding: 1.90625rem 0.9375rem 0 0.9375rem; }
    .register-success__icon {
      font-size: 4.03125rem; }
    .register-success__title {
      margin: 0 2.34375rem;
      margin-top: 1.5rem; }
    .register-success__title-text {
      font-size: 1.125rem;
      line-height: 1.625rem; }
    .register-success__bootom {
      margin-top: 1.75rem;
      margin-bottom: 5.625rem; }
    .register-success__button {
      width: 100%;
      height: 2.8125rem;
      font-size: 0.9375rem; } }

.resetpw {
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  width: 28.75rem;
  display: block; }
  .resetpw__title {
    font-size: 1.75rem;
    color: #444951;
    line-height: 2.0625rem; }
  .resetpw__totaltip {
    margin-top: 0.625rem;
    color: #e24247;
    font-size: 0.875rem;
    height: 0.875rem; }
  .resetpw__tip {
    display: none; }
    .resetpw__tip_hidden {
      display: none !important; }
  .resetpw__bottom {
    margin-bottom: 5rem; }
  .resetpw__form {
    text-align: left;
    padding-top: 0.375rem; }
    .resetpw__form-tip {
      display: block;
      font-size: 0.75rem;
      color: #e24247;
      line-height: 0.875rem;
      margin-top: 0.3125rem; }
      .resetpw__form-tip label {
        display: block; }
    .resetpw__form-submit {
      text-align: center;
      margin-top: 0; }
    .resetpw__form-button {
      width: 13.125rem;
      height: 3.125rem;
      font-size: 1.125rem;
      font-weight: 500;
      letter-spacing: 1px; }
    .resetpw__form-href {
      text-decoration: underline !important;
      color: #212121;
      font-size: 0.875rem; }
    .resetpw__form-prompt {
      color: #777;
      font-size: 0.875rem; }
  .resetpw__code {
    display: inline-block; }
    .resetpw__code-input {
      width: 20.625rem;
      height: 2.75rem;
      background-color: white;
      border: 1px solid #dfdfdf;
      padding-left: 0.9375rem;
      font-size: 0.875rem;
      line-height: 1.0625rem;
      margin-right: 0.875rem;
      -webkit-appearance: none;
      outline: none;
      border-radius: 0; }
      .resetpw__code-input::-webkit-input-placeholder {
        font-size: 0.875rem;
        color: #bcbcbc;
        line-height: 1.125rem; }
      .resetpw__code-input:focus {
        border-radius: 0;
        border: 1px solid black; }
    .resetpw__code-button {
      width: 6.875rem;
      height: 2.75rem;
      font-size: 1.125rem;
      font-weight: 500;
      letter-spacing: 1px;
      margin-top: -2px; }

@media screen and (max-width: 767.98px) {
  .resetpw {
    width: 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
    .resetpw__title {
      height: 1.625rem;
      font-size: 1.375rem;
      color: black;
      line-height: 1.625rem; }
    .resetpw__tip {
      height: 1.0625rem;
      font-size: 0.875rem;
      color: #777;
      line-height: 1.0625rem;
      margin-top: 1.625rem;
      display: block; }
    .resetpw__bottom {
      margin-bottom: 3.21875rem; }
    .resetpw__form {
      padding-top: 0.8125rem; }
      .resetpw__form-tip {
        font-size: 0.75rem;
        color: #e24247;
        line-height: 0.875rem;
        margin-top: 0.3125rem; }
      .resetpw__form-bottom {
        text-align: center;
        margin-bottom: 0.96875rem;
        margin-top: -0.65625rem; }
      .resetpw__form-submit {
        text-align: center;
        margin-top: 2.5px; }
      .resetpw__form-button {
        width: 100%;
        height: 2.75rem;
        font-size: 0.9375rem; }
      .resetpw__form-href {
        color: #000;
        font-size: 0.875rem; }
      .resetpw__form-prompt {
        color: #777;
        font-size: 0.9375rem;
        margin-right: 0.3125rem; }
    .resetpw__code {
      display: flex; }
      .resetpw__code-input {
        flex: 1 1;
        height: 2.75rem;
        border: 0.0625rem solid #d7dcde;
        padding-left: 0.9375rem;
        font-size: 0.875rem;
        line-height: 1.03125rem;
        width: 100%;
        border-radius: 0; }
        .resetpw__code-input::-webkit-input-placeholder {
          font-size: 0.875rem;
          color: #777777;
          line-height: 1.03125rem; }
        .resetpw__code-input:focus {
          border-radius: 0;
          border: 0.0625rem solid black; }
      .resetpw__code-button {
        margin-left: 0;
        margin-top: 0.03125rem;
        height: 2.75rem;
        font-size: 0.9375rem;
        width: 5.3125rem; } }

.resetsuccess {
  width: 35rem;
  height: 100%;
  display: block;
  margin: 0 auto;
  text-align: center; }
  .resetsuccess__icon {
    font-size: 5.375rem;
    color: #212121;
    line-height: 1; }
  .resetsuccess__title {
    margin: 0;
    margin-top: 1.5rem; }
  .resetsuccess__title-text {
    font-size: 1.5rem;
    color: #212121;
    line-height: 1.75rem; }
  .resetsuccess__bottom {
    margin-top: 2.25rem; }
  .resetsuccess__button {
    width: 12.5rem;
    height: 3.125rem;
    background-color: #212121;
    font-size: 1.125rem;
    color: white;
    line-height: 1.375rem; }

@media screen and (max-width: 767.98px) {
  .resetsuccess {
    width: 100%;
    height: 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
    .resetsuccess__icon {
      font-size: 4.03125rem; }
    .resetsuccess__title {
      margin: 0 2.34375rem;
      margin-top: 1.5rem; }
    .resetsuccess__title-text {
      font-size: 1.125rem;
      line-height: 1.625rem; }
    .resetsuccess__bottom {
      margin-top: 1.75rem; }
    .resetsuccess__button {
      width: 100%;
      height: 2.8125rem;
      font-size: 0.9375rem;
      line-height: 1.09375rem; } }

.submit-error__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 500px;
  margin: 63px auto; }

.submit-error__icon {
  font-size: 86px;
  color: #212121; }

.submit-error__status-text {
  font-size: 24px;
  color: #212121; }

.submit-error__fail-reason {
  margin-top: 20px;
  font-size: 16px;
  color: #666;
  width: 80%;
  text-align: center; }

.submit-btn {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 40px; }
  .submit-btn .btn {
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px; }
  .submit-btn__shop {
    width: 200px; }
  .submit-btn__cart {
    width: 200px; }

@media (max-width: 767.98px) {
  .submit-error__body {
    width: 100%;
    margin: 1.875rem auto; }
  .submit-error__icon {
    font-size: 4.0625rem; }
  .submit-error__status-text {
    font-size: 1.125rem; }
  .submit-error__fail-reason {
    margin: 0.625rem 0;
    font-size: 0.875rem; }
  .submit-btn {
    flex-direction: column;
    align-items: center; }
    .submit-btn .btn {
      width: 90%;
      height: 2.8125rem; }
    .submit-btn__shop {
      margin-top: 0.9375rem;
      order: 1; } }

.search {
  padding-bottom: 12.5rem; }
  @media (max-width: 767.98px) {
    .search {
      padding-top: 3.125rem;
      padding-bottom: 3.125rem; } }
  .search__title {
    font-size: 1.375rem;
    line-height: 1.65625rem;
    letter-spacing: 2px;
    margin-bottom: 1.5625rem; }
    @media (min-width: 768px) {
      .search__title {
        font-size: 2.125rem;
        line-height: 2.5rem;
        letter-spacing: 1px;
        margin-bottom: 3.3125rem; } }
  .search__input {
    border: 1px solid #d7dcde;
    font-size: 0.875rem;
    color: black;
    line-height: 1.0625rem;
    height: 2.75rem;
    margin-bottom: 1.5625rem; }
    @media (min-width: 768px) {
      .search__input {
        margin-bottom: 0rem;
        height: 3.125rem; } }
  .search__btn {
    width: 100%;
    height: 2.75rem;
    font-size: 0.9375rem; }
    @media (min-width: 768px) {
      .search__btn {
        height: 3.125rem;
        width: 7.5rem;
        margin-left: -1.25rem;
        font-size: 1.125rem; } }
  .search__result {
    font-size: 0.875rem;
    color: #777777;
    line-height: 1.0625rem;
    margin-top: 1.5625rem;
    margin-bottom: 3.125rem; }
    @media (min-width: 768px) {
      .search__result {
        font-size: 1.125rem;
        margin-bottom: 3.5rem; } }
  .search__key {
    color: #212121; }

.collection__container {
  padding-bottom: 0; }
  @media (max-width: 767.98px) {
    .collection__container {
      padding-top: 0; } }

@media (min-width: 768px) {
  .collection__cover {
    margin-bottom: 2.5rem; } }

.collection__title {
  color: #212121;
  font-weight: 500;
  font-size: 1.0625rem;
  margin-top: 2.03125rem;
  margin-bottom: 0.75rem; }
  @media (min-width: 768px) {
    .collection__title {
      font-size: 2.125rem;
      margin-top: 0;
      margin-bottom: 1rem;
      padding: 0; } }

.collection__desc {
  color: #777777;
  font-size: 0.875rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .collection__desc {
      font-size: 1rem;
      margin-bottom: 2.1875rem;
      padding: 0; } }

.collection__sort {
  border-top: 1px solid #eeeeee;
  padding-top: 1.25rem;
  padding-bottom: 2.03125rem; }
  @media (min-width: 768px) {
    .collection__sort {
      padding: 1.5rem 0 2rem 0; } }

.collection__number {
  font-size: 0.875rem;
  color: black;
  line-height: 2.375rem; }

.collection__sort-select {
  font-size: 0.875rem;
  color: #000; }

.collection__none {
  font-size: 0.875rem;
  color: black;
  line-height: 1.25rem;
  margin-top: 1.09375rem;
  margin-bottom: 1.5625rem; }
  @media (min-width: 768px) {
    .collection__none {
      font-size: 1rem;
      margin-top: 4.375rem;
      margin-bottom: 2rem; } }

.collection__none-btn {
  padding-bottom: 3.625rem; }
  .collection__none-btn a {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.875rem; }
  @media (min-width: 768px) {
    .collection__none-btn {
      padding-bottom: 7.625rem; }
      .collection__none-btn a {
        width: 15rem;
        font-size: 1rem;
        font-weight: 500;
        line-height: 2.25rem; } }

.page_template {
  max-width: 47.5rem;
  margin: 0 auto; }
  .page_template__title {
    margin-bottom: 2.5rem; }
  @media (max-width: 767.98px) {
    .page_template {
      padding: 0 0.9375rem; }
      .page_template__title {
        margin-bottom: 1.5625rem; } }

.page_detail {
  overflow: hidden; }

.dj-mce-view img {
  position: relative;
  max-width: 100%;
  vertical-align: bottom;
  height: auto; }

.dj-mce-view iframe {
  width: 100%; }

.dj-mce-view table {
  max-width: 100%; }
  .dj-mce-view table td,
  .dj-mce-view table th {
    border: 1px solid #ddd; }

.dj-mce-view blockquote {
  margin: 1em 40px; }
