*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink {
  flex-shrink: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

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

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.overflow-hidden {
  overflow: hidden;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.border {
  border-width: 1px;
}

.bg-transparent {
  background-color: transparent;
}

.p-2 {
  padding: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.font-semibold {
  font-weight: 600;
}

.leading-snug {
  line-height: 1.375;
}

.opacity-60 {
  opacity: 0.6;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.block_image_text {
  background-color: var(--bg);
  color: var(--text-color);
}
.block_image_text .content .text_box {
  width: 40%;
  box-sizing: border-box;
  margin: 60px 60px 60px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .block_image_text .content .text_box {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
.block_image_text .content .text_box .text_title {
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: var(--title_font_weigth);
  letter-spacing: var(--title_letter_spacing);
  line-height: 1;
  font-size: var(--title_font_size);
}
.block_image_text .content .text_box .btn {
  display: inline-block;
  justify-content: center;
  align-items: center;
  min-width: 84px;
  margin-top: 8px;
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
  box-sizing: border-box;
  border-radius: var(--button_border_radius);
  font-weight: 700;
  background-color: var(--btn-bg);
  color: var(--btn-color);
}
.block_image_text .content .text_box .btn:hover {
  background-color: var(--btn-hover-bg);
}
.block_image_text .content .img_box .img_one {
  max-width: 75%;
  margin: 90px 0;
}
@media screen and (max-width: 767px) {
  .block_image_text .content .img_box .img_one {
    margin-top: 20px;
    max-width: 80%;
  }
}
.block_image_text .content .img_box .img_one img {
  width: 100%;
  object-fit: cover;
}
.block_image_text .content .img_box .img_two {
  position: absolute;
  width: 40%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .block_image_text .content .img_box .img_two {
    bottom: -35px;
  }
}
@media screen and (max-width: 767px) {
  .block_image_text .content .img_box .img_two {
    bottom: 40px;
  }
}
.block_image_text .content .img_box .img_two img {
  width: 100%;
  object-fit: cover;
}

.block_collection_list .collection_product {
  display: grid;
  grid-template-columns: repeat(var(--wap_number), 1fr);
  grid-row-gap: 15px;
  grid-column-gap: 15px;
}
@media (min-width: 768px) {
  .block_collection_list .collection_product {
    grid-template-columns: repeat(var(--pc_number), 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
  }
}
.block_collection_list .block_collection_more {
  margin-top: calc(var(--general_layout_spacing) * 0.5);
  text-align: center;
}
.block_collection_list .block_collection_more a {
  margin: 0;
}

.block_new_product {
  color: var(--main_color);
}
@media screen and (min-width: 768px) {
  .block_new_product .content .left {
    max-width: 200px;
  }
}
.block_new_product .content .left .text_title {
  color: var(--title_color);
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: var(--title_font_weigth);
  letter-spacing: var(--title_letter_spacing);
  line-height: 1;
  font-size: var(--title_font_size);
}
@media (max-width: 767px) {
  .block_new_product .content .left .text_title {
    font-size: calc(var(--title_font_size) * var(--wap_title_scale));
  }
}
@media screen and (max-width: 767px) {
  .block_new_product .content .right .swiper .swiper-slide {
    width: 75%;
  }
}
.block_new_product .my-swiper-button-next,
.block_new_product .my-swiper-button-prev {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #e6e6e6;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 10px;
}
.block_new_product .my-swiper-button-next svg path,
.block_new_product .my-swiper-button-prev svg path {
  fill: var(--main_color);
}
.block_new_product .my-swiper-button-next svg {
  transform: rotate(90deg);
}
.block_new_product .my-swiper-button-prev svg {
  transform: rotate(-90deg);
}
.block_new_product .swiper-pagination-fraction {
  width: 62px;
  text-align: center;
}

.block_slogan {
  color: var(--text-color);
  background-color: var(--bg-color);
}
@media screen and (min-width: 768px) {
  .block_slogan .list .list_item {
    max-width: calc(100% / var(--max-number));
  }
}
@media (max-width: 767px) {
  .block_slogan .list .list_item {
    flex: 0 0 50%;
  }
}
.block_slogan .list .list_item img {
  max-width: 36px;
  max-height: 36px;
  object-fit: cover;
}
.block_slogan .list .list_item svg {
  width: 36px;
  height: 36px;
}
.block_slogan .list .list_item svg path {
  fill: var(--text-color);
}
.block_slogan .list .list_item .item-title {
  font-size: calc(var(--title_font_size) * 0.5);
}
@media screen and (max-width: 767px) {
  .block_slogan .list .list_item .item-title {
    font-size: calc(var(--general_font_size));
  }
}
.block_slogan .list .list_item .item-des {
  font-size: calc(var(--general_font_size) + 2px);
}
@media screen and (max-width: 767px) {
  .block_slogan .list .list_item .item-des {
    font-size: calc(var(--general_font_size) - 2px);
  }
}

.block_newsletter {
  padding: 60px 0;
  background-color: var(--bg);
  color: var(--text-color);
}
.block_newsletter .content {
  text-align: center;
}
.block_newsletter .content .news_title {
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: var(--title_font_weigth);
  letter-spacing: var(--title_letter_spacing);
  line-height: 1;
  font-size: var(--title_font_size);
}
@media (max-width: 767px) {
  .block_newsletter .content .news_title {
    font-size: calc(var(--title_font_size) * var(--wap_title_scale));
  }
}
.block_newsletter .content .detail {
  font-size: calc(var(--general_font_size) + 2px);
}
.block_newsletter .content .news_input_box input {
  color: var(--text-color);
  border: 1px solid #e8e8e1;
  line-height: 1.4;
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .block_newsletter .content .news_input_box input {
    width: 200px;
  }
}
.block_newsletter .content .news_input_box button {
  padding: 11px 18px;
  line-height: 1.4;
  font-weight: 700;
  font-size: calc(var(--general_font_size) + 2px);
  background-color: var(--btn-bg-color);
  color: var(--btn-color);
  cursor: pointer;
  box-sizing: border-box;
}
.block_newsletter .content .news_input_box button:hover {
  background-color: var(--btn-bg-hover-color);
}

.footer {
  color: var(--color);
  background-color: var(--bg-color);
}
.footer a {
  color: var(--color);
}
.footer .footer_newsletter {
  padding: 30px 0;
  border-top: 1px solid #e8e8e1;
  border-bottom: 1px solid #e8e8e1;
}
.footer .footer_newsletter .content .detail {
  font-size: calc(var(--general_font_size) + 2px);
}
.footer .footer_newsletter .content .news_input_box input {
  color: var(--text-color);
  border: 1px solid #e8e8e1;
}
@media screen and (min-width: 768px) {
  .footer .footer_newsletter .content .news_input_box input {
    width: 200px;
  }
}
.footer .footer_newsletter .content .news_input_box button {
  padding: 11px 18px;
  line-height: 1.4;
  font-weight: 700;
  font-size: calc(var(--general_font_size) + 2px);
  background-color: var(--btn-bg-color);
  color: var(--btn-color);
  cursor: pointer;
  box-sizing: border-box;
}
.footer .footer_newsletter .content .news_input_box button:hover {
  background-color: var(--btn-bg-hover-color);
}
.footer .footer_menu {
  max-width: 380px;
  padding: 20px 60px;
  box-sizing: border-box;
}
.footer .footer_menu .menu_title {
  margin-bottom: 8px;
}
.footer .footer_menu .menu_title a {
  color: var(--text-color);
  font-size: 20px;
}
.footer .footer_menu .list li a {
  color: var(--text-color);
  line-height: 2;
}
.footer .footer_bottom {
  border-top: 1px solid #e8e8e1;
  padding: 30px 0;
}

body {
  overflow: visible;
}

#card-header {
  position: sticky;
  z-index: 999;
}
#card-header.on {
  z-index: 510000;
}

#top-bar {
  background-color: var(--bg-color);
  color: var(--text-color);
  text-align: center;
  padding: 10px;
}
#top-bar a {
  color: inherit;
  font-size: 12px;
  line-height: 1.1;
}

#header-nav {
  color: var(--menu-color);
}
#header-nav .header-top {
  background-color: var(--nav-bg);
  z-index: 30;
}
#header-nav .header-top .pc_menu_icon[show=true] span {
  width: 50px;
}
#header-nav .header-top .pc_menu_icon[show=true] span.nav-show svg path {
  transition: transform 0.3s cubic-bezier(0.18, 0.77, 0.58, 1), opacity 0.3s cubic-bezier(0.18, 0.77, 0.58, 1);
}
#header-nav .header-top .pc_menu_icon[show=true] span.nav-show svg .path-1 {
  transform: rotate(45deg);
  transform-origin: 20% 43%;
}
#header-nav .header-top .pc_menu_icon[show=true] span.nav-show svg .path-2 {
  opacity: 0;
}
#header-nav .header-top .pc_menu_icon[show=true] span.nav-show svg .path-3 {
  transform: rotate(-45deg);
  transform-origin: 15% 58%;
}
#header-nav .header-top .pc_menu_icon[show=false] span {
  width: 0;
}
#header-nav .header-top .pc_menu_icon span {
  width: 0;
  transition: width 0.3s cubic-bezier(0.18, 0.77, 0.58, 1);
}
#header-nav .header-top .logo {
  font-size: 1.875rem;
  font-weight: bold;
  color: var(--text-color);
}
#header-nav .header-top .action-icon svg path {
  fill: var(--menu-color);
}
#header-nav .header-top .action-icon .user {
  text-transform: uppercase;
  cursor: pointer;
  padding: 8px 0;
}
#header-nav .header-top .action-icon .user:hover .login-list {
  visibility: visible;
}
#header-nav .header-top .action-icon .user .login-list {
  visibility: hidden;
  top: 100%;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.1);
  transform: translateX(-20%);
  padding: 10px 0;
}
#header-nav .header-top .action-icon .user .login-list li {
  padding: 4px 20px;
}
#header-nav .header-top .action-icon .user .login-list li a {
  text-transform: uppercase;
  white-space: nowrap;
}
#header-nav .header-top .action-icon .mobile_menu_icon.isActive svg path {
  transition: transform 0.3s cubic-bezier(0.18, 0.77, 0.58, 1), opacity 0.3s cubic-bezier(0.18, 0.77, 0.58, 1);
}
#header-nav .header-top .action-icon .mobile_menu_icon.isActive svg .path-1 {
  transform: rotate(45deg);
  transform-origin: 20% 43%;
}
#header-nav .header-top .action-icon .mobile_menu_icon.isActive svg .path-2 {
  opacity: 0;
}
#header-nav .header-top .action-icon .mobile_menu_icon.isActive svg .path-3 {
  transform: rotate(-45deg);
  transform-origin: 15% 58%;
}
#header-nav .header-top .action-icon .cart-box-wrap .cart-box {
  position: relative;
}
#header-nav .header-top .action-icon .cart-box-wrap .cart-box #cart_number {
  display: flex;
  align-items: center;
  justify-content: center;
  top: -8px;
  right: -10px;
  height: 1.25rem;
  min-width: 1.25rem;
  padding: 1px;
  line-height: 1;
  font-size: 0.75rem;
  position: absolute;
  border-radius: 99px;
  color: var(--menu-color);
  background-color: #e1b47b;
}
#header-nav .custom-nav-wrap {
  background-color: var(--nav-bg);
  z-index: 10;
  transition: transform 0.3s ease-in;
}
#header-nav .custom-nav-wrap .nav-box {
  margin-left: -20px;
  margin-right: -20px;
}
#header-nav .custom-nav-wrap::before {
  border-top: 1px solid var(--menu-color);
  position: absolute;
  content: "";
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease 0.3s;
}
#header-nav .custom-nav-wrap[show=true] {
  transform: translateY(0);
  position: relative;
}
#header-nav .custom-nav-wrap[show=true]::before {
  opacity: 0.15;
}
#header-nav .custom-nav-wrap[show=false] {
  transform: translateY(-100%);
  position: absolute;
  visibility: hidden;
  width: 100%;
}
#header-nav .mobile_menu_card {
  position: absolute;
  width: 100%;
  z-index: 15;
  display: none;
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
  overflow: hidden;
}
#header-nav .mobile_menu_card .mobile_menu_container {
  overflow: hidden;
  height: 200px;
  background-color: #F2F2F2;
  box-sizing: border-box;
  padding: 10px 15px;
}
#header-nav .mobile_menu_card .mobile_menu_container .mobile_nav {
  height: 100%;
  box-sizing: border-box;
}
#header-nav .mobile_menu_card .mobile_menu_container .mobile_nav .panel-menu-mobile {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  display: none;
}
@media (max-width: 767px) {
  #header-nav .mobile_menu_card .mobile_menu_container .mobile_nav .panel-menu-mobile {
    display: flex;
  }
}
#header-nav .mobile_menu_card .mobile_menu_container .mobile_nav .panel-menu-mobile .panel-navigation {
  flex: 1;
  color: var(--menu-color);
  display: inline-block;
  position: relative;
}
#header-nav .mobile_menu_card .mobile_menu_container .mobile_nav .panel-menu-mobile .only-warp {
  flex: 1;
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
  width: 100%;
}
#header-nav .mobile_menu_card .mobile_menu_container .mobile_nav .panel-menu-mobile .only-warp .panel-menu-ul {
  height: 100%;
}
#header-nav .mobile_menu_card .mobile_menu_container .mobile_nav .panel-menu-mobile .only-warp .panel-menu-ul .panel-menu-ul {
  display: none;
}
#header-nav .mobile_menu_card .mobile_menu_container .mobile_nav .panel-menu-mobile .only-warp .panel-menu-ul .panel-menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
}
#header-nav .mobile_menu_card .mobile_menu_container .mobile_nav .panel-menu-mobile .only-warp .panel-menu-ul .panel-menu-item .et-menu-toggle svg {
  transform: rotate(90deg);
}
#header-nav .mobile_menu_card .mobile_menu_container .mobile_nav .panel-menu-mobile .only-warp .panel-menu-ul .panel-menu-item .et-menu-toggle svg path {
  fill: var(--menu-color);
}
#header-nav .mobile_menu_card .mobile_menu_container .mobile_nav .panel-menu-mobile .only-warp .panel-menu-ul .panel-menu-parent {
  justify-content: start;
}
#header-nav .mobile_menu_card .mobile_menu_container .mobile_nav .panel-menu-mobile .only-warp .panel-menu-ul .panel-menu-parent svg {
  transform: rotate(-90deg);
  margin-right: 12px;
}
#header-nav .mobile_menu_card .mobile_menu_container .mobile_nav .panel-menu-mobile .only-warp .panel-menu-ul .panel-menu-parent svg path {
  fill: var(--menu-color);
}
#header-nav .mobile_menu_card .mobile_menu_container .mobile_nav .panel-menu-mobile .only-warp .panel-menu-ul .panel-menu-parent span {
  font-size: 16px;
  font-weight: 700;
  list-style: 1;
  color: var(--menu-color);
  text-decoration: underline;
  text-underline-offset: 2px;
}
#header-nav .mobile_menu_card .mobile_menu_container .mobile_nav .panel-menu-mobile .only-warp::-webkit-scrollbar {
  display: none;
}
#header-nav .mobile_menu_card .mobile_menu_container .mobile_nav .panel-menu-mobile .only-ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: all 0.45s ease-in-out;
}
#header-nav .mobile_menu_card .mobile_menu_container .mobile_nav .panel-menu-mobile .only-ul-show {
  display: block !important;
}
#header-nav .mobile_menu_card .mobile_menu_container .mobile_nav .panel-menu-mobile .only-ul-left100 {
  left: 100%;
}
#header-nav .search-wrap {
  max-width: 476px;
  flex-grow: 1;
}
#header-nav .search-wrap form {
  background-color: #fff;
}
#header-nav .search-wrap form input {
  height: 40px;
}
#header-nav .search-wrap form input::placeholder {
  color: var(--menu-color);
}
#header-nav .search-wrap form button {
  height: 40px;
}
#header-nav .search-wrap form button svg path {
  fill: var(--menu-color);
}

@media (max-width: 767px) {
  oem-menu {
    border-bottom: 1px solid #e8e8e1;
  }
  oem-menu:nth-last-child(1) {
    border: 0 !important;
  }
}
oem-menu oem-menu-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: calc(var(--general_font_size) + 2px);
  font-weight: bold;
  height: 50px;
  position: relative;
  position: relative;
}
oem-menu oem-menu-label span {
  flex: 1;
}
@media screen and (max-width: 767px) {
  oem-menu oem-menu-label span {
    text-align: center;
  }
}
oem-menu oem-menu-label .svg_wrap {
  height: 100%;
  display: none;
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  oem-menu oem-menu-label .svg_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
oem-menu oem-menu-label .svg_wrap.show svg {
  transform: rotate(0deg);
}
oem-menu oem-menu-label .svg_wrap svg {
  transform: rotate(180deg);
  transition: transform 0.15s;
}
oem-menu oem-menu-warp {
  display: block;
}
@media (max-width: 767px) {
  oem-menu oem-menu-warp {
    display: none;
    text-align: center;
  }
}
oem-menu oem-menu-warp li {
  padding: 4px 0;
}

.oem-menu-acrive oem-menu-warp {
  display: block;
}
.oem-menu-acrive oem-menu-label::after {
  display: none;
}

.collection_item {
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.collection_item .moi-start-warp {
  justify-content: flex-start !important;
  flex-wrap: wrap;
  row-gap: 10px;
}
.collection_item:hover .actions-wrapper {
  top: 10px;
  opacity: 1;
}
.collection_item .actions-wrapper {
  position: absolute;
  display: inline-flex;
  justify-content: flex-start;
  top: 20px;
  left: 10px;
  box-sizing: border-box;
  opacity: 0;
  z-index: 50;
  transition: all 0.25s ease;
}
@media (max-width: 767px) {
  .collection_item .actions-wrapper {
    top: 10px;
    opacity: 1;
  }
}
.collection_item .actions-wrapper .actions-wrapper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 36px;
  width: 36px;
  background-color: #e1b47b;
  border-radius: 50%;
  transition: transform 0.2s ease;
}
.collection_item .actions-wrapper .actions-wrapper-btn svg path {
  fill: #fff;
}
.collection_item > div {
  width: 100%;
}
.collection_item .item-caption {
  margin-top: 17px;
}
.collection_item .item-caption .item-caption-title {
  color: var(--title_color);
  font-size: 16px;
  margin-bottom: 10px;
  text-underline-offset: 3px;
}
.collection_item .item-caption .collection-product-soldout {
  align-self: flex-start;
  color: #282828;
  padding: 2px 10px;
  font-size: 12px;
  margin-bottom: 5px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
}
.collection_item .item-caption .product-info-star {
  flex-wrap: wrap;
  row-gap: 10px;
}
.collection_item .item-caption .product-info-star .comment-star-base {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .collection_item .product_card-wap-name {
    display: none;
  }
}
.collection_item .product_card-picture-crop-11 {
  padding-top: 100%;
}
.collection_item .product_card-picture-crop-11 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection_item .product_card-picture-crop-34 {
  padding-top: 125%;
}
.collection_item .product_card-picture-crop-34 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection_item .product_card-picture-crop-23 {
  padding-top: 150%;
}
.collection_item .product_card-picture-crop-23 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection_item .product_card-picture-crop-12 {
  padding-top: 200%;
}
.collection_item .product_card-picture-crop-12 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection-product-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 100%;
}
.collection-product-item .product_card_soldout {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 20;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.collection-product-item .collection-product-item-image {
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  cursor: pointer;
  transition: all cubic-bezier(0, 0, 0.2, 1) 200ms;
}
.collection-product-item .product_card-tag {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  color: var(--discount_tag_color);
}
.collection-product-item .product_card-tag .discount_tag_graphics {
  position: absolute;
  right: 0;
}
.collection-product-item .hover-two {
  opacity: 0;
}
.collection-product-item .label_style_1 {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.collection-product-item .label_style_1 .discount_tag_graphics {
  top: 0;
  width: 0;
  height: 0;
  border-top: 80px solid var(--discount_tag_bg);
  border-left: 80px solid transparent;
}
.collection-product-item .label_style_1 .discount_tag_name {
  position: relative;
  top: 6px;
  left: 15px;
  z-index: 9;
  line-height: 18px;
  transform: rotate(45deg);
  width: 80px;
  height: 40px;
  font-size: 14px;
  text-align: center;
}
.collection-product-item .label_style_1 span {
  display: block;
}
.collection-product-item .label_style_2 {
  padding: 0 0 10px;
}
.collection-product-item .label_style_2 .discount_tag_graphics {
  left: 0;
  bottom: 0;
  width: 40px;
  height: 10px;
}
.collection-product-item .label_style_2 .discount_tag_graphics:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid var(--discount_tag_bg);
  border-left: 20px solid transparent;
}
.collection-product-item .label_style_2 .discount_tag_graphics:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid var(--discount_tag_bg);
  border-right: 20px solid transparent;
}
.collection-product-item .label_style_2 .discount_tag_name {
  width: 40px;
  text-align: center;
  background: var(--discount_tag_bg);
  padding: 10px 0;
}
.collection-product-item .label_style_3 {
  height: 80px;
  width: 80px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collection-product-item .label_style_3 .discount_tag_name {
  position: relative;
  top: -12px;
  left: 12px;
  z-index: 9;
  line-height: 24px;
  transform: rotate(45deg);
  height: 24px;
  white-space: nowrap;
  background: var(--discount_tag_bg);
  padding: 0px 25px;
}
.collection-product-item .label_style_4 {
  right: 10px;
  top: 10px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--discount_tag_bg);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collection-product-item .label_style_4 .discount_tag_name {
  line-height: 18px;
  text-align: center;
}
.collection-product-item .label_style_4 .discount_tag_name span {
  display: block;
}

.main-image {
  opacity: 1;
}

.hover-two {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.animation-hover:hover .main-image {
  opacity: 0;
}
.animation-hover:hover .hover-two {
  opacity: 1;
}

.block_product_single .product-info-title {
  padding-top: 20px;
}
.block_product_single .product-sku-name {
  color: var(--main_color) !important;
  font-weight: 600;
}
.block_product_single .product-sku-values .product-sku-values-item {
  border: 0 !important;
  position: relative;
}
.block_product_single .product-sku-values .product-sku-values-item.product-sku-value-color {
  padding: 4px !important;
}
.block_product_single .product-sku-values .product-sku-values-item.product-sku-value-color::after {
  border-radius: 50%;
  border: 0;
}
.block_product_single .product-sku-values .product-sku-values-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 2px;
  border: 1px solid #e8e8e1;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.block_product_single .product-sku-values .product-sku-values-item:hover::after {
  border: 2px solid var(--color-main);
}
.block_product_single .product-sku-values .product-sku-values-item.product-sku-values-item-disable:hover::after {
  border: 1px solid #e8e8e1 !important;
}
.block_product_single .product-sku-values .product-sku-values-item.product-sku-values-item-active::after {
  border: 2px solid var(--color-main) !important;
}
.block_product_single .product-calculator {
  border: 1px solid #e8e8e1 !important;
  border-radius: 2px;
}
.block_product_single .product-calculator .product-calculator-value {
  margin: 0 !important;
}

.custom_nav.nav_type1 > ul {
  height: var(--height);
  display: inline-flex;
  position: relative;
  justify-content: flex-start;
}
.custom_nav.nav_type1 > ul a {
  color: var(--menu-color);
}
.custom_nav.nav_type1 > ul li {
  padding: 0 20px;
  display: block;
  list-style-type: none;
  position: relative;
  z-index: 99;
}
.custom_nav.nav_type1 > ul li span {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  color: var(--bg);
}
.custom_nav.nav_type1 > ul li span > i {
  margin-left: 10px;
  font-size: 14px !important;
  font-weight: bold;
  color: var(--menu-color);
}
.custom_nav.nav_type1 > ul li span > .nav-li-a {
  display: flex;
  align-items: center;
  font-size: 14px;
  position: relative;
  height: 100%;
  white-space: nowrap;
}
.custom_nav.nav_type1 > ul li > .nav-child {
  position: absolute;
  min-width: 200px;
  background: var(--bg);
  box-shadow: 0 0 2px #ddd;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  max-height: calc(100vh - 126px);
  overflow: auto;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s;
}
.custom_nav.nav_type1 > ul li > .nav-child dt i {
  display: none;
}
.custom_nav.nav_type1 > ul li > .nav-child > a {
  display: block;
  line-height: 2;
  transition: all 0.3s;
  white-space: nowrap;
  opacity: 0.6;
}
.custom_nav.nav_type1 > ul li > .nav-child > a:hover {
  text-decoration: underline;
  opacity: 1;
}
.custom_nav.nav_type1 > ul li.more_link, .custom_nav.nav_type1 > ul li.nav-child-three {
  position: static;
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child {
  width: 100%;
  left: 0;
  box-shadow: 2px 0px 2px #ddd;
  background: var(--bg);
  padding: 0;
  max-height: calc(100vh - 126px);
  overflow: auto;
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child .nav_container_wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 50px;
  box-sizing: border-box;
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child .nav_container_wrapper dl {
  width: 25%;
  margin-bottom: 30px;
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child .nav_container_wrapper dl a {
  display: block;
  line-height: 2;
  transition: all 0.3s;
  position: relative;
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child .nav_container_wrapper dl a:hover {
  text-decoration: underline;
  color: var(--menu-color);
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child .nav_container_wrapper dl dt {
  margin-bottom: 5px;
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child .nav_container_wrapper dl dt a {
  font-size: 16px;
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child .nav_container_wrapper dl dd a {
  font-size: 14px;
  opacity: 0.6;
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child .nav_container_wrapper dl dd a:hover {
  opacity: 1;
}
.custom_nav.nav_type1 > ul li:hover {
  background-color: #fff;
}
.custom_nav.nav_type1 > ul li:hover > .nav-child {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
  transform: translateY(0);
  background-color: #fff;
  left: 0;
}
.custom_nav.nav_type1 > ul li:hover > span::after {
  border-bottom-color: var(--menu-color) !important;
  transition-delay: 0s;
}
.custom_nav.nav_type1 > ul li.nav-li > span {
  position: relative;
}
.custom_nav.nav_type1 > ul li.nav-li > span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s 0.2s ease;
}

.custom_nav.nav_type2 > ul {
  height: var(--height);
  display: inline-flex;
  position: relative;
  justify-content: flex-start;
}
.custom_nav.nav_type2 > ul a {
  color: var(--menu-color);
}
.custom_nav.nav_type2 > ul li.nav-li {
  padding: 0 20px;
  display: block;
  list-style-type: none;
  z-index: 99;
}
.custom_nav.nav_type2 > ul li.nav-li:hover .nav-child {
  display: block;
}
.custom_nav.nav_type2 > ul li.nav-li span {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.custom_nav.nav_type2 > ul li.nav-li span > i {
  margin-left: 10px;
}
.custom_nav.nav_type2 > ul li.nav-li span > .nav-li-a {
  display: flex;
  align-items: center;
  font-size: 16px;
  position: relative;
  height: 100%;
  white-space: nowrap;
}
.custom_nav.nav_type2 > ul li.nav-li span > .nav-li-a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 3px;
  background-color: #333;
  transition: width 0.2s;
}
.custom_nav.nav_type2 > ul li.nav-li .nav-child {
  display: none;
  position: absolute;
  box-shadow: 0 0 2px #ddd;
  max-width: 350px;
  min-width: 180px;
  max-height: 450px;
  overflow-y: scroll;
  padding: 10px 20px;
  background-color: var(--bg);
}
.custom_nav.nav_type2 > ul li.nav-li .nav-child > .nav_container_wrapper dl {
  margin: 5px 0;
}
.custom_nav.nav_type2 > ul li.nav-li .nav-child > .nav_container_wrapper dl dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.custom_nav.nav_type2 > ul li.nav-li .nav-child > .nav_container_wrapper dl dt i {
  display: inline-block;
  transform: rotate(-90deg);
}
.custom_nav.nav_type2 > ul li.nav-li .nav-child > .nav_container_wrapper dl dd {
  line-height: 1.5;
  opacity: 0.6;
  margin: 5px 0;
  display: none;
}

.custom_nav > ul li.more_link {
  padding: 0 20px;
  display: block;
  list-style-type: none;
  z-index: 99;
}
.custom_nav > ul li.more_link > span {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.custom_nav > ul li.more_link .more_link_child {
  width: 100%;
  max-height: calc(100vh - 126px);
  overflow: auto;
  background: var(--bg);
  position: absolute;
  left: 0;
  box-shadow: 2px 0px 2px #ddd;
  opacity: 0;
  visibility: hidden;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 20px 50px;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > ul {
  padding: 30px 0;
  width: 25%;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > ul li.on span {
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > ul li span {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  transition: all 0.3s;
  min-height: 40px;
  cursor: pointer;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > ul li span i {
  transform: rotate(-90deg);
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > ul li span .nav-li-a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > ul li span:hover {
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > ul li .nav-child {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > .nav-child {
  padding: 30px 20px;
  width: 75%;
  box-sizing: border-box;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > .nav-child > a {
  display: block;
  height: 34px;
  line-height: 34px;
  opacity: 0.6;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > .nav-child > a:hover {
  opacity: 1;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > .nav-child > .nav_container_wrapper {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 20px;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > .nav-child > .nav_container_wrapper dt {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 2;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > .nav-child > .nav_container_wrapper dt i {
  display: none;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > .nav-child > .nav_container_wrapper dt a:hover {
  text-decoration: underline;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > .nav-child > .nav_container_wrapper dd a {
  line-height: 2;
  opacity: 0.6;
  transition: all 0.3s;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > .nav-child > .nav_container_wrapper dd a:hover {
  text-decoration: underline;
  opacity: 1;
}
.custom_nav > ul li.more_link:hover .more_link_child {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}

.product-custom-tabs .product-tabs-item {
  padding: 16px 0;
  border-bottom: 1px solid #e8e8e1;
}
.product-custom-tabs .product-tabs-item.product-tabs-item-active {
  border: 0;
}
.product-custom-tabs .product-tabs-item.product-tabs-item-active .product-tabs-content {
  display: block;
}
.product-custom-tabs .product-tabs-item.product-tabs-item-active .item-title svg {
  transform: rotate(180deg);
}
.product-custom-tabs .product-tabs-item .item-title {
  font-size: var(--product_font_size);
  font-weight: 600;
  cursor: pointer;
}
.product-custom-tabs .product-tabs-item .item-title svg {
  transition: transform 0.15s ease-in;
}
.product-custom-tabs .product-tabs-item .product-tabs-content {
  display: none;
}

.product_detail_default .product-left .product-right-sticky {
  top: 95px;
}
.product_detail_default .product-right .product-sku-name {
  color: var(--main_color) !important;
  font-weight: 600;
}
.product_detail_default .product-right .product-sku-values .product-sku-values-item {
  border: 0 !important;
  position: relative;
}
.product_detail_default .product-right .product-sku-values .product-sku-values-item.product-sku-value-color {
  padding: 4px !important;
}
.product_detail_default .product-right .product-sku-values .product-sku-values-item.product-sku-value-color::after {
  border-radius: 50%;
  border: 0;
}
.product_detail_default .product-right .product-sku-values .product-sku-values-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 2px;
  border: 1px solid #e8e8e1;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.product_detail_default .product-right .product-sku-values .product-sku-values-item:hover::after {
  border: 2px solid var(--color-main);
}
.product_detail_default .product-right .product-sku-values .product-sku-values-item.product-sku-values-item-disable:hover::after {
  border: 1px solid #e8e8e1 !important;
}
.product_detail_default .product-right .product-sku-values .product-sku-values-item.product-sku-values-item-active::after {
  border: 2px solid var(--color-main) !important;
}
.product_detail_default .product-right .product-calculator {
  border: 1px solid #e8e8e1 !important;
  border-radius: 2px;
}
.product_detail_default .product-right .product-calculator .product-calculator-value {
  margin: 0 !important;
}

.currency_box {
  color: var(--text-color);
}
.currency_box .currency_text svg {
  margin-left: 8px;
  transform: rotate(180deg);
  transition: transform 0.15s ease-in;
}
.currency_box.show_list .currency_text svg {
  transform: rotate(0);
}
.currency_box.show_list .currency_list {
  display: block;
}
.currency_box .currency_list {
  background-color: var(--bg-color);
  width: max-content;
  min-width: 11.25rem;
  border: 1px solid rgba(29, 29, 29, 0.15);
  display: none;
  z-index: 100;
  max-height: 22.5rem;
  overflow-y: scroll;
  bottom: 105%;
  left: -50%;
}
.currency_box .currency_list li {
  padding: 7px 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.currency_box .currency_list li.select {
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}
.currency_box .currency_list li:hover {
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
}

.line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
}

.general-price {
  color: var(--buying_parice_color);
  font-weight: bold;
  margin-right: 10px;
  white-space: nowrap;
}

.general-oldprice {
  text-decoration: line-through;
  font-weight: 300;
  color: var(--original_price_color);
  white-space: nowrap;
}

.block_title_custom {
  margin-bottom: 30px;
}

.block_title_custom h2 {
  color: var(--title_color);
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: var(--title_font_weigth);
  letter-spacing: var(--title_letter_spacing);
  line-height: 1;
  font-size: var(--title_font_size);
}

@media (max-width: 767px) {
  .block_title_custom h2 {
    font-size: calc(var(--title_font_size) * var(--wap_title_scale));
  }
}
.block_title_custom .block_detail {
  color: var(--detail_color);
  line-height: 34px;
  margin-top: 20px;
  font-size: 20px;
}

.secondary_btn:hover {
  background: var(--secondary_button_bg);
  border: 1px solid var(--secondary_button_color);
  color: var(--secondary_button_color);
}

@media (max-width: 767px) {
  .full_container_wrapper,
  .container_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) {
  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mr-14 {
    margin-right: 3.5rem;
  }
  .md\:mr-28 {
    margin-right: 7rem;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .lg\:relative {
    position: relative;
  }
}