* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1 {
  display: none;
}

.delighter.fadein.started {
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.delighter.fadeLeft.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeLeft {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeRight.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeRight {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeTop.started {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.delighter.fadeTop {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

html {
  scroll-behavior: smooth;
}

.shopList {
  padding: 30px 0;
}
@media (min-width: 996px) {
  .shopList {
    padding: 30px 0;
  }
}
.shopList__wrapper {
  position: relative;
  border-radius: 10px;
  padding: 0 25px 25px;
  z-index: 10;
  text-align: center;
}
.shopList__wrapper .main-title {
  color: #fff;
}
.shopList__wrapper-content {
  margin: 20px 0;
}
.shopList__wrapper-content .shopList-table {
  color: #fff;
}
.shopList__wrapper-content .shopList-table .shopList-header {
  display: none;
}
.shopList__wrapper-content .shopList-table .shopList-body {
  margin-bottom: 16px;
}
.shopList__wrapper-content .shopList-table .shopList-body:last-child {
  margin-bottom: 0;
}
.shopList__wrapper-content .shopList-table .shopList-body .shopList-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(4, auto);
  overflow: hidden;
  border-radius: 10px;
}
.shopList__wrapper-content .shopList-table .shopList-body .shopList-cell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column: 1/-1;
  font-size: 15px;
  border-bottom: 1px solid #49509b;
}
@media (min-width: 996px) {
  .shopList__wrapper-content .shopList-table .shopList-body .shopList-cell {
    border-bottom: none;
  }
}
.shopList__wrapper-content .shopList-table .shopList-body .shopList-cell:last-child {
  border-bottom: none;
}
.shopList__wrapper-content .shopList-table .shopList-body .shopList-cell:nth-child(1) {
  grid-row: 1;
}
.shopList__wrapper-content .shopList-table .shopList-body .shopList-cell:nth-child(2) {
  grid-row: 2;
}
.shopList__wrapper-content .shopList-table .shopList-body .shopList-cell:nth-child(3) {
  grid-row: 3;
}
.shopList__wrapper-content .shopList-table .shopList-body .shopList-cell:nth-child(4) {
  grid-row: 4;
}
.shopList__wrapper-content .shopList-table .shopList-body .shopList-cell::before {
  content: attr(data-label);
  grid-column: 1;
  font-weight: 700;
  padding: 12px 10px;
  background: linear-gradient(45deg, #8890ee, #49509b);
  color: #fff;
}
.shopList__wrapper-content .shopList-table .shopList-body .shopList-cell .shopList-cell__val {
  grid-column: 2;
  padding: 12px 10px;
  color: #000;
}
.shopList__wrapper-content .shopList-table .shopList-body .shopList-cell .shopList-cell__val a {
  color: #000;
}
.shopList__wrapper-content .shopList-table .shopList-body .shopList-cell .shopList-cell__val a:hover {
  text-decoration: underline;
}
.shopList__wrapper-content .shopList-table .shopList-body .shopList-cell:nth-child(1) .shopList-cell__val {
  font-weight: 500;
}
@media (min-width: 996px) {
  .shopList__wrapper-content .shopList-table {
    display: block;
  }
  .shopList__wrapper-content .shopList-table .shopList-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .shopList__wrapper-content .shopList-table .shopList-row {
    padding: 15px;
    margin: 20px 0;
  }
  .shopList__wrapper-content .shopList-table .shopList-header-cell,
  .shopList__wrapper-content .shopList-table .shopList-cell {
    padding: 0 10px;
    border-bottom: none;
  }
  .shopList__wrapper-content .shopList-table .shopList-header {
    display: block;
    border-radius: 10px;
    background: linear-gradient(45deg, #8890ee, #49509b);
  }
  .shopList__wrapper-content .shopList-table .shopList-header .shopList-row .shopList-header-cell {
    width: 25%;
  }
  .shopList__wrapper-content .shopList-table .shopList-body {
    display: block;
    margin-bottom: 0;
  }
  .shopList__wrapper-content .shopList-table .shopList-body .shopList-cell::before {
    display: none;
  }
  .shopList__wrapper-content .shopList-table .shopList-body .shopList-cell {
    display: block;
  }
  .shopList__wrapper-content .shopList-table .shopList-body .shopList-cell .shopList-cell__val {
    padding: 0;
  }
  .shopList__wrapper-content .shopList-table .shopList-body .shopList-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border: 1px solid #49509b;
  }
  .shopList__wrapper-content .shopList-table .shopList-body .shopList-row::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 10;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-radius: 10px;
    background-image: linear-gradient(45deg, #8890ee, #49509b);
    background-origin: border-box;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
    -webkit-mask-image: linear-gradient(white, white), linear-gradient(white, white);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
            mask-image: linear-gradient(white, white), linear-gradient(white, white);
    -webkit-mask-composite: xor, source-over;
            mask-composite: exclude, add;
    -webkit-mask-clip: padding-box, border-box;
            mask-clip: padding-box, border-box;
    z-index: -1;
  }
  .shopList__wrapper-content .shopList-table .shopList-body .shopList-row:hover {
    background: rgba(136, 144, 238, 0.1529411765);
    border-radius: 10px;
  }
  .shopList__wrapper-content .shopList-table .shopList-body .shopList-row .shopList-cell {
    font-size: 17px;
    width: 25%;
    text-align: left;
  }
  .shopList__wrapper-content .shopList-table .shopList-body .shopList-row .shopList-cell:nth-child(2) {
    position: relative;
  }
  .shopList__wrapper-content .shopList-table .shopList-body .shopList-row .shopList-cell:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -1%;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2470588235);
  }
}/*# sourceMappingURL=shopList.css.map */