/** Shopify CDN: Minification failed

Line 837:2 "padidng" is not a known CSS property
Line 1051:0 All "@import" rules must come first

**/
.customer {
  margin:  0;
}

.customer.collection {
  margin-bottom: 80px
}

@media screen and (min-width: 1280px) {}

@media (max-width: 1279px) and (min-width: 750px) {}

@media screen and (max-width: 749px) {
  .customer {
    margin-bottom: 80px
  }
}

.customer > h1,
.customer__title {
  margin-top: 0;
}

.customer button {
  width: 100%;
  margin-top: 1.5rem;
}

.customer ul {
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0;
  text-align: left;
  margin-bottom: 80px;
  list-style: none;
}

.customer ul a {
  display: inline;
}

.customer strong {
  font-weight: 500;
  color: rgb(var(--color-foreground));
}

.customer h2.form__message {
  font-size: calc(var(--font-heading-scale) * 1.8rem);
}

@media only screen and (min-width: 750px) {
  .customer h2.form__message {
    font-size: calc(var(--font-heading-scale) * 2.2rem);
  }
}

.customer .field + .field {
  margin-top: .5rem;
}

.customer .field label {
  display: none
}

.customer select {
  border: 1px solid;
  margin-bottom: .5rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

/* Customer Table */
.customer table {
  table-layout: auto;
  border-collapse: collapse;
  border-bottom: 0 solid rgba(var(--color-foreground), 0.08);
  box-shadow: none;
  width: 100%;
  position: relative;
}

.customer.collection .grid {
  row-gap: 0;
}

@media screen and (min-width: 750px) {
  .customer table {
    border: none;
  }
}

@media screen and (forced-colors: active) {
  .customer table {
  }
}

.customer tbody {
  color: rgb(var(--color-foreground));
}

.customer th,
.customer td {
  border: none;
  padding: 0;
}

@media screen and (min-width: 750px) {
  .customer td {
  }
}

.customer tbody td {
}

.customer td:empty {
  display: initial;
}

.customer thead th {
  text-transform: uppercase;
}

.customer tbody td:first-of-type {
}

@media screen and (min-width: 750px) {
  .customer th,
  .customer td:first-of-type {
  }

  .customer thead th,
  .customer tbody td {
  }

  .customer th:first-of-type,
  .customer td:first-of-type {
  }

  .customer tbody td {
    vertical-align: top;
  }

  .customer tbody td:first-of-type {
  }
}

.customer tbody td:last-of-type {
}

@media screen and (min-width: 750px) {
  .customer tbody td:last-of-type {
  }
}

.customer tbody tr {
}

@media screen and (min-width: 750px) {
  .customer tbody tr:first-of-type {
  }
}

@media screen and (forced-colors: active) {
  .customer tbody tr {
    border-top: 0.1rem solid transparent;
  }
}

.customer tfoot td:first-of-type,
.customer tfoot td {
}

.customer tfoot td:first-of-type {
  text-align: left;
}

.customer tfoot tr:first-of-type td {
}

@media screen and (min-width: 750px) {
  .customer tfoot tr:first-of-type td,
  .customer tfoot tr:first-of-type th {
  }
}

.customer tfoot tr:last-of-type td {
}

@media screen and (min-width: 750px) {
  .customer tfoot tr:last-of-type td,
  .customer tfoot tr:last-of-type th {
  }
}

/* works around colspan phantom border issues */
.customer thead::after,
.customer tfoot::before {
  content: ' ';
  height: 0.1rem;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  background: rgba(var(--color-foreground), 0.08);
}

@media screen and (forced-colors: active) {
  .customer thead::after,
  .customer tfoot::before {
    background: CanvasText;
  }
}

/* mobile table overrides */
@media screen and (max-width: 749px) {
  .customer thead,
  .customer th,
  .customer tfoot td:first-of-type {
    display: none;
  }

  .customer tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
}

/* Pagination */
.customer .pagination {
  margin-top: 5rem;
  margin-bottom: 7rem;
}

@media screen and (min-width: 990px) {
  .customer .pagination {
    margin-top: 7rem;
    margin-bottom: 10rem;
  }
}

.customer .pagination ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.customer .pagination li {
  flex: 1 1;
  max-width: 4rem;
}

.customer .pagination li:not(:last-child) {
  margin-right: 1rem;
}

.customer .pagination li :first-child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 4rem;
  width: 100%;
  padding: 0;
  text-decoration: none;
}

.customer .pagination li :first-child svg {
  height: 0.6rem;
}

.customer .pagination li:first-of-type svg {
  margin-left: -0.2rem;
  transform: rotate(90deg);
}

.customer .pagination li:last-of-type svg {
  margin-right: -0.2rem;
  transform: rotate(-90deg);
}

.customer .pagination li [aria-current]::after {
  content: '';
  display: block;
  width: 2rem;
  height: 0.01rem;
  position: absolute;
  bottom: 0.08rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: currentColor;
}

/* Login */
.login {
  padding: 1.5rem 2rem;
}

.login a {
  display: block;
  width: fit-content;
}

.login a[href='#recover'] {
  margin-left: 0;
  margin-right: 0;
}

.login .field + a {
  margin-top: .5rem;
}

.login p {
  margin: 0;
}

.login h3 {
  margin-top: 1.5rem;
  text-align: left;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

.login button {
  margin-top: .5rem;
}

.login .field__input::placeholder,
.login .field input::placeholder {
  color: #D7D7D7;
  text-align: center;
}

.login__account {
  display: flex;
  justify-content: space-between
}

#customer_login_guest button {
  margin-top: 0;
}

#recover,
#recover + div {
  display: none;
}

#recover:target {
  display: block;
}

#recover:target + div {
  display: block;
}

#recover:target ~ #login,
#recover:target ~ #login + div {
  display: none;
}

#recover,
#login {
  scroll-margin-top: 20rem;
}

#recover {
  margin-bottom: 0;
}

.activate button[name='decline'],
.addresses li > button,
.addresses form button[type] {
  background-color: rgba(var(--color-background), var(--alpha-button-background));
  color: rgb(var(--color-link));
}

@media only screen and (min-width: 750px) {
  .login .page__inner > * {
    min-height: calc(100vh - 80px);
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 2rem!important;
  }
  
  .activate button[name='decline'] {
    margin-top: inherit;
    margin-left: 1rem;
  }
}

:is(.account, .order) p {
  margin: 0;
  font-size: 12px;
}

/* account */
.account__wrap {
  display: grid;
}

.account__wrap > div {}

.account__user_info > div {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: start;
}

.account__user_info > div a {
  text-align: right;
  text-decoration: none
}

.account__user_info .btn-edit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 20px;
}

.account__user_info .btn-edit svg {
  height: 10px;
  width: auto
}

.account__user_info.history > div {
  display: flex;
  justify-content: space-between
}

.account__order_history table tr {
  display: grid;
  margin-bottom: 3rem
}

.account__order_history .row__order-number {
  background: #000;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
}

.account__order_history .row__order-number a {
  color: #fff;
}

.account__order_history .row__product {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: .5rem;
  padding: 2rem 0;
}

.account__order_history .row__product + .row__product {
  border-top: 1px solid #000
}

.account__order_history .row__product div {
  max-height: 140px;
}

.account__order_history .row__product img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.account__order_history .order_status {
  display: grid;
  grid-template-columns: 1fr 2fr
}

.account__order_history .order_status > div {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  
  grid-column: 2/3
}

.account__addresses li {
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.account__addresses li::marker {
  list-style: none
}

.account__addresses .address__text {
  flex: 3;
}

.account__addresses .address__btn {
  display: none;
  justify-content: flex-end;
  gap: 1rem;
}

.account__addresses .btn-edit {
  position: absolute;
  right: 1.5rem
}

@media only screen and (min-width: 750px) {
  .page__inner.account {
    min-height: calc(100vh - 80px);
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 0
  }
}

@media only screen and (max-width: 749px) {
  .account__order_history table tr {
    justify-content: unset;
  }
}

/* order */
.order .fulfillment a {
  margin: 0.7rem 0;
}

.order .fulfillment span {
  display: block;
}

.order .block {
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.order .product-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 2rem 0;
  gap: .5rem;
}

.order .product-item + .product-item {
  border-top: 1px solid
}

.order .product-item a {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.order .cart-discount {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 750px) {
  .order td .cart-discount {
    display: none;
  }
}

.order tbody ul {
  list-style: none;
  font-size: 1.2rem;
  text-align: right;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 0;
}

@media screen and (min-width: 750px) {
  .order tbody ul {
    text-align: left;
  }
}

.order table a {
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.order tbody tr:first-of-type td:first-of-type > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (min-width: 750px) {
  .order tbody tr:first-of-type td:first-of-type > div {
    align-items: flex-start;
  }
}

.order .properties {
  font-size: 1.4rem;
  margin-top: 1rem;
}

.order .properties span {
  display: block;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.order svg {
  width: 1.1rem;
  color: rgb(var(--color-foreground));
  margin-right: 0.5rem;
}

.order dl {
  margin: 0;
}

.order dd {
  margin-left: 0;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.order dd s {
  color: rgba(var(--color-foreground), 0.7);
}

.order .unit-price {
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  margin-top: 0.2rem;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.7);
}

.order .info {
  margin-bottom: 6rem
}

.order .info > div:not(.block) {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: .5rem;
}

.order .info > p {
  border-bottom: 1px solid #000;
  margin-bottom: .5rem;
  padding-bottom: .5rem
}

.order .info__product a {
  max-height: 140px;
}

.order .info__product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.order .info__num {
  background: #000;
  color: #fff;
  padding: 0 1.5rem;
}

.order .status-editBtn a {
  color: #fff;
  background: #000;
  padding: 0 .5rem;
  display: inline-block;
}

/* Addresses */
.addresses li > button + button,
.addresses form button + button {
  margin-top: 0rem;
}

@media screen and (min-width: 750px) {
  .addresses li > button:first-of-type {
    margin-top: 3rem;
  }
}

.addresses .form__addresses {
  margin-top: 1rem;
}

.addresses .form__addresses.new {
  position: absolute;
  left: 0;
  background: #fff;
  z-index: 10;
}

.addresses form button:first-of-type {
  margin-right: 1rem;
}

.addresses form {
  display: flex;
  flex-flow: row wrap;
}

.addresses form > div {
  width: 100%;
  text-align: left;
}

.addresses .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative
}

.addresses ul {
  list-style: none;
  padding-left: 0;
}

.addresses .list__default {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: .5rem
}

.addresses li + li {
  border-top: 1px solid #000
}

li[data-address] {
  padding: 2rem 0;
}

li[data-address] > div:last-child {
  margin-top: .5rem
}

.addresses [aria-expanded='false'] ~ div[id] {
  display: none;
}

.addresses [aria-expanded='true'] ~ div[id] {
  display: block;
}

.addresses h2 {
  text-align: left;
}

li[data-address] > h2 {
  text-align: center;
  font-size: calc(var(--font-heading-scale) * 1.8rem);
  margin-bottom: 0;
}

@media only screen and (min-width: 750px) {
  li[data-address] > h2 {
    font-size: calc(var(--font-heading-scale) * 2.2rem);
  }
}

.addresses ul p {
  margin-bottom: 0;
}

.addresses input[type='checkbox'] {
  margin-top: 2rem;
  margin-left: 0;
}

.addresses form > div:nth-of-type(8) {
  margin-top: 1.5rem;
}

.addresses form .field input {
  text-align: left;
  padding-left: 2rem
}

@media only screen and (max-width: 749px) {
  .addresses button {
    margin-top: 0;
  }
}

.addresses__country {
  margin-top: 1.5rem;
}

.addresses__updatebtn {
  margin-top: 1.5rem;
  display: grid;
  gap: .5rem
}

.addresses__addbtn {
  background:transparent!important;
  color: #000!important;
  justify-content: flex-end!important;
  white-space: nowrap;
  margin-top: 0!important
  
}

.addresses__addbtn svg {
  width: 10px;
  height: 10px;
  margin-left: .5rem
}

/* archive */
.archive__list,
.archive__list video {
  width: 100%
}

/* FAQ */
.faq__accordion {
  cursor: pointer;
  border: none;
  text-align: left;
  width: 100%;
  outline: none;
  transition: 0.3s;
  background: unset;
  color: inherit;
  display: initial;
  padidng: 0;
  position: relative;
}

.faq__accordion:after,
.faq__accordion:before {
  content:'';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin: 7px 10px;
  width: 1px;
  height: 8px;
  background: #000;
  
  border-width: 0px;
  transition: .3s;
}

.faq__accordion:after {
  transform: rotate(90deg);
}

.faq__accordion.active:before {
  transform: rotate(90deg);
}

.panel {
  display: none;
  overflow: hidden;
}


/* custom style */
.page__inner > * {
  padding: 1.5rem 2rem calc(1.5rem + 50px);
}

.page__inner.account > * {
  padding: 1rem 2rem
}

.page__inner.notice > * {
  padding: 0;
}

.page__inner .head {
  border-bottom: 1px solid;
}

.page__title .title {
  display: flex;
  align-items: center;
  margin: 0;
}

.page__tabs-bottom {
  position: fixed;
  bottom: 50px;
  left: 0;
  right: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  display: flex;
  align-items: center;
  gap: .35rem;
  z-index: 1;
  padding: 0 2rem;
  background: #fff;
  min-height: 30px;
  color: rgba(0,0,0,.6);
}

.page__tabs-bottom svg {
  height: 8px
}

.page__tabs-bottom .depth1 {
  display: flex;
  gap: 2rem;
  line-height: 30px
}

.page__tabs-bottom .depth1.thumb {
  gap: 1rem
}

.page__tabs-bottom .depth1.thumb li {
  flex-basis: 70px;
  text-align: center;
}

.page__tabs-bottom .depth1.thumb li img {
  width: 100%;
  border: 1px solid rgba(0,0,0,.2)
}

@media only screen and (max-width: 749px) {
  .page__tabs-bottom .depth1 {
    overflow: scroll;
  }
  .page__tabs-bottom .depth1.thumb li {
    min-width: 50px;
  }
}

.title__fixed {
  position: fixed;
  bottom: 50px;
  left: 0;
  right: 0;
  padding: 0 2rem;
  margin: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  height: 31px;
  display: flex;
  align-items: center;
  background: #fff;
  font-size: var(--font-body-size);
}

@media only screen and (min-width: 990px) {
  .page__inner.width-narrow {
    max-width: 33.333vw;
    margin: 0 auto 80px
  }
}

@media (min-width: 750px) and (max-width: 989px) {
  .page__inner.width-narrow {
    max-width: 50vw;
    margin: 0 auto
  }
}

@media only screen and (min-width: 750px) {
  .page__inner:not(.column3, .account) > * {
    padding: 2rem 2rem calc(1.5rem + 30px);
  }
  
  .page__inner.column2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  
  .page__inner.column3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  
}

@media only screen and (max-width: 749px) {
  .page__inner {
    gap: 3rem 0
  }

  .page__inner > * {
    padding: 1.5rem 2rem 0;
  }

  .page__title {
    margin-bottom: 3rem
  }
}

.register .page__inner > *,
.login .page__inner > * {
  padding: 8.5rem 2rem calc(1.5rem + 30px)
}

/* Button */
button.btn__small,
.btn__small {
  border-radius: 0;
  background: rgba(200,200,200,.5)!important;
  padding: 0 .5rem!important;
  width: fit-content !important;
  border: none;
}

button.btn__small:hover,
.btn__small:hover {
  border: none;
}

/* swiper */
.swiper-button-next:empty, 
.swiper-button-prev:empty {
  display: flex!important
}


.swiper-button-next, 
.swiper-button-prev {
  color: #000!important;
  font-size: 0!important;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
  font-size: 10px!important;
}

@media only screen and (min-width: 750px) {
  .swiper-button-next, 
  .swiper-button-prev {
    top: 50%!important;
  }
}


@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");

/* Sub page */
.page__content-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 80px);
}

.page__content-link div {
  display: grid;
  gap: 1rem;
}

.page__content-link .contact-info div {
  display: flex;
  gap: 3rem
}

.page__customer-service {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 4rem - 80px);
  gap: 3rem;
  word-break: keep-all
}

.page__customer-service > div {
  width: 100%
}

.page__customer-service button {
  padding: 0!important;
  margin-top: 0!important;
  margin-bottom: 1rem
}

.page__customer-service .headTxt {
  margin-bottom: .5rem;
  margin-top: .5rem;
}

@media only screen and (max-width: 749px) {
  .page__content-link {
    align-items: flex-start;
    justify-content: unset;
  }

  .page__content-link > div {
    gap: 0;
    width: 100%
  }

  .page__content-link > div > div {
    padding: 1.5rem 0rem;
  }
  
  .page__content-link .contact-info + .contact-info {
    border-top: 1px solid #000
  }
  
  .page__customer-service {
    min-height: unset;
    align-items: flex-start;
    justify-content: unset;
  }
}


/* style page */
.style-grid div:empty {
  display: unset!important
}

.style-product-wrapper .product-item {
  display: grid;
  gap: 3rem;
  margin-top: 6rem;
  font-size: 10px;
}

.style-product-wrapper .product-item a {
  text-decoration: unset;
  display: flex;
  gap: 1rem;
  line-height: 1.2;
  color: #000;
}

.style-product-wrapper .product-item img {
  border: 1px solid rgba(0,0,0,.2);
  width: 105px;
}

.style-product-wrapper .swiper-button-next, 
.style-product-wrapper .swiper-button-prev {
  color: #000;
  font-size: 0;
}

.style-product-wrapper .swiper-button-next:after, 
.style-product-wrapper .swiper-button-prev:after {
  font-size: 14px;
}

@media only screen and (min-width: 750px) {
  .style-product-wrapper .swiper-button-next, 
  .style-product-wrapper .swiper-button-prev {
    top: 42%!important;
  }
}

.style-product-detail {
  display: grid;
}

.style-product {
  height: calc(100dvh - 50px)
}

.style-product img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.swiper-slide {
  width: 100% !important;
}
.style-product-items .swiper-slide {
  display: grid;
  width: 100%!important;
}

.style-product-items .card__media>div {
  display: unset;
}

.style-product-items .card__media a {
  display: block;
  height: calc(100dvh - 50px);
}

.style-product-items .card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

@media screen and (min-width: 1200px) {
  .style-product-detail,
  .style-product-items .swiper-slide {
    grid-template-columns: 2fr 1fr
  }

  .style-product-detail .swiper,
  .style-product-items .card__media {
    width: 50%;
    margin-left: 50%;
  }
  
  .style-product-wrapper:not(.style-product-detail) .swiper-button-next, 
  .style-product-wrapper:not(.style-product-detail) .swiper-rtl .swiper-button-prev {
    right: 36%;
  }
  
  .style-product-wrapper:not(.style-product-detail) .swiper-button-prev, 
  .style-product-wrapper:not(.style-product-detail) .swiper-rtl .swiper-button-next {
    left: 36%;
  }
}

@media (min-width: 750px) and (max-width: 1199px) {
  .style-product-detail,
  .style-product-items .swiper-slide {
    grid-template-columns: 5fr 1fr
  }

  .style-product-detail .swiper,
  .style-product-items .card__media {
    width: 80%;
    margin-left: 20%
  }

  .style-product-wrapper .swiper-button-next, 
  .style-product-wrapper .swiper-rtl .swiper-button-prev {
    right: 26%;
  }
  
  .style-product-wrapper .swiper-button-prev, 
  .style-product-wrapper .swiper-rtl .swiper-button-next {
    left: 26%;
  }
  
}

@media screen and (min-width: 750px) {  
  .style-product-wrapper .related {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 749px) {
  .style-grid-ul .card__media .full-unstyled-link {
    width: unset;
  }
  
  .style-product-wrapper .product-item {
    gap: 2rem 1rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem
  }

  .style-product-wrapper .related {
    margin-bottom: 6rem;
    padding: 2rem;
  }

  .style-product-wrapper .swiper-button-next, 
  .style-product-wrapper .swiper-button-prev {
    top: calc(50vh - 50px);
  }

  .style-product-items .card__media > div {
    height: 100dvh
  }
  
  .style-product-items .card__media img {
    padding: 6rem 0;
  }


}

/* products page */
.prd-grid-ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid;
  border-right: 1px solid;
  border-left: 1px solid;
}

.prd-grid-ul li {
  box-sizing: border-box;
  position: relative;  
  border-bottom: 1px solid #000;
  /* height: fit-content; */
}

.prd-grid-ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.prd-grid-ul .swiper-slide {
  height: auto!important;
}

.prd-grid-ul .swiper-button-next:after, 
.prd-grid-ul .swiper-button-prev:after {
  font-size: 8px!important;
}

.prd-grid-ul .swiper-button-prev, 
.prd-grid-ul .swiper-rtl .swiper-button-next {
  left: 0!important;
}

.prd-grid-ul .swiper-button-next, 
.prd-grid-ul .swiper-rtl .swiper-button-prev {
  right: 0!important;
}

.prd-grid-ul .style-title {
  padding-bottom: 4px;
  padding-left: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  font-weight: 400;
}

.prd-grid-ul .style-title.right {
  right: 8px;
  color: rgba(0,0,0,.5);
}

.prd-grid-ul .card-product__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  padding: 8px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  font-weight: 400;
}

.prd-grid-ul .card-product__foot * {
  font-size: 12px!important;
  line-height: 1;
}

.prd-grid-ul .card-product__foot .price {
  color: rgba(0,0,0,.5)
}

.prd-grid-ul wishlist-button-collection .wk-button, 
.prd-grid-ul wishlist-button-collection .wk-button:hover {
  width: 10px;
  height: fit-content!important;
  min-width: unset;
  min-height: unset;
  /* padding: 10px; */
}

.prd-grid-ul wishlist-button-collection .wk-icon svg {
  width: 11px!important;
  height: 15px!important;
}

.prd-grid-ul wishlist-button-collection .wk-floating {
  z-index: 1;
}

@media only screen and (max-width: 749px) {
  .prd-grid-ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .prd-grid-ul li:not(:nth-child(2n)) {
    border-right: 1px solid #000;
  }

}

@media only screen and (min-width: 750px) {
  .prd-grid-ul li:not(:nth-child(4n)) {
    border-right: 1px solid #000;
  }
}
