@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, sans-serif;
  font-size: 16px;
}

body {
  margin: 0;
  line-height: 120%;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.25px;
}

hr {
  margin: 0;
  border: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

li {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

sub,
sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
}

a {
  color: unset;
  text-decoration: unset;
  cursor: pointer;
}

a:hover {
  color: unset;
  text-decoration: unset;
}

a.visited, a.active {
  color: unset;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  overflow: auto;
}

pre code {
  color: inherit;
  word-break: normal;
}

code {
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  background: none;
  border: none;
  cursor: pointer;
}

button:focus:not(:focus-visible) {
  outline: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

input,
textarea {
  outline: none;
  border: none;
}

input:focus,
textarea:focus {
  outline: none;
}

button {
  outline: none !important;
}

button:hover {
  outline: none !important;
}

button:active {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slideTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

header {
  width: 100%;
  border-bottom: 1px solid #c7c7c7;
  /*min-width: 1380px;*/
  background: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  height: 100%;
  z-index: 6;
  top: 0;
}

@media screen and (max-width: 768px) {
  header {
   /* position: relative;*/
    min-width: unset;
  }
}

header nav {
  position: relative;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 22px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

header nav img {
  width: 157px;
}

header nav .link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
          column-gap: 12px;
}

@media screen and (max-width: 413px) {
  header nav .link-container {
    row-gap: 15px !important;
  }
}

@media screen and (max-width: 768px) {
  header nav .link-container li {
    width: 100%;
  }
  header nav .link-container li a {
    width: 100%;
    display: inline-block !important;
    border-bottom: 0 !important;
  }
}

header nav .link-container li:nth-of-type(2n) {
  display: block;
  width: 1px;
  height: 9px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  background-color: #c7c7c7;
}

header nav .link-container a {
  line-height: 120%;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.8px;
  color: #1e1e1e;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  padding: 4px 0;
  border-bottom: 1px solid transparent;
}

header nav .link-container a:hover {
  border-color: #4b4b4b;
}

header nav .link-container a.act {
  border-color: #4b4b4b;
}

header nav .function-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          
}

header nav .function-container .cart-wrapper {
  margin-right: 36px;
  position: relative;
  cursor: pointer;
}

header nav .function-container .cart-wrapper:hover img {
  -webkit-filter: invert(51%) sepia(99%) saturate(385%) hue-rotate(143deg) brightness(96%) contrast(81%);
          filter: invert(51%) sepia(99%) saturate(385%) hue-rotate(143deg) brightness(96%) contrast(81%);
}

header nav .function-container .cart-wrapper img {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}


header nav .function-container .cart-wrapper span,
.bottom-cart .cart-qty {
  display: inline-block;
  padding: 2px 1px 2px 2px;
  text-align: center;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  font-variant: tabular-nums;
  width: 22px;
  border-radius: 100px;
  position: absolute;
  top: -5px;
  right: -10px;
  background: #1e1e1e;
  color: #ffffff !important;
  font-size: 10px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.8px;
}

header nav .function-container #sign-button {
  cursor: pointer;
  padding: 8px 20px;
  border: 1px solid #c7c7c766;
  border-radius: 4px;
  line-height: 120%;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
          column-gap: 14px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

@media screen and (max-width: 768px) {
  header nav .function-container #sign-button {
    border: 1px solid #ffffff !important;
  }
}

header nav .function-container #sign-button:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
  color: #ffffff;
}

header nav .function-container #sign-button:hover span {
  background: #ffffff;
}

header nav .function-container #sign-button span {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  width: 1px;
  height: 12px;
  background: #b0b0b0;
}

header nav .function-container .head-button {
  width: 30px;
  height: 30px;
  
  overflow: hidden;
  cursor: pointer;
  
}

header nav .function-container .head-button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 768px) {
  header nav {
    position: fixed;
    left: -100%;
    top: 0;
    height: 100vh;
    background: #1e1e1e;
    width: 235px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    z-index: 1;
  }
  header nav .logo {
    -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(4%) saturate(0%) hue-rotate(333deg) brightness(105%) contrast(104%);
            filter: brightness(0) saturate(100%) invert(96%) sepia(4%) saturate(0%) hue-rotate(333deg) brightness(105%) contrast(104%);
  }
  header nav .link-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin: 35px 0;
    row-gap: 15px;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  header nav .link-container li a {
    color: #ffffff;
    line-height: 150%;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.25px;
    position: relative;
  }
  header nav .link-container li a:hover {
    border-bottom: transparent !important;
  }
  header nav .link-container li a::before {
    content: "・";
  }
  header nav .link-container li:nth-of-type(2n) {
    display: none;
  }
  header nav .function-container {
    width: 100%;
  }
  header nav .function-container #sign-button {
    margin: 0 auto;
    width: 170px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 14px 0;
    color: #ffffff;
    border-color: #b0b0b0 !important;
  }
  header nav .cart-wrapper {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  header nav.act {
    left: 0;
  }
}

header .mb-nav-bg {
  display: none;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

header .mb-nav-bg.act {
  display: block;
}

header .mb-nav {
  z-index: 1;
  display: none;
  padding: 18px 0;
}

header .mb-nav .menu {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .mb-nav .menu .hamburger-button {
  height: 35px;
  width: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  z-index: 0;
  cursor: pointer;
}

header .mb-nav .menu .hamburger-button span {
  width: 100%;
  height: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #1e1e1e;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

header .mb-nav .menu .hamburger-button.act span:nth-of-type(1) {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header .mb-nav .menu .hamburger-button.act span:nth-of-type(2) {
  opacity: 0;
}

header .mb-nav .menu .hamburger-button.act span:nth-of-type(3) {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 599px) {
  header .mb-nav .menu .hamburger-button {
    left: 15px;
  }
}

header .mb-nav .menu .logo img {
  width: 117px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

header .mb-nav .menu .search-button {
  cursor: pointer;
}

header .mb-nav .links-wrapper {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
}

header .mb-nav .links-wrapper::-webkit-scrollbar {
  display: none;
}

header .mb-nav .links-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 15px;
}

header .mb-nav .links-wrapper ul li:last-of-type a {
  border: none;
}

header .mb-nav .links-wrapper ul li a {
  padding: 0 30px;
  border-right: 1px dashed #c7c7c766;
  line-height: 120%;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.8px;
  color: #1e1e1e;
}

@media screen and (max-width: 768px) {
  header .mb-nav {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  header .mb-nav .menu {
    padding: 0 15px;
  }
  header .mb-nav li a {
    padding: 0 14px !important;
  }
  header .mb-nav li:first-of-type a {
    padding-left: 15px !important;
  }
}

header #user-menu {
  -webkit-box-shadow: 0 0 20px 0 rgba(122, 122, 122, 0.09);
          box-shadow: 0 0 20px 0 rgba(122, 122, 122, 0.09);
  width: 350px;
  position: absolute;
  right: 0;
  bottom: -200px;
  display: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 15;
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
}

@media screen and (max-width: 768px) {
  header #user-menu {
    position: fixed;
    width: 100vw;
    height: 100vh;
    bottom: 0;
    -webkit-animation: none;
            animation: none;
  }
}

header #user-menu.act {
  display: block;
  z-index: 15;
}

@media screen and (max-width: 768px) {
  header #user-menu.act {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header #user-menu .close-user-menu {
  position: absolute;
  background-color: rgba(30, 30, 30, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-animation: fadeIn 0.4s;
          animation: fadeIn 0.4s;
}

header #user-menu .inner {
  width: 100%;
  position: relative;
  z-index: 1;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  header #user-menu .inner {
    -webkit-animation: slideTop 0.4s;
            animation: slideTop 0.4s;
  }
}

header #user-menu .inner .top {
  padding: 25px 25px 20px;
  border-bottom: 1px dashed #c7c7c7;
}

header #user-menu .inner .top .name {
  line-height: 120%;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.25px;
  color: #1e1e1e;
  margin-bottom: 4px;
}

header #user-menu .inner .top .uid {
  line-height: 120%;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.25px;
  color: rgba(57, 57, 57, 0.6);
}

header #user-menu .inner .bottom {
  padding: 20px 25px;
}

header #user-menu .inner .bottom a {
  display: block;
  border: 1px solid rgba(199, 199, 199, 0.4);
  border-radius: 2px;
  padding: 10px 20px;
  margin-bottom: 10px;
  color: #1e1e1e;
  line-height: 120%;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.8px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

header #user-menu .inner .bottom a:hover {
  border-color: #1e1e1e;
}

#cart-pop {
  position: fixed;
  top: 0;
  z-index: 10;
  right: -420px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 414px;
  max-width: 100%;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

#cart-pop.act {
  right: 0;
}

#cart-pop.act .close-cart-pop {
  display: block !important;
}

#cart-pop > .close-cart-pop {
  display: none;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}

#cart-pop .inner {
  width: 414px;
  position: relative;
  z-index: 1;
  background: #ffffff;
  height: 100%;
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  -webkit-box-shadow: 0 1px 1px 1px #1e1e1e;
          box-shadow: 0 1px 1px 1px #1e1e1e;
  padding: 0 35px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

#cart-pop .inner::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 599px) {
  #cart-pop .inner {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 500px) {
  #cart-pop .inner {
    border-left: 0;
    padding: 0 15px 100px;
  }
}

#cart-pop .inner .top {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#cart-pop .inner .title {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #1e1e1e;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  #cart-pop .inner .title {
    padding-top: 15px;
  }
}

#cart-pop .inner .title h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 120%;
  font-size: 1.25rem;
}

#cart-pop .inner .title button {
  line-height: 120%;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.8px;
  color: #ffffff;
  background: #1e1e1e;
  border-radius: 40px;
  padding: 8px 25px;
}

#cart-pop .inner .product-wrapper .cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 22px;
          column-gap: 22px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid #c7c7c766;
}

#cart-pop .inner .product-wrapper .cart-item:last-of-type {
  border: none;
}

#cart-pop .inner .product-wrapper .cart-item .product-image {
  width: 95px;
  height: 114px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

#cart-pop .inner .product-wrapper .cart-item div {
  color: #1e1e1e;
}

#cart-pop .inner .product-wrapper .cart-item div .remove {
  margin-bottom: 10px;
  text-align: right;
}

#cart-pop .inner .product-wrapper .cart-item div h4 {
  line-height: 120%;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 12px;
}

#cart-pop .inner .product-wrapper .cart-item div .amount-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cart-pop .inner .product-wrapper .cart-item div .amount-price span {
  line-height: 120%;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.25px;
}

#cart-pop .inner .total-wrapper {
  border-top: 1px solid #1e1e1e;
  padding: 20px 0 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #1e1e1e;
}

#cart-pop .inner .total-wrapper span {
  line-height: 120%;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.25px;
}

#cart-pop .inner .total-wrapper h6 {
  line-height: 120%;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.25px;
}

#cart-pop .inner #checkout-button {
  width: 100%;
}

#cart-pop .inner #checkout-button a {
  padding: 16px 0;
  border-radius: 40px;
  width: 100%;
  background: #1e1e1e;
  display: block;
  color: #ffffff;
  border: 1px solid #1e1e1e;
  line-height: 120%;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.8px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

#cart-pop .inner #checkout-button a:hover {
  background: #ffffff;
  color: #1e1e1e;
}

#mb-bottom-menu {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100vw;
  z-index: 1;
  left: 0;
  border-top: 1px solid #e4e4e4;
  padding: 11px 33px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 50px;
          column-gap: 50px;
}

#mb-bottom-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 6px;
}

#mb-bottom-menu a img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#mb-bottom-menu a span {
  line-height: 120%;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.25px;
  color: #1e1e1e;
}


#mb-bottom-menu button {
 
  text-align: center;
  width: 50%;
  border-radius: 40px;
  padding: 10px 0;
  line-height: 120%;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.8px;
  color: #ffffff;
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
}





@media screen and (max-width: 768px) {
  #mb-bottom-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0;
            column-gap: 0;
    padding: 11px 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

footer {
  width: 100%;
  /*min-width: 1380px;*/
  background-color: #1e1e1e;
}

footer > div {
  padding: 50px 30px 60px;
  width:100%;
  max-width: 1132px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 100px;
          column-gap: 100px;
}

@media screen and (max-width: 413px) {
  footer > div {
    width: 100%;
    padding: 50px 15px 60px;
  }
}

footer > div .logo-wrapper a {
  display: block;
  margin-bottom: 33px;
}

footer > div .logo-wrapper a img {
  width: 88px;
}

footer > div .logo-wrapper p {
  color: #ffffff;
  line-height: 150%;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.25px;
  text-align: left;
}

footer > div .links-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer > div .links-container ul:nth-of-type(3) {
  display: none;
}

footer > div .links-container ul li {
  line-height: 120%;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
  color: #ffffff;
}

footer > div .links-container ul li:first-of-type {
  line-height: 120%;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.25px;
  margin-bottom: 20px;
}

footer > div .links-container ul li:last-of-type {
  margin-bottom: 0;
}

footer > div .links-container ul li a {
  padding-bottom: 2px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-bottom: 1px solid transparent;
}

footer > div .links-container ul li:hover a {
  border-color: #ffffff;
}

footer > p {
  border-top: 1px solid #5e5e5e;
  padding: 22px 0 30px;
  text-align: center;
  line-height: 120%;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.8px;
  color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 768px) {
  footer {
    min-width: unset;
    margin-bottom: 67px;
  }
  footer > div {
    width: 356px;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer > div .logo-wrapper {
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 45px;
  }
  footer > div .logo-wrapper a {
    margin-bottom: 15px;
  }
  footer > div .links-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer > div .links-container ul {
    border-right: 1px dashed #c7c7c766;
  }
  footer > div .links-container ul:nth-of-type(1) {
    padding-right: 28px;
  }
  footer > div .links-container ul:nth-of-type(2) {
    padding: 0 28px;
    margin-right: 28px;
    height: 206px;
  }
  footer > div .links-container ul:nth-of-type(3) {
    display: block;
    height: 206px;
  }
  footer > div .links-container ul:nth-of-type(4) {
    padding-right: 19px;
    height: 142px;
  }
  footer > div .links-container ul:nth-of-type(5) {
    padding: 0 19px;
    margin-right: 19px;
    height: 142px;
  }
  footer > div .links-container ul:nth-of-type(3n) {
    border: none;
  }
}

@media screen and (max-width: 768px) and (max-width: 413px) {
  footer > div .links-container ul:nth-of-type(1) {
    padding-right: 20px;
  }
  footer > div .links-container ul:nth-of-type(2) {
    padding: 0 20px;
    margin-right: 20px;
  }
  footer > div .links-container ul:nth-of-type(4) {
    padding-right: 15px;
  }
  footer > div .links-container ul:nth-of-type(5) {
    padding: 0 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 768px) and (max-width: 374px) {
  footer > div .links-container ul:nth-of-type(1) {
    padding-right: 16px;
  }
  footer > div .links-container ul:nth-of-type(2) {
    padding: 0 16px;
    margin-right: 0;
    border-right: 0;
  }
  footer > div .links-container ul:nth-of-type(3) {
    margin-right: 124px;
    height: 100px;
  }
  footer > div .links-container ul:nth-of-type(4) {
    padding-right: 9px;
  }
  footer > div .links-container ul:nth-of-type(5) {
    padding: 0 9px;
    border-right: none;
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  footer > div .links-container ul li {
    margin-bottom: 20px;
  }
  footer > div .links-container ul li:first-of-type {
    margin-bottom: 25px;
  }
  footer > div .links-container ul .act {
    display: none;
  }
  footer > p {
    border: 0;
    padding: 0 15px 50px;
  }
}

@media screen and (max-width: 768px) and (max-width: 599px) {
  footer > p {
    padding-bottom: 30px;
  }
}

body.act {
  overflow-y: hidden;
}

#title-box {
  text-align: center;
  padding: 30px 0 0;
  position: relative;
  width: 100%;
  /*border-bottom: 1px solid #b0b0b0;*/
  /*margin-bottom: 30px;*/
}

@media screen and (max-width: 599px) {
  #title-box {
    padding-top: 24px;
  }
}

#title-box h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 120%;
  font-size: 2.5rem;
  color: #1e1e1e;
}

#title-box h3 {
  margin-top: 6px;
  line-height: 150%;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.25px;
  color: #c7c7c7;
}

#title-box .breadcrumb {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4b4b4b;
  line-height: 120%;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 768px) {
  #title-box .breadcrumb {
    margin-top: 12px;
  }
}

.gift-wrapper .gift-inner {
  border-radius: 12px;
  background: #f9f9f9;
  padding: 23px 60px 70px 60px;
}

@media screen and (max-width: 768px) {
  .gift-wrapper .gift-inner {
    padding: 15px 70px 40px;
  }
}

@media screen and (max-width: 767px) {
  .gift-wrapper .gift-inner {
    padding: 15px 50px 40px;
  }
}

@media screen and (max-width: 599px) {
  .gift-wrapper .gift-inner {
    padding: 15px 25px 40px;
  }
}

@media screen and (max-width: 413px) {
  .gift-wrapper .gift-inner {
    padding: 15px 20px 40px;
  }
}

@media screen and (max-width: 374px) {
  .gift-wrapper .gift-inner {
    padding: 15px 15px 40px;
  }
}

.gift-wrapper .gift-inner .line-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 25px;
          column-gap: 25px;
  margin-bottom: 5px;
}

.gift-wrapper .gift-inner .line-text div {
  position: relative;
  height: 1px;
  width: 156px;
  background-color: #9b9b9b;
}

.gift-wrapper .gift-inner .line-text div::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 98px;
  background: #1e1e1e;
  left: 0;
  top: -1px;
}

.gift-wrapper .gift-inner .line-text p {
  line-height: 180%;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  color: #1e1e1e;
}

.gift-wrapper .gift-inner .product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 45px;
          column-gap: 45px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .gift-wrapper .gift-inner .product-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.gift-wrapper .gift-inner .product-wrapper .info-wrapper {
  /* width: 264px; */
  width : calc(33% - 30px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .gift-wrapper .gift-inner .product-wrapper .info-wrapper {
    width: 100%;
    margin-top: 25px;
  }
}

.gift-wrapper .gift-inner .product-wrapper .info-wrapper .top {
  margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .gift-wrapper .gift-inner .product-wrapper .info-wrapper .top {
    margin-bottom: 25px;
  }
}

.gift-wrapper .gift-inner .product-wrapper .info-wrapper .top p {
  line-height: 180%;
  font-weight: 300;
  font-size: 1.125rem;
  letter-spacing: 0.25px;
  color: #1e1e1e;
}

.gift-wrapper .gift-inner .product-wrapper .info-wrapper .top h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 120%;
  font-size: 1.75rem;
  margin: 23px auto 20px;
}

@media screen and (max-width: 768px) {
  .gift-wrapper .gift-inner .product-wrapper .info-wrapper .top h3 {
    margin: 12px auto 20px;
  }
}

.gift-wrapper .gift-inner .product-wrapper .info-wrapper .top h3 span {
  padding: 1px 5px;
  display: block;
  background: #1e1e1e;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
}

.gift-wrapper .gift-inner .product-wrapper .info-wrapper .top .tags-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 6px;
          column-gap: 6px;
}

.gift-wrapper .gift-inner .product-wrapper .info-wrapper .top .tags-box span {
  border: 1px solid #1e1e1e;
  background: #ffffff;
  border-radius: 40px;
  padding: 4px 12px;
  text-align: center;
  line-height: 150%;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.25px;
  color: #1e1e1e;
}

.gift-wrapper .gift-inner .product-wrapper .info-wrapper .bottom .mb-function-wrapper {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .gift-wrapper .gift-inner .product-wrapper .info-wrapper .bottom .mb-function-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: space-between;
  }
}

@media screen and (max-width: 374px) {
  .gift-wrapper .gift-inner .product-wrapper .info-wrapper .bottom .mb-function-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 10px;
    margin-bottom: 30px;
  }
}

.gift-wrapper .gift-inner .product-wrapper .info-wrapper .bottom .mb-function-wrapper .function-wrapper {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .gift-wrapper .gift-inner .product-wrapper .info-wrapper .bottom .mb-function-wrapper .function-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.gift-wrapper .gift-inner .product-wrapper .info-wrapper .bottom .mb-function-wrapper .function-wrapper span:first-of-type {
  line-height: 120%;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.8px;
  color: #1e1e1e;
}

.gift-wrapper .gift-inner .product-wrapper .info-wrapper .bottom .mb-function-wrapper .function-wrapper .product-amount {
  border-left: 1px solid #c7c7c7;
  padding: 0 20px;
  margin-left: 20px;
  font-variant: tabular-nums;
  line-height: 150%;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.25px;
}

@media screen and (max-width: 599px) {
  .gift-wrapper .gift-inner .product-wrapper .info-wrapper .bottom .mb-function-wrapper .function-wrapper .product-amount {
    margin-left: 0;
    padding: 0 10px;
  }
}

@media screen and (max-width: 413px) {
  .gift-wrapper .gift-inner .product-wrapper .info-wrapper .bottom .mb-function-wrapper .function-wrapper .product-amount {
    padding-left: 0;
    border-left: 0;
    margin-left: 5px;
  }
}

.gift-wrapper .gift-inner .product-wrapper .info-wrapper .bottom .mb-function-wrapper .function-wrapper .select-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 3px;
}

.gift-wrapper .gift-inner .product-wrapper .info-wrapper .bottom .mb-function-wrapper .function-wrapper .select-amount img {
  cursor: pointer;
}

.gift-wrapper .gift-inner .product-wrapper .info-wrapper .bottom .mb-function-wrapper .function-wrapper button {
  line-height: 120%;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.25px;
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  color: #ffffff;
  text-align: center;
  padding: 4px 12px;
  border-radius: 40px;
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.gift-wrapper .gift-inner .product-wrapper .info-wrapper .bottom .mb-function-wrapper .function-wrapper button:hover {
  background: #ffffff;
  color: #1e1e1e;
}

@media screen and (max-width: 768px) {
  .gift-wrapper .gift-inner .product-wrapper .info-wrapper .bottom .mb-function-wrapper .function-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.gift-wrapper .gift-inner .product-wrapper .info-wrapper .bottom .mb-function-wrapper p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1e1e1e;
  
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  .gift-wrapper .gift-inner .product-wrapper .info-wrapper .bottom .mb-function-wrapper p {
    margin-bottom: 0;
  }
}

.gift-wrapper .gift-inner .product-wrapper .info-wrapper .bottom .mb-function-wrapper p span {
  line-height: 120%;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.8px;
}

.gift-wrapper .gift-inner .product-wrapper .info-wrapper .bottom ul {
  color: #4b4b4b;
  line-height: 120%;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.8px;
}

.gift-wrapper .gift-inner .product-wrapper .info-wrapper .bottom ul li {
  margin: 4px auto;
}

.gift-wrapper .gift-inner .product-wrapper .product-image img {
  width: 100%;
  /*height: 467px;*/
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .gift-wrapper .gift-inner .product-wrapper .product-image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width:auto !important;        
  }
  .gift-wrapper .gift-inner .product-wrapper .product-image img {
    width: 220px;
    /*height: 276px;*/
  }
}

.gift-wrapper .gift-inner .product-selection {
  margin-top: 15%;
  width: 240px;
}

@media screen and (max-width: 768px) {
  .gift-wrapper .gift-inner .product-selection {
    width: 100%;
    margin-top: 20px;
  }
}

.gift-wrapper .gift-inner .product-selection .function-wrapper {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .gift-wrapper .gift-inner .product-selection .function-wrapper {
    display: none;
  }
}

.gift-wrapper .gift-inner .product-selection .function-wrapper span:first-of-type {
  line-height: 120%;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.8px;
  color: #1e1e1e;
}

.gift-wrapper .gift-inner .product-selection .function-wrapper .product-amount {
  border-left: 1px solid #c7c7c7;
  padding: 0 20px;
  margin-left: 20px;
  font-variant: tabular-nums;
  line-height: 150%;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.25px;
}

.gift-wrapper .gift-inner .product-selection .function-wrapper .select-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 3px;
}

.gift-wrapper .gift-inner .product-selection .function-wrapper .select-amount img {
  cursor: pointer;
}

.gift-wrapper .gift-inner .product-selection .function-wrapper button {
  line-height: 120%;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.25px;
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  color: #ffffff;
  text-align: center;
  padding: 4px 12px;
  border-radius: 40px;
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.gift-wrapper .gift-inner .product-selection .function-wrapper button:hover {
  background: #ffffff;
  color: #1e1e1e;
}

.gift-wrapper .gift-inner .product-selection > p {
  line-height: 150%;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.25px;
  color: #1e1e1e;
  margin: 30px auto 23px;
}

@media screen and (max-width: 768px) {
  .gift-wrapper .gift-inner .product-selection > p {
    margin: 0 auto 45px;
  }
}

.gift-wrapper .gift-inner .product-selection > a {
  line-height: 120%;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8125rem;
  letter-spacing: 1.25px;
  color: #1e1e1e;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}

.gift-wrapper .gift-inner .product-selection > a:hover {
  border-color: #4b4b4b;
}

.pagination-wrapper {
  max-width: 1146px;
  width:100%;
  margin: 65px auto 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 120%;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.25px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

@media screen and (max-width: 768px) {
  .pagination-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pagination-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pagination-wrapper > a {
  width: 125px;
  border-radius: 40px;
  padding: 6px 0;
  text-align: center;
  color: #ffffff;
  background: #1e1e1e;
}

@media screen and (max-width: 767px) {
  .pagination-wrapper > a:first-of-type, .pagination-wrapper > a:last-of-type {
    display: none;
  }
}

.pagination-wrapper > a.act {
  background: #f9f9f9;
  color: #c7c7c7;
  cursor: default;
}

.pagination-wrapper .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5px;
          column-gap: 5px;
}

.pagination-wrapper .pagination a {
  padding: 10px;
  border-bottom: 3px solid transparent;
}

.pagination-wrapper .pagination a.act {
  border-color: #1e1e1e !important;
}

.recommend-wrapper {
  margin: 20px auto 0;
  max-width: 1146px;
  border-top: 1px solid #b0b0b0;
}

@media screen and (max-width: 768px) {
  .recommend-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.recommend-wrapper > h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 120%;
  font-size: 1.75rem;
  color: #1e1e1e;
  padding: 35px 0;
  text-align: center;
}

.recommend-wrapper .recommend-box {
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
}

.recommend-wrapper .recommend-box::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 768px) {
  .recommend-wrapper .recommend-box {
    padding-left: 30px;
  }
}

@media screen and (max-width: 599px) {
  .recommend-wrapper .recommend-box {
    padding-left: 15px;
  }
}

.recommend-wrapper .recommend-box .recommend-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .recommend-wrapper .recommend-box .recommend-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 30px;
    -webkit-column-gap: 50px;
            column-gap: 50px;
  }
}

@media screen and (max-width: 599px) {
  .recommend-wrapper .recommend-box .recommend-container {
    padding-right: 15px;
    -webkit-column-gap: 25px;
            column-gap: 25px;
  }
}

.recommend-wrapper .recommend-box .recommend-container a {
  width: 226px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.recommend-wrapper .recommend-box .recommend-container a:hover h4 {
  border-color: #1e1e1e;
}

.recommend-wrapper .recommend-box .recommend-container a img {
  width: 100%;
  height: 271px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.recommend-wrapper .recommend-box .recommend-container a h4 {
  margin-top: 15px;
  padding-bottom: 4px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-bottom: 1px solid transparent;
  line-height: 150%;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.25px;
  color: #1e1e1e;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



/* ------------------------------------ */
.js-validate-error input {
	border-color: #e65540 !important;
}

.js-validate-error span {
	color: #e65540;
	font-size: 12px;
}

.error{
	color: #e65540;
}

/*# sourceMappingURL=system.css.map */