/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/assets/sections/components/list-activity/index.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
:root {
  --relx-blue: #0d6efd;
  --relx-indigo: #6610f2;
  --relx-purple: #6f42c1;
  --relx-pink: #d63384;
  --relx-red: #ea0029;
  --relx-orange: #fd7e14;
  --relx-yellow: #8fcfb3;
  --relx-green: #00af98;
  --relx-teal: #20c997;
  --relx-cyan: #0dcaf0;
  --relx-white: #fff;
  --relx-gray: #e1e1e1;
  --relx-gray-dark: #343a40;
  --relx-gray-100: #fafafa;
  --relx-gray-200: #f7f7f7;
  --relx-gray-300: #ececec;
  --relx-gray-400: #ced4da;
  --relx-gray-500: #7c7c7c;
  --relx-gray-600: #e1e1e1;
  --relx-gray-700: #4b4b4b;
  --relx-gray-800: #343a40;
  --relx-gray-900: #4b4b4b;
  --relx-primary: #ec6332;
  --relx-secondary: #f0c756;
  --relx-success: #00af98;
  --relx-info: #0dcaf0;
  --relx-warning: #8fcfb3;
  --relx-danger: #ea0029;
  --relx-light: #fafafa;
  --relx-dark: #4b4b4b;
  --relx-thirdary: #fcf4dd;
  --relx-fblack: #2f2f2f;
  --relx-world: #383838;
  --relx-world-orange: #ec6332;
  --relx-light-black: #262626;
  --relx-blue: #0d6efd;
  --relx-primary-rgb: 236, 99, 50;
  --relx-secondary-rgb: 240, 199, 86;
  --relx-success-rgb: 0, 175, 152;
  --relx-info-rgb: 13, 202, 240;
  --relx-warning-rgb: 143, 207, 179;
  --relx-danger-rgb: 234, 0, 41;
  --relx-light-rgb: 250, 250, 250;
  --relx-dark-rgb: 75, 75, 75;
  --relx-thirdary-rgb: 252, 244, 221;
  --relx-fblack-rgb: 47, 47, 47;
  --relx-world-rgb: 56, 56, 56;
  --relx-world-orange-rgb: 236, 99, 50;
  --relx-light-black-rgb: 38, 38, 38;
  --relx-blue-rgb: 13, 110, 253;
  --relx-white-rgb: 255, 255, 255;
  --relx-black-rgb: 0, 0, 0;
  --relx-body-color-rgb: 0, 0, 0;
  --relx-body-bg-rgb: 255, 255, 255;
  --relx-font-sans-serif: Sofia Pro, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --relx-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --relx-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --relx-body-font-family: var(--relx-font-sans-serif);
  --relx-body-font-size: 1rem;
  --relx-body-font-weight: 400;
  --relx-body-line-height: 1.4;
  --relx-body-color: #000;
  --relx-body-bg: #fff;
  --relx-border-width: 1px;
  --relx-border-style: solid;
  --relx-border-color: #ececec;
  --relx-border-color-translucent: rgba(0, 0, 0, 0.175);
  --relx-border-radius: 1rem;
  --relx-border-radius-sm: 0.5rem;
  --relx-border-radius-lg: 2rem;
  --relx-border-radius-xl: 1rem;
  --relx-border-radius-2xl: 2rem;
  --relx-border-radius-pill: 50rem;
  --relx-link-color: #626262;
  --relx-link-hover-color: #ec6332;
  --relx-code-color: #d63384;
  --relx-highlight-bg: #fcf8e3;
}

@media (max-width: 500px) {
  .list-activity .container a .title {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 96%;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: none;
  }
  .list-activity .container .right-arrow {
    text-align: center;
  }
}
.list-activity {
  display: block;
  background-color: #ec6332;
}
.list-activity .container {
  padding-top: 8px;
  padding-bottom: 8px;
}
.list-activity .container a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  cursor: text;
  text-decoration: none;
}
.list-activity .container a .title {
  white-space: nowrap;
  overflow: hidden;
  max-width: 82.3%;
  text-overflow: ellipsis;
}
.list-activity .container a .right-arrow {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list-activity .container a:hover {
  color: #fff;
}
.list-activity .container a.link:hover {
  cursor: pointer;
}
.list-activity .container a.link:hover .title {
  text-decoration: underline;
}
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/assets/sections/components/multi-column/index.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.multi-column {
  display: block;
  margin-top: 8px;
}
.multi-column .container {
  padding-left: 25px;
  padding-right: 25px;
}
.multi-column .container .row {
  background-color: #fff;
  border-radius: 20px;
}
.multi-column .container .row.justify-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.multi-column .container.section-container {
  padding-left: 28px;
  padding-right: 28px;
}
.multi-column .column {
  padding-top: 28px;
  padding-bottom: 28px;
  position: relative;
}
.multi-column .column.single-column {
  width: 50%;
}
.multi-column .column::after {
  content: "";
  display: block;
  width: 1px;
  height: 62px;
  position: absolute;
  right: 0px;
  top: 32px;
  background-color: rgb(233, 233, 233);
}
.multi-column .column:last-child::after {
  display: none;
}
.multi-column .column .content {
  padding-left: 7.82%;
  padding-right: 7.82%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.multi-column .column .content .icon {
  width: 15%;
  text-align: center;
}
.multi-column .column .content .icon img {
  width: 100%;
  max-width: 62px;
}
.multi-column .column .content .text {
  width: 80.13%;
  font-size: 21px;
  color: #000;
  font-weight: 600;
}
.multi-column .column .content .text p {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .multi-column {
    margin-top: 0px;
  }
  .multi-column .container.section-container {
    padding-right: var(--relx-gutter-x, 1rem);
    padding-left: var(--relx-gutter-x, 1rem);
  }
  .multi-column .container .row {
    margin-left: 0;
    margin-right: 0;
    border-radius: 25px;
  }
  .multi-column .container .row.justify-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .multi-column .container .content .icon {
    width: 10%;
  }
  .multi-column .container .content .text {
    width: 86.13%;
    font-size: 16px;
  }
  .multi-column .column {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .multi-column .column.single-column {
    width: 100%;
  }
  .multi-column .column::after {
    width: 89%;
    height: 1px;
    bottom: 0;
    left: 50%;
    top: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .multi-column .column .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .multi-column .column .content .text {
    font-size: 14px;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/assets/sections/components/list-collections/index.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
:root {
  --relx-blue: #0d6efd;
  --relx-indigo: #6610f2;
  --relx-purple: #6f42c1;
  --relx-pink: #d63384;
  --relx-red: #ea0029;
  --relx-orange: #fd7e14;
  --relx-yellow: #8fcfb3;
  --relx-green: #00af98;
  --relx-teal: #20c997;
  --relx-cyan: #0dcaf0;
  --relx-white: #fff;
  --relx-gray: #e1e1e1;
  --relx-gray-dark: #343a40;
  --relx-gray-100: #fafafa;
  --relx-gray-200: #f7f7f7;
  --relx-gray-300: #ececec;
  --relx-gray-400: #ced4da;
  --relx-gray-500: #7c7c7c;
  --relx-gray-600: #e1e1e1;
  --relx-gray-700: #4b4b4b;
  --relx-gray-800: #343a40;
  --relx-gray-900: #4b4b4b;
  --relx-primary: #ec6332;
  --relx-secondary: #f0c756;
  --relx-success: #00af98;
  --relx-info: #0dcaf0;
  --relx-warning: #8fcfb3;
  --relx-danger: #ea0029;
  --relx-light: #fafafa;
  --relx-dark: #4b4b4b;
  --relx-thirdary: #fcf4dd;
  --relx-fblack: #2f2f2f;
  --relx-world: #383838;
  --relx-world-orange: #ec6332;
  --relx-light-black: #262626;
  --relx-blue: #0d6efd;
  --relx-primary-rgb: 236, 99, 50;
  --relx-secondary-rgb: 240, 199, 86;
  --relx-success-rgb: 0, 175, 152;
  --relx-info-rgb: 13, 202, 240;
  --relx-warning-rgb: 143, 207, 179;
  --relx-danger-rgb: 234, 0, 41;
  --relx-light-rgb: 250, 250, 250;
  --relx-dark-rgb: 75, 75, 75;
  --relx-thirdary-rgb: 252, 244, 221;
  --relx-fblack-rgb: 47, 47, 47;
  --relx-world-rgb: 56, 56, 56;
  --relx-world-orange-rgb: 236, 99, 50;
  --relx-light-black-rgb: 38, 38, 38;
  --relx-blue-rgb: 13, 110, 253;
  --relx-white-rgb: 255, 255, 255;
  --relx-black-rgb: 0, 0, 0;
  --relx-body-color-rgb: 0, 0, 0;
  --relx-body-bg-rgb: 255, 255, 255;
  --relx-font-sans-serif: Sofia Pro, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --relx-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --relx-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --relx-body-font-family: var(--relx-font-sans-serif);
  --relx-body-font-size: 1rem;
  --relx-body-font-weight: 400;
  --relx-body-line-height: 1.4;
  --relx-body-color: #000;
  --relx-body-bg: #fff;
  --relx-border-width: 1px;
  --relx-border-style: solid;
  --relx-border-color: #ececec;
  --relx-border-color-translucent: rgba(0, 0, 0, 0.175);
  --relx-border-radius: 1rem;
  --relx-border-radius-sm: 0.5rem;
  --relx-border-radius-lg: 2rem;
  --relx-border-radius-xl: 1rem;
  --relx-border-radius-2xl: 2rem;
  --relx-border-radius-pill: 50rem;
  --relx-link-color: #626262;
  --relx-link-hover-color: #ec6332;
  --relx-code-color: #d63384;
  --relx-highlight-bg: #fcf8e3;
}

.col-xs-1-8,
.col-sm-1-8,
.col-md-1-8,
.col-lg-1-8 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.col-xs-1-8 {
  width: 12.5%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-8 {
    width: 12.5%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-8 {
    width: 12.5%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-8 {
    width: 12.5%;
    float: left;
  }
}
@media (max-width: 500px) {
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  #list-collections .product-card-img .one-img {
    opacity: 1;
  }
  #list-collections .product-card-img:hover .one-img {
    opacity: 1;
  }
  #list-collections .product-card-img:hover .two-img {
    display: none;
  }
  #list-collections .product {
    margin-bottom: 18px;
  }
  #list-collections .product-tags-new {
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 600;
  }
  #list-collections .product-tags-new:first-child {
    margin-left: 0;
  }
  #list-collections .product-tags-checkout {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    border-radius: 5px;
    margin-left: 5px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #list-collections .product-tags-checkout::before, #list-collections .product-tags-checkout::before {
    width: 6px;
    height: 6px;
  }
  #list-collections .product-tags-checkout:first-child {
    margin-left: 0px;
  }
  #list-collections .product-card-title {
    font-size: 14px;
    margin-bottom: 0px;
  }
  #list-collections .product-price-discard {
    font-size: 12px;
  }
  #list-collections .product-card-btn {
    margin-right: 2px;
  }
  #list-collections .product-card {
    padding: 10px;
  }
  #list-collections .product-card .product-card-bottom,
  #list-collections .product-card .product-card-tags {
    margin-top: 5px;
  }
  #list-collections .product-card-img:hover .second-img {
    opacity: 0;
  }
  #list-collections .collections-name {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
  }
  #list-collections .product-title {
    font-size: 24px;
  }
  #list-collections .product-block {
    margin-top: 6px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  #list-collections .product-desc-toggle a {
    font-size: 14px;
  }
  #list-collections .product-tags-soldout {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
  }
  #list-collections .proudct-price-origin {
    font-size: 16px;
  }
  #list-collections .product-price {
    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;
  }
  #list-collections .product-icon {
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 36px;
    height: 36px;
  }
  #list-collections .product-icon svg {
    margin-left: -3px;
    width: 18px;
    height: 18px;
  }
  #list-collections .product-list {
    padding-top: 0px;
  }
  #list-collections .collection-tag + .product-list {
    padding-top: 16px;
  }
  #list-collections .product-desc-toggle {
    margin-top: 2px;
  }
  #list-collections .proudct-price-origin {
    margin-right: 0;
  }
  #list-collections .scroll-container::-webkit-scrollbar {
    display: none;
  }
  #list-collections .collections-image {
    height: 48px;
  }
  #list-collections .collections-image img {
    max-height: 48px;
  }
  .list-collections .product-list div.product-desc {
    width: 100%;
    margin-top: 2px;
    font-size: 12px;
    line-height: 18px;
  }
  .list-collections .product-list div.product-desc p {
    margin-bottom: 0px;
  }
}
.list-collections {
  display: block;
}
.list-collections .collection-tag {
  width: 100%;
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.list-collections .collection-tag .container .scroll-container {
  overflow-x: auto;
  overflow-y: hidden;
}
.list-collections .collection-tag .container .scroll-container .column.active {
  position: relative;
}
.list-collections .collection-tag .container .scroll-container .column.active::before {
  content: "";
  display: block;
  position: absolute;
  width: 81.4%;
  height: 2px;
  background-color: #ec6332;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.list-collections .collection-tag .container .scroll-container .column.active:first-child::before {
  left: 53%;
}
.list-collections .collection-tag .container .scroll-container .column.active .collections-name {
  color: #ec6332;
}
.list-collections .collection-tag .container .scroll-container .row {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.list-collections .collection-tag .container .scroll-container .row .product-block {
  margin-bottom: 32px;
}
.list-collections .collection-tag .container .scroll-container .row .column {
  position: relative;
}
.list-collections .collection-tag .container .scroll-container .row .column::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  background-color: rgb(233, 233, 233);
  right: 0;
  top: 40px;
}
.list-collections .collection-tag .container .scroll-container .row .column:last-child::after {
  display: none;
}
.list-collections .collection-tag .container .scroll-container .row .collections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  cursor: pointer;
}
.list-collections .collection-tag .container .scroll-container .row .collections .collections-image {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 64px;
}
.list-collections .collection-tag .container .scroll-container .row .collections .collections-image img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 64px;
}
.list-collections .collection-tag .container .scroll-container .row .collections .collections-name {
  width: 100%;
  font-size: 14px;
  color: black;
  line-height: 24px;
  text-align: center;
  vertical-align: bottom;
  margin-top: 5px;
  line-height: 110%;
}
.list-collections .collection-tag .container .scroll-container .row .collections .collections-name:hover {
  color: #ec6332;
}
.list-collections .collection-tag .container .scroll-container .row .collections .collections-name:active {
  color: #ec6332;
}
.list-collections .product-list {
  background-color: rgb(249, 249, 249);
  padding-top: 25px;
  display: none;
}
.list-collections .product-list.active {
  display: block;
}
.list-collections .product-list .product {
  margin-bottom: 35px;
}
.list-collections .product-list .product:last-child {
  margin-bottom: 0px;
}
.list-collections .product-list .product h1 {
  margin-bottom: 0;
}
.list-collections .product-list .product-title {
  font-size: 46px;
}
.list-collections .product-list .product-desc {
  margin-top: 24px;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  width: 75%;
}
.list-collections .product-list .product-desc p {
  margin-bottom: 0;
}
.list-collections .product-list .product-desc-toggle {
  margin-top: 8px;
}
.list-collections .product-list .product-desc-toggle a {
  font-size: 17px;
  color: #ec6332;
  cursor: pointer;
  text-decoration: none;
}
.list-collections .product-list .product-desc-toggle .icon-up {
  display: inline-block;
  vertical-align: bottom;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.list-collections .product-list .product-block.row {
  margin-top: 24px;
}
.list-collections .product-list .product-block.row .product-block {
  margin-bottom: 24px;
}
.list-collections .product-list .product-block.row .product-card {
  display: block;
  background-color: #fff;
  border-radius: 24px;
  padding: 24px;
  border: 1px solid #e9e9e9;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  text-decoration: none;
  padding-top: 10px;
}
.list-collections .product-list .product-block.row .product-card .product-card-img {
  position: relative;
  display: block;
}
.list-collections .product-list .product-block.row .product-card .product-card-img .second-img {
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.list-collections .product-list .product-block.row .product-card .product-card-img .one-img {
  opacity: 1;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.list-collections .product-list .product-block.row .product-card .product-card-img:hover .second-img {
  height: auto;
  opacity: 1;
}
.list-collections .product-list .product-block.row .product-card .product-card-img:hover .one-img {
  opacity: 0;
  height: 0;
}
.list-collections .product-list .product-block.row .product-card .product-card-img figure {
  margin: 0;
}
.list-collections .product-list .product-block.row .product-card .product-card-img::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-bottom: 100%;
}
.list-collections .product-list .product-block.row .product-card .product-card-img .card-img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.list-collections .product-list .product-block.row .product-card .product-card-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.list-collections .product-list .product-block.row .product-card .product-card-tags .product-tags-soldout,
.list-collections .product-list .product-block.row .product-card .product-card-tags .product-tags-checkout,
.list-collections .product-list .product-block.row .product-card .product-card-tags .product-tags-new,
.list-collections .product-list .product-block.row .product-card .product-card-tags .product-tags-hot {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgb(255, 246, 237);
  border-radius: 8px;
  font-size: 16px;
  color: rgb(255, 163, 84);
  margin-left: 10px;
  font-weight: 600;
}
.list-collections .product-list .product-block.row .product-card .product-card-tags .product-tags-soldout:first-child,
.list-collections .product-list .product-block.row .product-card .product-card-tags .product-tags-checkout:first-child,
.list-collections .product-list .product-block.row .product-card .product-card-tags .product-tags-new:first-child,
.list-collections .product-list .product-block.row .product-card .product-card-tags .product-tags-hot:first-child {
  margin-left: 0;
}
.list-collections .product-list .product-block.row .product-card .product-card-tags .product-tags-new {
  background-color: rgb(225, 246, 243);
  color: rgb(0, 166, 141);
}
.list-collections .product-list .product-block.row .product-card .product-card-tags .product-tags-hot {
  background-color: #ff0000;
  color: #fff;
}
.list-collections .product-list .product-block.row .product-card .product-card-tags .product-tags-checkout {
  position: relative;
  background: rgb(191, 145, 98);
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}
.list-collections .product-list .product-block.row .product-card .product-card-tags .product-tags-checkout::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  border-radius: 50%;
  background-color: #fff;
  left: -3.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
}
.list-collections .product-list .product-block.row .product-card .product-card-tags .product-tags-checkout::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  border-radius: 50%;
  background-color: #fff;
  right: -3.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
}
.list-collections .product-list .product-block.row .product-card .product-card-bottom {
  margin-top: 14px;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list-collections .product-list .product-block.row .product-card .product-card-bottom .product-card-title {
  font-size: 22px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 110%;
}
.list-collections .product-list .product-block.row .product-card .product-card-bottom .product-card-purchase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-collections .product-list .product-block.row .product-card .product-card-bottom .product-card-purchase .proudct-price-origin {
  color: #f0c756;
  font-weight: 700;
  margin-right: 8px;
}
.list-collections .product-list .product-block.row .product-card .product-card-bottom .product-card-purchase .product-price-discard {
  font-size: 15px;
  color: rgb(121, 121, 121);
  text-decoration: line-through;
}
.list-collections .product-list .product-block.row .product-card .product-card-bottom .product-icon {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  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;
  -webkit-box-shadow: 1px 2px 2px 1px #eee !important;
          box-shadow: 1px 2px 2px 1px #eee !important;
}
.list-collections .product-list .product-block.row .product-card .product-card-bottom .product-icon:hover svg {
  color: #bd4f28;
}
.list-collections .product-list .product-block.row .product-card .product-card-bottom .product-card-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: none;
  outline: none;
}
.list-collections .product-list .product-block.row .product-card .product-card-bottom .product-card-btn .product-icon.disabled {
  cursor: not-allowed;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: rgb(246, 246, 246);
}
.list-collections .product-list .product-block.row .product-card .product-card-bottom .product-card-btn .product-icon.disabled svg {
  color: #c8c8c8;
}
.list-collections .product-list .product-block.row .product-card .product-card-bottom .product-card-btn .product-icon.disabled:hover svg {
  color: #c8c8c8;
}
.list-collections .product-list .as-toggle-open,
.list-collections .product-list .as-toggle-close {
  font-weight: 600;
}
.list-collections .product-list .as-toggle-open svg,
.list-collections .product-list .as-toggle-close svg {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.product-card-ball {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  width: 48px;
  border-radius: 50%;
  overflow: hidden;
}
