@charset "UTF-8";
.product-container {
  display: flex;
  flex-direction: column;
  align-items: end; }
  @media (min-width: 992px) {
    .product-container {
      padding-left: 30px;
      position: sticky;
      top: 80px; } }
  .product-container .product-card {
    border-radius: 16px;
    background: linear-gradient(180deg, #3b230d -2.07%, #171717 5.92%, #171717 91.37%, #3b230d 104.59%);
    width: 100%;
    padding: 24px; }
    @media (max-width: 991px) {
      .product-container .product-card {
        max-width: 100%;
        margin-top: 20px; } }
    .product-container .product-card .product-header {
      width: 100%;
      font-family: "Fz Poppins", -apple-system, Roboto, Helvetica, sans-serif; }
      @media (max-width: 991px) {
        .product-container .product-card .product-header {
          max-width: 100%; } }
      .product-container .product-card .product-header .product-title {
        color: #fff;
        letter-spacing: -1px;
        font: 500 32px/41px "Fz Poppins";
        margin: 0; }
        @media (max-width: 991px) {
          .product-container .product-card .product-header .product-title {
            max-width: 100%; } }
      .product-container .product-card .product-header .product-meta {
        display: flex;
        margin-top: 12px;
        width: 100%;
        align-items: center;
        gap: 40px 72px;
        font-size: 14px;
        color: #f3f4f6;
        letter-spacing: -0.2px;
        justify-content: start;
        flex-wrap: wrap; }
        @media (max-width: 991px) {
          .product-container .product-card .product-header .product-meta {
            max-width: 100%;
            gap: 10px; } }
        .product-container .product-card .product-header .product-meta .brand-info,
        .product-container .product-card .product-header .product-meta .sku-info {
          align-self: stretch;
          display: flex;
          align-items: center;
          gap: 8px;
          justify-content: start;
          margin: auto 0; }
        .product-container .product-card .product-header .product-meta .sku-info {
          white-space: nowrap; }
          @media (max-width: 991px) {
            .product-container .product-card .product-header .product-meta .sku-info {
              white-space: initial; } }
        .product-container .product-card .product-header .product-meta .label {
          color: #f3f4f6;
          letter-spacing: -0.2px;
          align-self: stretch;
          margin: auto 0;
          font: 300 14px/21px "Fz Poppins";
          padding: 0; }
        .product-container .product-card .product-header .product-meta .value {
          color: #f3f4f6;
          letter-spacing: -0.2px;
          align-self: stretch;
          margin: auto 0;
          font: 500 14px/21px "Fz Poppins"; }
    .product-container .product-card .pricing-section {
      display: flex;
      margin-top: 16px;
      width: 100%;
      flex-direction: column;
      align-items: start;
      font-family: "Fz Poppins", -apple-system, Roboto, Helvetica, sans-serif;
      font-weight: 500;
      letter-spacing: -0.2px;
      justify-content: center; }
      @media (max-width: 991px) {
        .product-container .product-card .pricing-section {
          max-width: 100%; } }
      .product-container .product-card .pricing-section .price-container {
        display: flex;
        align-items: center;
        gap: 8px;
        justify-content: start; }
        .product-container .product-card .pricing-section .price-container .current-price-wrapper {
          align-self: stretch;
          display: flex;
          align-items: end;
          gap: 4px;
          font-size: 24px;
          color: #e0d468;
          letter-spacing: -0.7px;
          line-height: 1;
          justify-content: start;
          margin: auto 0; }
          .product-container .product-card .pricing-section .price-container .current-price-wrapper .current-price {
            color: #e0d468;
            letter-spacing: -0.7px;
            font: 24px/31px "Fz Poppins"; }
            .product-container .product-card .pricing-section .price-container .current-price-wrapper .current-price .price-amount,
            .product-container .product-card .pricing-section .price-container .current-price-wrapper .current-price .currency {
              color: #e0d468; }
        .product-container .product-card .pricing-section .price-container .original-price-wrapper {
          align-self: stretch;
          display: flex;
          padding-bottom: 2px;
          align-items: end;
          gap: 4px;
          font-size: 14px;
          color: #d1d5db;
          font-weight: 400;
          text-decoration: line-through;
          justify-content: start; }
          .product-container .product-card .pricing-section .price-container .original-price-wrapper .original-price {
            color: #d1d5db;
            letter-spacing: -0.2px;
            text-decoration-line: line-through;
            font: 14px/21px "Fz Poppins"; }
        .product-container .product-card .pricing-section .price-container .discount-badge {
          justify-content: center;
          align-items: center;
          border-radius: 100px;
          align-self: stretch;
          display: flex;
          gap: 6px;
          overflow: hidden;
          font-size: 12px;
          color: #fff;
          white-space: nowrap;
          text-align: center;
          line-height: 1;
          background: linear-gradient(180deg, #d0a930 0%, #b78828 100%);
          margin: auto 0;
          padding: 3px 10px; }
          @media (max-width: 991px) {
            .product-container .product-card .pricing-section .price-container .discount-badge {
              white-space: initial; } }
          .product-container .product-card .pricing-section .price-container .discount-badge .badge-frame {
            align-self: stretch;
            display: flex;
            align-items: center;
            gap: 5px;
            justify-content: center;
            margin: auto 0; }
            @media (max-width: 991px) {
              .product-container .product-card .pricing-section .price-container .discount-badge .badge-frame {
                white-space: initial; } }
            .product-container .product-card .pricing-section .price-container .discount-badge .badge-frame .badge-text {
              color: #fff;
              letter-spacing: -0.2px;
              align-self: stretch;
              margin: auto 0;
              font: 12px/14px "Fz Poppins"; }
    .product-container .product-card .features-section {
      justify-content: center;
      align-items: stretch;
      border-radius: 8px;
      border: 1px solid #f5f3d0;
      display: flex;
      margin-top: 16px;
      width: 100%;
      flex-direction: column;
      background: linear-gradient(180deg, #fcfbee 0%, #f5f3d0 100%);
      padding: 16px; }
      @media (max-width: 991px) {
        .product-container .product-card .features-section {
          max-width: 100%; } }
      .product-container .product-card .features-section .features-grid {
        display: flex;
        width: 100%;
        align-items: start;
        justify-content: start;
        flex-wrap: wrap;
        gap: 20px; }
        @media (max-width: 991px) {
          .product-container .product-card .features-section .features-grid {
            max-width: 100%; } }
        .product-container .product-card .features-section .features-grid .feature-item {
          display: flex;
          align-items: start;
          gap: 8px;
          letter-spacing: -0.2px;
          justify-content: start;
          font: 14px "Fz Poppins", -apple-system, Roboto, Helvetica, sans-serif;
          /* Mặc định: Mobile (1 item/hàng) */
          flex: 1 1 100%;
          /* Chiếm full width */
          max-width: 100%;
          /* Tablet (2 item/hàng) */ }
          @media (min-width: 576px) {
            .product-container .product-card .features-section .features-grid .feature-item {
              flex: 1 1 calc(50% - 20px);
              /* 50% - gap */
              max-width: calc(50% - 20px); } }
          .product-container .product-card .features-section .features-grid .feature-item .feature-icon {
            aspect-ratio: 1;
            object-fit: contain;
            object-position: center;
            width: 24px;
            flex-shrink: 0; }
          .product-container .product-card .features-section .features-grid .feature-item .feature-icon-wrapper {
            border-radius: 4px;
            display: flex;
            min-height: 24px;
            align-items: stretch;
            gap: 8px;
            overflow: hidden;
            justify-content: center;
            width: 24px; }
            .product-container .product-card .features-section .features-grid .feature-item .feature-icon-wrapper .feature-icon {
              aspect-ratio: 1;
              object-fit: contain;
              object-position: center;
              width: 24px;
              flex: 1;
              flex-shrink: 1;
              flex-basis: 0%; }
          .product-container .product-card .features-section .features-grid .feature-item .feature-content {
            flex: 1;
            flex-shrink: 1;
            flex-basis: 0%; }
            .product-container .product-card .features-section .features-grid .feature-item .feature-content .feature-title {
              color: #000102;
              letter-spacing: -0.2px;
              font: 500 14px/21px "Fz Poppins";
              margin: 0;
              font-weight: bold; }
            .product-container .product-card .features-section .features-grid .feature-item .feature-content .feature-description {
              color: #374151;
              letter-spacing: -0.2px;
              margin-top: 4px;
              font: 300 14px/21px "Fz Poppins";
              margin-bottom: 0; }
    .product-container .product-card .description-section {
      align-items: stretch;
      border-radius: 8px;
      position: relative;
      display: flex;
      margin-top: 16px;
      width: 100%;
      flex-direction: column;
      overflow: hidden;
      font-family: "Fz Poppins", -apple-system, Roboto, Helvetica, sans-serif;
      letter-spacing: -0.2px;
      justify-content: start;
      background-color: #262626;
      padding: 16px; }
      @media (max-width: 991px) {
        .product-container .product-card .description-section {
          max-width: 100%; } }
      .product-container .product-card .description-section .description-content {
        position: relative;
        z-index: 0;
        width: 100%;
        font-size: 14px;
        color: #fff;
        font-weight: 300;
        line-height: 21px; }
        @media (max-width: 991px) {
          .product-container .product-card .description-section .description-content {
            max-width: 100%; } }
        .product-container .product-card .description-section .description-content .description-paragraph {
          color: #fff;
          letter-spacing: -0.2px;
          z-index: 0;
          font: 14px/21px "Fz Poppins";
          margin: 0; }
          @media (max-width: 991px) {
            .product-container .product-card .description-section .description-content .description-paragraph {
              max-width: 100%; } }
          .product-container .product-card .description-section .description-content .description-paragraph:nth-child(2) {
            margin-top: 8px; }
        .product-container .product-card .description-section .description-content .description-overlay {
          background: linear-gradient(0deg, #262626 17.17%, rgba(64, 64, 64, 0.2) 100%);
          position: absolute;
          z-index: 0;
          display: flex;
          min-height: 187px;
          width: 799px;
          left: 50%;
          bottom: -16px;
          transform: translate(-50%, 0%);
          height: 280px; }
      .product-container .product-card .description-section .read-more-button {
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        border: 1px solid #d0a930;
        align-self: start;
        position: absolute;
        z-index: 0;
        display: flex;
        min-height: 36px;
        gap: 8px;
        overflow: hidden;
        font-size: 13px;
        color: #d0a930;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 1;
        left: 50%;
        bottom: 22px;
        transform: translate(-50%, 0%);
        height: 36px;
        padding: 6px 16px;
        background: transparent;
        cursor: pointer; }
        .product-container .product-card .description-section .read-more-button .button-text {
          color: #d0a930;
          letter-spacing: -0.2px;
          align-self: stretch;
          margin: auto 0;
          font: 13px/13px "Fz Poppins"; }
        .product-container .product-card .description-section .read-more-button .button-icon {
          aspect-ratio: 1;
          object-fit: contain;
          object-position: center;
          width: 24px;
          align-self: stretch;
          flex-shrink: 0;
          margin: auto 0; }
      .product-container .product-card .description-section .description-content:not(.opened) .expandable-content_toggle {
        margin-top: 30px !important; }
      .product-container .product-card .description-section .description-content .expandable-content_toggle {
        outline: none; }
      .product-container .product-card .description-section .description-content .description-btn {
        position: relative; }
      .product-container .product-card .description-section .description-content .description-btn: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);
					*/
        background: linear-gradient(0deg, #262626 17.17%, rgba(64, 64, 64, 0.2) 100%); }
      .product-container .product-card .description-section .expandable-content_toggle {
        /*
					display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;border: 1px solid #D0A930;
					padding: 7px 15px;color: #D0A930;position: relative;margin: 0 auto;border-radius: 4px;
					text-align: center;font-weight: 500;background: #fff;z-index: 99;outline: none;
					*/
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        border: 1px solid #d0a930;
        align-self: start;
        z-index: 0;
        display: flex;
        min-height: 36px;
        gap: 8px;
        overflow: hidden;
        font-size: 13px;
        color: #d0a930;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 1;
        height: 36px;
        padding: 6px 16px;
        background: transparent;
        cursor: pointer;
        margin: 0 auto; }
      .product-container .product-card .description-section .expandable-content_toggle-icon {
        position: relative;
        margin-right: 15px;
        width: 10px;
        height: 10px;
        -webkit-transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out; }
      .product-container .product-card .description-section .expandable-content_toggle-icon:before, .product-container .product-card .description-section .expandable-content_toggle-icon:after {
        content: "";
        position: absolute;
        background: #D0A930;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: -webkit-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        top: 50%;
        left: 50%; }
      .product-container .product-card .description-section .expandable-content_toggle-icon:before {
        width: 2px;
        height: 10px; }
      .product-container .product-card .description-section .expandable-content_toggle-icon:after {
        width: 10px;
        height: 2px; }
      .product-container .product-card .description-section .expandable-content_toggle.btn-closemore .expandable-content_toggle-icon:before {
        content: none; }
      .product-container .product-card .description-section .description-content.expandable-toggle.opened .description-productdetail {
        max-height: 230px;
        overflow: hidden; }
    .product-container .product-card .purchase-section {
      display: flex;
      margin-top: 16px;
      width: 100%;
      align-items: center;
      gap: 12px;
      font-family: "Fz Poppins", -apple-system, Roboto, Helvetica, sans-serif;
      letter-spacing: -0.2px;
      justify-content: start;
      flex-wrap: wrap; }
      @media (max-width: 991px) {
        .product-container .product-card .purchase-section {
          max-width: 100%; } }
      .product-container .product-card .purchase-section .quantity-section {
        align-self: stretch;
        display: flex;
        align-items: center;
        gap: 8px;
        justify-content: start;
        margin: auto 0; }
        .product-container .product-card .purchase-section .quantity-section .quantity-label-wrapper {
          align-self: stretch;
          font-size: 14px;
          color: #fff;
          font-weight: 300;
          margin: auto 0; }
          .product-container .product-card .purchase-section .quantity-section .quantity-label-wrapper .quantity-label {
            color: #fff;
            letter-spacing: -0.2px;
            font: 14px/21px "Fz Poppins";
            margin: 0; }
        .product-container .product-card .purchase-section .quantity-section .quantity-selector {
          justify-content: center;
          align-items: center;
          border-radius: 100px;
          border: 1px solid #ebe69c;
          align-self: stretch;
          display: flex;
          min-height: 44px;
          gap: 10px;
          overflow: hidden;
          font-size: 16px;
          color: #996724;
          font-weight: 500;
          white-space: nowrap;
          text-transform: uppercase;
          line-height: 1;
          background-color: #f5f3d0;
          margin: auto 0;
          padding: 10px 20px; }
          @media (max-width: 991px) {
            .product-container .product-card .purchase-section .quantity-section .quantity-selector {
              white-space: initial; } }
          .product-container .product-card .purchase-section .quantity-section .quantity-selector .quantity-button {
            aspect-ratio: 1;
            object-fit: contain;
            object-position: center;
            width: 24px;
            align-self: stretch;
            flex-shrink: 0;
            margin: auto 0;
            cursor: pointer; }
          .product-container .product-card .purchase-section .quantity-section .quantity-selector .quantity-value {
            color: #996724;
            letter-spacing: -0.2px;
            align-self: stretch;
            margin: auto 0;
            font: 16px / 16px "Fz Poppins";
            width: 35px;
            background: transparent;
            border: 0;
            text-align: center; }
      .product-container .product-card .purchase-section .add-to-cart-button {
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        align-self: stretch;
        display: flex;
        min-height: 44px;
        min-width: 240px;
        gap: 8px;
        overflow: hidden;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 1;
        flex: 1;
        flex-shrink: 1;
        flex-basis: 0%;
        background: linear-gradient(180deg, #d0a930 0%, #b78828 100%);
        margin: auto 0;
        padding: 10px 38px;
        border: none;
        cursor: pointer; }
        @media (max-width: 991px) {
          .product-container .product-card .purchase-section .add-to-cart-button {
            padding: 0 20px; } }
        @media (max-width: 767px) {
          .product-container .product-card .purchase-section .add-to-cart-button {
            margin-top: 10px; } }
        .product-container .product-card .purchase-section .add-to-cart-button .cart-button-text {
          color: #fff;
          letter-spacing: -0.2px;
          align-self: stretch;
          margin: auto 0;
          font: 16px/16px "Fz Poppins"; }

.product-accordion-container {
  max-width: 100%;
  padding-top: 30px;
  margin: 0 auto; }
  .product-accordion-container .accordion-item {
    width: 100%;
    margin-top: 16px;
    transition: all 0.3s ease;
    border: 1px solid #262626 !important; }
    .product-accordion-container .accordion-item:first-child {
      margin-top: 0; }
    .product-accordion-container .accordion-item.expanded {
      border-radius: 40px;
      background: linear-gradient(180deg, #3b230d 0%, #171717 15.34%, #171717 86.95%, #3b230d 102.29%); }
    .product-accordion-container .accordion-item.collapsed {
      border-radius: 100px;
      border: 1px solid #262626;
      background-color: #0a0a0a;
      overflow: hidden; }
    .product-accordion-container .accordion-item .accordion-header {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 32px;
      width: 100%; }
      @media (max-width: 991px) {
        .product-accordion-container .accordion-item .accordion-header {
          max-width: 100%; } }
      .product-accordion-container .accordion-item .accordion-header .accordion-content-wrapper {
        display: flex;
        min-width: 240px;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        flex: 1;
        flex-shrink: 1;
        flex-basis: 12px; }
        @media (max-width: 991px) {
          .product-accordion-container .accordion-item .accordion-header .accordion-content-wrapper {
            max-width: 100%; } }
        .product-accordion-container .accordion-item .accordion-header .accordion-content-wrapper .accordion-title-section {
          display: flex;
          width: 100%;
          align-items: center;
          gap: 8px;
          justify-content: flex-start; }
          @media (max-width: 991px) {
            .product-accordion-container .accordion-item .accordion-header .accordion-content-wrapper .accordion-title-section {
              max-width: 100%; } }
          .product-accordion-container .accordion-item .accordion-header .accordion-content-wrapper .accordion-title-section .accordion-title {
            color: #fff;
            letter-spacing: -1px;
            align-self: stretch;
            margin: 0;
            font: 500 24px/31px "Fz Poppins"; }
        .product-accordion-container .accordion-item .accordion-header .accordion-content-wrapper .accordion-expanded-content {
          margin-top: 24px;
          width: 100%;
          display: none; }
          .product-accordion-container .accordion-item .accordion-header .accordion-content-wrapper .accordion-expanded-content.expanded {
            display: block; }
          @media (max-width: 991px) {
            .product-accordion-container .accordion-item .accordion-header .accordion-content-wrapper .accordion-expanded-content {
              max-width: 100%; } }
          .product-accordion-container .accordion-item .accordion-header .accordion-content-wrapper .accordion-expanded-content .product-image-container {
            border-radius: 16px;
            position: relative;
            width: 100%;
            overflow: hidden; }
            @media (max-width: 991px) {
              .product-accordion-container .accordion-item .accordion-header .accordion-content-wrapper .accordion-expanded-content .product-image-container {
                max-width: 100%; } }
            .product-accordion-container .accordion-item .accordion-header .accordion-content-wrapper .accordion-expanded-content .product-image-container .image-aspect-keeper {
              transform: rotate(-0.72972rad);
              z-index: 0;
              display: flex;
              min-height: 424px;
              width: 100%; }
              @media (max-width: 991px) {
                .product-accordion-container .accordion-item .accordion-header .accordion-content-wrapper .accordion-expanded-content .product-image-container .image-aspect-keeper {
                  max-width: 100%; } }
            .product-accordion-container .accordion-item .accordion-header .accordion-content-wrapper .accordion-expanded-content .product-image-container .product-image {
              aspect-ratio: 1.5;
              object-fit: contain;
              object-position: center;
              width: 636px;
              position: absolute;
              z-index: 0;
              max-width: 100%;
              left: 0;
              right: 0;
              top: 0;
              bottom: 0; }
          .product-accordion-container .accordion-item .accordion-header .accordion-content-wrapper .accordion-expanded-content .product-description {
            margin-top: 16px;
            width: 100%;
            color: #fff;
            letter-spacing: -0.2px;
            font: 300 14px/21px "Fz Poppins"; }
            @media (max-width: 991px) {
              .product-accordion-container .accordion-item .accordion-header .accordion-content-wrapper .accordion-expanded-content .product-description {
                max-width: 100%; } }
            .product-accordion-container .accordion-item .accordion-header .accordion-content-wrapper .accordion-expanded-content .product-description .description-text {
              color: #fff;
              letter-spacing: -0.2px;
              margin: 0;
              font: 14px/21px "Fz Poppins"; }
              @media (max-width: 991px) {
                .product-accordion-container .accordion-item .accordion-header .accordion-content-wrapper .accordion-expanded-content .product-description .description-text {
                  max-width: 100%; } }
            .product-accordion-container .accordion-item .accordion-header .accordion-content-wrapper .accordion-expanded-content .product-description.additional-description {
              margin-top: 8px; }
      .product-accordion-container .accordion-item .accordion-header .accordion-toggle-button {
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        display: flex;
        gap: 8px;
        overflow: hidden;
        width: 36px;
        height: 36px;
        background: linear-gradient(180deg, #d0a930 0%, #b78828 100%);
        padding: 0 6px;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease; }
        .product-accordion-container .accordion-item .accordion-header .accordion-toggle-button:hover {
          transform: scale(1.05);
          -webkit-transform: scale(1.05);
          -moz-transform: scale(1.05);
          -ms-transform: scale(1.05);
          -o-transform: scale(1.05); }
        .product-accordion-container .accordion-item .accordion-header .accordion-toggle-button:active {
          transform: scale(0.95); }
        .product-accordion-container .accordion-item .accordion-header .accordion-toggle-button .toggle-icon {
          aspect-ratio: 1;
          object-fit: contain;
          object-position: center;
          width: 24px;
          align-self: stretch;
          margin: auto 0;
          transition: transform 0.3s ease; }

/** Product Related **/
.featured-products-section {
  padding: 64px 0 0 0px; }
  .featured-products-section .container .section-header {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 40px 100px;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .featured-products-section .container .section-header {
        max-width: 100%;
        justify-content: center; } }
    .featured-products-section .container .section-header .header-content {
      min-width: 240px;
      font-weight: 500; }
      @media (max-width: 991px) {
        .featured-products-section .container .section-header .header-content {
          max-width: 100%; } }
      .featured-products-section .container .section-header .header-content .title-container {
        display: flex;
        align-items: center;
        gap: 16px;
        font-size: 40px;
        color: #fff;
        text-align: left;
        letter-spacing: -1.7px;
        line-height: 1.3;
        justify-content: start; }
        @media (max-width: 991px) {
          .featured-products-section .container .section-header .header-content .title-container {
            max-width: 100%; } }
        .featured-products-section .container .section-header .header-content .title-container .section-title {
          color: #fff;
          letter-spacing: -1.7px;
          align-self: stretch;
          margin: auto 0;
          font: 40px / 52px "Fz Poppins", -apple-system, Roboto, Helvetica, sans-serif; }
          @media (max-width: 991px) {
            .featured-products-section .container .section-header .header-content .title-container .section-title {
              max-width: 100%;
              text-align: center; } }
      .featured-products-section .container .section-header .header-content .filter-navigation {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        margin-top: 12px;
        gap: 16px;
        font-size: 14px;
        color: #d9c446;
        text-transform: uppercase;
        letter-spacing: -0.2px;
        line-height: 1;
        background-color: #b78828;
        padding: 4px 10px 4px 10px; }
        @media (max-width: 991px) {
          .featured-products-section .container .section-header .header-content .filter-navigation {
            max-width: 100%; } }
        .featured-products-section .container .section-header .header-content .filter-navigation .filter-button {
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 100px;
          align-self: stretch;
          gap: 8px;
          overflow: hidden;
          margin: auto 0;
          padding: 8px 32px;
          border: none;
          cursor: pointer;
          background: transparent; }
          .featured-products-section .container .section-header .header-content .filter-navigation .filter-button.filter-button--active {
            color: #996724;
            background-color: #fff; }
          .featured-products-section .container .section-header .header-content .filter-navigation .filter-button.filter-button--secondary {
            background: transparent; }
          @media (max-width: 991px) {
            .featured-products-section .container .section-header .header-content .filter-navigation .filter-button {
              padding: 0 20px; } }
          .featured-products-section .container .section-header .header-content .filter-navigation .filter-button .filter-text {
            letter-spacing: -0.2px;
            align-self: stretch;
            margin: auto 0;
            font: 13px / 14px "Fz Poppins", -apple-system, Roboto, Helvetica, sans-serif; }
            .featured-products-section .container .section-header .header-content .filter-navigation .filter-button .filter-text.filter-text--highlighted {
              text-decoration: none;
              color: #d0a930; }
    .featured-products-section .container .section-header .navigation-controls {
      display: flex;
      align-items: end;
      gap: 8px;
      justify-content: space-between;
      width: 88px; }
      .featured-products-section .container .section-header .navigation-controls .nav-button {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        gap: 8px;
        overflow: hidden;
        width: 40px;
        height: 40px;
        background: linear-gradient(180deg, #d0a930 0%, #b78828 100%);
        padding: 0 8px;
        border: none;
        cursor: pointer; }
        .featured-products-section .container .section-header .navigation-controls .nav-button .nav-icon {
          aspect-ratio: 1;
          object-fit: contain;
          object-position: center;
          width: 24px;
          align-self: stretch;
          margin: auto 0; }
  .featured-products-section .container .products-grid {
    margin-top: 30px; }
    .featured-products-section .container .products-grid .product-stats {
      display: none; }
  .featured-products-section .container .view-more-button {
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: linear-gradient(180deg, #d0a930 0%, #b78828 100%);
    align-self: center;
    display: inline-block;
    min-height: 40px;
    margin-top: 32px;
    gap: 8px;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    padding: 8px 32px;
    font: 500 14px / 1 "Fz Poppins", -apple-system, Roboto, Helvetica, sans-serif;
    border: none;
    cursor: pointer; }
    .featured-products-section .container .view-more-button .view-more-text {
      color: #fff;
      font-variant-numeric: lining-nums proportional-nums;
      align-self: stretch;
      margin: auto 0; }
    .featured-products-section .container .view-more-button .view-more-icon {
      aspect-ratio: 1;
      object-fit: contain;
      object-position: center;
      width: 24px;
      align-self: stretch;
      flex-shrink: 0;
      margin: auto 0; }

/** Video Section **/
.video-review-section {
  padding-top: 64px; }
  .video-review-section .container .section-title {
    color: #fff;
    text-align: center;
    font-size: 40px;
    letter-spacing: -1.7px;
    font: 500 40px / 52px "Fz Poppins";
    margin: 0 0 32px 0; }
  .video-review-section .container .section-header {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 40px 100px;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .video-review-section .container .section-header {
        max-width: 100%;
        justify-content: center; } }
    .video-review-section .container .section-header .header-content {
      min-width: 240px;
      font-weight: 500; }
      @media (max-width: 991px) {
        .video-review-section .container .section-header .header-content {
          max-width: 100%; } }
      .video-review-section .container .section-header .header-content .title-container {
        display: flex;
        align-items: center;
        gap: 16px;
        font-size: 40px;
        color: #fff;
        text-align: left;
        letter-spacing: -1.7px;
        line-height: 1.3;
        justify-content: start; }
        @media (max-width: 991px) {
          .video-review-section .container .section-header .header-content .title-container {
            max-width: 100%; } }
        .video-review-section .container .section-header .header-content .title-container .section-title {
          color: #fff;
          letter-spacing: -1.7px;
          align-self: stretch;
          margin: auto 0;
          font: 40px / 52px "Fz Poppins", -apple-system, Roboto, Helvetica, sans-serif; }
          @media (max-width: 991px) {
            .video-review-section .container .section-header .header-content .title-container .section-title {
              max-width: 100%;
              text-align: center; } }
      .video-review-section .container .section-header .header-content .filter-navigation {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        margin-top: 12px;
        gap: 16px;
        font-size: 14px;
        color: #d9c446;
        text-transform: uppercase;
        letter-spacing: -0.2px;
        line-height: 1;
        background-color: #b78828;
        padding: 4px 10px 4px 10px; }
        @media (max-width: 991px) {
          .video-review-section .container .section-header .header-content .filter-navigation {
            max-width: 100%; } }
        .video-review-section .container .section-header .header-content .filter-navigation .filter-button {
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 100px;
          align-self: stretch;
          gap: 8px;
          overflow: hidden;
          margin: auto 0;
          padding: 8px 32px;
          border: none;
          cursor: pointer;
          background: transparent; }
          .video-review-section .container .section-header .header-content .filter-navigation .filter-button.filter-button--active {
            color: #996724;
            background-color: #fff; }
          .video-review-section .container .section-header .header-content .filter-navigation .filter-button.filter-button--secondary {
            background: transparent; }
          @media (max-width: 991px) {
            .video-review-section .container .section-header .header-content .filter-navigation .filter-button {
              padding: 0 20px; } }
          .video-review-section .container .section-header .header-content .filter-navigation .filter-button .filter-text {
            letter-spacing: -0.2px;
            align-self: stretch;
            margin: auto 0;
            font: 13px / 14px "Fz Poppins", -apple-system, Roboto, Helvetica, sans-serif; }
            .video-review-section .container .section-header .header-content .filter-navigation .filter-button .filter-text.filter-text--highlighted {
              text-decoration: none;
              color: #d0a930; }
    .video-review-section .container .section-header .navigation-controls {
      display: flex;
      align-items: end;
      gap: 8px;
      justify-content: space-between;
      width: 88px; }
      .video-review-section .container .section-header .navigation-controls .nav-button {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        gap: 8px;
        overflow: hidden;
        width: 40px;
        height: 40px;
        background: linear-gradient(180deg, #d0a930 0%, #b78828 100%);
        padding: 0 8px;
        border: none;
        cursor: pointer; }
        .video-review-section .container .section-header .navigation-controls .nav-button .nav-icon {
          aspect-ratio: 1;
          object-fit: contain;
          object-position: center;
          width: 24px;
          align-self: stretch;
          margin: auto 0; }
  .video-review-section .container .product-cards-container {
    margin-top: 30px; }
    .video-review-section .container .product-cards-container .product-card {
      border-radius: 12px;
      position: relative;
      display: flex;
      overflow: hidden;
      cursor: pointer;
      transition: transform 0.3s ease; }
      .video-review-section .container .product-cards-container .product-card:hover .play-button {
        transform: translate(-50%, -50%) scale(1.1); }
      .video-review-section .container .product-cards-container .product-card:hover .product-img {
        transform: scale(1.05); }
      .video-review-section .container .product-cards-container .product-card .video-link {
        display: block;
        position: relative;
        text-decoration: none;
        color: inherit; }
      .video-review-section .container .product-cards-container .product-card .product-image {
        position: relative;
        z-index: 0;
        width: 100%;
        overflow: hidden;
        margin: 0; }
        .video-review-section .container .product-cards-container .product-card .product-image .product-img {
          aspect-ratio: 1.77;
          object-fit: cover;
          object-position: center;
          width: 100%;
          transition: transform 0.3s ease; }
      .video-review-section .container .product-cards-container .product-card .product-info {
        justify-content: center;
        align-items: stretch;
        z-index: 0;
        display: flex;
        width: 100%;
        flex-direction: column;
        color: #fff;
        letter-spacing: -0.2px;
        background-color: #262626;
        padding: 16px 12px 12px;
        font: 500 14px / 21px "Fz Poppins", -apple-system, Roboto, Helvetica, sans-serif; }
        .video-review-section .container .product-cards-container .product-card .product-info .product-title-wrapper {
          width: 100%; }
          .video-review-section .container .product-cards-container .product-card .product-info .product-title-wrapper .product-title {
            color: #fff;
            letter-spacing: -0.2px;
            font: 500 14px / 21px "Fz Poppins";
            margin: 0; }
      .video-review-section .container .product-cards-container .product-card .play-button {
        aspect-ratio: 1;
        object-fit: contain;
        object-position: center;
        width: 48px;
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 48px;
        transition: transform 0.3s ease;
        cursor: pointer; }
      .video-review-section .container .product-cards-container .product-card .video-overlay {
        position: absolute;
        bottom: 70px;
        right: 10px;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 4px 8px;
        border-radius: 4px;
        display: flex;
        gap: 8px;
        z-index: 1; }
        .video-review-section .container .product-cards-container .product-card .video-overlay .video-duration, .video-review-section .container .product-cards-container .product-card .video-overlay .video-views {
          color: #fff;
          font-size: 12px;
          font-weight: 400; }
        .video-review-section .container .product-cards-container .product-card .video-overlay .video-duration:after {
          content: "•";
          margin-left: 8px; }

/* Fancybox customizations */
.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.9); }

.fancybox__toolbar {
  --fancybox-color: #fff; }

.fancybox__nav {
  --fancybox-color: #fff; }

@media (min-width: 992px) {
  .ega-preorder-product .productDetail--gallery {
    width: 50% !important; }
  .ega-preorder-product .productDetail--content {
    width: 50% !important; } }

/*******************/
.hide-variant {
  display: none !important; }

/*
.vth-product-summary {
	background: #fc0;
	padding: 60px 30px 30px;
}
*/
.gutter-sm-50.row {
  margin-right: -25px;
  margin-left: -25px; }

.images {
  box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.85); }

.product-loop {
  margin-bottom: 20px;
  background-color: #000000; }

.main-outer {
  position: relative;
  margin-bottom: -3px; }

.gutter-sm-50 > [class*=col-] {
  padding-right: 25px;
  padding-left: 25px; }

.A0b img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  will-change: transform;
  transition: transform 0.135s ease-in;
  transform: scale(1); }

.slick-slide img {
  display: block; }

.slick-initialized .slick-slide {
  display: block; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px; }

.product-loop.images .slider-single button {
  z-index: 2;
  width: 40px;
  height: 60px; }

.product-loop.images .slider-single button:before {
  font-size: 60px; }

.product-loop.images .slider-single .slick-prev {
  left: 25px; }

.product-loop.images .slider-single .slick-next {
  right: 25px; }

.product-loop.images .slider-single .slick-prev:before {
  content: "\f053";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 60px; }

.product-loop.images .slider-single .slick-next:before {
  content: "\f054";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 60px; }

.vth-single-product .slider-single:not(.slick-slider) {
  /*
	height: 433px;
	overflow: hidden;
	*/
  display: flex;
  flex-wrap: wrap; }

.vth-single-product .slider-single:not(.slick-slider) > div {
  /* flex-basis: 100%; */
  width: 100%; }

.vth-single-product .slider-single:not(.slick-slider) > div + div {
  display: none; }

@media (min-width: 768px) {
  .vth-single-product .nav-outer:not(.slick-slider) {
    height: 90px;
    overflow: hidden; } }

.slick-slider {
  margin-bottom: 0 !important; }

.images .nav-outer {
  padding: 8px;
  background-color: #222; }

.images .nav-outer .nav {
  padding: 8px 0; }

.nav {
  overflow: hidden; }

.slick-list,
.slick-slider {
  position: relative;
  display: block; }

.images .nav-outer .slick-slide {
  width: auto; }

.images .nav-outer button {
  display: none !important; }

.images .nav-outer .slick-slide {
  opacity: 0.5; }

.images .nav-outer .is-active {
  opacity: 1; }

.Fb {
  font-size: 28px;
  line-height: 51.776px;
  font-weight: 700; }

.Fc,
.Fc + .Fe {
  font-size: 32px;
  line-height: 51.776px;
  margin-top: 10px; }

.Fc {
  font-weight: 700;
  color: #e02417; }

.Fg {
  font-size: 13.125px;
  line-height: 21.23625px;
  margin-bottom: 0; }

.Fg,
span.Ff {
  color: #705900; }

.Fh {
  color: #e02417;
  font-weight: 700; }

.vth-product-summary hr {
  border-top-color: #b38f00; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.AFa {
  table-layout: fixed;
  border: 2px solid #d6ab00;
  width: 100%; }

.AFa .btn-theme.minus {
  border-right: 2px solid #d6ab00;
  margin-right: 0; }

.input-group-btn,
.input-group-btn > .btn {
  position: relative; }

.AFa .btn-theme {
  background-color: #ffe680;
  width: 100%; }

.btn-theme {
  color: #333;
  background-color: #fc0;
  border-color: #d6ab00; }

.btn-dark,
.btn-fb,
.btn-google,
.btn-grey,
.btn-theme,
.btn-theme-red,
.btn-white {
  border: none;
  border-radius: 4px;
  font-size: 15px;
  line-height: 24.27px;
  padding: 8px 17px;
  transition: 0.135s;
  overflow: hidden;
  position: relative;
  box-shadow: 0 1px 6px -3px rgba(0, 0, 0, 0.65); }

.AFa .input-group-addon {
  background-color: #fff;
  border: none; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 0; }

.AFa .btn-theme.plus {
  border-left: 2px solid #d6ab00;
  margin-left: 0; }

.Fi,
.Fj {
  display: flex;
  align-items: center;
  flex-grow: 1; }

.btn {
  will-change: width; }

.btn-theme-red,
.btn-theme-red:focus,
.btn-theme-red:hover {
  color: #fff; }

.btn-theme-red {
  background-color: #e02417; }

.Fk {
  margin-left: 1.85rem;
  margin-right: 0.3rem;
  color: #a38200; }

.product-body {
  position: relative;
  background: #f7f7f7; }

@media (max-width: 767px) {
  .product-body > .container {
    padding-left: 0;
    padding-right: 0; }
  .product-body > .container > .row {
    margin: 0; } }

.product-body .ega-product-content {
  background: #fff;
  margin-right: 0;
  padding: 0 10px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px; }

@media (max-width: 767px) {
  .product-body .ega-product-content .product-content iframe {
    width: 100%; } }

.gutter-30.row {
  margin-right: -15px;
  margin-left: -15px; }

.AGb {
  margin-right: 20px; }

.AGc {
  top: 0;
  left: 0 !important;
  width: 100% !important; }

.AGc > div {
  border-bottom: 1px solid #bfbfbf;
  background: #fff; }

.AGc .AGe {
  display: table; }

.AGc .AGf.AGg {
  border-bottom: 2px solid #e02417; }

.AGc .AGf {
  display: table-cell; }

.AGa {
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  padding: 26.66667px 30px 13.33333px;
  display: inline-block; }

.AGa,
.AGa:active,
.AGa:focus,
.AGa:hover,
.AGa:visited {
  color: inherit;
  text-decoration: none; }

.AGi {
  vertical-align: super;
  line-height: 0;
  font-weight: 500;
  margin-left: 5px;
  color: #e02417; }

.product-content.contentCollapse {
  max-height: 2000px; }

.product-content {
  overflow: hidden; }

.product-content img {
  width: 100%;
  width: auto;
  border-radius: 10px;
  max-width: 100%;
  height: auto !important; }

.Fn {
  margin-top: 20px; }

.product-sidebar .title {
  font-size: 14.3px;
  line-height: 23.1374px;
  font-weight: 700;
  margin: 1em 0 0.3em; }

.product-sidebar .title .fa {
  margin-right: 0.4em;
  color: #e02417; }

.products-sidebar {
  margin-top: 30px;
  margin-bottom: 50px; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-certificate:before {
  font-size: 15px; }

.products-sidebar li {
  will-change: auto;
  display: flex; }

.products-sidebar li:not(:last-child) .item {
  padding-bottom: 12px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 12px; }

.AEa,
.AEa:active,
.AEa:focus,
.AEa:hover,
.AEa:visited {
  color: inherit;
  text-decoration: none; }

.AEa .vth-thumb {
  width: 80px;
  float: left;
  margin-right: 15px;
  height: 80px; }

.inner .ratio-1-1 > .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.inner .ratio-1-1 {
  position: relative; }

.A0b img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  will-change: transform;
  transition: transform 0.135s ease-in;
  transform: scale(1); }

.top-products {
  background-color: #ececec;
  padding-top: 20px; }

.Fq {
  margin-bottom: 1em;
  font-weight: 700; }

.vth-section {
  position: relative;
  padding: 1px 24px 40px;
  background-color: #ffcc00; }

.vth-section-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 30px; }

.AOa {
  box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.65); }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.618;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }

.Ka {
  background-color: transparent;
  border: none;
  border-radius: 6px;
  padding: 0;
  margin-bottom: 0; }

.Ka,
.Ka:active,
.Ka:focus,
.Ka:hover,
.Ka:visited {
  color: inherit;
  text-decoration: none; }

.Ka .thumb {
  width: 100%; }

.top-products .ratio-1-1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%; }

.top-products .ratio-1-1 > .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.A0b img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  will-change: transform;
  transition: transform 0.135s ease-in;
  transform: scale(1); }

.A0a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: opacity 0.135s ease-in;
  opacity: 0; }

.A0c {
  display: inherit;
  z-index: 999;
  transition: transform 0.135s ease-out;
  transform: scale(1.3); }

.A0c > span:not(last-child) {
  margin-right: 5px; }

.A0c > span {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.31);
  font-size: 25px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%; }

.Kl,
.Kl:after {
  transition: 0.25s; }

.Kl {
  opacity: 1;
  z-index: 9; }

.A0b:hover .A0a {
  opacity: 1; }

.A0b:hover .A0a .A0c {
  transform: scale(1); }

.A0b:not(.no-effect):hover img {
  transform: scale(1.12); }

.Kc,
.Kc * {
  line-height: 1.4142; }

.Kc {
  overflow: visible !important; }

.Kc > div {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #e02417;
  border-radius: 50%;
  right: 6px;
  top: -12px;
  height: 60px;
  width: 60px;
  font-size: 12px; }

.Kc > div:before {
  position: absolute;
  top: 2px;
  left: 2px;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  content: "";
  visibility: visible;
  border-radius: 50%;
  border: 1px dashed #fff; }

.Kc > div .Ke {
  font-size: 13.8px;
  font-weight: 700; }

.vth-section .owl-carousel .owl-stage-outer {
  padding-top: 20px; }

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.Kb {
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end; }

.Kf > div {
  display: inline-block;
  width: auto;
  padding: 6.3px 13.5px 9px;
  background-color: rgba(0, 0, 0, 0.65); }

.Kf.Kg .Ki,
.Kf .Kh {
  font-size: 20.25px; }

.Kf span {
  color: #fff; }

.Kf.Kg .Kh {
  font-size: 14px;
  opacity: .65;
  text-decoration: line-through; }

.Kf.Kg .Kh {
  font-size: 14px;
  opacity: .65;
  text-decoration: line-through; }

.Ko {
  height: 170px; }

.Ka h4 {
  font-weight: 700;
  font-size: 1.14rem;
  line-height: 1.84452rem; }

.Ka p {
  font-size: 0.9rem;
  line-height: 1.4562rem;
  color: #575757; }

.Ka:hover h4 {
  color: #ebbc00; }

.top-products .product-loop .owl-nav .owl-prev {
  left: -87.5px; }

.top-products .product-loop .owl-nav div {
  opacity: .35;
  position: absolute;
  top: calc(50% - 35px);
  font-size: 0;
  color: #333; }

.top-products .product-loop .owl-nav .owl-prev:after {
  content: "\f053";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 60px; }

.top-products .product-loop .owl-nav .owl-next {
  right: -87.5px; }

.top-products .product-loop .owl-nav .owl-next:after {
  content: "\f054";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 60px; }

.AOe {
  margin-top: 2rem; }

.btn-white {
  border: none;
  border-radius: 4px;
  font-size: 15px;
  line-height: 24.27px;
  padding: 8px 17px;
  transition: 0.135s;
  overflow: hidden;
  position: relative;
  box-shadow: 0 1px 6px -3px rgba(0, 0, 0, 0.65); }

.btn-white {
  border-color: #8f8f8f; }

.btn-white {
  color: #333;
  background-color: #fff; }

.top-products .product-loop .owl-stage-outer {
  padding: 20px 0; }

.top-products .product-loop {
  background-color: transparent; }

.Ka .Kk {
  font-size: 0.97rem;
  line-height: 1.56946rem;
  font-weight: bold; }

.text-muted {
  color: #777; }

.vth-single-product .ratio-1-1 > .content {
  left: auto;
  width: 100%; }

.product-variants {
  margin: 20px 0; }

.text-theme-red {
  color: #e02417; }

.flex-wrap {
  flex-wrap: wrap !important; }

li.disabled .vth-thumb {
  opacity: .7; }

.vth-thumb {
  cursor: pointer;
  width: 100%; }

.ratio-1-1 {
  position: relative; }

.product-variants li {
  width: 12.5%;
  flex-basis: 12.5%;
  display: block;
  padding-right: 0.4rem;
  padding-bottom: 0.4rem; }

li.selected .vth-thumb {
  border: 2px solid #e02417; }

.text-bold {
  font-weight: 700; }

.AFa .btn-theme {
  outline: none;
  box-shadow: none; }

.AFa .btn-theme:focus {
  outline: none;
  box-shadow: none; }

.AEc .AEe {
  color: #e02417;
  font-weight: 600; }

.AEc .AEf {
  color: #aaa;
  text-decoration: line-through #e02417; }

.ABa {
  padding: 30px 0; }

#variant_id i {
  margin-right: 5px; }

span.Ff {
  text-decoration: line-through; }

.ACb {
  display: block;
  padding: 5px 20px;
  border-radius: 6px;
  border: 1px solid #e9ebee;
  box-shadow: 0 1px 6px -2px #999;
  margin-bottom: 10px; }

.ACa h5 {
  font-weight: 700;
  cursor: pointer; }

.ACb p {
  padding-left: 1.7em; }

.ACb .fa,
.ACb p {
  color: #626262; }

.ACb.ACc .fa {
  transform: rotate(90deg); }

.ACb .fa {
  margin-right: 0.7em;
  transition: 0.135s; }

.ACb p {
  color: #626262;
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0;
  transition: max-height 1s ease-out; }

.show-faq {
  max-height: 200px !important; }

.icon-down {
  transform: rotate(90deg); }

.ACa .form-control {
  border: 1px solid #f0f0f0;
  margin-bottom: 10px; }

.AAa {
  box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.85);
  margin: 6px 6px 20px;
  padding: 10px 15px;
  border-radius: 15px;
  border: 1px solid #ddd; }

.product-content h3 {
  font-size: 22px;
  line-height: 35.596px; }

.AAb {
  font-weight: 700;
  line-height: 1.4;
  color: #444;
  cursor: pointer;
  margin-top: 7px; }

.AAc {
  margin-right: 0.4em;
  margin-left: 0.05em;
  color: #888;
  opacity: .7;
  transition: 0.135s; }

.AAf {
  overflow: hidden;
  max-height: 0; }

.AAb p {
  display: inline-block; }

.AAb svg {
  font-size: 20px !important; }

.show-h3 .AAb svg {
  transform: rotate(180deg); }

.show-h3 .AAf {
  max-height: none; }

.wholesale .title {
  font-size: 14.3px;
  line-height: 23.1374px;
  font-weight: 700;
  margin: 1em 0 0.3em; }

.wholesale .title .fa {
  margin-right: 0.4em;
  color: #e02417; }

.Ya {
  padding-top: 20px; }

.Za {
  transition: 125ms;
  box-shadow: 0 0 0 0 #fce2e1;
  margin-bottom: 15px;
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid #f9c4c0;
  background-color: #fef8f8;
  position: relative; }

.Za h4 {
  font-size: 1.2em;
  line-height: 1.9416em;
  margin-right: 4rem; }

.text-theme-red {
  color: #e02417; }

.Zc {
  position: absolute;
  top: -25px;
  right: -15px;
  width: 70px;
  height: 70px;
  background-color: #e02417;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding-top: 18px; }

.Za:focus,
.Za:hover {
  box-shadow: 0 0 0 4px #fce2e1; }

.wishlist-btn.red-wishlist .Fk {
  color: #c92015; }

.AEb {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 0;
  color: #666;
  font-size: 12.5px;
  line-height: 19.375px;
  font-weight: 600; }

.swatch-options {
  margin: 20px 0; }

.swatch-options .option {
  font-weight: 700; }

.swatch-options li:not(:last-child) {
  margin-right: 0.4em;
  margin-bottom: 0.4em; }

.swatch-options li.selected .vth-thumb {
  border: 2px solid #e02417; }

.swatch-options li.disabled {
  opacity: 1; }

.swatch-options li.disabled .vth-thumb {
  opacity: .7; }

.swatch-options ul.text li {
  background: #f0c000; }

.swatch-options ul.text li.selected {
  background: #b89300;
  color: #fff;
  background: #FFFBEA !important;
  border: 1px solid #FFDE50;
  color: #E6BB00; }

.swatch-options .vth-thumb {
  cursor: pointer;
  width: 60px; }

.swatch-options li {
  width: auto;
  padding: 6px 12px; }

.AAf .slider-nav {
  padding: 8px;
  background-color: #222; }

.AAf .slider-nav button.slick-arrow {
  display: none !important; }

.AAf .slick-track {
  padding: 8px 0; }

.AAf .slider-single button.slick-arrow {
  box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.85);
  background: #fff;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  z-index: 2; }

.AAf .slider-single .slick-prev {
  left: 35px; }

.AAf .slider-single .slick-next {
  right: 35px; }

.AAf .slider-single .slick-prev:before {
  content: "\f053";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 30px;
  color: #333;
  opacity: .35; }

.AAf .slider-single .slick-next:before {
  content: "\f054";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 30px;
  color: #333;
  opacity: .35; }

.AAf .Vb {
  box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.65);
  background-color: #fff;
  color: #555;
  border-radius: 6px;
  padding: 14px 20px;
  position: absolute;
  display: inline-block;
  z-index: 999;
  opacity: .95;
  left: 50%;
  transform: translateX(-50%);
  top: 20px; }

.product-content table {
  width: 100%; }

.product-content table th {
  border: 2px solid #dee2e6;
  padding: 12px;
  font-weight: bold; }

.product-content table td {
  border: 2px solid #dee2e6;
  padding: 12px; }

.product-content ul {
  list-style: disc;
  list-style-position: outside;
  -webkit-padding-start: revert; }

.product-mobile {
  display: none; }

.slider-pagi {
  display: none; }

.Za .header {
  display: none; }

.mobile-show {
  display: none; }

@media only screen and (max-width: 426px) {
  .wholesale {
    padding-top: 20px; }
  .mobile-show {
    display: block; }
  .wholesale h3.title {
    display: none; }
  .Za .header {
    display: block;
    position: absolute;
    z-index: 1;
    top: -18px;
    left: 10px;
    background: #fff;
    padding: 5px 10px;
    box-shadow: 0 1px 6px -3px rgba(0, 0, 0, 0.65);
    color: #e02417;
    font-size: 14.3px;
    font-weight: 700; }
  .Za {
    padding: 20px;
    background-color: #f4f4f4; }
  .Za .btn-theme-red {
    width: 100px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    margin: 60px calc(100% - 87px); }
  .gift .A0b {
    width: 86px;
    height: 86px;
    float: right; }
  .Za h4 {
    font-weight: bold; }
  .Zc {
    top: -25px;
    right: 15px;
    width: 40px;
    height: 40px;
    padding-top: 9px; }
  .fa-2x {
    font-size: 22px; }
  .AGb {
    margin-right: 0; }
  .vth-product-summary {
    background: #fc0;
    padding: 0 0 30px; }
  .product-images {
    margin-right: -15px;
    margin-left: -15px; }
  .product-loop.images .slider-single .slick-next:before,
  .product-loop.images .slider-single .slick-prev:before {
    font-size: 40px; }
  .product-loop.images .slider-single .slick-next {
    right: 10px; }
  .product-loop.images .slider-single .slick-prev {
    left: 10px; }
  .images .nav-outer {
    display: none; }
  .Fb {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700; }
  .Fc,
  .Fc + .Fe {
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px; }
  .short-desc p {
    font-size: 12px !important; }
  .short-desc span {
    font-size: 12px !important; }
  .Fl {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    padding: 0.7rem 25% 0.7rem 1rem;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 -2px 10px -6px #000; }
  .Fl .mr-2 {
    display: none; }
  .Fi,
  .Fj {
    display: flex;
    align-items: center;
    flex-grow: 1; }
  .btn-theme-red {
    width: 250px;
    display: flex;
    justify-content: center; }
  .product-desktop {
    display: none; }
  .product-mobile {
    display: block; }
  .AGa {
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
    display: inline-block; }
  .Ko {
    height: 68px; }
  .Ka h4 {
    font-weight: 700;
    font-size: 10.5px;
    line-height: 17.34496px; }
  .Kf.Kg .Ki,
  .Kf .Kh {
    font-size: 14px; }
  .Kf.Kg .Kh {
    font-size: 10.625px;
    opacity: .65;
    text-decoration: line-through; }
  .top-products .product-loop .owl-nav div {
    display: none !important; }
  .gutter-sm-50 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px; }
  .gutter-sm-50.row {
    margin-right: -15px;
    margin-left: -15px; }
  .slider-pagi {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 16px;
    color: #777;
    padding: 0 10px;
    border: 1px solid #777;
    border-radius: 20px;
    background: #fff; } }

.countdown-sale .countdown-value {
  font-size: 22px;
  line-height: calc(30 / 22);
  font-weight: 700;
  background: #FF4040;
  color: #fff;
  display: inline-block;
  width: 57px;
  text-align: center;
  border-radius: 20px; }

.countdown-sale span:not(.countdown-value) {
  font-size: 25px;
  line-height: calc(35 / 25);
  color: #FF4040;
  display: inline-block;
  width: 15px;
  text-align: center; }

.inventory-tag {
  display: inline-block;
  border-radius: 14px;
  max-width: 234px;
  width: 100%;
  position: relative;
  text-align: center;
  height: 28px;
  line-height: 28px; }

.inventory-tag span {
  font-size: 13px;
  line-height: calc(18 / 13); }

.inventory-normal {
  background: #E3E3E3; }

.inventory-normal .icon-inventory {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  line-height: 0; }

.inventory-normal span {
  font-weight: 400; }

.inventory-soldout {
  background: rgba(255, 74, 34, 0.8);
  margin-top: 25px; }

.inventory-soldout .icon-soldout {
  position: absolute;
  line-height: 0;
  bottom: 0;
  left: 13px; }

.inventory-soldout span {
  font-weight: 600;
  color: #fff; }

.service-product {
  padding-top: 15px;
  margin-top: 18px;
  border-top: 1px solid rgba(194, 194, 194, 0.6);
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(194, 194, 194, 0.6);
  margin-bottom: 14px; }

.service-product .service-product__list {
  overflow: hidden; }

.service-product__list:not(.swiper-initialized) .service-product__item {
  width: calc(100% / 4); }

.service-product__list .service-product__item:not(.active) {
  background: #EDEDED;
  border: 1px solid #B3B3B3;
  opacity: 0.3;
  pointer-events: none; }

.service-product__list .service-product__item.active {
  background: #FFFBEA;
  border: 1px solid #FFCF00; }

.service-product__list .service-product__item {
  padding: 8px 10px 10px;
  min-width: 133px;
  text-align: center;
  border-radius: 7px;
  display: flex;
  align-items: center;
  margin-right: 4px; }

.service-product__list .service-product__item a {
  display: flex;
  align-items: center;
  text-decoration: none; }

.service-product__list .service-product__item .service-icon {
  width: 40px;
  height: 30px;
  text-align: center;
  line-height: 30px; }

.service-product__list .service-product__item .service-name {
  font-weight: 700;
  font-size: 11px;
  line-height: calc(11 / 11);
  color: #000;
  text-transform: initial;
  width: calc(100% - 40px); }

.service-product__list::-webkit-scrollbar {
  width: 10px;
  height: 4px; }

.service-product__list::-webkit-scrollbar-track {
  background: #f1f1f1; }

.service-product__list::-webkit-scrollbar-thumb {
  background: #888; }

.service-product__list::-webkit-scrollbar-thumb:hover {
  background: #555; }

.ega-btn-preorder.btn-popup-promotion {
  display: inline-block;
  height: 32px;
  width: 201px;
  background: #FF3F3F;
  border: 1px solid #D90000;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  position: relative;
  padding-left: 30px;
  margin-right: 8px;
  text-decoration: none; }

.ega-btn-preorder.btn-popup-promotion svg {
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%); }

.ega-btn-preorder.btn-popup-promotion span {
  font-weight: 700;
  font-size: 15px;
  color: #fff; }

#promotion_app .modal-content {
  background: transparent;
  box-shadow: none;
  padding-bottom: 42px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px; }

#promotion_app .close-modal-app {
  position: absolute;
  top: 30px;
  z-index: 3;
  right: 20px; }

.modal-body .section-promotion-app {
  margin-bottom: 40px; }

.modal-body .section-promotion-app:nth-child(2) {
  margin-bottom: 0; }

.section-promotion-app .title-section,
.product-main .title-section {
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0 35px; }

.promotion-app-list {
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 20px;
  padding-top: 7px;
  margin-left: -6.5px;
  margin-right: -6.5px; }

.promotion-app-list.row .product-gift-item {
  padding-left: 6.5px;
  padding-right: 6.5px;
  display: inline-block;
  float: initial;
  white-space: initial; }

.product-gift-item.soldout {
  pointer-events: none; }

.product-gift-item .product-gift-box {
  background: #EFEFEF;
  border: 1px solid #CBCBCB;
  border-radius: 12px;
  padding: 9px 11px 13px 10px;
  cursor: pointer; }

.product-gift-item.gift-active .product-gift-box {
  background: rgba(255, 222, 80, 0.6) !important;
  border: 1px solid #FFDE50; }

.product-gift-item.soldout .product-gift-box {
  background: rgba(239, 239, 239, 0.4);
  border: 1px solid rgba(203, 203, 203, 0.4); }

.product-gift-item .product-gift-box:hover {
  background: rgba(255, 222, 80, 0.25);
  border: 1px solid #FFDE50; }

.product-gift-item .product-gift-top {
  display: flex; }

.product-gift-item .image {
  flex: 0 0 70px;
  height: 70px;
  border-radius: 8px;
  overflow: hidden; }

.product-gift-item .gift-info {
  flex: 0 0 calc(100% - 70px);
  padding-left: 6px; }

.product-gift-item .gift-info select {
  width: 100%;
  height: 20px;
  background: #EFEFEF;
  border: 1px solid #CBCBCB;
  border-radius: 12px;
  padding: 0 15px 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  outline: none;
  line-height: 20px;
  position: relative; }

.product-gift-item .variant-gift-inner {
  position: relative;
  margin-top: 12px; }

.product-gift-item .variant-gift-inner .icon-select {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: url("angle-down.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  right: 5px;
  top: 50%;
  transform: translateY(-50%); }

.product-gift-item .gift-name {
  font-weight: 700;
  font-size: 10px;
  color: #253F9C;
  line-height: calc(14 / 10);
  display: inline-block;
  margin: 0; }

.product-gift-item .gift-name span {
  font-weight: 400;
  color: #000; }

.product-gift-item .preorder-process {
  margin-top: 8px; }

.product-gift-item .process-bar {
  position: relative;
  width: 100%;
  height: 12px;
  background: #E8E8E8;
  border-radius: 999px;
  overflow: hidden; }

.product-gift-item .preorder-num {
  font-weight: 400;
  font-size: 10px;
  line-height: calc(16 / 10); }

.product-gift-item .process-bar .percent-process-app {
  position: absolute;
  content: "";
  width: 30%;
  height: 100%;
  background: #25CF88;
  border-radius: inherit; }

.promotion-app-list.coupon-app-list .item-voucher,
.promotion-app-list.coupon-app-list .item-voucher-cd {
  padding-left: 6.5px;
  padding-right: 6.5px;
  display: inline-block;
  float: initial;
  white-space: initial;
  vertical-align: top; }

.product-action-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  bottom: 0;
  z-index: 999; }

.product-action-bottom .product-action-list {
  display: flex; }

.product-action-bottom .product-menu__item {
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 55px; }

.product-action-bottom .product-menu__item:nth-child(1) {
  background: #3F8CFF;
  border-top-left-radius: 20px; }

.product-action-bottom .product-menu__item:nth-child(2),
.product-action-bottom .product-menu__item:nth-child(3) {
  background: #FF3F3F; }

.product-action-bottom .product-menu__item:nth-child(4) {
  background: #000000;
  border-top-right-radius: 20px; }

.product-action-bottom .product-menu__item a {
  display: block;
  padding: 7px 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-decoration: none; }

.product-action-bottom .product-menu__item .product-menu__icon img {
  margin-bottom: 2px; }

.product-action-bottom .product-menu__item .product-menu__title {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 1; }

.ega-cr-addon.ega-cr-addon--default {
  display: none; }

.promotion-app-list::-webkit-scrollbar {
  width: 10px;
  height: 4px; }

.promotion-app-list::-webkit-scrollbar-track {
  background: #f1f1f1; }

.promotion-app-list::-webkit-scrollbar-thumb {
  background: #888; }

.promotion-app-list::-webkit-scrollbar-thumb:hover {
  background: #555; }

#promotion_app .modal-body {
  padding-bottom: 42px;
  background: #fff;
  border-radius: 30px; }

.section-promotion-actions {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 450px;
  width: 100%; }

.section-promotion-actions .btn-promotion {
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  height: 44px;
  line-height: 44px;
  padding: 0 8px 0 20px;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  position: relative; }

.section-promotion-actions .btn-promotion.clicked {
  opacity: 0.5;
  pointer-events: none;
  background: #dbdbdb !important; }

.section-promotion-actions .btn-promotion svg {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%); }

.section-promotion-actions .btn-promotion svg {
  margin-right: 5px; }

.btn-promotion.support-promotion {
  background: #3F8CFF;
  border: 1px solid #3348FF;
  margin-right: 8px; }

.btn-promotion.addcart-promotion {
  background: #FF3F3F;
  border: 1px solid #D90000; }

.addcart-promotion.add-disabled {
  pointer-events: none; }

.promotion-gift-list .gift-empty {
  text-align: center;
  margin: 0; }

.service-product__list .swiper-button-prev {
  left: 0;
  width: initial; }

.service-product__list .swiper-button-next {
  right: 0;
  width: initial; }

.service-product__list .swiper-button-next,
.service-product__list .swiper-button-prev {
  background: none;
  color: #333; }

.service-product__list .swiper-button-next:after,
.service-product__list .swiper-button-prev:after {
  font-size: 25px; }

.blc-nonclick {
  pointer-events: none;
  opacity: 0.6; }

.product-main .product-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.product-main .product-main__img {
  width: 112px;
  height: 112px;
  border-radius: 13px;
  position: relative;
  overflow: hidden; }

.product-main .product-main__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.product-main .product-main__info {
  width: calc(100% - 112px);
  padding-left: 9px; }

.product-main .swatch-elem {
  background: #EDEDED;
  border: 1px solid #B3B3B3;
  border-radius: 7px;
  width: 100%;
  outline: none;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
  font-size: 15px;
  line-height: calc(20 / 15);
  color: #000000;
  margin-bottom: 5px;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("angle-down.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 95%; }

.product-main .box-quantity {
  margin-top: 12px;
  max-width: 96px;
  width: 100%;
  position: relative;
  border-radius: 16px; }

.product-main .box-quantity .qty-popup {
  font-weight: 700;
  font-size: 15px;
  line-height: 260.4%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000;
  width: 32px;
  height: 32px;
  justify-content: center;
  background: #E2E3E3;
  position: absolute;
  top: 0;
  z-index: 2;
  text-decoration: none; }

.box-quantity .qty-popup.btn-qty-minus {
  left: 0;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px; }

.box-quantity .qty-popup.btn-qty-plus {
  right: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px; }

.box-quantity input {
  width: 100%;
  height: 32px;
  font-weight: 700;
  font-size: 15px;
  line-height: 260.4%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  padding: 0 32px; }

@media (max-width: 991px) and (min-width: 768px) {
  #promotion_app .modal-dialog {
    max-width: 720px;
    width: 100%;
    margin-top: 100px; }
  .promotion-app-list.coupon-app-list .item-voucher,
  .promotion-app-list.coupon-app-list .item-voucher-cd,
  .promotion-app-list.row .product-gift-item {
    width: 40%; }
  .ega-btn-preorder.btn-popup-promotion svg {
    left: 12px; } }

@media (min-width: 992px) {
  #promotion_app .modal-dialog {
    max-width: 860px;
    width: 100%;
    margin-top: 100px; } }

@media (max-width: 991px) {
  .promotion-app-list.row {
    padding-right: 50px; }
  .promotion-gift-list .gift-empty {
    padding-left: 50px; } }

@media (max-width: 767px) {
  .promotion-app-list {
    padding-bottom: 7px; }
  .section-promotion-app .title-section,
  .product-main .title-section {
    margin-bottom: 8px;
    padding: 0 20px;
    font-size: 14px; }
  .modal-body .section-promotion-app {
    margin-bottom: 7px !important;
    padding-top: 7px;
    border-top: 1px solid #E1E1E1; }
  #promotion_app {
    z-index: 999999; }
  #promotion_app .modal-dialog {
    position: fixed;
    bottom: 0;
    margin: 0;
    transform: translateY(100%); }
  #promotion_app.in .modal-dialog {
    transform: translateY(0%);
    max-width: 100%;
    width: 100%; }
  #promotion_app .modal-content {
    padding-bottom: 20px;
    background: #fff; }
  #promotion_app .modal-content .modal-body {
    max-height: 90vh;
    height: 100%;
    overflow: hidden;
    overflow-y: auto; }
  #promotion_app .close-modal-app {
    top: 5px; }
  .promotion-app-list.row {
    padding-bottom: 0; }
  .voucher-box .voucher-name {
    font-size: 14px; }
  .promotion-app-list.row .item-voucher,
  .promotion-app-list.row .item-voucher-cd,
  .promotion-app-list.row .product-gift-item {
    width: 100%; }
  .voucher-box .voucher-actions .btn-get-voucher {
    font-size: 16px; }
  .countdown-sale .countdown-value {
    font-size: 20px; }
  .section-promotion-actions {
    max-width: 100%;
    bottom: 0;
    position: fixed;
    z-index: 999; }
  .section-promotion-actions .btn-promotion {
    font-size: 14px;
    justify-content: center;
    -webkit-justify-content: center;
    text-align: center;
    height: 45px;
    line-height: 45px; }
  .section-promotion-actions .btn-promotion.addcart-promotion {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 70%;
    background: #FFDE50;
    border-color: #FFDE50;
    color: #000; }
  .section-promotion-actions .btn-promotion svg {
    position: relative;
    transform: unset;
    top: initial;
    left: initial;
    margin-right: 15px; }
  .section-promotion-actions .btn-promotion svg path {
    fill: #000; }
  .section-promotion-actions .btn-promotion.buynow-promotion {
    width: 45%;
    background: #FF3F3F;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #FF3F3F; }
  .btn-promotion.support-promotion {
    display: none; }
  .product-main .swatch-elem {
    height: 35px;
    font-size: 13px; } }

.starbap-popup__box {
  max-width: 350px;
  width: 100%; }

/** Roadmap NewStyle **/
/*
.newroadmap.newroadmap--desk {
display: none;
}
*/
.newroadmap.newroadmap--mb {
  display: block; }

.wrapper-cm-soon * {
  line-height: 1.5; }

.wrapper-cm-soon p, .wrapper-cm-preorder p {
  margin: 0; }

.wrapper-cm-soon,
.wrapper-cm-preorder {
  margin-top: 60px;
  margin-bottom: 30px; }

.group-progressbar-detail {
  display: flex;
  align-items: flex-start;
  width: 100%; }

.group-progressbar-detail * {
  transition: 0.2s all ease; }

.group-progressbar-detail .item-step {
  flex-direction: column;
  cursor: pointer; }

.group-progressbar-detail .step-1 {
  flex: 0 0 26%;
  width: 26%; }

.d-flex {
  display: flex; }

.group-progressbar-detail * {
  transition: 0.2s all ease; }

.group-progressbar-detail .item-step .group-icon {
  margin-bottom: 16px; }

.icon {
  vertical-align: middle;
  display: block; }

.group-progressbar-detail * {
  transition: 0.2s all ease; }

.group-progressbar-detail .item-step .group-icon .icon {
  transition: 0.2s all ease;
  position: relative; }

.group-progressbar-detail .item-step .group-icon .icon.icon-1 {
  left: -6px; }

.group-progressbar-detail .item-step .group-icon img {
  width: 32px;
  height: 32px; }

.group-progressbar-detail .item-step .group-icon .icon img {
  position: relative;
  transition: 0.2s all; }

.group-progressbar-detail .item-step .group-icon .icon.icon--truck {
  position: relative;
  width: 42px; }

.group-progressbar-detail .item-step .group-icon .icon.icon--truck img {
  position: absolute;
  bottom: 0;
  left: 0; }

.group-progressbar-detail .item-step .group-icon .icon.icon-last {
  position: relative;
  width: 50px; }

.group-progressbar-detail .item-step .group-icon .icon.has-toggle.icon-last:after {
  top: -3px;
  right: auto;
  left: calc(100% + 22px); }

.group-progressbar-detail .item-step .group-icon .icon.icon-last img {
  position: absolute; }

.btn-toggle-tool-tip,
.content-tool-tip {
  display: none; }

.tool-tips-desk {
  position: absolute;
  display: none;
  z-index: 9;
  left: -50%;
  bottom: 100%;
  margin-bottom: 15px;
  top: auto;
  background: #fff;
  box-shadow: 5px 3px 20px #000000;
  border-radius: 10px;
  padding: 15px;
  width: 444px;
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 400;
  text-align: justify;
  border-radius: 22px;
  padding-right: 45px; }

.group-progressbar-detail .item-step .group-icon .tool-tips-desk img {
  position: absolute !important;
  right: -50px;
  bottom: -15px;
  margin: 0;
  width: auto !important;
  height: auto !important;
  max-height: 100%; }

.group-progressbar-detail .item-step .group-icon .icon.has-toggle:after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("https://file.hstatic.net/1000269366/file/info_19031414b1ef46d59f002dbe4aa83fa9.png");
  display: block;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -16px; }

.group-progressbar-detail .step-1 .icon-2 {
  margin-left: 25%; }

.group-progressbar-detail .blood-bar {
  width: 100%;
  flex: 0 0 100%;
  display: block;
  position: relative;
  background: #e0e0e0; }

.group-progressbar-detail .item-step .blood-bar .level-btn {
  width: 20px;
  height: 20px;
  border: 1px solid #d2d2d2;
  content: "";
  display: block;
  top: -6px;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  left: -1px;
  z-index: 2; }

.group-progressbar-detail .item-step .blood-bar .level-btn.last-btn {
  right: 0;
  left: auto; }

.group-progressbar-detail .item-step.active-step .blood-bar .level-btn:not(.last-btn) {
  background: #E50027;
  border-color: #E50027; }

.group-progressbar-detail .item-step .blood-bar .progressbar-size {
  height: 8px;
  display: block;
  width: calc(100% - 17px);
  margin-left: 17px; }

.group-progressbar-detail .item-step.active-pin .blood-bar .progressbar-size {
  background: #747474;
  position: relative; }

.group-progressbar-detail .active-step .blood-bar .progressbar-size:after {
  height: 8px;
  content: "";
  display: block;
  background: #E50027;
  width: var(--width-progress); }

.group-progressbar-detail .name-bar {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 16px;
  display: flex;
  position: relative;
  justify-content: space-between; }

.group-progressbar-detail .step-1 .name-bar {
  left: -30px; }

.group-progressbar-detail .name-bar .step-name > div,
.group-progressbar-detail .name-bar .step-name > span {
  display: block; }

.btn-toggle-tool-tip,
.content-tool-tip {
  display: none; }

.btn-toggle-tool-tip.active-rotate img,
.btn-toggle-tool-tip.active-rotate .fa {
  transform: rotate(180deg); }

.group-progressbar-detail .name-bar .step-name {
  text-align: center; }

.group-progressbar-detail .item-step.step-3 .name-bar .step-name.step-name-3 {
  flex: 1; }

.group-progressbar-detail .name-bar .step-name > div,
.group-progressbar-detail .name-bar .step-name > span {
  display: block; }

.wrapper-cm-soon .group-progressbar-detail .step-1 .name-bar .step-name.step-name-2 > span {
  position: relative;
  color: #E50027; }

.group-progressbar-detail .step-1 .name-bar .hv-red span:before {
  content: "";
  left: -10px;
  top: -2.5px;
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 5px);
  display: block;
  background: #E50027;
  z-index: -1;
  border-radius: 20px;
  transform: scale(0);
  transition: 0.2s all ease; }

.group-progressbar-detail .step-2,
.group-progressbar-detail .step-3 {
  flex: 0 0 37%;
  width: 37%; }

.group-progressbar-detail .time-bar {
  margin-top: 10px;
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  background: #E50027;
  color: #fff;
  border-radius: 6px;
  transition: 0.2s all ease;
  width: max-content;
  margin-left: auto;
  margin-right: auto; }

.group-progressbar-detail .time-bar.bg-white-mob {
  background: transparent;
  color: #000;
  border: 1px solid #1A1A1A; }

.group-progressbar-detail .step-1:hover ~ .step-2 .time-bar {
  background: #E50027; }

.group-progressbar-detail .step-2 .name-bar {
  left: -55px; }

.group-progressbar-detail .name-bar .time-bar {
  text-transform: capitalize; }

.group-progressbar-detail .name-bar .bg-red {
  background: #E50027;
  display: inline-block !important;
  padding: 2px 8px;
  border-radius: 20px;
  color: #fff;
  text-transform: capitalize; }

.group-progressbar-detail .step-3 .group-icon {
  justify-content: space-between; }

.group-progressbar-detail .name-bar .step-name .small {
  text-transform: initial;
  font-weight: 300; }

.progressbar-coming-soon .step-3 .name-bar .step-name-1 {
  left: -60px;
  position: relative; }

.group-progressbar-detail .step-3 .tool-tips-desk {
  right: 0;
  left: auto; }

.group-progressbar-detail .step-3:hover .step-name-3 .time-bar {
  background: #E50027; }

@media (min-width: 1600px) {
  .wrapper-cm-soon {
    width: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto; }
  .group-progressbar-detail .name-bar .step-name span {
    font-size: 16px; }
  .group-progressbar-detail .name-bar .step-name .bg-red {
    font-size: 18px;
    padding: 8px 10px; }
  .group-progressbar-detail .time-bar > p {
    font-size: 18px; }
  .group-progressbar-detail .time-bar > p.small {
    font-size: 16px; }
  .group-progressbar-detail .time-bar.bg-white-mob {
    padding: 8px; }
  .group-progressbar-detail .time-bar.bg-white-mob > p.small {
    font-size: 14px; }
  .group-progressbar-detail .step-2 .name-bar {
    left: -75px; }
  .group-progressbar-detail .name-bar .step-name.step-name-3 {
    position: relative;
    right: -100px; } }

@media (min-width: 1200px) {
  .newroadmap.newroadmap--desk {
    display: block; }
  .newroadmap.newroadmap--mb {
    display: none; }
  .group-progressbar-detail .item-step:hover .blood-bar .progressbar-size {
    box-shadow: 0 0 12px #333; }
  .group-progressbar-detail .item-step .group-icon .icon.has-toggle:hover .tool-tips-desk {
    display: block; }
  .wrapper-cm-soon .group-progressbar-detail .step-1:hover .name-bar .hv-red span {
    color: #fff;
    position: relative;
    background: transparent;
    z-index: 1; }
  .group-progressbar-detail .step-1:hover .name-bar .hv-red span:before {
    transform: scale(1); }
  .group-progressbar-detail .item-step .group-icon .icon.icon--truck img {
    width: 42px;
    height: 42px; }
  .group-progressbar-detail .item-step .group-icon .icon.icon-last img {
    width: 40px;
    height: 40px;
    left: calc(100% - 18px); } }

@media (max-width: 767px) {
  .wrapper-cm-soon,
  .wrapper-cm-preorder {
    margin-top: 10px; }
  .group-progressbar-detail {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    flex-direction: column; }
  .group-progressbar-detail .item-step {
    flex-direction: initial;
    cursor: pointer;
    flex-wrap: wrap;
    width: 100% !important;
    flex: 100% !important;
    display: flex;
    min-height: 100px; }
  .group-progressbar-detail .item-step .group-icon {
    margin: 0; }
  .group-progressbar-detail .item-step .group-icon {
    flex: 0 0 35px;
    width: 35px;
    flex-direction: column;
    align-items: center;
    padding-right: 5px; }
  .group-progressbar-detail .item-step .group-icon .icon {
    left: 0 !important;
    margin: 0;
    top: -6px; }
  .group-progressbar-detail .step-2 .name-bar .time-bar,
  .group-progressbar-detail .step-1 .icon-2,
  .group-progressbar-detail .step-2 .name-bar .step-name-2 {
    display: none; }
  .group-progressbar-detail .item-step .group-icon .icon {
    left: 0 !important;
    margin: 0; }
  .tool-tips-mobile {
    display: none;
    font-weight: 400;
    transition: none;
    text-transform: initial;
    width: 100%;
    flex: 0 0 100%; }
  .tool-tips-mobile.vth-show {
    display: block; }
  .group-progressbar-detail .name-bar .bg-red {
    padding: 0 8px; }
  .group-progressbar-detail .blood-bar {
    width: 20px;
    flex: 0 0 20px;
    background: none; }
  .group-progressbar-detail .name-bar {
    left: 0 !important;
    width: calc(100% - 55px);
    margin-top: 0;
    padding-left: 15px;
    flex-direction: column;
    align-items: flex-start; }
  .group-progressbar-detail .item-step .blood-bar .progressbar-size {
    width: 8px !important;
    margin: 18px auto 0;
    height: calc(100% - 18px);
    background: #e0e0e0; }
  .btn-toggle-tool-tip {
    display: inline-block;
    margin-left: 15px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    background: #D2D2D2;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: none; }
  .group-progressbar-detail .name-bar {
    left: 0 !important;
    width: calc(100% - 55px);
    margin-top: 0;
    padding-left: 15px;
    flex-direction: column;
    align-items: flex-start; }
  .group-progressbar-detail .name-bar .step-name .has-tool-tip {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2px; }
  .group-progressbar-detail .name-bar .step-name {
    left: 0 !important;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 0 !important; }
  .group-progressbar-detail .name-bar .step-name:last-child {
    margin-bottom: 0; }
  .group-progressbar-detail .time-bar.bg-white-mob {
    background: #fff;
    color: #000;
    border: 1px solid #ccc; }
  .group-progressbar-detail .item-step .blood-bar .level-btn.last-btn {
    bottom: 0;
    top: auto; }
  .group-progressbar-detail .item-step .group-icon .icon.has-toggle:after {
    display: none; }
  .group-progressbar-detail .active-step .blood-bar .progressbar-size:after {
    height: var(--width-progress);
    width: 8px; }
  .group-progressbar-detail .time-bar {
    margin: 0; }
  .group-progressbar-detail .item-step .group-icon .icon.icon--truck,
  .group-progressbar-detail .item-step .group-icon .icon.icon-last {
    height: 20px; }
  .group-progressbar-detail .item-step .group-icon .icon.icon--truck img {
    top: 50%;
    transform: translateY(-50%); }
  .group-progressbar-detail .item-step .group-icon .icon.icon-last img {
    bottom: 0; } }

/*** CSS Roadmap PreOrder ***/
.wrapper-cm-preorder .progressbar-preorder .item-step .name-bar {
  left: 0;
  text-transform: capitalize;
  font-weight: normal; }

.wrapper-cm-preorder .progressbar-preorder .item-step .name-bar .head-tt {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap; }

.wrapper-cm-preorder .progressbar-preorder .item-step .name-bar .sale-percent {
  font-weight: bold;
  color: #25CF88;
  font-size: 16px; }

.wrapper-cm-preorder .progressbar-preorder .item-step .name-bar small {
  font-size: 12px;
  color: initial; }

.wrapper-cm-preorder .progressbar-preorder .step-1 {
  flex: 0 0 17%;
  width: 17%; }

.wrapper-cm-preorder .progressbar-preorder .step-2 .name-bar,
.wrapper-cm-preorder .progressbar-preorder .step-3 .name-bar {
  justify-content: center; }

.wrapper-cm-preorder .progressbar-preorder .step-2 {
  flex: 0 0 23%;
  width: 23%; }

.wrapper-cm-preorder .progressbar-preorder .step-3 {
  flex: 0 0 27%;
  width: 27%; }

.wrapper-cm-preorder .progressbar-preorder .step-4 {
  flex: 0 0 33%;
  width: 33%; }

.wrapper-cm-preorder .progressbar-preorder .step-4 .group-icon {
  justify-content: space-between; }

.wrapper-cm-preorder .progressbar-preorder .step-4 .name-bar .step-name {
  flex: 1; }

.wrapper-cm-preorder .progressbar-preorder .step-4 .name-bar .step-name-1 {
  margin-left: -65px; }

.wrapper-cm-preorder .progressbar-preorder .step-4 .name-bar .step-name-3 {
  margin-right: -7%; }

.wrapper-cm-preorder .progressbar-preorder .step-4 .name-bar .bg-red {
  min-width: 100px;
  background: #25CF88;
  font-size: 16px; }

.wrapper-cm-preorder .progressbar-preorder .item-step.step-4 .name-bar small {
  margin: 0 auto;
  max-width: 185px;
  display: block; }

.wrapper-cm-preorder .progressbar-preorder .step-1 .step-name-1 {
  margin-left: -35px; }

.group-progressbar-detail .item-step.step-4 .group-icon .tool-tips-desk {
  right: 0;
  left: auto; }

@media (max-width: 1199px) and (min-width: 768px) {
  .wrapper-cm-preorder .progressbar-preorder .step-1 .step-name-1 {
    margin-left: -25px; }
  .wrapper-cm-preorder .progressbar-preorder .item-step .name-bar small {
    font-size: 10px; }
  .wrapper-cm-preorder .progressbar-preorder .item-step .name-bar .sale-percent {
    font-size: 14px; }
  .wrapper-cm-preorder .progressbar-preorder .item-step .name-bar .head-tt {
    font-size: 12px; }
  .wrapper-cm-preorder .progressbar-preorder .step-4 .name-bar .step-name-2 small {
    max-width: 110px;
    display: block;
    margin: 0 auto; }
  .wrapper-cm-preorder .progressbar-preorder .step-4 .name-bar .step-name-1 {
    margin-left: -55px; }
  .wrapper-cm-preorder .progressbar-preorder .step-3 {
    flex: 0 0 25%;
    width: 25%; }
  .wrapper-cm-preorder .progressbar-preorder .step-4 {
    flex: 0 0 35%;
    width: 35%; }
  .wrapper-cm-preorder .progressbar-preorder .step-4 .name-bar .step-name-3 {
    margin-right: -40px; } }

.wrapper-cm-preorder .progressbar-preorder .step-4 .name-bar .step-name-3 {
  margin: 0; }

.progressbar-preorder .item-step.active-step .blood-bar .level-btn:not(.last-btn) {
  background: #25CF88;
  border-color: #25CF88; }

.progressbar-preorder .active-step .blood-bar .progressbar-size:after {
  background: #25CF88; }

.group-progressbar-detail .active-step .blood-bar .progressbar-size.with-pin:after {
  display: none; }

.group-progressbar-detail .active-step .blood-bar .progressbar-size.with-pin .progressbar-load {
  position: relative;
  height: 8px;
  content: "";
  display: block;
  background: #25CF88;
  width: var(--width-progress); }

.group-progressbar-detail .active-step .blood-bar .progressbar-size.with-pin .progressbar-load .progressbar-pin {
  position: absolute;
  right: -16px;
  bottom: calc(100% + 16px); }

.item-step .progressbar-load .progressbar-pin {
  display: none; }

.item-step.active-pin .progressbar-load .progressbar-pin {
  display: block; }

.item-step.step-1 .progressbar-size.mini-progress .progressbar-load .progressbar-pin {
  display: none; }

@media (min-width: 1200px) {
  .wrapper-cm-preorder .progressbar-preorder .item-step .name-bar .head-tt span.break-line {
    display: block; } }

@media (min-width: 1600px) {
  .wrapper-cm-preorder .progressbar-preorder .step-4 .name-bar .step-name-1 {
    margin-left: -100px; } }

@media (max-width: 767px) {
  .group-progressbar-detail .active-step .blood-bar .progressbar-size.with-pin .progressbar-load {
    height: var(--width-progress);
    width: 8px; }
  .item-step.active-pin .progressbar-load .progressbar-pin {
    display: none; }
  .group-progressbar-detail .name-bar .step-name .small {
    font-size: 14px; }
  .group-progressbar-detail .name-bar .time-bar > p.capitalize {
    font-size: 14px; } }

/*** Gift Box ***/
.giftbox {
  font-size: 14px;
  display: grid;
  grid-template-columns: 1fr .9fr;
  margin-bottom: 30px;
  position: relative;
  /*overflow: hidden;*/ }

.giftbox:before, .giftbox:after {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #f5f4f7;
  top: 50%;
  left: -25px;
  content: "";
  border-radius: 50%;
  transform: translateY(-50%); }

.giftbox:after {
  left: auto;
  right: -25px; }

.gift-time {
  display: grid;
  border: 1px solid #E50027;
  border-radius: 999px;
  padding: 5px 40px;
  grid-template-columns: 1fr 145px;
  gap: 10px; }

.number-bold {
  color: #E50027;
  font-size: 60px;
  font-weight: 700; }

.time-right .number-bold {
  font-size: 32px; }

.time-left {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: center; }

.time-left-text {
  font-size: 18px;
  font-weight: bold; }

.time-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  border-left: 1.5px solid red;
  font-weight: bold; }

.gift-desc {
  text-align: center;
  padding-top: 30px; }

.gift-desc-content {
  display: inline-block;
  max-width: 80%;
  text-align: left;
  transition: max-height 0.5s ease-in-out;
  max-height: 300px;
  overflow: hidden;
  line-height: 1.3; }

.gift-desc .desc-toggle-btn {
  display: none;
  cursor: pointer; }

.gift-desc.content--overh .desc-toggle-btn {
  display: block; }

.gift-desc.content--overh.on-showall .desc-toggle-btn img {
  transform: rotate(180deg); }

.gift-desc.content--overh .gift-desc-content {
  position: relative;
  max-height: 200px;
  overflow: hidden; }

.gift-desc.content--overh.on-showless .gift-desc-content:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 25%;
  background: #fff;
  bottom: 0;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.42) 74.48%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(-180deg); }

.gift-desc.content--overh.on-showall .gift-desc-content {
  max-height: none; }

.giftbox-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: max-content 1fr;
  gap: 15px;
  row-gap: 20px; }

.giftbox-right .gift-action {
  grid-row: 2;
  grid-column: 1 / span 2; }

.giftbox-right .btn {
  background: #FFDE50;
  border-radius: 999px;
  font-weight: bold;
  padding: 10px 60px; }

.giftbox-image {
  border-radius: 5px;
  overflow: hidden; }

.giftbox-image > img {
  border-radius: 5px; }

.giftbox-info {
  text-align: center; }

.giftbox-info .pd-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.giftbox-info h3 {
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 25px; }

.gift-bottom {
  margin-top: 25px; }

.gift-bottom > span {
  font-size: 12px;
  line-height: 1.3;
  display: inline-block; }

.gift-count {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-bottom: 5px; }

.gift-count span.number {
  font-size: 22px; }

.giftbox-left, .giftbox-right {
  background: #fff;
  padding: 40px;
  border-radius: 40px; }

.giftbox-left {
  padding: 34px; }

.giftbox-left > svg, .giftbox-right > svg {
  display: none; }

.giftbox .giftbox-right {
  position: relative; }

.giftbox .dashed-line {
  position: absolute;
  height: 100%;
  width: 2px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 5px;
  left: -2px; }

.giftbox .gift-label {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #25CF88;
  padding: 14px;
  border-radius: 50%;
  width: 65px;
  height: 65px; }

.giftbox .giftbox-left .gift-label {
  display: none; }

.giftbox .dashed-line > span {
  display: block;
  width: 100%;
  height: 19px;
  background: #f4f4f6;
  border-radius: 999px; }

.giftbox .gift-time.lastday .time-left {
  text-align: center; }

.giftbox .gift-time.lastday .number-bold {
  font-size: 36px;
  line-height: 1; }

.giftbox .gift-time.lastday .time-left {
  grid-template-columns: auto;
  grid-template-rows: auto auto; }

.gift-time.gift--preoder {
  border-color: #7C7C7C;
  padding: 3px;
  grid-template-columns: 60px 1fr;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase; }

.gift-time.gift--preoder .gift-head-icon {
  width: 60px;
  height: 60px;
  background: #FFDE50;
  border-radius: 50%;
  padding: 10px;
  text-align: center; }

@media (min-width: 1200px) {
  .giftbox .dashed-line {
    width: 2px;
    background: linear-gradient(to bottom, #E6E6E6 0%, #E6E6E6 50%, transparent 50%, transparent 100%);
    background-size: 3px 30px; }
  .giftbox .dashed-line > span {
    display: none; }
  .giftbox.has-shapesvg:before, .giftbox.has-shapesvg:after {
    z-index: 1; }
  .giftbox.has-shapesvg .giftbox-left {
    position: relative;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .giftbox.has-shapesvg .giftbox-right {
    position: relative;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .giftbox.has-shapesvg .giftbox-left svg,
  .giftbox.has-shapesvg .giftbox-right svg {
    display: block;
    position: absolute;
    width: 40px;
    top: 0;
    right: -20px;
    z-index: 1; }
  .giftbox.has-shapesvg .giftbox-right svg {
    top: auto;
    right: auto;
    bottom: 0;
    left: -20px; } }

@media (max-width: 991px) {
  .giftbox {
    grid-template-columns: auto;
    padding-top: 30px; }
  .giftbox-left, .giftbox-right {
    border-radius: 10px;
    padding: 20px 10px; }
  .gift-time {
    padding: 5px 15px;
    grid-template-columns: 1fr 120px; }
  .number-bold, .time-right .number-bold, .giftbox .gift-time.lastday .number-bold {
    font-size: 24px; }
  .time-left-text {
    font-size: 14px; }
  .giftbox:before, .giftbox:after, .giftbox .gift-label {
    display: none; }
  .giftbox-right {
    grid-template-columns: auto; }
  .giftbox-right .gift-action {
    grid-row: auto;
    grid-column: auto; }
  .giftbox .dashed-line {
    width: 100%;
    height: 4px;
    flex-direction: row; }
  .giftbox .dashed-line > span {
    height: 3px;
    width: 20px; }
  .giftbox-right:before, .giftbox-right:after {
    position: absolute;
    width: 34px;
    height: 34px;
    background: #f5f4f7;
    left: -17px;
    content: "";
    border-radius: 50%;
    bottom: auto;
    top: -17px; }
  .giftbox-right:after {
    position: absolute;
    width: 34px;
    height: 34px;
    background: #f5f4f7;
    left: auto;
    right: -17px;
    content: "";
    border-radius: 50%;
    bottom: auto;
    top: -17px; }
  .giftbox .giftbox-left .gift-label {
    display: block;
    width: 50px;
    height: 50px;
    padding: 10px;
    top: 10px;
    right: 0; }
  .gift-time.gift--preoder {
    font-size: 16px; } }

#preorder-option-popup .ega-popup-tooltip.buysoon {
  position: relative;
  width: auto;
  height: 50px;
  line-height: 50px;
  background: #EFEFEF;
  border-radius: 999px;
  border: 1px solid;
  font-size: 20px;
  transform: none;
  padding-left: 50px;
  left: auto;
  bottom: 0; }

#preorder-option-popup .ega-popup-tooltip.buysoon .roadmap-tooltip-content {
  left: auto;
  right: 0;
  background: #636363;
  color: #fff;
  border-radius: 10px;
  border: 1px solid rgba(40, 40, 40, 0.77);
  padding: 16px; }

#preorder-option-popup .buysoon-body {
  font-weight: bold;
  font-size: 20px; }

#preorder-option-popup .buysoon-body > span {
  font-weight: normal;
  font-size: 18px; }

#preorder-option-popup .buysoon-icon {
  position: absolute;
  left: 4px;
  top: 4px;
  background: #E50027;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%; }

#preorder-option-popup .buysoon-icon img {
  margin: 0; }

#preorder-option-popup .buysoon-left {
  display: none; }

#preorder-option-popup .buysoon-icon.has-buysoonleft .buysoon-left--mb {
  display: none; }

#preorder-option-popup .buysoon-check {
  display: grid;
  background: #E50027;
  color: #fff;
  grid-template-columns: 30px 1fr;
  color: #fff;
  font-size: 12px;
  border-radius: 999px;
  padding: 5px;
  width: auto;
  line-height: 30px;
  gap: 10px;
  margin-top: 10px;
  cursor: pointer; }

#preorder-option-popup .buysoon-check.actived {
  background: #FFDE50;
  color: #333; }

#preorder-option-popup .buysoon-check.buysoon-check--mobile {
  display: none; }

.buysoon-check.buysoon-check--desktop {
  display: none; }

#preorder-option-popup .buysoon-check .buysoon-check-icon {
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  overflow: hidden; }

#preorder-option-popup .buysoon-check .buysoon-check-icon img {
  position: static;
  margin: 0;
  max-width: 18px; }

#preorder-option-popup .buysoon-check > span {
  line-height: inherit !important;
  font-size: 14px !important;
  font-weight: bold; }

@media (min-width: 1200px) {
  #preorder-option-popup .buysoon-check.buysoon-check--desktop {
    display: grid; }
  #preorder-option-popup .buysoon-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 15px; }
  #preorder-option-popup .buysoon-left {
    display: block;
    background: #E50027;
    color: #fff;
    padding: 5px 10px;
    border-radius: 999px;
    max-width: 145px;
    text-align: center;
    font-size: 12px;
    line-height: 1.2; }
  #preorder-option-popup .buysoon-left span {
    font-weight: bold;
    font-size: 22px; }
  #preorder-option-popup .ega-popup-tooltip.buysoon .roadmap-tooltip-content {
    bottom: calc(100% + 8px); }
  #preorder-option-popup .ega-popup-tooltip.buysoon .roadmap-tooltip-content:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    left: 0; } }

@media (max-width: 1199px) {
  #preorder-option-popup .buysoon-wrap {
    width: 100%; }
  #preorder-option-popup .ega-popup-tooltip.buysoon {
    margin: 15px 0;
    height: auto;
    border-radius: 8px;
    padding: 15px 22px;
    width: 100%;
    padding-top: 30px; }
  #preorder-option-popup .buysoon-body {
    font-size: 16px;
    line-height: 1.5; }
  #preorder-option-popup .buysoon-body > span {
    display: block;
    font-size: 12px; }
  #preorder-option-popup .buysoon-icon {
    left: 0;
    top: -10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%; }
  #preorder-option-popup .buysoon-icon img {
    max-width: 18px; }
  #preorder-option-popup .buysoon-icon.has-buysoonleft {
    display: grid;
    grid-template-columns: 15px 1fr;
    color: #fff;
    font-size: 12px;
    border-radius: 999px;
    padding: 5px 10px;
    width: auto;
    line-height: 20px;
    gap: 10px; }
  #preorder-option-popup .buysoon-icon.has-buysoonleft .buysoon-left--mb {
    display: block; }
  #preorder-option-popup .buysoon-icon.has-buysoonleft .buysoon-left--mb span {
    font-weight: bold;
    font-size: 16px; }
  #preorder-option-popup .buysoon-check.buysoon-check--mobile {
    display: grid; }
  #preorder-option-popup .buysoon-check.buysoon-check--mobile {
    grid-template-columns: 25px 1fr;
    gap: 5px; }
  #preorder-option-popup .buysoon-check.buysoon-check--mobile > span {
    font-size: 12px !important;
    font-weight: normal; }
  #preorder-option-popup .buysoon-check .buysoon-check-icon {
    width: 25px;
    height: 25px;
    line-height: 25px; }
  #preorder-option-popup .buysoon-check {
    line-height: 25px; }
  #ega-tooltip-popup.buysoon-popup--mb .modal-content {
    background: #E9E9E9;
    color: #333;
    border-radius: 10px;
    border: 1px solid rgba(40, 40, 40, 0.77);
    padding: 16px;
    text-align: justify; } }

@media (max-width: 991px) {
  #preorder-option-popup .modal-content {
    max-height: calc(100vh - 25px); } }

.sidebar-price-combo .ega-price-combo.combo-cms-cta .price-combo-body .combo-price-box .ega-buy-combo,
.ega-combo--mb .ega-price-combo.combo-cms-cta .price-combo-body .combo-price-box .ega-buy-combo {
  width: 100% !important; }

.combo-cms-cta.item-hot-combo .hot-combo-btn {
  width: 100% !important; }

.coming-soon-btn.cms--muachung {
  border-radius: 999px;
  border: none;
  padding: 0;
  width: 100%;
  margin: 0;
  height: auto;
  background: #FFDE50;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  height: 100%;
  height: 44px;
  margin-top: 20px; }

.product--onshowcase .newroadmap.newroadmap--desk {
  display: none; }

.box-pre-order {
  justify-content: center;
  align-items: stretch;
  border: 1px solid #f5f3d0;
  display: flex;
  margin-top: 16px;
  width: 100%;
  flex-direction: column;
  background: linear-gradient(180deg, #fcfbee 0%, #f5f3d0 100%);
  color: #000000; }
  .box-pre-order .container {
    max-width: 1695px; }
