.daily {
  background: rgb(190, 192, 194);
  background: linear-gradient(
      316deg,
      rgba(190, 192, 194, 1) 0%,
      rgba(231, 230, 230, 1) 100%
    )
    fixed;
}

#home-daily {
  padding-top: 0px !important;
}
/* 
.nav-top-stick {
  position: fixed !important;
}
.nav-top-stick .top-logo {
  visibility: visible !important;
}
#nav-top {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 9;
}
#nav-top ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
#nav-top .top-logo {
  visibility: hidden;
  height: 88px;
  position: absolute;
  z-index: 2;
  top: -20px;
  left: 0px;
}
#nav-top ul li {
  display: flex;
  gap: 15px;
} */

#page-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 30px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  height: 440px;
  width: 320px;
  background: rgb(242, 242, 242);
  background: linear-gradient(
    316deg,
    rgba(242, 242, 242, 1) 0%,
    rgba(173, 173, 173, 1) 100%
  );
  font-family: "Jost";
}
.page-nav-daily {
  background: rgb(246, 167, 196) !important;
  background: linear-gradient(
    316deg,
    rgba(246, 167, 196, 1) 0%,
    rgba(235, 124, 172, 1) 100%
  ) !important;
}

.page-nav-logo {
  text-align: center;
}
.page-nav-logo > img {
  width: 145px;
}
#page-nav > ul {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#page-nav > ul > li {
  margin-bottom: 15px;
}
#page-nav > ul > li > a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
}
.page-nav-mobile {
  width: 65vw !important;
  height: auto !important;
  padding: 10px !important;
}
/** end #page-nave **/

/** end #page-nav **/

#his-wrapper .swiper-viewport {
  border-radius: 0;
  box-shadow: unset;
  border: 0;
  margin: 0;
  background: unset;
}
#his-wrapper .swiper-slide {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

#his-wrapper .swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  left: unset;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* border: 2px solid blue; */
}
#his-wrapper .swiper-pagination-bullet {
  height: 2px;
  width: 0px;
  border-radius: unset;
  margin: 0;
  background: rgb(30 30 30 / 30%);
}
#his-wrapper .swiper-pagination-bullet-active {
  background: #d9d9d9;
}

.section-title {
  border-bottom: 2px solid #000;
  display: table;
  margin: auto;
  margin-bottom: 40px;
}
.section-title > h1 {
  font-weight: 400;
  font-size: 40px;
  margin: 0 !important;
}
.product-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Jost";
  margin-top: 0;
}
.product-detail {
  font-size: 16px;
  line-height: 24px;
}

/** concept **/
#nav-concept {
  margin-top: 80px;
  text-align: center;
  padding: 0 30px;
}

#nav-concept > .title-2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 40px;
}

#nav-concept > p {
  font-size: 16px;
  margin-bottom: 40px;
}
/** end concept **/

/** product **/
#product {
  padding: 60px 0;
  background-color: #ffffff;
}
#product .row {
  margin: 0;
}
#product .swiper-slide h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px 0;
  font-family: "Jost";
}
#product .swiper-slide h1 {
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 20px 0;
  font-family: "Jost";
}
#product .swiper-slide p {
  font-size: 16px;
  line-height: 24px;
}

#product .swiper-slide small {
  font-size: 12px;
}
.category-list {
  margin-top: 90px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.category-list .category-item {
  text-align: center;
}
.category-item-title {
  padding: 15px 30px;
}
.category-item-image > img {
  width: 100%;
}
.category-list h1 {
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 20px;
  font-family: "Jost";
}
.category-list h2 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .category-list {
    display: grid;
    grid-template-columns: 1fr;
  }
  .category-list h2 {
    margin-bottom: 30px;
  }
}
/** end product **/

#product .swiper-viewport {
  border-radius: 0;
  box-shadow: unset;
  border: 0;
  margin: 0;
  background: unset;
}

/** how-to-use **/
#how-to-use {
  padding: 60px;
  text-align: center;
}
#how-to-use > p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}
.how-to-use-video {
  max-width: 800px;
  margin: 50px auto;
}
@media (max-width: 767px) {
  #how-to-use {
    padding: 30px;
  }
}
/** end how-to-use **/

.responsive-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.responsive-iframe > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/** footer **/
#footer {
  background: #000000;
  padding: 50px;
}

/** end footer **/

/** menu mobile **/
#toogle-menu-mobile .lower {
  opacity: 1;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
}

#toogle-menu-mobile .lower:hover {
}

#toogle-menu-mobile input {
  display: none;
}

#toogle-menu-mobile .lower label {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  color: white;
  height: 68px;
  width: 68px;
  font-family: "Jost";
  letter-spacing: 1px;
}

#toogle-menu-mobile .lower label:hover {
  cursor: pointer;
}

#toogle-menu-mobile .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 1);
}

#toogle-menu-mobile .overlay label {
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  color: white;
  position: fixed;
  top: 0;
  right: 0;
  height: 68px;
  width: 68px;
  z-index: 100;
  font-size: 14;
  letter-spacing: 1px;
  font-family: "Jost";
  cursor: pointer;
  text-decoration: line-through;
}

#toogle-menu-mobile .lower ~ .overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

#toogle-menu-mobile #op:checked ~ .overlay-hugeinc {
  opacity: 1;
  z-index: 100;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  overflow-y: scroll;
}

#toogle-menu-mobile .overlay {
  padding: 80px 40px 40px 40px;
  font-family: "Jost";
}
#toogle-menu-mobile .overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 0 50px 0;
}
#toogle-menu-mobile .overlay ul li {
  margin-bottom: 35px;
}
#toogle-menu-mobile .overlay ul li a {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 300;
  display: block;
}
#toogle-menu-mobile footer {
  background: unset;
  margin-top: 50px;
  padding: 0;
}
/** end menu mobile **/

/** concept **/
.daily-concept-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 51.71% !important;
  margin-top: 0 !important;
}
.daily-concept-wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../../image/home/daily_concept_bg.jpg") center no-repeat;
  background-size: cover;
}
.daily-concept-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  margin-left: 54vw;
}
.daily-concept-content h1 {
  font-size: 2.3vw;
  line-height: 3vw;
  margin: 0 0 3vw 0;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 1px;
  padding-right: 50px;
}
.daily-concept-content p {
  font-size: 1.2vw;
  line-height: 1.8vw;
  margin: 0;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 2px;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .daily-concept-wrapper {
    padding-top: 200% !important;
  }
  .daily-concept-wrapper > div {
    background: url("../../image/home/daily_concept_bg_mobile.jpg") center
      no-repeat;
    background-size: cover;
  }
  .daily-concept-content {
    margin-left: 0;
    margin-top: 108vw;
    display: block;
    text-align: center;
    padding: 0 30px;
  }
  .daily-concept-content p {
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.8px;
  }
  .daily-concept-content h1 {
    padding-right: 0;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 30px 0;
  }
}
/* end concept */

.product-slideshow-wrapper .swiper-pagination {
  position: absolute;
  bottom: -30px;
  right: 0;
  left: unset;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.product-slideshow-wrapper .swiper-pagination-bullet {
  height: 2px;
  width: 0px;
  border-radius: unset;
  margin: 0;
  background: rgba(171, 171, 171, 0.3);
}
.product-slideshow-wrapper .swiper-pagination-bullet-active {
  background: #919090;
}
@media (max-width: 767px) {
  .product-slideshow-pagination {
    padding: 0 30px;
  }
}

/** nav-top **/
.circle-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #000000;
  border-radius: 30px;
}
.circle-button > .fa {
  font-size: 16px;
}
.cart-button {
  position: relative;
}
.cart-button span.cart-badge {
  position: absolute;
  top: -9px;
  right: -5px;
  background: red;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  font-family: "Jost";
}
/** end nav-top **/

/* 
	#toogle-menu {
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 3;
	}

	#toogle-menu .lower {
		opacity: 1;
	}
	#toogle-menu .lower .top-logo {
		height: 85px;
	}

	#toogle-menu .lower label {}

	#toogle-menu .lower label:hover {
		cursor: pointer;
	}

	#toggle-menu-overlay input {
		display: none;
	}

	#toggle-menu-overlay .overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 5;
		background: rgba(0, 0, 0, 1);
	}

	#toggle-menu-overlay .overlay label {
		display: flex;
		justify-content: center;
		align-items: center;
		background: black;
		color: white;
		position: fixed;
		top: 0;
		right: 0;
		height: 60px;
		width: 60px;
		z-index: 100;
		cursor: pointer;
		text-decoration: line-through;
	}

	#toggle-menu-overlay .overlay-hugeinc {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
		transition: opacity 0.5s, visibility 0s 0.5s;
	}

	#toggle-menu-overlay #op:checked ~ .overlay-hugeinc {
		opacity: 1;
		visibility: visible;
		-webkit-transition: opacity 0.5s;
		transition: opacity 0.5s;
		overflow-y: scroll;
	}

	#toogle-menu ~ .default-wrapper {
		padding-top: 120px;
	}

	#toogle-menu ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 30px;
		padding: 5px 4vw;
		list-style: none;
		margin: 0;
	}
	.toggle-menu-right {
		display: flex;
		gap: 20px;
		align-items: center;
	}
.product-slideshow-wrapper {
  background-color: #ffffff;
} */
