:root{
  --black:#000000;
}
*{
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Sharp Sans', sans-serif;
  background-color: #c9a899;
  overflow-x: hidden;
  height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-family: 'Sharp Sans', sans-serif;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease-in-out !important;
}

a:hover {
  text-decoration: none;
  transition: 0.2s ease-in-out !important;
}

p {
  margin-bottom: 0;
  font-family: 'Aller', sans-serif;
}

input:focus,
textarea:focus {
  outline: 0;
  box-shadow: none !important;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
  transition: all 0.3s;
}

button:focus {
  outline: 0;
}
body.detail-page{
  background-color: #fff;
}
#content {
  display: none;
}

#loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loader img {
  width: 6vw;
}
.logo{
  display: inline-block;
  position: absolute;
  left: 2.604vw;
  top: 5.365vh;
  width: 23.82vh;
  height: 4.077vh;
}
.logo img{
  width: 100%;
  height: 100%;
}
.prima-logo{
  position: absolute;
  right: 2.604vw;
  top: 5.365vh;
  width: 4.167vw;
}
.design-logo{
  width: 5.74vw;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-35%, -35%);
}
.page-head{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 1.444vw;
  left: 50%;
  transform: translateX(-50%);
}
.page-head h1{
  color: #fff;
  font-size: 2.994vw;
  line-height: 3.219vw;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.053vw;
  -webkit-animation: scale-in-ver-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.4s both;
  animation: scale-in-ver-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.4s both;
}
.page-head span{
  color: #fff;
  font-size: 1.146vw;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.108vw;
  -webkit-animation: scale-in-ver-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.1s both;
  animation: scale-in-ver-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.1s both;
}
.back-link{
  position: absolute;
  right: 9vw;
  top: 5.05vh;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 1.563vw;
  z-index: 1;
}
.back-link:hover, .back-link:active{
  transform: scale(1.1);
  background-color: black;
  border-color: black;
}
.back-link a{
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.521vw;
  padding: 1.032vw 1.302vw 0.8vw 1.523vw;
}
.back-link a img{
  width: 0.885vw;
}
.back-link a h5{
  font-size: 0.938vw;
  font-weight: 600;
  letter-spacing: 0.03vw;
  line-height: 1;
  color: #fff;
}
@-webkit-keyframes scale-in-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}
@keyframes scale-in-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}
.page-head .line{
  margin-top: -0.996vh;
  width: 32.813vw;
  -webkit-animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) 1.6s both;
  animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) 1.6s both;
}
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
.detail-page .top-header{
  width: 100%;
  background-color: #FFFFFFCC;
  backdrop-filter: blur(5px);
  border-bottom: 1px solid #DDDDDD;
  padding: 0.938vw 2.604vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  z-index: 11;
}
.detail-page .top-header .logo{
  position: unset;
}
.detail-page .top-header .header-left{
  display: flex;
  align-items: center;
  justify-content: end;
}
.detail-page .top-header .prima-logo{
  position: unset;
}
.detail-page .top-header .back-link{
  position: unset;
  border: 1px solid #000;
  z-index: 1;
  margin-left: 0.442vw;
}
.detail-page .top-header .back-link:hover,
.detail-page .top-header .back-link:active{
  transform: scale(1.0);
  background-color: #c9c9c9;
}
.detail-page .top-header .back-link a h5{
  color: #000;
}
.detail-page .top-header .shop-link{
  background-color: #E30613;
  border: 1px solid #E30613;
  border-radius: 1.563vw;
  z-index: 1;
  margin-left: 0.442vw;
}
.detail-page .top-header .shop-link:hover, .detail-page .top-header .shop-link:active{  
  background-color: black;
  border-color: black;
}
.detail-page .top-header .shop-link a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 1.042vw 1.302vw 0.802vw 1.302vw;
}
.detail-page .top-header .shop-link a h5{
  font-size: 0.938vw;
  font-weight: 700;
  letter-spacing: 0.02vw;
  line-height: 1;
  color: #fff;
}
.prima-animation-sec{
  width: 100%;
  height: 100%;
  background-image: url('../img/bg/home-bg.webp');
  object-fit: cover;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.prima-animation-sec video{
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.7;
}
.prima-animation-sec .badge-sec{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0.302vw 0 0;
  gap: 4.000vw;
}
.prima-animation-sec .badge-sec .home-link {
  background-color: transparent;
  width: 31.25vw;
  height: 64.378vh;
  -webkit-animation: scale-up-center 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) 1s both;
  animation: scale-up-center 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) 1s both;
}
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.prima-animation-sec .badge-sec .home-link a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31.25vw;
  height: 64.378vh;
}

.prima-animation-sec .badge-sec .home-link a .jupiter-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-animation: rotate-center 25s cubic-bezier(0.445, 0.050, 0.550, 0.950) infinite alternate-reverse both;
  animation: rotate-center 25s cubic-bezier(0.445, 0.050, 0.550, 0.950) infinite alternate-reverse both;
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.prima-animation-sec .badge-sec .home-link a .link-img{
  position: relative;
  z-index: 4;
  transition: all 0.3s;
  width: 80%;
  height: 80%;
  text-shadow: 2px 4px 10px black;
  filter: drop-shadow(0px 0px 2px #7381c6);
}
.prima-animation-sec .badge-sec .home-link:hover a .link-img{
  transform: scale(1.1);
  filter: drop-shadow(0px 0px 12px #2e2658);
}

.prima-animation-sec.deactive .badge-sec .home-link:hover a .link-img,
.prima-animation-sec.deactive .badge-sec .home-link:active a .link-img{
  -webkit-animation: slide-out-fwd-center 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.5s both;
  animation: slide-out-fwd-center 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.5s both;
}
.prima-animation-sec.deactive{
  -webkit-animation: slide-out 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.7s both;
  animation: slide-out 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.7s both;
}
@-webkit-keyframes slide-out-fwd-center {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
@keyframes slide-out-fwd-center {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
@keyframes slide-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
.prima-range-sec{
  position: relative;
  opacity: 0;
  display: none;
}
.prima-range-sec.active{
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url('../img/bg/bg-home-list.webp');
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
  opacity: 1;
  -webkit-animation: puff-in-center 0.7s cubic-bezier(0.175, 0.885, 0.320, 1.275) 1s;
  animation: puff-in-center 0.7s cubic-bezier(0.175, 0.885, 0.320, 1.275) 1s;
}
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    display: inline-block;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    display: inline-block;
  }
}
.prima-range-sec .product-list{
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 100%;
  height: 86%;
  gap: 1.563vw;
  padding: 0vw 9.344vw 3.344vw 2.344vw;
  position: absolute;
  z-index: 11;
  bottom: 0;
}
.prima-range-sec .product-list .dual-item{
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: auto;
  gap: 2.666vw;
  padding-top: 3.333vw;
}
.prima-range-sec .product-list .dual-item > button > a > img{
  position: relative;
  z-index: 11;
}
.prima-range-sec.active .product-list button{
  -webkit-animation: slide-in-fwd-center 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1.5s both;
  animation: slide-in-fwd-center 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1.5s both;  
}
.prima-range-sec .product-list button{
  position: relative;
  flex: 1;
}
.prima-range-sec .product-list button a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.prima-range-sec .product-list button a h5{
  position: absolute;
  font-size: 1.354vw;
  line-height: 1;
  text-align: center;
  color: #09002d;
  text-transform: uppercase;
  z-index: -1;
  font-weight: 400;
  opacity: 0;
  top: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.prima-range-sec .product-list button:hover a{
  filter: brightness(1.4);
}
.prima-range-sec .product-list button:hover a h5{
  opacity: 1;
  top: 0;
  transform: translateY(-90%);
}

@-webkit-keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}


/*deatil page*/

.main-info-sec{
  background-image: url("../img/bg/detail-bg.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  border-radius: 1.302vw;
  margin: 6.99vw 2.604vw 0;
  -webkit-animation: scale-in-ver-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: scale-in-ver-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes scale-in-ver-bottom {
  0% {
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes scale-in-ver-bottom {
  0% {
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

.main-info-sec .txt-area{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 1.554vw 0;
}
.main-info-sec .txt-area .img-area{
  width: 70%;
  display: flex;
  align-items: end;
  justify-content: center;

}
.main-info-sec .txt-area .img-area img{
  width: 27.344vw;
  -webkit-animation: slide-in-fwd-center 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.6s both;
  animation: slide-in-fwd-center 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.6s both;
}
.main-info-sec .txt-area .name-area{
  width: 60%;
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 1.563vw 0 0;
}
.main-info-sec .txt-area .name-area h4{
  font-size: 1.354vw;
  line-height: 1;
  color: var(--black);
  font-weight: 700;
  text-align: right;
  align-self: flex-end;
  flex-grow: 2;
  -webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.6s both;
  animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.6s both;
}
@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 0.3em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 0.3em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
.main-info-sec .txt-area .name-area .head-txt-area{
  flex-grow: 3;
}
.main-info-sec .txt-area .name-area .head-txt-area h1{
  font-size: 1.458vw;
  line-height: 1;
  color: var(--black);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.521vw;
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.8s both;
  animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.8s both;
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.main-info-sec .txt-area .name-area .head-txt-area h2{
  font-size: 2.5vw;
  line-height: 1.3;
  color: var(--black);
  font-weight: 400;
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.9s both;
  animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.9s both;
}
.main-info-sec .txt-area .name-area .tag-area{
  flex-grow: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  padding-right: 1.563vw;
  gap: 1.563vw;
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
  animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}
.main-info-sec .txt-area .name-area .tag-area img:nth-child(1){
  width: 19.531vw;
}
.main-info-sec .txt-area .name-area .tag-area img:nth-child(2){
  width: 3.906vw;
}

.features-sec{
  padding-top: 4.427vw;
  max-width: 67.104vw;
  margin: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4.427vw;
  margin-bottom: 4.688vw;
}
.features-sec h3{
  font-size: 2.5vw;
  line-height: 1;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 1.688vw;
}
.features-sec .features-list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6.25vw;
  width: 100%;
}
.features-sec .features-list .video-area{
  width: 33.854vw;
  height: 33.854vw;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-sec .features-list .video-area video,
.features-sec .features-list .video-area img{
  height: 100%;
}
.features-sec .features-list .features-info{
  max-width: 23vw;
  display: flex;
  align-items: flex-start;
  gap: 1.302vw;
}
.features-sec .features-list .features-info img{
  width: 5.208vw;
  height: 5.208vw;
}
.features-sec .features-list .features-info h4{
  font-size: 2.5vw;
  line-height: 1;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.573vw;
}
.features-sec .features-list .features-info p{
  font-size: 0.938vw;
  line-height: 1.3;
  text-align: justify;
  font-weight: normal;
  color: #000;
  font-family: 'aller', sans-serif;
}
.features-short-sec{
  max-width: 83.854vw;
  margin: auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.083vw;
  margin-bottom: 9.375vw;
}
.features-short-sec.f-col-2{
  max-width: 70vw;
}
.features-short-sec .features-list{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.406vw;
}
.features-short-sec .features-list .video-area{
  width: 33.854vw;
  height: 33.854vw;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-short-sec .features-list .video-area video,
.features-short-sec .features-list .video-area img{
  height: 100%;
}
.features-short-sec .features-list .features-info{
  max-width: 22.917vw;
}
.features-short-sec .features-list .features-info h4{
  font-size: 1.667vw;
  line-height: 1;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 0.573vw;
}
.features-short-sec .features-list .features-info p{
  font-size: 0.838vw;
  line-height: 1.3;
  text-align: center;
  font-weight: 400;
  color: #000;

}

.spec-sec {
  max-width: 85vw;
  margin: 0 auto;
}
.spec-sec .spec-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.125vw;
  align-items: flex-start;
}
.spec-sec .spec-area .accordion-area {
  width: 39.115vw;
}
.spec-sec .spec-area .slider-area {
  max-width: 42.448vw;
}
.spec-sec .spec-area .accordion-area h4 {
  font-size: 1.146vw;
  font-weight: 700;
  color: #000;
  margin-bottom: 1.604vw;
}
.spec-sec .spec-area .accordion-area .accordion-item{
  border: none !important;
}
.spec-sec .spec-area .accordion-area .accordion-item .accordion-button {
  font-size: 1.667vw;
  font-weight: 700;
  background-color: transparent;
  border: none;
  border-bottom: 0.052vw solid #EBEBEB;
  padding: 1.21vw 0;
  color: #000;
}
.spec-sec .spec-area .accordion-area .accordion-item  .accordion-button:focus, .accordion-button:not(.collapsed){
  box-shadow: none;
}

.spec-sec .spec-area .accordion-area .accordion-item .accordion-body {
  font-size: clamp(12px, 0.9vw, 16px);
  color: #444;
  padding: 1.33vw 0vw;
  line-height: 1.6;
  border: none;
  display: flex;
}
.spec-sec .spec-area .accordion-area .accordion-item .accordion-body ul{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  gap: 2.969vw 1.927vw;
  padding: 0;
  margin: 0;
}
.spec-sec .spec-area .accordion-area .accordion-item .accordion-body ul li{
  width: 30%;
  font-size: 0.938vw;
  line-height: 1.3;
  font-weight: 400;
  color: #000;
}
.spec-sec .spec-area .accordion-area .accordion-item .accordion-body ul li strong{
  font-weight: 700;
  line-height: 1;
}
.spec-sec .spec-area .accordion-area .accordion-item .accordion-body ul li span{
  margin-top: 1vw;
  line-height: 1.5;
  display: block;
}
.spec-sec .spec-area .accordion-area .accordion-item .accordion-body ul li:last-child{
  flex-grow: 1;
}

.swiper {
  background: #EEEEEE;
  border-radius: 1.563vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4vw 2vw 2vw;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-slide img {
  width: 27.344vw;
  height: auto;
  object-fit: contain;
}


/* Progressbar Pagination */
.swiper-pagination.swiper-pagination-progressbar {
  position: absolute !important;
  left: 2.865vw;
  bottom: 2.5vw !important;
  width: 70%;
  height: 0.160vw !important;
  background: #e2e2e2;
  border-radius: 1vw;
  margin: 0 auto !important;
  pointer-events: none;
  z-index: 10;
  top: unset;
  display: block !important;
}

.swiper-pagination-progressbar-fill {
  background: #222 !important;
  height: 100% !important;
  border-radius: 1vw;
}

/* Arrows wrap */
.arrow-wrap {
  position: absolute;
  bottom: 1.7vw;
  right: 2vw;
  gap: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  width: 5.469vw;
  height: 2.083vw;
}

/* Navigation Arrows */
.swiper-button-next,
.swiper-button-prev {
  width: 2.3vw;
  height: 2.3vw;
  border-radius: 50%;
  background: #ffffff00;
  border: 0.12vw solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.18s;
  padding: 0;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #f3f3f3;
}

/* Direct SVG icon styling inside Swiper buttons */
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 1vw;
  height: 1.0vw;
  stroke: #222 !important;  /* arrow color */
  stroke-width: 1;
  fill: none;
  display: block;
  margin: auto;
}

/* Optional: Smooth boldness for better visibility */
.swiper-button-next svg path,
.swiper-button-prev svg path {
  stroke: #222 !important

}

.backTo-main-sec{
  margin: 5.885vw auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.backTo-main-link{
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 1.563vw;
  background-color: #000;
}
.backTo-main-link:hover, .backTo-main-link:active{
  transform: scale(1.1);
}
.backTo-main-link a{
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.521vw;
  padding: 1.042vw 1.302vw 0.882vw 1.823vw;
}
.backTo-main-link a img{
  width: 0.885vw;
}
.backTo-main-link a h5{
  font-size: 0.938vw;
  font-weight: 500;
  letter-spacing: 0.05vw;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #loader img{
    width: 25vw;
  }
  .prima-animation-sec{
    background-size: cover;
  }
  .logo{
    left: 50%;
    transform: translateX(-50%);
    top: 1.565vh;
    width: 5.42vh;
    height: 5.42vh;
  }
  .page-head{
    top: 15.444vw;
    width: max-content;
    z-index: 1;
  }
  .page-head .line {
    margin-top: -0.636vh;
    width: 90.813vw;
  }
  .page-head h1 {
    font-size: 8.994vw;
    line-height: 8.469vw;
  }
  .page-head span {
    font-size: 4.246vw;
    letter-spacing: 0.308vw;
  }
  .back-link {
    width: 35px;
    height: 35px;
    top: 2.3vh;
    left: 4.604vw;
    border-radius: 21.563vw;
  }
  .back-link a img{
    width: 50%;
  }
  .back-link a h5{
    display: none;
  }
  .back-link a{
    padding: 0;
  }
  .prima-animation-sec .badge-sec{
    padding-top: 4.302vw;
  }
  .prima-animation-sec .badge-sec .home-link{
    width: 98vw;
    height: 98vw;
  }
  .prima-animation-sec .badge-sec .home-link a .link-img{
    width:90%;
    height:90%;
  }
  .prima-animation-sec .badge-sec .home-link a{
    width: 95.25vw;
    height: 95.25vw;
  }
  .design-logo {
    width: 22vw;
    transform: translate(-50%, -35%);
    z-index: 1;
    left: 50%;
  }
  .prima-range-sec .prima-logo {
    position: absolute;
    right: 6.604vw;
    top: 3.365vh;
    width: 15.167vw;
    z-index: 1;
  }
  .prima-range-sec .logo {
    height: 3.42vh;
    transform: unset;
    left: 50%;
    transform: translateX(-50%);
    top: 3.365vh;
    width: 10.167vw;
    z-index: 1;
  }
  .prima-range-sec .backdrop-m{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFFFFF03;
    z-index: 0;
    backdrop-filter: blur(20px);
  }
  .product-list.m-list{
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1vw;
    align-content: center;
    transform: translateY(-7%);
    height: 80%;
    padding: 0;
  }
  .prima-range-sec .product-list.m-list button{
    width: 22vh;
    height: 24vh;
    background-color: #8787871a;
    border: 1px solid #ffffff59;
    backdrop-filter: blur(6px);
    padding: 3vw;
    padding-top: 2.333vw;
    border-radius: 3vw;
    flex: unset;
  }
  .prima-range-sec .product-list.m-list button a img{
    width: 80%;
    height: -webkit-fill-available;
  }
  .prima-range-sec .product-list.m-list button a h5 {
    position: unset;
    font-size: 11px;
    line-height: 1.2;
    color: #09002d;
    z-index: 1;
    font-weight: 400;
    opacity: 1;
    overflow: hidden;
    transition: all 0.3s;
    margin-bottom: 6px;
  }
  .prima-range-sec .product-list button:hover a h5{
    transform: none !important;
  }
  .detail-page .top-header .logo {  
    transform: unset;
  }
  .detail-page .top-header .prima-logo{
    width: 15.167vw;
    display: none;
  }
  .detail-page .top-header .shop-link{
    margin-left: 2.442vw;
    border-radius: 10.563vw;
    padding: 7px 20px 5px 20px;
  }
  .detail-page .top-header .shop-link a h5{
    font-size: 14px;
  }
  .detail-page .top-header .shop-link a h5 span{
    display: none;
  }
  .detail-page .top-header .back-link{
    margin-left: 2.442vw;
  }
  .main-info-sec{
    margin: 220px 0 121px;
    background-size: cover;
    position: relative;
    border-radius: 0;
    height: auto !important;
  }
  .main-info-sec .txt-area{
    flex-direction: column;
    padding: 0px 0 0px;
    height: auto !important;
    align-items: center !important;
  }
  .main-info-sec .txt-area .img-area{
    width: 100%;
    position: absolute;
    z-index: 1;
    margin-top: 0;
    top: 0;
    transform: translateY(-23%) !important;
  }
  .main-info-sec .txt-area .img-area img{
    width: 255px !important;
  }
  .main-info-sec .txt-area .name-area{
    width: 100%;
    z-index: 2;
    height: 100%;
    margin-top: -125px;
    padding: 0px 0 0px;
    gap: 298px;
  }
  .main-info-sec .txt-area .name-area h4{
    font-size: 24px;
    line-height: 1.2;
    flex-grow: unset;
    text-align: center;
    align-self: center;
    -webkit-animation: fade-in 0.5s ease-in-out 0.8s both;
    animation: fade-in 0.5s ease-in-out 0.8s both;
  }
  @-webkit-keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .main-info-sec .txt-area .name-area .head-txt-area{
    flex-grow: 1;
    background: #E6E6E6;
    padding: 18px 30px;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    width: 100%;
  }
  .main-info-sec .txt-area .name-area .head-txt-area h1{
    font-size: 16px;
    margin-bottom: 0.521vw;
  }
  .main-info-sec .txt-area .name-area .head-txt-area h2{
    font-size: 23px;
  }
  .main-info-sec .txt-area .name-area .tag-area{
    flex-grow: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 0;
    gap: 10px;
  }
  .main-info-sec .txt-area .name-area .tag-area img:nth-child(1){
    width: 200px;
  }
  .main-info-sec .txt-area .name-area .tag-area img:nth-child(2){
    width: 50px;
  }
  .features-sec {
    padding-top: 14vw;
    max-width: 81vw;
    gap: 9vw;
    margin-bottom: 9vw;
  }
  .features-sec h3 {
    font-size: 28px;
    margin-bottom: 2vw;
  }
  .features-sec .features-list .features-info {
    max-width: 100%;
    width: 100%;
    gap: 6.302vw;
  }
  .features-sec .features-list .features-info h4{
    font-size: 24px;
    margin-bottom: 11px;
  }
  .features-sec .features-list .features-info p{
    font-size: 12px;
    line-height: 1.4;
  }
  .features-sec .features-list .video-area{
    width: 100%;
    height: 81vw;
  }
  .features-sec .features-list .features-info img{
    width: 11.208vw;
    height: 11.208vw;
  }

  .features-short-sec{
    flex-wrap: nowrap;
    overflow-x: scroll;
    max-width: 100vw;
    justify-content: flex-start;
    margin-left: 5%;
    gap: 20px;
  }
  .features-short-sec.f-col-2{
    max-width: 100vw;
  }
  .features-short-sec .features-list .features-info {
    max-width: 100%;
    width: 100%;
    gap: 6.302vw;
  }
  .features-short-sec .features-list {
    gap: 18px;
    padding-bottom: 20px;
  }
  .features-short-sec .features-list .features-info h4{
    font-size: 28px;
    margin-bottom: 13px;
  }
  .features-short-sec .features-list .features-info p{
    font-size: 11px;
  }
  .features-short-sec .features-list .video-area{
    width: 80vw;
    height: 80vw;
  }
  .features-short-sec .features-list .features-info img{
    width: 11.208vw;
    height: 11.208vw;
  }
  .features-short-sec .features-list:last-child{
    margin-right: 5%;
  }
  .spec-sec {
    max-width: 95%;
    padding: 0 10px;
  }

  .spec-sec .spec-area {
    flex-direction: column;
    gap: 40px;
  }

  .spec-sec .spec-area .accordion-area,
  .spec-sec .spec-area .slider-area {
    width: 100%;
    max-width: 100%;
  }

  /* Heading */
  .spec-sec .spec-area .accordion-area h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  /* Accordion Button */
  .spec-sec .spec-area .accordion-area .accordion-item .accordion-button {
    font-size: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #EBEBEB;
  }

  /* Accordion Body */
  .spec-sec .spec-area .accordion-area .accordion-item .accordion-body {
    font-size: 14px;
    padding: 12px 0;
  }
  .spec-sec .spec-area .accordion-area .accordion-item .accordion-body ul {
    flex-direction: column;
    gap: 10px;
  }
  .spec-sec .spec-area .accordion-area .accordion-item .accordion-body ul li {
    width: 100%;
    font-size: 14px;
  }

  /* Swiper */
  .swiper {
    padding: 20px 10px;
    border-radius: 12px;
  }
  .swiper-slide img {
    width: 100%;
    max-width: 320px;
    height: auto;
  }

  /* Pagination */
  .swiper-pagination.swiper-pagination-progressbar{
   border-radius: 20px;
 }
 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;  
}
.swiper-button-next svg, .swiper-button-prev svg {
    width: 3vw;
    height: 3vw;
}
.swiper-button-next, .swiper-button-prev {
    width: 7.3vw;
    height: 7.3vw;
    margin-top: 0 !important;
    top: 0 !important;
}
.arrow-wrap {
    bottom: 0.7vw;
    right: 2vw;
    width: 18.469vw;
    height: 8.083vw;
}

/* Back button */
.backTo-main-sec {
  margin: 40px auto;
}
.backTo-main-link {
  border-radius: 20px;
}
.backTo-main-link a {
  gap: 8px;
  padding: 10px 20px 7px 20px;
}
.backTo-main-link a img {
  width: 14px;
}
.backTo-main-link a h5 {
  font-size: 14px;
  letter-spacing: 0.5px;
}
}
