@keyframes wag {
  0% {
    transform: rotateX(0deg); }
  25% {
    transform: rotateX(40deg); }
  75% {
    transform: rotateX(-35deg); }
  100% {
    transform: rotateX(0deg); } }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

[data-speed] {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s; }

.enter-x {
  transform: translateX(50px);
  opacity: 0;
  transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1); }

.enter-y, .enter-yn {
  transform: translateY(50px);
  opacity: 0;
  transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  -webkit-transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1); }

.enter-zoomIn {
  opacity: 0;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.show .enter-x.delay-1 {
  transition-delay: 0.2s !important; }

.show .enter-x.delay-2 {
  transition-delay: 0.4s !important; }

.show .enter-x.delay-3 {
  transition-delay: 0.6s !important; }

.show .enter-x.delay-4 {
  transition-delay: 0.8s !important; }

.show .enter-x.delay-5 {
  transition-delay: 1.0s !important; }

.show .enter-x.delay-6 {
  transition-delay: 1.2s !important; }

.show .enter-x.delay-7 {
  transition-delay: 1.4s !important; }

.show .enter-x.delay-8 {
  transition-delay: 1.6s !important; }

.show .enter-y.delay-1 {
  transition-delay: 0.2s !important; }

.show .enter-y.delay-2 {
  transition-delay: 0.4s !important; }

.show .enter-y.delay-3 {
  transition-delay: 0.6s !important; }

.show .enter-y.delay-4 {
  transition-delay: 0.8s !important; }

.show .enter-y.delay-5 {
  transition-delay: 1.0s !important; }

.show .enter-y.delay-6 {
  transition-delay: 1.2s !important; }

.show .enter-y.delay-7 {
  transition-delay: 1.4s !important; }

.show .enter-y.delay-8 {
  transition-delay: 1.6s !important; }

.show .enter-y.delay-9 {
  transition-delay: 1.8s !important; }

.show .enter-y.delay-10 {
  transition-delay: 2.0s !important; }

.show .enter-y.delay-11 {
  transition-delay: 2.2s !important; }

.show .enter-y.delay-12 {
  transition-delay: 2.4s !important; }

.show .enter-y.delay-13 {
  transition-delay: 2.6s !important; }

.show .enter-y.delay-14 {
  transition-delay: 2.8s !important; }

.show .enter-zoomIn {
  transition-delay: 2.0s !important; }

.loaded .show .enter-x, .loaded .show .enter-y {
  opacity: 1 !important;
  transform: translate(0); }

.loaded .show .enter-zoomIn {
  opacity: 1; }

.loaded .show .enter-yn.show {
  opacity: 1;
  transform: translate(0); }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.mainBody-theme-container {
  max-width: 1920px;
  margin: 0 auto; }

.productdetail-layout.layout-3 .container-fluid {
  max-width: 1410px; }

.productdetail-layout.layout-3 .section-banner-hero {
  --height: 800;
  --weight: 800;
  overflow: initial;
  margin-bottom: 70px; }
  .productdetail-layout.layout-3 .section-banner-hero .s-banner {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }
    .productdetail-layout.layout-3 .section-banner-hero .s-banner img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 3%; }
  @media (min-width: 768px) {
    .productdetail-layout.layout-3 .section-banner-hero {
      --height: 9;
      --weight: 16;
      margin-bottom: 0;
      overflow: hidden; }
      .productdetail-layout.layout-3 .section-banner-hero .s-banner img {
        object-position: center; } }

.productdetail-layout.layout-3 .section-collection {
  padding: 14% 0 0;
  z-index: 4;
  position: relative;
  top: 50px; }
  .productdetail-layout.layout-3 .section-collection .s-wrapper {
    display: flex;
    gap: 30px;
    flex-direction: column; }
  .productdetail-layout.layout-3 .section-collection .s-heading {
    width: 70%;
    padding: 2% 0 4%;
    margin: auto; }
    .productdetail-layout.layout-3 .section-collection .s-heading .box {
      display: flex;
      flex-direction: column;
      color: #fff;
      text-align: center; }
    .productdetail-layout.layout-3 .section-collection .s-heading .brand {
      margin-bottom: 16px;
      position: relative; }
      .productdetail-layout.layout-3 .section-collection .s-heading .brand span {
        position: absolute;
        top: 5%; }
      .productdetail-layout.layout-3 .section-collection .s-heading .brand span svg {
        width: 18px;
        height: 18px; }
    .productdetail-layout.layout-3 .section-collection .s-heading .subtext {
      font-family: var(--skin-header-font-2);
      font-size: 18px;
      position: relative; }
      .productdetail-layout.layout-3 .section-collection .s-heading .subtext span {
        position: absolute;
        top: -48%;
        margin: 0; }
      .productdetail-layout.layout-3 .section-collection .s-heading .subtext span svg {
        width: 10px;
        height: 10px; }
    .productdetail-layout.layout-3 .section-collection .s-heading .text {
      font-family: var(--skin-header-font);
      font-size: 16px;
      font-weight: 600; }
  .productdetail-layout.layout-3 .section-collection .s-content {
    --color-btn-swiper: #ffffff;
    --bg-btn-swiper: #ffffff;
    width: 80%;
    margin: 0 0 0 auto; }
    .productdetail-layout.layout-3 .section-collection .s-content .swiper {
      padding: 0 30% 0 0; }
      .productdetail-layout.layout-3 .section-collection .s-content .swiper:not(.swiper-initialized) .swiper-wrapper {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        column-gap: 15px;
        justify-content: center; }
      .productdetail-layout.layout-3 .section-collection .s-content .swiper:not(.swiper-initialized) .swiper-slide {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .productdetail-layout.layout-3 .section-collection .s-content .swiper .swiper-slide {
        display: flex;
        align-items: flex-end;
        height: auto; }
      .productdetail-layout.layout-3 .section-collection .s-content .swiper .swiper-slide .slide {
        width: 100%; }
        .productdetail-layout.layout-3 .section-collection .s-content .swiper .swiper-slide .slide .slide-cover {
          padding-bottom: 160%;
          position: relative;
          overflow: hidden;
          display: block; }
        .productdetail-layout.layout-3 .section-collection .s-content .swiper .swiper-slide .slide .slide-cover img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .productdetail-layout.layout-3 .section-collection .s-content .swiper .swiper-slide .slide .slide-cover.loop-0 a {
          cursor: default;
          pointer-events: none; }
      .productdetail-layout.layout-3 .section-collection .s-content .swiper .swiper-slide:not(.swiper-slide-active) .slide {
        width: 45%;
        padding-bottom: 4px; }
    .productdetail-layout.layout-3 .section-collection .s-content .swiper-button-prev {
      display: none; }
    .productdetail-layout.layout-3 .section-collection .s-content .swiper-button-next {
      right: 27.5%;
      transform: none; }
    .productdetail-layout.layout-3 .section-collection .s-content .swiper-button-prev, .productdetail-layout.layout-3 .section-collection .s-content .swiper-button-next {
      color: var(--color-btn-swiper);
      border: 1px solid var(--bg-btn-swiper);
      background: transparent;
      top: 70%;
      transform: translateY(-70%);
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
      width: 30px;
      height: 30px; }
      .productdetail-layout.layout-3 .section-collection .s-content .swiper-button-prev svg, .productdetail-layout.layout-3 .section-collection .s-content .swiper-button-next svg {
        width: 14px;
        height: auto; }
  @media (min-width: 480px) {
    .productdetail-layout.layout-3 .section-collection .s-content .swiper-button-prev, .productdetail-layout.layout-3 .section-collection .s-content .swiper-button-next {
      width: 40px;
      height: 40px; }
      .productdetail-layout.layout-3 .section-collection .s-content .swiper-button-prev svg, .productdetail-layout.layout-3 .section-collection .s-content .swiper-button-next svg {
        width: auto;
        height: auto; }
    .productdetail-layout.layout-3 .section-collection .s-content .swiper-button-next {
      right: 28.5%; } }
  @media (min-width: 768px) {
    .productdetail-layout.layout-3 .section-collection {
      top: 0;
      padding: 22% 0 0; }
      .productdetail-layout.layout-3 .section-collection .s-wrapper {
        gap: 30px;
        flex-direction: row; }
      .productdetail-layout.layout-3 .section-collection .s-heading {
        width: 50%;
        padding: 6% 0 0 2%;
        margin: 0; }
      .productdetail-layout.layout-3 .section-collection .s-content {
        width: 45%;
        margin: 0 0 0 auto; }
        .productdetail-layout.layout-3 .section-collection .s-content .swiper .swiper-slide .slide .slide-cover {
          padding-bottom: 130%; }
        .productdetail-layout.layout-3 .section-collection .s-content .swiper .swiper-slide:not(.swiper-slide-active) .slide {
          width: 50%;
          padding-bottom: 10px; }
        .productdetail-layout.layout-3 .section-collection .s-content .swiper-button-next {
          right: 30%; } }
  @media (min-width: 1024px) {
    .productdetail-layout.layout-3 .section-collection .s-heading {
      padding: 2% 0 0 2%; }
      .productdetail-layout.layout-3 .section-collection .s-heading .brand {
        margin-bottom: 22px; }
      .productdetail-layout.layout-3 .section-collection .s-heading .subtext {
        font-size: 36px; }
      .productdetail-layout.layout-3 .section-collection .s-heading .text {
        font-size: 18px; } }
  @media (min-width: 1240px) {
    .productdetail-layout.layout-3 .section-collection .s-content {
      width: 50%; }
    .productdetail-layout.layout-3 .section-collection .s-heading {
      width: 45%;
      padding: 10% 0 0 2%; }
      .productdetail-layout.layout-3 .section-collection .s-heading .brand svg {
        width: 447px;
        height: 83px; } }
  @media (min-width: 1440px) {
    .productdetail-layout.layout-3 .section-collection .s-heading {
      width: 45%;
      padding: 10% 0 0 8%; }
      .productdetail-layout.layout-3 .section-collection .s-heading .brand svg {
        width: 447px;
        height: 83px; } }

.productdetail-layout.layout-3 .section-introproduct {
  padding: 60px 0 0; }
  .productdetail-layout.layout-3 .section-introproduct .box {
    display: flex;
    flex-direction: row;
    gap: 20px 0;
    position: relative; }
    .productdetail-layout.layout-3 .section-introproduct .box:after {
      content: "";
      position: absolute;
      top: 115%;
      right: 75%;
      width: 5px;
      height: 64px;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='64' viewBox='0 0 5 64' fill='none'%3E%3Cpath d='M0.306223 63.3904C0.23382 63.0318 0.213148 62.5617 0.227001 62.2044C0.231068 62.0924 0.307827 62.1491 0.3145 62.0718C0.32794 61.9207 0.278956 61.7798 0.298977 61.6304C0.306172 61.5809 0.428636 61.6425 0.433899 61.5906C0.462982 61.3061 0.411747 61.037 0.415793 60.7488C0.440654 59.3293 0.418149 57.934 0.416245 56.4971C0.414508 56.0233 0.540766 55.4474 0.453457 54.958C0.442939 54.9009 0.294228 54.935 0.281362 54.9241C0.0827233 54.7537 0.389602 54.8103 0.425601 54.699C0.567311 54.2572 0.56828 53.766 0.491048 53.3409C0.457742 53.16 0.146509 53.3413 0.317656 53.1592C0.329302 53.1466 0.501565 53.1925 0.518027 53.1429C0.555178 53.0304 0.517465 52.817 0.528221 52.7298C0.550065 52.5618 0.547552 52.534 0.544499 52.375C0.541591 52.1578 0.622458 51.8994 0.575425 51.6663C0.564715 51.6165 0.382921 51.6824 0.348795 51.6031C0.314646 51.5236 0.322547 51.3135 0.36411 51.2427C0.40565 51.1719 0.553358 51.202 0.586577 51.1895C0.86832 51.0863 0.467741 50.8433 0.456068 50.812C0.269469 50.2419 0.483702 49.753 0.470687 49.2178C0.459359 48.8115 0.368534 48.3771 0.369237 47.9905C0.370843 47.5299 0.473797 47.1396 0.445023 46.6922C0.442155 46.6449 0.197693 46.7003 0.193462 46.6426C0.148636 46.0299 0.15835 45.4214 0.317675 44.8113C0.333946 44.7501 0.559028 44.829 0.588853 44.7678C0.764796 44.3936 1.21278 43.8014 0.215737 43.5791C0.249617 43.3256 0.283847 43.0178 0.483133 42.791C0.611571 42.6448 0.86511 42.7868 0.755763 42.6072C0.73135 42.5667 0.511188 42.6194 0.491107 42.5586C0.406467 42.3028 0.474871 42.0233 0.356102 41.7703C0.331381 41.7188 0.13144 41.7329 0.09515 41.7183C-0.199357 41.5957 0.280468 41.3917 0.315477 41.3472C0.573742 41.0085 0.468055 40.7611 0.470731 40.4456C0.471514 40.3723 0.199619 40.4589 0.190419 40.3885C0.146201 40.023 0.164217 39.6445 0.282728 39.2866C0.309778 39.207 0.545764 39.2802 0.570787 39.2422C0.678632 39.0745 0.23323 39.0373 0.327725 38.8765C0.347118 38.8426 0.549392 38.8617 0.571528 38.8555C0.919364 38.7587 0.424777 38.6746 0.41349 38.6497C0.260976 38.3347 0.777282 38.1334 0.702406 37.8291C0.692839 37.7927 0.435639 37.8748 0.4244 37.7725C0.347868 37.0908 0.413514 36.3698 0.619724 35.6951C0.651428 35.5902 0.847875 35.665 0.872015 35.6584C1.24962 35.5508 0.743101 35.4812 0.723833 35.447C0.585323 35.1772 1.01055 34.925 0.404975 34.7417C0.570396 33.8246 0.382931 32.9109 0.5839 32C0.633412 31.7757 0.706511 31.5516 0.814206 31.3276C0.82052 31.3132 1.07179 31.339 1.0833 31.3103C1.2245 30.9641 0.833914 31.0306 0.356863 30.8015C0.237126 30.7438 0.813611 30.5682 0.855813 30.5527C1.01148 30.4961 1.38488 30.5548 1.41503 30.5358C1.65163 30.379 0.416787 30.4046 0.416944 30.1931C0.419014 30.1865 0.646133 30.2143 0.668753 30.1965C0.739757 30.1414 0.649602 30.0867 0.727876 30.0327C0.909035 29.9092 1.50816 29.8651 1.15964 29.6765C1.11444 29.6526 0.415137 29.6891 0.448784 29.5002C0.46275 29.4249 0.451937 29.0917 0.497504 28.9983C0.542991 28.905 0.767532 28.969 0.777299 28.9624C1.07506 28.711 1.19796 28.8063 1.6376 28.6804C2.0753 28.5544 1.03118 28.5894 0.914809 28.5381C0.798795 28.4866 1.04399 28.3023 1.129 28.257C1.2141 28.2118 1.35645 28.2682 1.40459 28.228C1.71886 27.9611 0.887518 28.1109 0.722471 28.0229C0.332215 27.8156 1.10451 27.6541 1.17996 27.4643C1.20042 27.413 1.02498 27.4549 1.0087 27.4091C0.946713 27.228 1.18666 27.1191 0.967577 26.913C0.931724 26.8793 0.47169 26.7128 0.810337 26.6049C0.85912 26.5897 1.04988 26.6331 1.09283 26.5559C1.15731 26.4406 1.19928 26.2328 1.136 26.1088C1.08922 26.0173 0.775521 26.1222 0.873355 26.007C0.916991 25.9559 1.0999 26.0507 1.16647 25.9545C1.23298 25.8589 1.22537 25.6143 1.21928 25.5212C1.21304 25.4283 0.976371 25.4791 0.960439 25.4716C0.869276 25.4262 0.756384 25.2479 0.756798 25.2321C0.734189 24.4374 1.13132 23.7044 1.00544 22.9306C0.996017 22.8699 0.752597 22.9103 0.748652 22.9011C0.648571 22.6932 1.29352 22.8571 1.50972 22.7118C1.01722 22.7329 1.10672 22.6471 1.05358 22.5007C1.0276 22.4301 0.837327 22.4686 0.817893 22.4621C0.53028 22.3575 0.903558 22.2846 0.979617 22.2658C1.25981 22.1965 0.929766 22.1211 1.11681 22.0739C1.30214 22.0268 1.57676 22.1352 1.57311 21.9948C1.39857 21.9554 0.941437 22.0597 0.868238 21.9531C0.592842 21.5508 0.956645 20.7998 0.994092 20.4763C1.03279 20.1534 1.00225 20.0491 1.06483 19.861C1.17752 19.5212 0.84904 19.6458 0.702466 19.4348C0.556466 19.2232 1.35537 19.326 1.52768 19.2956C1.69953 19.2657 1.52258 19.2331 1.61692 19.196C1.71109 19.1589 1.82828 19.2391 1.86315 19.152C1.8976 19.0649 1.59223 18.8267 1.41441 18.7958C1.0371 18.7306 0.639913 18.8379 0.781986 18.6074C0.790355 18.5941 0.997804 18.6371 1.01925 18.5864C1.18227 18.1831 1.19444 17.7642 1.33423 17.3615C1.35369 17.3061 1.57918 17.3556 1.59294 17.3234C1.73607 16.9877 1.35649 17.1077 0.939153 16.9238C1.49658 16.9651 1.83776 16.8633 1.83848 16.6085C1.83942 16.4554 1.59826 16.4818 1.42871 16.3827C1.37775 16.353 1.54265 16.2447 1.42985 16.225C1.06173 16.1603 0.648466 16.2624 0.81649 15.9997C0.824396 15.9882 1.02468 16.0249 1.03726 15.985C1.11899 15.7277 0.73775 15.6969 0.697662 15.4187C0.666531 15.2006 0.902229 14.8127 0.941741 14.5644C1.535 14.5696 1.39782 14.335 0.994305 14.2399C1.01292 14.0788 0.992652 13.9047 1.04989 13.749C1.06937 13.6953 1.23666 13.7306 1.25487 13.7238C1.53927 13.6201 1.15182 13.5501 1.1374 13.5153C0.995899 13.1383 1.28591 12.8311 1.0118 12.4714C1.00179 12.4586 0.615249 12.4379 0.89955 12.3417C0.918911 12.3355 1.09337 12.4543 1.10898 12.2851C1.12549 12.1158 1.33122 11.7967 1.1584 11.5617C1.11641 11.5048 0.815521 11.361 1.0542 11.2455C1.08649 11.2301 1.19314 11.247 1.25277 11.2248C1.44214 11.153 1.06772 11.1138 1.38616 11.0295C1.70474 10.9451 1.93639 10.7696 1.71824 10.5326C1.71178 10.5251 1.42085 10.469 1.42587 10.3944C1.43382 10.2755 1.49378 10.1066 1.49178 9.98233C1.49077 9.92285 1.31394 9.96093 1.31072 9.9506C1.21521 9.55066 1.37434 9.26601 1.43982 8.83755C1.45146 8.75901 1.22525 8.53332 1.40546 8.38125C1.60077 8.21429 2.41416 8.38582 2.20905 8.00207C2.12355 7.84729 1.12418 7.65136 1.63884 7.37319C1.51229 6.83372 1.75849 6.33481 1.58467 5.79384C1.57686 5.76951 1.32396 5.69259 1.32827 5.6354C1.33473 5.55049 1.45185 5.50389 1.4595 5.44326C1.49428 5.18921 1.39713 4.95674 1.4137 4.71181C1.41952 4.61882 1.53422 4.65133 1.54018 4.54042C1.54565 4.42957 1.39747 4.35567 1.4692 4.20546C1.52411 4.09201 1.81998 3.97858 1.84971 3.828C1.56029 3.82227 1.56531 3.71885 1.49014 3.53505C1.47565 3.49972 1.37699 3.53761 1.36512 3.52089C1.31513 3.45287 1.39681 3.38992 1.34269 3.32534C1.32974 3.30963 1.23446 3.30889 1.21864 3.29605C1.08147 3.18683 1.29761 3.00688 1.33343 2.97597C1.47249 2.85751 1.35238 2.80217 1.40689 2.71132C1.46052 2.62061 1.52725 2.75623 1.55922 2.65028C1.62451 2.43066 1.6063 2.14847 1.60835 1.92542C1.6085 1.83642 1.495 1.89715 1.49235 1.88441C1.46451 1.70038 1.5806 1.51428 1.36254 1.41225C1.9254 1.28463 1.30823 1.30127 1.42298 1.03822C1.43225 1.01749 1.68894 0.991129 1.72878 1.07068C1.76896 1.15022 1.6893 1.27086 1.75233 1.38123C1.76639 1.40736 2.02348 1.55707 2.04066 1.5775C2.17003 1.73752 1.7606 1.7602 1.73779 1.76868C1.49454 1.86469 1.77684 2.04765 1.79933 2.09582C1.89613 2.31623 1.84133 2.50351 1.91402 2.68786C1.96124 2.80844 2.25488 2.82021 2.25146 2.9149C2.24249 3.22964 1.81692 3.33952 2.20254 3.63609C2.28535 3.69969 2.62366 3.63647 2.36843 3.86436C2.35311 3.87868 2.11119 4.04787 2.27475 4.14561C2.29549 4.15789 2.39775 4.15749 2.40732 4.17368C2.4697 4.28219 2.39181 4.35455 2.43834 4.47275C2.48499 4.59095 2.55466 4.73306 2.52703 4.86802C2.51084 4.94934 2.31573 5.0537 2.26776 5.09264C2.12954 5.20256 2.37044 5.32043 2.19854 5.38854C2.02406 5.45722 1.75406 5.32297 1.64169 5.50306C1.92995 5.50972 2.22648 5.52503 2.51755 5.53574C2.53111 5.9304 2.45501 6.31872 2.48791 6.7147C2.49244 6.76379 2.65521 6.71358 2.66471 6.76621C2.70483 6.98824 2.59559 7.18219 2.65636 7.41245C2.70406 7.59068 2.89945 7.78612 2.9592 7.9725C2.59262 8.08635 2.73319 8.36291 2.70967 8.56382C2.70127 8.6342 2.59828 8.62949 2.567 8.67955C2.45087 8.86836 2.78904 8.77988 2.84582 8.83163C3.0907 9.0537 2.30975 9.07275 2.33655 9.33459C2.3371 9.34845 2.76833 9.51801 2.79681 9.54135C2.97784 9.68974 2.64968 9.56592 2.62234 9.65879C2.5724 9.82835 2.47278 9.94619 2.60849 10.1451C2.64818 10.2031 2.92889 10.3423 2.722 10.4549C2.69483 10.4698 2.54865 10.4616 2.54058 10.4735C2.40565 10.6894 2.86666 10.6951 3.03087 10.8184C3.19558 10.9418 2.88385 11.1325 2.79137 11.1712C2.55368 11.2727 2.68486 11.0935 2.66089 11.088C2.37705 11.0235 2.43029 11.1625 2.40972 11.2687C1.94811 11.2841 1.97795 11.4326 2.39014 11.3788C2.43506 11.3727 2.38924 11.29 2.40972 11.2687C2.8657 11.3619 2.93611 11.5251 2.5125 11.7054C2.31354 11.7898 2.07566 11.7101 2.16766 11.9664C2.20941 12.0828 2.53482 12.0378 2.62777 12.1405C2.84141 12.3751 2.54467 12.6799 2.60071 12.9217C2.62161 13.0095 2.80248 12.924 2.82339 12.984C2.88001 13.1432 2.74632 13.2836 2.82382 13.4435C2.83115 13.4579 3.02491 13.4225 3.02959 13.4723C3.06941 13.8492 2.95631 14.1774 2.96748 14.5709C2.9729 14.761 3.09849 15.101 3.08375 15.2979C3.06008 15.6393 2.77086 16.0593 2.85312 16.3509C2.90652 16.5411 3.11627 16.4994 3.26336 16.5809C3.54978 16.7382 3.05824 17.0166 2.98018 17.0541C2.97756 17.0552 2.92231 16.8915 2.81549 16.9789C2.58867 17.0297 2.97905 17.0522 2.98018 17.0541C2.93059 17.0787 2.89143 17.4056 2.93444 17.4706C2.95799 17.5058 3.16159 17.4861 3.17009 17.5045C3.36781 17.9417 3.43888 18.3797 3.35586 18.8231C3.35189 18.8309 3.11722 18.8192 3.11073 18.8375C3.01362 19.0942 3.30582 19.2586 3.48538 19.4703C3.66462 19.682 3.61408 19.8499 3.2073 19.9752C3.26358 20.1349 3.08787 20.3641 2.97972 20.496C2.87153 20.6278 3.34187 20.6462 3.35155 20.6578C3.65987 21.0197 3.39674 21.2289 3.36331 21.6043C3.34683 21.7828 3.42486 22.1369 3.48236 22.3302C3.52865 22.4829 3.41783 22.5749 3.49354 22.7157C3.50368 22.7347 3.71841 22.7155 3.72684 22.7213C3.98877 22.8783 3.46012 22.8029 3.36681 22.8353C3.02728 22.9529 2.84523 23.0255 3.01025 23.2267C3.04776 23.2731 3.81354 23.4082 3.86077 23.4928C3.92036 23.6027 3.64514 23.5612 3.7143 23.6764C3.71997 23.6862 3.88925 23.6841 3.88359 23.7552C3.85958 24.085 3.7685 24.4447 3.79273 24.7874C3.79542 24.8343 4.06565 24.7742 4.07413 24.8419C4.11373 25.1593 4.11169 25.5072 3.98949 25.8165C3.95853 25.8926 3.76579 25.8449 3.70913 25.8614C3.36601 25.9629 3.86946 26.1067 3.87962 26.1305C4.13152 26.6967 3.68177 27.13 3.90683 27.7071C3.91985 27.7385 4.46721 27.9803 4.00185 28.0882C3.97097 28.0956 3.49425 28.2024 3.82202 28.2967C3.84255 28.3026 4.08788 28.2361 4.06416 28.3521C4.0404 28.4682 4.20722 28.655 3.9378 28.8145C3.85301 28.8651 3.37565 28.9845 3.75818 29.1351C3.7847 29.1449 4.64993 29.3775 4.05501 29.4605C3.95707 29.474 3.32649 29.4599 3.65092 29.6397C3.71385 29.6741 3.85411 29.6117 3.94261 29.7022C4.07905 29.8409 3.91111 30.0247 4.19346 30.1951C4.24341 30.2249 4.6731 30.3514 4.34812 30.453C4.29721 30.4689 4.08607 30.4387 4.06272 30.4923C3.95063 30.7472 4.09279 31.0142 3.94725 31.273C3.89609 31.3647 3.55451 31.3179 3.46314 31.4134C3.3718 31.509 3.28395 31.7016 3.44008 31.8016C3.59629 31.9017 4.14065 31.7924 4.18427 31.9422C4.18986 31.9614 4.195 31.9807 4.19972 31.9999C4.35488 32.6318 4.05076 33.2584 4.00199 33.8897C3.99445 33.9862 4.18932 33.9062 4.19207 34.0484C4.20369 34.5727 4.37481 35.4778 3.95875 35.9327C3.62632 36.2972 3.38131 35.8385 3.24507 36.1171C3.18038 36.2515 3.80451 36.3969 3.82364 36.4293C4.01931 36.7463 3.73958 36.9665 3.82011 37.2518C3.83676 37.3107 4.08985 37.2529 4.10115 37.3031C4.14188 37.4743 4.02628 37.6543 4.04383 37.818C4.05225 37.8914 4.2443 37.8779 4.22812 37.9454C4.19166 38.107 4.1081 38.25 3.92598 38.4076C3.90943 38.4219 3.67348 38.3251 3.66255 38.4447C3.64536 38.6383 3.46543 38.8785 3.64267 39.1012C3.69602 39.1673 4.12945 39.1698 3.82702 39.3119C3.76382 39.3417 3.24487 39.3037 3.69059 39.4691C3.76514 39.4969 4.36209 39.7748 3.96962 39.9112C3.86635 39.9472 3.44156 40.0391 3.50642 40.1185C3.51676 40.1293 3.74863 40.0861 3.76959 40.152C3.83934 40.384 3.80867 40.6272 3.87403 40.8656C3.89186 40.9293 4.13152 40.8344 4.15031 40.9293C4.20218 41.1902 4.13124 41.516 4.04966 41.7711C4.01913 41.8652 3.82719 41.8002 3.80582 41.807C3.45937 41.9171 3.92072 41.9821 3.94632 42.0187C4.10015 42.2459 3.87769 42.4189 3.92794 42.6283C3.94112 42.6861 4.16112 42.6451 4.18021 42.6566C4.36603 42.7759 3.97702 42.687 3.93118 42.7626C3.80161 42.9741 3.81154 43.21 3.8315 43.424C3.83913 43.5025 4.09296 43.4142 4.0967 43.4847C4.12335 43.9022 4.07997 44.3361 3.9275 44.7435C3.89837 44.8202 3.71161 44.772 3.66784 44.788C3.36248 44.8982 3.76723 45.0596 3.80424 45.0968C3.97495 45.2658 3.80625 45.3314 3.83081 45.4806C3.95192 46.2095 3.79762 47.1095 3.6995 47.7975C3.57052 48.6941 3.37388 49.3898 3.3715 50.2448C3.37103 50.2991 3.59621 50.2443 3.59842 50.2912C3.61522 50.8959 3.49382 51.4913 3.51558 52.0973C3.51683 52.147 3.72105 52.0754 3.72933 52.1552C3.74763 52.3189 3.72081 52.5263 3.64623 52.6918C3.61035 52.7725 3.45044 52.6642 3.41815 52.7455C3.34288 52.9347 3.31664 53.1376 3.33434 53.3319C3.34213 53.4147 3.54618 53.2899 3.54056 53.3974C3.50709 54.1297 3.47431 54.849 3.18652 55.589C3.16657 55.6398 2.80193 55.6843 2.86487 55.7922C2.96423 55.8003 3.08166 55.7999 3.18808 55.8034C3.16258 56.8695 2.95836 57.9247 2.85797 58.9938C2.85353 59.0389 3.02198 58.961 3.01366 59.0483C2.96685 59.5534 2.95806 60.0438 2.76537 60.5605C2.74658 60.6118 2.49206 60.5855 2.51997 60.7365C2.52515 60.7632 2.54202 60.9907 2.591 61.0495C2.5984 61.0575 2.71816 61.016 2.71493 61.0893C2.69421 61.5154 2.62499 61.9619 2.52385 62.3872C2.50742 62.4558 2.40264 62.3827 2.39034 62.4316C2.30675 62.7784 2.35683 63.1557 2.23951 63.487C2.1624 63.7089 1.99638 63.6268 1.82439 63.7446C1.80028 63.7613 1.79209 63.8987 1.69664 63.9058C1.45701 63.924 1.19231 63.8575 0.936486 63.8848C0.89408 63.8893 0.926342 64 0.879365 64C0.879355 64 0.879345 64 0.879335 64C0.865475 64 0.844762 63.9904 0.812908 63.9656C0.80363 63.958 0.749811 63.8246 0.701263 63.7918C0.66768 63.7689 0.573173 63.8101 0.52819 63.7635C0.48287 63.7168 0.561202 63.6656 0.505491 63.5882C0.448696 63.5109 0.337626 63.5449 0.306223 63.3904ZM2.49269 21.0897C2.26687 21.2118 3.10077 21.2298 2.89868 21.0978C2.88792 21.0914 2.50374 21.0834 2.49269 21.0897ZM2.04994 6.31652C1.81655 6.47616 2.17067 6.58539 2.35076 6.47276C2.52846 6.36017 2.11959 6.26789 2.04994 6.31652ZM1.8423 4.66126C1.67452 4.84783 2.37604 4.87716 2.2254 4.67735C2.21683 4.66573 1.85188 4.65035 1.8423 4.66126ZM1.79252 63.198C1.78762 63.1997 1.78021 63.2984 1.78489 63.3008C1.89742 63.3534 1.91444 63.1559 1.79252 63.198ZM1.65207 3.01869C1.56849 3.07692 1.66779 3.24462 1.77247 3.17224C1.85574 3.11398 1.75486 2.94615 1.65207 3.01869ZM1.61244 27.4592C1.59925 27.4611 1.58739 27.5319 1.66206 27.5305C1.90252 27.5256 1.83444 27.4271 1.61244 27.4592ZM1.61133 0.226931C1.60308 0.639397 1.16971 0.88951 1.22963 0.440326C1.2394 0.358986 1.35842 0.615627 1.39757 0.512096C1.46517 0.322654 1.21417 0.196878 1.35188 0.00355335C1.37533 -0.0314479 1.61152 0.203405 1.6119 0.227664C1.61171 0.227419 1.61152 0.227175 1.61133 0.226931ZM1.49324 21.1601C1.48224 21.1625 1.47177 21.2605 1.4827 21.2629C1.74771 21.3159 1.76817 21.1185 1.49324 21.1601ZM1.05944 31.5898C1.03415 31.5952 1.01048 31.8226 1.03378 31.83C1.4996 31.9487 1.54876 31.4889 1.05944 31.5898ZM0.957603 14.5605C0.72564 14.4536 0.702314 14.3257 0.994003 14.2404C0.977159 14.3467 0.973425 14.4536 0.957603 14.5605Z' fill='url(%23paint0_linear_962_3398)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_962_3398' x1='0.686193' y1='-298.168' x2='3.7318' y2='-298.209' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C8BE7D'/%3E%3Cstop offset='0.22' stop-color='%23D4CC8F'/%3E%3Cstop offset='1' stop-color='%23F7EFC1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"); }
    .productdetail-layout.layout-3 .section-introproduct .box .box-thumb {
      width: 50%;
      position: relative;
      overflow: hidden;
      padding-bottom: 18%; }
      .productdetail-layout.layout-3 .section-introproduct .box .box-thumb img {
        position: absolute;
        top: 0;
        left: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .productdetail-layout.layout-3 .section-introproduct .box .box-detail {
      display: flex;
      flex-direction: column;
      gap: 12px;
      width: 50%; }
      .productdetail-layout.layout-3 .section-introproduct .box .box-detail .subtext {
        color: #000;
        font-family: var(--skin-header-font);
        font-size: 14px;
        font-weight: 500; }
      .productdetail-layout.layout-3 .section-introproduct .box .box-detail .text h3 {
        color: var(--color-main-title1);
        font-family: var(--skin-header-font-2);
        font-size: 24px;
        font-weight: 400;
        margin: 0; }
  .productdetail-layout.layout-3 .section-introproduct .listing {
    display: flex;
    flex-direction: column;
    gap: 100px 168px; }
    .productdetail-layout.layout-3 .section-introproduct .listing .item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
      .productdetail-layout.layout-3 .section-introproduct .listing .item:last-child .box:after {
        content: none; }
  .productdetail-layout.layout-3 .section-introproduct .desc {
    text-align: center;
    margin-top: 40px; }
    .productdetail-layout.layout-3 .section-introproduct .desc > div {
      max-width: 600px;
      height: auto;
      margin: auto; }
    .productdetail-layout.layout-3 .section-introproduct .desc div.desktop {
      display: none; }
    @media (min-width: 768px) {
      .productdetail-layout.layout-3 .section-introproduct .desc div.desktop {
        display: block; }
      .productdetail-layout.layout-3 .section-introproduct .desc div.mobile {
        display: none; } }
  @media (min-width: 768px) {
    .productdetail-layout.layout-3 .section-introproduct {
      padding: 100px 0 0px; }
      .productdetail-layout.layout-3 .section-introproduct .listing {
        flex-direction: row;
        gap: 100px 68px; }
        .productdetail-layout.layout-3 .section-introproduct .listing .item {
          -ms-flex: 0 0 calc((100% - (68px*2)) /3);
          flex: 0 0 calc((100% - (68px*2)) /3);
          max-width: calc((100% - (68px*2)) /3); }
      .productdetail-layout.layout-3 .section-introproduct .box {
        flex-direction: column;
        text-align: center; }
        .productdetail-layout.layout-3 .section-introproduct .box:after {
          top: 27%;
          right: -68px;
          width: 68px;
          height: 6px;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='6' viewBox='0 0 152 6' fill='none'%3E%3Cpath d='M150.552 5.55079C149.7 5.6473 148.584 5.67484 147.735 5.65635C147.469 5.65092 147.604 5.54858 147.421 5.53967C147.061 5.52175 146.727 5.58705 146.372 5.56035C146.255 5.55075 146.401 5.38747 146.278 5.38045C145.602 5.34166 144.963 5.40996 144.278 5.40454C140.907 5.37132 137.593 5.40125 134.181 5.4037C133.055 5.40599 131.687 5.23762 130.525 5.354C130.39 5.36802 130.47 5.56631 130.445 5.58346C130.04 5.8483 130.174 5.43913 129.91 5.39113C128.861 5.20216 127.694 5.20084 126.684 5.30379C126.255 5.34819 126.686 5.76318 126.253 5.53497C126.223 5.51944 126.332 5.28976 126.214 5.26781C125.947 5.21827 125.44 5.26854 125.233 5.25419C124.834 5.22506 124.768 5.22841 124.391 5.23247C123.875 5.23633 123.261 5.1285 122.707 5.19119C122.589 5.20547 122.746 5.44787 122.557 5.49336C122.369 5.53889 121.87 5.52834 121.701 5.47292C121.533 5.41753 121.605 5.22059 121.575 5.1763C121.33 4.80063 120.753 5.33473 120.679 5.35029C119.324 5.59905 118.163 5.31338 116.892 5.33071C115.927 5.34579 114.895 5.46686 113.977 5.46591C112.884 5.46374 111.956 5.32644 110.894 5.36478C110.782 5.36861 110.913 5.69456 110.776 5.7002C109.321 5.75993 107.876 5.74694 106.427 5.53448C106.281 5.51278 106.469 5.21267 106.324 5.1729C105.435 4.93829 104.028 4.34095 103.5 5.67033C102.898 5.62514 102.167 5.57948 101.629 5.31375C101.281 5.14249 101.619 4.80445 101.192 4.95024C101.096 4.98278 101.221 5.27634 101.077 5.30311C100.469 5.41595 99.8053 5.32473 99.2043 5.48307C99.0821 5.51603 99.1154 5.78262 99.0808 5.831C98.7897 6.22367 98.3051 5.58389 98.1995 5.53721C97.395 5.19284 96.8075 5.33374 96.0581 5.33016C95.8842 5.32911 96.0898 5.69164 95.9224 5.7039C95.0545 5.76284 94.1555 5.7388 93.3056 5.58076C93.1166 5.54469 93.2905 5.23005 93.2001 5.19668C92.8018 5.05288 92.7135 5.64675 92.3315 5.52074C92.251 5.49489 92.2964 5.22519 92.2817 5.19567C92.0518 4.73189 91.852 5.39133 91.7929 5.40638C91.0448 5.60971 90.5667 4.92129 89.844 5.02111C89.7576 5.03386 89.9525 5.3768 89.7095 5.39178C88.0905 5.49379 86.3782 5.40622 84.7757 5.13123C84.5265 5.08896 84.7044 4.82703 84.6887 4.79484C84.4332 4.29136 84.2678 4.96672 84.1866 4.99241C83.5456 5.17707 82.9469 4.61009 82.5114 5.41751C80.3334 5.1969 78.1633 5.4468 76 5.17879C75.4673 5.11276 74.9349 5.01529 74.403 4.87168C74.3688 4.86326 74.4301 4.52823 74.3619 4.51289C73.5396 4.3246 73.6975 4.84539 73.1535 5.48144C73.0164 5.64109 72.5995 4.87243 72.5626 4.81616C72.4282 4.60861 72.5676 4.11073 72.5226 4.07053C72.1502 3.75506 72.2109 5.40152 71.7085 5.4013C71.6928 5.39854 71.7588 5.09572 71.7166 5.06555C71.5856 4.97088 71.4558 5.09108 71.3276 4.98671C71.0342 4.74516 70.9297 3.94632 70.4816 4.41101C70.4249 4.47127 70.5115 5.40368 70.063 5.35881C69.8841 5.34018 69.0926 5.35458 68.8708 5.29382C68.6493 5.23316 68.8014 4.93378 68.7856 4.92076C68.1886 4.52373 68.4149 4.35986 68.1159 3.77367C67.8168 3.19007 67.8997 4.58223 67.7778 4.73739C67.6557 4.89207 67.218 4.56514 67.1104 4.45178C67.0029 4.33831 67.137 4.14852 67.0414 4.08433C66.4076 3.66529 66.7632 4.77375 66.5544 4.99381C66.062 5.51414 65.6785 4.4844 65.2277 4.38379C65.1057 4.3565 65.2053 4.59043 65.0967 4.61213C64.6665 4.69478 64.4078 4.37483 63.9184 4.66694C63.8384 4.71474 63.4428 5.32811 63.1867 4.87658C63.1504 4.81153 63.2535 4.55718 63.0701 4.49991C62.7963 4.41394 62.3029 4.35797 62.0085 4.44233C61.7911 4.50469 62.0402 4.92297 61.7667 4.79252C61.6451 4.73433 61.8704 4.49046 61.642 4.40169C61.4148 4.313 60.8339 4.32314 60.6128 4.33125C60.3921 4.33957 60.5129 4.65513 60.4951 4.67638C60.3872 4.79792 59.9637 4.94844 59.9263 4.94788C58.0387 4.97798 56.298 4.44844 54.4602 4.61623C54.3159 4.62879 54.412 4.95335 54.39 4.95861C53.8963 5.09204 54.2855 4.23213 53.9406 3.94384C53.9905 4.60052 53.7869 4.48118 53.4391 4.55203C53.2715 4.58666 53.3627 4.84036 53.3475 4.86627C53.0989 5.24975 52.9259 4.75204 52.8813 4.65062C52.7167 4.27702 52.5375 4.71709 52.4255 4.4677C52.3136 4.22058 52.5712 3.85442 52.2377 3.85929C52.1441 4.092 52.3918 4.70152 52.1385 4.79911C51.183 5.16629 49.3994 4.68117 48.6311 4.63122C47.8644 4.5796 47.6167 4.62032 47.1699 4.53687C46.3629 4.38659 46.6586 4.82458 46.1575 5.02C45.6549 5.21466 45.8993 4.14946 45.827 3.91971C45.7561 3.69057 45.6786 3.92651 45.5904 3.80072C45.5025 3.67515 45.6929 3.51891 45.4861 3.47241C45.2791 3.42647 44.7134 3.83361 44.6401 4.0707C44.485 4.57378 44.7399 5.10337 44.1924 4.91393C44.161 4.90277 44.2631 4.62617 44.1426 4.59757C43.1849 4.3802 42.19 4.36395 41.2335 4.17753C41.102 4.15158 41.2196 3.85093 41.1431 3.83259C40.3459 3.64173 40.6308 4.14783 40.1939 4.70428C40.292 3.96105 40.0504 3.50613 39.4453 3.50515C39.0816 3.5039 39.1442 3.82544 38.909 4.0515C38.8384 4.11945 38.5811 3.89957 38.5344 4.04998C38.3806 4.5408 38.623 5.09182 37.9992 4.86778C37.9719 4.85723 38.059 4.59019 37.9644 4.57342C37.3531 4.46443 37.28 4.97275 36.6192 5.02618C36.1013 5.06768 35.1801 4.75339 34.5904 4.7007C34.6028 3.90968 34.0457 4.09258 33.8198 4.63059C33.437 4.60576 33.0237 4.63278 32.6537 4.55645C32.5264 4.53047 32.6101 4.30743 32.594 4.28314C32.3478 3.90393 32.1814 4.42053 32.0988 4.43976C31.2034 4.6284 30.474 4.24171 29.6194 4.60716C29.5891 4.62051 29.54 5.1359 29.3116 4.75683C29.2968 4.73101 29.579 4.49841 29.177 4.47759C28.775 4.45556 28.0171 4.18123 27.459 4.41164C27.3239 4.46763 26.9823 4.86881 26.7081 4.55056C26.6716 4.5075 26.7115 4.36531 26.6588 4.28581C26.4883 4.03331 26.3953 4.53253 26.1949 4.10794C25.9946 3.68316 25.5779 3.37429 25.015 3.66514C24.997 3.67375 24.8638 4.06165 24.6868 4.05496C24.4042 4.04436 24.0031 3.96439 23.708 3.96706C23.5668 3.9684 23.6572 4.20417 23.6326 4.20847C22.6828 4.33579 22.0068 4.12361 20.9892 4.03627C20.8027 4.02075 20.2666 4.32235 19.9055 4.08205C19.5089 3.82163 19.9164 2.73712 19.005 3.01059C18.6374 3.12458 18.172 4.45706 17.5113 3.77083C16.2301 3.93953 15.0452 3.61124 13.7604 3.84297C13.7026 3.85338 13.5199 4.19057 13.3841 4.18483C13.1824 4.1762 13.0717 4.02004 12.9277 4.00984C12.3244 3.96345 11.7723 4.09298 11.1906 4.07087C10.9697 4.0631 11.0469 3.91017 10.7835 3.90221C10.5203 3.89492 10.3447 4.09248 9.98798 3.99684C9.71853 3.92362 9.44916 3.52912 9.09153 3.48947C9.07794 3.87536 8.83228 3.86867 8.39573 3.96888C8.31184 3.98819 8.40181 4.11974 8.3621 4.13557C8.20059 4.20223 8.05103 4.09331 7.89766 4.16547C7.86034 4.18274 7.8586 4.30978 7.82808 4.33086C7.56871 4.51375 7.14131 4.22556 7.06791 4.17779C6.78663 3.99237 6.65514 4.15252 6.43937 4.07983C6.22398 4.00832 6.54605 3.91936 6.29441 3.87672C5.77283 3.78966 5.10264 3.81392 4.57289 3.81118C4.36151 3.81097 4.50573 3.96231 4.47548 3.96584C4.0384 4.00295 3.59641 3.84816 3.35408 4.1389C3.05104 3.38841 3.0905 4.2113 2.46577 4.05829C2.41653 4.04592 2.35398 3.70367 2.54289 3.65055C2.73183 3.59699 3.0183 3.70321 3.28044 3.61917C3.34252 3.60043 3.69812 3.25765 3.74662 3.23475C4.12668 3.06226 4.18051 3.60817 4.20063 3.63859C4.42867 3.96292 4.86316 3.58654 4.97761 3.55655C5.50112 3.42749 5.94585 3.50057 6.38371 3.40365C6.67009 3.34071 6.69808 2.94919 6.92296 2.95375C7.67047 2.96573 7.93142 3.53317 8.63578 3.01902C8.78684 2.9086 8.63676 2.45752 9.17793 2.79784C9.21196 2.81828 9.61373 3.14084 9.84592 2.92277C9.87506 2.89512 9.87413 2.75877 9.9126 2.74601C10.1703 2.66284 10.3421 2.7667 10.6229 2.70467C10.9036 2.64247 11.2411 2.54959 11.5616 2.58644C11.7548 2.60803 12.0026 2.86818 12.0951 2.93213C12.3562 3.11643 12.6361 2.79524 12.7979 3.02445C12.961 3.2571 12.6421 3.61709 13.0698 3.76692C13.0857 3.38258 13.122 2.98721 13.1475 2.59911C14.0848 2.58105 15.0071 2.68254 15.9475 2.63869C16.0641 2.63266 15.9449 2.41563 16.0699 2.40297C16.5972 2.34949 17.0578 2.49515 17.6047 2.41414C18.028 2.35055 18.4922 2.09004 18.9348 2.01038C19.2052 2.49916 19.862 2.31175 20.3392 2.34312C20.5063 2.35432 20.4952 2.49165 20.614 2.53336C21.0624 2.68821 20.8523 2.23731 20.9753 2.1616C21.5027 1.83511 21.5479 2.87637 22.1697 2.84066C22.2027 2.83992 22.6054 2.26496 22.6608 2.22699C23.0133 1.98562 22.7192 2.42316 22.9397 2.45962C23.3424 2.52622 23.6223 2.65905 24.0948 2.47812C24.2325 2.4252 24.563 2.05092 24.8306 2.32678C24.8658 2.36302 24.8463 2.55792 24.8747 2.56869C25.3875 2.7486 25.4009 2.13391 25.694 1.91498C25.987 1.69538 26.4397 2.11102 26.5318 2.23434C26.7728 2.55126 26.3472 2.37634 26.3341 2.40831C26.1808 2.78675 26.5109 2.71577 26.7632 2.74321C26.7997 3.35868 27.1525 3.31891 27.0247 2.76931C27.0102 2.70942 26.8138 2.77051 26.7632 2.74321C26.9846 2.13524 27.3723 2.04136 27.8005 2.60619C28.0009 2.87147 27.8115 3.18864 28.4203 3.06599C28.6967 3.01033 28.5899 2.57645 28.8338 2.45252C29.3909 2.16768 30.1149 2.56335 30.6892 2.48865C30.8977 2.46078 30.6946 2.21961 30.8371 2.19175C31.2152 2.11626 31.5486 2.29452 31.9284 2.19119C31.9628 2.18142 31.8787 1.92308 31.9968 1.91684C32.8919 1.86376 33.6714 2.01459 34.606 1.99971C35.0576 1.99249 35.865 1.82507 36.3328 1.84472C37.1436 1.87631 38.141 2.26196 38.8336 2.15229C39.2854 2.08111 39.1862 1.80143 39.3798 1.60531C39.7533 1.22343 40.4145 1.87884 40.5035 1.98292C40.5062 1.98641 40.1175 2.06006 40.3249 2.2025C40.4455 2.50493 40.4992 1.98443 40.5035 1.98292C40.562 2.04904 41.3386 2.10127 41.4927 2.04392C41.5765 2.01253 41.5297 1.74106 41.5733 1.72973C42.6117 1.46612 43.6519 1.37139 44.705 1.4821C44.7235 1.48741 44.6956 1.80029 44.7392 1.80894C45.3489 1.93844 45.7393 1.54885 46.2422 1.30945C46.7449 1.07047 47.1436 1.13788 47.4413 1.68026C47.8206 1.60523 48.3649 1.83951 48.6781 1.98372C48.9912 2.12798 49.0349 1.50086 49.0625 1.48795C49.922 1.07688 50.4188 1.42774 51.3105 1.47233C51.7344 1.49432 52.5754 1.39029 53.0343 1.31364C53.3971 1.25193 53.6157 1.39969 53.9499 1.29875C53.9951 1.28524 53.9494 0.998927 53.9632 0.987687C54.3363 0.638461 54.157 1.34332 54.234 1.46774C54.5133 1.92045 54.6858 2.16318 55.1635 1.94317C55.2737 1.89315 55.5947 0.872127 55.7955 0.809153C56.0567 0.729706 55.9581 1.09666 56.2316 1.00446C56.255 0.996902 56.2501 0.771196 56.4188 0.778743C57.2022 0.810783 58.0563 0.932235 58.8704 0.899946C58.9816 0.896363 58.839 0.536059 58.9997 0.524753C59.7536 0.471966 60.5799 0.474711 61.3144 0.637664C61.4952 0.67894 61.3819 0.935934 61.4211 1.01147C61.662 1.46898 62.0037 0.797718 62.0601 0.784175C63.4048 0.44833 64.434 1.04802 65.8046 0.747979C65.8792 0.730624 66.4536 0.000823736 66.7098 0.621309C66.7273 0.662485 66.9808 1.29811 67.2049 0.861095C67.2189 0.833724 67.0609 0.506607 67.3366 0.538246C67.6122 0.569932 68.0559 0.347509 68.4348 0.706746C68.5547 0.819801 68.8383 1.45628 69.1961 0.946259C69.2194 0.910895 69.7718 -0.242729 69.969 0.550503C70.001 0.681095 69.9675 1.52186 70.3946 1.0893C70.4762 1.0054 70.3281 0.818374 70.5431 0.700391C70.8724 0.518465 71.3089 0.742398 71.7137 0.365943C71.7844 0.299341 72.0849 -0.27357 72.3261 0.159747C72.3638 0.227626 72.2921 0.509142 72.4194 0.540284C73.0249 0.689751 73.6589 0.500211 74.2737 0.694288C74.4915 0.762506 74.3801 1.21794 74.6071 1.33978C74.8342 1.46156 75.2915 1.57871 75.5291 1.37054C75.7667 1.16227 75.5071 0.436445 75.863 0.378297C75.9087 0.370848 75.9543 0.363991 76 0.3577C77.5009 0.150852 78.9889 0.556384 80.4884 0.62145C80.7176 0.631499 80.5276 0.371671 80.8653 0.368015C82.1104 0.352553 84.26 0.124437 85.3405 0.679208C86.2061 1.12247 85.1167 1.44913 85.7782 1.6308C86.0974 1.71706 86.4428 0.884896 86.5198 0.859381C87.2726 0.598514 87.7957 0.971493 88.4733 0.864134C88.6132 0.841949 88.476 0.504485 88.5951 0.489418C89.0018 0.435129 89.4293 0.589272 89.8179 0.565883C89.9923 0.55465 89.9602 0.298594 90.1206 0.320161C90.5045 0.368783 90.844 0.480202 91.2182 0.723048C91.2523 0.745112 91.0223 1.0597 91.3064 1.07428C91.7661 1.09722 92.3367 1.33713 92.8655 1.10083C93.0225 1.0297 93.0286 0.451792 93.366 0.855038C93.4367 0.939306 93.3464 1.63125 93.7394 1.03695C93.8054 0.937553 94.4655 0.141644 94.7894 0.664942C94.8749 0.802633 95.093 1.36903 95.2817 1.28255C95.3073 1.26877 95.2048 0.959605 95.3612 0.931656C95.9123 0.838673 96.4898 0.879587 97.056 0.792451C97.2072 0.768683 96.982 0.449128 97.2074 0.424078C97.827 0.354932 98.6007 0.449542 99.2066 0.55832C99.43 0.599036 99.2756 0.854952 99.2919 0.883445C99.5533 1.34538 99.7078 0.730254 99.7946 0.696129C100.334 0.491033 100.745 0.787651 101.242 0.72067C101.38 0.703099 101.282 0.409766 101.31 0.384311C101.593 0.136554 101.382 0.655228 101.561 0.716357C102.064 0.889132 102.624 0.875897 103.132 0.849301C103.319 0.839134 103.109 0.500685 103.276 0.495704C104.268 0.460186 105.299 0.518055 106.266 0.721371C106.448 0.760217 106.334 1.00923 106.372 1.06759C106.633 1.47474 107.017 0.935089 107.105 0.885743C107.506 0.658129 107.662 0.883071 108.017 0.850338C109.748 0.688897 111.885 0.894672 113.519 1.02554C115.649 1.19757 117.301 1.4598 119.332 1.46301C119.461 1.46365 119.33 1.1634 119.442 1.16046C120.878 1.13809 122.292 1.3 123.731 1.27101C123.849 1.26935 123.679 0.997049 123.869 0.986011C124.258 0.961626 124.75 0.997391 125.143 1.09685C125.335 1.14469 125.078 1.3579 125.271 1.40095C125.72 1.50132 126.202 1.53632 126.664 1.51273C126.86 1.50235 126.564 1.23028 126.819 1.23778C128.558 1.28244 130.266 1.3262 132.024 1.70996C132.145 1.73656 132.25 2.22275 132.507 2.13883C132.526 2.00636 132.525 1.84978 132.533 1.70789C135.065 1.74194 137.571 2.0143 140.111 2.14822C140.218 2.15414 140.033 1.92952 140.24 1.94062C141.439 2.00307 142.604 2.01482 143.831 2.27176C143.953 2.29682 143.891 2.63618 144.249 2.59897C144.313 2.59206 144.853 2.56959 144.993 2.50428C145.012 2.49442 144.913 2.33473 145.087 2.33904C146.099 2.3667 147.16 2.45902 148.17 2.5939C148.333 2.6158 148.159 2.75551 148.275 2.77191C149.099 2.88338 149.995 2.81663 150.782 2.97308C151.309 3.0759 151.114 3.29726 151.394 3.52658C151.433 3.55873 151.759 3.56966 151.776 3.69692C151.82 4.01643 151.662 4.36936 151.726 4.71046C151.737 4.767 152 4.72399 152 4.78663C152 4.78664 152 4.78666 152 4.78667C152 4.80515 151.977 4.83277 151.918 4.87524C151.9 4.88761 151.583 4.95936 151.505 5.02409C151.451 5.06886 151.549 5.19487 151.438 5.25485C151.327 5.31527 151.206 5.21083 151.022 5.28511C150.838 5.36083 150.919 5.50892 150.552 5.55079ZM50.0882 2.63313C50.3782 2.93423 50.421 1.82237 50.1073 2.09181C50.0922 2.10615 50.0733 2.6184 50.0882 2.63313ZM15.0018 3.22263C15.3809 3.53383 15.6404 3.06168 15.3729 2.82155C15.1055 2.58461 14.8863 3.12976 15.0018 3.22263ZM11.0705 3.4994C11.5136 3.72311 11.5833 2.78776 11.1088 2.98859C11.0812 3.00002 11.0446 3.48662 11.0705 3.4994ZM150.095 3.56904C150.099 3.57558 150.334 3.58547 150.339 3.57922C150.464 3.42919 149.995 3.40648 150.095 3.56904ZM7.16938 3.75295C7.30771 3.86438 7.70599 3.73199 7.5341 3.59242C7.39577 3.48139 6.99713 3.61589 7.16938 3.75295ZM65.2155 3.80715C65.2201 3.82474 65.3882 3.84055 65.3848 3.741C65.3734 3.42038 65.1395 3.51114 65.2155 3.80715ZM0.538974 3.80711C1.5186 3.81814 2.11255 4.39598 1.04575 4.31605C0.852559 4.30302 1.46213 4.14434 1.21622 4.09213C0.766317 4.00199 0.467574 4.33666 0.00842571 4.15303C-0.0746838 4.12176 0.483116 3.80685 0.540713 3.80635C0.54015 3.8066 0.53957 3.80686 0.538974 3.80711ZM50.2552 3.96573C50.261 3.9804 50.4937 3.99437 50.4993 3.97979C50.6254 3.62644 50.1565 3.59916 50.2552 3.96573ZM75.0258 4.54472C75.0386 4.57843 75.5787 4.61001 75.5963 4.57895C75.8781 3.95786 74.7861 3.89229 75.0258 4.54472ZM34.5811 4.67955C34.3271 4.98882 34.0234 5.01992 33.8209 4.631C34.0733 4.65346 34.3273 4.65844 34.5811 4.67955Z' fill='url(%23paint0_linear_935_178)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_935_178' x1='-298.168' y1='4.77659' x2='-298.209' y2='1.73099' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C8BE7D'/%3E%3Cstop offset='0.22' stop-color='%23D4CC8F'/%3E%3Cstop offset='1' stop-color='%23F7EFC1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"); }
        .productdetail-layout.layout-3 .section-introproduct .box .box-thumb {
          width: 100%;
          padding-bottom: 60%; }
        .productdetail-layout.layout-3 .section-introproduct .box .box-detail {
          width: 100%; }
      .productdetail-layout.layout-3 .section-introproduct .desc {
        margin-top: 70px; } }
  @media (min-width: 992px) {
    .productdetail-layout.layout-3 .section-introproduct {
      padding: 7% 0 0px; }
      .productdetail-layout.layout-3 .section-introproduct .listing {
        gap: 100px 168px; }
        .productdetail-layout.layout-3 .section-introproduct .listing .item {
          -ms-flex: 0 0 calc((100% - (168px*2)) /3);
          flex: 0 0 calc((100% - (168px*2)) /3);
          max-width: calc((100% - (168px*2)) /3); }
      .productdetail-layout.layout-3 .section-introproduct .box .box-detail .text h3 {
        font-size: 32px; }
      .productdetail-layout.layout-3 .section-introproduct .box:after {
        right: -168px;
        width: 168px; } }

.productdetail-layout.layout-3 .section-detail {
  position: relative;
  margin: 0 0 0;
  background: var(--bg-gradient-temp); }
  .productdetail-layout.layout-3 .section-detail .icon-animation {
    height: 45px;
    width: 90%;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0; }
    .productdetail-layout.layout-3 .section-detail .icon-animation .icon-cows {
      content: '';
      top: 0;
      position: absolute; }
      .productdetail-layout.layout-3 .section-detail .icon-animation .icon-cows svg #shake-2, .productdetail-layout.layout-3 .section-detail .icon-animation .icon-cows svg #shake-1 {
        transform-origin: 72.6px 4.1px;
        transform-box: fill-box;
        animation: wag 2.4s ease-in-out infinite; }
    .productdetail-layout.layout-3 .section-detail .icon-animation .cows-1 {
      left: 0;
      top: 0%;
      width: 68.784px;
      height: 32.015px; }
      .productdetail-layout.layout-3 .section-detail .icon-animation .cows-1 svg {
        transform: rotate(354deg); }
    .productdetail-layout.layout-3 .section-detail .icon-animation .cows-2 {
      right: 0;
      top: 0%;
      width: 101.92px;
      height: 47.234px; }
      .productdetail-layout.layout-3 .section-detail .icon-animation .cows-2 svg {
        transform: rotate(5.338deg); }
    @media (min-width: 1024px) {
      .productdetail-layout.layout-3 .section-detail .icon-animation {
        width: 992px; } }
    @media (min-width: 1440px) {
      .productdetail-layout.layout-3 .section-detail .icon-animation {
        width: 1240px; } }
  .productdetail-layout.layout-3 .section-detail .box-content {
    position: relative;
    background-image: var(--bg-main-box);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 80px 0 0;
    z-index: 1; }
    .productdetail-layout.layout-3 .section-detail .box-content .title {
      position: relative;
      z-index: 2; }
      .productdetail-layout.layout-3 .section-detail .box-content .title h2 {
        margin: 0;
        color: #FFF;
        text-align: center;
        font-family: var(--skin-header-font-2);
        font-size: 30px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 1.5; }
    .productdetail-layout.layout-3 .section-detail .box-content .detail .listing {
      margin: auto;
      width: 90%;
      display: flex;
      display: flex;
      flex-wrap: wrap;
      gap: 50px 30px;
      justify-content: center; }
      .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .mid {
        display: none; }
      .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .left, .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .right {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: calc((100% - 30px) /2);
        gap: 30px;
        justify-content: space-between; }
        .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .left .item, .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .right .item {
          width: 100%; }
        .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .left .box, .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .right .box {
          display: flex;
          flex-direction: column;
          gap: 10px;
          align-items: center; }
          .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .left .box > img, .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .right .box > img {
            width: 80px;
            position: relative;
            animation: bubbling linear 2s infinite; }
          .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .left .box > span, .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .right .box > span {
            display: block;
            font-size: 18px;
            color: var(--color-main-title2);
            font-family: var(--skin-header-font);
            font-weight: 700;
            max-width: 148px;
            min-height: 48px; }
    .productdetail-layout.layout-3 .section-detail .box-content .banner {
      margin-top: -10%;
      position: relative;
      z-index: 1; }
    .productdetail-layout.layout-3 .section-detail .box-content .sub {
      width: 90%;
      margin: 10% auto 0; }
    .productdetail-layout.layout-3 .section-detail .box-content .main-text-ingredients {
      text-align: center;
      color: #000;
      font-family: var(--skin-header-font);
      font-size: 18px;
      font-weight: 400; }
      .productdetail-layout.layout-3 .section-detail .box-content .main-text-ingredients > div > strong {
        color: var(--color-main-title2);
        font-weight: 700;
        display: inline-flex;
        position: relative; }
        .productdetail-layout.layout-3 .section-detail .box-content .main-text-ingredients > div > strong .icon {
          position: absolute;
          top: 10px;
          left: 0;
          right: 0;
          margin: auto;
          width: 100%;
          height: 3px; }
      .productdetail-layout.layout-3 .section-detail .box-content .main-text-ingredients > div {
        max-width: 265px;
        margin: 0 auto 0; }
    .productdetail-layout.layout-3 .section-detail .box-content .sub-img-ingredients {
      max-width: 695px;
      margin: 40px auto 0;
      font-size: 18px; }
      .productdetail-layout.layout-3 .section-detail .box-content .sub-img-ingredients .box {
        --cut: 20px;
        --border: 0.5px;
        --color: #125740;
        text-align: left;
        padding: 25px 20px;
        background: #FFFBEB;
        position: relative;
        clip-path: polygon(20px 0%, calc(100% - 20px) 0%, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0% calc(100% - 20px), 0% 20px);
        border: 1.5px solid #125740; }
        .productdetail-layout.layout-3 .section-detail .box-content .sub-img-ingredients .box::before {
          content: "";
          position: absolute;
          inset: 0;
          background: var(--color);
          z-index: 0; }
        .productdetail-layout.layout-3 .section-detail .box-content .sub-img-ingredients .box::after {
          content: "";
          position: absolute;
          inset: var(--border);
          background: #FFFBEB;
          z-index: 1;
          clip-path: polygon(calc(var(--cut) - var(--border)) 0%, calc(100% - (var(--cut) - var(--border))) 0%, 100% calc(var(--cut) - var(--border)), 100% calc(100% - (var(--cut) - var(--border))), calc(100% - (var(--cut) - var(--border))) 100%, calc(var(--cut) - var(--border)) 100%, 0% calc(100% - (var(--cut) - var(--border))), 0% calc(var(--cut) - var(--border))); }
        .productdetail-layout.layout-3 .section-detail .box-content .sub-img-ingredients .box .inner {
          display: flex;
          flex-direction: column;
          justify-content: center;
          gap: 12px 28px;
          position: relative;
          z-index: 2;
          text-align: center; }
          .productdetail-layout.layout-3 .section-detail .box-content .sub-img-ingredients .box .inner span {
            width: 81px;
            margin: auto; }
          .productdetail-layout.layout-3 .section-detail .box-content .sub-img-ingredients .box .inner div {
            width: 100%; }
      @media (min-width: 768px) {
        .productdetail-layout.layout-3 .section-detail .box-content .sub-img-ingredients .box {
          padding: 14px 40px 14px 48px; }
          .productdetail-layout.layout-3 .section-detail .box-content .sub-img-ingredients .box .inner {
            flex-direction: row;
            align-items: center;
            text-align: left; }
            .productdetail-layout.layout-3 .section-detail .box-content .sub-img-ingredients .box .inner span {
              width: 81px; }
            .productdetail-layout.layout-3 .section-detail .box-content .sub-img-ingredients .box .inner div {
              width: calc(100% - 81px - 28px); } }
    @media (min-width: 768px) {
      .productdetail-layout.layout-3 .section-detail .box-content {
        padding: 100px 0 0; }
        .productdetail-layout.layout-3 .section-detail .box-content .main-text-ingredients > div {
          max-width: 100%;
          margin: 0 auto; }
          .productdetail-layout.layout-3 .section-detail .box-content .main-text-ingredients > div br {
            display: none; }
        .productdetail-layout.layout-3 .section-detail .box-content .sub {
          width: 80%;
          margin: -2% auto 0; }
        .productdetail-layout.layout-3 .section-detail .box-content .detail {
          position: absolute;
          top: 0%;
          bottom: 0;
          height: 100%;
          left: 0;
          right: 0;
          width: 100%;
          display: flex;
          flex-direction: column;
          text-align: center; }
          .productdetail-layout.layout-3 .section-detail .box-content .detail .listing {
            width: 568px;
            flex-wrap: nowrap;
            gap: 0;
            justify-content: space-between;
            align-items: center; }
            .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .mid {
              width: 40%;
              height: 100%;
              display: block; }
            .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .left, .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .right {
              width: 30%;
              gap: 0px; }
              .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .left .item, .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .right .item {
                width: 100%; }
              .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .left .box > span, .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .right .box > span {
                max-width: 100%; }
              .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .left .box.top-left, .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .left .box.top-right, .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .right .box.top-left, .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .right .box.top-right {
                flex-direction: column-reverse; }
                .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .left .box.top-left > span, .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .left .box.top-right > span, .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .right .box.top-left > span, .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .right .box.top-right > span {
                  color: #fff; }
        .productdetail-layout.layout-3 .section-detail .box-content .banner {
          padding-bottom: calc(880/1800 * 100%);
          position: relative;
          overflow: hidden;
          margin-top: 0; }
          .productdetail-layout.layout-3 .section-detail .box-content .banner img {
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover;
            width: 100%;
            height: 100%; } }
    @media (min-width: 992px) {
      .productdetail-layout.layout-3 .section-detail .box-content .main-text-ingredients > div {
        max-width: 100%;
        margin: 0 auto;
        font-size: 22px; }
      .productdetail-layout.layout-3 .section-detail .box-content .sub {
        width: 80%; }
      .productdetail-layout.layout-3 .section-detail .box-content .detail {
        top: -6%; }
        .productdetail-layout.layout-3 .section-detail .box-content .detail .listing {
          width: 768px; }
          .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .left, .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .right {
            gap: 40px; } }
    @media (min-width: 1024px) {
      .productdetail-layout.layout-3 .section-detail .box-content .title h2 {
        font-size: 48px; }
      .productdetail-layout.layout-3 .section-detail .box-content .detail {
        top: 4%; }
        .productdetail-layout.layout-3 .section-detail .box-content .detail .listing {
          width: 992px; }
          .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .mid {
            width: 40%;
            height: 100%; }
          .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .left, .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .right {
            gap: 0px; }
            .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .left .item, .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .right .item {
              margin-bottom: 35%; }
            .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .left .box > img, .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .right .box > img {
              width: 100px; }
            .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .left .box > span, .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .right .box > span {
              font-size: 18px; } }
    @media (min-width: 1240px) {
      .productdetail-layout.layout-3 .section-detail .box-content .detail {
        top: 2%; }
        .productdetail-layout.layout-3 .section-detail .box-content .detail .listing {
          width: 1170px; }
          .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .left, .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .right {
            gap: 80px; } }
    @media (min-width: 1340px) {
      .productdetail-layout.layout-3 .section-detail .box-content .detail {
        top: 0%; }
        .productdetail-layout.layout-3 .section-detail .box-content .detail .listing {
          width: 1240px; }
          .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .left, .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .right {
            gap: 20px; }
            .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .left .box > span, .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .right .box > span {
              font-size: 24px; } }
    @media (min-width: 1440px) {
      .productdetail-layout.layout-3 .section-detail .box-content .detail {
        top: 0%; }
        .productdetail-layout.layout-3 .section-detail .box-content .detail .listing {
          width: 1240px; }
          .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .left, .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .right {
            gap: 20px; }
            .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .left .box > img, .productdetail-layout.layout-3 .section-detail .box-content .detail .listing .right .box > img {
              width: 120px; } }

.productdetail-layout.layout-3 .section-connect {
  overflow: initial; }
  .productdetail-layout.layout-3 .section-connect .product-connect {
    display: flex;
    flex-direction: column;
    gap: 32px;
    text-align: center;
    position: relative;
    padding: 0 40px; }
    .productdetail-layout.layout-3 .section-connect .product-connect .icon-cows {
      content: '';
      position: absolute; }
      .productdetail-layout.layout-3 .section-connect .product-connect .icon-cows svg #shake-3, .productdetail-layout.layout-3 .section-connect .product-connect .icon-cows svg #shake-4 {
        transform-origin: 72.6px 4.1px;
        transform-box: fill-box;
        animation: wag 2.4s ease-in-out infinite; }
    .productdetail-layout.layout-3 .section-connect .product-connect .cows-1 {
      left: 0;
      top: 75%;
      width: 68.398px;
      height: 31.693px; }
    .productdetail-layout.layout-3 .section-connect .product-connect .cows-2 {
      right: 0;
      bottom: -10%;
      width: 79.36px;
      height: 36.773px; }
    .productdetail-layout.layout-3 .section-connect .product-connect .product-connect--heading h2 {
      color: var(--color-main-title2);
      font-family: var(--skin-header-font);
      font-size: 32px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 0; }
    .productdetail-layout.layout-3 .section-connect .product-connect .product-connect--content {
      font-size: 18px;
      display: flex;
      flex-direction: column;
      gap: 32px; }
      .productdetail-layout.layout-3 .section-connect .product-connect .product-connect--content .text {
        color: #000;
        font-family: var(--skin-header-font);
        font-size: 20px; }
      .productdetail-layout.layout-3 .section-connect .product-connect .product-connect--content .social-listing {
        display: flex;
        gap: 24px;
        align-items: center;
        justify-content: center; }
        .productdetail-layout.layout-3 .section-connect .product-connect .product-connect--content .social-listing .item a {
          width: 32px;
          height: 32px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          color: var(--color-main-temp); }
    @media (min-width: 768px) {
      .productdetail-layout.layout-3 .section-connect .product-connect {
        max-width: 753px;
        margin: auto;
        padding: 0 100px; }
        .productdetail-layout.layout-3 .section-connect .product-connect .product-connect--heading h2 {
          font-size: 52px; }
        .productdetail-layout.layout-3 .section-connect .product-connect .product-connect--content .social-listing {
          gap: 40px; }
        .productdetail-layout.layout-3 .section-connect .product-connect .product-connect--action {
          margin-top: 30px; }
        .productdetail-layout.layout-3 .section-connect .product-connect .cows-1 {
          top: 10%; }
        .productdetail-layout.layout-3 .section-connect .product-connect .cows-2 {
          bottom: 20%; } }
  .productdetail-layout.layout-3 .section-connect .bg-mountain {
    position: relative;
    padding: 80px 0;
    overflow: hidden; }
    .productdetail-layout.layout-3 .section-connect .bg-mountain:before {
      content: "";
      position: absolute;
      bottom: 0%;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(https://cdn.hstatic.net/files/200001149561/file/mountains.png);
      background-size: 100%;
      background-position: right;
      background-repeat: no-repeat; }
      @media (min-width: 768px) {
        .productdetail-layout.layout-3 .section-connect .bg-mountain:before {
          background-position: center; } }
    @media (min-width: 768px) {
      .productdetail-layout.layout-3 .section-connect .bg-mountain {
        padding: 18% 0 80px;
        margin-top: -10%; } }

.productdetail-layout.layout-3.temp-default {
  --color-main-temp: #448940;
  --bg-gradient-temp: linear-gradient(180deg, #F9F4E4 40.79%, rgba(249, 244, 228, 0) 70%, #fff);
  --bg-image-temp: url(https://cdn.hstatic.net/files/200001149561/file/bg-a2plus1.png);
  --bg-svg-temp: url("data:image/svg+xml,%3Csvg width='1440' height='79' viewBox='0 0 1440 79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 68.5C1249.72 68.5 511.274 -58.0007 -0.000244141 26.3331V-58.0007H1440V68.5Z' fill='%23A0CA5A' fill-opacity='0.5'/%3E%3Cpath d='M0 78.5C300.5 -1.5 893 16 1440 36.3331V-48.0007H0V78.5Z' fill='%23A0CA5A' fill-opacity='0.25'/%3E%3Cpath d='M1440.02 61.9922C1057.88 -13.9082 393.5 -20.5 0.022583 61.9923L-4.9546 -61.9999L720.023 -61.9999L1445 -62L1440.02 61.9922Z' fill='white'/%3E%3C/svg%3E%0A"); }

.productdetail-layout.layout-3.temp-a2-green1 {
  --color-main-title1: #184C25;
  --color-main-title2: #1F7C4B;
  --color-main-temp: #448940;
  --bg-gradient-temp: linear-gradient(180deg, #F9F4E4 40.79%, rgba(249, 244, 228, 0) 70%, #fff);
  --bg-main-box: url(https://cdn.hstatic.net/files/200001149561/file/group_33__7___1_.png);
  --bg-image-temp: url(https://cdn.hstatic.net/files/200001149561/file/bg-a2plus1.png);
  --bg-svg-temp: url("data:image/svg+xml,%3Csvg width='390' height='52' viewBox='0 0 390 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M418.562 48.2734C359.494 48.2734 130.254 9.0033 -28.4626 35.1834V9.0033H418.562V48.2734Z' fill='%23A0CA5A' fill-opacity='0.5'/%3E%3Cpath d='M-28.4604 51.2695C64.825 26.4348 248.757 31.8674 418.565 38.1795V11.9994H-28.4604V51.2695Z' fill='%23A0CA5A' fill-opacity='0.25'/%3E%3Cpath d='M418.57 38.4922C299.942 14.9301 93.6938 12.8838 -28.4549 38.4922L-30 0.000828993L195.058 0.000809317L420.115 0.000789642L418.57 38.4922Z' fill='white'/%3E%3C/svg%3E%0A"); }
  @media screen and (min-width: 768px) {
    .productdetail-layout.layout-3.temp-a2-green1 {
      --bg-svg-temp: url("data:image/svg+xml,%3Csvg width='1440' height='79' viewBox='0 0 1440 79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 68.5C1249.72 68.5 511.274 -58.0007 -0.000244141 26.3331V-58.0007H1440V68.5Z' fill='%23A0CA5A' fill-opacity='0.5'/%3E%3Cpath d='M0 78.5C300.5 -1.5 893 16 1440 36.3331V-48.0007H0V78.5Z' fill='%23A0CA5A' fill-opacity='0.25'/%3E%3Cpath d='M1440.02 61.9922C1057.88 -13.9082 393.5 -20.5 0.022583 61.9923L-4.9546 -61.9999L720.023 -61.9999L1445 -62L1440.02 61.9922Z' fill='white'/%3E%3C/svg%3E%0A");
      --bg-main-box: url(https://cdn.hstatic.net/files/200001149561/file/group_33__1_.png); } }

.productdetail-layout.layout-3.temp-a2-green2 {
  --color-main-title1: #007362;
  --color-main-title2: #007362;
  --color-main-temp: #019983;
  --bg-gradient-temp: linear-gradient(180deg, #F9F4E4 40.79%, rgba(249, 244, 228, 0) 70%, #fff);
  --bg-main-box: url(https://cdn.hstatic.net/files/200001149561/file/group_33__5_.png);
  --bg-image-temp: url(https://cdn.hstatic.net/files/200001149561/file/bg-a2plus2.png);
  --bg-svg-temp: url("data:image/svg+xml,%3Csvg width='390' height='52' viewBox='0 0 390 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M418.562 48.2734C359.494 48.2734 130.254 9.0033 -28.4626 35.1834V9.0033H418.562V48.2734Z' fill='%2309C7BD' fill-opacity='0.5'/%3E%3Cpath d='M-28.4604 51.2695C64.825 26.4348 248.757 31.8674 418.565 38.1795V11.9994H-28.4604V51.2695Z' fill='%2309C7BD' fill-opacity='0.25'/%3E%3Cpath d='M418.57 38.4922C299.942 14.9301 93.6938 12.8838 -28.4549 38.4922L-30 0.000828993L195.058 0.000809317L420.115 0.000789642L418.57 38.4922Z' fill='white'/%3E%3C/svg%3E%0A"); }
  @media screen and (min-width: 768px) {
    .productdetail-layout.layout-3.temp-a2-green2 {
      --bg-svg-temp: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='79' viewBox='0 0 1440 79' fill='none'%3E%3Cpath d='M1440 68.5C1249.72 68.5 511.274 -58.0007 -0.000244141 26.3331V-58.0007H1440V68.5Z' fill='%2306BBA1' fill-opacity='0.5'/%3E%3Cpath d='M0 78.5C300.5 -1.5 893 16 1440 36.3331V-48.0007H0V78.5Z' fill='%2309C7BD' fill-opacity='0.25'/%3E%3Cpath d='M1440.02 61.9922C1057.88 -13.9082 393.5 -20.5 0.022583 61.9923L-4.9546 -61.9999L720.023 -61.9999L1445 -62L1440.02 61.9922Z' fill='white'/%3E%3C/svg%3E");
      --bg-main-box: url(https://cdn.hstatic.net/files/200001149561/file/group_33__3___1_.png); } }

.productdetail-layout.layout-4 .container-fluid {
  max-width: 1410px; }

.productdetail-layout.layout-4 .section-banner-hero {
  --height: 800;
  --weight: 800;
  overflow: initial;
  margin-bottom: 70px; }
  .productdetail-layout.layout-4 .section-banner-hero .s-banner {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }
    .productdetail-layout.layout-4 .section-banner-hero .s-banner img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 3%; }
  @media (min-width: 768px) {
    .productdetail-layout.layout-4 .section-banner-hero {
      --height: 9;
      --weight: 16;
      margin-bottom: 0;
      overflow: hidden; }
      .productdetail-layout.layout-4 .section-banner-hero .s-banner img {
        object-position: center; } }

.productdetail-layout.layout-4 .section-collection {
  padding: 10% 0 0;
  z-index: 4;
  position: relative;
  top: 50px; }
  .productdetail-layout.layout-4 .section-collection .s-wrapper {
    display: flex;
    gap: 30px;
    flex-direction: column; }
  .productdetail-layout.layout-4 .section-collection .s-heading {
    width: 70%;
    padding: 2% 0 4%;
    margin: auto; }
    .productdetail-layout.layout-4 .section-collection .s-heading .box {
      display: flex;
      flex-direction: column;
      color: #fff;
      text-align: center;
      gap: 4px; }
    .productdetail-layout.layout-4 .section-collection .s-heading .brand {
      position: relative;
      width: 88%;
      margin: 0 auto 8px; }
      .productdetail-layout.layout-4 .section-collection .s-heading .brand span {
        position: absolute;
        top: 5%;
        width: 18px;
        height: 18px; }
      .productdetail-layout.layout-4 .section-collection .s-heading .brand span svg {
        width: 18px;
        height: 18px; }
    .productdetail-layout.layout-4 .section-collection .s-heading .subtext {
      font-family: var(--skin-header-font-2);
      font-size: 18px;
      position: relative; }
      .productdetail-layout.layout-4 .section-collection .s-heading .subtext span {
        position: absolute;
        top: -48%;
        margin: 0; }
      .productdetail-layout.layout-4 .section-collection .s-heading .subtext span svg {
        width: 10px;
        height: 10px; }
    .productdetail-layout.layout-4 .section-collection .s-heading .text {
      font-family: var(--skin-header-font);
      font-size: 16px;
      font-weight: 600; }
  .productdetail-layout.layout-4 .section-collection .s-content {
    --color-btn-swiper: #ffffff;
    --bg-btn-swiper: #ffffff;
    width: 80%;
    margin: 0 0 0 auto; }
    .productdetail-layout.layout-4 .section-collection .s-content .swiper {
      padding: 0 30% 0 0; }
      .productdetail-layout.layout-4 .section-collection .s-content .swiper:not(.swiper-initialized) .swiper-wrapper {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        column-gap: 15px;
        justify-content: center; }
      .productdetail-layout.layout-4 .section-collection .s-content .swiper:not(.swiper-initialized) .swiper-slide {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .productdetail-layout.layout-4 .section-collection .s-content .swiper .swiper-slide {
        display: flex;
        align-items: flex-end;
        height: auto; }
      .productdetail-layout.layout-4 .section-collection .s-content .swiper .swiper-slide .slide {
        width: 100%; }
        .productdetail-layout.layout-4 .section-collection .s-content .swiper .swiper-slide .slide .slide-cover {
          padding-bottom: 160%;
          position: relative;
          overflow: hidden;
          display: block; }
        .productdetail-layout.layout-4 .section-collection .s-content .swiper .swiper-slide .slide .slide-cover img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .productdetail-layout.layout-4 .section-collection .s-content .swiper .swiper-slide .slide .slide-cover.loop-0 a {
          cursor: default;
          pointer-events: none; }
      .productdetail-layout.layout-4 .section-collection .s-content .swiper .swiper-slide:not(.swiper-slide-active) .slide {
        width: 45%;
        padding-bottom: 4px; }
    .productdetail-layout.layout-4 .section-collection .s-content .swiper-button-prev {
      display: none; }
    .productdetail-layout.layout-4 .section-collection .s-content .swiper-button-next {
      right: 27.5%;
      transform: none; }
    .productdetail-layout.layout-4 .section-collection .s-content .swiper-button-prev, .productdetail-layout.layout-4 .section-collection .s-content .swiper-button-next {
      color: var(--color-btn-swiper);
      border: 1px solid var(--bg-btn-swiper);
      background: transparent;
      top: 70%;
      transform: translateY(-70%);
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
      width: 30px;
      height: 30px; }
      .productdetail-layout.layout-4 .section-collection .s-content .swiper-button-prev svg, .productdetail-layout.layout-4 .section-collection .s-content .swiper-button-next svg {
        width: 14px;
        height: auto; }
  @media (min-width: 480px) {
    .productdetail-layout.layout-4 .section-collection .s-content .swiper-button-prev, .productdetail-layout.layout-4 .section-collection .s-content .swiper-button-next {
      width: 40px;
      height: 40px; }
      .productdetail-layout.layout-4 .section-collection .s-content .swiper-button-prev svg, .productdetail-layout.layout-4 .section-collection .s-content .swiper-button-next svg {
        width: auto;
        height: auto; }
    .productdetail-layout.layout-4 .section-collection .s-content .swiper-button-next {
      right: 28.5%; } }
  @media (min-width: 768px) {
    .productdetail-layout.layout-4 .section-collection {
      top: 0;
      padding: 22% 0 0; }
      .productdetail-layout.layout-4 .section-collection .s-wrapper {
        gap: 30px;
        flex-direction: row; }
      .productdetail-layout.layout-4 .section-collection .s-heading {
        width: 50%;
        padding: 6% 0 0 2%;
        margin: 0; }
      .productdetail-layout.layout-4 .section-collection .s-content {
        width: 45%;
        margin: 0 0 0 auto; }
        .productdetail-layout.layout-4 .section-collection .s-content .swiper .swiper-slide .slide .slide-cover {
          padding-bottom: 130%; }
        .productdetail-layout.layout-4 .section-collection .s-content .swiper .swiper-slide:not(.swiper-slide-active) .slide {
          width: 50%;
          padding-bottom: 10px; }
        .productdetail-layout.layout-4 .section-collection .s-content .swiper-button-next {
          right: 30%; } }
  @media (min-width: 1024px) {
    .productdetail-layout.layout-4 .section-collection .s-heading {
      padding: 2% 0 0 2%; }
      .productdetail-layout.layout-4 .section-collection .s-heading .box {
        gap: 0px; }
      .productdetail-layout.layout-4 .section-collection .s-heading .brand {
        margin-bottom: 22px; }
      .productdetail-layout.layout-4 .section-collection .s-heading .subtext {
        font-size: 36px; }
      .productdetail-layout.layout-4 .section-collection .s-heading .text {
        font-size: 18px; } }
  @media (min-width: 1240px) {
    .productdetail-layout.layout-4 .section-collection .s-content {
      width: 50%; }
    .productdetail-layout.layout-4 .section-collection .s-heading {
      width: 45%;
      padding: 10% 0 0 2%; }
      .productdetail-layout.layout-4 .section-collection .s-heading .brand svg {
        width: 447px;
        height: 83px; } }
  @media (min-width: 1440px) {
    .productdetail-layout.layout-4 .section-collection .s-heading {
      width: 45%;
      padding: 10% 0 0 8%; }
      .productdetail-layout.layout-4 .section-collection .s-heading .brand svg {
        width: 447px;
        height: 83px; } }

.productdetail-layout.layout-4 .section-introproduct {
  padding: 60px 0 0; }
  .productdetail-layout.layout-4 .section-introproduct .box {
    display: flex;
    flex-direction: row;
    gap: 20px 0;
    position: relative; }
    .productdetail-layout.layout-4 .section-introproduct .box:after {
      content: "";
      position: absolute;
      top: 115%;
      right: 75%;
      width: 5px;
      height: 64px;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='64' viewBox='0 0 5 64' fill='none'%3E%3Cpath d='M0.306223 63.3904C0.23382 63.0318 0.213148 62.5617 0.227001 62.2044C0.231068 62.0924 0.307827 62.1491 0.3145 62.0718C0.32794 61.9207 0.278956 61.7798 0.298977 61.6304C0.306172 61.5809 0.428636 61.6425 0.433899 61.5906C0.462982 61.3061 0.411747 61.037 0.415793 60.7488C0.440654 59.3293 0.418149 57.934 0.416245 56.4971C0.414508 56.0233 0.540766 55.4474 0.453457 54.958C0.442939 54.9009 0.294228 54.935 0.281362 54.9241C0.0827233 54.7537 0.389602 54.8103 0.425601 54.699C0.567311 54.2572 0.56828 53.766 0.491048 53.3409C0.457742 53.16 0.146509 53.3413 0.317656 53.1592C0.329302 53.1466 0.501565 53.1925 0.518027 53.1429C0.555178 53.0304 0.517465 52.817 0.528221 52.7298C0.550065 52.5618 0.547552 52.534 0.544499 52.375C0.541591 52.1578 0.622458 51.8994 0.575425 51.6663C0.564715 51.6165 0.382921 51.6824 0.348795 51.6031C0.314646 51.5236 0.322547 51.3135 0.36411 51.2427C0.40565 51.1719 0.553358 51.202 0.586577 51.1895C0.86832 51.0863 0.467741 50.8433 0.456068 50.812C0.269469 50.2419 0.483702 49.753 0.470687 49.2178C0.459359 48.8115 0.368534 48.3771 0.369237 47.9905C0.370843 47.5299 0.473797 47.1396 0.445023 46.6922C0.442155 46.6449 0.197693 46.7003 0.193462 46.6426C0.148636 46.0299 0.15835 45.4214 0.317675 44.8113C0.333946 44.7501 0.559028 44.829 0.588853 44.7678C0.764796 44.3936 1.21278 43.8014 0.215737 43.5791C0.249617 43.3256 0.283847 43.0178 0.483133 42.791C0.611571 42.6448 0.86511 42.7868 0.755763 42.6072C0.73135 42.5667 0.511188 42.6194 0.491107 42.5586C0.406467 42.3028 0.474871 42.0233 0.356102 41.7703C0.331381 41.7188 0.13144 41.7329 0.09515 41.7183C-0.199357 41.5957 0.280468 41.3917 0.315477 41.3472C0.573742 41.0085 0.468055 40.7611 0.470731 40.4456C0.471514 40.3723 0.199619 40.4589 0.190419 40.3885C0.146201 40.023 0.164217 39.6445 0.282728 39.2866C0.309778 39.207 0.545764 39.2802 0.570787 39.2422C0.678632 39.0745 0.23323 39.0373 0.327725 38.8765C0.347118 38.8426 0.549392 38.8617 0.571528 38.8555C0.919364 38.7587 0.424777 38.6746 0.41349 38.6497C0.260976 38.3347 0.777282 38.1334 0.702406 37.8291C0.692839 37.7927 0.435639 37.8748 0.4244 37.7725C0.347868 37.0908 0.413514 36.3698 0.619724 35.6951C0.651428 35.5902 0.847875 35.665 0.872015 35.6584C1.24962 35.5508 0.743101 35.4812 0.723833 35.447C0.585323 35.1772 1.01055 34.925 0.404975 34.7417C0.570396 33.8246 0.382931 32.9109 0.5839 32C0.633412 31.7757 0.706511 31.5516 0.814206 31.3276C0.82052 31.3132 1.07179 31.339 1.0833 31.3103C1.2245 30.9641 0.833914 31.0306 0.356863 30.8015C0.237126 30.7438 0.813611 30.5682 0.855813 30.5527C1.01148 30.4961 1.38488 30.5548 1.41503 30.5358C1.65163 30.379 0.416787 30.4046 0.416944 30.1931C0.419014 30.1865 0.646133 30.2143 0.668753 30.1965C0.739757 30.1414 0.649602 30.0867 0.727876 30.0327C0.909035 29.9092 1.50816 29.8651 1.15964 29.6765C1.11444 29.6526 0.415137 29.6891 0.448784 29.5002C0.46275 29.4249 0.451937 29.0917 0.497504 28.9983C0.542991 28.905 0.767532 28.969 0.777299 28.9624C1.07506 28.711 1.19796 28.8063 1.6376 28.6804C2.0753 28.5544 1.03118 28.5894 0.914809 28.5381C0.798795 28.4866 1.04399 28.3023 1.129 28.257C1.2141 28.2118 1.35645 28.2682 1.40459 28.228C1.71886 27.9611 0.887518 28.1109 0.722471 28.0229C0.332215 27.8156 1.10451 27.6541 1.17996 27.4643C1.20042 27.413 1.02498 27.4549 1.0087 27.4091C0.946713 27.228 1.18666 27.1191 0.967577 26.913C0.931724 26.8793 0.47169 26.7128 0.810337 26.6049C0.85912 26.5897 1.04988 26.6331 1.09283 26.5559C1.15731 26.4406 1.19928 26.2328 1.136 26.1088C1.08922 26.0173 0.775521 26.1222 0.873355 26.007C0.916991 25.9559 1.0999 26.0507 1.16647 25.9545C1.23298 25.8589 1.22537 25.6143 1.21928 25.5212C1.21304 25.4283 0.976371 25.4791 0.960439 25.4716C0.869276 25.4262 0.756384 25.2479 0.756798 25.2321C0.734189 24.4374 1.13132 23.7044 1.00544 22.9306C0.996017 22.8699 0.752597 22.9103 0.748652 22.9011C0.648571 22.6932 1.29352 22.8571 1.50972 22.7118C1.01722 22.7329 1.10672 22.6471 1.05358 22.5007C1.0276 22.4301 0.837327 22.4686 0.817893 22.4621C0.53028 22.3575 0.903558 22.2846 0.979617 22.2658C1.25981 22.1965 0.929766 22.1211 1.11681 22.0739C1.30214 22.0268 1.57676 22.1352 1.57311 21.9948C1.39857 21.9554 0.941437 22.0597 0.868238 21.9531C0.592842 21.5508 0.956645 20.7998 0.994092 20.4763C1.03279 20.1534 1.00225 20.0491 1.06483 19.861C1.17752 19.5212 0.84904 19.6458 0.702466 19.4348C0.556466 19.2232 1.35537 19.326 1.52768 19.2956C1.69953 19.2657 1.52258 19.2331 1.61692 19.196C1.71109 19.1589 1.82828 19.2391 1.86315 19.152C1.8976 19.0649 1.59223 18.8267 1.41441 18.7958C1.0371 18.7306 0.639913 18.8379 0.781986 18.6074C0.790355 18.5941 0.997804 18.6371 1.01925 18.5864C1.18227 18.1831 1.19444 17.7642 1.33423 17.3615C1.35369 17.3061 1.57918 17.3556 1.59294 17.3234C1.73607 16.9877 1.35649 17.1077 0.939153 16.9238C1.49658 16.9651 1.83776 16.8633 1.83848 16.6085C1.83942 16.4554 1.59826 16.4818 1.42871 16.3827C1.37775 16.353 1.54265 16.2447 1.42985 16.225C1.06173 16.1603 0.648466 16.2624 0.81649 15.9997C0.824396 15.9882 1.02468 16.0249 1.03726 15.985C1.11899 15.7277 0.73775 15.6969 0.697662 15.4187C0.666531 15.2006 0.902229 14.8127 0.941741 14.5644C1.535 14.5696 1.39782 14.335 0.994305 14.2399C1.01292 14.0788 0.992652 13.9047 1.04989 13.749C1.06937 13.6953 1.23666 13.7306 1.25487 13.7238C1.53927 13.6201 1.15182 13.5501 1.1374 13.5153C0.995899 13.1383 1.28591 12.8311 1.0118 12.4714C1.00179 12.4586 0.615249 12.4379 0.89955 12.3417C0.918911 12.3355 1.09337 12.4543 1.10898 12.2851C1.12549 12.1158 1.33122 11.7967 1.1584 11.5617C1.11641 11.5048 0.815521 11.361 1.0542 11.2455C1.08649 11.2301 1.19314 11.247 1.25277 11.2248C1.44214 11.153 1.06772 11.1138 1.38616 11.0295C1.70474 10.9451 1.93639 10.7696 1.71824 10.5326C1.71178 10.5251 1.42085 10.469 1.42587 10.3944C1.43382 10.2755 1.49378 10.1066 1.49178 9.98233C1.49077 9.92285 1.31394 9.96093 1.31072 9.9506C1.21521 9.55066 1.37434 9.26601 1.43982 8.83755C1.45146 8.75901 1.22525 8.53332 1.40546 8.38125C1.60077 8.21429 2.41416 8.38582 2.20905 8.00207C2.12355 7.84729 1.12418 7.65136 1.63884 7.37319C1.51229 6.83372 1.75849 6.33481 1.58467 5.79384C1.57686 5.76951 1.32396 5.69259 1.32827 5.6354C1.33473 5.55049 1.45185 5.50389 1.4595 5.44326C1.49428 5.18921 1.39713 4.95674 1.4137 4.71181C1.41952 4.61882 1.53422 4.65133 1.54018 4.54042C1.54565 4.42957 1.39747 4.35567 1.4692 4.20546C1.52411 4.09201 1.81998 3.97858 1.84971 3.828C1.56029 3.82227 1.56531 3.71885 1.49014 3.53505C1.47565 3.49972 1.37699 3.53761 1.36512 3.52089C1.31513 3.45287 1.39681 3.38992 1.34269 3.32534C1.32974 3.30963 1.23446 3.30889 1.21864 3.29605C1.08147 3.18683 1.29761 3.00688 1.33343 2.97597C1.47249 2.85751 1.35238 2.80217 1.40689 2.71132C1.46052 2.62061 1.52725 2.75623 1.55922 2.65028C1.62451 2.43066 1.6063 2.14847 1.60835 1.92542C1.6085 1.83642 1.495 1.89715 1.49235 1.88441C1.46451 1.70038 1.5806 1.51428 1.36254 1.41225C1.9254 1.28463 1.30823 1.30127 1.42298 1.03822C1.43225 1.01749 1.68894 0.991129 1.72878 1.07068C1.76896 1.15022 1.6893 1.27086 1.75233 1.38123C1.76639 1.40736 2.02348 1.55707 2.04066 1.5775C2.17003 1.73752 1.7606 1.7602 1.73779 1.76868C1.49454 1.86469 1.77684 2.04765 1.79933 2.09582C1.89613 2.31623 1.84133 2.50351 1.91402 2.68786C1.96124 2.80844 2.25488 2.82021 2.25146 2.9149C2.24249 3.22964 1.81692 3.33952 2.20254 3.63609C2.28535 3.69969 2.62366 3.63647 2.36843 3.86436C2.35311 3.87868 2.11119 4.04787 2.27475 4.14561C2.29549 4.15789 2.39775 4.15749 2.40732 4.17368C2.4697 4.28219 2.39181 4.35455 2.43834 4.47275C2.48499 4.59095 2.55466 4.73306 2.52703 4.86802C2.51084 4.94934 2.31573 5.0537 2.26776 5.09264C2.12954 5.20256 2.37044 5.32043 2.19854 5.38854C2.02406 5.45722 1.75406 5.32297 1.64169 5.50306C1.92995 5.50972 2.22648 5.52503 2.51755 5.53574C2.53111 5.9304 2.45501 6.31872 2.48791 6.7147C2.49244 6.76379 2.65521 6.71358 2.66471 6.76621C2.70483 6.98824 2.59559 7.18219 2.65636 7.41245C2.70406 7.59068 2.89945 7.78612 2.9592 7.9725C2.59262 8.08635 2.73319 8.36291 2.70967 8.56382C2.70127 8.6342 2.59828 8.62949 2.567 8.67955C2.45087 8.86836 2.78904 8.77988 2.84582 8.83163C3.0907 9.0537 2.30975 9.07275 2.33655 9.33459C2.3371 9.34845 2.76833 9.51801 2.79681 9.54135C2.97784 9.68974 2.64968 9.56592 2.62234 9.65879C2.5724 9.82835 2.47278 9.94619 2.60849 10.1451C2.64818 10.2031 2.92889 10.3423 2.722 10.4549C2.69483 10.4698 2.54865 10.4616 2.54058 10.4735C2.40565 10.6894 2.86666 10.6951 3.03087 10.8184C3.19558 10.9418 2.88385 11.1325 2.79137 11.1712C2.55368 11.2727 2.68486 11.0935 2.66089 11.088C2.37705 11.0235 2.43029 11.1625 2.40972 11.2687C1.94811 11.2841 1.97795 11.4326 2.39014 11.3788C2.43506 11.3727 2.38924 11.29 2.40972 11.2687C2.8657 11.3619 2.93611 11.5251 2.5125 11.7054C2.31354 11.7898 2.07566 11.7101 2.16766 11.9664C2.20941 12.0828 2.53482 12.0378 2.62777 12.1405C2.84141 12.3751 2.54467 12.6799 2.60071 12.9217C2.62161 13.0095 2.80248 12.924 2.82339 12.984C2.88001 13.1432 2.74632 13.2836 2.82382 13.4435C2.83115 13.4579 3.02491 13.4225 3.02959 13.4723C3.06941 13.8492 2.95631 14.1774 2.96748 14.5709C2.9729 14.761 3.09849 15.101 3.08375 15.2979C3.06008 15.6393 2.77086 16.0593 2.85312 16.3509C2.90652 16.5411 3.11627 16.4994 3.26336 16.5809C3.54978 16.7382 3.05824 17.0166 2.98018 17.0541C2.97756 17.0552 2.92231 16.8915 2.81549 16.9789C2.58867 17.0297 2.97905 17.0522 2.98018 17.0541C2.93059 17.0787 2.89143 17.4056 2.93444 17.4706C2.95799 17.5058 3.16159 17.4861 3.17009 17.5045C3.36781 17.9417 3.43888 18.3797 3.35586 18.8231C3.35189 18.8309 3.11722 18.8192 3.11073 18.8375C3.01362 19.0942 3.30582 19.2586 3.48538 19.4703C3.66462 19.682 3.61408 19.8499 3.2073 19.9752C3.26358 20.1349 3.08787 20.3641 2.97972 20.496C2.87153 20.6278 3.34187 20.6462 3.35155 20.6578C3.65987 21.0197 3.39674 21.2289 3.36331 21.6043C3.34683 21.7828 3.42486 22.1369 3.48236 22.3302C3.52865 22.4829 3.41783 22.5749 3.49354 22.7157C3.50368 22.7347 3.71841 22.7155 3.72684 22.7213C3.98877 22.8783 3.46012 22.8029 3.36681 22.8353C3.02728 22.9529 2.84523 23.0255 3.01025 23.2267C3.04776 23.2731 3.81354 23.4082 3.86077 23.4928C3.92036 23.6027 3.64514 23.5612 3.7143 23.6764C3.71997 23.6862 3.88925 23.6841 3.88359 23.7552C3.85958 24.085 3.7685 24.4447 3.79273 24.7874C3.79542 24.8343 4.06565 24.7742 4.07413 24.8419C4.11373 25.1593 4.11169 25.5072 3.98949 25.8165C3.95853 25.8926 3.76579 25.8449 3.70913 25.8614C3.36601 25.9629 3.86946 26.1067 3.87962 26.1305C4.13152 26.6967 3.68177 27.13 3.90683 27.7071C3.91985 27.7385 4.46721 27.9803 4.00185 28.0882C3.97097 28.0956 3.49425 28.2024 3.82202 28.2967C3.84255 28.3026 4.08788 28.2361 4.06416 28.3521C4.0404 28.4682 4.20722 28.655 3.9378 28.8145C3.85301 28.8651 3.37565 28.9845 3.75818 29.1351C3.7847 29.1449 4.64993 29.3775 4.05501 29.4605C3.95707 29.474 3.32649 29.4599 3.65092 29.6397C3.71385 29.6741 3.85411 29.6117 3.94261 29.7022C4.07905 29.8409 3.91111 30.0247 4.19346 30.1951C4.24341 30.2249 4.6731 30.3514 4.34812 30.453C4.29721 30.4689 4.08607 30.4387 4.06272 30.4923C3.95063 30.7472 4.09279 31.0142 3.94725 31.273C3.89609 31.3647 3.55451 31.3179 3.46314 31.4134C3.3718 31.509 3.28395 31.7016 3.44008 31.8016C3.59629 31.9017 4.14065 31.7924 4.18427 31.9422C4.18986 31.9614 4.195 31.9807 4.19972 31.9999C4.35488 32.6318 4.05076 33.2584 4.00199 33.8897C3.99445 33.9862 4.18932 33.9062 4.19207 34.0484C4.20369 34.5727 4.37481 35.4778 3.95875 35.9327C3.62632 36.2972 3.38131 35.8385 3.24507 36.1171C3.18038 36.2515 3.80451 36.3969 3.82364 36.4293C4.01931 36.7463 3.73958 36.9665 3.82011 37.2518C3.83676 37.3107 4.08985 37.2529 4.10115 37.3031C4.14188 37.4743 4.02628 37.6543 4.04383 37.818C4.05225 37.8914 4.2443 37.8779 4.22812 37.9454C4.19166 38.107 4.1081 38.25 3.92598 38.4076C3.90943 38.4219 3.67348 38.3251 3.66255 38.4447C3.64536 38.6383 3.46543 38.8785 3.64267 39.1012C3.69602 39.1673 4.12945 39.1698 3.82702 39.3119C3.76382 39.3417 3.24487 39.3037 3.69059 39.4691C3.76514 39.4969 4.36209 39.7748 3.96962 39.9112C3.86635 39.9472 3.44156 40.0391 3.50642 40.1185C3.51676 40.1293 3.74863 40.0861 3.76959 40.152C3.83934 40.384 3.80867 40.6272 3.87403 40.8656C3.89186 40.9293 4.13152 40.8344 4.15031 40.9293C4.20218 41.1902 4.13124 41.516 4.04966 41.7711C4.01913 41.8652 3.82719 41.8002 3.80582 41.807C3.45937 41.9171 3.92072 41.9821 3.94632 42.0187C4.10015 42.2459 3.87769 42.4189 3.92794 42.6283C3.94112 42.6861 4.16112 42.6451 4.18021 42.6566C4.36603 42.7759 3.97702 42.687 3.93118 42.7626C3.80161 42.9741 3.81154 43.21 3.8315 43.424C3.83913 43.5025 4.09296 43.4142 4.0967 43.4847C4.12335 43.9022 4.07997 44.3361 3.9275 44.7435C3.89837 44.8202 3.71161 44.772 3.66784 44.788C3.36248 44.8982 3.76723 45.0596 3.80424 45.0968C3.97495 45.2658 3.80625 45.3314 3.83081 45.4806C3.95192 46.2095 3.79762 47.1095 3.6995 47.7975C3.57052 48.6941 3.37388 49.3898 3.3715 50.2448C3.37103 50.2991 3.59621 50.2443 3.59842 50.2912C3.61522 50.8959 3.49382 51.4913 3.51558 52.0973C3.51683 52.147 3.72105 52.0754 3.72933 52.1552C3.74763 52.3189 3.72081 52.5263 3.64623 52.6918C3.61035 52.7725 3.45044 52.6642 3.41815 52.7455C3.34288 52.9347 3.31664 53.1376 3.33434 53.3319C3.34213 53.4147 3.54618 53.2899 3.54056 53.3974C3.50709 54.1297 3.47431 54.849 3.18652 55.589C3.16657 55.6398 2.80193 55.6843 2.86487 55.7922C2.96423 55.8003 3.08166 55.7999 3.18808 55.8034C3.16258 56.8695 2.95836 57.9247 2.85797 58.9938C2.85353 59.0389 3.02198 58.961 3.01366 59.0483C2.96685 59.5534 2.95806 60.0438 2.76537 60.5605C2.74658 60.6118 2.49206 60.5855 2.51997 60.7365C2.52515 60.7632 2.54202 60.9907 2.591 61.0495C2.5984 61.0575 2.71816 61.016 2.71493 61.0893C2.69421 61.5154 2.62499 61.9619 2.52385 62.3872C2.50742 62.4558 2.40264 62.3827 2.39034 62.4316C2.30675 62.7784 2.35683 63.1557 2.23951 63.487C2.1624 63.7089 1.99638 63.6268 1.82439 63.7446C1.80028 63.7613 1.79209 63.8987 1.69664 63.9058C1.45701 63.924 1.19231 63.8575 0.936486 63.8848C0.89408 63.8893 0.926342 64 0.879365 64C0.879355 64 0.879345 64 0.879335 64C0.865475 64 0.844762 63.9904 0.812908 63.9656C0.80363 63.958 0.749811 63.8246 0.701263 63.7918C0.66768 63.7689 0.573173 63.8101 0.52819 63.7635C0.48287 63.7168 0.561202 63.6656 0.505491 63.5882C0.448696 63.5109 0.337626 63.5449 0.306223 63.3904ZM2.49269 21.0897C2.26687 21.2118 3.10077 21.2298 2.89868 21.0978C2.88792 21.0914 2.50374 21.0834 2.49269 21.0897ZM2.04994 6.31652C1.81655 6.47616 2.17067 6.58539 2.35076 6.47276C2.52846 6.36017 2.11959 6.26789 2.04994 6.31652ZM1.8423 4.66126C1.67452 4.84783 2.37604 4.87716 2.2254 4.67735C2.21683 4.66573 1.85188 4.65035 1.8423 4.66126ZM1.79252 63.198C1.78762 63.1997 1.78021 63.2984 1.78489 63.3008C1.89742 63.3534 1.91444 63.1559 1.79252 63.198ZM1.65207 3.01869C1.56849 3.07692 1.66779 3.24462 1.77247 3.17224C1.85574 3.11398 1.75486 2.94615 1.65207 3.01869ZM1.61244 27.4592C1.59925 27.4611 1.58739 27.5319 1.66206 27.5305C1.90252 27.5256 1.83444 27.4271 1.61244 27.4592ZM1.61133 0.226931C1.60308 0.639397 1.16971 0.88951 1.22963 0.440326C1.2394 0.358986 1.35842 0.615627 1.39757 0.512096C1.46517 0.322654 1.21417 0.196878 1.35188 0.00355335C1.37533 -0.0314479 1.61152 0.203405 1.6119 0.227664C1.61171 0.227419 1.61152 0.227175 1.61133 0.226931ZM1.49324 21.1601C1.48224 21.1625 1.47177 21.2605 1.4827 21.2629C1.74771 21.3159 1.76817 21.1185 1.49324 21.1601ZM1.05944 31.5898C1.03415 31.5952 1.01048 31.8226 1.03378 31.83C1.4996 31.9487 1.54876 31.4889 1.05944 31.5898ZM0.957603 14.5605C0.72564 14.4536 0.702314 14.3257 0.994003 14.2404C0.977159 14.3467 0.973425 14.4536 0.957603 14.5605Z' fill='url(%23paint0_linear_962_3398)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_962_3398' x1='0.686193' y1='-298.168' x2='3.7318' y2='-298.209' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C8BE7D'/%3E%3Cstop offset='0.22' stop-color='%23D4CC8F'/%3E%3Cstop offset='1' stop-color='%23F7EFC1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"); }
    .productdetail-layout.layout-4 .section-introproduct .box .box-thumb {
      width: 50%;
      position: relative;
      overflow: hidden;
      padding-bottom: 18%; }
      .productdetail-layout.layout-4 .section-introproduct .box .box-thumb img {
        position: absolute;
        top: 0;
        left: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .productdetail-layout.layout-4 .section-introproduct .box .box-detail {
      display: flex;
      flex-direction: column;
      gap: 12px;
      width: 50%; }
      .productdetail-layout.layout-4 .section-introproduct .box .box-detail .subtext {
        color: #000;
        font-family: var(--skin-header-font);
        font-size: 14px;
        font-weight: 500; }
      .productdetail-layout.layout-4 .section-introproduct .box .box-detail .text h3 {
        color: var(--color-main-title1);
        font-family: var(--skin-header-font-2);
        font-size: 24px;
        font-weight: 400;
        margin: 0; }
  .productdetail-layout.layout-4 .section-introproduct .listing {
    display: flex;
    flex-direction: column;
    gap: 100px 168px; }
    .productdetail-layout.layout-4 .section-introproduct .listing .item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
      .productdetail-layout.layout-4 .section-introproduct .listing .item:last-child .box:after {
        content: none; }
  .productdetail-layout.layout-4 .section-introproduct .desc {
    text-align: center;
    margin-top: 40px; }
    .productdetail-layout.layout-4 .section-introproduct .desc > div {
      max-width: 600px;
      height: auto;
      margin: auto; }
    .productdetail-layout.layout-4 .section-introproduct .desc div.desktop {
      display: none; }
    @media (min-width: 768px) {
      .productdetail-layout.layout-4 .section-introproduct .desc div.desktop {
        display: block; }
      .productdetail-layout.layout-4 .section-introproduct .desc div.mobile {
        display: none; } }
  @media (min-width: 768px) {
    .productdetail-layout.layout-4 .section-introproduct {
      padding: 100px 0 0px; }
      .productdetail-layout.layout-4 .section-introproduct .listing {
        flex-direction: row;
        gap: 100px 68px; }
        .productdetail-layout.layout-4 .section-introproduct .listing .item {
          -ms-flex: 0 0 calc((100% - (68px*2)) /3);
          flex: 0 0 calc((100% - (68px*2)) /3);
          max-width: calc((100% - (68px*2)) /3); }
      .productdetail-layout.layout-4 .section-introproduct .box {
        flex-direction: column;
        text-align: center; }
        .productdetail-layout.layout-4 .section-introproduct .box:after {
          top: 27%;
          right: -68px;
          width: 68px;
          height: 6px;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='6' viewBox='0 0 152 6' fill='none'%3E%3Cpath d='M150.552 5.55079C149.7 5.6473 148.584 5.67484 147.735 5.65635C147.469 5.65092 147.604 5.54858 147.421 5.53967C147.061 5.52175 146.727 5.58705 146.372 5.56035C146.255 5.55075 146.401 5.38747 146.278 5.38045C145.602 5.34166 144.963 5.40996 144.278 5.40454C140.907 5.37132 137.593 5.40125 134.181 5.4037C133.055 5.40599 131.687 5.23762 130.525 5.354C130.39 5.36802 130.47 5.56631 130.445 5.58346C130.04 5.8483 130.174 5.43913 129.91 5.39113C128.861 5.20216 127.694 5.20084 126.684 5.30379C126.255 5.34819 126.686 5.76318 126.253 5.53497C126.223 5.51944 126.332 5.28976 126.214 5.26781C125.947 5.21827 125.44 5.26854 125.233 5.25419C124.834 5.22506 124.768 5.22841 124.391 5.23247C123.875 5.23633 123.261 5.1285 122.707 5.19119C122.589 5.20547 122.746 5.44787 122.557 5.49336C122.369 5.53889 121.87 5.52834 121.701 5.47292C121.533 5.41753 121.605 5.22059 121.575 5.1763C121.33 4.80063 120.753 5.33473 120.679 5.35029C119.324 5.59905 118.163 5.31338 116.892 5.33071C115.927 5.34579 114.895 5.46686 113.977 5.46591C112.884 5.46374 111.956 5.32644 110.894 5.36478C110.782 5.36861 110.913 5.69456 110.776 5.7002C109.321 5.75993 107.876 5.74694 106.427 5.53448C106.281 5.51278 106.469 5.21267 106.324 5.1729C105.435 4.93829 104.028 4.34095 103.5 5.67033C102.898 5.62514 102.167 5.57948 101.629 5.31375C101.281 5.14249 101.619 4.80445 101.192 4.95024C101.096 4.98278 101.221 5.27634 101.077 5.30311C100.469 5.41595 99.8053 5.32473 99.2043 5.48307C99.0821 5.51603 99.1154 5.78262 99.0808 5.831C98.7897 6.22367 98.3051 5.58389 98.1995 5.53721C97.395 5.19284 96.8075 5.33374 96.0581 5.33016C95.8842 5.32911 96.0898 5.69164 95.9224 5.7039C95.0545 5.76284 94.1555 5.7388 93.3056 5.58076C93.1166 5.54469 93.2905 5.23005 93.2001 5.19668C92.8018 5.05288 92.7135 5.64675 92.3315 5.52074C92.251 5.49489 92.2964 5.22519 92.2817 5.19567C92.0518 4.73189 91.852 5.39133 91.7929 5.40638C91.0448 5.60971 90.5667 4.92129 89.844 5.02111C89.7576 5.03386 89.9525 5.3768 89.7095 5.39178C88.0905 5.49379 86.3782 5.40622 84.7757 5.13123C84.5265 5.08896 84.7044 4.82703 84.6887 4.79484C84.4332 4.29136 84.2678 4.96672 84.1866 4.99241C83.5456 5.17707 82.9469 4.61009 82.5114 5.41751C80.3334 5.1969 78.1633 5.4468 76 5.17879C75.4673 5.11276 74.9349 5.01529 74.403 4.87168C74.3688 4.86326 74.4301 4.52823 74.3619 4.51289C73.5396 4.3246 73.6975 4.84539 73.1535 5.48144C73.0164 5.64109 72.5995 4.87243 72.5626 4.81616C72.4282 4.60861 72.5676 4.11073 72.5226 4.07053C72.1502 3.75506 72.2109 5.40152 71.7085 5.4013C71.6928 5.39854 71.7588 5.09572 71.7166 5.06555C71.5856 4.97088 71.4558 5.09108 71.3276 4.98671C71.0342 4.74516 70.9297 3.94632 70.4816 4.41101C70.4249 4.47127 70.5115 5.40368 70.063 5.35881C69.8841 5.34018 69.0926 5.35458 68.8708 5.29382C68.6493 5.23316 68.8014 4.93378 68.7856 4.92076C68.1886 4.52373 68.4149 4.35986 68.1159 3.77367C67.8168 3.19007 67.8997 4.58223 67.7778 4.73739C67.6557 4.89207 67.218 4.56514 67.1104 4.45178C67.0029 4.33831 67.137 4.14852 67.0414 4.08433C66.4076 3.66529 66.7632 4.77375 66.5544 4.99381C66.062 5.51414 65.6785 4.4844 65.2277 4.38379C65.1057 4.3565 65.2053 4.59043 65.0967 4.61213C64.6665 4.69478 64.4078 4.37483 63.9184 4.66694C63.8384 4.71474 63.4428 5.32811 63.1867 4.87658C63.1504 4.81153 63.2535 4.55718 63.0701 4.49991C62.7963 4.41394 62.3029 4.35797 62.0085 4.44233C61.7911 4.50469 62.0402 4.92297 61.7667 4.79252C61.6451 4.73433 61.8704 4.49046 61.642 4.40169C61.4148 4.313 60.8339 4.32314 60.6128 4.33125C60.3921 4.33957 60.5129 4.65513 60.4951 4.67638C60.3872 4.79792 59.9637 4.94844 59.9263 4.94788C58.0387 4.97798 56.298 4.44844 54.4602 4.61623C54.3159 4.62879 54.412 4.95335 54.39 4.95861C53.8963 5.09204 54.2855 4.23213 53.9406 3.94384C53.9905 4.60052 53.7869 4.48118 53.4391 4.55203C53.2715 4.58666 53.3627 4.84036 53.3475 4.86627C53.0989 5.24975 52.9259 4.75204 52.8813 4.65062C52.7167 4.27702 52.5375 4.71709 52.4255 4.4677C52.3136 4.22058 52.5712 3.85442 52.2377 3.85929C52.1441 4.092 52.3918 4.70152 52.1385 4.79911C51.183 5.16629 49.3994 4.68117 48.6311 4.63122C47.8644 4.5796 47.6167 4.62032 47.1699 4.53687C46.3629 4.38659 46.6586 4.82458 46.1575 5.02C45.6549 5.21466 45.8993 4.14946 45.827 3.91971C45.7561 3.69057 45.6786 3.92651 45.5904 3.80072C45.5025 3.67515 45.6929 3.51891 45.4861 3.47241C45.2791 3.42647 44.7134 3.83361 44.6401 4.0707C44.485 4.57378 44.7399 5.10337 44.1924 4.91393C44.161 4.90277 44.2631 4.62617 44.1426 4.59757C43.1849 4.3802 42.19 4.36395 41.2335 4.17753C41.102 4.15158 41.2196 3.85093 41.1431 3.83259C40.3459 3.64173 40.6308 4.14783 40.1939 4.70428C40.292 3.96105 40.0504 3.50613 39.4453 3.50515C39.0816 3.5039 39.1442 3.82544 38.909 4.0515C38.8384 4.11945 38.5811 3.89957 38.5344 4.04998C38.3806 4.5408 38.623 5.09182 37.9992 4.86778C37.9719 4.85723 38.059 4.59019 37.9644 4.57342C37.3531 4.46443 37.28 4.97275 36.6192 5.02618C36.1013 5.06768 35.1801 4.75339 34.5904 4.7007C34.6028 3.90968 34.0457 4.09258 33.8198 4.63059C33.437 4.60576 33.0237 4.63278 32.6537 4.55645C32.5264 4.53047 32.6101 4.30743 32.594 4.28314C32.3478 3.90393 32.1814 4.42053 32.0988 4.43976C31.2034 4.6284 30.474 4.24171 29.6194 4.60716C29.5891 4.62051 29.54 5.1359 29.3116 4.75683C29.2968 4.73101 29.579 4.49841 29.177 4.47759C28.775 4.45556 28.0171 4.18123 27.459 4.41164C27.3239 4.46763 26.9823 4.86881 26.7081 4.55056C26.6716 4.5075 26.7115 4.36531 26.6588 4.28581C26.4883 4.03331 26.3953 4.53253 26.1949 4.10794C25.9946 3.68316 25.5779 3.37429 25.015 3.66514C24.997 3.67375 24.8638 4.06165 24.6868 4.05496C24.4042 4.04436 24.0031 3.96439 23.708 3.96706C23.5668 3.9684 23.6572 4.20417 23.6326 4.20847C22.6828 4.33579 22.0068 4.12361 20.9892 4.03627C20.8027 4.02075 20.2666 4.32235 19.9055 4.08205C19.5089 3.82163 19.9164 2.73712 19.005 3.01059C18.6374 3.12458 18.172 4.45706 17.5113 3.77083C16.2301 3.93953 15.0452 3.61124 13.7604 3.84297C13.7026 3.85338 13.5199 4.19057 13.3841 4.18483C13.1824 4.1762 13.0717 4.02004 12.9277 4.00984C12.3244 3.96345 11.7723 4.09298 11.1906 4.07087C10.9697 4.0631 11.0469 3.91017 10.7835 3.90221C10.5203 3.89492 10.3447 4.09248 9.98798 3.99684C9.71853 3.92362 9.44916 3.52912 9.09153 3.48947C9.07794 3.87536 8.83228 3.86867 8.39573 3.96888C8.31184 3.98819 8.40181 4.11974 8.3621 4.13557C8.20059 4.20223 8.05103 4.09331 7.89766 4.16547C7.86034 4.18274 7.8586 4.30978 7.82808 4.33086C7.56871 4.51375 7.14131 4.22556 7.06791 4.17779C6.78663 3.99237 6.65514 4.15252 6.43937 4.07983C6.22398 4.00832 6.54605 3.91936 6.29441 3.87672C5.77283 3.78966 5.10264 3.81392 4.57289 3.81118C4.36151 3.81097 4.50573 3.96231 4.47548 3.96584C4.0384 4.00295 3.59641 3.84816 3.35408 4.1389C3.05104 3.38841 3.0905 4.2113 2.46577 4.05829C2.41653 4.04592 2.35398 3.70367 2.54289 3.65055C2.73183 3.59699 3.0183 3.70321 3.28044 3.61917C3.34252 3.60043 3.69812 3.25765 3.74662 3.23475C4.12668 3.06226 4.18051 3.60817 4.20063 3.63859C4.42867 3.96292 4.86316 3.58654 4.97761 3.55655C5.50112 3.42749 5.94585 3.50057 6.38371 3.40365C6.67009 3.34071 6.69808 2.94919 6.92296 2.95375C7.67047 2.96573 7.93142 3.53317 8.63578 3.01902C8.78684 2.9086 8.63676 2.45752 9.17793 2.79784C9.21196 2.81828 9.61373 3.14084 9.84592 2.92277C9.87506 2.89512 9.87413 2.75877 9.9126 2.74601C10.1703 2.66284 10.3421 2.7667 10.6229 2.70467C10.9036 2.64247 11.2411 2.54959 11.5616 2.58644C11.7548 2.60803 12.0026 2.86818 12.0951 2.93213C12.3562 3.11643 12.6361 2.79524 12.7979 3.02445C12.961 3.2571 12.6421 3.61709 13.0698 3.76692C13.0857 3.38258 13.122 2.98721 13.1475 2.59911C14.0848 2.58105 15.0071 2.68254 15.9475 2.63869C16.0641 2.63266 15.9449 2.41563 16.0699 2.40297C16.5972 2.34949 17.0578 2.49515 17.6047 2.41414C18.028 2.35055 18.4922 2.09004 18.9348 2.01038C19.2052 2.49916 19.862 2.31175 20.3392 2.34312C20.5063 2.35432 20.4952 2.49165 20.614 2.53336C21.0624 2.68821 20.8523 2.23731 20.9753 2.1616C21.5027 1.83511 21.5479 2.87637 22.1697 2.84066C22.2027 2.83992 22.6054 2.26496 22.6608 2.22699C23.0133 1.98562 22.7192 2.42316 22.9397 2.45962C23.3424 2.52622 23.6223 2.65905 24.0948 2.47812C24.2325 2.4252 24.563 2.05092 24.8306 2.32678C24.8658 2.36302 24.8463 2.55792 24.8747 2.56869C25.3875 2.7486 25.4009 2.13391 25.694 1.91498C25.987 1.69538 26.4397 2.11102 26.5318 2.23434C26.7728 2.55126 26.3472 2.37634 26.3341 2.40831C26.1808 2.78675 26.5109 2.71577 26.7632 2.74321C26.7997 3.35868 27.1525 3.31891 27.0247 2.76931C27.0102 2.70942 26.8138 2.77051 26.7632 2.74321C26.9846 2.13524 27.3723 2.04136 27.8005 2.60619C28.0009 2.87147 27.8115 3.18864 28.4203 3.06599C28.6967 3.01033 28.5899 2.57645 28.8338 2.45252C29.3909 2.16768 30.1149 2.56335 30.6892 2.48865C30.8977 2.46078 30.6946 2.21961 30.8371 2.19175C31.2152 2.11626 31.5486 2.29452 31.9284 2.19119C31.9628 2.18142 31.8787 1.92308 31.9968 1.91684C32.8919 1.86376 33.6714 2.01459 34.606 1.99971C35.0576 1.99249 35.865 1.82507 36.3328 1.84472C37.1436 1.87631 38.141 2.26196 38.8336 2.15229C39.2854 2.08111 39.1862 1.80143 39.3798 1.60531C39.7533 1.22343 40.4145 1.87884 40.5035 1.98292C40.5062 1.98641 40.1175 2.06006 40.3249 2.2025C40.4455 2.50493 40.4992 1.98443 40.5035 1.98292C40.562 2.04904 41.3386 2.10127 41.4927 2.04392C41.5765 2.01253 41.5297 1.74106 41.5733 1.72973C42.6117 1.46612 43.6519 1.37139 44.705 1.4821C44.7235 1.48741 44.6956 1.80029 44.7392 1.80894C45.3489 1.93844 45.7393 1.54885 46.2422 1.30945C46.7449 1.07047 47.1436 1.13788 47.4413 1.68026C47.8206 1.60523 48.3649 1.83951 48.6781 1.98372C48.9912 2.12798 49.0349 1.50086 49.0625 1.48795C49.922 1.07688 50.4188 1.42774 51.3105 1.47233C51.7344 1.49432 52.5754 1.39029 53.0343 1.31364C53.3971 1.25193 53.6157 1.39969 53.9499 1.29875C53.9951 1.28524 53.9494 0.998927 53.9632 0.987687C54.3363 0.638461 54.157 1.34332 54.234 1.46774C54.5133 1.92045 54.6858 2.16318 55.1635 1.94317C55.2737 1.89315 55.5947 0.872127 55.7955 0.809153C56.0567 0.729706 55.9581 1.09666 56.2316 1.00446C56.255 0.996902 56.2501 0.771196 56.4188 0.778743C57.2022 0.810783 58.0563 0.932235 58.8704 0.899946C58.9816 0.896363 58.839 0.536059 58.9997 0.524753C59.7536 0.471966 60.5799 0.474711 61.3144 0.637664C61.4952 0.67894 61.3819 0.935934 61.4211 1.01147C61.662 1.46898 62.0037 0.797718 62.0601 0.784175C63.4048 0.44833 64.434 1.04802 65.8046 0.747979C65.8792 0.730624 66.4536 0.000823736 66.7098 0.621309C66.7273 0.662485 66.9808 1.29811 67.2049 0.861095C67.2189 0.833724 67.0609 0.506607 67.3366 0.538246C67.6122 0.569932 68.0559 0.347509 68.4348 0.706746C68.5547 0.819801 68.8383 1.45628 69.1961 0.946259C69.2194 0.910895 69.7718 -0.242729 69.969 0.550503C70.001 0.681095 69.9675 1.52186 70.3946 1.0893C70.4762 1.0054 70.3281 0.818374 70.5431 0.700391C70.8724 0.518465 71.3089 0.742398 71.7137 0.365943C71.7844 0.299341 72.0849 -0.27357 72.3261 0.159747C72.3638 0.227626 72.2921 0.509142 72.4194 0.540284C73.0249 0.689751 73.6589 0.500211 74.2737 0.694288C74.4915 0.762506 74.3801 1.21794 74.6071 1.33978C74.8342 1.46156 75.2915 1.57871 75.5291 1.37054C75.7667 1.16227 75.5071 0.436445 75.863 0.378297C75.9087 0.370848 75.9543 0.363991 76 0.3577C77.5009 0.150852 78.9889 0.556384 80.4884 0.62145C80.7176 0.631499 80.5276 0.371671 80.8653 0.368015C82.1104 0.352553 84.26 0.124437 85.3405 0.679208C86.2061 1.12247 85.1167 1.44913 85.7782 1.6308C86.0974 1.71706 86.4428 0.884896 86.5198 0.859381C87.2726 0.598514 87.7957 0.971493 88.4733 0.864134C88.6132 0.841949 88.476 0.504485 88.5951 0.489418C89.0018 0.435129 89.4293 0.589272 89.8179 0.565883C89.9923 0.55465 89.9602 0.298594 90.1206 0.320161C90.5045 0.368783 90.844 0.480202 91.2182 0.723048C91.2523 0.745112 91.0223 1.0597 91.3064 1.07428C91.7661 1.09722 92.3367 1.33713 92.8655 1.10083C93.0225 1.0297 93.0286 0.451792 93.366 0.855038C93.4367 0.939306 93.3464 1.63125 93.7394 1.03695C93.8054 0.937553 94.4655 0.141644 94.7894 0.664942C94.8749 0.802633 95.093 1.36903 95.2817 1.28255C95.3073 1.26877 95.2048 0.959605 95.3612 0.931656C95.9123 0.838673 96.4898 0.879587 97.056 0.792451C97.2072 0.768683 96.982 0.449128 97.2074 0.424078C97.827 0.354932 98.6007 0.449542 99.2066 0.55832C99.43 0.599036 99.2756 0.854952 99.2919 0.883445C99.5533 1.34538 99.7078 0.730254 99.7946 0.696129C100.334 0.491033 100.745 0.787651 101.242 0.72067C101.38 0.703099 101.282 0.409766 101.31 0.384311C101.593 0.136554 101.382 0.655228 101.561 0.716357C102.064 0.889132 102.624 0.875897 103.132 0.849301C103.319 0.839134 103.109 0.500685 103.276 0.495704C104.268 0.460186 105.299 0.518055 106.266 0.721371C106.448 0.760217 106.334 1.00923 106.372 1.06759C106.633 1.47474 107.017 0.935089 107.105 0.885743C107.506 0.658129 107.662 0.883071 108.017 0.850338C109.748 0.688897 111.885 0.894672 113.519 1.02554C115.649 1.19757 117.301 1.4598 119.332 1.46301C119.461 1.46365 119.33 1.1634 119.442 1.16046C120.878 1.13809 122.292 1.3 123.731 1.27101C123.849 1.26935 123.679 0.997049 123.869 0.986011C124.258 0.961626 124.75 0.997391 125.143 1.09685C125.335 1.14469 125.078 1.3579 125.271 1.40095C125.72 1.50132 126.202 1.53632 126.664 1.51273C126.86 1.50235 126.564 1.23028 126.819 1.23778C128.558 1.28244 130.266 1.3262 132.024 1.70996C132.145 1.73656 132.25 2.22275 132.507 2.13883C132.526 2.00636 132.525 1.84978 132.533 1.70789C135.065 1.74194 137.571 2.0143 140.111 2.14822C140.218 2.15414 140.033 1.92952 140.24 1.94062C141.439 2.00307 142.604 2.01482 143.831 2.27176C143.953 2.29682 143.891 2.63618 144.249 2.59897C144.313 2.59206 144.853 2.56959 144.993 2.50428C145.012 2.49442 144.913 2.33473 145.087 2.33904C146.099 2.3667 147.16 2.45902 148.17 2.5939C148.333 2.6158 148.159 2.75551 148.275 2.77191C149.099 2.88338 149.995 2.81663 150.782 2.97308C151.309 3.0759 151.114 3.29726 151.394 3.52658C151.433 3.55873 151.759 3.56966 151.776 3.69692C151.82 4.01643 151.662 4.36936 151.726 4.71046C151.737 4.767 152 4.72399 152 4.78663C152 4.78664 152 4.78666 152 4.78667C152 4.80515 151.977 4.83277 151.918 4.87524C151.9 4.88761 151.583 4.95936 151.505 5.02409C151.451 5.06886 151.549 5.19487 151.438 5.25485C151.327 5.31527 151.206 5.21083 151.022 5.28511C150.838 5.36083 150.919 5.50892 150.552 5.55079ZM50.0882 2.63313C50.3782 2.93423 50.421 1.82237 50.1073 2.09181C50.0922 2.10615 50.0733 2.6184 50.0882 2.63313ZM15.0018 3.22263C15.3809 3.53383 15.6404 3.06168 15.3729 2.82155C15.1055 2.58461 14.8863 3.12976 15.0018 3.22263ZM11.0705 3.4994C11.5136 3.72311 11.5833 2.78776 11.1088 2.98859C11.0812 3.00002 11.0446 3.48662 11.0705 3.4994ZM150.095 3.56904C150.099 3.57558 150.334 3.58547 150.339 3.57922C150.464 3.42919 149.995 3.40648 150.095 3.56904ZM7.16938 3.75295C7.30771 3.86438 7.70599 3.73199 7.5341 3.59242C7.39577 3.48139 6.99713 3.61589 7.16938 3.75295ZM65.2155 3.80715C65.2201 3.82474 65.3882 3.84055 65.3848 3.741C65.3734 3.42038 65.1395 3.51114 65.2155 3.80715ZM0.538974 3.80711C1.5186 3.81814 2.11255 4.39598 1.04575 4.31605C0.852559 4.30302 1.46213 4.14434 1.21622 4.09213C0.766317 4.00199 0.467574 4.33666 0.00842571 4.15303C-0.0746838 4.12176 0.483116 3.80685 0.540713 3.80635C0.54015 3.8066 0.53957 3.80686 0.538974 3.80711ZM50.2552 3.96573C50.261 3.9804 50.4937 3.99437 50.4993 3.97979C50.6254 3.62644 50.1565 3.59916 50.2552 3.96573ZM75.0258 4.54472C75.0386 4.57843 75.5787 4.61001 75.5963 4.57895C75.8781 3.95786 74.7861 3.89229 75.0258 4.54472ZM34.5811 4.67955C34.3271 4.98882 34.0234 5.01992 33.8209 4.631C34.0733 4.65346 34.3273 4.65844 34.5811 4.67955Z' fill='url(%23paint0_linear_935_178)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_935_178' x1='-298.168' y1='4.77659' x2='-298.209' y2='1.73099' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C8BE7D'/%3E%3Cstop offset='0.22' stop-color='%23D4CC8F'/%3E%3Cstop offset='1' stop-color='%23F7EFC1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"); }
        .productdetail-layout.layout-4 .section-introproduct .box .box-thumb {
          width: 100%;
          padding-bottom: 60%; }
        .productdetail-layout.layout-4 .section-introproduct .box .box-detail {
          width: 100%; }
      .productdetail-layout.layout-4 .section-introproduct .desc {
        margin-top: 70px; } }
  @media (min-width: 992px) {
    .productdetail-layout.layout-4 .section-introproduct {
      padding: 7% 0 0px; }
      .productdetail-layout.layout-4 .section-introproduct .listing {
        gap: 100px 168px; }
        .productdetail-layout.layout-4 .section-introproduct .listing .item {
          -ms-flex: 0 0 calc((100% - (168px*2)) /3);
          flex: 0 0 calc((100% - (168px*2)) /3);
          max-width: calc((100% - (168px*2)) /3); }
      .productdetail-layout.layout-4 .section-introproduct .box .box-detail .text h3 {
        font-size: 32px; }
      .productdetail-layout.layout-4 .section-introproduct .box:after {
        right: -168px;
        width: 168px; } }

.productdetail-layout.layout-4 .section-detail {
  position: relative;
  margin: 0 0 0;
  background: var(--bg-gradient-temp); }
  .productdetail-layout.layout-4 .section-detail .icon-animation {
    height: 45px;
    width: 90%;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0; }
    .productdetail-layout.layout-4 .section-detail .icon-animation .icon-cows {
      content: '';
      top: 0;
      position: absolute; }
      .productdetail-layout.layout-4 .section-detail .icon-animation .icon-cows svg #shake-2, .productdetail-layout.layout-4 .section-detail .icon-animation .icon-cows svg #shake-1 {
        transform-origin: 72.6px 4.1px;
        transform-box: fill-box;
        animation: wag 2.4s ease-in-out infinite; }
    .productdetail-layout.layout-4 .section-detail .icon-animation .cows-1 {
      left: 0;
      top: 0%;
      width: 68.784px;
      height: 32.015px; }
      .productdetail-layout.layout-4 .section-detail .icon-animation .cows-1 svg {
        transform: rotate(354deg); }
    .productdetail-layout.layout-4 .section-detail .icon-animation .cows-2 {
      right: 0;
      top: 0%;
      width: 101.92px;
      height: 47.234px; }
      .productdetail-layout.layout-4 .section-detail .icon-animation .cows-2 svg {
        transform: rotate(5.338deg); }
    @media (min-width: 1024px) {
      .productdetail-layout.layout-4 .section-detail .icon-animation {
        width: 992px; } }
    @media (min-width: 1440px) {
      .productdetail-layout.layout-4 .section-detail .icon-animation {
        width: 1240px; } }
  .productdetail-layout.layout-4 .section-detail .box-content {
    position: relative;
    background-image: var(--bg-main-box);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 80px 0 0;
    z-index: 1; }
    .productdetail-layout.layout-4 .section-detail .box-content .title {
      position: relative;
      z-index: 2; }
      .productdetail-layout.layout-4 .section-detail .box-content .title h2 {
        margin: 0;
        color: #FFF;
        text-align: center;
        font-family: var(--skin-header-font-2);
        font-size: 30px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 1.5; }
    .productdetail-layout.layout-4 .section-detail .box-content .detail .listing {
      margin: auto;
      width: 90%;
      display: flex;
      display: flex;
      flex-wrap: wrap;
      gap: 50px 30px;
      justify-content: center; }
      .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .mid {
        display: none; }
        .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .mid a {
          display: flex;
          height: 100%; }
      .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .left, .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .right {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: calc((100% - 30px) /2);
        gap: 30px;
        justify-content: space-between; }
        .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .left .item, .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .right .item {
          width: 100%; }
        .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .left .box, .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .right .box {
          display: flex;
          flex-direction: column;
          gap: 10px;
          align-items: center; }
          .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .left .box > img, .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .right .box > img {
            width: 80px;
            position: relative;
            animation: bubbling linear 2s infinite; }
          .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .left .box > span, .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .right .box > span {
            display: block;
            font-size: 18px;
            color: var(--color-main-title2);
            font-family: var(--skin-header-font);
            font-weight: 700;
            max-width: 148px;
            min-height: 48px; }
    .productdetail-layout.layout-4 .section-detail .box-content .banner {
      margin-top: -10%;
      position: relative;
      z-index: 1; }
    .productdetail-layout.layout-4 .section-detail .box-content .banner .img {
      position: relative; }
      .productdetail-layout.layout-4 .section-detail .box-content .banner .img a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
    .productdetail-layout.layout-4 .section-detail .box-content .sub {
      width: 90%;
      margin: 10% auto 0; }
    .productdetail-layout.layout-4 .section-detail .box-content .main-text-ingredients {
      text-align: center;
      color: #000;
      font-family: var(--skin-header-font);
      font-size: 18px;
      font-weight: 400; }
      .productdetail-layout.layout-4 .section-detail .box-content .main-text-ingredients > div > strong {
        color: var(--color-main-title2);
        font-weight: 700;
        display: inline-flex;
        position: relative; }
        .productdetail-layout.layout-4 .section-detail .box-content .main-text-ingredients > div > strong:before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          width: 100%;
          height: 3px;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          background-image: var(--icon-ingredients); }
      .productdetail-layout.layout-4 .section-detail .box-content .main-text-ingredients > div {
        max-width: 265px;
        margin: 0 auto 0; }
    .productdetail-layout.layout-4 .section-detail .box-content .sub-img-ingredients {
      max-width: 695px;
      margin: 40px auto 0;
      font-size: 18px; }
      .productdetail-layout.layout-4 .section-detail .box-content .sub-img-ingredients .box {
        --cut: 20px;
        --border: 0.5px;
        --color: #125740;
        text-align: left;
        padding: 25px 20px;
        background: #FFFBEB;
        position: relative;
        clip-path: polygon(20px 0%, calc(100% - 20px) 0%, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0% calc(100% - 20px), 0% 20px);
        border: 1.5px solid #125740; }
        .productdetail-layout.layout-4 .section-detail .box-content .sub-img-ingredients .box::before {
          content: "";
          position: absolute;
          inset: 0;
          background: var(--color);
          z-index: 0; }
        .productdetail-layout.layout-4 .section-detail .box-content .sub-img-ingredients .box::after {
          content: "";
          position: absolute;
          inset: var(--border);
          background: #FFFBEB;
          z-index: 1;
          clip-path: polygon(calc(var(--cut) - var(--border)) 0%, calc(100% - (var(--cut) - var(--border))) 0%, 100% calc(var(--cut) - var(--border)), 100% calc(100% - (var(--cut) - var(--border))), calc(100% - (var(--cut) - var(--border))) 100%, calc(var(--cut) - var(--border)) 100%, 0% calc(100% - (var(--cut) - var(--border))), 0% calc(var(--cut) - var(--border))); }
        .productdetail-layout.layout-4 .section-detail .box-content .sub-img-ingredients .box .inner {
          display: flex;
          flex-direction: column;
          justify-content: center;
          gap: 12px 28px;
          position: relative;
          z-index: 2;
          text-align: center; }
          .productdetail-layout.layout-4 .section-detail .box-content .sub-img-ingredients .box .inner span {
            width: 81px;
            margin: auto; }
          .productdetail-layout.layout-4 .section-detail .box-content .sub-img-ingredients .box .inner div {
            width: 100%; }
      @media (min-width: 768px) {
        .productdetail-layout.layout-4 .section-detail .box-content .sub-img-ingredients .box {
          padding: 14px 40px 14px 48px; }
          .productdetail-layout.layout-4 .section-detail .box-content .sub-img-ingredients .box .inner {
            flex-direction: row;
            align-items: center;
            text-align: left; }
            .productdetail-layout.layout-4 .section-detail .box-content .sub-img-ingredients .box .inner span {
              width: 81px; }
            .productdetail-layout.layout-4 .section-detail .box-content .sub-img-ingredients .box .inner div {
              width: calc(100% - 81px - 28px); } }
    @media (min-width: 768px) {
      .productdetail-layout.layout-4 .section-detail .box-content {
        padding: 100px 0 0; }
        .productdetail-layout.layout-4 .section-detail .box-content .main-text-ingredients > div {
          max-width: 100%;
          margin: 0 auto; }
          .productdetail-layout.layout-4 .section-detail .box-content .main-text-ingredients > div br {
            display: none; }
        .productdetail-layout.layout-4 .section-detail .box-content .sub {
          width: 80%;
          margin: -2% auto 0; }
        .productdetail-layout.layout-4 .section-detail .box-content .detail {
          position: absolute;
          top: 0%;
          bottom: 0;
          height: 100%;
          left: 0;
          right: 0;
          width: 100%;
          display: flex;
          flex-direction: column;
          text-align: center; }
          .productdetail-layout.layout-4 .section-detail .box-content .detail .listing {
            width: 568px;
            flex-wrap: nowrap;
            gap: 0;
            justify-content: space-between;
            align-items: center; }
            .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .mid {
              width: 40%;
              height: 100%;
              display: block; }
            .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .left, .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .right {
              width: 30%;
              gap: 0px; }
              .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .left .item, .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .right .item {
                width: 100%; }
              .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .left .box > span, .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .right .box > span {
                max-width: 100%; }
              .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .left .box.top-left, .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .left .box.top-right, .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .right .box.top-left, .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .right .box.top-right {
                flex-direction: column-reverse; }
                .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .left .box.top-left > span, .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .left .box.top-right > span, .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .right .box.top-left > span, .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .right .box.top-right > span {
                  color: #fff; }
        .productdetail-layout.layout-4 .section-detail .box-content .banner {
          margin-top: 0; }
          .productdetail-layout.layout-4 .section-detail .box-content .banner .img {
            padding-bottom: calc(880/1800 * 100%);
            position: relative;
            overflow: hidden; }
            .productdetail-layout.layout-4 .section-detail .box-content .banner .img a {
              display: none; }
            .productdetail-layout.layout-4 .section-detail .box-content .banner .img img {
              position: absolute;
              top: 0;
              left: 0;
              object-fit: cover;
              width: 100%;
              height: 100%; } }
    @media (min-width: 992px) {
      .productdetail-layout.layout-4 .section-detail .box-content .main-text-ingredients > div {
        max-width: 100%;
        margin: 0 auto;
        font-size: 22px; }
      .productdetail-layout.layout-4 .section-detail .box-content .sub {
        width: 80%; }
      .productdetail-layout.layout-4 .section-detail .box-content .detail {
        top: -6%; }
        .productdetail-layout.layout-4 .section-detail .box-content .detail .listing {
          width: 768px; }
          .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .left, .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .right {
            gap: 40px; }
          .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .mid a {
            height: 110%;
            margin-top: -10%; } }
    @media (min-width: 1024px) {
      .productdetail-layout.layout-4 .section-detail .box-content .title h2 {
        font-size: 48px; }
      .productdetail-layout.layout-4 .section-detail .box-content .detail {
        top: 4%; }
        .productdetail-layout.layout-4 .section-detail .box-content .detail .listing {
          width: 992px; }
          .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .mid {
            width: 40%;
            height: 100%; }
          .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .left, .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .right {
            gap: 0px; }
            .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .left .item, .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .right .item {
              margin-bottom: 35%; }
            .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .left .box > img, .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .right .box > img {
              width: 100px; }
            .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .left .box > span, .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .right .box > span {
              font-size: 18px; } }
    @media (min-width: 1240px) {
      .productdetail-layout.layout-4 .section-detail .box-content .detail {
        top: 2%; }
        .productdetail-layout.layout-4 .section-detail .box-content .detail .listing {
          width: 1170px; }
          .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .left, .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .right {
            gap: 80px; } }
    @media (min-width: 1340px) {
      .productdetail-layout.layout-4 .section-detail .box-content .detail {
        top: 0%; }
        .productdetail-layout.layout-4 .section-detail .box-content .detail .listing {
          width: 1240px; }
          .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .left, .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .right {
            gap: 20px; }
            .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .left .box > span, .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .right .box > span {
              font-size: 24px; } }
    @media (min-width: 1440px) {
      .productdetail-layout.layout-4 .section-detail .box-content .detail {
        top: 0%; }
        .productdetail-layout.layout-4 .section-detail .box-content .detail .listing {
          width: 1240px; }
          .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .left, .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .right {
            gap: 20px; }
            .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .left .box > img, .productdetail-layout.layout-4 .section-detail .box-content .detail .listing .right .box > img {
              width: 120px; } }

.productdetail-layout.layout-4 .section-connect {
  overflow: initial; }
  .productdetail-layout.layout-4 .section-connect .product-connect {
    display: flex;
    flex-direction: column;
    gap: 32px;
    text-align: center;
    position: relative;
    padding: 0 40px; }
    .productdetail-layout.layout-4 .section-connect .product-connect .icon-cows {
      content: '';
      position: absolute; }
      .productdetail-layout.layout-4 .section-connect .product-connect .icon-cows svg #shake-3, .productdetail-layout.layout-4 .section-connect .product-connect .icon-cows svg #shake-4 {
        transform-origin: 72.6px 4.1px;
        transform-box: fill-box;
        animation: wag 2.4s ease-in-out infinite; }
    .productdetail-layout.layout-4 .section-connect .product-connect .cows-1 {
      left: 0;
      top: 75%;
      width: 68.398px;
      height: 31.693px; }
    .productdetail-layout.layout-4 .section-connect .product-connect .cows-2 {
      right: 0;
      bottom: -10%;
      width: 79.36px;
      height: 36.773px; }
    .productdetail-layout.layout-4 .section-connect .product-connect .product-connect--heading h2 {
      color: var(--color-main-title2);
      font-family: var(--skin-header-font);
      font-size: 32px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 0; }
    .productdetail-layout.layout-4 .section-connect .product-connect .product-connect--content {
      font-size: 18px;
      display: flex;
      flex-direction: column;
      gap: 32px; }
      .productdetail-layout.layout-4 .section-connect .product-connect .product-connect--content .text {
        color: #000;
        font-family: var(--skin-header-font);
        font-size: 20px; }
      .productdetail-layout.layout-4 .section-connect .product-connect .product-connect--content .social-listing {
        display: flex;
        gap: 24px;
        align-items: center;
        justify-content: center; }
        .productdetail-layout.layout-4 .section-connect .product-connect .product-connect--content .social-listing .item a {
          width: 32px;
          height: 32px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          color: var(--color-main-temp); }
    @media (min-width: 768px) {
      .productdetail-layout.layout-4 .section-connect .product-connect {
        max-width: 753px;
        margin: auto;
        padding: 0 100px; }
        .productdetail-layout.layout-4 .section-connect .product-connect .product-connect--heading h2 {
          font-size: 52px; }
        .productdetail-layout.layout-4 .section-connect .product-connect .product-connect--content .social-listing {
          gap: 40px; }
        .productdetail-layout.layout-4 .section-connect .product-connect .product-connect--action {
          margin-top: 30px; }
        .productdetail-layout.layout-4 .section-connect .product-connect .cows-1 {
          top: 10%; }
        .productdetail-layout.layout-4 .section-connect .product-connect .cows-2 {
          bottom: 20%; } }
  .productdetail-layout.layout-4 .section-connect .bg-mountain {
    position: relative;
    padding: 80px 0;
    overflow: hidden; }
    .productdetail-layout.layout-4 .section-connect .bg-mountain:before {
      content: "";
      position: absolute;
      bottom: 0%;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(https://cdn.hstatic.net/files/200001149561/file/mountains.png);
      background-size: 100%;
      background-position: right;
      background-repeat: no-repeat; }
      @media (min-width: 768px) {
        .productdetail-layout.layout-4 .section-connect .bg-mountain:before {
          background-position: center; } }
    @media (min-width: 768px) {
      .productdetail-layout.layout-4 .section-connect .bg-mountain {
        padding: 18% 0 80px;
        margin-top: -10%; } }

.productdetail-layout.layout-4.temp-uht {
  --color-main-title1: #184C25;
  --color-main-title2: #1F7C4B;
  --color-main-temp: #448940;
  --bg-gradient-temp: linear-gradient(180deg, #F9F4E4 40.79%, rgba(249, 244, 228, 0) 70%, #fff);
  --bg-main-box: url(https://cdn.hstatic.net/files/200001149561/file/group_33__7___1_.png);
  --icon-ingredients: url("data:image/svg+xml,%3Csvg width='85' height='3' viewBox='0 0 85 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2060_1747)'%3E%3Cpath d='M0.842529 2.28669C28.1427 0.474805 56.5587 0.237181 84.1564 1.57381L0.842529 2.28669Z' fill='%231C1C1C'/%3E%3Cpath d='M0.8678 2.99915C28.6143 1.18726 56.4104 0.979343 84.1569 2.28627C85.2975 2.34568 85.2727 0.890234 84.1569 0.830828C56.3856 -0.476102 28.5895 -0.268181 0.843004 1.5437C-0.297603 1.60311 -0.297603 3.05855 0.843004 2.99915H0.8678Z' fill='%231F7C4B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2060_1747'%3E%3Crect width='85' height='3' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  --bg-svg-temp: url("data:image/svg+xml,%3Csvg width='390' height='52' viewBox='0 0 390 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M418.562 48.2734C359.494 48.2734 130.254 9.0033 -28.4626 35.1834V9.0033H418.562V48.2734Z' fill='%23A0CA5A' fill-opacity='0.5'/%3E%3Cpath d='M-28.4604 51.2695C64.825 26.4348 248.757 31.8674 418.565 38.1795V11.9994H-28.4604V51.2695Z' fill='%23A0CA5A' fill-opacity='0.25'/%3E%3Cpath d='M418.57 38.4922C299.942 14.9301 93.6938 12.8838 -28.4549 38.4922L-30 0.000828993L195.058 0.000809317L420.115 0.000789642L418.57 38.4922Z' fill='white'/%3E%3C/svg%3E%0A"); }
  @media screen and (min-width: 768px) {
    .productdetail-layout.layout-4.temp-uht {
      --bg-svg-temp: url("data:image/svg+xml,%3Csvg width='1440' height='79' viewBox='0 0 1440 79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 68.5C1249.72 68.5 511.274 -58.0007 -0.000244141 26.3331V-58.0007H1440V68.5Z' fill='%23A0CA5A' fill-opacity='0.5'/%3E%3Cpath d='M0 78.5C300.5 -1.5 893 16 1440 36.3331V-48.0007H0V78.5Z' fill='%23A0CA5A' fill-opacity='0.25'/%3E%3Cpath d='M1440.02 61.9922C1057.88 -13.9082 393.5 -20.5 0.022583 61.9923L-4.9546 -61.9999L720.023 -61.9999L1445 -62L1440.02 61.9922Z' fill='white'/%3E%3C/svg%3E%0A");
      --bg-main-box: url("https://cdn.hstatic.net/files/200001149561/file/group_33__1_.png"); } }

.productdetail-layout.layout-4.temp-pasteurised {
  --color-main-title1: #007362;
  --color-main-title2: #007362;
  --color-main-temp: #019983;
  --bg-gradient-temp: linear-gradient(180deg, #F9F4E4 40.79%, rgba(249, 244, 228, 0) 70%, #fff);
  --bg-main-box: url(https://cdn.hstatic.net/files/200001149561/file/group_33__5_.png);
  --icon-ingredients: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='85' height='3' viewBox='0 0 85 3' fill='none'%3E%3Cpath d='M0.8678 2.99915C28.6143 1.18726 56.4104 0.979343 84.1569 2.28627C85.2975 2.34568 85.2727 0.890234 84.1569 0.830828C56.3856 -0.476102 28.5895 -0.268181 0.843004 1.5437C-0.297603 1.60311 -0.297603 3.05855 0.843004 2.99915H0.8678Z' fill='%23007362'/%3E%3C/svg%3E");
  --bg-svg-temp: url("data:image/svg+xml,%3Csvg width='390' height='52' viewBox='0 0 390 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M418.562 48.2734C359.494 48.2734 130.254 9.0033 -28.4626 35.1834V9.0033H418.562V48.2734Z' fill='%2309C7BD' fill-opacity='0.5'/%3E%3Cpath d='M-28.4604 51.2695C64.825 26.4348 248.757 31.8674 418.565 38.1795V11.9994H-28.4604V51.2695Z' fill='%2309C7BD' fill-opacity='0.25'/%3E%3Cpath d='M418.57 38.4922C299.942 14.9301 93.6938 12.8838 -28.4549 38.4922L-30 0.000828993L195.058 0.000809317L420.115 0.000789642L418.57 38.4922Z' fill='white'/%3E%3C/svg%3E%0A"); }
  @media screen and (min-width: 768px) {
    .productdetail-layout.layout-4.temp-pasteurised {
      --bg-svg-temp: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='79' viewBox='0 0 1440 79' fill='none'%3E%3Cpath d='M1440 68.5C1249.72 68.5 511.274 -58.0007 -0.000244141 26.3331V-58.0007H1440V68.5Z' fill='%2306BBA1' fill-opacity='0.5'/%3E%3Cpath d='M0 78.5C300.5 -1.5 893 16 1440 36.3331V-48.0007H0V78.5Z' fill='%2309C7BD' fill-opacity='0.25'/%3E%3Cpath d='M1440.02 61.9922C1057.88 -13.9082 393.5 -20.5 0.022583 61.9923L-4.9546 -61.9999L720.023 -61.9999L1445 -62L1440.02 61.9922Z' fill='white'/%3E%3C/svg%3E");
      --bg-main-box: url("https://cdn.hstatic.net/files/200001149561/file/group_33__3___1_.png"); } }
