[v-cloak] {
  display: none;
}

.wc-product-story-context {
  /**
     * card template
     */
  /**
     * Style variants
     */
  /**
     * Comments
     */
  /**
     * Variations
     */
  /**
        Slider
     */
}

.wc-product-story-context ul, .wc-product-story-context ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.wc-product-story-context h3, .wc-product-story-context h4 {
  margin: 0;
}

.wc-product-story-context a {
  text-decoration: none;
}

.wc-product-story-context .failed-fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 99999;
}

.wc-product-story-context .fgwcps-fullscreen-el {
  height: 100vh;
  position: relative;
}

@media (min-width: 768px) {
  .wc-product-story-context .fgwcps-fullscreen-el {
    margin: 0 25%;
  }
}

.wc-product-story-context .wc-product-story-collection-list {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding: 0;
  margin: 1rem 0;
}

.wc-product-story-context .wc-product-story-collection-circles {
  max-width: 100%;
  overflow-x: scroll;
}

.wc-product-story-context .fgwcps-item--circle {
  height: 65px;
  width: 65px;
  border-radius: 100%;
  cursor: pointer;
  padding: 3px;
  margin-right: .3rem;
  position: relative;
  overflow: hidden;
}

.wc-product-story-context .fgwcps-item--circle .fgwcps-item__card-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.wc-product-story-context .fgwcps-item--circle.fgwcps-item--showall::before {
  display: none;
}

.wc-product-story-context .fgwcps-item--circle.fgwcps-item--showall img {
  filter: blur(1px);
}

.wc-product-story-context .fgwcps-item--circle.no-image {
  background: rgba(0, 0, 0, 0.5);
}

.wc-product-story-context .fgwcps-item--circle.no-thumb {
  background: rgba(0, 0, 0, 0.3);
}

.wc-product-story-context .fgwcps-item--circle img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid #fff;
}

.wc-product-story-context .current-fgwcps__controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 45vh;
  width: 45vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .5s ease;
  z-index: 999;
}

.wc-product-story-context .current-fgwcps__prev,
.wc-product-story-context .current-fgwcps__next {
  position: absolute;
  top: 50%;
  height: 45vh;
  width: 26.5vw;
  left: auto;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  z-index: 999;
  cursor: pointer;
}

.wc-product-story-context .current-fgwcps__prev svg,
.wc-product-story-context .current-fgwcps__next svg {
  width: 45px;
  height: 45px;
  fill: white;
  opacity: .2;
  padding: 0 .5rem;
}

.wc-product-story-context .current-fgwcps__prev {
  justify-content: flex-start;
}

.wc-product-story-context .current-fgwcps__next {
  justify-content: flex-end;
}

.wc-product-story-context .current-fgwcps__prev {
  left: 0;
}

.wc-product-story-context .current-fgwcps__next {
  right: 0;
}

.wc-product-story-context .current-fgwcps video {
  opacity: 1;
}

.wc-product-story-context .current-fgwcps.loading-another video {
  /*opacity: .3;*/
}

.wc-product-story-context .current-fgwcps__controls .rs-control-icon {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wc-product-story-context .current-fgwcps__controls .rs-control-icon svg {
  height: 30px;
  width: 30px;
  fill: #fff;
}

.wc-product-story-context .current-fgwcps__video video {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.wc-product-story-context .current-fgwcps__background {
  height: 100vh;
  width: 100%;
  object-fit: contain;
}

.wc-product-story-context .current-fgwcps__background img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.wc-product-story-context .current-fgwcps__aside {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  color: #fff;
  min-height: 40%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  padding-bottom: 120px;
}

.wc-product-story-context .current-fgwcps__aside h3.title {
  font-size: 1.4rem;
  color: #fff;
  margin: 0 0 0.7rem 0;
}

.wc-product-story-context .current-fgwcps__aside .content {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.wc-product-story-context .current-fgwcps__aside .content a {
  color: #fff;
  text-decoration: underline;
}

.wc-product-story-context .show-views .current-fgwcps__term {
  top: 5rem;
}

.wc-product-story-context .is-playing .current-fgwcps__progressbar {
  transition: width 0.1s linear;
}

.wc-product-story-context .current-fgwcps--hasvideo .current-fgwcps__progressbar {
  transition: width 1s linear;
}

.wc-product-story-context .rs-action--icon svg {
  height: 22px;
  width: 22px;
  stroke: #fff;
}

.wc-product-story-context .rs-action--icon {
  display: flex;
  align-items: center;
}

.wc-product-story-context .rs-action--value {
  margin-left: .4rem;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.wc-product-story-context .rs-buffering-icon {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

.wc-product-story-context .current-fgwcps__viewlist {
  position: fixed;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background: #000;
  transform: translateX(100%);
  transition: .3s ease;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 2rem;
  padding-bottom: 2rem;
  max-height: 100vh;
  overflow-y: scroll;
}

@media (min-width: 769px) {
  .wc-product-story-context .current-fgwcps__viewlist {
    width: 25%;
  }
}

.wc-product-story-context .current-fgwcps__viewlist--show {
  transform: translateX(0);
}

.wc-product-story-context .viewlist-aside {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.wc-product-story-context .viewlist-aside > li {
  padding: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.wc-product-story-context .viewlist-aside__item {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  align-items: center;
}

.wc-product-story-context .viewlist-aside__item--current {
  padding-left: .5rem;
}

.wc-product-story-context .viewlist-item__thumb {
  width: 25%;
  height: 60px;
  margin-right: 10px;
}

.wc-product-story-context .viewlist-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wc-product-story-context .viewlist-item__title {
  font-size: 1rem;
  width: 75%;
}

.wc-product-story-context h4.viewlist-item__title {
  color: #fff;
  margin: 0;
}

.wc-product-story-context .viewlist-aside__item--current h4.viewlist-item__title {
  color: #fdb819;
}

.wc-product-story-context .wc-product-story-collection-cards {
  width: 100%;
  display: flex;
  flex-direction: row;
  max-width: 100%;
  overflow-x: scroll;
}

.wc-product-story-context .wc-product-story-collection-cards > li {
  width: 50%;
  min-width: 50%;
}

.wc-product-story-context .wc-product-story-collection-cards > li:not(:last-child) {
  margin-right: 5px;
}

.wc-product-story-context .fgwcps-item--card {
  height: 300px;
  border-radius: 0;
  position: relative;
  cursor: pointer;
}

.wc-product-story-context .fgwcps-item__price {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  background: #CE7485;
  border-radius: 100%;
  font-size: 0.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.wc-product-story-context .fgwcps-item__price bdi {
  font-weight: bold;
}

.wc-product-story-context .fgwcps-item--card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wc-product-story-context .fgwcps-item--showall::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
}

.wc-product-story-context .fgwcps-item--showall .fgwcps-item__card-body {
  top: 50%;
  text-align: center;
  z-index: 4;
}

.wc-product-story-context .fgwcps-item--showall img {
  filter: blur(3px);
}

.wc-product-story-context .fgwcps-item--card h4.fgwcps-item__title {
  font-size: 1.2rem;
  margin: 0;
}

.wc-product-story-context .fgwcps-item__categories > li:not(:last-child) {
  display: none;
}

.wc-product-story-context .fgwcps-item__tags {
  font-size: .7rem;
  display: block;
}

.wc-product-story-context .fgwcps-item__tags > li {
  display: inline-block;
}

.wc-product-story-context .fgwcps-item__tag--selected a {
  color: #fdb819;
}

.wc-product-story-context .fgwcps-item__tags > li:not(:last-child) {
  margin-right: .3rem;
}

.wc-product-story-context .wcfgps-item--card2 {
  overflow: hidden;
  border-radius: 10px;
}

.wc-product-story-context .wcfgps-item--card2 .wcfgps-item__categories {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

@media (min-width: 769px) {
  .wc-product-story-context .wcfgps-item--card2 .wcfgps-item__categories {
    top: 1rem;
    right: 1rem;
  }
}

.wc-product-story-context .wcfgps-item--card2 .wcfgps-item__categories > li:not(:first-child) {
  display: none;
}

.wc-product-story-context .wcfgps-item--card2 .wcfgps-item__category a {
  padding: 0.2rem 0.7rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  color: #333;
  text-shadow: none;
}

.wc-product-story-context .wc-product-story-collection-cards3 > li {
  margin-right: 1rem;
}

.wc-product-story-context .current-fgwcps__comments {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50vh;
  z-index: 9999;
  background: #fff;
  overflow-y: scroll;
}

.wc-product-story-context .current-fgwcps__comments__title {
  display: flex;
  font-size: 1.1rem;
  justify-content: space-between;
  padding: 1rem;
}

.wc-product-story-context .current-fgwcps__comments__close {
  cursor: pointer;
}

.wc-product-story-context .current-fgwcps__comments__close svg {
  height: 18px;
  width: 18px;
}

.wc-product-story-context ul.wc-product-story-comments-list {
  list-style-type: none;
  padding: 0 1rem;
  margin: 0;
  max-height: 70%;
  overflow-y: scroll;
}

.wc-product-story-context .current-fgwcps__nocomments {
  padding: 1rem;
}

.wc-product-story-context .fgwcps-comment {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.5rem;
}

.wc-product-story-context .fgwcps-comment__header {
  display: flex;
  align-items: center;
}

.wc-product-story-context .fgwcps-comment__avatar {
  margin-right: 0.5rem;
}

.wc-product-story-context .fgwcps-comment__avatar img {
  height: 30px;
  width: 30px;
  border-radius: 100%;
}

.wc-product-story-context .fgwcps-comment__content {
  padding-left: 38px;
}

.wc-product-story-context .fgwcps-commentform {
  padding: 1rem;
}

.wc-product-story-context .fgwcps-comment__replyto {
  font-size: .8rem;
  position: relative;
  padding-left: 3rem;
}

.wc-product-story-context .fgwcps-comment__replyto::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 2.7rem;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 10px;
}

.wc-product-story-context .fgwcps-comment__replyto--author {
  font-size: .7rem;
  font-style: italic;
}

.wc-product-story-context .ad-running .current-fgwcps__url,
.wc-product-story-context .ad-running .fgwcps-item__categories,
.wc-product-story-context .ad-running .fgwcps-item__tags,
.wc-product-story-context .ad-running .current-fgwcps__aside .title,
.wc-product-story-context .ad-running .current-fgwcps__aside .content {
  display: none;
}

.wc-product-story-context .fgwcps-item--card {
  position: relative;
}

.wc-product-story-context .fgwcps-item--card .fgwcps-item__header {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
}

.wc-product-story-context .wc-product-story-collection-cards-wrapper {
  position: relative;
}

.wc-product-story-context .wc-product-story-collection-cards-slider .wc-product-story-collection-cards {
  overflow-x: hidden;
  scrollbar-width: none;
  scrollbar-color: #ffbe00 #ffffff;
  /* Chrome, Edge, and Safari */
}

.wc-product-story-context .wc-product-story-collection-cards-slider .wc-product-story-collection-cards::-webkit-scrollbar {
  display: none;
}

.wc-product-story-context .wc-product-story-collection-cards-slider .wc-product-story-collection-cards::-webkit-scrollbar-track {
  display: none;
}

.wc-product-story-context .wc-product-story-collection-cards-slider .wc-product-story-collection-cards::-webkit-scrollbar-thumb {
  display: none;
}

.wc-product-story-context .wc-product-story-collection-cards-grid .wc-product-story-collection-cards {
  overflow-x: hidden;
  flex-wrap: wrap;
}

.wc-product-story-context .wc-product-story-collection-cards-grid .wc-product-story-collection-cards > li {
  padding: 3px;
}

.wc-product-story-context .wc-product-story-collection-cards-grid .wc-product-story-collection-cards > li:not(:last-child) {
  margin-right: 0;
}

.wc-product-story-context .wc-product-story-slider-nav {
  position: absolute;
  transform: translateY(-50%);
  display: flex;
  cursor: pointer;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  top: -2rem;
  width: 36px;
  height: 36px;
}

.wc-product-story-context .wc-product-story-slider-nav--left {
  right: 3rem;
}

.wc-product-story-context .wc-product-story-slider-nav--right {
  right: 0;
}

.wc-product-story-context .wc-product-story-slider-nav svg {
  width: 16px;
  height: 16px;
  fill: #777;
}

/**
 * Current
 */
.current-fgwcps {
  height: 100vh;
  width: 100vw;
  position: relative;
}

.current-fgwcps__url {
  display: inline-block;
}

.current-fgwcps__url svg {
  fill: #fff;
  height: 24px;
  width: 24px;
}

.current-fgwcps__price {
  height: 80px;
  width: 80px;
  background: #1b1b1b;
  border-radius: 100%;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #333;
  transform: translateX(-20%);
  margin-bottom: 2rem;
}

.current-fgwcps__views-count {
  position: absolute;
  top: 2.5rem;
  left: 0.7rem;
  display: flex;
  font-size: .8rem;
  color: #333;
  background: #fff;
  padding: 0.2rem 1rem;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  min-width: 70px;
}

.current-fgwcps__views-count__icon {
  display: flex;
  align-items: center;
  margin-right: .5rem;
}

.current-fgwcps__views-count svg {
  width: 14px;
  height: 14px;
}

.current-fgwcps__adcontenthtml {
  margin-bottom: 2rem;
}

.current-fgwcps__ad_btn_content {
  display: block;
  margin: 10px 0;
}

.current-fgwcps__ad-btn {
  font-size: 1rem;
  color: #ffff;
  background: #ff3434;
  padding: .5rem .9rem;
  border-radius: 3px;
}

.current-fgwcps__skipad {
  visibility: hidden;
}

.current-fgwcps__skipad--show {
  visibility: visible;
}

.current-fgwcps__progress {
  position: absolute;
  top: 1rem;
  left: 10px;
  right: 80px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 1px;
  overflow: hidden;
  z-index: 3;
}

.current-fgwcps__progressbar {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  height: 4px;
  top: 0;
  left: 0;
}

.current-fgwcps__progressbar.hard0 {
  width: 0 !important;
}

.current-fgwcps__action {
  margin-bottom: 0.5rem;
  color: #fff;
  cursor: pointer;
  height: 40px;
  width: 40px;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 40px;
}

.current-fgwcps__action-btn {
  padding: 0.6rem 2rem;
  font-size: 0.9rem;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
}

.current-fgwcps__content-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 2.5rem;
  left: 2rem;
  right: 2rem;
}

.current-fgwcps__action {
  margin-bottom: 0;
}

.current-fgwcps__action-col2 {
  display: flex;
}

.current-fgwcps__action-col2 > div:not(:last-child) {
  margin-right: .5rem;
}

.current-fgwcps__actions {
  position: absolute;
  right: 1rem;
  display: flex;
  flex-direction: column;
  bottom: 2rem;
  z-index: 999;
}

.current-fgwcps__action {
  color: #fff;
  cursor: pointer;
}

.current-fgwcps__close {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  top: -10px;
  cursor: pointer;
  z-index: 999;
}

.current-fgwcps__close svg {
  height: 16px;
  width: 16px;
}

.current-fgwcps__term {
  position: absolute;
  top: 3rem;
  left: 1rem;
  color: #fff;
}

.current-fgwcps__term .current-fgwcps-term-tag-val {
  font-weight: bold;
}

@media (min-width: 769px) {
  .current-fgwcps__term {
    top: 2.5rem;
    color: #fff;
    right: 1rem;
    left: auto;
  }
}

.current-fgwcps--style1 .current-fgwcps__background img {
  object-fit: cover;
}

.current-fgwcps--style1 .current-fgwcps__price {
  color: #fff;
}

.current-fgwcps--style1 .current-fgwcps__category-url {
  color: #fff;
}

.current-fgwcps--style1 .current-fgwcps__action {
  color: #fff;
}

.current-fgwcps--style1 .current-fgwcps__action svg {
  fill: #fff;
}

.current-fgwcps--style1 .current-fgwcps__actions--mute {
  position: relative;
  right: auto;
  bottom: auto;
}

.current-fgwcps--style1 .current-fgwcps__close svg {
  fill: #fff;
}

.current-fgwcps--style1 .current-fgwcps__video {
  height: 100vh;
  width: 100vw;
}

.current-fgwcps--style1 .current-fgwcps__video video {
  object-fit: cover;
}

.current-fgwcps--style1 .fgwcps-item__category-url {
  color: #fff;
}

.wc-product-story-context .current-fgwcps--style1--dark-text .current-fgwcps__aside {
  background: transparent;
}

.wc-product-story-context .current-fgwcps--style1--dark-text .current-fgwcps__aside h3.title,
.wc-product-story-context .current-fgwcps--style1--dark-text .current-fgwcps__aside .content {
  color: #333;
}

.wc-product-story-context .current-fgwcps--style1--dark-text .current-fgwcps__close svg {
  fill: #333;
}

.wc-product-story-context .current-fgwcps--style1--dark-text .current-fgwcps__prev svg, .wc-product-story-context .current-fgwcps--style1--dark-text .current-fgwcps__next svg {
  fill: #333;
}

.wc-product-story-context .current-fgwcps--style1--dark-text .current-fgwcps__action-btn {
  border-color: #333;
  color: #333;
}

.wc-product-story-context .current-fgwcps--style1--dark-text .current-fgwcps__controls .rs-control-icon svg {
  fill: #333;
}

.wc-product-story-context .current-fgwcps--style1--dark-text .current-fgwcps__action {
  color: #333;
}

.wc-product-story-context .current-fgwcps--style1--dark-text .current-fgwcps__action svg {
  fill: #333;
}

.wc-product-story-context .current-fgwcps--style1--dark-text .fgwcps-item__category-url {
  color: #333;
}

@media (max-width: 768px) {
  .current-fgwcps--style2 {
    background: #fff;
  }
}

@media (min-width: 769px) {
  .current-fgwcps--style2 {
    background: #000;
  }
}

.current-fgwcps--style2 .fgwcps-fullscreen-el {
  background: #000;
}

@media (max-width: 768px) {
  .current-fgwcps--style2 .fgwcps-fullscreen-el {
    background: #fff;
  }
}

.current-fgwcps--style2 .current-fgwcps__main {
  width: 100%;
  height: 55%;
  top: 2rem;
  padding: 1rem;
  border-radius: 20px;
  position: relative;
}

.current-fgwcps--style2 .current-fgwcps__prev {
  left: 10px;
}

.current-fgwcps--style2 .current-fgwcps__next {
  right: 10px;
}

.current-fgwcps--style2 .current-fgwcps__prev svg, .current-fgwcps--style2 .current-fgwcps__next svg {
  padding: 0 1rem;
}

.current-fgwcps--style2 .current-fgwcps__background {
  width: 100%;
  height: 100%;
}

.current-fgwcps--style2 .current-fgwcps__background img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.current-fgwcps--style2 .current-fgwcps__aside {
  background: #fff;
  color: #333;
  min-height: 40%;
  z-index: 1;
}

.current-fgwcps--style2 .current-fgwcps__aside h3.title {
  color: #333;
}

.current-fgwcps--style2 .current-fgwcps__price {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f5f5f5;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.1));
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.current-fgwcps--style2 .current-fgwcps__price--style2 {
  top: auto;
  bottom: 1rem;
  transform: translate(-50%, 50%);
  z-index: 3;
}

.current-fgwcps--style2 .current-fgwcps ul.fgwcps-item__tags,
.current-fgwcps--style2 .current-fgwcps .fgwcps-item__category-url {
  color: #333;
}

.current-fgwcps--style2 .current-fgwcps__actions {
  right: 2rem;
  bottom: 2rem;
}

.current-fgwcps--style2 .current-fgwcps__video {
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.current-fgwcps--style2 .current-fgwcps__video video {
  border-radius: 20px;
  object-fit: cover;
}

.current-fgwcps--style2 .current-fgwcps__progress {
  background: #CECECE;
}

.current-fgwcps--style2 .fgwcps-item__category-url {
  color: #333;
  text-shadow: none;
}

.wc-product-story-context .fgwcps-item__price {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  background: #CE7485;
  border-radius: 100%;
  font-size: 0.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 3;
}

.wc-product-story-context .fgwcps-item__price bdi {
  font-weight: bold;
}

.wc-product-story-context .fgwcps-item__categories, .wc-product-story-context .fgwcps-item__tags {
  list-style-type: none;
  padding: 0;
  margin: 0 0 .5rem 0;
  font-size: .8rem;
}

.wc-product-story-context .fgwcps-item__category-url, .wc-product-story-context .fgwcps-item__tag-url {
  text-decoration: none;
  border: none;
  font-weight: bold;
}

.wc-product-story-context .fgwcps-item--card1 {
  background: rgba(0, 0, 0, 0.3);
}

.wc-product-story-context .fgwcps-item--card1 .fgwcps-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wc-product-story-context .fgwcps-item--card1 .fgwcps-item__category-url {
  padding: 0.2rem 0.4rem;
  background: #CE7485;
  border-radius: 3px;
  font-size: 0.7rem;
}

.wc-product-story-context .fgwcps-item--card1 .fgwcps-item__price {
  position: absolute;
  top: 0;
  right: 0;
}

.wc-product-story-context .fgwcps-item--card1 .fgwcps-item__card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}

.wc-product-story-context .fgwcps-item--card1 .fgwcps-item__category-url, .wc-product-story-context .fgwcps-item--card1 .fgwcps-item__tag-url {
  color: #fff;
}

.wc-product-story-context .fgwcps-item--card1 .fgwcps-item__title {
  font-size: 1.2rem;
  color: #fff;
  margin: 0;
}

.wc-product-story-context .fgwcps-item--card1.fgwcps-item--showall .fgwcps-item__card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.wc-product-story-context .fgwcps-item--card1.fgwcps-item--showall .fgwcps-item__title {
  color: #fff;
}

.wc-product-story-context .fgwcps-item--card2 {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.7rem;
  border-radius: 10px;
  height: auto;
}

.wc-product-story-context .fgwcps-item--card2 .fgwcps-item__thumb-wrapper img {
  border-radius: 10px;
}

.wc-product-story-context .fgwcps-item--card2 .fgwcps-item__title {
  max-height: 1.33em;
  word-break: break-all;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
}

.wc-product-story-context .fgwcps-item--card2 .fgwcps-item__categories {
  max-width: 50%;
  overflow: hidden;
}

.wc-product-story-context .fgwcps-item--card2 .fgwcps-item__category {
  max-height: 1.33em;
  word-break: break-all;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
}

.wc-product-story-context .fgwcps-item--card2 .fgwcps-item__card-body {
  padding-top: 1rem;
}

.wc-product-story-context .fgwcps-item--card2 .fgwcps-item__thumb-wrapper {
  position: relative;
}

.wc-product-story-context .fgwcps-item--card2 .fgwcps-item__price {
  top: 0.5rem;
  right: 0.5rem;
  width: 50px;
  height: 50px;
  font-size: 0.65rem;
}

.wc-product-story-context .fgwcps-item--card2 .fgwcps-item__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  padding-top: 1rem;
}

.wc-product-story-context .fgwcps-item--card2 .fgwcps-item__rating {
  display: flex;
  align-items: center;
}

.wc-product-story-context .fgwcps-item--card2 .fgwcps-item__rating-icon {
  margin-right: 0.3rem;
  line-height: 0.8rem;
}

.wc-product-story-context .fgwcps-item--card2 .fgwcps-item__rating-icon svg {
  height: 1rem;
  fill: #FFBD38;
}

.wc-product-story-context .fgwcps-item--card2.fgwcps-item--showall::before {
  display: none;
}

.wc-product-story-context .fgwcps-item--card3 .fgwcps-item__card-body {
  padding: 0 0.5rem 0.5rem 0.5rem;
}

.wc-product-story-context .fgwcps-item--card3 .fgwcps-item__card-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wc-product-story-context .fgwcps-item--card3 .fgwcps-item__categories {
  max-width: 50%;
  overflow: hidden;
}

.wc-product-story-context .fgwcps-item--card3 .fgwcps-item__card-price {
  font-size: 1rem;
  font-weight: bold;
  max-width: 50%;
  text-align: right;
}

.wc-product-story-context .fgwcps-item--card3 .fgwcps-item__price--flat {
  font-size: .8rem;
  display: flex;
  flex-direction: column;
  line-height: 1rem;
}

.wc-product-story-context .fgwcps-item--card3 .fgwcps-item__price--flat del {
  display: none;
}

.wc-product-story-context .fgwcps-item--card3 .fgwcps-item__price--flat ins {
  margin-left: .2rem;
  color: #CE7485;
}

.wc-product-story-context .fgwcps-item--card3.fgwcps-item--showall {
  display: flex;
  flex-direction: column-reverse;
}

.wc-product-story-context .fgwcps-item--card3.fgwcps-item--showall::before {
  display: none;
}

.wc-product-story-context .fgwcps-item--card3.fgwcps-item--showall .fgwcps-item__card-body {
  padding-top: 0;
  padding-bottom: 0.5rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.wc-product-story-context .fgwcps-item--card4 .fgwcps-item__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}

.wc-product-story-context .fgwcps-item--card4 .fgwcps-item__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.15;
}

.wc-product-story-context .fgwcps-item--card4 .fgwcps-item__categories {
  max-width: 50%;
  overflow: hidden;
  margin-bottom: 0;
}

.wc-product-story-context .fgwcps-item--card4 .fgwcps-item__category-url {
  background: transparent;
  padding: 0;
}

.wc-product-story-context .fgwcps-item--card4 .fgwcps-item__card-price {
  font-size: 1rem;
  font-weight: bold;
  max-width: 50%;
  text-align: right;
}

.wc-product-story-context .fgwcps-item--card4 .fgwcps-item__price--flat {
  font-size: .8rem;
  display: flex;
  flex-direction: column;
  line-height: 1rem;
}

.wc-product-story-context .fgwcps-item--card4 .fgwcps-item__price--flat del {
  display: none;
}

.wc-product-story-context .fgwcps-item--card4 .fgwcps-item__price--flat ins {
  margin-left: .2rem;
  color: #CE7485;
}

/*# sourceMappingURL=wc-product-story.css.map */