@charset "UTF-8";
body {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom); }

img.lazyload: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: 54px;
  height: 54px;
  font-size: 12px;
  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; }

html:lang(ru-RU) .product-snippet__soldout {
  word-break: break-all; }

/* 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 */
/* slider starts */
.sep-slider {
  overflow: hidden; }

.sep-slider > div {
  display: none; }

.sep-slider > div:first-child {
  display: block; }

.sep-slider_loaded {
  display: none; }

.sep-loaded-slider {
  position: relative;
  overflow: hidden; }

.sep-loaded-slider__wrapper {
  display: flex;
  width: 300%;
  overflow: hidden;
  transform: translate(-33.3333%); }

.sep-loaded-slider__item {
  width: 100%;
  overflow: hidden;
  position: relative; }

.sep-loaded-slider__item img {
  pointer-events: none; }

.sep-loaded-slider__bullets {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  display: flex;
  justify-content: center;
  width: 100%; }

.sep-loaded-slider__bullet {
  margin: 0 0.375rem;
  width: 0.6875rem;
  height: 0.6875rem;
  opacity: 1;
  border: 2px solid white;
  border-radius: 50%; }

.sep-loaded-slider__bullet_active {
  background-color: #fff; }

.sep-loaded-slider__buttons {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 3.125rem;
  line-height: 3.125rem;
  margin-top: -1.5625rem;
  justify-content: space-between; }

.sep-loaded-slider__button {
  color: #000;
  text-decoration: none;
  width: 3.125rem;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  background-color: #fff;
  opacity: .5; }

.sep-loaded-slider__button:hover {
  background-color: #222;
  color: #fff; }

.sep-loaded-slider__button-prev_disabled, .sep-loaded-slider__button-next_disabled {
  opacity: 0; }

.sep-loaded-slider_no-buttons .sep-loaded-slider__buttons {
  display: none; }

.sep-loaded-slider_no-bullets .sep-loaded-slider__bullets {
  display: none; }

/* slider ends */
@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-slide {
    position: relative; }
  .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 .sep-loaded-slider__buttons {
    display: none; }
  .product-image .sep-loaded-slider:hover .sep-loaded-slider__buttons {
    display: flex; }

.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; }
    .product-info__desc_tab {
      margin-top: -1px;
      border-top: 1px solid #ddd;
      padding: 0 0.9375rem; }
      .product-info__desc_tab:last-child {
        border-bottom: 1px solid #ddd; }
      @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%;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 1rem; }
      .product-info__desc_tab-content {
        padding: 0.875rem 0;
        overflow: hidden;
        font-size: 14px; }

@media (min-width: 768px) {
  .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 {
      white-space: nowrap;
      bottom: 0 !important;
      align-items: center;
      display: flex;
      width: 7200px; }
      .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.375rem;
        height: 4.375rem;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        vertical-align: top;
        overflow: hidden;
        background: none;
        border-radius: 0;
        margin: 0 0.625rem 0 0;
        position: relative;
        border: 1px solid transparent;
        cursor: pointer; }
        .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 {
          border: 1px solid #000; }
        .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;
      position: absolute; }
    .product-image__thumbs_btn.swiper-button-disabled {
      background-color: #d6d6d6;
      pointer-events: none; }
    .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-image {
    width: 55%;
    flex: 0 0 auto;
    padding: 0; }
    @media (max-width: 767.98px) {
      .product-select-modal .product-image {
        width: 100%; } }
    .product-select-modal .product-image .product-image__thumbs {
      padding: 0 1.6875rem; }

.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__bottom-margin {
  margin-bottom: 2.5rem; }

@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; } }

.collection_list_gap .common__product-gap {
  margin-bottom: 0.9375rem; }
  @media (min-width: 768px) {
    .collection_list_gap .common__product-gap {
      margin-bottom: 1.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; } }

.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__icon_left-inline {
      height: 3.625rem; }
  .header__icon-row_left-inline {
    display: block;
    height: unset; }
  .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__logo-wrap, .header__icon-wrap {
    position: relative;
    z-index: 4;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    height: 3.9375rem; }
  .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_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_align-left-inline .navigation-pc__menu {
      display: block; }
    .navigation-pc__menu_align-left-inline {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
    .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_align-left-inline .navigation-pc__menu-block {
      display: inline-block;
      padding: 1.5rem 2.5rem 1.5rem 0rem; }
      .navigation-pc__menu_align-left-inline .navigation-pc__menu-block:first-child {
        padding-left: 2.1875rem; }
    .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_align-left-inline .navigation-pc__menu-block_child {
        display: none;
        padding: 1.25rem 2.5rem; }
      .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; }

.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; }

.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;
    min-width: 6.25rem;
    height: 2.625rem;
    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%; }
  .footer__payment ul {
    padding: 0;
    margin: 0; }
    .footer__payment ul li {
      list-style: none;
      display: inline-block;
      width: 2.25rem;
      margin-bottom: 0.5rem;
      margin-left: 0.625rem; }
      .footer__payment ul li:last-of-type {
        margin-right: 0; }
      .footer__payment ul li:first-of-type {
        margin-left: 0; }
      .footer__payment ul li img {
        width: 100%;
        height: auto;
        vertical-align: top; }

@media (max-width: 767.98px) {
  .footer-content {
    padding: 0.9375rem 1.5625rem;
    flex-direction: column;
    justify-content: center; }
  .footer-menu {
    max-width: 100%; }
    .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; } }

.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 {
          font-size: 12px;
          position: absolute;
          right: 0;
          top: 0;
          width: 0;
          height: 0;
          border-top: 4em solid black;
          border-left: 4em solid transparent; }
          .address_book .address__list .address-item__header_tag::after {
            content: "";
            width: .8em;
            height: 1.4em;
            border-top: .2em solid transparent;
            border-left: .2em solid transparent;
            border-right: .2em solid #fff;
            border-bottom: .2em solid #fff;
            position: absolute;
            top: -3.7em;
            right: .8em;
            transform: rotate(40deg); }
        .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; } }

.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 {
      min-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; } }

.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 {
      min-min-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 {
      min-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: 19.375rem;
      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: 8.125rem;
      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; } }

.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; }

.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; }

.product-info__social-sharing {
  margin-top: 30px;
  white-space: nowrap; }
  .product-info__social-sharing .share-facebook,
  .product-info__social-sharing .share-twitter,
  .product-info__social-sharing .share-pinterest {
    display: inline-flex;
    align-items: center;
    width: 33.33%; }
    .product-info__social-sharing .share-facebook i,
    .product-info__social-sharing .share-twitter i,
    .product-info__social-sharing .share-pinterest i {
      font-size: 28px;
      margin-right: 15px; }
    .product-info__social-sharing .share-facebook span,
    .product-info__social-sharing .share-twitter span,
    .product-info__social-sharing .share-pinterest span {
      display: inline-block;
      font-size: 14px; }
  .product-info__social-sharing .share-pinterest span {
    margin-right: 0; }

.product-info__tab {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #212121;
  line-height: 19px;
  border-bottom: 1px solid #ddd; }
  .product-info__tab > div {
    max-width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 10px;
    margin-right: 35px;
    cursor: pointer;
    border-bottom: 5px solid transparent; }
  .product-info__tab-active {
    font-weight: 500;
    border-bottom-color: inherit !important; }
  .product-info__tab-content {
    padding-top: 20px;
    overflow: hidden; }

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

.relative_product__title {
  font-size: 24px;
  color: #000;
  line-height: 29px;
  margin-bottom: 56px;
  margin-top: 68px;
  white-space: nowrap; }
  @media (max-width: 767.98px) {
    .relative_product__title {
      margin-bottom: 28px;
      margin-top: 28px; } }

@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Fira Sans Regular"), local("FiraSans-Regular"), url(https://fonts.gstatic.com/s/firasans/v9/va9E4kDNxMZdWfMOD5Vvl4jO.ttf) format("truetype"); }

@font-face {
  font-family: 'Yatra One';
  font-style: normal;
  font-weight: 400;
  src: local("Yatra One Regular"), local("YatraOne-Regular"), url(https://fonts.gstatic.com/s/yatraone/v5/C8ch4copsHzj8p7NaF0BxFmF.ttf) format("truetype"); }

@font-face {
  font-family: 'Yatra One';
  font-style: normal;
  font-weight: 400;
  src: local("Yatra One Regular"), local("YatraOne-Regular"), url(https://fonts.gstatic.com/s/yatraone/v5/C8ch4copsHzj8p7NaF0BxFmF.ttf) format("truetype"); }

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Work Sans"), local("WorkSans-Regular"), url(https://fonts.gstatic.com/s/worksans/v4/QGYsz_wNahGAdqQ43Rh_fKDs.ttf) format("truetype"); }

/* 全局背景 */
body {
  background-color: #FFFFFF; }

/* 商品选择器背景 */
.product__select_modal {
  background: #FFFFFF; }

/* 全局标题 */
.dj_skin_title {
  color:  rgba(0, 0, 0, 1);
  font-size: 34px;
  font-family: Fira Sans,sans-serif;
  font-style: normal;
  font-weight: 400; }

/* 全局标题 --- 不包含font-size */
.dj_skin_title_font {
  color:  rgba(0, 0, 0, 1);
  font-family: Fira Sans,sans-serif;
  font-style: normal;
  font-weight: 400; }

.dj_skin_title_font_family {
  font-family: Fira Sans,sans-serif;
  font-style: normal;
  font-weight: 400; }

/* 全局文本 */
.dj_skin_text {
  color:  rgba(0, 0, 0, 1); }

.dj_skin_body {
  font-family: Yatra One,sans-serif;
  font-style: normal;
  font-weight: 400; }

/* 全局文本字体 */
.dj_skin_text_font_family {
  font-family: Yatra One,sans-serif;
  font-style: normal;
  font-weight: 400; }

/*----------------------------*/
/* 商品标题 */
.dj_skin_product_title {
  color:  rgba(0, 0, 0, 1);
  font-family: Fira Sans,sans-serif;
  font-style: normal;
  font-weight: 400; }

/* 商品列表标题 */
.dj_skin_product_list_title {
  color:  rgba(0, 0, 0, 1);
  font-size: 13px;
  font-family: Work Sans,sans-serif;
  font-style: normal;
  font-weight: 400; }

/* 商品标题字体 */
.dj_skin_product_title_font_family {
  font-family: Work Sans,sans-serif;
  font-style: normal;
  font-weight: 400; }

/* 商品副标题 */
.dj_skin_product_brief_title {
  font-family: Yatra One,sans-serif;
  font-style: normal;
  font-weight: 400; }

/* 商品现价 */
.dj_skin_product_price {
  color:  rgba(245, 166, 35, 1);
  font-size: 17px;
  font-family: Yatra One,sans-serif;
  font-style: normal;
  font-weight: 400; }

/* 商品详情现价--不需要限制字体 */
.dj_skin_product_detail_price {
  color:  rgba(245, 166, 35, 1);
  font-family: Yatra One,sans-serif;
  font-style: normal;
  font-weight: 400; }

/* 商品原价 */
.dj_skin_product_compare_at_price {
  color:  rgba(155, 155, 155, 1);
  font-size: 15px;
  font-family: Yatra One,sans-serif;
  font-style: normal;
  font-weight: 400; }

/* 商品详情原价--不需要限制字体 */
.dj_skin_product_detail_compare_at_price {
  color:  rgba(155, 155, 155, 1);
  font-family: Yatra One,sans-serif;
  font-style: normal;
  font-weight: 400; }

/* 商品数目和排序 */
.dj_skin_product_text {
  color:  rgba(0, 0, 0, 1);
  font-family: Yatra One,sans-serif;
  font-style: normal;
  font-weight: 400; }

/* 商品详情款式选择框 */
.dj_skin_product_variants_selected {
  color:  rgba(189, 16, 224, 1); }

.dj_skin_product_variants_selected:hover {
  color:  rgba(189, 16, 224, 1); }

.dj_skin_product_variants_selected::before {
  border: 2px solid  rgba(189, 16, 224, 1); }

/*----------------------------*/
/* 页尾 */
.dj_skin_footer_title {
  font-family: Fira Sans,sans-serif;
  font-style: normal;
  font-weight: 400; }

.dj_skin_link {
  opacity: 1; }

.dj_skin_link:hover {
  opacity: 0.7; }

/*----------------------------*/
.btn {
  font-family: Yatra One,sans-serif;
  font-style: normal;
  font-weight: 400; }

/* 主要按钮 */
.btn-primary {
  position: relative;
  border-color:  rgba(189, 16, 224, 1);
  background:  rgba(189, 16, 224, 1);
  color:  #FFFFFF;
  opacity: 1; }
  .btn-primary:hover {
    color:  #FFFFFF;
    border-color:  rgba(189, 16, 224, 1);
    background:  rgba(189, 16, 224, 1);
    opacity: .9; }
  .btn-primary:active, .btn-primary:focus {
    color: #FFFFFF !important;
    border-color: #bd10e0 !important;
    background: #bd10e0 !important;
    opacity: .9 !important; }
  .btn-primary:disabled, .btn-primary.disabled, .btn-primary.product-info__variants_value:disabled, .btn-primary.product-info__qty_btn:disabled, .btn-primary.product-info__qty_num:disabled {
    color: #f9f9f9 !important;
    background: #d6d6d6 !important;
    border: 1px solid #d6d6d6 !important;
    opacity: 1; }

/* 次级按钮 */
.btn-secondary {
  position: relative;
  background:  #FFFFFF;
  color:  rgba(0, 0, 0, 1);
  border: 1px solid  rgba(0, 0, 0, 1);
  opacity: 1; }
  .btn-secondary:hover {
    color:  rgba(0, 0, 0, 1);
    border: 1px solid  rgba(0, 0, 0, 1);
    background:  #FFFFFF;
    opacity: .9; }
  .btn-secondary:active, .btn-secondary:focus {
    color: black !important;
    border: 1px solid black !important;
    background: #FFFFFF !important;
    opacity: .9; }
  .btn-secondary:disabled, .btn-secondary.disabled, .btn-secondary.product-info__variants_value:disabled, .btn-secondary.product-info__qty_btn:disabled, .btn-secondary.product-info__qty_num:disabled {
    background: #f9f9f9 !important;
    color: #d6d6d6 !important;
    border-color: #d6d6d6 !important;
    opacity: 1; }

/* 加购成功悬浮框 */
.add-cart__prompt {
  display: none;
  position: fixed;
  z-index: 100000;
  box-sizing: border-box;
  border: 1px solid #D4D4D4;
  width: 350px;
  overflow: hidden;
  background: #fff; }

.add-cart__prompt-header {
  padding: 0 19px;
  height: 36px;
  background: #F6F6F6;
  line-height: 36px;
  font-family: Fira Sans,sans-serif;
  color:  rgba(0, 0, 0, 1); }

.add-cart__prompt-item {
  color:  rgba(0, 0, 0, 1);
  line-height: 1.5em;
  margin: 20px auto;
  width: 310px;
  overflow: hidden; }

.add-cart__prompt-item dl {
  display: flex; }

.add-cart__prompt-goods {
  margin-right: 15px;
  width: 80px;
  max-height: 120px; }

.add-cart__prompt-goods img {
  width: 100%;
  vertical-align: middle; }

.add-cart__prompt-desc {
  flex: 1;
  overflow: hidden;
  margin-bottom: -10px; }

.add-cart__prompt-desc-left {
  float: left;
  width: 120px; }

.add-cart__prompt-desc-right {
  float: right; }

.add-cart__prompt-desc-title {
  max-width: 120px;
  max-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: Fira Sans,sans-serif;
  color:  rgba(0, 0, 0, 1); }

.add-cart__prompt-desc-qty {
  margin-bottom: 0; }

.add-cart__prompt-desc-p {
  word-break: break-all;
  margin-bottom: 8px; }

.add-cart__prompt-desc-price {
  margin-bottom: 0;
  max-width: 88px;
  font-size: 17;
  color:  rgba(245, 166, 35, 1);
  text-align: right; }

.add-cart__prompt-desc-origin {
  max-width: 88px;
  margin-bottom: 0;
  line-height: 1.2em;
  font-size: 12px;
  color:  rgba(155, 155, 155, 1);
  text-align: right; }

.add-cart__prompt-btn {
  display: block;
  box-sizing: border-box;
  margin: 20px auto;
  width: 310px;
  height: 36px;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 36px; }

.add-cart__prompt-btn:hover {
  text-decoration: none;
  color: #fff; }

.hero__inner .mega-title {
  font-family: Fira Sans,sans-serif;
  font-style: normal;
  font-weight: 400; }

.product-info__social-sharing {
  margin-top: 30px;
  white-space: nowrap; }
  .product-info__social-sharing .share-facebook,
  .product-info__social-sharing .share-twitter,
  .product-info__social-sharing .share-pinterest {
    display: inline-flex;
    align-items: center;
    width: 33.33%; }
    .product-info__social-sharing .share-facebook i,
    .product-info__social-sharing .share-twitter i,
    .product-info__social-sharing .share-pinterest i {
      font-size: 28px;
      margin-right: 15px; }
    .product-info__social-sharing .share-facebook span,
    .product-info__social-sharing .share-twitter span,
    .product-info__social-sharing .share-pinterest span {
      display: inline-block;
      font-size: 14px; }
  .product-info__social-sharing .share-pinterest span {
    margin-right: 0; }

.product-info__tab {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 19px;
  border-bottom: 1px solid #ddd; }
  .product-info__tab > div {
    max-width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 10px;
    margin-right: 35px;
    cursor: pointer;
    border-bottom: 5px solid transparent; }
  .product-info__tab-active {
    font-weight: 500;
    border-bottom-color: inherit !important; }
  .product-info__tab-content {
    padding-top: 20px;
    overflow: hidden; }

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

.relative_product__title {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 56px;
  margin-top: 68px;
  white-space: nowrap; }
  @media (max-width: 767.98px) {
    .relative_product__title {
      margin-bottom: 28px;
      margin-top: 28px; } }

.collection__container {
  padding-top: 0;
  padding-bottom: 0; }

.collection__title {
  color: #212121;
  font-weight: 500;
  font-size: 1.125rem;
  margin-top: 0.9375rem; }
  @media (min-width: 768px) {
    .collection__title {
      font-size: 2.125rem;
      line-height: 1.3em;
      margin: 1.25rem 0 0;
      padding: 0; } }

.collection__hr {
  margin: 0.9375rem 0.9375rem 0;
  border: none;
  border-bottom: 1px solid #eeeeee;
  width: 100%; }
  @media (min-width: 768px) {
    .collection__hr {
      margin: 1.875rem 0 0; } }

.collection__desc {
  color: #666;
  font-size: 0.875rem;
  margin-top: 0.625rem; }
  @media (min-width: 768px) {
    .collection__desc {
      font-size: 1.125rem;
      line-height: 1.2em;
      margin-top: 1.25rem;
      padding: 0; } }

.collection__sort {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem; }
  @media (min-width: 768px) {
    .collection__sort {
      padding-top: 1.875rem;
      padding-bottom: 1.5625rem;
      margin: 0 -0.9375rem; } }

.collection-product__wrapper {
  margin: 0 -0.46875rem; }
  @media (min-width: 768px) {
    .collection-product__wrapper {
      margin: 0 -1.6875rem; } }

.collection__number {
  font-size: 0.875rem;
  color: black;
  line-height: 2.375rem; }
  @media (max-width: 767.98px) {
    .collection__number {
      line-height: 1em;
      margin-bottom: 0.9375rem; } }

.collection__sort-select {
  font-size: 0.875rem;
  color: #000; }
  @media (max-width: 767.98px) {
    .collection__filter-by ~ .collection__sort-select {
      width: 50%; }
    .collection__sort-select .common__select {
      width: 100%; }
    .collection__sort-select .common__select select {
      width: 100%; } }

.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; } }

.collection__pagination {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 50px; }

.collection__filter-by {
  width: 165px;
  font-size: 14px;
  border-radius: 2px; }
  @media (max-width: 767.98px) {
    .collection__filter-by {
      width: 50%; } }

@media (max-width: 767.98px) {
  .collection__filter-buttons_has-filter {
    width: 100%; } }

.collection-filter__wrapper {
  transition: left 0.3s;
  margin: 0 0.5625rem 0 -0.9375rem; }
  @media (max-width: 767.98px) {
    .collection-filter__wrapper {
      position: fixed;
      height: 100vh;
      top: 0;
      left: -100%;
      z-index: 300;
      margin: 0; }
      .collection-filter__wrapper-open {
        left: 0 !important;
        right: 0;
        background: rgba(0, 0, 0, 0.5); } }

.collection-filter {
  flex-grow: 1;
  width: 100%;
  margin-bottom: 1.25rem; }
  .collection-filter__scroll {
    overflow: hidden;
    position: relative;
    height: 100%; }
  @media (max-width: 767.98px) {
    .collection-filter {
      width: 18.75rem;
      background: #fff;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      height: 100vh;
      padding: 0 0.9375rem 4.625rem; } }
  .collection-filter__title {
    padding: 1.875rem 0 1.5625rem;
    line-height: 2.375rem;
    font-size: 1.125rem; }
    @media (max-width: 767.98px) {
      .collection-filter__title {
        padding: 1.875rem 0 1.5625rem;
        line-height: 1em;
        margin-bottom: -1.25rem; } }
  .collection-filter__item {
    width: 100%;
    margin-bottom: 1.5625rem; }
    @media (max-width: 767.98px) {
      .collection-filter__item {
        margin: 1.25rem 0; } }
  .collection-filter__item-title {
    font-weight: bold;
    height: 2.5rem;
    line-height: 2.5rem;
    padding-left: 0.625rem;
    background: rgba(0, 0, 0, 0.03);
    font-size: 1rem; }
  .collection-filter__item-select {
    overflow-y: auto;
    max-height: 14.5625rem;
    /* width */
    /* Track */
    /* Handle */ }
    .collection-filter__item-select::-webkit-scrollbar {
      width: 0.25rem; }
    .collection-filter__item-select::-webkit-scrollbar-track {
      background: #f5f5f5; }
    .collection-filter__item-select::-webkit-scrollbar-thumb {
      background: #dfdfdf;
      border-radius: 0.25rem; }
    @media (max-width: 767.98px) {
      .collection-filter__item-select {
        overflow: unset;
        max-height: unset; } }
  @media (max-width: 767.98px) {
    .collection-filter__footer {
      margin-top: 0.9375rem;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 18.75rem;
      height: 4.625rem;
      display: flex;
      align-items: center;
      background: #eee; } }
  .collection-filter .custom-control-label {
    margin-left: 0.75rem;
    cursor: pointer; }
    .collection-filter .custom-control-label::before {
      background: #fff;
      border: 1px solid #212121; }
  .collection-filter .custom-control-input:checked ~ .custom-control-label {
    font-weight: bold; }
  .collection-filter .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none; }
  .collection-filter .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fff; }
  .collection-filter .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background: #212121;
    border-radius: 50%;
    transform: scale(0.6); }
  .collection-filter .custom-radio {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.8em; }
  .collection-filter .btn {
    font-size: 0.875rem; }
    @media (max-width: 767.98px) {
      .collection-filter .btn:first-child {
        margin: 0 0.625rem 0 0.9375rem; }
      .collection-filter .btn:last-child {
        margin: 0 0.9375rem 0 0.625rem; } }

@media (min-width: 768px) {
  #product-atc-modal {
    z-index: 1051; }
    #product-atc-modal .modal-dialog {
      max-width: 750px; }
    #product-atc-modal .modal-body {
      padding: 2.5rem; } }

@media (max-width: 767.98px) {
  #product-atc-modal .modal-body {
    padding: 1.25rem; }
  #product-atc-modal .modal__close.close {
    font-size: 0.75rem;
    top: 0.625rem;
    right: 0.625rem; } }

.product-atc-modal {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  overflow: hidden; }
  .product-atc-modal .atc-image {
    width: 50%;
    flex: 0 0 auto;
    padding: 0 0.9375rem 0 0; }
    @media (max-width: 767.98px) {
      .product-atc-modal .atc-image {
        width: 30%;
        padding: 0 0.3125rem 0 0; }
        .product-atc-modal .atc-image img {
          border-radius: 2px; } }
    .product-atc-modal .atc-image img {
      width: 100%; }
  .product-atc-modal .atc-info {
    width: 50%;
    flex: 0 0 auto;
    padding: 0 0 0 0.9375rem;
    text-align: center; }
    .product-atc-modal .atc-info__title {
      font-size: 1.5rem;
      color: #2A2A2A;
      margin-bottom: 0.625rem; }
    .product-atc-modal .atc-info__subtitle {
      font-size: 0.875rem;
      color: #9D9D9D;
      margin-bottom: 0.625rem; }
    .product-atc-modal .atc-info__tips {
      padding: 0.9375rem 0;
      color: #9D9D9D;
      font-size: 1.125rem;
      border-top: 1px solid #DDDDDD; }
    @media (max-width: 767.98px) {
      .product-atc-modal .atc-info {
        width: 70%;
        padding: 0 0 0 0.625rem;
        text-align: left; }
        .product-atc-modal .atc-info__title {
          font-size: 1rem;
          margin-bottom: 0.25rem; }
        .product-atc-modal .atc-info__subtitle {
          font-size: 0.75rem;
          margin-bottom: 0.25rem; }
        .product-atc-modal .atc-info__tips {
          padding: 0;
          font-size: 0.875rem;
          border-top: unset; } }
    @media (min-width: 768px) {
      .product-atc-modal .atc-info__btn button {
        width: 100%;
        height: 3.125rem; }
        .product-atc-modal .atc-info__btn button:first-child {
          margin-bottom: 1.25rem; } }
    @media (max-width: 767.98px) {
      .product-atc-modal .atc-info__btn {
        display: none; } }

.atc-info__btn-mb {
  display: flex;
  justify-content: space-between;
  margin-top: 0.9375rem; }
  @media (min-width: 768px) {
    .atc-info__btn-mb {
      display: none; } }
  .atc-info__btn-mb button {
    width: 48%;
    height: 2.25rem;
    font-size: 0.75rem;
    padding: 0;
    border-radius: 2px; }

.collection_slider__wrapper {
  width: calc(100% - 70px);
  overflow: hidden;
  white-space: nowrap;
  user-select: none;
  font-size: 0px;
  cursor: grab;
  margin: 0 auto;
  padding: 5px 0px; }
  @media (max-width: 767.98px) {
    .collection_slider__wrapper {
      width: 100%; } }

.collection_slider .point_none {
  pointer-events: none; }

.collection_slider__pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer; }
  @media (max-width: 767.98px) {
    .collection_slider__pagination {
      display: none; } }
  .collection_slider__pagination.done {
    opacity: .3; }
  .collection_slider__pagination .sep-font {
    font-size: 30px;
    color: #000;
    font-weight: 600; }
  .collection_slider__pagination-prev {
    left: 0; }
  .collection_slider__pagination-next {
    right: 0; }

.collection_slider__outer {
  position: relative; }
  @media (min-width: 768px) {
    .collection_slider__outer {
      padding: 0; } }

.collection_slider__item {
  width: calc(25% - 24px);
  display: inline-block;
  margin: 0 12px;
  min-width: 138px;
  overflow: hidden;
  user-select: none;
  -webkit-user-drag: none;
  vertical-align: middle;
  transition: transform .3s; }
  @media (max-width: 767.98px) {
    .collection_slider__item {
      min-width: 15.625rem; } }
  .collection_slider__item:hover {
    transform: scale(1.03);
    transform-origin: 50% 50%; }

.collection_slider__image {
  width: 100%; }
  .collection_slider__image-wrapper {
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    position: relative; }
  .collection_slider__image-src {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-user-drag: none; }
    .collection_slider__image-src.width_scale {
      width: auto;
      left: 50%;
      transform: translateX(-50%); }
    .collection_slider__image-src.height_scale {
      height: auto;
      top: 50%;
      transform: translateY(-50%); }

.collection_slider__info {
  padding: 0.625rem;
  position: relative;
  height: 6rem; }
  .collection_slider__info-title {
    word-break: break-all;
    white-space: normal;
    font-size: 1rem !important;
    line-height: 1.2;
    font-weight: 900 !important; }
  .collection_slider__info-brief {
    font-size: 0.875rem;
    line-height: 1.2;
    margin-top: 0.375rem;
    opacity: .8; }
  .collection_slider__info-price {
    font-weight: bold !important;
    font-size: 12px !important;
    text-align: right;
    position: absolute;
    bottom: 0.3125rem;
    right: 0.3125rem; }

.collection_slider__title {
  text-align: center;
  margin-bottom: 1.5625rem; }
  @media (max-width: 767.98px) {
    .collection_slider__title {
      text-align: left; } }

.collection_slider__view {
  margin-top: 1.25rem;
  text-align: center; }
  .collection_slider__view-btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 0.5rem 1.75rem; }
  .collection_slider__view-mobile {
    display: inline-block;
    position: relative;
    width: 93px;
    height: 93px;
    line-height: 93px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%; }

@media (max-width: 767.98px) {
  .collection_slider__pc {
    display: none; } }

@media (min-width: 768px) {
  .collection_slider__mobile {
    display: none; } }
