@charset "UTF-8";
.rad-featured-product {
  padding-bottom: 64px; }

.rad-featured-product {
  z-index: 1;
  overflow: hidden;
  color: var(--text-color);
  /* Setting varian màu sắc */ }
  .rad-featured-product .rad-productDetail-information {
    display: flex;
    flex-wrap: wrap; }
  .rad-featured-product .overlay-image {
    content: "";
    position: absolute;
    pointer-events: none;
    translate: -30% -80%;
    z-index: -1;
    left: 0;
    top: 50%; }
  .rad-featured-product .rad-productDetail--gallery {
    flex: calc(45% - 0.5rem);
    max-width: calc(45% - 0.5rem); }
    @media (max-width: 992px) {
      .rad-featured-product .rad-productDetail--gallery {
        flex: 100%;
        max-width: 100%; } }
  .rad-featured-product .rad-productDetail--content {
    flex: calc(100% - 45% - 0.5rem);
    max-width: calc(100% - 45% - 0.5rem);
    padding-left: 30px;
    padding-top: 0;
    padding-bottom: 30px; }
    @media (max-width: 992px) {
      .rad-featured-product .rad-productDetail--content {
        flex: 100%;
        max-width: 100%;
        margin-top: 10px;
        padding: 0; } }
  .rad-featured-product .featured-sliderproduct-container {
    position: relative; }
    .rad-featured-product .featured-sliderproduct-container.swiperStyle .swiper-nav {
      background-color: var(--shop-color-main);
      transition: .3s all; }
      .rad-featured-product .featured-sliderproduct-container.swiperStyle .swiper-nav svg {
        color: #141414; }
      .rad-featured-product .featured-sliderproduct-container.swiperStyle .swiper-nav:hover {
        background: linear-gradient(95.58deg, white, white 100%);
        color: var(--shop-color-button-text-hover); }
        .rad-featured-product .featured-sliderproduct-container.swiperStyle .swiper-nav:hover svg {
          color: #fff; }
  .rad-featured-product .product-percent {
    display: none; }
  .rad-featured-product .featured-sliderthumb {
    margin-top: 10px; }
    @media (max-width: 992px) {
      .rad-featured-product .featured-sliderthumb {
        margin-top: 5px; } }
    .rad-featured-product .featured-sliderthumb:not(.swiper-initialized) .swiper-wrapper {
      gap: 10px; }
    .rad-featured-product .featured-sliderthumb:not(.swiper-initialized) .swiper-slide {
      flex: 0 0 calc(100% / 6);
      max-width: calc(100% / 6); }
    .rad-featured-product .featured-sliderthumb .product-thumb {
      border: 1px solid rgba(76, 76, 76, 0.3);
      position: relative;
      border-radius: 8px;
      overflow: hidden; }
      .rad-featured-product .featured-sliderthumb .product-thumb:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: .6;
        background: #333941;
        z-index: 1;
        transition: all .3s ease; }
      .rad-featured-product .featured-sliderthumb .product-thumb:hover {
        cursor: pointer; }
        .rad-featured-product .featured-sliderthumb .product-thumb:hover:before {
          opacity: 0; }
    .rad-featured-product .featured-sliderthumb .product-thumb.swiper-slide-thumb-active {
      border: 1px solid #4C4C4C;
      transition: .3s all; }
      .rad-featured-product .featured-sliderthumb .product-thumb.swiper-slide-thumb-active:before {
        opacity: 0; }
  .rad-featured-product .featured-sliderproduct .boxlazy-img__aspect {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 100%; }
    .rad-featured-product .featured-sliderproduct .boxlazy-img__aspect img, .rad-featured-product .featured-sliderproduct .boxlazy-img__aspect iframe, .rad-featured-product .featured-sliderproduct .boxlazy-img__aspect video {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: .3s ease-in-out all;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .rad-featured-product .featured-sliderproduct .boxlazy-img__aspect img {
      border-radius: 8px; }
  .rad-featured-product .rad-featured-product__inner {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0; }
  .rad-featured-product .product-heading h2 {
    font-size: 24px;
    margin: 20px 0 8px;
    line-height: 1.4; }
    @media (max-width: 992px) {
      .rad-featured-product .product-heading h2 {
        font-size: 22px; } }
  .rad-featured-product .product-heading span {
    display: inline-block; }
    .rad-featured-product .product-heading span:not(:last-child) {
      padding-right: 7px; }
      @media (max-width: 992px) {
        .rad-featured-product .product-heading span:not(:last-child) {
          padding-right: 5px;
          font-size: 13px; } }
  .rad-featured-product .product_desc-sgl {
    margin: 20px 0 24px;
    line-height: 1.4; }
  .rad-featured-product .single-product-price {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dedede;
    display: flex;
    align-items: center; }
    @media (max-width: 992px) {
      .rad-featured-product .single-product-price {
        flex-wrap: wrap; } }
    .rad-featured-product .single-product-price .pro-title {
      display: none; }
    .rad-featured-product .single-product-price .pro-price {
      font-size: 25px;
      font-weight: 600;
      color: red;
      margin-right: 10px;
      display: inline-block; }
      @media (max-wiidth: 992px) {
        .rad-featured-product .single-product-price .pro-price {
          font-size: 18px;
          margin-right: 7px; } }
    .rad-featured-product .single-product-price del {
      font-size: 18px;
      color: #878c8f;
      margin-right: 10px; }
      @media (max-width: 992px) {
        .rad-featured-product .single-product-price del {
          font-size: 14px;
          margin-right: 7px; } }
    .rad-featured-product .single-product-price .pro-percent {
      display: inline-block;
      padding: 3px 14px;
      margin-right: 18px;
      background: #f2f5fa;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 13px;
      color: #f94c43;
      vertical-align: 2px; }
  .rad-featured-product .product-viewaction {
    margin-top: 24px; }
    .rad-featured-product .product-viewaction .block-buynow {
      margin-top: 15px; }
      @media (max-width: 992px) {
        .rad-featured-product .product-viewaction .block-buynow {
          margin-top: 10px; } }
      .rad-featured-product .product-viewaction .block-buynow .rad-button {
        width: 100%;
        min-height: 50px;
        max-width: 440px; }
        @media (max-width: 992px) {
          .rad-featured-product .product-viewaction .block-buynow .rad-button {
            min-height: 45px; } }
  .rad-featured-product .product-actions {
    width: 100%;
    display: block;
    gap: 8px; }
    .rad-featured-product .product-actions .quantity-wrapper {
      margin-bottom: 10px; }
    .rad-featured-product .product-actions .block-addcart .limited-edition__button {
      line-height: 45px;
      width: 100%;
      text-transform: uppercase;
      font-weight: 500; }
  .rad-featured-product .swatch .swatch-element.color label.tim {
    --sw-color-size: 23px;
    font-size: 0;
    background: #eb11eb;
    border-radius: 50%;
    padding: 0;
    min-width: var(--sw-color-size);
    width: var(--sw-color-size);
    height: var(--sw-color-size);
    line-height: var(--sw-color-size);
    background-image: none; }
    .rad-featured-product .swatch .swatch-element.color label.tim.sd {
      outline: 1px solid var(--shop-color-button-text);
      outline-offset: 3px; }
    .rad-featured-product .swatch .swatch-element.color label.tim.sd:before {
      content: none; }
    .rad-featured-product .swatch .swatch-element.color label.tim.sd:after {
      content: none; }
  .rad-featured-product .variantColor .vrt-color span.tim {
    background: #eb11eb; }
  .rad-featured-product .swatch .swatch-element.color label.vang {
    --sw-color-size: 23px;
    font-size: 0;
    background: #ffff05;
    border-radius: 50%;
    padding: 0;
    min-width: var(--sw-color-size);
    width: var(--sw-color-size);
    height: var(--sw-color-size);
    line-height: var(--sw-color-size);
    background-image: none; }
    .rad-featured-product .swatch .swatch-element.color label.vang.sd {
      outline: 1px solid var(--shop-color-button-text);
      outline-offset: 3px; }
    .rad-featured-product .swatch .swatch-element.color label.vang.sd:before {
      content: none; }
    .rad-featured-product .swatch .swatch-element.color label.vang.sd:after {
      content: none; }
  .rad-featured-product .variantColor .vrt-color span.vang {
    background: #ffff05; }
  .rad-featured-product .swatch .swatch-element.color label.cam {
    --sw-color-size: 23px;
    font-size: 0;
    background: #f54105;
    border-radius: 50%;
    padding: 0;
    min-width: var(--sw-color-size);
    width: var(--sw-color-size);
    height: var(--sw-color-size);
    line-height: var(--sw-color-size);
    background-image: none; }
    .rad-featured-product .swatch .swatch-element.color label.cam.sd {
      outline: 1px solid var(--shop-color-button-text);
      outline-offset: 3px; }
    .rad-featured-product .swatch .swatch-element.color label.cam.sd:before {
      content: none; }
    .rad-featured-product .swatch .swatch-element.color label.cam.sd:after {
      content: none; }
  .rad-featured-product .variantColor .vrt-color span.cam {
    background: #f54105; }
  .rad-featured-product .swatch .swatch-element.color label.hong {
    --sw-color-size: 23px;
    font-size: 0;
    background: #f23895;
    border-radius: 50%;
    padding: 0;
    min-width: var(--sw-color-size);
    width: var(--sw-color-size);
    height: var(--sw-color-size);
    line-height: var(--sw-color-size);
    background-image: none; }
    .rad-featured-product .swatch .swatch-element.color label.hong.sd {
      outline: 1px solid var(--shop-color-button-text);
      outline-offset: 3px; }
    .rad-featured-product .swatch .swatch-element.color label.hong.sd:before {
      content: none; }
    .rad-featured-product .swatch .swatch-element.color label.hong.sd:after {
      content: none; }
  .rad-featured-product .variantColor .vrt-color span.hong {
    background: #f23895; }
  .rad-featured-product .swatch .swatch-element.color label.den {
    --sw-color-size: 23px;
    font-size: 0;
    background: #000000;
    border-radius: 50%;
    padding: 0;
    min-width: var(--sw-color-size);
    width: var(--sw-color-size);
    height: var(--sw-color-size);
    line-height: var(--sw-color-size);
    background-image: none; }
    .rad-featured-product .swatch .swatch-element.color label.den.sd {
      outline: 1px solid var(--shop-color-button-text);
      outline-offset: 3px; }
    .rad-featured-product .swatch .swatch-element.color label.den.sd:before {
      content: none; }
    .rad-featured-product .swatch .swatch-element.color label.den.sd:after {
      content: none; }
  .rad-featured-product .variantColor .vrt-color span.den {
    background: #000000; }
  .rad-featured-product .swatch .swatch-element.color label.xam {
    --sw-color-size: 23px;
    font-size: 0;
    background: #cccaca;
    border-radius: 50%;
    padding: 0;
    min-width: var(--sw-color-size);
    width: var(--sw-color-size);
    height: var(--sw-color-size);
    line-height: var(--sw-color-size);
    background-image: none; }
    .rad-featured-product .swatch .swatch-element.color label.xam.sd {
      outline: 1px solid var(--shop-color-button-text);
      outline-offset: 3px; }
    .rad-featured-product .swatch .swatch-element.color label.xam.sd:before {
      content: none; }
    .rad-featured-product .swatch .swatch-element.color label.xam.sd:after {
      content: none; }
  .rad-featured-product .variantColor .vrt-color span.xam {
    background: #cccaca; }
  .rad-featured-product .swatch .swatch-element.color label.trang {
    --sw-color-size: 23px;
    font-size: 0;
    background: #f7f3f3;
    border-radius: 50%;
    padding: 0;
    min-width: var(--sw-color-size);
    width: var(--sw-color-size);
    height: var(--sw-color-size);
    line-height: var(--sw-color-size);
    background-image: none; }
    .rad-featured-product .swatch .swatch-element.color label.trang.sd {
      outline: 1px solid var(--shop-color-button-text);
      outline-offset: 3px; }
    .rad-featured-product .swatch .swatch-element.color label.trang.sd:before {
      content: none; }
    .rad-featured-product .swatch .swatch-element.color label.trang.sd:after {
      content: none; }
  .rad-featured-product .variantColor .vrt-color span.trang {
    background: #f7f3f3; }
  .rad-featured-product .swatch .swatch-element.color label.xanh-duong {
    --sw-color-size: 23px;
    font-size: 0;
    background: #1757eb;
    border-radius: 50%;
    padding: 0;
    min-width: var(--sw-color-size);
    width: var(--sw-color-size);
    height: var(--sw-color-size);
    line-height: var(--sw-color-size);
    background-image: none; }
    .rad-featured-product .swatch .swatch-element.color label.xanh-duong.sd {
      outline: 1px solid var(--shop-color-button-text);
      outline-offset: 3px; }
    .rad-featured-product .swatch .swatch-element.color label.xanh-duong.sd:before {
      content: none; }
    .rad-featured-product .swatch .swatch-element.color label.xanh-duong.sd:after {
      content: none; }
  .rad-featured-product .variantColor .vrt-color span.xanh-duong {
    background: #1757eb; }
  .rad-featured-product .swatch .swatch-element.color label.xanh {
    --sw-color-size: 23px;
    font-size: 0;
    background: #099116;
    border-radius: 50%;
    padding: 0;
    min-width: var(--sw-color-size);
    width: var(--sw-color-size);
    height: var(--sw-color-size);
    line-height: var(--sw-color-size);
    background-image: none; }
    .rad-featured-product .swatch .swatch-element.color label.xanh.sd {
      outline: 1px solid var(--shop-color-button-text);
      outline-offset: 3px; }
    .rad-featured-product .swatch .swatch-element.color label.xanh.sd:before {
      content: none; }
    .rad-featured-product .swatch .swatch-element.color label.xanh.sd:after {
      content: none; }
  .rad-featured-product .variantColor .vrt-color span.xanh {
    background: #099116; }
  .rad-featured-product .swatch .swatch-element.color label.xanh-la {
    --sw-color-size: 23px;
    font-size: 0;
    background: #52ff52;
    border-radius: 50%;
    padding: 0;
    min-width: var(--sw-color-size);
    width: var(--sw-color-size);
    height: var(--sw-color-size);
    line-height: var(--sw-color-size);
    background-image: none; }
    .rad-featured-product .swatch .swatch-element.color label.xanh-la.sd {
      outline: 1px solid var(--shop-color-button-text);
      outline-offset: 3px; }
    .rad-featured-product .swatch .swatch-element.color label.xanh-la.sd:before {
      content: none; }
    .rad-featured-product .swatch .swatch-element.color label.xanh-la.sd:after {
      content: none; }
  .rad-featured-product .variantColor .vrt-color span.xanh-la {
    background: #52ff52; }
  .rad-featured-product .swatch .swatch-element.color label.bac {
    --sw-color-size: 23px;
    font-size: 0;
    background: #faf6f6;
    border-radius: 50%;
    padding: 0;
    min-width: var(--sw-color-size);
    width: var(--sw-color-size);
    height: var(--sw-color-size);
    line-height: var(--sw-color-size);
    background-image: none; }
    .rad-featured-product .swatch .swatch-element.color label.bac.sd {
      outline: 1px solid var(--shop-color-button-text);
      outline-offset: 3px; }
    .rad-featured-product .swatch .swatch-element.color label.bac.sd:before {
      content: none; }
    .rad-featured-product .swatch .swatch-element.color label.bac.sd:after {
      content: none; }
  .rad-featured-product .variantColor .vrt-color span.bac {
    background: #faf6f6; }
  .rad-featured-product .swatch .swatch-element.color label.nau {
    --sw-color-size: 23px;
    font-size: 0;
    background: #8b572a;
    border-radius: 50%;
    padding: 0;
    min-width: var(--sw-color-size);
    width: var(--sw-color-size);
    height: var(--sw-color-size);
    line-height: var(--sw-color-size);
    background-image: none; }
    .rad-featured-product .swatch .swatch-element.color label.nau.sd {
      outline: 1px solid var(--shop-color-button-text);
      outline-offset: 3px; }
    .rad-featured-product .swatch .swatch-element.color label.nau.sd:before {
      content: none; }
    .rad-featured-product .swatch .swatch-element.color label.nau.sd:after {
      content: none; }
  .rad-featured-product .variantColor .vrt-color span.nau {
    background: #8b572a; }
  .rad-featured-product .swatch .swatch-element.color label.do {
    --sw-color-size: 23px;
    font-size: 0;
    background: #f01818;
    border-radius: 50%;
    padding: 0;
    min-width: var(--sw-color-size);
    width: var(--sw-color-size);
    height: var(--sw-color-size);
    line-height: var(--sw-color-size);
    background-image: none; }
    .rad-featured-product .swatch .swatch-element.color label.do.sd {
      outline: 1px solid var(--shop-color-button-text);
      outline-offset: 3px; }
    .rad-featured-product .swatch .swatch-element.color label.do.sd:before {
      content: none; }
    .rad-featured-product .swatch .swatch-element.color label.do.sd:after {
      content: none; }
  .rad-featured-product .variantColor .vrt-color span.do {
    background: #f01818; }
  .rad-featured-product .select-swatch .swatch {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .rad-featured-product .select-swatch .swatch input {
    display: none; }
  .rad-featured-product .select-swatch .swatch .title-swap {
    min-width: 120px;
    font-weight: 400;
    margin-bottom: 5px; }
    @media (max-width: 992px) {
      .rad-featured-product .select-swatch .swatch .title-swap {
        font-size: 13px;
        min-width: 100px; } }
  .rad-featured-product .select-swatch .swatch .select-swap {
    width: 72%;
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; }
  .rad-featured-product .select-swatch .swatch .title-swap strong {
    font-size: 85%;
    display: block;
    color: #4ea8cd;
    line-height: 1.1;
    padding-bottom: 3px; }
  .rad-featured-product .select-swatch .swatch .swatch-element {
    display: inline-block;
    margin: 0 8px 8px 0;
    border-radius: 3px;
    position: relative;
    vertical-align: bottom; }
    .rad-featured-product .select-swatch .swatch .swatch-element:not(.color) {
      overflow: hidden; }
  .rad-featured-product .select-swatch .swatch .swatch-element label {
    position: relative;
    display: block;
    margin: 0;
    padding: 7px 10px;
    min-width: 70px;
    font-size: 14px;
    font-weight: normal;
    color: #3a3d38;
    background-color: transparent;
    border: 1px solid #bdbfbe;
    border-radius: 4px;
    text-align: center;
    cursor: pointer; }
    @media (max-width: 992px) {
      .rad-featured-product .select-swatch .swatch .swatch-element label {
        padding: 7px 5px;
        min-width: 55px; } }
  .rad-featured-product .select-swatch .swatch .swatch-element.color label {
    overflow: hidden; }
  .rad-featured-product .select-swatch .swatch .swatch-element label span {
    display: block;
    padding: 0 10px;
    overflow: hidden; }
  .rad-featured-product .select-swatch .swatch .swatch-element.soldout {
    cursor: no-drop; }
  .rad-featured-product .select-swatch .swatch .swatch-element.soldout label {
    opacity: .5;
    cursor: no-drop;
    pointer-events: none; }
  .rad-featured-product .select-swatch .swatch .swatch-element.soldout label span:before,
  .rad-featured-product .select-swatch .swatch .swatch-element.soldout label span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: -1;
    margin-top: 0;
    width: 100%;
    height: 1px;
    background: #bdbfbe; }
  .rad-featured-product .select-swatch .swatch .swatch-element.soldout label span:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .rad-featured-product .select-swatch .swatch .swatch-element.soldout label span:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .rad-featured-product .select-swatch .swatch .swatch-element label.sd {
    background: #d4dccf;
    border-color: #d4dccf; }
    .rad-featured-product .select-swatch .swatch .swatch-element label.sd:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      right: -1px;
      top: -1px;
      border-style: solid;
      border-width: 0 19px 19px 0;
      border-color: transparent var(--shop-color-main) transparent transparent; }
    .rad-featured-product .select-swatch .swatch .swatch-element label.sd:after {
      position: absolute;
      content: "";
      width: 19px;
      height: 19px;
      right: -1px;
      top: -1px;
      background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fffff' d='M0 0h16c2.21 0 4 1.79 4 4v16L0 0z' transform='translate(-804 -366) translate(180 144) translate(484 114) translate(16 80) translate(0 28) translate(124)'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M4.654 7.571L8.88 3.176c.22-.228.582-.235.81-.016.229.22.236.582.017.81L5.04 8.825c-.108.113-.258.176-.413.176-.176 0-.33-.076-.438-.203L2.136 6.37c-.205-.241-.175-.603.067-.808.242-.204.603-.174.808.068L4.654 7.57z' transform='translate(-804 -366) translate(180 144) translate(484 114) translate(16 80) translate(0 28) translate(124) translate(7.5)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .rad-featured-product .select-swatch .swatch .swatch-element label.sd:before, .rad-featured-product .select-swatch .swatch .swatch-element label.sd:after {
      display: none; }
  .rad-featured-product .quantity-title {
    margin-bottom: 8px; }
  .rad-featured-product .quantity-selector {
    border: 0.1rem solid #dedede;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px; }
    .rad-featured-product .quantity-selector input {
      -moz-appearance: textfield;
      background: #fff;
      font-weight: 600;
      height: 40px;
      line-height: 40px;
      width: 60px;
      padding: 0;
      text-align: center;
      border: 1px solid #f3f4f4;
      border-left: none;
      border-right: none;
      border-radius: 1px;
      float: left;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none; }
    .rad-featured-product .quantity-selector .qty-btn {
      float: left;
      color: #000000;
      background: #f3f4f4;
      border: solid 1px #f3f4f4;
      cursor: pointer;
      font-weight: 600;
      font-size: 16px;
      outline: none;
      height: 40px;
      line-height: 40px;
      width: 40px;
      text-align: center;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none; }
      .rad-featured-product .quantity-selector .qty-btn:focus {
        outline: none;
        box-shadow: unset;
        border: unset; }
      .rad-featured-product .quantity-selector .qty-btn svg {
        width: 10px;
        height: 10px;
        fill: currentColor; }

@keyframes blink {
  50% {
    opacity: 0; } }

.rad-featured-product .rad-productDetail--content {
  font-size: 16px; }

.product-faq-item {
  margin-bottom: 24px; }
  .product-faq-item .header-faqs {
    font-weight: 600;
    padding-right: 20px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #eee;
    position: relative;
    cursor: pointer; }
    .product-faq-item .header-faqs:before {
      content: "";
      right: 5px;
      top: 12px;
      position: absolute;
      box-sizing: border-box;
      height: 8px;
      width: 8px;
      border-style: solid;
      border-color: currentColor;
      border-width: 0 1px 1px 0;
      transform: rotate(45deg);
      transition: border-width 150ms ease-in-out;
      transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -o-transition: all 0.4s ease-in-out 0s;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s; }
    .product-faq-item .header-faqs.opened:before {
      -moz-transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .product-faq-item .content-faqs {
    display: none; }

.rad-featured-product .single-product-price .price-contact {
  width: 100%;
  color: var(--btn_txt_shop);
  border: 1px solid #e9eaec;
  background: var(--btn_bg_shop);
  font-weight: 600;
  padding: 10px;
  text-align: center;
  border-radius: 30px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0;
  font-size: 17px;
  line-height: 41px;
  text-transform: uppercase; }

.rad-featured-product .pro-vat {
  border: 1px solid #b5e4ff;
  background: #eaf4f9;
  white-space: nowrap;
  margin-top: 2px;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block; }

.rad-featured-product .productToolbar-addcart .product-actions .block-addcart,
.rad-featured-product .productToolbar-addcart .product-actions .block-quantity {
  float: unset; }

.rad-featured-product .productToolbar-addcart .product-actions .block-addcart {
  padding-left: 0;
  width: 100%; }
  .rad-featured-product .productToolbar-addcart .product-actions .block-addcart .limited-edition__buttons-wrapper {
    display: flex;
    gap: 10px; }
    .rad-featured-product .productToolbar-addcart .product-actions .block-addcart .limited-edition__buttons-wrapper .button {
      flex: 1; }

.rad-featured-product .button.btn-addtocart {
  margin: 0 5px;
  width: calc(50% - 10px);
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  outline: none;
  font-weight: 600;
  font-size: 14px;
  background-color: #d0021c; }
  .rad-featured-product .button.btn-addtocart:hover {
    color: #FFF !important; }

.rad-featured-product .button.btn-addtocart:not(.btnred) {
  color: #ff0000;
  border-color: #ff0000; }
  .rad-featured-product .button.btn-addtocart:not(.btnred):before {
    background-color: #ffffff; }

.rad-featured-product .pro-soldold,
.rad-featured-product .pro-sku {
  font-size: 14px; }
  .rad-featured-product .pro-soldold a, .rad-featured-product .pro-soldold strong, .rad-featured-product .pro-soldold span,
  .rad-featured-product .pro-sku a,
  .rad-featured-product .pro-sku strong,
  .rad-featured-product .pro-sku span {
    font-weight: 500;
    color: var(--shop-color-main); }

.rad-featured-product .product_desc-action {
  position: relative;
  text-align: center; }
  .rad-featured-product .product_desc-action .button {
    background: unset;
    color: var(--shop-color-main);
    border: unset;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 16px; }
    .rad-featured-product .product_desc-action .button:hover {
      text-decoration: underline; }
    .rad-featured-product .product_desc-action .button:before {
      content: none; }
  .rad-featured-product .product_desc-action:before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 15%, #fff); }
