@font-face {
  font-family: "Helvetica Now Text";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/HelveticaNowText.woff2) format('woff2'), url(../fonts/HelveticaNowText.woff) format('woff'), url(../fonts/HelveticaNowText.ttf) format('truetype')
}

@font-face {
  font-family: "Helvetica Now Text Medium";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/HelveticaNowTextMedium.woff2) format('woff2'), url(../fonts/HelveticaNowTextMedium.woff) format('woff'), url(../fonts/HelveticaNowTextMedium.ttf) format('truetype')
}

@font-face {
  font-family: "Helvetica Now Display Medium";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/HelveticaNowDisplayMedium.woff2) format('woff2'), url(../fonts/HelveticaNowDisplayMedium.woff) format('woff'), url(../fonts/HelveticaNowDisplayMedium.ttf) format('truetype')
}

@font-face {
  font-family: "Palatino LT Pro Light";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/PalatinoLTPro-Light.woff2) format('woff2'), url(../fonts/PalatinoLTPro-Light.woff) format('woff'), url(../fonts/PalatinoLTPro-Light.ttf) format('truetype')
}

:root {
  --main-color: primary_bg_value;
  --second-color: secondary_bg_value;
  --base-border-radius: 8px;
  --pc-width: 1440px;
  --base-padding: 14px;
  --main-font-color: #111;
  --podium-cds-color-scrim-100:rgba(17,17,17,0.36);
  --podium-cds-typography-body2-strong: 500 .875rem / 1.5 'Helvetica Now Text Medium', Helvetica, Arial, sans-serif;
  --podium-cds-typography-body1: 400 1rem / 1.5 'Helvetica Now Text', Helvetica, Arial, sans-serif;
  --podium-cds-typography-body1-strong: 500 1rem / 1.5 'Helvetica Now Text Medium', Helvetica, Arial, sans-serif;
  --podium-cds-typography-body3-strong: 500 .75rem / 1.5 'Helvetica Now Text Medium', Helvetica, Arial, sans-serif;
}

body {
  font-family: "Helvetica Now Text", Helvetica, Arial, sans-serif;
}

.mobile_header_right{
  display: flex;
  align-items: center;
}

.top-bar-container {
  background-color: #f5f5f5;
  /* background-color: var(--second-color); */
  color: var(--main-font-color);
  text-align: right;
  padding: 0 48px;
  height: 36px;
  line-height: 36px;
}

.top-bar-container a {
  color: var(--main-font-color);
  font: var(--podium-cds-typography-body3-strong);
}

.vertical-line {
  border-right: 1px solid;
  height: 12px;
  margin: 0 12px;
  display: inline-block;
}

.flex-wrapper {
  display: flex;
}
.collection_info{
  flex: 1;
}

.pc_sider_menu_aggregate {
  padding: 100px 20px 0 48px;
  width: 250px;
  position: sticky;
  top: -80px;
}

.pc_sider_menu_aggregate .pc_sider_menu_sub_aggregate {
  padding: 12px 0;
  border-top: 1px solid #e5e5e5;
  position: relative;
}

.pc_sider_menu_child_cate_one_aggregate {
  display: inline-block;
  color: var(--main-font-color);
  font-weight: 700;
}

.pcSider_menu_child_con {
  text-indent: .5em;
  margin-top: 12px;
}

.pcSider_menu_child_con a {
  font: var(--podium-cds-typography-body1);
  word-break: break-word;
  white-space: nowrap;
  color: var(--main-font-color);
}

.pc_sider_menu_child_con_aggregate {
  display: none;
}

.icon-chevron {
  position: absolute;
  top: 24px;
  right: 2px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}

.icon-chevron:before,
.icon-chevron:after {
  content: "";
  width: 9px;
  height: 2px;
  background: var(--main-font-color);
  display: block;
  position: absolute;
  top: 50%;
}

.icon-chevron:before {
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  left: 0px;
  transform: translateY(-50%) rotate(46deg);
}

.icon-chevron:after {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  right: 0px;
  transform: translateY(-50%) rotate(-46deg);
}


.is--down:before {
  transform: translateY(-50%) rotate(-46deg);
  animation: 200ms ease 0s 1 normal forwards running animation-1xegglx;
}

.is--down:after {
  transform: translateY(-50%) rotate(46deg);
  animation: 200ms ease 0s 1 normal forwards running animation-f7gund;
}

.is--up:before {
  transform: translateY(-50%) rotate(-46deg);
  animation: 200ms ease 0s 1 normal forwards running animation-1ssg1zn;
}

.is--up:after {
  transform: translateY(-50%) rotate(46deg);
  animation: 200ms ease 0s 1 normal forwards running animation-jkrku4;
}

.img_btn_arrow_wrap {
  display: flex;
  position: absolute;
  bottom: 30px;
  right: 100px;
  flex-direction: row;
  gap: 8px;
  z-index: 2;
}

.img_btn_arrow {
  justify-content: center;
  align-items: center;
  justify-items: center;
  height: 36px;
  width: 36px;
  color: var(--main-font-color);
  background-color: #ffffffe6;
  border-radius: 24px;
  z-index: 2;
  cursor: pointer;
  border: none;
}

.favorites {
  color: var(--main-font-color);
  font: var(--podium-cds-typography-body1-strong);
  /* color: var(--main-font-color); */
  border-radius: 30px;
  cursor: pointer;
  padding: 6px;
}

.favorites:hover,
.showCart:hover {
  background-color: #E5E5E5;
}

.showCart {
  color: var(--main-font-color);
  font: var(--podium-cds-typography-body1-strong);
  border-radius: 30px;
  cursor: pointer;
  padding: 6px;
  width: 36px;
  position: relative;
}
.mobileShowCart{
  padding: 0px;
  margin-right: 20px;
}

.total_qty {
  position: absolute;
  font-size: 9px;
  width: 24px;
  height: 24px;
  left: 6px;
  top: 8px;
}

.pc_header_menu_sub_aggregate .pc_header_menu_child_cate_two_aggregate {
  font: var(--podium-cds-typography-body2-strong);
  color: var(--main-font-color);
  font-size: 15px;
}

.pc_header_menu_sub_aggregate .pc_header_menu_child_cate_two_aggregate_hide {
  transition: opacity .8s ease;
  opacity: 0;
}

.pc_header_menu_sub_aggregate:hover .pc_header_menu_child_cate_two_aggregate_show {
  opacity: 1;
}

.search_container {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 17, 17, 0.36);
  display: none;
}

.search_container_active {
  display: block;
}

.search_container .search_container_content {
  /* position: absolute; */
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms cubic-bezier(0.6, 0, 0.1, 1);
}

.search_container_active .search_container_content {
  width: 100%;
  opacity: 1;
  top: 0;
  min-height: 324px;
  visibility: visible;
  animation: slide-search-results-tray 2s cubic-bezier(0.6, 0, 0.1, 1);
}

.search-bar-container {
  display: grid;
  padding-top: 12px;
  grid-template-columns: 20% 60% 20%;
}

.search-bar-container .logo {
  font-size: 0;
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  color: var(--main-font-color);
}

.search_container_active .search-bar-container .logo {
  justify-self: start;
  padding-inline-start: 48px;
  font-size: unset;
  visibility: visible;
  opacity: 1;
  height: auto;
  width: auto;
  transition: opacity 1000ms cubic-bezier(0.6, 0, 0.1, 1);
}

.bar-input-wrap {
  display: flex;
  justify-content: end;
  column-gap: 12px;
}

.bar-input-wrap .search-start-btn {
  color: var(--main-font-color);
  background-color: #F5F5F5;
  border-color: transparent;
  border-radius: 30px;
  cursor: pointer;
  padding: 2px;
}

.search-input-container:hover {
  background-color: #E5E5E5
}

.search-input-container input {
  border: 0;
  cursor: text;
  margin: 0;
  padding: 7px 0px 9px 2px;
  width: 100%;
  box-sizing: border-box;
  font: var(--podium-cds-typography-body1);
  color: var(--main-font-color);
  background-color: inherit;
  height: 36px;
  border-radius: 24px;
}

.search-input-container .search-end-icon-container {
  visibility: hidden;
  width: auto;
}

.search-input-container .has-value {
  visibility: visible;
}

.search-input-container .search-end-btn {
  font: var(--podium-cds-typography-body1-strong);
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  border: none;
  border-radius: 30px;
  outline: none;
  background-color: #F5F5F5;
  color: var(--main-font-color);
  padding: 6px;
  cursor: pointer;
}

.bar-input-container .cancel-slot-container {
  opacity: 0;
}

.search-input-container {
  background-color: #F5F5F5;
  display: flex;
  border-radius: 24px;
  width: 180px;
  transition: width 400ms cubic-bezier(0.6, 0, 0.1, 1);
}

.search_container_active .search-input-container {
  width: 100%;
  transition: width 400ms cubic-bezier(0.6, 0, 0.1, 1);
}

.bar-cancel-container {
  font-size: 0;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transform: scale(0);
}

.search_container_active .bar-cancel-container {
  visibility: visible;
  opacity: 1;
  height: auto;
  width: auto;
  animation: scaleup .25s ease .45s forwards;
  font: var(--podium-cds-typography-body1-strong);
  justify-self: end;
  padding-inline-end: 48px;
}

.css-g79wzn {
  font: var(--podium-cds-typography-body1-strong);
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  display: block;
  padding: 0;
  color: var(--main-font-color);
  background: transparent;
  text-align: start;
  border: 0;
}

.css-g79wzn:hover {
  color: #707072;
}

@keyframes scaleup {
  0% {
    transform: scale(.5);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes slide-search-results-tray {
  0% {
    right: -100px;
  }

  100% {
    right: 0px
  }
}

@keyframes animation-1ssg1zn {
  0% {
    transform: translateY(-50%) rotate(46deg);
  }

  50% {
    transform: translate(-20%, -50%) rotate(0deg);
  }

  100% {
    transform: translateY(-50%) rotate(-46deg);
  }
}

@keyframes animation-jkrku4 {
  0% {
    transform: translateY(-50%) rotate(-46deg);
  }

  50% {
    transform: translate(20%, -50%) rotate(0deg);
  }

  100% {
    transform: translateY(-50%) rotate(46deg);
  }
}

@keyframes animation-1xegglx {
  0% {
    transform: translateY(-50%) rotate(-46deg);
  }

  50% {
    transform: translate(-20%, -50%) rotate(0deg);
  }

  100% {
    transform: translateY(-50%) rotate(46deg);
  }
}

@keyframes animation-f7gund {
  0% {
    transform: translateY(-50%) rotate(46deg);
  }

  50% {
    transform: translate(20%, -50%) rotate(0deg);
  }

  100% {
    transform: translateY(-50%) rotate(-46deg);
  }
}

.MJopbNyR{
  max-width: 280px;
  margin-right: 20px;
}

.container_wrapper {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
}
.justify-between {
    justify-content: space-between;
}
.flex-wrap {
    flex-wrap: wrap;
}

.menu_title,.UqgREiLm {
  font: var(--podium-cds-typography-body2-strong);
  color: var(--main-font-color);
  height: 32px;
  margin-bottom: 12px;
}
.flex-col {
    flex-direction: column;
}

.flex {
    display: flex;
}

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

.custom_detail a{
  font: var(--podium-cds-typography-body2-strong);
  color: #707072;
}
.custom_detail li{
  text-align: left;
}

.collection_content_nk{
  margin-left: 0 !important;
  margin-right: 0 !important;
}


.mobile_header_right .head_oper_aggregate{
  float: right;
  gap: 4px;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px !important;
  color: var(--main-font-color);
}
.mobile_header_right .head_oper_aggregate a{
  color: var(--main-font-color);
}

.mobile_header_right .head_oper_aggregate span{
  padding: 6px;
}

.mobile_menu_tree_con_top_ul{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
}

.mobileMenu_ul_title{
  display: flex;
  align-items: center;
  padding-top: 15px;
  color: var(--main-font-color);
}
.mobileMenu_ul_title span{
  margin-left: 10px;
}
.mobile_menu_tree_con_top{
  position: fixed;
  display: block !important;
  right: -100%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: calc(100% - 65px);
  max-width: 400px;
  height: 100vh;
  top: 0;
}
.mobile_menu_tree_con_top_active{
  right: 0;
}

.nav_menu_wrap{
  color: var(--main-font-color);
}
.nav_menu_wrap a{
  color: var(--main-font-color);
}
.nav_menu_wrap span{
  padding-right: 5px;
}

.has-children-container{
  display: flex;
}

@font-face {
  font-family: "Arial Black";
  font-style: normal;
  /* src: url(../fonts/Arial-Black-2.ttf) format("ttf"); */
  src: url(../fonts/Arial-Black-2.ttf) format("ttf");
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  color: #5c5c5c;
  font-size: 14px;
  line-height: 1.65;
}

a {
  text-decoration: none;
}

a:hover {
  color: inherit;
}

select {
  outline: 0;
  -webkit-appearance: none;
}

li,
ul {
  list-style: none;
}

button,
input,
textarea {
  outline: 0;
}

.WdLWmRSw {
  color: #5c5c5c !important;
}

.maskGlobal {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  display: none;
}

.pc_show {
  display: block !important;
}

.qsuoOGfS {
  display: none !important;
}

.xhbnXtQm {
  display: none !important;
}

.GoVjZXub {
  height: 48px;
  line-height: 48px;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background: #222;
  padding: 0 28px;
  border: 1px solid #222;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.GoVjZXub:hover {
  background-color: #353535;
  color: #ffa428;
  border: 1px solid #353535;
}

.GoVjZXub:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.OZOqBFKE {
  height: 48px;
  line-height: 48px;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  background: #fff;
  padding: 0 28px;
  border: 1px solid #939393;
  text-decoration: none;
}

.OZOqBFKE:hover {
  background: #f5f5f5;
}

.hide {
  display: none;
}

.hide_import{
  display: none !important;
}

.announcement a {
  display: block;
}

.announcement img {
  display: block;
  width: 100%;
  max-height: 56px;
}

.announcement_text {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
}

.header {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  z-index: 2;
  background: #fff;
}

.header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

.ZAQAUvca {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 37px;
}

.search_aggregate {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-bottom: 6px; */
  background-color: #F5F5F5;
  border-bottom: 1px solid #e7e7e7;
  /* background-color: #fafafa; */
  border-radius: 24px;
  padding-right: 10px;
  width: 170px;
  /* padding-left: 10px; */
}

.search_aggregate:hover .search_button_aggregate {
  color: var(--main-font-color);
  background-color: #F5F5F5;
}

.search_aggregate:hover,
.search_aggregate:hover input.search_input_aggregate {
  background-color: #E5E5E5;
}

input.search_input_aggregate {
  font: var(--podium-cds-typography-body1-strong);
  width: 100%;
  padding: 6px 0;
  padding-left: 2px;
  border: none;
  outline: none;
  /* font-size: 16px; */
  outline: none;
  text-align: left !important;
  background-color: #F5F5F5;
}



.search_button_aggregate {
  /* width: 38px; */
  /* height: 38px; */
  width: 36px;
  height: 36px;
  border-radius: 30px;
  flex-shrink: 0;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  background-color: transparent;
  text-align: center !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.search_aggregate .search_button_aggregate img {
  width: 20px;
  object-fit: contain;
  padding-right: 0;
}

.search_button_aggregate:hover {
  /* background-color: #2222228e; */
}

.page_buy_aggregate {
  margin-top: 18px;
}

.page_buy_aggregate button {
  /* width: 49%; */
  width: 79%;
}

@media screen and (max-width: 1000px) {
  .page_buy_aggregate button {
    width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  .ZAQAUvca {
    padding: 0 calc((100% - 1360px) / 2);
    padding-right: 40px;
    height: 104px;
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .header_info {
    display: none;
  }
}

.ZAQAUvca .head_menu_aggregate {
  position: relative;
}

.ZAQAUvca .head_menu_aggregate select {
  padding-right: 14px;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: 0 0;
  border: none;
  margin-left: 14px;
  padding-left: 4px;
}

.ZAQAUvca .head_menu_aggregate img {
  position: absolute;
  width: 8px;
  top: 11px;
  opacity: 0.5;
  cursor: pointer;
  z-index: 1;
}

.ZAQAUvca .logo {
  color: var(--main-font-color);
  font-size: 26px;
  font-weight: 500;
}

.ZAQAUvca .logo img {
  max-width: 165px;
  max-height: 60px;
}

.ZAQAUvca .head_oper_aggregate * {
  cursor: pointer;
  text-align: right;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ZAQAUvca .head_oper_aggregate :hover {
  color: #5c5c5c;
}
@media screen and (min-width: 1000px){
  .collection_aggregate{
    margin-bottom: 5px !important;
  }
}

@media screen and (min-width: 1000px) {
  .head_oper_aggregate {
    display: flex;
    flex-direction: row;
  }

  .head_oper_aggregate img {
    /* width: 16px; */
    width: 22px;
    padding-right: 4px;
    object-fit: contain;
  }

  .showCart {
    vertical-align: middle;
    color: #222;
  }
}

.head_oper_right_aggregate {
  display: flex;
  justify-content: right;
  gap: 6px;
  margin-left: 10px;
}

.head_oper_right_aggregate a {
  color: #222;
  font-size: 14px;
}

.header_info {
  width: 100%;
  margin: auto;
  line-height: 45px;
  background-color: #222;
  color: white;
  text-align: center;
}

.pc_header_menu_aggregate {
  /* width: 100%; */
  padding: 15px calc((100% - 1360px) / 2);
  display: flex;
  /* justify-content: left; */
  /* position: relative; */
  flex-wrap: wrap;
  font-weight: bold;

  justify-content: center;
  margin: 0 auto;
  /* height: 60px; */
  width: calc(100% - 416px);
  /* overflow: hidden; */
  max-width: 1255px;
}

.pc_header_menu_child_cate_one_aggregate {
  color: var(--main-font-color);
  /* color: white; */
  font-size: 16px;
  padding-bottom: 2px;
  margin-right: 16px;
  line-height: 26px;
}

.pcHeader_menu_child_cate1_active {
  border-bottom: 2px solid var(--main-font-color);
  z-index: 100;
  position: relative;
}

.pc_header_menu_child_con_aggregate {
  display: none;
  /* box-shadow: 0 0 0 1px #e7e7e7; */
  border-bottom: 1px solid #e7e7e7;
  width: calc(100% + 30px);
  position: absolute;
  left: 0;
  background: #fff;
  transition: all 0.3s ease-in-out 0.5s;
  padding: 20px 50px;
  margin-left: -15px;
  margin-top: 19px;
  z-index: 99;
  margin: 0px;
  width: 98.9vw;
  left: 0;
}

.pcHeader_menu_child_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
}

.pcHeader_menu_child_con>* {
  margin: 20px 40px;
}

.pcHeader_menu_child_con ul li {
  margin: 0 10px 12px 10px;
}

.pcHeader_menu_child_con ul li:first-child {
  margin-bottom: 20px;
}
.pcHeader_menu_child_con .no-children-container ul li:first-child {
  margin-bottom: 10px;
}

.pc_header_menu_child_cate_two_aggregate {
  font-size: 13px;
  color: #999;
}

.pc_header_menu_child_cate_two_child{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /* max-height: 200px; */
}

.pcHeader_menu_child_con ul .pc_header_menu_child_cate_two_child li:first-child{
  margin-bottom: 10px;
}

.pc_header_menu_child_cate_three_aggregate {
  font-size: 12px;
  line-height: 1.5;
  color: #5c5c5c;
  transition: color 0.3s ease 0s;
}

.pc_header_menu_child_cate_three_aggregate:hover {
  color: #999;
}

.pc_header_menu_child_con_ads {
  display: flex;
  justify-content: space-between;
  max-width: 660px;
}

.pc_header_menu_child_con_ad_aggregate {
  max-width: 370px;
  margin-left: 20px;
}

.pc_header_menu_child_con_ad_aggregate:first-child {
  margin-left: 0;
}

.pc_header_menu_child_con_ad_aggregate a {
  display: block;
  width: 100%;
  max-height: 440px;
  overflow: hidden;
}

.pc_header_menu_child_con_ad_aggregate img {
  width: 100%;
  transform: scale(1);
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.pc_header_menu_child_con_ad_aggregate a:hover img {
  transform: scale(1.2);
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.FeqoukrW,
.FeqoukrW:hover {
  /* color: #d54d4d !important; */
}

.pcHeader_menu_child_conBox1 {
  position: absolute;
  background: #fff;
  min-width: 200px;
  border: 1px solid #e7e7e7;
  padding: 25px 30px 25px 35px;
  margin-top: 19px;
}

.pcHeader_menu_child_conBox1 .pc_header_menu_child_cate_two_aggregate {
  font-size: 15px;
  line-height: 24px;
}

.pc_header_menu_child_cate_two_aggregate:hover {
  color: #999;
}

.IcHYVkXY {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 30px;
}

.IcHYVkXY .logo{
  color: var(--main-font-color);
}

.head_menu_icon {
  width: 20px;
  margin-right: 68px;
  cursor: pointer;
}

.IcHYVkXY .head_menu_icon{
  margin-right: 0px;
}
.IcHYVkXY .head_menu_aggregate{
  width: auto !important;
  margin-right: 0px !important;

}
.IcHYVkXY .total_qty{
  left:8px;
}

.IcHYVkXY .logo img {
  max-width: 150px;
  max-height: 30px;
}

.IcHYVkXY .head_oper_aggregate {
  display: flex;
}

.IcHYVkXY .head_oper_aggregate img {
  width: 22px;
}

.VOLkdPvv {
  cursor: pointer;
}

.IcHYVkXY .head_oper_aggregate .jNpsVgZh {
  position: relative;
  cursor: pointer;
}

.packet_tip {
  position: absolute;
  top: -7px;
  width: 12px;
  height: 12px;
  background-color: #5c5c5c;
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
  left: 11px;
}

.footer {
  /* background: #413f3f; */
  margin-top: 50px;
  font-size: 15px;
  padding: 38px calc((100% - 1360px) / 2);
}

.footer_aggregate {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer_link_aggregate a {
  font-size: 14px;
  display: block;
  text-align: left;
  margin-bottom: 12px;
}

.zMdoPmbW {
  width: 360px;
  margin-left: 24px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.UqgREiLm {
  /* color: #f5eded; */
  color: var(--main-font-color);
  margin-bottom: 20px;
  font-weight: 600;
  text-align: left;
}

.DEHIWaJm {
  color: #707072;
}

.dyEPTgVr {
  color: #c5c1c1;
  background: #d2e4c4;
  padding: 10px 20px;
  border-radius: 5px;
  margin-top: 15px;
}

.MIRErmJw {
  flex: 1;
  margin-bottom: 18px;
}

@media screen and (max-width: 1000px) {
  .MIRErmJw {
    width: 100%;
  }

  .footer_aggregate {
    flex-direction: column;
  }

  .footer_link_aggregate {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }

  .footer {
    padding: 20px;
    width: 100%;
  }

  .zMdoPmbW {
    margin-left: 0;
    width: 100%;
  }

  .subscribe_aggregate {
    flex-direction: column;
  }

  div.VEzNczXJ {
    width: 118px;
  }
}

.MIRErmJw:nth-child(2) {
  text-align: center;
}

.MIRErmJw article {
  max-width: 100%;
  text-align: left;
}

.MIRErmJw a {
  /* color: #fff; */
  color: #707072;
}

.PSSXlNEX {
  display: block;
  width: auto;
  height: 50px;
  font-size: 16px;
  background: 0 0;
  padding: 13px;
  border: 1px solid #d9d9d9;
  outline: 0;
  margin-top: 15px;
  color: #c5c1c1;
}

.VEzNczXJ {
  display: inline-block;
  width: auto;
  line-height: 48px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background: #222;
  padding: 0 14px;
  border: 1px solid #222;
  margin-top: 15px;
}

.subscribe_aggregate {
  display: flex;
  gap: 12px;
}

.VEzNczXJ:hover {
  background-color: #353535;
  color: #ffa428;
  border-color: #464646;
}

.zsqHxsGX {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.btUbyyZP {
  display: flex;
  align-items: start;
}

.btUbyyZP {
  font-size: 12px;
  /* color: #c5c1c1; */
  color: #707072;
  margin-right: 10px;
}

.btUbyyZP img {
  width: 58px;
}

.jyhTydBU img {
  height: 30px;
}

.toTop {
  position: fixed;
  z-index: 4;
  bottom: 50px;
  right: 30px;
  width: 45px;
  height: 45px;
  box-shadow: rgba(54, 54, 54, 0.15) 0 2px 10px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  display: none;
}

.toTop img {
  width: 18px;
  transform: rotate(180deg);
  display: block;
  margin: 17px 14px;
  opacity: 0.5;
}

.mobile_menu {
  z-index: 99;
  position: fixed;
  top: 0;
  right: -100%;
  width: calc(100% - 65px);
  max-width: 400px;
  height: 100vh;
  box-shadow: rgba(54, 54, 54, 0.2) 2px 0 10px,
    rgba(54, 54, 54, 0.2) -2px 0 10px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid #e7e7e7;
  background: #fff;
}

.ZsjvLyhR {
  height: 60px;
  padding: 0 24px;
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile_menu_close {
  transform: rotate(135deg) scale(1.7);
  cursor: pointer;
  display: inline-block;
  margin-top: 15px;
  color: var(--main-font-color);
  font: var(--podium-cds-typography-body1-strong);
}

.mobile_menus {
  max-height: calc(100vh - 145px);
  overflow: auto;
}

.saGPKBWF {
  border-bottom: 1px solid #e7e7e7;
}

.saGPKBWF:last-child {
  border-bottom: none;
}

.mobile_menu_tree_title_top {
  padding: 8px 24px 8px 36px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 45px;
  width: 100%;
}

.mobile_menu_tree_title_top h3 {
  color: var(--main-font-color);
  font:var(--podium-cds-typography-body1-strong); 
}
.mobile_menu_tree_title_top {
  font: var(--podium-cds-typography-body1-strong);
  color: #707072;
}
.mobile_menu_tree_title_top svg{
  color: var(--main-font-color);
}

.mobile_menus{
  padding: 30px 0;
}

.mobile_menu_tree_title_top:hover {
  /* color: #1c1b1b; */
}

.mobile_menu_tree_title_sec {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  padding: 10px 1px 10px 16px;
  color: #5c5c5c;
  box-sizing: content-box;
  cursor: pointer;
}

.mobile_menu_tree_title_third {
  display: block;
  font-size: 13px;
  padding: 5px 0 5px 16px;
  color: #5c5c5c;
}

.mobile_menu_tree_con_sec {
  padding-left: 16px;
}

.treeCon_active {
  padding: 6px 0;
  max-height: 1000px;
}

.mobile_menu_tree_con_sec,
.mobile_menu_tree_con_top {
  display: none;
}

.treeIcon_rotate {
  transform: rotate(45deg);
}

.menuAccount {
  margin-top: 28px;
}

.menuAccount a {
  display: block;
  font-size: 15px;
  color: #939393;
  margin-bottom: 18px;
}

.mobileMenu_footer {
  padding: 18px 30px;
  border-top: 1px solid #e7e7e7;
  color: #939393;
  position: relative;
}

.mobileMenu_footer select {
  width: 100%;
  color: #999;
  font-size: 16px;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: 0 0;
}

.mobileMenu_footer img {
  width: 12px;
  position: absolute;
  top: 26px;
  left: 76px;
  z-index: 1;
  opacity: 0.5;
}

.cart_aggregate_dialog {
  position: fixed;
  z-index: 5;
  top: 0;
  left: -500px;
  width: calc(100% - 65px);
  max-width: 400px;
  height: 100%;
  box-shadow: rgba(54, 54, 54, 0.2) 2px 0 10px,
    rgba(54, 54, 54, 0.2) -2px 0 10px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  border: 1px solid #e7e7e7;
  background: #fff;
}

.MnWfLVBX {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 53px;
  padding: 0 24px;
  border-bottom: 1px solid #e7e7e7;
}

.UZjDVJIb {
  font-size: 18px;
}

.cartDialog_gift {
  font-size: 12px;
  line-height: 22px;
  color: #d54d4d;
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.cartDialog_gift img {
  width: 22px;
  margin-right: 3px;
  vertical-align: middle;
}

.cart_aggregate_dialog_close,.product_buy_fixed_aggregate_close{
  transform: rotate(45deg);
  font-size: 30px;
  cursor: pointer;
  margin-left: 30px;
}

.product_buy_fixed_aggregate_close{
  position: absolute;
  right: 10px;
  top: 5px;
}

.eXAJmfNz {
  height: calc(100vh - 230px);
  padding: 0 18px 0 24px;
  overflow: auto;
}

.cart_aggregate_dialog_empty {
  text-align: center;
  font-size: 18px;
  color: #000;
}

.cart_aggregate_dialog_empty img {
  display: block;
  width: 24px;
  margin: 30px auto 15px auto;
}

.cartDialog_text {
  margin: 20px 0;
  height: 26px;
  position: relative;
  z-index: 2;
  color: #d54d4d;
  font-size: 16px;
}

.cartDialog_text .cartDialog_text_pc {
  background: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.cartDialog_text_pc:hover {
  text-overflow: ellipsis;
  white-space: normal;
  overflow: visible;
  height: auto;
}

.cartDialog_item {
  padding: 10px 0;
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #e7e7e7;
}

.cartDialog_item_thumb {
  width: 90px;
}

.cartDialog_item_thumb img {
  width: 100%;
}

.cartDialog_item_info {
  width: 0;
  flex: 1;
  font-size: 13px;
  color: #939393;
}

.cartDialog_item_info_name {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 17px;
  color: #333;
  margin-bottom: 10px;
}

.cartDialog_item_info_name:hover {
  color: #333;
}

.cartDialog_item_info_attr div {
  margin-bottom: 5px;
}

.cartDialog_item_info_op {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  text-transform: uppercase;
}

.cartDialog_item_info_price {
  font-size: 12px;
}

.cartDialog_item_info_remove {
  cursor: pointer;
}

.cartDialog_item_info_remove img {
  width: 13px;
}

.cartDialog_item_info_remove span {
  text-decoration: underline;
}

.cartDialog_item_info_remove span:hover {
  color: #939393;
}

.cart_aggregate_dialog_footer {
  height: 152px;
  padding: 15px 20px;
  text-align: center;
  background: #fafafa;
}

.cartDialog_footer_tip {
  line-height: 24px;
  margin-bottom: 8px;
}

.cart_aggregate_dialog_footer_total {
  font-size: 18px;
  color: #666;
  margin-bottom: 15px;
  text-align: left;
}

.cart_aggregate_dialog_footer_total b {
  color: #e64545;
  font-family: "Arial Black", sans-serif;
}

.kkXyxeKG a {
  font-size: 18px;
  color: orange;
}

.searchBox {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 40px;
  color: #878787;
  display: none;
}

.VtrbeKlC {
  display: flex;
}

.keCSKyEg {
  flex: 1;
}

.formItem {
  width: 100%;
  position: relative;
}

.formItem_label {
  position: absolute;
  top: 0;
  padding-left: 13px;
  display: none;
}

.formItem_inp {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  background: #fff;
  padding: 0 13px;
  outline: 0;
  border: 1px solid #d9d9d9;
}

.formItem_inp_active {
  padding: 24px 13px 5px 13px;
}

.formItem_inp:focus {
  border: 1px solid #000;
}

.searchBox_close {
  width: 40px;
  transform: rotate(45deg);
  font-size: 32px;
  cursor: pointer;
  margin-left: 20px;
}

.search_result {
  margin-top: 75px;
}

.search_result_title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  font-size: 13px;
  border-bottom: 1px solid #e7e7e7;
}

.searchView {
  padding: 5px 18px;
  border: 1px solid #5c5c5c;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 2px;
  font-weight: 700;
  color: #5c5c5c;
}

.searchView:hover {
  color: #6a6a6a;
  background: #f5f5f5;
}

.search_result_items {
  padding-top: 34px;
}

.swiper-slide img {
  width: 100%;
  display: block;
}

.swiper-banner a {
  display: block;
  width: 100%;
}

.hotCollections {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.hotCollections a {
  padding: 7px 5px;
  display: block;
}

.hotCollections a img {
  width: 100%;
  display: block;
}

.hotCollections_2 a {
  width: 50%;
}

.hotCollections_3 a {
  width: 25%;
}

.TledQdoR {
  padding-top: 50px;
}

.hot_head {
  text-align: center;
  margin-bottom: 30px;
}

.hot_head_title {
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  padding-bottom: 5px;
  margin: 0 10px;
}

.hot_head_title_active {
  border-bottom: 1px solid #5c5c5c;
}

.jJuFtuht_boxs .jJuFtuht_box {
  display: none;
}

.jJuFtuht_boxs .jJuFtuht_box:first-child {
  display: block;
}

.jJuFtuht {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.Ofmbayhz:hover {
  transition: 0.3s;
  box-shadow: 0 0 5px 6px rgba(129, 128, 128, 0.1);
}

.Ofmbayhz {
  /* width: calc(20% - 15px); */
  width: calc(33% - 15px);
  display: block;
  border-radius: 4px;
  grid-row-start: auto;
  margin-bottom: 20px;
  break-inside: avoid;
  position: relative;
  border: 1px solid #d9d9d9;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .jJuFtuht {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
  }

  .Ofmbayhz {
    /* width: calc(50% - 6px); */
    width: calc(50vw - 6px);
    border-radius: 4px;
    position: relative;
    border: 1px solid #d9d9d9;
    overflow: hidden;
  }

  .Ofmbayhz img {
    height: 220px !important;
  }
}

.Ofmbayhz_discount {
  z-index: 1;
  position: absolute;
  top: 8px;
  left: 18px;
  font-size: 12px;
  color: #939393;
  padding: 2px 6px;
  border: 1px solid #939393;
  background: #fff;
}

.oShrZQvQ {
  display: block;
  position: relative;
  width: 100%;
}

.currency_aggregate {
  font-style: normal;
}

.oShrZQvQ img {
  display: block;
  width: 100%;
  /* height: 280px; */
  height: 460px;
  object-fit: contain;
}

.NupSaMCB {
  display: block;
  width: 100%;
  padding: 4px 8px 0;
  /* color: #5c5c5c; */
  color: var(--main-font-color);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
}

.Ofmbayhz_time {
  width: auto;
  max-width: 100%;
  padding: 3px 10px;
  background: #fffbfa;
  border: 1px solid #d54d4d;
  color: #d54d4d;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  margin-top: 5px;
}

.Ofmbayhz_time img {
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
}

.ZMFTqeCn {
  margin-bottom: 10px;
  padding-right: 8px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* justify-content: space-between; */
}

.HdWGzbcn {
  font-size: 16px;
  font-weight: 500;
  /* color: #d53333; */
  color: var(--main-font-color);
}

.nTrPQstV {
  /* font-size: 12px; */
  margin-left: 8px;
  /* color: #382828; */
  text-decoration: line-through;
  font: var(--podium-cds-typography-body1);
  font-size: 16px;
  padding-bottom: 10px;
  color: #707072;
  height: 34px;
}

.Ofmbayhz_colors {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.Ofmbayhz_color {
  width: 26px;
  height: 26px;
  padding: 3px;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  margin-right: 5px;
  position: relative;
  cursor: pointer;
}

.Ofmbayhz_color_active {
  border: 1px solid var(--main-font-color);
}

.Ofmbayhz_color_imgBox {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.Ofmbayhz_color_imgBox img {
  width: 100%;
  position: relative;
}

.Ofmbayhz_color_tip {
  z-index: 2;
  position: absolute;
  top: -38px;
  left: 0;
  white-space: nowrap;
  color: #fff;
  background: grey;
  padding: 5px;
  border-radius: 5px;
  display: none;
}

.Ofmbayhz_color:hover {
  border: 1px solid var(--main-font-color);
}

.Ofmbayhz_color:hover .Ofmbayhz_color_tip {
  display: block;
}

.Ofmbayhz_color_more,
.Ofmbayhz_color_more:hover {
  color: #9d9d9d;
  font-size: 12px;
}

.hotView {
  text-align: center;
}

.hotView a {
  display: inline-block;
  letter-spacing: 3px;
}

.image-lazy-finish-load {
  background: 0 0;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  margin: 120px 0 80px;
}

.pagination li {
  cursor: pointer;
  border-bottom: 1px solid #e7e7e7;
}

.pagination li:hover {
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.05);
}

.pagination li a {
  color: #999;
  display: block;
  padding: 16px 28px;
}

@media screen and (min-width: 1240px) {
  .pagination.mobile {
    display: none;
  }

  .pagination.pc {
    display: flex;
  }
}

@media screen and (max-width: 1240px) {
  .pagination.pc {
    display: none;
  }

  .pagination.mobile {
    display: flex;
    overflow: auto;
    width: 100%;
  }
}

.pagination_selected {
  border-bottom: 2px solid #5c5c5c !important;
}

.pagination_selected a {
  color: #5c5c5c !important;
}

.swiper-wrapper {
  flex-wrap: nowrap;
}

.DTKYlcla {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-image: none;
  box-shadow: rgba(54, 54, 54, 0.15) 0 2px 10px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 20px;
  color: #999;
  z-index: 2;
  background: #fff;
}

.swiper-button-prev {
  right: unset;
  left: 24px;
}

.swiper-button-next {
  right: 24px;
}

@media only screen and (max-width: 1240px) {
  .pc_show,.product_buy_fixed_aggregate {
    display: none !important;
  }

  .qsuoOGfS {
    display: block !important;
  }

  .qsuoOGfS {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: white;
    height: 62px;
    border-bottom: 1px solid #e7e7e7;
  }

  .header {
    padding-top: 62px;
  }

  .xhbnXtQm {
    display: none !important;
  }

  .OLEvDoRs {
    padding-left: 40px;
    padding-right: 40px;
  }

  .zMdoPmbW {
    display: block;
  }

  .UqgREiLm {
    margin-bottom: 8px;
    text-align: left;
    font-weight: 600;
  }

  .DEHIWaJm {
    max-width: 100%;
  }

  .MIRErmJw:nth-child(2) {
    text-align: left;
    border: 0;
    padding: 0;
  }

  .cartDialog_text_flex {
    display: flex !important;
  }

  .cartDialog_text_mobile {
    height: 26px;
    overflow: hidden;
  }

  .cartDialog_text {
    height: auto;
  }

  .cartDialog_text_mobile_active {
    text-overflow: ellipsis;
    white-space: normal;
    overflow: visible;
    height: auto;
  }

  .cartDialog_text_show {
    cursor: pointer;
    font-size: 20px;
    height: 26px;
    line-height: 26px;
    display: block;
    margin-left: 10px;
  }

  .cartDialog_text_mobile_active+.cartDialog_text_show {
    transform: rotate(45deg);
  }

  .IcHYVkXY .head_menu_aggregate,
  .IcHYVkXY .head_oper_aggregate {
    width: 70px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .xhbnXtQm {
    display: block !important;
  }


  .MnWfLVBX {
    padding: 10px;
  }

  .eXAJmfNz {
    height: calc(100vh - 240px);
    padding: 0 10px;
  }

  .cart_aggregate_dialog_footer {
    height: 162px;
    padding: 10px;
    text-align: center;
    background: #fafafa;
  }

  .searchBox {
    padding: 15px;
  }

  .search_result {
    margin-top: 34px;
  }

  .OLEvDoRs {
    padding-left: 0;
    padding-right: 0;
  }

  .zMdoPmbW {
    padding: 0;
  }

  .zsqHxsGX {
    display: block;
  }

  .jyhTydBU {
    margin-top: 20px;
  }

  .hotCollections {
    margin-top: 30px;
  }

  .hotCollections_2 a,
  .hotCollections_3 a {
    width: 100%;
  }

  .pagination {
    margin: 30px 0;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

.product_discount {
  margin-top: 15px;
}

.product_discount_tip {
  position: relative;
}

.product_discount_tip_bor {
  display: inline-flex;
  align-items: center;
  color: #d54d4d;
  cursor: pointer;
  max-width: 100%;
  padding: 3px 10px;
  background: #fffbfa;
  border: 1px solid #d54d4d;
}

.product_discount_tip_bor_active {
  align-items: flex-start;
}

.product_discount_tip_bor_active .product_discount_tip_text {
  height: auto;
  overflow: auto;
}

.product_discount_tip_bor_active .product_discount_tip_ellipsis {
  display: none;
}

.product_discount_tip_bor img {
  width: 14px;
}

.product_discount_tip_text {
  height: 18px;
  line-height: 18px;
  margin-left: 8px;
  overflow: hidden;
  font-size: 12px;
}

.product_discount_tip_ellipsis {
  font-size: 16px;
  line-height: 18px;
}

.product_discount_tip_alert {
  position: absolute;
  left: 0;
  top: -5px;
  transform: translate(0, -100%);
  border-radius: 5px;
  background: grey;
  padding: 5px 12px;
  width: auto;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 6px 0;
  font-size: 16px;
  z-index: 6;
  display: none;
}

.product_discount_tip:hover .product_discount_tip_alert {
  display: block;
}

@media only screen and (max-width: 1240px) {
  .product_discount_tip_alert {
    display: none;
    height: 0;
    overflow: hidden;
    padding: 0;
  }
}

.product_option_aggregate {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 24px;
  margin-top: 24px;
  border-bottom: 1px solid #e7e7e7;
}

.product_info_aggregate .HdWGzbcn {
  padding-left: 8px;
}

.emJRlRPH {
  min-width: 50px;
  margin-bottom: 3px;
  /* color: #382828; */
  font-weight: 600;
  color: var(--main-font-color);
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}

.size_chart_btn {
  font-size: 13px;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 400;
}

.MiuoHUwi {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.MiuoHUwi>.product_option_size {
  width: 40%;
}

.product_option_color {
  position: relative;
}

.MiuoHUwi input {
  display: none;
}

.product_option_color_img {
  display: block;
  width: 40px;
  height: 40px;
  box-shadow: #e7e7e7 0 0 0 1px;
  cursor: pointer;
  text-align: center;
  margin: 5px;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}

.product_option_color_img img {
  width: 100%;
}

.product_option_color_tip {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 6px 0;
  color: #fff;
  transition: all 0.3s ease 0s;
  padding: 5px;
  border-radius: 5px;
  background: grey;
  white-space: nowrap;
  display: none;
}

.product_option_color:hover .product_option_color_tip {
  display: block;
}

.MiuoHUwi input[type="radio"]:checked+label {
  box-shadow: var(--main-font-color) 0 0 0 1px;
}

.EsITszvX span {
  display: block;
  min-width: 36px;
  cursor: pointer;
  text-align: center;
  color: var(--main-font-color);
  /* color: #382828; */
  padding: 8px 10px;
  /* border: 1px solid #e7e7e7; */
  /* height: 48px; */
  /* line-height: 48px; */
  border: 1px solid #CACACB;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.EsITszvX span img {
  width: 80px;
  height: 80px;
}

.size_detail {
  margin-top: 10px;
  font-size: 12px;
  padding: 10px 15px;
  background: #fafafa;
  text-align: left;
}

.size_detail_item {
  margin-right: 6px;
  color: #333;
}

.size_detail_item span {
  color: #999;
}

@media screen and (max-width: 1000px) {
  .EsITszvX span {
    padding: 4px;
  }
}

.xGHYIzfM {
  text-align: center;
  margin: 50px 0;
}

.nHZRdjyA {
  font-size: 24px;
  margin: 16px 0;
}

.RCopQTLE {
  font-size: 16px;
}

.pagination {
  margin: 120px 0;
}

@media only screen and (max-width: 1240px) {
  .pagination {
    margin: 60px 0;
  }
}

.product_detail_con::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}

.product_detail_con::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.product_detail_con::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.bpFzzmhP {
  position: relative;
}

.upload_value {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100% !important;
  width: 125px !important;
  z-index: 1;
  opacity: 0;
}

.zUxRIDDy {
  border-top: 1px solid #e7e7e7;
  padding: 30px 0 50px 0;
}

.rCtIRBGe {
  max-width: 1360px;
  margin: 20px auto;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 36px;
}

.cCWyCNqN {
  padding-left: 150px;
  width: calc(100% - 535px);
  height: auto;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

.XVuoUTFF {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}

.NRedwhnb {
  position: absolute;
  top: 0;
  left: 0;
  width: 18%;
  height: 100%;
  padding: 30px 0;
}

.swiper-container-small {
  width: 100%;
  height: 100%;
}

.swiper-container-small img {
  height: 100%;
  display: block;
  margin: 0 auto;
  padding: 2px;
}

.swiper-button-prev-small {
  top: 0;
  bottom: unset;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 0;
}

.swiper-button-next-small {
  top: unset;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.swiper-button-next-small,
.swiper-button-prev-small {
  opacity: 0.5;
}

.swiper-button-next-small:hover,
.swiper-button-prev-small:hover {
  opacity: 1;
}

.swiper-button-next-small span,
.swiper-button-prev-small span {
  display: block;
  transform: rotate(90deg);
}

.swiper-container-small .custom-slide-active img {
  border: 1px solid #000;
}

.PdTMTvzx {
  float: right;
  width: 80%;
  position: relative;
}

.swiper-container-big img {
  width: 100%;
}

.swiper-container-big .swiper-slide {
  cursor: zoom-in;
}

.swiper-container-big .swiper-wrapper {
  align-items: center;
}

.OBHeQdni {
  max-width: 1360px;
  margin: 20px auto;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .OBHeQdni {
    width: 100%;
    padding: 0 20px;
  }
}

.product_detail {
  border-top: 1px solid #e7e7e7;
  font-size: 15px;
}

.detail_price {
  display: flex;
  align-items: baseline;
  margin-top: 18px;
}

.product_detail_title {
  display: flex;
  justify-content: space-between;
  color: #1c1b1b;
  cursor: pointer;
  padding: 15px 0;
}

.product_detail_title_active .product_detail_icon {
  transform: rotate(45deg);
}

.product_detail_con {
  padding: 6px 0 28px 0;
  overflow: auto;
}

.product_detail:first-child .product_detail_con {
  display: block;
}

.OBHeQdni iframe,
.OBHeQdni img,
.OBHeQdni video,
.OBHeQdni table {
  max-width: 100% !important;
}

.OBHeQdni p {
  padding: 0px !important;
  margin: 0px !important;
}

.KxsirFdt {
  color: #999;
}

.KxsirFdt_title {
  font-size: 14px;
  margin-bottom: 12px;
}

.KxsirFdt_con {
  padding-left: 22px;
}

.KxsirFdt_con table {
  width: 100%;
  border-collapse: collapse;
}

.KxsirFdt_con table tr td,
.KxsirFdt_con table tr th {
  padding: 16px 0;
  border: 1px solid #ccc;
  font-weight: 400;
  text-align: center;
  font-size: 12px;
}

.KxsirFdt_con table tr th {
  background: #f5f5f5;
}

.KxsirFdt_con ul li {
  list-style: outside;
  font-size: 14px;
}

.KxsirFdt_con ul li:first-child {
  list-style: none;
}

.product_detail_con_laundry {
  padding-left: 22px;
  color: #999;
  font-size: 14px;
}

.product_detail_con_laundry li {
  list-style: outside;
}

.product_purchase {
  width: 500px;
  display: inline-block;
  position: sticky;
  top: 10px;
}

.rEJAoWui {
  font-size: 20px;
  color: var(--main-font-color);
}

.UuKyklYM {
  margin-top: 15px;
}

.fa-star,
.fa-star-o {
  color: #f4ea2a;
}

.UuKyklYM .fa-star {
  font-size: 16px;
}

.UuKyklYM span {
  font-size: 13px;
  margin-left: 10px;
}

.rvVQnfCa {
  color: #1c1b1b;
  margin-top: 15px;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
}

.rvVQnfCa img {
  width: 12px;
}

.rvVQnfCa div {
  margin: 0 8px;
}

.rvVQnfCa span {
  background-color: #d54c4d;
  color: #fff;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 6px 0;
  padding: 7px 5px;
  border-radius: 2px;
}

.rvVQnfCa i {
  font-size: 20px;
  font-style: normal;
  margin: 0 8px;
}

.tbRWZoWL .HdWGzbcn {
  color: var(--main-font-color);
  font: 600 1rem/1.5 'Helvetica Now Text Medium', Helvetica, Arial, sans-serif;
  /* color: #222;
  font-size: 24px;
  font-weight: 700;
  font-family: "Arial Black", sans-serif; */
}

.tbRWZoWL .nTrPQstV {
  color: #382828;
  font-size: 14px;
}

.kotdllFB {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: none;
}

.WNxpPYON {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.NrIVyoMM {
  width: 640px;
  height: 417px;
  background: #fff;
  overflow: auto;
  position: relative;
}

.nTxNvEvH {
  padding: 10px 0;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  font-size: 18px;
  color: #333;
  display: none;
}

.vksdqTci {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 24px;
  line-height: 26px;
  cursor: pointer;
  z-index: 10;
  transform: rotate(45deg);
}

.lJqdWkAf {
  padding: 20px 15px;
  width: 100%;
}

.hRCfkQMt {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.aKziBQQk {
  font-size: 16px;
  color: #999;
  line-height: 22px;
  cursor: pointer;
  padding: 0 15px;
}

.mwzGmKSh {
  color: var(--main-font-color);
  text-decoration: underline;
}

.winSUopO {
  display: flex;
  margin-bottom: 15px;
}

.urLYbzGm {
  color: #999;
  line-height: 18px;
  min-width: 100px;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 12px;
}

.rGxfDlrW {
  color: #fff;
  background: var(--main-font-color);
  border: 1px solid var(--main-font-color);
}

.SbTPIivB {
  width: 100%;
  overflow: auto;
}

.SbTPIivB table {
  min-width: 100%;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #f3f3f3;
}

.SbTPIivB table tr td,
.SbTPIivB table tr th {
  min-width: 96px;
  padding: 10px;
  border: 1px solid #f3f3f3;
}

.SbTPIivB table tr th {
  background: #fafafa;
}

.BFAQMuga {
  display: none;
}

.BFAQMuga img {
  width: 100%;
}

.add_to_cart,
.jZatWAUW {
  width: 40%;
  height: 48px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 9px 28px;
}

.jZatWAUW {
  font: 600 1rem/1.5 'Helvetica Now Text Medium', Helvetica, Arial, sans-serif;
  min-height: 58px;
  padding: 18px 24px;
  border-radius: 30px;
  color: var(--main-font-color) !important;
  background-color: #fff !important;
  border: 1px solid #8e8e8f !important;
}

@media screen and (max-width: 1000px) {

  .add_to_cart,
  .jZatWAUW {
    font-size: 12px !important;
  }
}

.add_to_cart {
  /* background: #fff;
  color: #222;
  border: 1px solid #222;
  font-size: 16px; */
  color: #fff !important;
  background-color: var(--main-font-color) !important;
  font: 600 1rem/1.5 'Helvetica Now Text Medium', Helvetica, Arial, sans-serif;
  min-height: 58px;
  padding: 18px 24px;
  border-radius: 30px;
  margin-bottom: 12px;
}

.jZatWAUW {
  color: white;
  border: 1px solid #990000;
  background: #990000;
  font-size: 16px;
}

.product_to_col {
  display: block;
  margin-top: 20px;
}

.product_to_col img {
  width: 100%;
}

.pLYEAvdU {
  padding: 80px 40px;
  border-top: 1px solid #e7e7e7;
}

.XlHkYwQN {
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.hNNSWQaj {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  margin-bottom: 45px;
}

.hNNSWQaj>div {
  flex: 1;
}

.uwaAPVCa {
  font-size: 16px;
}

.IANUKuzi i {
  font-size: 22px;
}

.hNNSWQaj_C {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  font-size: 12px;
}

.RfOIfJKH {
  display: inline-block;
}

.JQciDCWi {
  display: flex;
  align-items: center;
}

.ViXKheXA i {
  font-size: 16px;
}

.btiQEmnn {
  width: 100px;
  height: 7px;
  background: #e7e7e7;
  margin: 0 15px;
  position: relative;
}

.btiQEmnn_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 7px;
  background: #5c5c5c;
  width: 0;
}

.ZxKknffd {
  margin-left: 15px;
}

.review_write {
  padding: 0 60px;
  margin-bottom: 20px;
  max-height: 3000px;
  transition: max-height 0.5s linear 0s;
  overflow: hidden;
  display: none;
}

.JniQuVkk {
  margin-bottom: 25px;
  font-size: 16px;
  text-transform: uppercase;
}

.review_form {
  font-size: 15px;
}

.LQXxZVHj {
  margin-bottom: 25px;
}

.lxabDMnL {
  margin-bottom: 10px;
}

.rating-select i {
  font-size: 32px;
  cursor: pointer;
}

.RMTdFprR,
.TkFjHpdt {
  display: block;
  width: 100%;
  height: 44px;
  font-size: 16px;
  padding: 13px;
  border: 1px solid #d9d9d9;
}

.TkFjHpdt {
  height: auto;
  resize: none;
}

.RMTdFprR:focus,
.RMTdFprR:hover,
.review_form_select_box select:focus,
.review_form_select_box select:hover,
.TkFjHpdt:focus,
.TkFjHpdt:hover {
  border: 1px solid #000;
}

.review_form_flex {
  display: flex;
  justify-content: space-between;
}

.review_form_select_box {
  flex: 1;
  margin-left: 20px;
  position: relative;
}

.review_form_select_box:first-child {
  margin-left: 0;
}

.review_form_select_box select {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 13px;
  border: 1px solid #d9d9d9;
  background: 0 0;
}

.review_form_select_box::after {
  content: "▼";
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(0.8, 0.5);
  padding: 0 10px;
  border-left: 1px solid rgba(179, 179, 179, 0.5);
}

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

.review_form_submit {
  width: 360px;
}

.WMIaxueg {
  padding: 0 60px;
  display: flex;
  flex-wrap: wrap;
}

.QrvvLRIn {
  width: 50%;
  padding: 20px 30px;
  border-top: 1px solid #e7e7e7;
}

.hlzMYqxr {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 26px;
}

.yHiYEWLd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.JjRmVzsA i {
  font-size: 16px;
}

.mrXCxoFY {
  font-size: 12px;
}

.OrQiNiHq {
  font-size: 16px;
  color: var(--main-font-color);
  text-transform: uppercase;
}

.DkrpEmmT {
  font-size: 14px;
  word-break: break-all;
  margin: 8px 0 20px;
}

.iQxCcuNU {
  margin-top: 20px;
}

.product_buy_fixed_aggregate {
  position: fixed;
  display: flex;
  padding: 12px 80px;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
  left: 0;
  right: 0;
  /* bottom: -95px; */
  bottom: -150px;
  z-index: 99;
  background-color: rgba(255, 255, 255, 1);
  border-top: #ccc 1px solid;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.product_buy_fixed_aggregate.show {
  bottom: 0;
}

.product_buy_fixed_aggregate>div:first-child {
  display: flex;
  align-items: center;
  gap: 18px;
}

@media screen and (max-width: 1000px) {
  .product_buy_fixed_aggregate .product_buy_btn_wrap_aggregate {
    width: calc(100vw - 24px);
  }

  .product_buy_btn_wrap_aggregate button {
    margin-left: 0 !important;
  }

  .product_buy_fixed_aggregate {
    padding: 12px;
  }

  .product_buy_fixed_aggregate>div:first-child {
    display: none;
  }
}

.product_buy_fixed_aggregate .detail_price {
  margin-top: 0;
  line-height: 24px;
}

.product_buy_fixed_aggregate button {
  width: auto;
  margin-left: 18px;
  width: 162px;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .product_buy_fixed_aggregate button {
    width: 100%;
  }
  .search_container_active{
    z-index: 100;
  }
  .search_container_active .logo{
    display: none;
  }
  .search_container_active .search_container_content{
    height: 100vh;
  }
  .search_container_active .bar-input-container{
    width: 98vw;
    margin-left: 30px;
  }
  .search_container_active .bar-input-container{
    width: calc(98vw - 40px);
    margin-left: 30px;
  }
  .search_container_active .bar-cancel-container{
    padding-inline-end: 10px;
    position: absolute;
    right: 0;
    top: 15px;
  }

}


.product_buy_fixed_aggregate h1 {
  font-size: 14px;
}

.product_buy_fixed_aggregate img {
  width: 36px;
  object-fit: contain;
}

.fiexd_goods_info_aggregate {
  display: flex;
  flex-direction: column;
}

.fiexd_goods_info_aggregate p span {
  font-size: 16px;
}

.product_buy_btn_wrap_aggregate {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  align-items: start;
}

.attr_unavailable {
  padding: 12px 30px;
  color: #717171;
  background: #f6f6f6;
  border: none;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  width: 160px;
  margin: 20px auto;
  text-align: center;
  display: none;
}

.product_buybtn_unavailable .attr_unavailable {
  display: block;
}

.product_buybtn_unavailable .attr_available {
  display: none;
}

.buy_now_btn:hover {
  /* background-color: #990000c2 !important; */
  transition: 0.5s;
  border-color: var(--main-font-color) !important;
  /* color: #222; */
}

.add_to_cart:hover {
  transition: 0.5s;
  background-color: #707072 !important;
  color: #fff;
  border: 1px solid #353535;
}

.product_attr_radio_active,
.product_combo_radio_active {
  border: 1px solid #222 !important;
  color: #222 !important;
}

@media only screen and (max-width: 1240px) {
  .XVuoUTFF {
    display: flex !important;
  }

  .cCWyCNqN {
    width: calc(100% - 400px);
    margin-right: 30px;
  }

  .product_purchase {
    width: 350px;
    /* text-align: center; */
  }

  .NrIVyoMM {
    width: 100%;
  }

  .swiper-slide .zoom-in-icon {
    position: absolute;
    top: 30px;
    right: 25px;
    width: 35px;
    height: 35px;
    z-index: 1;
    visibility: visible;
    opacity: 1;
    box-shadow: rgba(54, 54, 54, 0.15) 0 1px 5px;
    color: rgba(92, 92, 92, 0.5);
    transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    border-radius: 50%;
    background: #fff;
    text-align: center;
  }

  .swiper-slide .zoom-in-icon svg {
    width: 15px;
    pointer-events: none;
    vertical-align: middle;
    margin-top: 8px;
  }
}

@media only screen and (max-width: 1000px) {
  .XVuoUTFF {
    display: none !important;
  }

  .xhbnXtQm {
    display: block !important;
  }

  .swiper-container-mobile {
    padding-bottom: 50px;
  }

  .swiper-container-mobile .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 9px;
    height: 9px;
    cursor: pointer;
    margin: 0 6px;
    border-radius: 50%;
    background: 0 0;
    border: 1px solid #e7e7e7;
  }

  .swiper-container-mobile .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffe256;
    border: 1px solid #ffe256;
  }

  .rCtIRBGe {
    display: flex;
    flex-wrap: wrap-reverse;
    padding: 0;
  }

  .cCWyCNqN {
    width: 100%;
    max-width: 500px;
    margin: auto;
    display: block;
  }

  .product_purchase {
    width: 100%;
    display: block;
    position: relative;
    top: 0 !important;
    padding: 0 24px;
  }

  .product_purchase_detail_aggregate {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .pLYEAvdU {
    margin-top: 50px;
  }

  .hNNSWQaj {
    display: block;
    text-align: left;
  }

  .hNNSWQaj_C {
    border: none;
    margin: 30px 0;
  }

  .review_write_btn {
    width: 100%;
  }

  .WMIaxueg,
  .review_write {
    padding: 0;
  }

  .LQXxZVHj_flex {
    justify-content: center;
  }

  .QrvvLRIn {
    width: 100%;
  }

  .iQxCcuNU {
    margin-bottom: 0;
  }

  .zUxRIDDy {
    padding: 40px 0;
  }

  .zUxRIDDy .TledQdoR {
    padding-top: 0;
  }

  .zUxRIDDy .hot_head {
    margin-bottom: 40px;
  }

  .zUxRIDDy .TledQdoR .Ofmbayhz {
    margin-bottom: 0;
  }

  .NrIVyoMM {
    height: 100%;
  }

  .nTxNvEvH {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .rCtIRBGe {
    margin: 0;
  }

  .pLYEAvdU {
    padding: 40px 24px;
  }

  .review_form_flex {
    display: block;
  }

  .review_form_select_box {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .review_form_select_box:last-child {
    margin-bottom: 0;
  }

  .review_form_submit {
    width: 180px;
  }
}

.pswp .pswp__bg {
  background: #fff;
}

.pswp .pswp__img--placeholder--blank {
  background: 0 0;
}

.pswp .pswp__share-modal,
.pswp .pswp__top-bar {
  display: none;
}

.pswp .pswp__button--arrow--left,
.pswp .pswp__button--arrow--right,
.pswp .pswp__button--close {
  position: absolute;
  top: initial;
  right: initial;
  bottom: 50px;
  left: 50%;
  width: 45px;
  height: 45px;
  margin: 0;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #5c5c5c;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
  vertical-align: middle;
  line-height: 0;
}

.pswp .pswp__button--arrow--left:before,
.pswp .pswp__button--arrow--right:before,
.pswp .pswp__button--close:before {
  display: none;
}

.pswp .pswp__button--close {
  width: 55px;
  height: 55px;
  bottom: 45px;
  margin-left: -28px;
}

.pswp .pswp__button--close:hover {
  -webkit-transition: background 0.15s ease-in-out, opacity 0.15s ease-in-out,
    -webkit-transform 0.2s ease-in-out, color 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  transition: background 0.15s ease-in-out, opacity 0.15s ease-in-out,
    transform 0.2s ease-in-out, color 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.pswp .pswp__button--close:hover svg {
  -webkit-animation: close 0.5s ease-in-out forwards;
  animation: close 0.5s ease-in-out forwards;
}

.pswp .pswp__button--arrow--left {
  margin-left: -100px;
}

.pswp .pswp__button--arrow--left:hover {
  -webkit-transition: background 0.15s ease-in-out, opacity 0.15s ease-in-out,
    -webkit-transform 0.2s ease-in-out, color 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  transition: background 0.15s ease-in-out, opacity 0.15s ease-in-out,
    transform 0.2s ease-in-out, color 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.pswp .pswp__button--arrow--left:hover svg {
  -webkit-animation: left 0.5s ease-in-out forwards;
  animation: left 0.5s ease-in-out forwards;
}

.pswp .pswp__button--arrow--right {
  margin-left: 55px;
}

.pswp .pswp__button--arrow--right:hover {
  -webkit-transition: background 0.15s ease-in-out, opacity 0.15s ease-in-out,
    -webkit-transform 0.2s ease-in-out, color 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  transition: background 0.15s ease-in-out, opacity 0.15s ease-in-out,
    transform 0.2s ease-in-out, color 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.pswp .pswp__button--arrow--right:hover svg {
  -webkit-animation: right 0.5s ease-in-out forwards;
  animation: right 0.5s ease-in-out forwards;
}

.pswp svg {
  height: 15px;
  width: 15px;
  pointer-events: none;
}

.a {
  display: none;
}

@-webkit-keyframes left {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  75% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes left {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  75% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes right {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  75% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes right {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  75% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes close {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  75% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes close {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  75% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.comobo_tips {
  text-align: left;
  color: #000;
  font-size: 16px;
  background: #fff;
  padding: 6px 10px;
  margin: 10px auto;
  display: none;
}

.comobo_tips .jsp,
.comobo_tips .yjp {
  color: #ff5c5c;
}

.product_tips {
  text-align: left;
  color: #ff5c5c;
  font-size: 16px;
  background: #fff;
  padding: 6px 10px;
  width: 80%;
  margin: 10px auto;
  display: none;
}

.combo_prods_item {
  align-items: center;
  margin-top: 20px;
  display: none;
}

.combo_prods_itemL_aggregate {
  position: relative;
}

.combo_prods_itemL_aggregate img {
  width: 60px;
  height: 60px;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
}

.combo_prods_itemL_num {
  position: absolute;
  right: -9px;
  top: -9px;
  color: #fff;
  background: #ff5c5c;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
}

.combo_prods_itemC_aggregate {
  padding: 0 15px;
}

.combo_prods_itemC_title {
  text-align: left;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.combo_prods_itemC_attr {
  font-size: 12px;
  text-align: left;
}

.zzprice {
  display: none;
}

@media screen and (min-width: 1000px) {
  .product_gallery_mobile_aggregate_left_img {
    position: relative;
  }

  .product_gallery_mobile_aggregate_left_img_aggregate {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 600px;
    overflow-y: auto;
    /* margin: 30px 0; */
  }

  .product_up,
  .product_down {
    width: 100%;
    background-color: #22222241;
    cursor: pointer;
    height: 18px;
    text-align: center;
    position: absolute;
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
  }

  .disabled {
    opacity: 0.5 !important;
    cursor: not-allowed;
  }

  .product_up {
    top: 0;
  }

  .product_down {
    bottom: 0;
  }

  .product_up:not(.disabled):hover,
  .product_down:not(.disabled):hover {
    background-color: #222222b0;
  }

  .product_gallery_mobile_aggregate_left_img_aggregate::-webkit-scrollbar {
    display: none;
  }

  .XVuoUTFF {
    display: flex !important;
    gap: 18px;
    justify-content: left;
    align-items: flex-start;
  }

  .product_gallery_mobile_aggregate_right_img {
    max-width: 520px;
  }

  #pc_right_img_aggregate {
    width: 100%;
    object-fit: contain;
  }

  .product_gallery_mobile_aggregate_left_img img {
    cursor: pointer;
    /* width: 120px; */
    /* height: 120px; */
    object-fit: cover;
    border: 1px solid transparent;
    position: relative;
    min-height: 60px;
    min-width: 60px;
    max-height: 60px;
    max-width: 60px;
    border-radius: 4px;
  }

  .product_gallery_mobile_aggregate_left_img img.active {
    border: 1px solid #ccc;
  }
}

@media screen and (max-width: 1000px) {
  .product_gallery_mobile_aggregate_left_img {
    position: relative;
  }

  .product_up,
  .product_down {
    width: 12px;
    background-color: #22222241;
    cursor: pointer;
    height: 60px;
    text-align: center;
    position: absolute;
    top: 0;
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
  }

  .disabled {
    opacity: 0.5 !important;
    cursor: not-allowed;
  }

  .product_up {
    left: 6px;
  }

  .product_down {
    right: 6px;
  }

  .product_gallery_mobile_aggregate_left_img_aggregate::-webkit-scrollbar {
    display: none;
  }

  .product_gallery_mobile_aggregate_left_img_aggregate {
    margin-left: 24px;
    margin-right: 24px;
    padding-bottom: 24px;
    display: flex;
    gap: 12px;
    overflow: auto;
  }

  #mb_right_img_aggregate {
    height: 50vh;
    width: 100%;
    object-fit: contain;
  }

  .product_gallery_mobile_aggregate_left_img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 1px solid transparent;
  }

  .product_gallery_mobile_aggregate_left_img img.active {
    border: 1px solid #ccc;
  }

  .product_gallery_mobile_aggregate {
    display: flex;
    gap: 12px;
    flex-direction: column-reverse;
  }
}

.lazyloading {
  opacity: 0.5;
  transition: 0.2s ease-in-out;
  background-color: #b7afaf;
}

.showloading.lazyloaded {
  min-height: 160px;
  max-height: 100%;
  background-color: #b7afaf;
}

.crumb_aggregate {
  padding: 6px 15px;
  align-items: center;
  display: flex;
}

.crumb_aggregate a:not(:last-child):after {
  display: inline-block;
  width: 14px;
  text-align: center;
  content: "/";
}

.crumb_aggregate a:first-child {
  color: #5c5c5c;
}

.crumb_aggregate a:not(:first-child) {
  color: #5c5c5c;
}

.crumb_aggregate a:not(:first-child):hover {
  color: #222;
}

@media screen and (min-width: 1000px) {
  .crumb_aggregate {
    width: 100%;
    padding: 16px calc((100% - 1360px) / 2);
    margin-bottom: 38px;
    font-size: 14px;
    background-color: #ededed;
  }

  .TledQdoR {
    padding-left: 40px;
    padding-right: 48px;
    /* width: 1360px; */
    /* width: 1500px; */
    max-width: 1500px;
    width: calc(100% - 250px);
    margin: auto;
    border-top: 1px solid #e7e7e7;
  }
}

@media screen and (max-width: 1000px) {
  .wrapper {
    padding-bottom: 60px;
  }
}

/*bLOG Container styles */
.tnUBIHTj {
  max-width: 1360px;
  margin: 0 auto;
}

.kjDPTzKK {
  text-align: left;
  padding: 30px 0;
  font-size: 2.5rem;
  color: #555;
}

/* Blog list styles */
.YbmxTpsQ {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

/* Individual blog card */
.QymAcyNJ {
  display: flex;
  flex-direction: row;
  width: calc(50% - 10px);
  /* Two cards per row with spacing */

  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
}

.QymAcyNJ:hover {
  transform: translateY(-5px);
}

/* Blog image */
.uNnVGMAC {
  width: 300px;
  height: 240px;
  object-fit: cover;
}

/* Blog content */
.kIWwBwAX {
  padding: 20px;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}

.TWOZBoYn {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.dYXLUKMg {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 6px;
}

.dYXLUKMg span {
  display: inline-block;
  margin-right: 15px;
}

.mHoBsaCf {
  font-size: 1rem;
  color: #555;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* Responsive design for mobile */
@media (max-width: 768px) {
  .tnUBIHTj {
    padding: 20px;
  }

  .QymAcyNJ {
    flex-direction: column;
    /* Stack image and content vertically */
    width: 100%;
    /* Single card per row */
    height: auto;
  }

  .uNnVGMAC {
    width: 100%;
    /* Full width image */
  }

  .kIWwBwAX {
    padding: 15px;
  }
}

.header_bg {
  background-color: rgb(40, 44, 76);
}

.header_bg span,
.header_bg a {
  color: white;
}

.menu_bg {
  /* background-color: rgb(65, 51, 119); */
}

.primary_bg {
  color: rgb(11, 88, 122);
  background-color: white;
  border: 1px solid rgb(11, 88, 122);
}

.secondary_bg {
  background-color: rgb(161, 130, 74);
  color: white;
  border: none;
}

@media screen and (min-width: 1000px) {
  .PQeTCeIj {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .PNJhLung {
    display: none;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1240px) {
  .PQeTCeIj {
    height: 300px;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1440px) {
  .PQeTCeIj {
    height: 400px;
  }
}

@media screen and (min-width: 1440px) {
  .PQeTCeIj {
    /* height: 500px; */
    height: 700px;
  }
}

@media screen and (max-width: 1000px) {
  .PNJhLung {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    height: 300px;
  }

  .PQeTCeIj {
    display: none;
  }
}