@font-face {
  font-family: "copperplate_ccbold";
  src: url("../fonts/copperplatecc-bold-webfont.woff2") format("woff2"), url("../fonts/copperplatecc-bold-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "copperplate_ccbold";
  src: url("../fonts/copperplatecc-heavy-webfont.woff2") format("woff2"), url("../fonts/copperplatecc-heavy-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html, body {
  width: 100%;
  height: max-content;
  margin: 0;
  padding: 0;
  font-size: 1.1vw;
  -webkit-overflow-scrolling: touch;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-family: "Niramit", sans-serif;
}
html.is-hidden, body.is-hidden {
  overflow: hidden;
}
@media (min-width: 1920px) {
  html, body {
    font-size: 21px;
  }
}
@media (max-width: 1460px) {
  html, body {
    font-size: 16px;
  }
}

body::after {
  content: "";
  display: block;
  position: relative;
  clear: both;
}

a {
  text-decoration: none;
  color: currentColor;
}

h1, h2, h3, h4, h5, h6, b, strong {
  margin: 0;
  font-weight: normal;
  font-family: "copperplate_ccbold", serif;
}

img {
  border: none;
  margin: 0;
  max-width: 100%;
  height: auto;
}

input, textarea, button {
  color: currentColor;
  padding: 0;
  margin: 0;
  background-color: transparent;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  font-family: "Niramit", sans-serif;
}

button {
  background-color: transparent;
  cursor: pointer;
}

input:active, textarea:active, button:active,
input:focus, textarea:focus, button:focus {
  outline: 0;
}

.o-content {
  width: calc(100% - 4rem);
  margin: 0 auto;
  max-width: 1920px;
}
@media (max-width: 1120px) {
  .o-content {
    width: calc(100% - 2rem);
  }
}
.o-content__min-height {
  min-height: calc(100dvh - 22.1rem);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.o-text {
  max-width: 50rem;
}

.o-wrapper {
  width: 100%;
  min-height: calc(100dvh - 22.1rem);
}

.o-hidden {
  display: none;
}

.o-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  grid-auto-flow: dense;
}
@media (max-width: 1120px) {
  .o-grid {
    grid-gap: 1rem;
  }
}
@media (max-width: 900px) {
  .o-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 620px) {
  .o-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.o-grid--list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  gap: 4rem;
}
.o-grid--text {
  display: flex;
  flex-direction: column;
  max-width: 50rem;
  margin: 0 auto;
}
.o-grid--3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}

.o-title {
  text-align: center;
  font-size: 1rem;
  margin: 2rem auto;
  font-family: "copperplate_ccbold", serif;
  display: block;
}
.o-title--header {
  margin-top: 0;
}

.o-btn {
  cursor: pointer;
}
.o-btn--line {
  display: block;
  border-bottom: 1px solid currentColor;
  color: #000;
  text-align: center;
  width: 100%;
  font-size: 1rem;
  padding: 0.45rem 0;
  font-family: "copperplate_ccbold", serif;
}
@media (min-width: 1120px) {
  .o-btn--line:hover {
    background-color: #000;
    color: #ffffff;
  }
}
.o-btn--link {
  text-decoration: underline;
}
.o-btn--add {
  width: 100%;
  text-align: center;
  padding: 0.9rem;
  border-bottom: 1px solid currentColor;
  color: #000;
  display: block;
  font-size: 1.09rem;
  font-family: "copperplate_ccbold", serif;
}
@media (min-width: 1120px) {
  .o-btn--add:hover {
    background-color: #000;
    color: #ffffff;
  }
}
.o-btn--whishlist {
  width: 100%;
  text-align: center;
  padding: 0.9rem;
  font-size: 1.09rem;
  color: #a0a0a0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  font-family: "copperplate_ccbold", serif;
}
.o-btn--whishlist::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/heart-a.png);
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: baseline;
}
@media (min-width: 1120px) {
  .o-btn--whishlist:hover::before {
    background-image: url(../img/heart-b.png);
  }
}
.o-btn--menu {
  display: none;
}
@media (max-width: 1120px) {
  .o-btn--menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    grid-column: 1;
    grid-row: 1;
  }
  .o-btn--menu span {
    width: 1.5rem;
    height: 2px;
    background-color: currentColor;
    position: relative;
  }
  .o-btn--menu span::before {
    content: "";
    background-color: currentColor;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -0.5rem;
    left: 0;
    display: block;
  }
  .o-btn--menu span::after {
    content: "";
    background-color: currentColor;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    display: block;
  }
}
.o-btn--button {
  border: 1px solid #000;
  color: #000;
  padding: 0.45rem 1rem;
  width: fit-content;
  font-family: "copperplate_ccbold", serif;
}
@media (min-width: 1120px) {
  .o-btn--button:hover {
    background-color: #000;
    color: #ffffff;
  }
}

.o-link {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}

.o-checkbox {
  position: relative;
  padding: 0;
  text-align: center;
  min-width: 2rem;
  min-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "copperplate_ccbold", serif;
}
.o-checkbox a {
  text-decoration: underline;
}
.o-checkbox__span {
  position: relative;
  top: 0;
  left: 0;
  height: 1rem;
  min-width: 1rem;
  background-color: transparent;
  cursor: pointer;
  background-position: center;
  background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1120px) {
  .o-checkbox__span {
    height: 1.5rem;
    min-width: 1.5rem;
  }
}
.o-checkbox__span::after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.o-checkbox__input:checked ~ .o-checkbox__span::before {
  content: "";
  display: block;
  top: -1px;
  left: -1px;
  position: absolute;
  height: 100%;
  width: 100%;
  border-bottom: 1px solid currentColor;
}
.o-checkbox__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.o-checkbox--italic .o-checkbox__input:checked ~ .o-checkbox__span {
  font-style: italic;
}
.o-checkbox--italic .o-checkbox__input:checked ~ .o-checkbox__span::before {
  border: none;
}

.o-over {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.4823529412);
  justify-content: center;
  align-items: center;
  overflow: auto;
  flex-wrap: wrap;
}
.o-over.is-active {
  display: flex;
}
.o-over__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: url("../img/close.png") 0 0, auto;
}
@media (max-width: 1120px) {
  .o-over__close {
    background-color: hsla(0, 0%, 100%, 0.46);
    background-image: url("../img/close.png");
    background-position: calc(100% - 1rem) 1rem;
    background-repeat: no-repeat;
    background-size: 1rem;
  }
}
.o-over__int {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  padding: 1rem;
  width: 30rem;
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1120px) {
  .o-over__int {
    max-width: calc(100% - 5rem);
    box-sizing: border-box;
    margin: 3rem auto;
  }
}
.o-over__int img {
  margin: 2rem auto;
}

.o-price {
  font-size: 1.09rem;
  font-family: "copperplate_ccbold", serif;
}
.o-price.is-sale {
  text-decoration: line-through;
}
.o-price .is-sale {
  text-decoration: line-through;
}

.o-alert {
  padding: 0.5em 0rem;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  font-size: 0.9rem;
}
.o-alert p {
  margin: 0;
}
.o-alert--success {
  color: #0d6110;
}
.o-alert--error {
  color: #bd2419;
}
.o-alert--warning {
  color: #f19205;
}
.o-alert--info {
  color: #1a426e;
}

.o-error {
  text-align: center;
}

.o-box {
  width: 100%;
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4823529412);
  backdrop-filter: blur(5px);
  border-top: 1px solid #000;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 1rem 0;
  display: none;
}
.o-box .o-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.o-box .s-text {
  max-width: 50rem;
  margin: 0;
}
.o-box .s-text > *, .o-box .s-text p {
  font-size: 0.9rem;
  margin: 0;
}
.o-box .o-btn {
  margin: 1rem 0 0;
  display: block;
  height: fit-content;
}

.is-box .o-box {
  display: block;
}

.c-header {
  width: 100%;
  position: -moz-sticky;
  position: sticky;
  top: 0;
  left: 0;
  padding: 1rem 0;
  z-index: 5;
  background-color: #ffffff;
}
@media (max-width: 1120px) {
  .c-header {
    padding: 1rem 0;
  }
}
.c-header__int {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-content: center;
  grid-gap: 2rem;
}
.c-header__logo {
  grid-column: 2;
  grid-row: 1;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 1120px) {
  .c-header__logo:hover {
    background-image: url(../img/logo-img.png);
    background-size: auto 2rem;
    background-repeat: no-repeat;
    background-position: center;
  }
  .c-header__logo:hover img {
    opacity: 0;
  }
}
.c-header__logo img {
  max-height: 3rem;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0;
}
.c-header__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  grid-row: 1;
  gap: 2rem;
  position: relative;
}
@media (max-width: 1120px) {
  .c-header__nav:nth-child(2) {
    display: none;
  }
}
.c-header__nav:nth-child(3) {
  justify-content: flex-end;
}
.c-header__nav-item {
  line-height: 2rem;
  cursor: pointer;
}
@media (min-width: 1120px) {
  .c-header__nav-item:hover + .c-header__sub {
    display: flex;
  }
}
@media (max-width: 1120px) {
  .c-header__nav-item {
    display: none;
  }
  .c-header__nav-item.js-bag {
    display: block;
  }
  .c-header__nav-item.is-active + .c-header__sub {
    display: flex;
  }
}
.c-header__nav-item[data-name] {
  position: relative;
  font-weight: bold;
  visibility: hidden;
}
.c-header__nav-item[data-name]::before {
  content: attr(data-name);
  font-weight: 400;
  position: absolute;
  line-height: 2rem;
  left: 0;
  top: 0;
  font-size: 1rem;
  visibility: visible;
}
@media (min-width: 1120px) {
  .c-header__nav-item[data-name]:hover {
    visibility: visible;
  }
  .c-header__nav-item[data-name]:hover::before {
    font-size: 1rem;
    visibility: hidden;
  }
}
.c-header__nav-item[data-name].is-active {
  visibility: visible;
}
.c-header__nav-item[data-name].is-active::before {
  font-size: 1rem;
  visibility: hidden;
}
.c-header__sub {
  position: absolute;
  top: calc(100% - 0.5rem);
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4823529412);
  display: flex;
  flex-direction: column;
  max-height: 7rem;
  flex-wrap: wrap;
  gap: 0 1rem;
  padding: 0.9rem 0.9rem 2rem 2rem;
  left: -2rem;
  box-sizing: border-box;
  font-size: 0.9rem;
  display: none;
  z-index: 2;
}
@media (min-width: 1120px) {
  .c-header__sub:hover {
    display: flex;
  }
}
.c-header__sub .c-header__nav-item[data-name]::before {
  font-size: 0.9rem;
}
@media (min-width: 1120px) {
  .c-header__sub .c-header__nav-item[data-name]:hover::before {
    font-size: 0.9rem;
  }
}
.c-header__sub .c-header__nav-item[data-name].is-active::before {
  font-size: 0.9rem;
}

.is-menu {
  overflow: hidden;
}
@media (max-width: 1120px) {
  .is-menu .c-header {
    position: fixed;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
  }
  .is-menu .c-header__int {
    margin-bottom: 2rem;
  }
  .is-menu .c-header__nav {
    display: flex;
    grid-row: initial;
    flex-direction: column;
    grid-gap: 0;
    align-items: flex-end;
  }
  .is-menu .c-header__nav:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
    align-items: flex-start;
  }
  .is-menu .c-header__nav:nth-child(3) {
    grid-column: 3;
    grid-row: 1/3;
    justify-content: flex-start;
    flex-direction: column-reverse;
    height: -moz-fit-content;
    height: fit-content;
  }
  .is-menu .c-header__nav-item {
    display: block;
  }
  .is-menu .c-header__nav-item.js-bag {
    margin-bottom: 2rem;
  }
  .is-menu .c-header__nav-item.js-search {
    display: none;
  }
  .is-menu .c-header__sub {
    padding: 0;
    width: fit-content;
    height: auto;
    position: relative;
    left: initial;
    top: initial;
    max-height: initial;
    align-items: flex-start;
    padding: 0 1rem 1rem 0;
  }
  .is-menu .c-search {
    display: block;
  }
  .is-menu .o-btn--menu span {
    background-color: transparent;
  }
  .is-menu .o-btn--menu span::before {
    top: 0;
    transform: rotate(45deg);
  }
  .is-menu .o-btn--menu span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
}

.c-footer {
  width: 100%;
  padding: 2rem 0;
  margin-top: 7rem;
}
.c-footer__int {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 5rem 2rem;
}
@media (max-width: 900px) {
  .c-footer__int {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
}
@media (max-width: 900px) {
  .c-footer__column:first-child {
    grid-column: 1/3;
  }
}
.c-footer__column h1, .c-footer__column h2, .c-footer__column h3 {
  font-size: 1.09rem;
  margin: 0 auto 1rem;
  font-family: "copperplate_ccbold", serif;
}
.c-footer__column nav {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 900px) {
  .c-footer__column nav a {
    padding: 0.5rem 0;
  }
}
.c-footer__logo {
  grid-column: 2/5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1120px) {
  .c-footer__logo {
    grid-column: 1/6;
  }
}
@media (max-width: 900px) {
  .c-footer__logo {
    grid-column: 1/3;
    margin-top: 3rem;
  }
}
.c-footer__logo img {
  max-width: 4rem;
  max-height: 4rem;
  width: auto;
  height: auto;
}
.c-footer__info {
  align-content: center;
  font-family: "copperplate_ccbold", serif;
}
@media (max-width: 1120px) {
  .c-footer__info {
    grid-column: 1/6;
    text-align: center;
  }
}
@media (max-width: 900px) {
  .c-footer__info {
    grid-column: 1/3;
  }
}
.c-footer__info * {
  margin: 0;
  font-size: 1.09rem;
}

.c-newsletter {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 0;
}
.c-newsletter * {
  font-size: 1rem;
}
.c-newsletter input {
  display: inline;
  border-bottom: 1px solid currentColor;
}
.c-newsletter input::placeholder {
  color: #a0a0a0;
}
.c-newsletter .o-btn {
  border-bottom: 1px solid currentColor;
  width: 2rem;
  text-align: right;
  padding: 0;
}

.c-slider {
  width: 100%;
  margin: 0 0 2rem;
}
.c-slider__item {
  width: auto;
  max-height: calc(100vh - 10rem);
  height: 44vw;
  position: relative;
}
.c-slider__item img {
  position: relative;
  width: auto;
  max-width: 100vw;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.c-slider__splide:not(.is-initialized) {
  visibility: visible;
}
.c-slider__splide:not(.is-initialized) .splide__slide {
  width: 100%;
}
.c-slider__splide:not(.is-initialized) .c-slider__item {
  width: 100%;
}
.c-slider__splide:not(.is-initialized) .c-slider__item img {
  width: 100%;
}

.c-card {
  width: 100%;
  text-align: center;
  position: relative;
}
.c-card * {
  margin: 0;
}
@media (min-width: 1120px) {
  .c-card:hover .c-card__img img:nth-child(2) {
    display: block;
  }
}
.c-card__img {
  aspect-ratio: 1/1.36;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3;
  margin-bottom: 2rem;
  position: relative;
}
.c-card__img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}
.c-card__img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
  background-color: #ffffff;
}
.c-card__title {
  text-align: center;
  font-size: 1.09rem;
  font-family: "copperplate_ccbold", serif;
}
.c-card__price {
  font-family: "copperplate_ccbold", serif;
}
.c-card .is-sale {
  text-decoration: line-through;
}
.c-card__label {
  font-size: 0.9rem;
}
.c-card--archive .c-card__img {
  aspect-ratio: initial;
  background-color: transparent;
  height: 36vw;
  max-height: calc(100vh - 15rem);
  position: relative;
  width: calc(100% + 4rem);
  margin-left: -2rem;
}
.c-card--archive .c-card__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.c-card--text {
  display: grid;
  grid-template-columns: 15rem 1fr;
  grid-gap: 2rem;
  text-align: initial;
}
@media (max-width: 900px) {
  .c-card--text {
    grid-template-columns: 1fr;
  }
}
.c-card--text .c-card__img {
  width: 100%;
  aspect-ratio: initial;
  background-color: transparent;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 900px) {
  .c-card--text .c-card__img {
    align-items: center;
    justify-content: center;
  }
}
.c-card--text .c-card__img img {
  max-height: 10rem;
}
.c-card--text .c-card__info {
  text-align: justify;
}
.c-card--xs {
  font-size: 0.9rem;
}
.c-card--xs .c-card__title {
  text-align: center;
  font-size: 0.9rem;
}
@media (max-width: 620px) {
  .c-card--xs .c-card__title {
    font-family: "Niramit", sans-serif;
  }
}
@media (max-width: 620px) {
  .c-card--xs .c-card__price {
    font-family: "Niramit", sans-serif;
  }
}
.c-card--xs .c-card__img {
  margin-bottom: 0.9rem;
}
.c-card--break {
  grid-column: span 4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}
@media (max-width: 900px) {
  .c-card--break {
    grid-column: span 3;
  }
}
@media (max-width: 620px) {
  .c-card--break {
    grid-column: span 2;
  }
}
.c-card--break img {
  max-height: calc(100vh - 15rem);
  height: 36vw;
  width: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}
.c-card--full {
  height: 36vw;
  max-height: calc(100vh - 15rem);
  position: relative;
  width: calc(100% + 4rem);
  margin-left: -2rem;
}
@media (max-width: 1120px) {
  .c-card--full {
    width: calc(100% + 2rem);
    margin-left: -1rem;
  }
}
.c-card--full img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-form {
  width: 20rem;
  max-width: 100%;
}
.c-form * {
  font-size: 0.9rem;
}
.c-form input {
  width: 100%;
  border-bottom: 1px solid #a0a0a0;
}
.c-form input::placeholder {
  color: #a0a0a0;
}
.c-form input:focus {
  border-bottom: 1px solid #000;
}
.c-form__set {
  width: 100%;
  margin-bottom: 0.9rem;
}
.c-form__set--button {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-top: 2rem;
}

.c-product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}
@media (max-width: 900px) {
  .c-product {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}
.c-product__splide-item {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1120px) {
  .c-product__splide-item {
    cursor: zoom-in;
  }
}
.c-product__splide-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  vertical-align: initial;
}
.c-product__gallery {
  height: -moz-fit-content;
  height: fit-content;
  top: 8rem;
  position: -webkit-sticky;
  position: sticky;
}
@media (min-width: 1120px) {
  .c-product__gallery .splide__list, .c-product__gallery .splide.is-initialized:not(.is-active) .splide__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 900px) {
  .c-product__gallery {
    top: initial;
    position: relative;
  }
}
.c-product__info {
  height: -moz-fit-content;
  height: fit-content;
  top: 8rem;
  position: -webkit-sticky;
  position: sticky;
}
@media (max-width: 900px) {
  .c-product__info {
    top: initial;
    position: relative;
  }
}
.c-product__info .s-text {
  margin-bottom: 2rem;
}
.c-product__info .s-text h1 {
  font-size: 1.09rem;
}
.c-product__info .s-text * {
  margin: 0;
}
.c-product__set {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0 0.9rem;
  margin-bottom: 1rem;
}
.c-product__set p {
  margin: 0;
}
.c-product__set .o-btn {
  grid-column: 2;
  text-align: right;
  width: fit-content;
  margin-left: auto;
}
.c-product__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.9rem;
}
.c-product__color {
  margin: 0;
  display: none;
}
.c-product__color::before {
  content: attr(data-name);
}
.c-product__xtra {
  margin-top: 2rem;
  color: #a0a0a0;
  border-top: 1px solid currentColor;
}
.c-product__xtra-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.9rem;
}
.c-product__xtra-item {
  padding: 0.9rem 0;
  font-size: 0.9rem;
  color: #a0a0a0;
}
.c-product__xtra-item.is-active {
  text-decoration: underline;
}
.c-product__text {
  width: 100%;
}
.c-product__text-item {
  display: none;
}
.c-product__text-item.is-active {
  display: block;
}
.c-product__star {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  background-color: transparent;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.c-product__star.is-active {
  border-bottom: 1px solid currentColor;
}

@media (min-width: 1120px) {
  .is-zoom {
    overflow: hidden;
  }
  .is-zoom .c-product__gallery {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    z-index: 1000000000;
    scroll-behavior: auto;
  }
  .is-zoom .c-product__gallery .splide__list, .is-zoom .c-product__gallery .splide.is-initialized:not(.is-active) .splide__list {
    gap: 0;
  }
  .is-zoom .c-product__splide-item {
    aspect-ratio: initial;
    cursor: zoom-out;
  }
  .is-zoom .c-product__splide-item img {
    width: 100%;
    max-width: initial;
  }
  .is-zoom .c-product__info {
    position: static;
  }
  .is-zoom .c-product__info .s-text {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    z-index: 1000000001;
    margin: 0;
  }
}

.c-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  border: 0.9px solid #a0a0a0;
}
.c-table__row {
  width: 100%;
  display: grid;
  grid-template-columns: 8rem 1fr 1fr 1fr 1fr;
}
.c-table__row:first-child {
  font-weight: 500;
  border-bottom: 0.9px solid #a0a0a0;
}
.c-table__column:first-child {
  font-weight: 500;
}

.c-bag {
  position: absolute;
  width: 30rem;
  top: 100%;
  right: 2rem;
  display: none;
  background-color: #ffffff;
  padding: 2rem 1rem 1rem;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1120px) {
  .c-bag {
    position: fixed;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    top: 0;
    right: 0;
    z-index: 100;
    min-width: 30rem;
  }
}
@media (max-width: 620px) {
  .c-bag {
    width: 100%;
    min-width: initial;
  }
}
.c-bag__int {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.c-bag__products {
  width: 100%;
  height: auto;
  max-height: calc(100dvh - 20rem);
  box-sizing: border-box;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1120px) {
  .c-bag__products {
    max-height: calc(100dvh - 9rem);
  }
}
.c-bag__product {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 2rem;
  grid-template-rows: auto auto auto 1fr auto 1rem;
  align-items: end;
}
.c-bag__product > *:not(.o-alert) {
  margin: 0;
  font-size: 0.9rem;
}
.c-bag__product-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  grid-row: 1/7;
  aspect-ratio: 1/1.36;
}
.c-bag__product-t1 {
  grid-column: 2/4;
  padding-top: 1rem;
}
.c-bag__product-t2 {
  grid-column: 2/4;
}
.c-bag__product-t3 {
  grid-column: 2;
}
.c-bag__product-t3 {
  grid-column: 2;
}
.c-bag__product-t4 {
  grid-column: 2;
}
.c-bag__product-price {
  grid-column: 3;
}
.c-bag__product .o-alert {
  grid-column: 2/3;
  grid-row: 4;
}
.c-bag__btn {
  width: 100%;
}
.c-bag .o-btn {
  font-size: 0.9rem;
}
.c-bag .js-bag-close {
  width: 4rem;
  height: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/close.png);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}

.is-bag {
  overflow: hidden;
}
.is-bag .c-bag {
  display: block;
}

.c-quantity {
  position: relative;
  width: 4.5rem;
  padding: 0;
  margin: 0;
  display: block;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  border: 1px solid currentColor;
}
.c-quantity input {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  display: block;
  margin: 0;
  padding: 0 1.5rem;
  border: none;
  text-align: center;
  box-sizing: content-box;
  font-size: 1em;
  background-color: transparent;
  color: #000;
}
.c-quantity-nav {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
}
.c-quantity-button {
  position: absolute;
  cursor: pointer;
  width: 1.5rem;
  text-align: center;
  user-select: none;
  line-height: 1.5rem;
  top: 0;
  border: none;
  height: 1.5rem;
  font-family: "Niramit", sans-serif;
}
@media (min-width: 1120px) {
  .c-quantity-button:hover {
    background-color: #000;
    color: #ffffff;
  }
}
.c-quantity-down {
  left: 0;
  border-right: 1px solid currentColor;
}
.c-quantity-up {
  right: -4.5rem;
  border-left: 1px solid currentColor;
}
.c-quantity input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  margin: 0;
}
.c-quantity input[type=number]::-webkit-outer-spin-button,
.c-quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-quantity input[type=number] {
  -moz-appearance: textfield;
}

.c-search {
  display: none;
}
.c-search * {
  font-size: 1rem;
}
.c-search input {
  display: inline;
  border-bottom: 1px solid currentColor;
  width: calc(100% - 3rem);
  font-family: "copperplate_ccbold", serif;
  font-size: 1.09rem;
  text-align: center;
  box-sizing: border-box;
  padding-left: 3rem;
  padding-top: 2rem;
}
.c-search input::placeholder {
  color: #a0a0a0;
}
.c-search .o-btn {
  border-bottom: 1px solid currentColor;
  width: 2rem;
  text-align: right;
  padding: 0;
  color: transparent;
  font-size: 0;
  background-image: url(../img/icon-search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
}

@media (min-width: 1120px) {
  .is-search .c-search {
    display: block;
  }
  .is-search .js-search::after {
    content: "";
    width: 1em;
    height: 1em;
    display: inline-block;
    background-image: url(../img/close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1em;
    vertical-align: middle;
    visibility: visible;
  }
}

.c-page {
  margin-bottom: 2rem;
}
.c-page .s-text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 900px) {
  .c-page .s-text {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.c-page .s-text > *:not(img, iframe, .c-page__single) {
  min-width: 30%;
  flex: 0 0 30%;
}
@media (max-width: 900px) {
  .c-page .s-text > *:not(img, iframe, .c-page__single) {
    min-width: initial;
    flex: initial;
    max-width: 30rem;
    margin-right: auto;
  }
}
.c-page .s-text img:not(.c-page__single-slide img), .c-page .s-text iframe {
  max-width: 100%;
  min-width: 0;
  width: auto;
  max-height: calc(100dvh - 10rem);
  margin: 0;
}
.c-page__single {
  margin: 0;
  min-width: 30%;
  flex: 0 0 30%;
}
@media (max-width: 900px) {
  .c-page__single {
    min-width: initial;
    flex: initial;
    max-width: 30rem;
    margin: 0 auto 2rem;
  }
}
.c-page__single .splide__track {
  height: 100%;
}
.c-page__single .splide__list {
  height: 100%;
}
.c-page__single .splide__slide {
  height: 100%;
}
.c-page__single .splide__arrow {
  top: 100%;
  transform: initial;
  opacity: 1;
  background-color: transparent;
}
.c-page__single .splide__arrow--next {
  right: 0px;
}
.c-page__single .splide__arrow--prev {
  left: 0px;
}
.c-page__single-slide {
  height: 100%;
  width: 100%;
}
.c-page__single-slide img {
  max-height: 100%;
  aspect-ratio: 1/0.79;
  margin: 0;
}
.c-page:has(.aligncenter) {
  width: 100%;
  height: calc(100dvh - 3rem);
  position: relative;
}
.c-page:has(.aligncenter) .s-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-page:has(.aligncenter) .s-text .aligncenter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-height: initial;
  object-fit: cover;
}
.c-page:has(.aligncenter) .s-text .aligncenter p {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 1rem;
  text-align: center;
}

.s-text > * {
  margin: 1rem 0;
  line-height: 1.4em;
}
.s-text > *:first-child {
  margin-top: 0;
}
.s-text > *:last-child {
  margin-bottom: 0;
}
.s-text a {
  text-decoration: underline;
}
.s-text h1, .s-text h2 {
  font-size: 1.09rem;
}
.s-text h3, .s-text h4, .s-text h5, .s-text h6 {
  font-size: 1rem;
}
.s-text p {
  margin: 1rem 0;
}
.s-text hr {
  clear: both;
  margin: 0;
  height: 0;
  border: none;
  opacity: 0;
  display: block;
}
.s-text blockquote {
  margin: 1rem 0;
  padding: 0;
  border: none;
  width: 100%;
  box-sizing: border-box;
  font-family: "copperplate_ccbold", serif;
}
.s-text .wp-caption {
  margin: 0;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  width: fit-content;
}
.s-text .wp-caption img {
  margin: 0;
  max-width: 100%;
}
.s-text .wp-caption p {
  margin: 0.3rem auto 0;
  text-align: center;
}
.s-text .aligncenter {
  max-width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 1rem auto;
  text-align: center;
}
.s-text .aligncenter.wp-caption {
  max-width: 100%;
}
.s-text .aligncenter.wp-caption p {
  text-align: left;
}
.s-text .alignleft {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  float: left;
  max-width: calc(100% - 1rem);
  position: relative;
}
.s-text .alignleft.wp-caption {
  max-width: calc(100% - 1rem);
}
.s-text .alignright {
  margin-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  float: right;
  max-width: calc(100% - 1rem);
  position: relative;
}
.s-text .alignright.wp-caption {
  max-width: calc(100% - 1rem);
}
.s-text .alignright.wp-caption p {
  text-align: right;
}
.s-text .u-iframe {
  width: 100%;
  height: 0;
  padding-bottom: 56.6%;
  position: relative;
}
.s-text .u-iframe iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.s-text video {
  width: 100%;
  position: relative;
}
.s-text audio {
  width: 100%;
}
.s-text__gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.s-text__gallery-item img {
  display: block;
  height: 100%;
  max-height: 20rem;
  width: auto;
  object-fit: cover;
}
.s-text--single {
  width: 100%;
}
.s-text--single > *:not(img, .wp-caption, .s-text__gallery) {
  max-width: 30rem;
  margin: 1rem auto;
}
.s-text--xs > * {
  font-size: 0.9rem;
}

.splide__sr {
  display: none !important;
}

.woocommerce {
  width: 100%;
  max-width: 1020px;
  margin: 2rem auto 4rem;
}
.woocommerce * {
  font-size: 13px;
  color: currentColor;
  font-family: "Niramit", sans-serif;
}
.woocommerce form .form-row {
  color: currentColor;
}
.woocommerce form .form-row label {
  line-height: 2em;
  text-transform: uppercase;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 10px;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 100%;
}
.woocommerce form .form-row textarea {
  resize: none;
  padding: 10px;
}
.woocommerce form .form-row.validate-postcode {
  width: 47%;
  float: left;
}
.woocommerce form .form-row.validate-phone {
  width: 47%;
  float: right;
  clear: initial;
}
.woocommerce .select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0.1);
  height: 40px;
}
.woocommerce-checkout.checkout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px 20px;
  grid-template-rows: auto auto auto auto;
}
@media (max-width: 900px) {
  .woocommerce-checkout.checkout {
    display: block;
  }
}
.woocommerce-checkout.checkout > * {
  width: 100%;
  float: initial;
}
.woocommerce #customer_details > * {
  float: initial;
  width: 100%;
}
.woocommerce h3 {
  text-align: left;
  font-size: 1.1em;
  margin: 10px 3px;
  font-weight: 500;
  text-transform: uppercase;
}
.woocommerce .col2-set {
  margin-bottom: 0px;
  width: 100%;
  grid-row: 2/5;
}
.woocommerce #order_review_heading {
  grid-column: 2;
  grid-row: 2;
  height: fit-content;
  text-align: left;
  width: 100%;
}
.woocommerce #order_review {
  width: 100%;
  grid-column: 2;
  grid-row: 3;
  padding-top: 3px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}
.woocommerce table.shop_table {
  font-weight: 500;
  border-radius: 0;
}
.woocommerce table.shop_table strong {
  font-weight: 500;
}
.woocommerce-checkout #payment {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.woocommerce-checkout #payment div.payment_box {
  background-color: #f9f9f9;
}
.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #f9f9f9;
}
.woocommerce button.button.alt {
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 0;
  text-transform: uppercase;
  background-color: #000;
  width: 100%;
  border: 1px solid #000;
  color: #ffffff;
}
@media (min-width: 1120px) {
  .woocommerce button.button.alt:hover {
    background-color: transparent;
    color: #000;
  }
}
.woocommerce ul.order_details {
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.woocommerce ul.order_details li {
  border: none;
  padding: 0;
  margin: 0;
}
.woocommerce address {
  width: 100%;
  background-color: #f3f3f3;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 0;
  border: none;
}
.woocommerce-order h2 {
  color: currentColor;
  font-size: 1.2rem;
  font-family: "Niramit", sans-serif;
  margin: 0;
  margin-bottom: 0.5rem;
}
.woocommerce-order h3 {
  color: currentColor;
  font-size: 1rem;
  font-family: "Niramit", sans-serif;
  margin: 0;
}
.woocommerce-order span {
  color: #f3f3f3;
}
.woocommerce-order a {
  text-decoration: underline;
}
.woocommerce-order .woocommerce-order-details {
  margin-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 2rem;
}
.woocommerce ul.order_details {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1rem;
}
.woocommerce-cart-form__cart-item img {
  max-width: 100px;
}
.woocommerce table.cart img {
  max-width: 100px;
}
.woocommerce table.shop_table thead {
  font-family: "Niramit", sans-serif;
}
.woocommerce table.shop_table thead th {
  font-family: "Niramit", sans-serif;
  font-size: 15px;
}
.woocommerce table.cart td.actions .input-text {
  width: 120px;
}
.woocommerce h1, .woocommerce h2, .woocommerce h3, .woocommerce h4, .woocommerce h5, .woocommerce h6 {
  font-family: "Niramit", sans-serif;
  font-size: 1rem;
}
.woocommerce .cart .button {
  border-radius: 0px;
  font-family: "Niramit", sans-serif;
}
.woocommerce-order {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}
@media (max-width: 900px) {
  .woocommerce-order {
    grid-template-columns: 1fr;
  }
}
.woocommerce-order > *:not(ul, div, section, article) {
  grid-column: 1/3;
}
@media (max-width: 900px) {
  .woocommerce-order > *:not(ul, div, section, article) {
    grid-column: initial;
  }
}
.woocommerce-order > p {
  font-family: "Niramit", sans-serif;
  font-size: 1rem;
}
.woocommerce-order .col2-set .col-1, .woocommerce-order .col2-set .col-2 {
  width: calc(50% - 0.5rem);
}
@media (max-width: 900px) {
  .woocommerce-order .col2-set .col-1, .woocommerce-order .col2-set .col-2 {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.woocommerce-customer-details {
  grid-column: 1/3;
}
@media (max-width: 900px) {
  .woocommerce-customer-details {
    grid-column: initial;
  }
}
.woocommerce .woocommerce-customer-details address {
  border: none;
  background-color: #f3f3f3;
}
.woocommerce ul.order_details {
  border-bottom: none;
  padding-bottom: none;
  margin-bottom: 0;
}
.woocommerce .woocommerce-order-details {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.woocommerce ul.order_details li {
  font-size: 0.8em;
}
.woocommerce-error {
  padding: 1em 2em 1em 3.5em;
}
.woocommerce table tr {
  background-color: transparent;
}
.woocommerce table tr:nth-child(2n+2):not(thead tr) {
  background-color: transparent;
}

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