@charset "UTF-8";
.rte a {
  color: #007bff; }

.rte b,
.rte strong {
  font-weight: bold; }

b,
strong {
  font-weight: 500; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: Canela !important; }

body,
html {
  font-family: "Helvetica Neue"; }

@media (min-width: 1300px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1230px; } }

@keyframes rotateInfinite {
  100% {
    transform: rotate(360deg); } }

li#ega-cro-add-cart {
  background-color: var(--primary-color) !important;
  background-image: inherit !important; }

.text-xs {
  color: var(--Gray-500, #959394);
  font-family: "Helvetica Neue";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem; }

.text-normal,
.text-sm {
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25; }

.text-base {
  color: #959394;
  font-family: "Helvetica Neue";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 150% */ }

.text-xl {
  color: #363334;
  font-family: "Helvetica Neue";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem; }

@keyframes marquee {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(-100%); } }

.animate-marquee {
  animation: marquee 20s linear infinite; }

section {
  margin: 0 !important; }

.global-heading, .tcol .tcol-heading h1, #fixProductMaster .product-group-relate .product-group-relate-head h2 {
  color: #231F20;
  text-align: center;
  font-family: Canela;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.25rem;
  margin-bottom: 0.5rem; }
  .global-heading.small, .tcol .tcol-heading h1.small, #fixProductMaster .product-group-relate .product-group-relate-head h2.small {
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: 0.0225rem; }
  @media (max-width: 1024px) {
    .global-heading, .tcol .tcol-heading h1, #fixProductMaster .product-group-relate .product-group-relate-head h2 {
      font-size: 2.25rem;
      font-style: normal;
      font-weight: 400;
      line-height: 2.5rem;
      letter-spacing: 0.0225rem; } }
  @media (max-width: 640px) {
    .global-heading, .tcol .tcol-heading h1, #fixProductMaster .product-group-relate .product-group-relate-head h2 {
      font-size: 1.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: 2.25rem;
      letter-spacing: 0; } }

.global-content {
  color: #6F6D6D;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem; }
  @media (max-width: 1024px) {
    .global-content {
      font-size: 1rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5rem; } }
  @media (max-width: 640px) {
    .global-content {
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.25rem; } }

.global-button {
  min-width: fit-content;
  border-radius: 8px !important;
  background: var(--Primary-800, #C0171D) !important;
  border: 1px solid #C0171D !important;
  color: #FFF !important;
  padding: 8px 24px !important;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px !important;
  transition: all 0.22s ease-out;
  transform: scale(1) !important;
  text-align: center; }
  .global-button.outline {
    background: transparent !important;
    color: var(--primary-color) !important; }
    .global-button.outline:hover {
      background: var(--primary-color) !important;
      color: #FFF !important; }
  .global-button:hover {
    color: var(--primary-color) !important;
    background: transparent !important;
    transform: scale(1) !important; }

.item_product_main {
  background: transparent;
  box-shadow: none !important; }
  .item_product_main:hover .new-product-item {
    border: 1px solid #DbDbDb;
    box-shadow: 0 0 1px 1.5px rgba(0, 0, 0, 0.025);
    border-radius: 10px; }
    .item_product_main:hover .new-product-item .product-thumbnail img {
      transform: translate(-50%, -50%) scale(1.05); }
    .item_product_main:hover .new-product-item .product-info .product-name a {
      display: block !important;
      color: var(--Primary-800, #C0171D) !important; }
    .item_product_main:hover .new-product-item .product-info .group_action .cbtn-addtocart-wrap:before {
      width: 100% !important; }
    .item_product_main:hover .new-product-item .product-info .group_action .cbtn-addtocart-wrap button {
      background: transparent !important;
      color: #fff !important; }
  .item_product_main .new-product-item {
    border: 1px solid transparent;
    transition: all 0.5s; }
    .item_product_main .new-product-item .product-thumbnail {
      border-radius: 0.5rem;
      transition: all 0.5s;
      overflow: hidden; }
      .item_product_main .new-product-item .product-thumbnail img {
        border-radius: 0.5rem !important;
        transition: all 0.5s; }
    .item_product_main .new-product-item .product-info {
      padding: 0.5rem; }
      @media (max-width: 640px) {
        .item_product_main .new-product-item .product-info {
          font-size: 0.25rem; } }
      .item_product_main .new-product-item .product-info * {
        text-align: start !important; }
      .item_product_main .new-product-item .product-info .product-name {
        text-align: center;
        margin-bottom: 0.25rem;
        min-height: auto !important; }
        .item_product_main .new-product-item .product-info .product-name a {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          align-self: stretch;
          overflow: hidden;
          color: var(--Gray-900, #363334);
          text-align: center;
          text-overflow: ellipsis;
          font-family: "Helvetica Neue" , sans-serif;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 1.5;
          letter-spacing: 0.25px;
          transition: all 0.5s; }
      .item_product_main .new-product-item .product-info .product-description {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-align: center;
        align-self: stretch;
        overflow: hidden;
        color: var(--Gray-600, #828081);
        text-align: center;
        text-overflow: ellipsis;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        /* 150% */
        margin-bottom: 0.25rem; }
        @media (max-width: 1024px) {
          .item_product_main .new-product-item .product-info .product-description {
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 400;
            line-height: 1.25rem; } }
        .item_product_main .new-product-item .product-info .product-description p {
          margin: 0; }
      .item_product_main .new-product-item .product-info .price-box {
        text-align: center;
        margin-bottom: 0.25rem !important; }
        .item_product_main .new-product-item .product-info .price-box .price {
          overflow: hidden;
          color: var(--Gray-600, #828081);
          text-align: center;
          text-overflow: ellipsis;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 1.55;
          /* 155.556% */ }
          @media (max-width: 1024px) {
            .item_product_main .new-product-item .product-info .price-box .price {
              font-size: 1rem;
              font-style: normal;
              font-weight: 500;
              line-height: 1.5rem; } }
      .item_product_main .new-product-item .product-info .product-action .group_action {
        all: unset;
        display: flex;
        /*justify-content: center;*/ }
        .item_product_main .new-product-item .product-info .product-action .group_action button {
          text-transform: uppercase !important;
          min-width: 40px !important;
          width: auto !important;
          font-weight: 400 !important;
          font-size: 14px !important; }
          @media (max-width: 640px) {
            .item_product_main .new-product-item .product-info .product-action .group_action button {
              font-size: 13px !important; } }
          @media (max-width: 360px) {
            .item_product_main .new-product-item .product-info .product-action .group_action button {
              font-size: 10px !important; } }
  .item_product_main .group_action .cbtn-addtocart-wrap {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    padding-right: 10px;
    text-align: start; }
    .item_product_main .group_action .cbtn-addtocart-wrap:hover:before {
      width: 100% !important; }
    .item_product_main .group_action .cbtn-addtocart-wrap:hover button {
      background: transparent;
      color: #fff; }
    .item_product_main .group_action .cbtn-addtocart-wrap:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      height: 100%;
      width: 0;
      background: var(--Primary-800, #C0171D) !important;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      border-radius: 30px; }
    .item_product_main .group_action .cbtn-addtocart-wrap .cbtn-addtocart {
      border: none;
      background: transparent;
      padding: 0 5px 0 0;
      font-size: 14px;
      position: relative;
      z-index: 10; }
      @media (max-width: 640px) {
        .item_product_main .group_action .cbtn-addtocart-wrap .cbtn-addtocart {
          font-size: 13px !important;
          padding-right: 0 !important; } }
      .item_product_main .group_action .cbtn-addtocart-wrap .cbtn-addtocart .icon {
        stroke-width: 0;
        stroke: currentColor;
        fill: currentColor;
        width: 37px;
        height: 37px;
        line-height: 34px;
        background: var(--Primary-800, #C0171D) !important;
        border-radius: 50%;
        margin-right: 5px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        vertical-align: middle;
        font-size: 14px; }
        @media (max-width: 640px) {
          .item_product_main .group_action .cbtn-addtocart-wrap .cbtn-addtocart .icon {
            width: 28px;
            height: 28px; } }
        .item_product_main .group_action .cbtn-addtocart-wrap .cbtn-addtocart .icon svg {
          overflow: hidden;
          vertical-align: middle; }
          @media (max-width: 640px) {
            .item_product_main .group_action .cbtn-addtocart-wrap .cbtn-addtocart .icon svg {
              width: 20px;
              height: 20px; } }

.shop-social-fixed {
  z-index: 9; }
  .shop-social-fixed-item {
    display: block;
    padding: 0.5rem 0.15rem !important;
    text-align: center !important; }
    .shop-social-fixed-item + .shop-social-fixed-item {
      border-top: 1px solid #FFF; }
    .shop-social-fixed-item img {
      margin: 0 auto 0.5rem !important;
      max-width: 20px !important;
      height: auto; }
    .shop-social-fixed-item-title {
      font-size: 0.75rem !important; }

.fixHeader .mid-header:after {
  display: none !important; }

.fixHeader .mid-header .dangongu a {
  border-radius: 8px;
  border: 1px solid var(--Gray-200, #CECDCE); }
  .fixHeader .mid-header .dangongu a .dangonngu-left {
    padding: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: var(--Button-radius-none, 0px);
    border-right: 1px solid var(--Gray-200, #CECDCE);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
    .fixHeader .mid-header .dangongu a .dangonngu-left img {
      border-radius: 999px;
      width: 24px;
      height: 24px;
      object-fit: cover;
      margin: 0 !important; }
    .fixHeader .mid-header .dangongu a .dangonngu-left span {
      font-size: 1rem;
      line-height: 1.5; }
  .fixHeader .mid-header .dangongu a .dangonngu-right {
    padding: 0.25rem; }
    .fixHeader .mid-header .dangongu a .dangonngu-right button {
      display: flex;
      align-items: center;
      justify-content: center; }

.fixHeader .mid-header .header-left {
  gap: 1rem;
  display: flex;
  align-items: center; }
  .fixHeader .mid-header .header-left .media.media-account {
    margin: 0 !important; }
    .fixHeader .mid-header .header-left .media.media-account img {
      margin: 0 !important; }
    .fixHeader .mid-header .header-left .media.media-account a,
    .fixHeader .mid-header .header-left .media.media-account small {
      display: none !important; }
  .fixHeader .mid-header .header-left .media.media-cart img {
    margin: 0 !important; }
  .fixHeader .mid-header .header-left .media.media-cart > span {
    display: none !important; }
  .fixHeader .mid-header .header-left .media.media-cart a {
    padding: 0;
    border: none; }
  .fixHeader .mid-header .header-left .media.media-cart .pd.right_ct {
    display: none; }
  .fixHeader .mid-header .header-left .media img {
    width: 36px;
    height: 36px;
    margin-right: 0.5rem !important; }
  .fixHeader .mid-header .header-left .media .media-body span {
    color: var(--Gray-500, #959394);
    text-align: center;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem; }
  .fixHeader .mid-header .header-left .media .media-body a {
    color: var(--Gray-900, #363334);
    font-size: 0.975rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
    /* 142.857% */ }

.fixHeader .mid-header #search-header {
  max-width: 275px; }
  .fixHeader .mid-header #search-header form {
    border-radius: 8px;
    border: 1px solid var(--Gray-100, #E1E1E1);
    background: #FFF; }
    .fixHeader .mid-header #search-header form input {
      background: transparent;
      padding-left: 2.5rem;
      padding-right: 1rem;
      font-size: 0.9rem; }
    .fixHeader .mid-header #search-header form .input-group-btn {
      right: inherit;
      left: 0; }

@media (min-width: 1200px) {
  .subheader .navigation > li > a {
    color: var(--main-menu-color);
    font-size: 0.785rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem; }
  .subheader .navigation .submenu {
    height: 70vh;
    background: #FFF url("https://file.hstatic.net / 200000311961/file/pallete.png") bottom center/contain no-repeat; }
    .subheader .navigation .submenu .submenu__list {
      /*
   display: flex !important;
   flex-wrap: wrapp;
   justify-content: space-around;
*/
      --col-menu: 5 !important; }
      .subheader .navigation .submenu .submenu__list a {
        color: var(--Gray-900, #363334);
        text-align: center;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.25rem;
        margin-bottom: 0.75rem;
        display: block; }
        .subheader .navigation .submenu .submenu__list a:hover {
          color: var(--Primary-800, #C0171D) !important;
          text-decoration: underline; }
      .subheader .navigation .submenu .submenu__list .submenu__col .submenu__item a {
        color: var(--Gray-700, #6F6D6D);
        text-align: center;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.25rem;
        padding: 0.2rem 0;
        display: block; }
      .subheader .navigation .submenu .submenu__list .submenu__col .submenu__item.submenu__item--main a {
        color: var(--Gray-900, #363334);
        text-align: center;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.25rem;
        margin-bottom: 0.75rem;
        display: block; } }

.home-product-one {
  background: var(--Secondary-300, #F8F1E8);
  padding: 6rem 0; }
  @media (max-width: 1024px) {
    .home-product-one {
      padding: 4rem 0; } }
  @media (max-width: 640px) {
    .home-product-one {
      padding: 2rem 0; } }
  .home-product-one .home-product-one-head {
    margin-bottom: 4rem; }
    @media (max-width: 1024px) {
      .home-product-one .home-product-one-head {
        margin-bottom: 3rem; } }
    @media (max-width: 640px) {
      .home-product-one .home-product-one-head {
        margin-bottom: 2rem; } }
  .home-product-one .home-product-one-tabs {
    margin-bottom: 2rem; }
    .home-product-one .home-product-one-tabs .home-product-one-tabs-inner {
      display: flex;
      flex-wrap: nowrap;
      justify-content: safe center;
      gap: 1rem;
      overflow: auto hidden; }
      .home-product-one .home-product-one-tabs .home-product-one-tabs-inner a {
        white-space: nowrap;
        border-radius: 8px;
        background: #FFF;
        padding: 8px 24px 10px;
        font-size: 1rem;
        line-height: 1.5;
        cursor: pointer; }
        .home-product-one .home-product-one-tabs .home-product-one-tabs-inner a:hover, .home-product-one .home-product-one-tabs .home-product-one-tabs-inner a:first-child {
          background: #231F20;
          color: #FFF; }
  .home-product-one .home-product-one-list:not(.swiper-initialized) {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 22.5%;
    justify-content: center;
    gap: 2rem;
    overflow: hidden; }
  .home-product-one .swiper .swiper-button-prev {
    transform: rotate(180deg); }
  .home-product-one .swiper .swiper-button-prev,
  .home-product-one .swiper .swiper-button-next {
    background-color: #f8f3e9;
    border: 0.1rem solid #262626;
    border-radius: 50%;
    color: #262626;
    cursor: pointer;
    height: 4rem;
    pointer-events: all;
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none; }
    @media (max-width: 640px) {
      .home-product-one .swiper .swiper-button-prev,
      .home-product-one .swiper .swiper-button-next {
        display: flex !important;
        width: 2.5rem;
        height: 2.5rem;
        top: 40% !important; } }
    .home-product-one .swiper .swiper-button-prev:after,
    .home-product-one .swiper .swiper-button-next:after {
      display: none; }
    .home-product-one .swiper .swiper-button-prev svg,
    .home-product-one .swiper .swiper-button-next svg {
      height: 1.6rem;
      vertical-align: middle;
      width: 1.6rem; }

.section-home-collection {
  padding: 6rem 0; }
  @media (max-width: 1024px) {
    .section-home-collection {
      padding: 4rem 0; } }
  @media (max-width: 640px) {
    .section-home-collection {
      padding: 2rem 1rem; } }
  @media (max-width: 1024px) {
    .section-home-collection .container {
      max-width: 100vw;
      overflow: hidden;
      padding: 0; } }
  .section-home-collection-head {
    text-align: center;
    margin-bottom: 4rem; }
    @media (max-width: 1024px) {
      .section-home-collection-head {
        margin-bottom: 3rem; } }
    @media (max-width: 640px) {
      .section-home-collection-head {
        margin-bottom: 2rem; } }
  .section-home-collection-main {
    display: flex;
    flex-direction: column;
    align-items: safe center; }
  .section-home-collection-items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem; }
    @media (max-width: 1024px) {
      .section-home-collection-items {
        grid-template-columns: inherit;
        grid-auto-flow: column;
        grid-auto-columns: 12rem;
        overflow: auto;
        max-width: 100vw; } }
    @media (max-width: 640px) {
      .section-home-collection-items {
        /*
   grid-template-columns: 1fr 1fr;
   grid-auto-flow: initial;
   grid-auto-columns: initial;
   overflow: hidden;
*/
        overflow: auto;
        grid-auto-columns: 61vw;
        grid-template-columns: inherit;
        grid-auto-flow: column;
        border-radius: 10px; } }
    .section-home-collection-items > * {
      min-width: 0; }
  .section-home-collection-item-link {
    display: block;
    border-radius: 0.5rem;
    overflow: hidden; }
    .section-home-collection-item-link:hover .section-home-collection-item-link-back {
      opacity: 1;
      visibility: visible !important;
      transform: none; }
    .section-home-collection-item-link > img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover; }
    .section-home-collection-item-link-back {
      transition: all 0.5s;
      padding: 0.5rem;
      text-align: center; }
      @media (min-width: 1024px) {
        .section-home-collection-item-link-back {
          transform: translateY(-100%);
          background: #000 !important; } }
      @media (max-width: 1024px) {
        .section-home-collection-item-link-back {
          opacity: 1;
          visibility: visible !important;
          inset: inherit;
          left: 0;
          right: 0;
          bottom: 0;
          height: auto;
          background: rgba(0, 0, 0, 0.75); }
          .section-home-collection-item-link-back img {
            display: none !important; } }
      .section-home-collection-item-link-back img {
        max-height: 90px;
        max-width: 100%;
        height: auto;
        margin-bottom: 10px; }
      .section-home-collection-item-link-back span {
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 1.75rem;
        color: #F4E3D8 !important; }
  .section-home-collection-footer {
    text-align: center;
    margin-top: 4rem; }
    @media (max-width: 1024px) {
      .section-home-collection-footer {
        margin-top: 3rem; } }
    @media (max-width: 640px) {
      .section-home-collection-footer {
        margin-top: 2rem; } }

.section-corporate {
  background-color: #c8102e;
  padding: 6rem 0; }
  @media (max-width: 1024px) {
    .section-corporate {
      padding: 4rem 0; } }
  @media (max-width: 640px) {
    .section-corporate {
      padding: 1rem 0; } }
  .section-corporate-box {
    background-color: #fff;
    border-radius: 1.5rem;
    padding: 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 2.5rem; }
    .section-corporate-box * {
      min-width: 0; }
    @media (max-width: 1024px) {
      .section-corporate-box {
        padding: 2rem;
        gap: 2rem;
        grid-template-columns: 1fr; } }
    @media (max-width: 640px) {
      .section-corporate-box {
        padding: 0.625rem 0.625rem 2rem;
        gap: 1rem; } }
  @media (max-width: 1024px) {
    .section-corporate-left {
      order: 2; } }
  .section-corporate-list {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1024px) {
      .section-corporate-list {
        max-width: 25rem;
        margin: 2rem auto 0; } }
    @media (max-width: 640px) {
      .section-corporate-list {
        margin: 1rem auto 0; } }
  .section-corporate-item {
    display: flex;
    align-items: center;
    gap: 12px; }
    .section-corporate-item-icon {
      flex-shrink: 0; }
      .section-corporate-item-icon img {
        width: 100%;
        height: auto;
        display: block;
        max-height: 65px; }
    .section-corporate-item-text {
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px;
      color: #363334; }
  .section-corporate-button-wrap {
    margin-top: 2rem;
    text-align: center;
    display: flex;
    justify-content: center; }
    .section-corporate-button-wrap button {
      margin: 0 auto; }
  @media (max-width: 1024px) {
    .section-corporate-right {
      order: 2; } }
  .section-corporate-right img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 1.25rem;
    display: block; }

.section-home-about {
  padding: 6rem 0;
  background-color: #fff; }
  @media (max-width: 1024px) {
    .section-home-about {
      padding: 4rem 0; } }
  .section-home-about-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
    flex-wrap: wrap; }
    @media (max-width: 1024px) {
      .section-home-about-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem; } }
  .section-home-about-left {
    flex-shrink: 0;
    position: relative; }
    @media (max-width: 1024px) {
      .section-home-about-left {
        flex-shrink: auto; } }
  .section-home-about-image-wrap {
    position: relative;
    max-width: 528px;
    width: 100%;
    height: auto; }
    @media (max-width: 1024px) {
      .section-home-about-image-wrap {
        max-width: 100%; } }
  .section-home-about-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block; }
  .section-home-about-watermark {
    position: absolute;
    top: -3.5rem;
    left: -3.5rem;
    width: 7rem;
    height: auto;
    pointer-events: none;
    z-index: 2;
    animation: rotateInfinite 10s linear infinite; }
  .section-home-about-right {
    flex: 1;
    min-width: 300px; }
  .section-home-about-title {
    text-align: start;
    margin-bottom: 3rem; }
    @media (max-width: 640px) {
      .section-home-about-title {
        margin-bottom: 2rem; } }
  .section-home-about-desc {
    text-align: start; }
  .section-home-about-button-wrap {
    margin-top: 24px; }
  .section-home-about-button {
    text-align: start; }

section.section_product_top {
  padding: 6rem 0; }

section.section_product_new {
  padding: 6rem 0; }

.home-story {
  padding: 6rem 0;
  background: var(--Secondary-300, #F8F1E8); }
  @media (max-width: 1024px) {
    .home-story {
      padding: 4rem 0; } }
  @media (max-width: 640px) {
    .home-story {
      padding: 2rem 0; } }
  @media (max-width: 1024px) {
    .home-story .container {
      padding: 0;
      max-width: 100vw; } }
  .home-story-head {
    text-align: center;
    margin-bottom: 2.5rem; }
  .home-story-items {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 0.5rem; }
    @media (max-width: 1024px) {
      .home-story-items {
        grid-template-columns: inherit;
        grid-auto-flow: column;
        grid-auto-columns: 9rem;
        overflow: auto hidden; } }
    @media (max-width: 640px) {
      .home-story-items {
        padding-left: 0.5rem; } }
  .home-story-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    background: #FFF;
    border-radius: 1.25rem;
    padding: 1rem 0.5rem; }
    .home-story-item-image picture,
    .home-story-item-image img {
      display: block;
      width: 100%;
      height: auto; }
    .home-story-item-content {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .home-story-item-title {
      font-size: 0.9rem;
      font-weight: 500;
      margin-bottom: 0.25rem;
      color: #111; }
    .home-story-item-desc {
      font-size: 0.8rem;
      color: #363334;
      margin-bottom: 0.25rem; }
    .home-story-item-link {
      font-weight: 500;
      transition: color 0.3s; }
      .home-story-item-link:hover {
        color: #0056b3; }
  .home-story-footer {
    text-align: center;
    margin-top: 2.5rem; }
    .home-story-footer .home-story-button {
      display: inline-flex; }

.home-product-tab {
  padding: 6rem 0; }
  @media (max-width: 1024px) {
    .home-product-tab {
      padding: 4rem 0; } }
  @media (max-width: 640px) {
    .home-product-tab {
      padding: 2rem 0; } }
  .home-product-tab .home-product-tab-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #c4c4c4; }
    @media (max-width: 1024px) {
      .home-product-tab .home-product-tab-head {
        flex-direction: column; } }
    .home-product-tab .home-product-tab-head h2 {
      color: var(--Gray-950, #231F20);
      text-align: center;
      font-family: Canela;
      font-size: 40px;
      font-style: normal;
      font-weight: 400;
      line-height: 52px;
      margin: 0; }
    .home-product-tab .home-product-tab-head .home-product-tab-nav {
      display: flex;
      align-items: center;
      gap: 1rem;
      font-size: 1rem; }
      @media (max-width: 1024px) {
        .home-product-tab .home-product-tab-head .home-product-tab-nav {
          max-width: 100vw;
          padding: 0 0 0 1rem; } }
      .home-product-tab .home-product-tab-head .home-product-tab-nav .home-product-tab-tabs {
        display: flex;
        gap: 1rem; }
        @media (max-width: 1024px) {
          .home-product-tab .home-product-tab-head .home-product-tab-nav .home-product-tab-tabs {
            flex-wrap: nowrap;
            overflow: auto hidden;
            white-space: nowrap; } }
        .home-product-tab .home-product-tab-head .home-product-tab-nav .home-product-tab-tabs button:hover, .home-product-tab .home-product-tab-head .home-product-tab-nav .home-product-tab-tabs button.active {
          color: var(--primary-color); }
        .home-product-tab .home-product-tab-head .home-product-tab-nav .home-product-tab-tabs button svg {
          width: 1rem;
          height: 1rem; }
        @media (max-width: 1024px) {
          .home-product-tab .home-product-tab-head .home-product-tab-nav .home-product-tab-tabs button[data-type="prev"], .home-product-tab .home-product-tab-head .home-product-tab-nav .home-product-tab-tabs button[data-type="next"] {
            display: none; } }
  .home-product-tab .home-product-tab-content .home-product-tab-panel {
    display: none; }
    .home-product-tab .home-product-tab-content .home-product-tab-panel.active {
      display: block; }
    .home-product-tab .home-product-tab-content .home-product-tab-panel .item_product_main .product-name a {
      font-size: 14px; }
    .home-product-tab .home-product-tab-content .home-product-tab-panel .home-product-tab-viewall a {
      margin: 0 auto;
      background: transparent !important;
      color: var(--primary-color) !important; }
  .home-product-tab .home-product-tab-viewall a {
    display: inline-block; }

.section-home-best {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6rem 0; }
  @media (max-width: 1024px) {
    .section-home-best {
      padding: 6rem 0 4rem; } }
  .section-home-best-wrap {
    background: #fff;
    border-radius: 20px;
    padding: 4rem 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: center; }
    @media (max-width: 640px) {
      .section-home-best-wrap {
        padding: 2rem; } }
  .section-home-best-head {
    margin-bottom: 40px; }
    .section-home-best-head svg {
      height: 100px;
      position: absolute;
      top: -60px;
      left: 50%;
      z-index: 1;
      transform: translateX(-50%); }
      @media (max-width: 1024px) {
        .section-home-best-head svg {
          max-width: 100%; } }
    .section-home-best-head span {
      position: absolute;
      top: -20px;
      left: 50%;
      z-index: 2;
      transform: translateX(-50%);
      font-size: 1rem;
      color: #363334; }
  .section-home-best-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6rem;
    margin: 0 auto;
    max-width: 80%; }
    @media (max-width: 1024px) {
      .section-home-best-items {
        gap: 1.58rem;
        max-width: 100%; } }
    @media (max-width: 640px) {
      .section-home-best-items {
        gap: 1.25rem;
        grid-template-columns: 1fr 1fr; } }
  .section-home-best-item {
    position: relative; }
    .section-home-best-item:not(:last-child):after {
      content: "";
      position: absolute;
      top: 50%;
      right: -3rem;
      transform: translateY(-50%);
      width: 1px;
      height: 2rem;
      background: #828081; }
      @media (max-width: 1024px) {
        .section-home-best-item:not(:last-child):after {
          display: none; } }
    .section-home-best-item a {
      display: block;
      text-decoration: none;
      color: inherit; }
    .section-home-best-item img {
      display: block;
      max-width: 125px;
      height: auto;
      margin: 0 auto 15px; }
    .section-home-best-item-title {
      font-size: 1.1rem;
      font-style: normal;
      color: #363334;
      font-weight: 400; }

@media (max-width: 640px) {
  .section-group-icons {
    padding: 2rem 1rem !important; } }

@media (max-width: 640px) {
  .section-group-icons .section-group-icons-wrap {
    flex-direction: column;
    gap: 1.875rem;
    align-items: flex-start; } }

.section-group-icons .section-group-icons-wrap .group-icon-social {
  flex-wrap: wrap;
  gap: 1.875rem; }

@media (max-width: 640px) {
  .section-group-icons .section-group-icons-wrap > span {
    position: relative;
    transform: rotate(-90deg);
    margin-left: 0.5rem; } }

.shop-footer {
  background: var(--Gray-950, #231F20);
  padding: 4rem; }
  @media (max-width: 1024px) {
    .shop-footer {
      padding: 2rem 1rem; } }
  @media (max-width: 640px) {
    .shop-footer {
      padding: 2rem 0; } }
  .shop-footer .shop-footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #363334;
    gap: 1rem; }
    .shop-footer .shop-footer-top .shop-footer-top-left .shop-footer-logo {
      margin-bottom: 1rem; }
      .shop-footer .shop-footer-top .shop-footer-top-left .shop-footer-logo img {
        max-height: 140px; }
    .shop-footer .shop-footer-top .shop-footer-top-left .shop-footer-slogan {
      color: var(--Secondary-800, #F4E3D8);
      font-family: Canela;
      font-size: 1.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: 2.25rem;
      /* 120% */ }
    .shop-footer .shop-footer-top .shop-footer-top-right {
      max-width: 360px; }
      .shop-footer .shop-footer-top .shop-footer-top-right .shop-footer-desc {
        color: var(--Gray-500, #959394);
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.25rem;
        /* 142.857% */
        margin-bottom: 0.5rem; }
      .shop-footer .shop-footer-top .shop-footer-top-right .shop-footer-form {
        display: flex;
        align-items: center;
        padding: 1.125rem 0.5rem 1.125rem 1.125rem;
        gap: 0.625rem;
        border-radius: 1rem;
        border: 1px solid var(--Secondary-800, #F4E3D8); }
        .shop-footer .shop-footer-top .shop-footer-top-right .shop-footer-form input {
          color: var(--Gray-600, #828081);
          font-size: 1rem;
          font-style: normal;
          font-weight: 400;
          line-height: 1.5rem;
          flex: 1; }
        .shop-footer .shop-footer-top .shop-footer-top-right .shop-footer-form button {
          color: var(--Secondary-800, #F4E3D8);
          font-size: 1rem;
          font-style: normal;
          font-weight: 500;
          line-height: 1.5rem; }
  .shop-footer .shop-footer-middle {
    display: grid;
    grid-template-columns: 30% 15% 15% 1fr;
    gap: 6rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #363334;
    font-size: 1rem;
    color: #BBBABA; }
    .shop-footer .shop-footer-middle > * {
      min-width: 0; }
    @media (max-width: 1024px) {
      .shop-footer .shop-footer-middle {
        grid-template-columns: 1fr 25% 25%;
        gap: 2rem; } }
    @media (max-width: 640px) {
      .shop-footer .shop-footer-middle {
        grid-template-columns: 1fr 1fr;
        gap: 2rem 1rem; } }
    .shop-footer .shop-footer-middle img {
      max-width: 100%;
      height: auto; }
      @media (max-width: 1024px) {
        .shop-footer .shop-footer-middle img {
          max-height: 4.33375rem; } }
    .shop-footer .shop-footer-middle a {
      color: #F4E3D8;
      margin-bottom: 0.75rem;
      display: block; }
    .shop-footer .shop-footer-middle .shop-footer-middle-col {
      color: #F4E3D8; }
      @media (max-width: 640px) {
        .shop-footer .shop-footer-middle .shop-footer-middle-col:first-child, .shop-footer .shop-footer-middle .shop-footer-middle-col:last-child {
          grid-column: 1 / -1; } }
      .shop-footer .shop-footer-middle .shop-footer-middle-col h4 {
        color: var(--Secondary-800, #F4E3D8);
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.25rem;
        margin-bottom: 0.75rem; }
      .shop-footer .shop-footer-middle .shop-footer-middle-col .shop-footer-info {
        color: #BBBABA;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.25rem; }
      .shop-footer .shop-footer-middle .shop-footer-middle-col .shop-footer-menu li a {
        color: #BBBABA;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.5rem; }
  .shop-footer .shop-footer-bottom {
    display: grid;
    grid-template-columns: 50% 1fr 1fr;
    gap: 3rem; }
    .shop-footer .shop-footer-bottom > * {
      min-width: 0; }
    @media (max-width: 1024px) {
      .shop-footer .shop-footer-bottom {
        grid-template-columns: 1fr 1fr;
        gap: 2rem; } }
    @media (max-width: 640px) {
      .shop-footer .shop-footer-bottom {
        grid-template-columns: 1fr;
        gap: 1rem; } }
    @media (max-width: 1024px) {
      .shop-footer .shop-footer-bottom .shop-footer-bottom-col:nth-child(1) {
        order: 3;
        grid-column: 1 / -1; }
      .shop-footer .shop-footer-bottom .shop-footer-bottom-col:nth-child(2) {
        order: 1;
        max-width: 15rem; }
      .shop-footer .shop-footer-bottom .shop-footer-bottom-col:nth-child(3) {
        order: 2;
        max-width: 12rem; } }
    .shop-footer .shop-footer-bottom .shop-footer-bottom-col h4 {
      color: var(--Secondary-800, #F4E3D8);
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.25rem;
      /* 142.857% */
      margin-bottom: 1rem; }
    .shop-footer .shop-footer-bottom .shop-footer-bottom-col .shop-footer-bottom-desc,
    .shop-footer .shop-footer-bottom .shop-footer-bottom-col .shop-footer-bottom2-desc {
      color: var(--Gray-50, #F4F4F4);
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 500;
      line-height: 1.25rem;
      /* 142.857% */ }
    .shop-footer .shop-footer-bottom .shop-footer-bottom-col .shop-footer-bottom-desc {
      font-weight: 400; }
    @media (max-width: 640px) {
      .shop-footer .shop-footer-bottom .shop-footer-bottom-col .shop-footer-bottom2-desc {
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1rem; } }
    .shop-footer .shop-footer-bottom .shop-footer-bottom-col .shop-footer-bottom-logos {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
      margin-bottom: 1rem; }
      .shop-footer .shop-footer-bottom .shop-footer-bottom-col .shop-footer-bottom-logos > * {
        min-width: 0; }

/* Template Collection */
.custom-radio {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  user-select: none; }
  .custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .custom-radio input:checked ~ .checkmark {
      background: #CB3F44;
      border-color: #CB3F44; }
      .custom-radio input:checked ~ .checkmark::after {
        content: "";
        position: absolute;
        top: 2px;
        left: 2.5px;
        width: 6.5px;
        height: 6.5px;
        background-color: #FFF;
        border-radius: 50%; }
  .custom-radio .checkmark {
    position: absolute;
    top: 50%;
    right: 0;
    height: 12.5px;
    width: 12.5px;
    background-color: white;
    border: 1px solid #BBBABA;
    border-radius: 50%;
    box-sizing: border-box;
    transform: translateY(-50%); }

.custom-checkbox {
  position: relative;
  padding-right: 30px;
  padding-left: 0;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  user-select: none;
  min-height: auto; }
  .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .custom-checkbox input:checked ~ .checkmark {
      background: #CB3F44;
      border-color: #CB3F44; }
      .custom-checkbox input:checked ~ .checkmark::after {
        content: "";
        background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M1 5L5 9L13 1' stroke='%23F4F4F4' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 8px;
        transform: translate(-50%, -50%);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        z-index: 2; }
  .custom-checkbox .checkmark {
    position: absolute;
    top: 50%;
    right: 0;
    height: 12.5px;
    width: 12.5px;
    background-color: white;
    border: 1px solid #BBBABA;
    border-radius: 3px;
    box-sizing: border-box;
    transform: translateY(-50%); }

.pagi-grid {
  display: grid;
  grid-template-columns: 10rem 1fr 10rem;
  align-items: center; }
  @media (max-width: 640px) {
    .pagi-grid {
      display: flex;
      justify-content: center;
      gap: 1rem; } }
  @media (max-width: 640px) {
    .pagi-grid .pagi-prev *,
    .pagi-grid .pagi-next * {
      font-size: 0 !important; } }
  .pagi-grid .pagi-prev:hover a,
  .pagi-grid .pagi-next:hover a {
    border-color: #F30 !important; }
  .pagi-grid .pagi-prev:hover *,
  .pagi-grid .pagi-next:hover * {
    color: #F30;
    stroke: #F30; }
  .pagi-grid .pagi-prev a,
  .pagi-grid .pagi-next a {
    border-radius: 8px;
    border: 1px solid var(--Gray-950, #231F20);
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    margin: 0;
    gap: 0.25rem;
    font-size: 1rem;
    color: #231F20;
    font-weight: 500; }
  .pagi-grid nav ul {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin: 0 !important; }
    .pagi-grid nav ul li.active {
      border-bottom: 1px solid var(--Gray-950, #231F20);
      pointer-events: none; }
      .pagi-grid nav ul li.active a,
      .pagi-grid nav ul li.active span {
        color: #231F20; }
    .pagi-grid nav ul li:hover a,
    .pagi-grid nav ul li:hover span {
      color: #F30; }
    .pagi-grid nav ul li a,
    .pagi-grid nav ul li span {
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 0 !important;
      padding: 6px;
      font-size: 1.25rem;
      color: #828081;
      line-height: 1.75rem; }

.tcol {
  padding-bottom: 4rem; }
  .tcol .tcol-filter .tcol-filter-data {
    background: #F8F1E8; }
    .tcol .tcol-filter .tcol-filter-data .tcol-filter-data-items {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 2rem; }
      @media (max-width: 1024px) {
        .tcol .tcol-filter .tcol-filter-data .tcol-filter-data-items {
          flex-wrap: nowrap;
          overflow: auto hidden;
          white-space: nowrap; } }
      .tcol .tcol-filter .tcol-filter-data .tcol-filter-data-items .tcol-filter-data-item:hover .tcol-filter-data-item-values {
        display: block; }
      .tcol .tcol-filter .tcol-filter-data .tcol-filter-data-items .tcol-filter-data-item .tcol-filter-data-item-head {
        cursor: pointer;
        padding: 0.75rem 0;
        display: flex;
        align-items: center;
        gap: 0.25rem; }
        .tcol .tcol-filter .tcol-filter-data .tcol-filter-data-items .tcol-filter-data-item .tcol-filter-data-item-head span {
          font-size: 14px;
          font-weight: 500;
          line-height: 1.25; }
        .tcol .tcol-filter .tcol-filter-data .tcol-filter-data-items .tcol-filter-data-item .tcol-filter-data-item-head svg {
          display: inline-block; }
      .tcol .tcol-filter .tcol-filter-data .tcol-filter-data-items .tcol-filter-data-item .tcol-filter-data-item-values {
        display: none;
        position: absolute;
        background: #FFF;
        padding: 0.5rem 0.75rem;
        border-radius: var(--Card-radius-default, 8px);
        border: 1px solid var(--Neutral-50, #FAFAFA);
        background: #FFF;
        box-shadow: 0 6px 25px -5px rgba(0, 0, 0, 0.1), 0 0 10px -5px rgba(0, 0, 0, 0.04);
        transform: translateY(0.5rem);
        z-index: 999; }
        @media (max-width: 1024px) {
          .tcol .tcol-filter .tcol-filter-data .tcol-filter-data-items .tcol-filter-data-item .tcol-filter-data-item-values {
            left: 0;
            right: 0; } }
        .tcol .tcol-filter .tcol-filter-data .tcol-filter-data-items .tcol-filter-data-item .tcol-filter-data-item-values:before {
          content: "";
          position: absolute;
          top: -0.5rem;
          left: 0;
          right: 0;
          background: transparent;
          height: 0.5rem; }
        .tcol .tcol-filter .tcol-filter-data .tcol-filter-data-items .tcol-filter-data-item .tcol-filter-data-item-values li {
          padding: 6px; }
          .tcol .tcol-filter .tcol-filter-data .tcol-filter-data-items .tcol-filter-data-item .tcol-filter-data-item-values li label {
            margin: 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem; }
  .tcol .tcol-filter .tcol-filter-result {
    padding: 1rem 0; }
    .tcol .tcol-filter .tcol-filter-result .tcol-filter-result-items {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 2rem; }
      .tcol .tcol-filter .tcol-filter-result .tcol-filter-result-items .tcol-filter-result-item {
        cursor: pointer;
        padding: 0.5rem 0.75rem;
        border-radius: 8px;
        border: 1px solid var(--Gray-300, #BBBABA);
        color: #6F6D6D;
        display: flex;
        align-items: center;
        gap: 0.25rem; }
        .tcol .tcol-filter .tcol-filter-result .tcol-filter-result-items .tcol-filter-result-item:hover {
          border-color: #F30; }
          .tcol .tcol-filter .tcol-filter-result .tcol-filter-result-items .tcol-filter-result-item:hover * {
            color: #F30;
            fill: #F30;
            stroke: #F30; }
        .tcol .tcol-filter .tcol-filter-result .tcol-filter-result-items .tcol-filter-result-item span {
          font-size: 14px;
          font-weight: 500;
          line-height: 1.25; }
        .tcol .tcol-filter .tcol-filter-result .tcol-filter-result-items .tcol-filter-result-item svg {
          display: inline-block; }
  .tcol .tcol-heading {
    padding: 4rem 0 2rem; }
    .tcol .tcol-heading h1 {
      text-align: start; }
      @media (max-width: 1024px) {
        .tcol .tcol-heading h1 {
          text-align: center; } }
  .tcol .tcol-products .tcol-products-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem; }
    @media (max-width: 1024px) {
      .tcol .tcol-products .tcol-products-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem; } }
    @media (max-width: 640px) {
      .tcol .tcol-products .tcol-products-items {
        gap: 0.5rem; } }
    .tcol .tcol-products .tcol-products-items > * {
      min-width: 0; }
    .tcol .tcol-products .tcol-products-items .tcol-product-item {
      margin: 0; }
  .tcol .tcol-products .tcol-products-paginate {
    margin-top: 2rem; }

#fixProductMaster .bread-crumb {
  display: none; }

#fixProductMaster .card {
  background: none !important;
  padding: 0; }

#fixProductMaster .details-product {
  padding-top: 4rem; }
  #fixProductMaster .details-product .product-detail-left {
    position: sticky;
    top: 1rem;
    height: min-content;
    padding-right: 2rem; }
    @media (max-width: 1024px) {
      #fixProductMaster .details-product .product-detail-left {
        position: static;
        top: inherit;
        height: inherit;
        padding-right: 0; } }
    #fixProductMaster .details-product .product-detail-left img {
      border-radius: 0.5rem; }
  #fixProductMaster .details-product .details-pro {
    padding-left: 2rem;
    padding-top: 0 !important;
    /* Gửi quà tặng */
    /* Icon Chính Sách */
    /* Mô Tả Tab 2 */
    /* Mô Tả Tab 3 */ }
    @media (max-width: 1024px) {
      #fixProductMaster .details-product .details-pro {
        padding-right: 20px;
        padding-left: 20px; } }
    #fixProductMaster .details-product .details-pro .title-product {
      color: var(--Gray-900, #363334);
      font-family: Canela;
      font-size: 2.5rem;
      font-style: normal;
      font-weight: 400;
      line-height: 3rem; }
      @media (max-width: 640px) {
        #fixProductMaster .details-product .details-pro .title-product {
          font-size: 1.5rem;
          font-style: normal;
          font-weight: 400;
          line-height: 2rem;
          /* 133.333% */
          letter-spacing: 0.03rem; } }
    #fixProductMaster .details-product .details-pro .shortdesTab {
      color: var(--Gray-600, #828081);
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px; }
      @media (max-width: 640px) {
        #fixProductMaster .details-product .details-pro .shortdesTab {
          color: var(--Gray-600, #828081);
          /* Text-sm (14\20)/Regular */
          font-family: "Helvetica Neue";
          font-size: 0.875rem;
          font-style: normal;
          font-weight: 400;
          line-height: 1.25rem;
          /* 142.857% */ } }
      #fixProductMaster .details-product .details-pro .shortdesTab p {
        margin: 0; }
    #fixProductMaster .details-product .details-pro .price-box {
      padding: 0;
      margin: 20px 0;
      background: none;
      display: flex;
      gap: 0.5rem; }
      #fixProductMaster .details-product .details-pro .price-box .price {
        color: var(--Gray-900, #363334);
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        /* 155.556% */ }
      #fixProductMaster .details-product .details-pro .price-box .free-shipping {
        color: var(--Gray-900, #363334);
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        /*
   155.556%
   &:before {
   content: "+";
   padding: 0 0.25rem 0 0;
   }
*/ }
    #fixProductMaster .details-product .details-pro .form-product .swatch {
      margin: 0 -5px;
      padding-top: 0;
      padding-bottom: 0;
      border-bottom: none; }
      #fixProductMaster .details-product .details-pro .form-product .swatch .header {
        display: none; }
      #fixProductMaster .details-product .details-pro .form-product .swatch > .position-relative {
        padding: 5px; }
      #fixProductMaster .details-product .details-pro .form-product .swatch .swatch-element {
        margin: 0 !important; }
        #fixProductMaster .details-product .details-pro .form-product .swatch .swatch-element input:checked + label {
          background: #C0171D;
          color: #FFF; }
        #fixProductMaster .details-product .details-pro .form-product .swatch .swatch-element label {
          height: auto !important;
          padding: 12px 32px;
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 6px;
          flex: 1 0 0;
          align-self: stretch;
          text-align: center;
          text-align: center;
          /* Text-xl (20\28)/Bold */
          font-family: Canela;
          font-size: 20px;
          font-style: normal;
          font-weight: 400;
          line-height: 28px;
          /* 140% */ }
          @media (max-width: 640px) {
            #fixProductMaster .details-product .details-pro .form-product .swatch .swatch-element label {
              padding: 0.5rem 0.75rem;
              font-family: Canela;
              font-size: 1rem;
              font-style: normal;
              font-weight: 400;
              line-height: 1.5rem; } }
          #fixProductMaster .details-product .details-pro .form-product .swatch .swatch-element label:before, #fixProductMaster .details-product .details-pro .form-product .swatch .swatch-element label:after {
            display: none; }
    #fixProductMaster .details-product .details-pro .form-product .product-group-shipping {
      margin: 1.25rem 0; }
      #fixProductMaster .details-product .details-pro .form-product .product-group-shipping .product-group-shipping__wrap {
        border-radius: 8px;
        background: var(--Secondary-300, #F8F1E8);
        padding: 1.5rem 2rem;
        display: grid;
        grid-template-columns: 58px 1fr;
        align-items: center;
        gap: 2rem; }
        @media (max-width: 640px) {
          #fixProductMaster .details-product .details-pro .form-product .product-group-shipping .product-group-shipping__wrap {
            grid-template-columns: 3.625rem 1fr;
            gap: 1rem; } }
        #fixProductMaster .details-product .details-pro .form-product .product-group-shipping .product-group-shipping__wrap > * {
          min-width: 0; }
        #fixProductMaster .details-product .details-pro .form-product .product-group-shipping .product-group-shipping__wrap .product-group-shipping__content .product-group-shipping__subtitle {
          color: var(--Gray-800, #494647);
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 20px;
          /* 142.857% */ }
        #fixProductMaster .details-product .details-pro .form-product .product-group-shipping .product-group-shipping__wrap .product-group-shipping__content .product-group-shipping__title {
          color: var(--Gray-900, #363334);
          font-size: 18px;
          font-style: normal;
          font-weight: 500;
          line-height: 28px;
          /* 155.556% */ }
          @media (max-width: 640px) {
            #fixProductMaster .details-product .details-pro .form-product .product-group-shipping .product-group-shipping__wrap .product-group-shipping__content .product-group-shipping__title {
              font-size: 1.125rem;
              font-style: normal;
              font-weight: 500;
              line-height: 1.75rem; } }
        #fixProductMaster .details-product .details-pro .form-product .product-group-shipping .product-group-shipping__wrap .product-group-shipping__content .product-group-shipping__desc {
          color: var(--Gray-800, #494647);
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 20px; }
          @media (max-width: 640px) {
            #fixProductMaster .details-product .details-pro .form-product .product-group-shipping .product-group-shipping__wrap .product-group-shipping__content .product-group-shipping__desc {
              font-size: 0.875rem;
              font-style: normal;
              font-weight: 400;
              line-height: 1.25rem; } }
    #fixProductMaster .details-product .details-pro .form-product .soluong label {
      display: none; }
    #fixProductMaster .details-product .details-pro .form-product .soluong .input_number_product {
      color: var(--Gray-900, #363334);
      text-align: center;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 28px;
      /* 140% */
      margin-top: 20px;
      height: 54px; }
      #fixProductMaster .details-product .details-pro .form-product .soluong .input_number_product button,
      #fixProductMaster .details-product .details-pro .form-product .soluong .input_number_product input {
        height: 54px;
        min-width: 54px;
        background: transparent !important; }
      #fixProductMaster .details-product .details-pro .form-product .soluong .input_number_product .button.btn.btn_num.num_1 {
        border-radius: 8px 0 0 8px; }
      #fixProductMaster .details-product .details-pro .form-product .soluong .input_number_product .button.btn.btn_num.num_2 {
        border-radius: 0 8px 8px 0; }
    #fixProductMaster .details-product .details-pro .form-product .button_actions button {
      width: 100%;
      padding: 0.5rem 1.5rem !important;
      height: 52px;
      border-radius: 8px;
      background: var(--Primary-800, #C0171D);
      color: var(--Gray-50, #F4F4F4);
      text-align: center;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 28px;
      text-transform: inherit;
      /* 140% */ }
    #fixProductMaster .details-product .details-pro .product-group-gift {
      margin-top: 1rem !important; }
      #fixProductMaster .details-product .details-pro .product-group-gift .product-group-gift-wrap .product-group-gift-content .product-group-gift-button {
        padding: 0.5rem 1.5rem;
        width: 100%;
        display: block;
        text-align: center;
        border-radius: 8px;
        border: 1px solid #231F20;
        background: #FFF;
        height: 52px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #231F20;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.75rem; }
      #fixProductMaster .details-product .details-pro .product-group-gift .product-group-gift-wrap .product-group-gift-content .product-group-gift-desc {
        margin-top: 1.25rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        gap: 0.5rem; }
        #fixProductMaster .details-product .details-pro .product-group-gift .product-group-gift-wrap .product-group-gift-content .product-group-gift-desc .product-group-gift-desc-inner {
          font-size: 0.9rem;
          display: flex;
          gap: 0.5rem; }
        #fixProductMaster .details-product .details-pro .product-group-gift .product-group-gift-wrap .product-group-gift-content .product-group-gift-desc .product-group-gift-actions {
          font-size: 0.9rem;
          display: flex;
          gap: 0.25rem; }
          #fixProductMaster .details-product .details-pro .product-group-gift .product-group-gift-wrap .product-group-gift-content .product-group-gift-desc .product-group-gift-actions a {
            font-weight: 500;
            line-height: 1.25rem;
            color: #363334;
            text-decoration: underline; }
    #fixProductMaster .details-product .details-pro .product-group-policy .product-group-policy-wrap {
      margin: 1.25rem 0 2rem;
      padding: 1.25rem 2rem;
      border-top: 1px solid #959394;
      border-bottom: 1px solid #959394; }
      @media (max-width: 640px) {
        #fixProductMaster .details-product .details-pro .product-group-policy .product-group-policy-wrap {
          padding: 1rem 0; } }
      #fixProductMaster .details-product .details-pro .product-group-policy .product-group-policy-wrap .product-group-policy-items {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem; }
        @media (max-width: 640px) {
          #fixProductMaster .details-product .details-pro .product-group-policy .product-group-policy-wrap .product-group-policy-items {
            gap: 0.5rem; } }
        #fixProductMaster .details-product .details-pro .product-group-policy .product-group-policy-wrap .product-group-policy-items .product-group-policy-item {
          text-align: center; }
          #fixProductMaster .details-product .details-pro .product-group-policy .product-group-policy-wrap .product-group-policy-items .product-group-policy-item .product-group-policy-item-icon {
            margin-bottom: 0.5rem; }
            #fixProductMaster .details-product .details-pro .product-group-policy .product-group-policy-wrap .product-group-policy-items .product-group-policy-item .product-group-policy-item-icon img {
              border-radius: 999px;
              max-width: 64px;
              margin: 0 auto; }
          #fixProductMaster .details-product .details-pro .product-group-policy .product-group-policy-wrap .product-group-policy-items .product-group-policy-item .product-group-policy-item-title {
            color: var(--Gray-950, #231F20);
            text-align: center;
            /* Text-sm (14\20)/Medium */
            font-family: "Helvetica Neue";
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 20px;
            /* 142.857% */ }
            @media (max-width: 640px) {
              #fixProductMaster .details-product .details-pro .product-group-policy .product-group-policy-wrap .product-group-policy-items .product-group-policy-item .product-group-policy-item-title {
                font-size: 0.75rem;
                font-style: normal;
                font-weight: 500;
                line-height: 1rem; } }
    #fixProductMaster .details-product .details-pro .desInBox .desInBox-title {
      color: var(--Gray-950, #231F20);
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      margin-bottom: 1rem;
      display: block; }
    #fixProductMaster .details-product .details-pro .desInBox .desInBox-content {
      color: var(--Gray-900, #363334);
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      /* 150% */ }
      #fixProductMaster .details-product .details-pro .desInBox .desInBox-content ul,
      #fixProductMaster .details-product .details-pro .desInBox .desInBox-content ol {
        list-style: inherit !important;
        padding-left: 1rem; }
        #fixProductMaster .details-product .details-pro .desInBox .desInBox-content ul li,
        #fixProductMaster .details-product .details-pro .desInBox .desInBox-content ol li {
          list-style: inherit !important; }
    #fixProductMaster .details-product .details-pro .productInBox {
      position: relative;
      margin-top: 6rem;
      padding: 1.25rem 2rem 2rem;
      border-radius: 8px;
      background: var(--Secondary-300, #F8F1E8); }
      #fixProductMaster .details-product .details-pro .productInBox:before, #fixProductMaster .details-product .details-pro .productInBox:after {
        content: "";
        background: url("https://file.hstatic.net/200000311961/file/photo_2025-05-25_22-12-00-removebg-preview.png") center center/contain no-repeat;
        position: absolute;
        left: 5%;
        right: 5%;
        height: 120px;
        z-index: 1; }
      #fixProductMaster .details-product .details-pro .productInBox:before {
        top: -60px; }
      #fixProductMaster .details-product .details-pro .productInBox:after {
        bottom: -40px; }
      #fixProductMaster .details-product .details-pro .productInBox .productInBox-wrap {
        position: relative;
        z-index: 2; }
        #fixProductMaster .details-product .details-pro .productInBox .productInBox-wrap .productInBox-title {
          display: block;
          color: var(--Gray-800, #494647);
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 24px;
          text-align: center;
          margin-bottom: 1rem;
          text-transform: uppercase; }
        #fixProductMaster .details-product .details-pro .productInBox .productInBox-wrap .productInBox-content h3 {
          color: #000;
          text-align: center;
          margin-bottom: 3rem;
          font-size: 36px;
          font-style: normal;
          font-weight: 400;
          line-height: 40px;
          /* 111.111% */
          letter-spacing: 0.36px; }
        #fixProductMaster .details-product .details-pro .productInBox .productInBox-wrap .productInBox-content h4 {
          color: var(--Gray-900, #363334);
          font-size: 24px;
          font-style: normal;
          font-weight: 400;
          line-height: 32px;
          letter-spacing: 0.48px;
          padding: 1rem 0;
          margin: 0;
          cursor: pointer;
          border-top: 1px solid var(--Gray-500, #959394); }
          #fixProductMaster .details-product .details-pro .productInBox .productInBox-wrap .productInBox-content h4.active:after {
            content: "-"; }
          #fixProductMaster .details-product .details-pro .productInBox .productInBox-wrap .productInBox-content h4:after {
            content: "+";
            float: right;
            color: var(--Gray-900, #363334);
            font-family: Canela;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 32px;
            /* 133.333% */
            letter-spacing: 0.48px; }
          #fixProductMaster .details-product .details-pro .productInBox .productInBox-wrap .productInBox-content h4:last-of-type {
            border-bottom: 1px solid var(--Gray-500, #959394); }
        #fixProductMaster .details-product .details-pro .productInBox .productInBox-wrap .productInBox-content ol {
          display: none;
          list-style: numbers;
          padding-left: 1rem; }
          #fixProductMaster .details-product .details-pro .productInBox .productInBox-wrap .productInBox-content ol li {
            color: var(--Gray-700, #6F6D6D);
            /* Text-base (16\24)/Medium */
            font-family: "Helvetica Neue";
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px;
            /* 150% */ }
            #fixProductMaster .details-product .details-pro .productInBox .productInBox-wrap .productInBox-content ol li::marker {
              color: var(--Gray-950, #231F20);
              /* Text-base (16\24)/Medium */
              font-family: "Helvetica Neue";
              font-size: 16px;
              font-style: normal;
              font-weight: 500;
              line-height: 24px;
              /* 150% */ }

#fixProductMaster section.sec_tab {
  background: var(--Secondary-300, #F8F1E8);
  padding: 4rem 0; }
  #fixProductMaster section.sec_tab .product-content-tabs .product-content-tabs__nav {
    margin-bottom: 3rem;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      #fixProductMaster section.sec_tab .product-content-tabs .product-content-tabs__nav {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 5px; } }
    #fixProductMaster section.sec_tab .product-content-tabs .product-content-tabs__nav li {
      border-bottom: 1.5px solid var(--Gray-500, #959394);
      padding: 0.5rem 1rem;
      cursor: pointer;
      color: #959394;
      font-family: "Helvetica Neue";
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      /* 150% */
      text-transform: uppercase; }
      #fixProductMaster section.sec_tab .product-content-tabs .product-content-tabs__nav li.active {
        color: var(--Gray-950, #231F20);
        border-bottom: 1.5px solid #000; }
  #fixProductMaster section.sec_tab .product-content-tabs .product-content-tabs__content .product-content-tabs__pane {
    display: none; }
    #fixProductMaster section.sec_tab .product-content-tabs .product-content-tabs__content .product-content-tabs__pane.active {
      display: block; }
    #fixProductMaster section.sec_tab .product-content-tabs .product-content-tabs__content .product-content-tabs__pane *:not(.toc-menu) {
      background: none !important; }
    #fixProductMaster section.sec_tab .product-content-tabs .product-content-tabs__content .product-content-tabs__pane img {
      margin: 1rem auto; }
    @media (max-width: 1024px) {
      #fixProductMaster section.sec_tab .product-content-tabs .product-content-tabs__content .product-content-tabs__pane > div {
        grid-template-columns: 1fr !important;
        gap: 1rem !important; } }
    @media (max-width: 1024px) {
      #fixProductMaster section.sec_tab .product-content-tabs .product-content-tabs__content .product-content-tabs__pane .product-content-tabs__pane-data {
        max-height: 500px;
        overflow: hidden; }
        #fixProductMaster section.sec_tab .product-content-tabs .product-content-tabs__content .product-content-tabs__pane .product-content-tabs__pane-data.active {
          max-height: 100%; } }

#fixProductMaster .product-group-relate {
  padding: 6rem 0;
  background: var(--Secondary-300, #F8F1E8);
  border-top: 1px solid #FFF; }
  @media (max-width: 1024px) {
    #fixProductMaster .product-group-relate {
      padding: 4rem 0; } }
  @media (max-width: 640px) {
    #fixProductMaster .product-group-relate {
      padding: 2rem 0; } }
  #fixProductMaster .product-group-relate .product-group-relate-head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem; }
    #fixProductMaster .product-group-relate .product-group-relate-head h2 {
      color: var(--Gray-950, #231F20);
      margin: 0; }

.tcart {
  margin-bottom: 4rem; }
  .tcart h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 400;
    color: #231F20;
    margin: 4rem 0; }
    @media (max-width: 1024px) {
      .tcart h2 {
        font-size: 2.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2.5rem;
        /* 111.111% */
        letter-spacing: 0.0225rem; } }
    @media (max-width: 640px) {
      .tcart h2 {
        margin: 2rem 0 1.5rem; } }
  .tcart .cart-item {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--Gray-100, #E1E1E1);
    display: grid;
    grid-template-columns: 375px 1fr;
    gap: 2rem; }
    @media (max-width: 640px) {
      .tcart .cart-item {
        grid-template-columns: 1fr;
        gap: 1.5rem; } }
    .tcart .cart-item > * {
      min-width: 0; }
    .tcart .cart-item input,
    .tcart .cart-item textarea,
    .tcart .cart-item select {
      border-radius: 12px;
      border: 1px solid var(--Gray-100, #E1E1E1);
      padding: 12px;
      width: 100%;
      /* Text-lg (18\28)/Medium */
      font-family: "Helvetica Neue";
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 28px;
      /* 155.556% */ }
      .tcart .cart-item input::placeholder,
      .tcart .cart-item textarea::placeholder,
      .tcart .cart-item select::placeholder {
        color: var(--Gray-300, #BBBABA); }
    .tcart .cart-item textarea {
      min-height: 100px; }
    @media (max-width: 640px) {
      .tcart .cart-item .cart-item__image {
        display: grid;
        grid-template-columns: 6.27238rem 1fr;
        gap: 0.5rem; }
        .tcart .cart-item .cart-item__image > * {
          min-width: 0; } }
    .tcart .cart-item .cart-item__image img {
      width: 100%;
      border-radius: 0.5rem; }
    .tcart .cart-item .cart-item__info {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 1.5rem; }
      @media (max-width: 640px) {
        .tcart .cart-item .cart-item__info {
          gap: 1rem; } }
    .tcart .cart-item .cart-item__title {
      font-size: 30px;
      font-weight: 400;
      font-family: Canela;
      color: #363334;
      max-width: 70%; }
      @media (max-width: 640px) {
        .tcart .cart-item .cart-item__title {
          font-size: 1.25rem;
          font-style: normal;
          font-weight: 400;
          line-height: 1.75rem;
          max-width: 100%; } }
    .tcart .cart-item .cart-item__price {
      font-size: 30px;
      font-weight: 400;
      font-family: Canela;
      color: #363334;
      margin-left: auto; }
      @media (max-width: 640px) {
        .tcart .cart-item .cart-item__price {
          font-size: 1.125rem;
          font-style: normal;
          font-weight: 400;
          line-height: 1.75rem;
          margin-top: 1rem; } }
    .tcart .cart-item .cart-item__remove {
      margin-left: 2rem;
      background: #F4E3D8;
      width: 2.25rem;
      height: 2.25rem;
      border-radius: 0.75rem;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 640px) {
        .tcart .cart-item .cart-item__remove {
          background: transparent; } }
      .tcart .cart-item .cart-item__remove svg {
        width: 24px;
        height: 24px; }
    .tcart .cart-item .cart-item__delivery {
      width: 100%; }
    .tcart .cart-item .cart-item__delivery-label {
      color: var(--Gray-950, #231F20);
      /* Text-lg (18\28)/Medium */
      font-family: "Helvetica Neue";
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 28px;
      margin-bottom: 0.75rem;
      /* 155.556% */ }
    .tcart .cart-item .cart-item__delivery-options {
      display: flex; }
      @media (max-width: 640px) {
        .tcart .cart-item .cart-item__delivery-options {
          flex-direction: column-reverse;
          gap: 2rem; } }
      .tcart .cart-item .cart-item__delivery-options .custom-radio {
        width: 50%;
        padding-right: 0;
        padding-left: 1.25rem;
        margin: 0;
        color: var(--Gray-800, #494647);
        /* Text-base (16\24)/Medium */
        font-family: "Helvetica Neue";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        /* 150% */ }
        @media (max-width: 640px) {
          .tcart .cart-item .cart-item__delivery-options .custom-radio {
            width: 100%; } }
        .tcart .cart-item .cart-item__delivery-options .custom-radio input {
          display: none; }
        .tcart .cart-item .cart-item__delivery-options .custom-radio .checkmark {
          left: 0;
          right: inherit;
          transform: translateY(-50%) scale(1.2);
          margin-top: 1.25px; }
    .tcart .cart-item .cart-item__datepicker-wrap {
      margin-top: 1rem; }
    .tcart .cart-item .cart-item__datepicker-label {
      display: flex;
      gap: 0;
      max-width: 50%; }
      .tcart .cart-item .cart-item__datepicker-label span {
        padding: 12px !important;
        margin: 0 !important;
        border-radius: 12px 0 0 12px !important; }
        .tcart .cart-item .cart-item__datepicker-label span svg {
          width: 1.5rem;
          height: 1.5rem; }
    .tcart .cart-item .cart-item__datepicker {
      border-radius: 0 12px 12px 0 !important;
      min-width: 325px; }
    .tcart .cart-item .cart-item__organization {
      margin: 1rem 0;
      width: 100%; }
      @media (max-width: 640px) {
        .tcart .cart-item .cart-item__organization {
          margin: 0; } }
      .tcart .cart-item .cart-item__organization label {
        color: var(--Gray-950, #231F20);
        /* Text-lg (18\28)/Medium */
        font-family: "Helvetica Neue";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        /* 155.556% */
        margin: 0 0 1rem;
        padding-right: 0;
        padding-left: 1.25rem; }
        .tcart .cart-item .cart-item__organization label .checkmark {
          left: 0;
          right: inherit;
          transform: translateY(-50%) scale(1.2);
          margin-top: 2.5px; }
        .tcart .cart-item .cart-item__organization label small {
          color: var(--Gray-600, #828081);
          /* Text-base (16\24)/Regular */
          font-family: "Helvetica Neue";
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px; }
      .tcart .cart-item .cart-item__organization .cart-item__organization-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: flex-start;
        gap: 1rem; }
        @media (max-width: 640px) {
          .tcart .cart-item .cart-item__organization .cart-item__organization-wrap {
            grid-template-columns: 1fr; } }
        .tcart .cart-item .cart-item__organization .cart-item__organization-wrap > * {
          min-width: 0; }
    .tcart .cart-item .cart-item__receiver {
      width: 100%;
      margin-top: 0.5rem;
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 0.75rem 1rem; }
      @media (max-width: 640px) {
        .tcart .cart-item .cart-item__receiver {
          display: none; } }
      .tcart .cart-item .cart-item__receiver > * {
        min-width: 0; }
      .tcart .cart-item .cart-item__receiver label {
        grid-column: 1 / -1; }
      .tcart .cart-item .cart-item__receiver input[name*="receiver_lastname"] {
        grid-column: span 3; }
      .tcart .cart-item .cart-item__receiver input[name*="receiver_firstname"] {
        grid-column: span 3; }
      .tcart .cart-item .cart-item__receiver input[name*="receiver_phone"] {
        grid-column: 1 / -1; }
      .tcart .cart-item .cart-item__receiver input[name*="receiver_address"] {
        grid-column: 1 / -1; }
      .tcart .cart-item .cart-item__receiver select {
        grid-column: span 2;
        overflow: hidden;
        color: var(--Gray-300, #BBBABA);
        text-overflow: ellipsis;
        /* Text-lg (18\28)/Medium */
        font-family: "Helvetica Neue";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        /* 155.556% */ }
        .tcart .cart-item .cart-item__receiver select:focus {
          color: #1A1A1A; }
        .tcart .cart-item .cart-item__receiver select:valid {
          color: #1A1A1A; }
      .tcart .cart-item .cart-item__receiver label {
        color: var(--Gray-950, #231F20);
        /* Text-lg (18\28)/Medium */
        font-family: "Helvetica Neue";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        /* 155.556% */ }
    .tcart .cart-item .cart-item__actions {
      width: 100%;
      display: flex;
      justify-content: flex-end; }
      @media (max-width: 640px) {
        .tcart .cart-item .cart-item__actions {
          display: none; } }
    .tcart .cart-item .cart-item__cancel {
      border-radius: 8px;
      border: 1px solid var(--Gray-950, #231F20) !important;
      background: #FFF !important;
      color: #231F20 !important; }
  .tcart .tcart-summary {
    padding: 2rem;
    border-radius: 20px;
    background: var(--Secondary-300, #F8F1E8);
    margin: 4rem 0; }
    @media (max-width: 640px) {
      .tcart .tcart-summary {
        margin: 1.5rem 0;
        padding: 1rem; } }
    .tcart .tcart-summary__row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 2rem; }
      .tcart .tcart-summary__row--total {
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 2rem;
        margin-bottom: 0; }
        @media (max-width: 640px) {
          .tcart .tcart-summary__row--total {
            font-size: 1.125rem;
            font-style: normal;
            font-weight: 500;
            line-height: 1.75rem; } }
    .tcart .tcart-summary__label, .tcart .tcart-summary__value {
      color: var(--Gray-900, #363334);
      font-size: 1.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: 2.25rem; }
      @media (max-width: 640px) {
        .tcart .tcart-summary__label, .tcart .tcart-summary__value {
          font-size: 1.125rem;
          font-style: normal;
          font-weight: 400;
          line-height: 1.75rem; } }
    .tcart .tcart-summary__label {
      font-family: Canela;
      font-size: 1.875rem;
      font-style: normal;
      font-weight: 400;
      line-height: 2.25rem; }
      @media (max-width: 640px) {
        .tcart .tcart-summary__label {
          font-size: 1.125rem;
          font-style: normal;
          font-weight: 400;
          line-height: 1.75rem; } }
  .tcart .tcart-actions {
    display: flex;
    align-items: center;
    gap: 16px; }
    @media (max-width: 640px) {
      .tcart .tcart-actions {
        flex-direction: column-reverse;
        gap: 0.5rem; } }
    @media (max-width: 640px) {
      .tcart .tcart-actions > * {
        margin: 0;
        width: 100%;
        text-align: center; } }
    .tcart .tcart-actions__clear {
      color: #222;
      text-decoration: underline; }
      @media (max-width: 640px) {
        .tcart .tcart-actions__clear {
          font-size: 0.875rem;
          font-style: normal;
          font-weight: 500;
          line-height: 1.25rem;
          /* 142.857% */
          text-decoration-line: underline;
          text-decoration-style: solid;
          text-decoration-skip-ink: auto;
          text-decoration-thickness: auto;
          text-underline-offset: auto;
          text-underline-position: from-font; } }
    .tcart .tcart-actions__spacer {
      flex: 1; }
    .tcart .tcart-actions__addmore {
      background: #fff;
      color: #222;
      border: 1px solid #c00; }
    .tcart .tcart-actions__checkout {
      background: #c00;
      color: #fff; }
  .tcart .tcart-actions__addmore {
    border-radius: 8px;
    border: 1px solid var(--Gray-950, #231F20) !important;
    background: #FFF !important;
    color: #231F20 !important; }

@media (max-width: 1024px) {
  .shop-social-fixed {
    display: none; } }

@media (max-width: 1024px) {
  .tblog .tblog-menu {
    overflow: auto hidden;
    white-space: nowrap;
    justify-content: center safe; } }

.article-item h3 a {
  background-image: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-color) 100%);
  background-position: center bottom;
  background-repeat: no-repeat;
  transition: 0.1s ease-out;
  background-size: 100% 2px;
  display: -webkit-inline-box !important; }
  .article-item h3 a:hover {
    background-size: 100% 100%;
    background-image: linear-gradient(180deg, #eedbbc 65%, var(--primary-color) 100%); }

.product-content-tabs__content #tab3 img {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important; }

.toc-menu-icon {
  position: fixed;
  top: 50%;
  left: auto;
  transform: translate(-40px, -50%);
  cursor: pointer; }

.toc-menu {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  display: flex;
  width: 22.25rem;
  min-width: 10.625rem;
  max-width: 24rem;
  max-height: 500px;
  overflow: auto;
  padding: 2rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  border-radius: 1.25rem;
  background: #FFF !important;
  box-shadow: 0 6px 25px -5px rgba(0, 0, 0, 0.1), 0 0 10px -5px rgba(0, 0, 0, 0.04);
  display: none; }
  .toc-menu .toc-menu-head {
    cursor: pointer;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .toc-menu .toc-menu-head label {
      margin: 0;
      color: var(--Gray-600, #828081);
      font-family: "Helvetica Neue";
      font-size: 1rem;
      font-style: normal;
      font-weight: 500;
      line-height: 1.5rem;
      /* 150% */ }
  .toc-menu .toc-menu-data {
    overflow: hidden;
    width: 100%; }
    .toc-menu .toc-menu-data span {
      display: none; }
    .toc-menu .toc-menu-data .toc-menu-data-parent {
      color: var(--Gray-950, #231F20);
      text-overflow: ellipsis;
      font-size: 1rem;
      font-style: normal;
      font-weight: 700;
      line-height: 1.5rem;
      /* 150% */
      cursor: pointer; }
      .toc-menu .toc-menu-data .toc-menu-data-parent strong {
        font-weight: 700; }
      .toc-menu .toc-menu-data .toc-menu-data-parent:not(:last-child) {
        margin-bottom: 1rem; }
    .toc-menu .toc-menu-data .toc-menu-data-child {
      padding-left: 10%;
      overflow: hidden;
      color: var(--Gray-700, #6F6D6D);
      text-overflow: ellipsis;
      font-size: 0.9rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.5rem;
      /* 150% */
      margin-top: 0.5rem;
      cursor: pointer; }
      .toc-menu .toc-menu-data .toc-menu-data-child strong {
        font-weight: 400; }

.rte table {
  margin: 1rem 0; }
  .rte table th,
  .rte table td {
    border: 1px solid; }
  .rte table tr td {
    vertical-align: middle !important;
    padding: 0.5rem !important; }
    .rte table tr td p {
      margin: 0; }

.rte ul,
.rte ol {
  list-style: inherit;
  margin-left: 1rem; }

.pcoporate-brand .pcoporate-brand-items a {
  padding: 0.5rem 0;
  display: block; }
  .pcoporate-brand .pcoporate-brand-items a:hover img {
    transform: scale(1.05); }
  .pcoporate-brand .pcoporate-brand-items a img {
    transition: all 0.5s; }

@media (max-width: 991px) {
  .ployalty-friend .friend-wrap .friend-content {
    order: 2; }
  .ployalty-friend .friend-wrap .friend-image {
    order: 1; } }

.fhome-gallery .swiper .swiper-button-prev,
.fhome-gallery .swiper .swiper-button-next {
  font-size: 0;
  background-color: #f8f3e9;
  border: 0.1rem solid #262626;
  border-radius: 50%;
  color: #262626;
  cursor: pointer;
  height: 4rem;
  pointer-events: all;
  width: 4rem; }
  @media (max-width: 640px) {
    .fhome-gallery .swiper .swiper-button-prev,
    .fhome-gallery .swiper .swiper-button-next {
      width: 3rem;
      height: 3rem; } }
  .fhome-gallery .swiper .swiper-button-prev svg,
  .fhome-gallery .swiper .swiper-button-next svg {
    height: 2rem;
    vertical-align: middle;
    width: 2rem; }
    @media (max-width: 640px) {
      .fhome-gallery .swiper .swiper-button-prev svg,
      .fhome-gallery .swiper .swiper-button-next svg {
        width: 1.5rem;
        height: 1.5rem; } }
  .fhome-gallery .swiper .swiper-button-prev:before, .fhome-gallery .swiper .swiper-button-prev:after,
  .fhome-gallery .swiper .swiper-button-next:before,
  .fhome-gallery .swiper .swiper-button-next:after {
    display: none; }

.fhome-gallery .swiper .swiper-button-prev svg {
  transform: rotate(180deg); }

.section_coupons {
  --coupon-title-color: #000000;
  --coupon-button-color: #C0171D; }
  @media (max-width: 1200px) {
    .section_coupons .grid {
      grid-template-columns: inherit;
      grid-auto-columns: 40%;
      grid-auto-flow: column;
      overflow: auto hidden;
      padding: 5px 0; } }
  @media (max-width: 1024px) {
    .section_coupons .grid {
      grid-template-columns: inherit;
      grid-auto-columns: 50%;
      grid-auto-flow: column;
      overflow: auto hidden; } }
  @media (max-width: 991px) {
    .section_coupons .grid {
      grid-template-columns: inherit;
      grid-auto-columns: 60%;
      grid-auto-flow: column;
      overflow: auto hidden; } }
  @media (max-width: 767ox) {
    .section_coupons .grid {
      grid-template-columns: inherit;
      grid-auto-columns: 70%;
      grid-auto-flow: column;
      overflow: auto hidden; } }
  @media (max-width: 575px) {
    .section_coupons .grid {
      grid-template-columns: inherit;
      grid-auto-columns: 80%;
      grid-auto-flow: column;
      overflow: auto hidden; } }
  .section_coupons .coupon_item .coupon_icon {
    margin-bottom: 0 !important; }
  .section_coupons .coupon_item .coupon_body {
    padding: 0.5rem !important; }
    .section_coupons .coupon_item .coupon_body .coupon_head {
      margin-bottom: 0 !important; }
      .section_coupons .coupon_item .coupon_body .coupon_head .coupon_title {
        font-size: 18px;
        color: #000 !important;
        margin-bottom: 0 !important; }
      .section_coupons .coupon_item .coupon_body .coupon_head .coupon_desc {
        padding-bottom: 0.75rem !important;
        font-weight: 400 !important; }
    .section_coupons .coupon_item .coupon_body .coupon_copy {
      padding: 0.5rem 1rem !important;
      font-size: 13px;
      background: var(--coupon-button-color) !important; }
      .section_coupons .coupon_item .coupon_body .coupon_copy span {
        font-size: 13px;
        height: auto;
        line-height: 1; }

#modal-coupon {
  position: fixed;
  inset: 0;
  z-index: 1;
  display: none; }
  #modal-coupon .modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 1; }
  #modal-coupon .modal-content {
    position: relative;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 525px;
    width: 100%;
    background: #FFF;
    padding: 15px 20px; }
    @media (max-width: 480px) {
      #modal-coupon .modal-content {
        max-width: 95%; } }
    #modal-coupon .modal-content > a {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer; }
    #modal-coupon .modal-content .coupon-title {
      text-align: center;
      font-weight: 500;
      color: #000;
      font-size: 1.75rem;
      margin-bottom: 10px; }
    #modal-coupon .modal-content .coupon-label {
      background: #f3f3f3;
      padding: 15px 20px;
      font-size: 1.15rem; }
      #modal-coupon .modal-content .coupon-label span {
        margin-left: 10px;
        font-weight: 500;
        font-size: 1.25rem; }
    #modal-coupon .modal-content .coupon-content {
      padding: 15px 0;
      font-size: 1.15rem; }
    #modal-coupon .modal-content .coupon-action {
      padding: 15px 0 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 1rem; }
      #modal-coupon .modal-content .coupon-action button {
        border-radius: 5px;
        padding: 5px 10px;
        flex: 1; }
        #modal-coupon .modal-content .coupon-action button:hover {
          background: transparent !important;
          color: #000 !important; }
      #modal-coupon .modal-content .coupon-action button[data-type="coupon-copy"] {
        background: #C0171D;
        border: 1px solid #C0171D;
        border-radius: 4px;
        color: #FFF !important; }
        #modal-coupon .modal-content .coupon-action button[data-type="coupon-copy"]:hover {
          background: transparent !important;
          color: #000 !important; }

.tarticle-body p[style="text-align: center;"] img,
.tarticle-body p[style="text-align: center"] img {
  margin: 0 auto; }

.tarticle-body table {
  border-collapse: collapse;
  width: 100%;
  margin: 1rem 0; }
  .tarticle-body table td,
  .tarticle-body table th {
    border: 1px solid #ddd;
    padding: 8px; }
  .tarticle-body table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white; }

section.page.section .content-page img {
  margin: 0 auto;
  display: block; }

@media (max-width: 767px) {
  .section-corporate-item {
    display: flex;
    align-items: center;
    gap: 12px; }
  .section-corporate-item-icon {
    width: 90px;
    height: 65px;
    flex-shrink: 0; }
  .section-corporate-item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block; } }

.tcoupon .tcoupon-button-open {
  position: fixed;
  right: 0;
  top: 30%;
  display: inline-flex;
  padding: 0.5rem 1.5rem 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.75rem 0.75rem 0 0;
  background: var(--Gray-800, #494647);
  cursor: pointer;
  transform-origin: top right;
  transform: rotate(-90deg) translate(50%, -100%); }
  @media (max-width: 640px) {
    .tcoupon .tcoupon-button-open {
      padding: 0.35rem 0.7rem; } }
  .tcoupon .tcoupon-button-open:hover {
    border-radius: 0.75rem 0.75rem 0 0;
    background: var(--Gray-950, #231F20); }
  .tcoupon .tcoupon-button-open span {
    color: var(--Gray-50, #F4F4F4);
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem;
    /* 140% */ }
    @media (max-width: 640px) {
      .tcoupon .tcoupon-button-open span {
        font-size: 1rem; } }

.tcoupon .tcoupon-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s; }
  .tcoupon .tcoupon-modal.open {
    opacity: 1;
    visibility: visible; }
  .tcoupon .tcoupon-modal .tcoupon-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1; }
  .tcoupon .tcoupon-modal .tcoupon-modal-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F8F1E8;
    z-index: 2;
    padding: 2rem;
    max-width: 95%;
    max-height: 95%;
    min-width: 30rem; }
    @media (max-width: 640px) {
      .tcoupon .tcoupon-modal .tcoupon-modal-wrap {
        min-width: auto;
        width: 100%;
        padding: 0.5rem; } }
    .tcoupon .tcoupon-modal .tcoupon-modal-wrap button[data-type="tcoupon-modal-close"] {
      position: absolute;
      right: 5px;
      top: 5px; }
      @media (max-width: 640px) {
        .tcoupon .tcoupon-modal .tcoupon-modal-wrap button[data-type="tcoupon-modal-close"] {
          top: -10px; } }
      @media (min-width: 640px) {
        .tcoupon .tcoupon-modal .tcoupon-modal-wrap button[data-type="tcoupon-modal-close"] svg {
          width: 28px;
          height: 28px; } }
      .tcoupon .tcoupon-modal .tcoupon-modal-wrap button[data-type="tcoupon-modal-close"]:hover svg {
        fill: #F30; }
    .tcoupon .tcoupon-modal .tcoupon-modal-wrap:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 108px;
      background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='464' height='108' viewBox='0 0 464 108' fill='none'><path d='M461.613 93.765L462.957 89.253C468.481 70.935 451.455 53.025 426.174 50.73C409.417 49.2 392.163 47.85 374.496 46.695C376.42 37.815 367.649 29.58 355.484 28.905C354.015 28.83 352.546 28.7399 351.078 28.6649C338.83 28.0049 327.08 24.78 317.418 19.215C296.979 7.46996 266.319 0 232 0C197.69 0 167.014 7.46996 146.589 19.215C136.919 24.78 125.162 28.0049 112.926 28.6649C111.457 28.7399 109.988 28.83 108.523 28.905C96.3484 29.58 87.5872 37.815 89.4967 46.695C71.8417 47.85 54.5922 49.2 37.8205 50.73C12.5504 53.025 -4.46966 70.935 1.03744 89.253L2.39467 93.765V108H462.957L461.613 93.765Z' fill='%23F8F1E8'/></svg>");
      background-repeat: no-repeat;
      background-size: cover;
      top: -80px;
      left: 0;
      z-index: -1; }
      @media (max-width: 640px) {
        .tcoupon .tcoupon-modal .tcoupon-modal-wrap:before {
          background-size: contain;
          top: -60px; } }
    .tcoupon .tcoupon-modal .tcoupon-modal-wrap:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 108px;
      background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='464' height='108' viewBox='0 0 464 108' fill='none'><path d='M461.613 93.765L462.957 89.253C468.481 70.935 451.455 53.025 426.174 50.73C409.417 49.2 392.163 47.85 374.496 46.695C376.42 37.815 367.649 29.58 355.484 28.905C354.015 28.83 352.546 28.7399 351.078 28.6649C338.83 28.0049 327.08 24.78 317.418 19.215C296.979 7.46996 266.319 0 232 0C197.69 0 167.014 7.46996 146.589 19.215C136.919 24.78 125.162 28.0049 112.926 28.6649C111.457 28.7399 109.988 28.83 108.523 28.905C96.3484 29.58 87.5872 37.815 89.4967 46.695C71.8417 47.85 54.5922 49.2 37.8205 50.73C12.5504 53.025 -4.46966 70.935 1.03744 89.253L2.39467 93.765V108H462.957L461.613 93.765Z' fill='%23F8F1E8'/></svg>");
      background-repeat: no-repeat;
      background-size: cover;
      bottom: -80px;
      left: 0;
      rotate: 180deg;
      z-index: -1; }
      @media (max-width: 640px) {
        .tcoupon .tcoupon-modal .tcoupon-modal-wrap:after {
          background-size: contain;
          bottom: -60px; } }
    .tcoupon .tcoupon-modal .tcoupon-modal-wrap h2 {
      color: var(--Gray-900, #363334);
      text-align: center;
      font-size: 2.25rem;
      font-style: normal;
      font-weight: 400;
      line-height: 2.5rem;
      /* 111.111% */
      letter-spacing: 0.0225rem;
      margin-bottom: 1.5rem; }
    .tcoupon .tcoupon-modal .tcoupon-modal-wrap .tcoupon-modal-items .tcoupon-modal-item {
      padding: 0.75rem 0.5rem;
      display: grid;
      grid-template-columns: 3.5rem 45% 1fr;
      gap: 0.5rem; }
      .tcoupon .tcoupon-modal .tcoupon-modal-wrap .tcoupon-modal-items .tcoupon-modal-item > * {
        min-width: 0; }
      @media (max-width: 640px) {
        .tcoupon .tcoupon-modal .tcoupon-modal-wrap .tcoupon-modal-items .tcoupon-modal-item {
          grid-template-columns: 2.5rem 45% 1fr; } }
      .tcoupon .tcoupon-modal .tcoupon-modal-wrap .tcoupon-modal-items .tcoupon-modal-item:not(:last-child) {
        border-bottom: 1px solid var(--Secondary-800, #F4E3D8); }
      .tcoupon .tcoupon-modal .tcoupon-modal-wrap .tcoupon-modal-items .tcoupon-modal-item .tcoupon-modal-item-content h3 {
        color: var(--Gray-900, #363334);
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.75rem;
        /* 155.556% */
        margin-bottom: 0; }
      .tcoupon .tcoupon-modal .tcoupon-modal-wrap .tcoupon-modal-items .tcoupon-modal-item .tcoupon-modal-item-content p {
        color: var(--Gray-500, #959394);
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.25rem;
        /* 142.857% */
        margin-bottom: 0; }
      .tcoupon .tcoupon-modal .tcoupon-modal-wrap .tcoupon-modal-items .tcoupon-modal-item .tcoupon-modal-item-action {
        text-align: right; }
        .tcoupon .tcoupon-modal .tcoupon-modal-wrap .tcoupon-modal-items .tcoupon-modal-item .tcoupon-modal-item-action input {
          position: absolute;
          opacity: 0;
          pointer-events: none; }
        .tcoupon .tcoupon-modal .tcoupon-modal-wrap .tcoupon-modal-items .tcoupon-modal-item .tcoupon-modal-item-action p {
          color: #FE8A40;
          /* Text-sm (14\20)/Regular */
          font-family: "Helvetica Neue";
          font-size: 0.875rem;
          font-style: normal;
          font-weight: 400;
          line-height: 1.25rem;
          /* 142.857% */
          margin: 0 0 0.75rem; }
        .tcoupon .tcoupon-modal .tcoupon-modal-wrap .tcoupon-modal-items .tcoupon-modal-item .tcoupon-modal-item-action button {
          color: var(--Gray-900, #363334);
          text-align: center;
          /* Text-sm (14\20)/Medium */
          font-family: "Helvetica Neue";
          font-size: 0.875rem;
          font-style: normal;
          font-weight: 500;
          line-height: 1.25rem;
          /* 142.857% */
          text-decoration-line: underline;
          text-decoration-style: solid;
          text-decoration-skip-ink: auto;
          text-decoration-thickness: auto;
          text-underline-offset: auto;
          text-underline-position: from-font; }

@media (max-width: 767px) {
  body,
  html {
    overflow-x: hidden; }
  .shop-footer .shop-footer-middle .shop-footer-middle-col .shop-footer-info a {
    display: inline-block;
    margin: 0; } }

.searchMobileBox {
  margin-top: 10px; }
  .searchMobileBox form {
    border: 1px solid #DbDbDb; }
    .searchMobileBox form input {
      padding: 0 15px 0 45px !important; }
    .searchMobileBox form .input-group-btn {
      left: 0 !important;
      right: inherit !important; }

.navigation .submenu__item--main a {
  font-weight: normal;
  font-size: 16px; }

@media (max-width: 1024px) {
  .table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-container table {
    width: 100%;
    border-collapse: collapse; } }

.new-dse {
  margin-top: 20px; }
  .new-dse img {
    display: block;
    margin: 0 auto; }
