/*-----------　追加したCSS --------------- */
/*------------ carousel ---------------- */

:root {
  --primary: #e43131;
  --main: #181818;
  --secondary: #4d4e4f;
  --secondary-2: #a0a0a0;
  --white: #ffffff;
  --surface: #f7f7f7;
  --critical: #f03e3e;
  --warning: #9391e1;
  --success: #3dab25;
  --yellow: #f0a750;
  --line: #e9e9e9;
  --pink: #ec749d;
  --blue: #0c74d6;
  --main-rgba-1: rgba(0, 0, 0, 0.16);
  --main-rgba-2: rgba(0, 0, 0, 0.15);
  --gradient: linear-gradient(87deg, #fbf1f1 3.59%, #f4f1fa 95.02%);
  --rgba-primary: rgba(228, 49, 49, 0.1);
  --bg-scrollbar-track: #f1f1f1;
  --bg-scrollbar-thumb: #c1c1c1;
  --shadow1: 0px 10px 25px 0px #2b344a1f;
  --shadow2: 0px 5px 18px 5px #40485726;
  --backdrop: rgba(24, 24, 24, 0.2);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0px;
}

.sw-auto .swiper-wrapper {
  align-items: center;
}
.sw-auto .swiper-slide {
  width: auto;
  transition-timing-function: linear;
}

.sw-dots {
  display: flex;
  gap: 8px;
}
.sw-dots.type-circle .swiper-pagination-bullet {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  opacity: 1;
}
.sw-dots.type-circle .swiper-pagination-bullet::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--main);
  opacity: 1;
}
.sw-dots.type-circle .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--main);
}
.sw-dots.type-circle
  .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: var(--main);
}
.sw-dots.white-circle .swiper-pagination-bullet::after {
  background-color: var(--white);
  border-color: var(--white);
}
.sw-dots.white-circle
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--white);
}
.sw-dots.white-circle
  .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: var(--white);
}
.sw-dots.white-circle-line .swiper-pagination-bullet::after {
  border-color: var(--white);
}
.sw-dots.white-circle-line
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--white);
}
.sw-dots.white-circle-line
  .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: var(--white);
}
.sw-dots.type-square .swiper-pagination-bullet {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 24px;
  height: 4px;
  border-radius: 99px;
  background-color: var(--main);
  opacity: 0.3;
}
.sw-dots.type-square .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  opacity: 1;
}
.sw-dots.white-square .swiper-pagination-bullet {
  background-color: var(--white);
}
.sw-dots:not(.swiper-pagination-lock) {
  margin-top: 20px;
}

.nav-sw {
  background-color: var(--white);
  border-radius: 999px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--secondary);
  color: var(--main);
  cursor: pointer;
}
.nav-sw .icon {
  font-size: 18px;
}
.nav-sw:hover {
  background-color: var(--main);
  border-color: var(--main);
  color: var(--white);
}
.nav-sw.lg {
  width: 40px;
  height: 40px;
  border-color: transparent;
}
.nav-sw.lg .icon {
  font-size: 20px;
}
.nav-sw.swiper-button-disabled {
  background-color: rgba(0, 0, 0, 0.2);
  color: var(--main);
  border-color: transparent;
  cursor: text;
}

.slider-auto-vertical .swiper-slide {
  height: max-content !important;
}

.layout-sw-center {
  overflow: hidden;
}

.swiper .sec-btn {
  margin-top: 20px;
}

.flat-sw-navigation {
  position: relative;
}
.flat-sw-navigation .nav-sw {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.flat-sw-navigation .nav-sw.nav-sw-left {
  left: 20px;
}
.flat-sw-navigation .nav-sw.nav-sw-right {
  right: 20px;
}

.flat-sw-pagination {
  position: relative;
}
.flat-sw-pagination .sw-dots {
  position: absolute;
  margin-top: 0;
  z-index: 10;
  bottom: 20px;
}
/*------------ carousel ---------------- */

/*------------ product ---------------- */
.card-product {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-product .product-img {
  display: flex;
  width: 100%;
  /* height: 100%; */
  height: auto;
  /* max-height: 190px; */
  position: relative;
  align-items: stretch;
}
.card-product .card-product-wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  z-index: 20;
}
.card-product .card-product-wrapper img {
  display: block;
  height: 100%;
  width: 100%;
  /* width: 70%; */
  object-fit: cover;
  /* object-fit: contain; */
  object-position: center;
  transition-duration: 700ms;
}
.card-product .card-product-wrapper .img-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.card-product .card-product-wrapper:hover .product-img .img-product {
  opacity: 0;
}
.card-product .card-product-wrapper:hover .product-img .img-hover {
  display: block;
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.card-product .card-product-wrapper:hover .marquee-wrapper-product {
  opacity: 0;
}
.card-product .card-product-wrapper .on-sale-wrap {
  position: absolute;
  top: 5px;
  right: 5px;
  left: 5px;
  z-index: 5;
  display: flex;
}
.card-product .card-product-wrapper .on-sale-wrap .on-sale-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  word-break: break-word;
  padding: 0 6px;
  min-width: 50px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  position: relative;
  background-color: var(--critical);
  color: var(--white);
  border-radius: 144px;
}
.card-product .card-product-info {
  padding-top: 10px;
  gap: 4px;
  display: grid;
  justify-content: center;
}
.card-product .card-product-info .title {
  font-size: 16px;
  line-height: 24px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-weight: 500;
  text-align: start;
  justify-content: center;
  margin-bottom: 0;
}
.card-product .card-product-info .price {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-product .card-product-info .old-price {
  text-decoration: line-through;
  display: inline-block;
  margin-right: 8px;
  font-weight: 400;
  color: var(--secondary-2);
  font-size: 14px;
  line-height: 22px;
}
.card-product .card-product-info .btn-main-product {
  border: 1px solid var(--main);
}
.card-product .list-color-product {
  padding: 4px 0px;
}
.card-product .marquee-product {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  display: none;
  flex-direction: row;
  width: 100%;
  transform: none;
  padding: 3px 0px;
}
.card-product .marquee-product .marquee-child-item p {
  padding-left: 8px;
  padding-right: 8px;
}
.card-product .marquee-product .marquee-child-item .icon {
  font-size: 16px;
}
.card-product .marquee-product .marquee-wrapper {
  flex: 0 0 auto;
  min-width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: infiniteScroll 12s linear 0s infinite;
  animation-play-state: running;
  animation-delay: 0s;
  animation-direction: normal;
}
.card-product .variant-wrap {
  position: absolute;
  bottom: 0;
  z-index: 3;
  left: 0px;
  right: 0px;
  pointer-events: none;
  transition: 0.3s ease-out 0s;
}
.card-product .list-btn-main {
  position: absolute;
  bottom: 8px;
  left: 5px;
  right: 5px;
  z-index: 5;
  transition: 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  gap: 4px;
}
.card-product .list-btn-main .box-icon {
  transition: 0.3s ease-out 0s !important;
  transform: none !important;
}
.card-product .list-product-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  top: 5px;
  right: 5px;
  z-index: 6;
}
.card-product .countdown-wrap {
  display: none;
}
.card-product .variant-box {
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 6px;
  max-height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
}
.card-product .variant-box .countdown__timer {
  display: flex;
  gap: 4px;
}
.card-product .variant-box .countdown__item {
  color: var(--critical);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 600;
}
.card-product .variant-box.style-1 {
  margin: 0 12px 12px 12px;
  padding: 8px;
  background-color: rgba(228, 49, 49, 0.1019607843);
  backdrop-filter: blur(8px);
  border-radius: 8px;
}
.card-product .variant-box.style-1 .countdown__item {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.card-product .size-list {
  background: linear-gradient(
    148.05deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.6) 100%
  );
}
.card-product .size-list .variant-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.card-product .size-list .size-item {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
.card-product .btn-main-product {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 1px solid transparent;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  background-color: var(--white);
  color: #46b0e5;
  border-color: #46b0e5;
  border-radius: 44px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}
.card-product .btn-main-product:hover {
  background-color: #46b0e5;
  color: var(--white);
}
.card-product .box-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 3px;
  background-color: var(--white);
  color: var(--main);
  position: relative;
  border-radius: 50%;
}
.card-product .box-icon .icon {
  font-size: 20px;
}
.card-product .box-icon svg {
  width: 18px;
}
.card-product .box-icon svg path {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.card-product .box-icon:hover {
  background-color: var(--main) !important;
  color: var(--white) !important;
  border-color: var(--main) !important;
}
.card-product .box-icon:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-8px);
  transition-delay: 0.1s;
}
.card-product .box-icon:hover svg path {
  stroke: var(--white);
}
.card-product .tooltip {
  position: absolute;
  z-index: 202;
  opacity: 0;
  visibility: hidden;
  display: none;
  position: absolute;
  right: 100%;
  border-radius: 2px;
  white-space: nowrap;
  background-color: var(--main);
  color: var(--white);
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  padding: 6px 8px 8px;
  max-width: 250px;
  width: max-content;
  transition: opacity 0.3s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24),
    -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.card-product .tooltip::before {
  content: '';
  top: 50%;
  left: unset;
  transform: translateY(-50%) rotate(45deg);
  right: -4px;
  position: absolute;
  background: var(--main);
  width: 8px;
  height: 8px;
  z-index: 100;
}
.card-product.list-st-3 .list-product-btn,
.card-product.list-st-2 .list-product-btn,
.card-product.style-list .list-product-btn,
.card-product.style-7 .list-product-btn,
.card-product.style-6 .list-product-btn,
.card-product.style-2 .list-product-btn {
  flex-direction: row;
  top: unset;
  left: 5px;
  bottom: 5px;
}
.card-product.list-st-3 .list-product-btn .box-icon:hover .tooltip,
.card-product.list-st-2 .list-product-btn .box-icon:hover .tooltip,
.card-product.style-list .list-product-btn .box-icon:hover .tooltip,
.card-product.style-7 .list-product-btn .box-icon:hover .tooltip,
.card-product.style-6 .list-product-btn .box-icon:hover .tooltip,
.card-product.style-2 .list-product-btn .box-icon:hover .tooltip {
  transform: none;
}
.card-product.list-st-3 .tooltip,
.card-product.list-st-2 .tooltip,
.card-product.style-list .tooltip,
.card-product.style-7 .tooltip,
.card-product.style-6 .tooltip,
.card-product.style-2 .tooltip {
  top: -100%;
  margin-top: 5px;
  margin-right: 0;
  transform: translateY(8px);
  right: unset;
}
.card-product.list-st-3 .tooltip::before,
.card-product.list-st-2 .tooltip::before,
.card-product.style-list .tooltip::before,
.card-product.style-7 .tooltip::before,
.card-product.style-6 .tooltip::before,
.card-product.style-2 .tooltip::before {
  top: 85%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  right: unset;
}
.card-product.style-3 .list-btn-main .box-icon,
.card-product.style-3 .list-btn-main .btn-main-product {
  border-radius: 3px;
}
.card-product.style-3 .list-btn-main .box-icon .tooltip {
  display: none;
}
.card-product.style-7 .list-product-btn {
  gap: 0;
}
.card-product.style-7 .list-product-btn .box-icon {
  border-radius: 0;
}
.card-product.style-7 .list-product-btn .box-icon:not(:last-child) {
  border-right: 1px solid var(--line);
}
.card-product.style-swatch-img .list-color-product {
  gap: 2px;
}
.card-product.style-swatch-img .list-color-product .list-color-item {
  width: 30px;
  height: 30px;
  padding: 3px;
  border: 1px solid transparent;
  border-radius: 6px;
}
.card-product.style-swatch-img .list-color-product .list-color-item img {
  border-radius: 3px;
  position: relative;
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  visibility: visible;
}
.card-product .box-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.card-product .list-star {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.card-product .list-star .icon {
  font-size: 16px;
  color: var(--line);
}
.card-product .list-star .icon:not(:last-child) {
  color: var(--yellow);
}
.card-product .progress {
  --bs-progress-height: 8px;
  --bs-progress-bar-bg: var(--critical);
  --bs-progress-bg: var(--line);
  --bs-progress-border-radius: 1000px;
}
.card-product .progress .progress-bar {
  border-radius: var(--bs-progress-border-radius);
}
.card-product .box-progress-stock .stock-status {
  margin-top: 8px;
  gap: 4px;
}
.card-product .box-progress-stock .stock-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.card-product.style-list {
  display: flex;
  gap: 15px;
}
.card-product.style-list .card-product-wrapper {
  max-width: 360px;
  width: 35%;
}
.card-product.style-list .variant-wrap-list {
  width: 100%;
}
.card-product.style-list .card-product-info {
  flex: 1 1 auto;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: self-start;
  max-width: 60%;
}
.card-product.style-list .card-product-info .old-price {
  margin-right: 8px;
}
.card-product.style-list .list-product-btn {
  display: flex;
  gap: 8px;
}
.card-product.style-list .list-product-btn .btn-main-product {
  max-width: 272px;
  width: 100%;
  border: 1px solid var(--line);
}
.card-product.style-list .list-product-btn .box-icon {
  border: 1px solid var(--line);
}
.card-product.style-list .size-box {
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.card-product.style-list .size-box .size-item {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}
.card-product.style-list .size-box .size-item.disable {
  pointer-events: none;
  background-color: var(--surface);
  color: var(--secondary-2);
  border-color: var(--surface);
}
.card-product.style-list .size-box .size-item:hover {
  border-color: var(--main) !important;
  background-color: transparent !important;
  color: var(--main) !important;
}
.card-product.style-list .size-box .size-item.active {
  background-color: var(--main) !important;
  color: var(--white) !important;
  border-color: var(--main) !important;
}
.card-product.style-list .list-color-product {
  margin-bottom: 8px;
}
.card-product.style-list .list-product-btn {
  position: unset;
  justify-content: flex-start;
}
.card-product.list-st-2 {
  display: flex;
  gap: 15px;
}
.card-product.list-st-2 .card-product-info {
  flex: 1 1 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: self-start;
  gap: 10px;
  max-width: 68%;
}
.card-product.list-st-2 .card-product-wrapper {
  max-width: 210px;
  width: 32%;
}
.card-product.list-st-2 .card-product-wrapper.type-width-2 {
  max-width: 105px;
}
.card-product.list-st-2 .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.card-product.list-st-2 .box-icon {
  flex-shrink: 0;
  background-color: var(--surface);
}
.card-product.list-st-2 .list-product-btn {
  position: unset;
  justify-content: flex-start;
}
.card-product.list-st-2.has-border {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 4px;
}
.card-product.list-st-3 {
  display: flex;
  gap: 15px;
  border: 1px solid var(--line);
  padding: 15px;
  border-radius: 4px;
  overflow: hidden;
}
.card-product.list-st-3 .inner-wrapper-card {
  max-width: 210px;
  width: 41.8%;
  display: flex;
  flex-direction: column;
}
.card-product.list-st-3 .inner-wrapper-card .box-progress-stock {
  margin-top: 10px;
}
.card-product.list-st-3 .inner-wrapper-card .card-product-wrapper {
  flex-grow: 1;
}
.card-product.list-st-3 .card-product-info {
  flex: 1 1 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: self-start;
  gap: 15px;
  max-width: 58.2%;
}
.card-product.list-st-3 .card-product-info .inner-top {
  display: grid;
  gap: 4px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
.card-product.list-st-3 .card-product-info .inner-bottom {
  display: grid;
  gap: 8px;
}
.card-product.list-st-3 .card-product-info .list-product-btn {
  display: flex;
  gap: 5px;
}
.card-product.list-st-3 .card-product-info .list-product-btn .box-icon {
  border: 1px solid var(--line);
}
.card-product.list-st-3 .card-product-info .list-product-btn .box-icon .icon {
  font-size: 20px;
}
.card-product.list-st-3 .card-product-info .list-product-btn .btn-main-product {
  max-width: 176px;
  width: 100%;
}
.card-product.list-st-3 .archive-info-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
}
.card-product.list-st-3 .list-product-btn {
  position: unset;
  justify-content: flex-start;
}
.card-product .countdown-box .countdown__timer {
  display: flex;
  gap: 10px;
}
.card-product .countdown-box .countdown__item {
  background-color: #46b0e5;
  color: var(--white);
  padding: 3px 0px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48px;
  height: 48px;
}
.card-product .countdown-box .countdown__item .countdown__label {
  font-size: 12px;
  line-height: 16px;
}
.card-product .countdown-box .countdown__item .countdown__value {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
/* .card-product:not(.list-st-3, .list-st-2, .style-list) .card-product-wrapper {
  aspect-ratio: 1/1.33;
} */

.loadItem.hidden {
  display: none !important;
}
.loadItem.card-product.style-list:not(.hidden) {
  display: flex !important;
}

.list-color-product {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.list-color-product .list-color-item {
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.list-color-product .list-color-item .swatch-value {
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-color-product .list-color-item img {
  visibility: hidden;
  width: 18px;
  height: 18px;
  position: absolute;
}
.list-color-product .list-color-item.line {
  border: 1px solid var(--line);
}
.list-color-product .list-color-item.active,
.list-color-product .list-color-item:hover {
  border-color: var(--main);
}
.list-color-product .list-color-item.active .swatch-value,
.list-color-product .list-color-item:hover .swatch-value {
  border-color: var(--white);
}

.stagger-wrap .stagger-item {
  transition: 0.3s ease-in-out;
  transform: scale(0.5) rotate(90deg) skew(15deg);
  opacity: 0;
}
.stagger-wrap .stagger-item.stagger-finished {
  transform: scale(1) rotate(0deg) skew(0deg);
  opacity: 1;
}

.slider-scroll,
.thumbs-slider {
  display: flex;
  gap: 20px;
}

.tf-product-media-thumbs {
  width: 80px;
  flex-shrink: 0;
  max-height: 687px;
}
.tf-product-media-thumbs .swiper-slide {
  height: max-content;
  width: auto;
}
.tf-product-media-thumbs .swiper-slide .item {
  position: relative;
  height: 100%;
  max-height: 107px;
  max-width: 80px;
}
.tf-product-media-thumbs .swiper-slide .item img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-product-media-thumbs .swiper-slide .item::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.tf-product-media-thumbs .swiper-slide.swiper-slide-thumb-active .item::after {
  border-color: var(--main);
}

.tf-product-media-main {
  width: calc(100% - 100px);
}
.tf-product-media-main .item {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  max-height: 687px;
}
.tf-product-media-main .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbs-bottom .thumbs-slider {
  flex-direction: column;
}
.thumbs-bottom .thumbs-slider .tf-product-media-thumbs {
  order: 1;
  width: 100%;
}
.thumbs-bottom .thumbs-slider .tf-product-media-thumbs .swiper-slide {
  width: auto;
}
.thumbs-bottom .thumbs-slider .tf-product-media-main {
  width: 100%;
}
.thumbs-bottom .thumbs-slider .tf-product-media-main .item {
  max-height: 820px;
}

.tf-product-info-list .tf-product-info-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 20px;
}
.tf-product-info-list .tf-product-info-name {
  margin-bottom: 20px;
}
.tf-product-info-list .tf-product-info-name > .text {
  color: var(--secondary-2);
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.tf-product-info-list .tf-product-info-name .name {
  margin-bottom: 12px;
}
.tf-product-info-list .tf-product-info-name > .sub {
  display: flex;
  align-items: center;
  gap: 10px 16px;
  flex-wrap: wrap;
}
.tf-product-info-list .tf-product-info-rate {
  display: flex;
  gap: 4px;
  align-items: center;
}
.tf-product-info-list .tf-product-info-rate .list-start {
  display: flex;
}
.tf-product-info-list .tf-product-info-rate .icon {
  font-size: 15px;
}
.tf-product-info-list .tf-product-info-rate .text {
  color: var(--secondary);
}
.tf-product-info-list .tf-product-info-sold {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  align-items: center;
}
.tf-product-info-list .tf-product-info-sold .icon {
  font-size: 20px;
  color: #46b0e5;
  animation: tf-ani-flash 2s infinite;
}
.tf-product-info-list .tf-product-info-desc {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.tf-product-info-list .tf-product-info-desc > p {
  color: var(--secondary);
}
.tf-product-info-list .tf-product-info-liveview {
  display: flex;
  gap: 8px;
  align-items: center;
}
.tf-product-info-list .tf-product-info-liveview .icon {
  font-size: 20px;
}
.tf-product-info-list .tf-product-info-choose-option {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tf-product-info-list .tf-product-info-by-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tf-product-info-list .tf-product-info-by-btn .box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid var(--line);
  font-size: 24px;
}
.tf-product-info-list .tf-product-info-by-btn .box-icon:hover {
  background-color: var(--main);
  color: var(--white);
  border-color: var(--main);
}
.tf-product-info-list .tf-product-info-help {
  padding-bottom: 19px;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tf-product-info-list .tf-product-info-help .tf-product-info-extra-link {
  display: flex;
  gap: 15px 34px;
  align-items: center;
  flex-wrap: wrap;
}
.tf-product-info-list
  .tf-product-info-help
  .tf-product-info-extra-link
  .tf-product-extra-icon {
  display: flex;
  gap: 4px;
  align-items: center;
  position: relative;
}
.tf-product-info-list
  .tf-product-info-help
  .tf-product-info-extra-link
  .tf-product-extra-icon
  .icon {
  font-size: 20px;
  line-height: 20px;
}
.tf-product-info-list
  .tf-product-info-help
  .tf-product-info-extra-link
  .tf-product-extra-icon:not(:last-child)::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 20px;
  right: -18px;
  top: 1px;
  background-color: var(--line);
}
.tf-product-info-list .tf-product-info-help .tf-product-info-available,
.tf-product-info-list .tf-product-info-help .tf-product-info-return,
.tf-product-info-list .tf-product-info-help .tf-product-info-time {
  display: flex;
  gap: 4px;
  align-items: center;
}
.tf-product-info-list .tf-product-info-help .tf-product-info-available .icon,
.tf-product-info-list .tf-product-info-help .tf-product-info-return .icon,
.tf-product-info-list .tf-product-info-help .tf-product-info-time .icon {
  font-size: 20px;
  line-height: 20px;
}
.tf-product-info-list .tf-product-info-help .tf-product-info-available p,
.tf-product-info-list .tf-product-info-help .tf-product-info-return p,
.tf-product-info-list .tf-product-info-help .tf-product-info-time p {
  color: var(--secondary);
}
.tf-product-info-list .tf-product-info-help .tf-product-info-available p span,
.tf-product-info-list .tf-product-info-help .tf-product-info-return p span,
.tf-product-info-list .tf-product-info-help .tf-product-info-time p span {
  color: var(--main);
}
.tf-product-info-list .tf-product-info-help .tf-product-info-view {
  display: flex;
  gap: 4px;
  align-items: center;
}
.tf-product-info-list .tf-product-info-help .tf-product-info-view .icon {
  font-size: 20px;
  line-height: 20px;
}
.tf-product-info-list .tf-product-info-help .tf-product-info-view span {
  text-decoration: underline;
  font-size: 14px;
  line-height: 22px;
}
.tf-product-info-list ul.tf-product-info-sku {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--line);
}
.tf-product-info-list ul.tf-product-info-sku li {
  display: flex;
  align-items: center;
  gap: 4px;
}
.tf-product-info-list ul.tf-product-info-sku li .text-1 {
  color: var(--secondary);
}
.tf-product-info-list .tf-product-info-guranteed {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.tf-product-info-list .tf-product-info-guranteed .tf-payment {
  gap: 12px;
}
.tf-product-info-list .tf-product-info-guranteed a img {
  width: 50px;
}
.tf-product-info-list .wg-quantity input {
  pointer-events: none;
}

.tf-product-info-price {
  display: flex;
  align-items: center;
}
.tf-product-info-price .price-on-sale {
  margin-right: 8px;
}
.tf-product-info-price .compare-at-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.52px;
  color: var(--secondary-2);
  text-decoration: line-through;
  margin-right: 16px;
}
.tf-product-info-price .badges-on-sale {
  padding: 0 8px;
  background-color: var(--critical);
  border-radius: 999px;
  color: var(--white);
  letter-spacing: 0.1em;
}
.tf-product-info-price.type-small .price-on-sale {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin-right: 4px;
}
.tf-product-info-price.type-small .compare-at-price {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-right: 4px;
}
.tf-product-info-price.type-small .badges-on-sale {
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1em;
}
.tf-product-info-price.type-1 .price-on-sale {
  margin-right: 25px;
}
.tf-product-info-price.type-1 .compare-at-price {
  margin-right: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  position: relative;
}
.tf-product-info-price.type-1 .compare-at-price::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 16px;
  left: -13px;
  background-color: var(--line);
  top: 50%;
  transform: translateY(-50%);
}
.tf-product-info-price.type-1 .badges-on-sale {
  padding: 2px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.wg-quantity {
  width: 180px;
  height: 48px;
  display: flex;
  justify-content: space-between;
  background-color: var(--white);
  border: 2px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
}
.wg-quantity input {
  width: 88px;
  height: 44px;
  padding: 0;
  background-color: transparent;
  border: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--main);
}
.wg-quantity .btn-quantity {
  width: 44px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  color: var(--main);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-quantity .btn-quantity:hover {
  color: #46b0e5;
}
.wg-quantity.style-1 {
  width: 140px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background-color: var(--surface);
}
.wg-quantity.style-1 input {
  width: 56px;
}

.variant-picker-item .variant-picker-label span {
  margin-left: 8px;
}
.variant-picker-item .size-guide {
  text-decoration: underline;
}
.variant-picker-item .variant-picker-values {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.variant-picker-item .variant-picker-values.gap12 {
  gap: 12px;
}
.variant-picker-item .variant-picker-values.type-click input:checked + label {
  border: 1px solid var(--main);
  padding: 3px;
}
.variant-picker-item
  .variant-picker-values.type-click
  input:checked
  + label.style-text-1 {
  background-color: var(--main);
  border: 2px solid var(--main);
}
.variant-picker-item
  .variant-picker-values.type-click
  input:checked
  + label.style-text-1
  span {
  color: var(--white);
}
.variant-picker-item .variant-picker-values input {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}
.variant-picker-item .variant-picker-values input:checked + label.style-text {
  background-color: var(--main);
  border: 1px solid var(--main);
}
.variant-picker-item
  .variant-picker-values
  input:checked
  + label.style-text
  span {
  color: var(--white);
}
.variant-picker-item .variant-picker-values label {
  position: relative;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 400;
  line-height: 22.4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.variant-picker-item .variant-picker-values label .btn-checkbox {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  border: 3px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.variant-picker-item .variant-picker-values label.style-text {
  width: 48px;
  height: 48px;
  border: 2px solid var(--line);
  border-radius: 50%;
  padding: 7px 15px;
}
.variant-picker-item .variant-picker-values label.style-text:hover {
  border-color: var(--main);
}
.variant-picker-item .variant-picker-values label.style-text-1 {
  gap: 8px;
  width: unset;
  height: 48px;
  border: 2px solid var(--line);
  border-radius: 999px;
  padding: 10px 18px !important;
}
.variant-picker-item .variant-picker-values label.style-text-1:hover {
  border-color: var(--main);
}
.variant-picker-item .variant-picker-values label.style-text-1 .circle-color {
  display: flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.variant-picker-item .variant-picker-values label.type-disable {
  pointer-events: none;
  background-color: var(--surface);
  color: var(--secondary-2);
  border-color: var(--surface);
  cursor: no-drop;
}
.variant-picker-item .variant-picker-values label.type-sold-out {
  overflow: hidden;
}
.variant-picker-item .variant-picker-values label.type-sold-out::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 32px;
  height: 1.2px;
  border-bottom: 1.2px dashed var(--secondary-2);
}
.variant-picker-item .variant-picker-values label.type-sold-out::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 32px;
  height: 1.2px;
  border-bottom: 1.2px dashed var(--secondary-2);
}
.variant-picker-item .variant-picker-values label.style-image {
  display: flex;
  flex-direction: column;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 4px;
  width: 72px;
  height: 92px;
}
.variant-picker-item .variant-picker-values label.style-image img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.variant-picker-item .variant-picker-values label.style-image-rounded {
  display: flex;
  flex-direction: column;
  border: 2px solid var(--line);
  border-radius: 50%;
  padding: 2px;
  width: 48px;
  height: 48px;
}
.variant-picker-item .variant-picker-values label.style-image-rounded img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.variant-picker-item .other-variant-btn.line,
.variant-picker-item .color-btn.line {
  border-color: var(--line);
}
.variant-picker-item .other-variant-btn.active,
.variant-picker-item .color-btn.active {
  border-color: var(--main);
}
.variant-picker-item .other-variant-btn.active .btn-checkbox,
.variant-picker-item .color-btn.active .btn-checkbox {
  border-color: var(--white);
}
.variant-picker-item .other-variant-btn.style-text-1.active,
.variant-picker-item .color-btn.style-text-1.active {
  background-color: var(--main);
  border-color: var(--main);
}
.variant-picker-item .other-variant-btn.style-text-1.active span,
.variant-picker-item .color-btn.style-text-1.active span {
  color: var(--white);
}
.variant-picker-item .other-variant-btn.style-image.active,
.variant-picker-item .color-btn.style-image.active {
  border-color: var(--main);
}
.variant-picker-item .other-variant-btn.style-image-rounded.active,
.variant-picker-item .color-btn.style-image-rounded.active {
  border-color: var(--main);
}
.variant-picker-item .variant-other-size .btn-size {
  padding: 12px 25px;
  color: var(--secondary);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 4px;
  border: 2px solid var(--line);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: var(--white);
}
.variant-picker-item .variant-other-size .btn-size:hover,
.variant-picker-item .variant-other-size .btn-size.active {
  border-color: var(--main);
  color: var(--main);
}

.value-currentVariant,
.select-currentColor,
.value-currentColor {
  text-transform: capitalize;
}

.product-description-list .product-description-list-item:not(:last-child) {
  margin-bottom: 40px;
}
.product-description-list
  .product-description-list-item
  .product-description-list-title {
  padding-bottom: 11px;
  border-bottom: 1px solid var(--main);
  margin-bottom: 20px;
}
.product-description-list
  .product-description-list-item
  .product-description-list-content {
  border-radius: 8px;
  padding: 40px;
  border: 1px solid var(--line);
}

.tf-main-product.full-width {
  display: flex;
  padding: 0 60px;
  padding: 0 43px 0 60px;
  gap: 0 80px;
}
.tf-main-product.full-width > div {
  width: calc(50% - 40px);
}
.tf-main-product.full-width .thumbs-slider,
.tf-main-product.full-width .tf-product-info-list {
  max-width: unset !important;
}
.tf-main-product.full-width .tf-product-media-thumbs,
.tf-main-product.full-width .tf-product-media-main .item {
  max-height: 1013px;
}

.product-fixed-price .grid-image-top {
  display: flex;
  gap: 32px 30px;
  margin-bottom: 60px;
}
.product-fixed-price .grid-image-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-fixed-price .grid-image-top .item-3 {
  margin-bottom: 32px;
}
.product-fixed-price .left-desc {
  margin-left: unset;
  padding: 0 !important;
  max-width: 710px;
}
.product-fixed-price .right-details {
  border-radius: 8px;
  box-shadow: 0px 5px 18px 5px rgba(64, 72, 87, 0.1490196078);
  padding: 32px;
  max-width: unset;
}

.product-fixed-scroll .accordion-product-wrap {
  padding-top: 40px;
}

.frequently-bought-together-2 {
  margin-top: 40px;
}

.tf-bundle-product-item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.tf-bundle-product-item .tf-product-bundle-image {
  flex-shrink: 0;
  width: 102px;
  height: 133px;
  border-radius: 8px;
  overflow: hidden;
}
.tf-bundle-product-item .tf-product-bundle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-bundle-product-item .tf-product-bundle-infos {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.tf-bundle-product-item .tf-product-bundle-infos .text-title {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.tf-bundle-product-item .tf-check {
  flex-shrink: 0;
  width: 21px;
  height: 21px;
  margin: 3.5px;
  border-width: 2px;
  border-radius: 2px;
}
.tf-bundle-product-item .tf-check::before {
  font-size: 12px;
}

.tf-product-upsell {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.tf-product-upsell .tf-product-upsell-slod .tf-product-process-wrap {
  width: 100%;
  max-width: 380px;
}
.tf-product-upsell .tf-product-upsell-slod .tf-product-process-wrap .progress {
  height: 8px;
  background-color: var(--line);
  margin-bottom: 8px;
}
.tf-product-upsell
  .tf-product-upsell-slod
  .tf-product-process-wrap
  .progress
  .progress-bar-striped {
  background-size: 16px 16px;
  background-color: var(--critical);
  background-image: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.tf-product-pre-order {
  padding: 4px 16px;
  background-color: var(--main);
  border-radius: 99px;
  width: max-content;
  color: var(--white);
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: -1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: -1rem;
  }
}
.tf-product-customer-note .tf-product-image-upload {
  position: relative;
}
.tf-product-customer-note .tf-product-image-upload label {
  width: 100%;
  height: 48px;
  padding: 9px 14px;
  border-radius: 8px;
  border: 2px solid var(--line);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  cursor: pointer;
}
.tf-product-customer-note .tf-product-image-upload input {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 94px;
  height: 32px;
}
.tf-product-customer-note .tf-product-image-upload input::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 94px;
  height: 32px;
  background-color: var(--white);
}
.tf-product-customer-note .tf-product-image-upload input::after {
  position: absolute;
  content: 'UP LOAD';
  left: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.1em;
  padding: 6px 16px;
  border-radius: 999px;
  background-color: var(--main);
  color: var(--white);
  cursor: pointer;
}

.tf-product-out-of-stock {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--line);
}
.tf-product-out-of-stock .form-out-of-stock button {
  border: 1px solid var(--main);
}

.tf-product-deals {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background-color: var(--surface);
}

.tf-product-deals-list .tf-product-deals-item:not(:last-child) {
  margin-bottom: 12px;
}

.tf-product-deals-grid {
  display: flex;
  gap: 12px;
  overflow-x: auto;
}
.tf-product-deals-grid::-webkit-scrollbar {
  height: 8px;
}
.tf-product-deals-grid::-webkit-scrollbar-thumb {
  background: var(--secondary-2);
}
.tf-product-deals-grid::-webkit-scrollbar-track {
  background: var(--line);
}

.tf-product-deals-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  padding: 10px 19px;
  border: 2px solid var(--line);
  border-radius: 8px;
  background-color: var(--white);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-product-deals-item .tf-check-rounded::before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-product-deals-item.select-option,
.tf-product-deals-item:hover {
  border-color: var(--main);
}
.tf-product-deals-item.select-option .tf-check-rounded::before,
.tf-product-deals-item:hover .tf-check-rounded::before {
  opacity: 1;
}
.tf-product-deals-item.style-column {
  gap: 12px;
  justify-content: center;
  min-width: 181px;
}
.tf-product-deals-item.style-column .image {
  max-width: 140px;
  max-height: 140px;
  border-radius: 8px;
  overflow: hidden;
}
.tf-product-deals-item.style-column .tf-product-info-price {
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 8px;
}
.tf-product-deals-item.style-column .tf-product-info-price > div {
  margin-right: 0;
}

.tf-product-with-discount .tf-product-discount-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.tf-product-with-discount .tf-product-discount-list .tf-product-discount-item {
  position: relative;
}
.tf-product-with-discount
  .tf-product-discount-list
  .tf-product-discount-item
  .tf-number-discount {
  position: absolute;
  top: 5px;
  right: 59px;
  color: var(--white);
}
.tf-product-with-discount
  .tf-product-discount-list
  .tf-product-discount-item
  .tf-btn-discount {
  position: absolute;
  top: 6px;
  right: 6px;
  background-color: var(--white);
  border-radius: 999px;
  padding: 3px 6px;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.tf-product-subscribe-save .tf-product-subscribe {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tf-product-subscribe-save .tf-product-subscribe-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tf-product-subscribe-save .tf-product-subscribe-item > label {
  cursor: pointer;
  padding-left: 32px;
}
.tf-product-subscribe-save .tf-product-subscribe-item > input {
  cursor: pointer;
  position: absolute;
  top: 7px;
  left: 3px;
  accent-color: var(--main);
}
.tf-product-subscribe-save input:checked ~ .tf-product-box-save {
  display: block;
}
.tf-product-subscribe-save .tf-product-box-save {
  display: none;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid var(--line);
}

.tf-sticky-btn-atc {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 70;
  box-shadow: 0px 5px 18px 5px rgba(64, 72, 87, 0.15);
  background-color: var(--white);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-sticky-btn-atc .form-sticky-atc {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tf-sticky-btn-atc .form-sticky-atc .tf-dropdown-sort {
  padding: 8px 10px;
}
.tf-sticky-btn-atc .tf-sticky-atc-product {
  display: flex;
  gap: 16px;
}
.tf-sticky-btn-atc .tf-sticky-atc-product .image {
  width: 56px;
  height: 74.67px;
  border-radius: 8px;
  overflow: hidden;
}
.tf-sticky-btn-atc .tf-sticky-atc-product .content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tf-sticky-btn-atc .tf-sticky-atc-infos {
  display: flex;
  gap: 32px;
  align-items: center;
}
.tf-sticky-btn-atc .tf-sticky-atc-infos .tf-sticky-atc-btns {
  width: 274px;
}
.tf-sticky-btn-atc.show {
  transform: translateY(0);
}

.tf-add-cart-success {
  position: fixed;
  top: 200px;
  right: -413px;
  width: 353px;
  height: 264px;
  padding: 20px 24px;
  border-radius: 24px;
  background-color: var(--white);
  box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.12);
  z-index: 200;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-delay: 0s !important;
}
.tf-add-cart-success .tf-add-cart-heading {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tf-add-cart-success .tf-add-cart-heading .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  background-color: var(--surface);
  cursor: pointer;
}
.tf-add-cart-success .tf-add-cart-product {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.tf-add-cart-success .tf-add-cart-product .image {
  width: 56px;
  height: 74.67px;
  border-radius: 8px;
  overflow: hidden;
}
.tf-add-cart-success .tf-add-cart-product .content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tf-add-cart-success.active {
  right: 60px;
  transition-delay: 0.5s !important;
}

.tf-has-purchased {
  position: fixed;
  top: 30%;
  right: -331px;
  width: 331px;
  height: 116px;
  padding: 16px;
  border-radius: 8px;
  background-color: var(--white);
  box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.12);
  z-index: 199;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.tf-has-purchased .icon-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border-radius: 50%;
  background-color: var(--line);
  cursor: pointer;
}
.tf-has-purchased .tf-has-purchased-product {
  display: flex;
  gap: 16px;
}
.tf-has-purchased .tf-has-purchased-product .image {
  width: 63px;
  height: 84px;
  border-radius: 4px;
  overflow: hidden;
}
.tf-has-purchased.active {
  right: 60px;
}

.tf-product-stacked .item:first-child {
  grid-column: 1/3;
}

.flat-single-home .tf-product-info-list {
  max-width: 100%;
}
.flat-single-home .tf-product-info-list .tf-product-info-rate {
  margin-bottom: 12px;
}
.flat-single-home .tf-product-info-list .tf-product-info-price .price-on-sale {
  margin-right: 24px;
}
.flat-single-home .tf-product-info-list .tf-product-info-price .old-price {
  margin-right: 12px;
  position: relative;
}
.flat-single-home
  .tf-product-info-list
  .tf-product-info-price
  .old-price::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 16px;
  left: -13px;
  background-color: var(--line);
  top: 50%;
  transform: translateY(-50%);
}
.flat-single-home .tf-product-info-list .tf-product-info-price .old-price-sold {
  color: var(--secondary-2);
  text-decoration: line-through;
}
.flat-single-home .tf-product-info-list .tf-product-info-heading {
  padding-bottom: 0;
  border: none;
  margin-bottom: 24px;
}
.flat-single-home .tf-product-info-list .wg-quantity,
.flat-single-home .tf-product-info-list .btn-style-2,
.flat-single-home .tf-product-info-list .btn-style-3 {
  border-radius: 4px;
}
.flat-single-home .tf-product-info-list .box-icon {
  border-radius: 8px;
}
.flat-single-home .variant-picker-item .variant-picker-values {
  gap: 8px;
}
.flat-single-home .variant-picker-item .variant-picker-values .type-disable {
  background-color: var(--line);
  border-color: var(--line);
}
.flat-single-home .variant-picker-item .variant-color .color-btn {
  width: 24px;
  height: 24px;
}
.flat-single-home .thumbs-slider {
  max-width: 100%;
  gap: 10px;
}
.flat-single-home .tf-product-media-thumbs .item {
  max-height: 133px;
  max-width: 100px;
}

.tf-buyx-gety-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tf-buyx-gety-wrap .tf-buyx-gety-deviced {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.tf-buyx-gety-wrap .tf-buyx-gety-deviced::after {
  content: '';
  width: 100%;
  position: absolute;
  height: 2px;
  background: var(--main);
  top: 50%;
  transform: translateY(-50%);
}
.tf-buyx-gety-wrap .tf-buyx-gety-deviced span {
  display: flex;
  align-items: center;
  z-index: 9;
  justify-content: center;
  background-color: var(--surface);
  border-radius: 50%;
}

.tf-buyx-gety-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 19px;
  background-color: var(--white);
}
.tf-buyx-gety-item .title {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.tf-buyx-gety-item .image {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}
.tf-buyx-gety-item .tags {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0 12px;
  background-color: #f03e3e;
  border-radius: 99px;
}

.card-product-info .title:before,
.title:after {
  display: none;
}
/*------------ product ---------------- */

/*------------ slider banner ---------------- */
.wrap-slider {
  position: relative;
}
.wrap-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 434px) {
  .wrap-slider img {
    max-height: 210px;
  }
}

.wrap-slider .content-slider {
  display: grid;
  gap: 20px;
}
.wrap-slider .box-title-slider {
  display: grid;
  gap: 10px;
}
.wrap-slider .box-title-slider .subtitle {
  margin-bottom: 12px;
}
.wrap-slider .btn-square {
  max-width: 200px;
  width: 100%;
}

.swiper-slide .box-content {
  opacity: 0;
}
.swiper-slide.swiper-slide-active .box-content {
  opacity: 1;
}

.tf-slideshow {
  overflow: hidden;
  position: relative;
}
.tf-slideshow .wrap-pagination {
  position: absolute;
  z-index: 10;
  bottom: 15px;
  left: 0;
  right: 0;
}
.tf-slideshow .wrap-pagination .sw-dots {
  margin-top: 0;
}
.tf-slideshow .wrap-pagination.stype-space-2 {
  bottom: 20px;
}
.tf-slideshow .card-box {
  border-radius: 20px;
  padding: 20px;
  background-color: var(--white);
  overflow: hidden;
}
.tf-slideshow .box-content {
  position: absolute;
}
.tf-slideshow .sw-dots {
  margin: 0;
}
.tf-slideshow .sw-dots.type-circle .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}
.tf-slideshow .nav-sw {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.tf-slideshow .nav-sw.nav-sw-left {
  left: 30px;
}
.tf-slideshow .nav-sw.nav-sw-right {
  right: 30px;
}
.tf-slideshow:not(.slider-nav-sw) .nav-sw {
  visibility: hidden;
}
.tf-slideshow:not(.slider-nav-sw) .nav-sw.nav-sw-left {
  margin-left: 20px;
}
.tf-slideshow:not(.slider-nav-sw) .nav-sw.nav-sw-right {
  margin-right: 20px;
}
.tf-slideshow:not(.slider-nav-sw):hover .nav-sw {
  visibility: visible;
  margin: 0;
}
.tf-slideshow .slider-group {
  display: flex;
}
.tf-slideshow .slider-group img {
  width: 50%;
}
.tf-slideshow .btn-scroll-next {
  width: 44px;
  height: 44px;
  background-color: var(--white);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tf-slideshow .btn-scroll-next .icon {
  font-size: 20px;
}
.tf-slideshow .btn-scroll-next:hover {
  background-color: var(--main);
  color: var(--white);
}

.slider-default .box-content {
  left: 15px;
  right: 15px;
  bottom: 50px;
}
.slider-default.default-2 .box-content {
  left: 0;
  right: 0;
}

.slider-style2 .box-content {
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.slider-center .box-content {
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.slider-effect-fade .swiper-slide .fade-item {
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-effect-fade .swiper-slide .fade-item.fade-box {
  transition-delay: 0.4s;
}
.slider-effect-fade .swiper-slide .fade-item.fade-item-1 {
  transition-delay: 0.5s;
}
.slider-effect-fade .swiper-slide .fade-item.fade-item-2 {
  transition-delay: 0.6s;
}
.slider-effect-fade .swiper-slide .fade-item.fade-item-3 {
  transition-delay: 0.7s;
}
.slider-effect-fade .swiper-slide .fade-item.fade-item-4 {
  transition-delay: 0.8s;
}
.slider-effect-fade .swiper-slide.swiper-slide-active .fade-item {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.slider-nav-sw .wrap-pagination {
  display: none;
}

.slider-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.slider-radius-1 {
  border-radius: 8px;
  overflow: hidden;
}

.slider-radius-2 {
  border-radius: 12px;
  overflow: hidden;
}

.slider-radius-3 {
  border-radius: 20px;
  overflow: hidden;
}

.slider-collection .collection-position-2 {
  border-radius: 0;
}
.slider-collection .collection-position-2 .content {
  text-align: center;
  bottom: 20px;
}
.slider-collection .collection-position-2 .cls-btn {
  display: inline-flex;
}
.slider-collection .collection-position-2 .cls-btn .icon {
  font-size: 20px;
}

.slider-effect {
  position: relative;
}
.slider-effect.wrap-slider {
  height: auto !important;
}
.slider-effect .content-left {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
}
.slider-effect .content-left .box-content {
  position: unset;
  transform: unset;
}
.slider-effect .content-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-effect .img-slider {
  width: 50%;
  margin-left: auto;
}

.slider-pet-store .wrap-slider {
  border-radius: 8px;
  overflow: hidden;
}
.slider-pet-store .wrap-slider .content-slider {
  padding: 0 60px;
}

.slider-video .wrap-slider {
  display: flex;
}

.slider-parallax .wrap-slider {
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*------------ slider banner ---------------- */
/*-----------　追加したCSS --------------- */
