.topppa-btn-wrapper .topppa-btn {
  color: var(--topppa-color-white);
}
.topppa-btn-wrapper .topppa-btn::before, .topppa-btn-wrapper .topppa-btn::after {
  content: "";
  position: absolute;
  background: var(--topppa-color-secondary);
  transition: var(--topppa-anim-duration);
  z-index: -1;
}
.topppa-btn-wrapper .topppa-btn .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.topppa-btn-wrapper .topppa-btn .btn-icon svg {
  width: 17px;
  height: 17px;
}
.topppa-btn-wrapper .topppa-btn .btn-icon svg path {
  fill: var(--topppa-color-white);
}
.topppa-btn-wrapper .topppa-btn:hover {
  background-color: var(--topppa-color-primary);
  color: var(--topppa-color-white);
}
.topppa-btn-wrapper.style-one .topppa-btn::before, .topppa-btn-wrapper.style-one .topppa-btn::after {
  width: 50%;
  height: 0;
}
.topppa-btn-wrapper.style-one .topppa-btn::before {
  top: 0;
  left: 0;
}
.topppa-btn-wrapper.style-one .topppa-btn::after {
  bottom: 0;
  right: 0;
}
.topppa-btn-wrapper.style-one .topppa-btn:hover::before, .topppa-btn-wrapper.style-one .topppa-btn:hover::after {
  height: 100%;
}
.topppa-btn-wrapper.style-two .topppa-btn::before {
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
  transition-duration: 0.6s;
}
.topppa-btn-wrapper.style-two .topppa-btn:hover::before {
  top: -40%;
}
.topppa-btn-wrapper.style-three .topppa-btn .top-btn-text {
  position: relative;
  top: 0;
  opacity: 1;
  transition: var(--topppa-anim-duration);
}
.topppa-btn-wrapper.style-three .topppa-btn:hover .top-btn-text {
  opacity: 0;
  top: -1.6rem;
}
.topppa-btn-wrapper.style-three .topppa-btn .bottom-btn-text {
  position: absolute;
  display: inline-block;
  opacity: 0;
  top: 63%;
  transition: var(--topppa-anim-duration);
}
.topppa-btn-wrapper.style-three .topppa-btn:hover .bottom-btn-text {
  opacity: 1;
  top: 50%;
  transform: translate(0, -50%);
}
.topppa-btn-wrapper.style-four .topppa-btn::before {
  width: 150%;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(25deg);
  opacity: 0.5;
  transition: var(--topppa-anim-duration);
}
.topppa-btn-wrapper.style-four .topppa-btn:hover::before {
  height: 400%;
  opacity: 1;
}
.topppa-btn-wrapper.style-five .topppa-btn::before, .topppa-btn-wrapper.style-five .topppa-btn::after {
  width: 0;
  height: 50%;
  position: absolute;
  background: var(--topppa-color-secondary);
  transition: var(--topppa-anim-duration-v2);
  z-index: -1;
}
.topppa-btn-wrapper.style-five .topppa-btn::before {
  top: 0;
  left: 0;
}
.topppa-btn-wrapper.style-five .topppa-btn::after {
  bottom: 0;
  right: 0;
}
.topppa-btn-wrapper.style-five .topppa-btn:hover::before {
  width: 100%;
  left: auto;
  right: 0;
}
.topppa-btn-wrapper.style-five .topppa-btn:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.topppa-btn-wrapper.style-six .topppa-btn:hover {
  box-shadow: 0px 4px 24.6px rgba(14, 89, 242, 0.38);
}
.topppa-btn-wrapper.style-seven .topppa-btn:hover {
  background-color: var(--topppa-color-secondary);
}
.topppa-btn-wrapper.style-eight .topppa-btn {
  padding: 1rem 1rem 1rem 2.3rem;
  position: relative;
  font-size: 1.4rem;
  gap: 1.6rem;
}
.topppa-btn-wrapper.style-eight .topppa-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--topppa-color-secondary);
  width: 0;
  height: 100%;
  left: auto;
  right: 0;
  transition: width 0.35s ease-in-out, left 0.35s ease-in-out;
}
.topppa-btn-wrapper.style-eight .topppa-btn:hover::before {
  left: 0;
  width: 100%;
}
.topppa-btn-wrapper.style-eight .topppa-btn .btn-icon {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  background-color: var(--topppa-color-white);
  color: var(--topppa-color-primary);
  transition: var(--topppa-anim-duration);
  z-index: 1;
}
.topppa-btn-wrapper.style-eight .topppa-btn .btn-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  left: auto;
  right: 0;
  background-color: var(--topppa-color-primary);
  transition: width 0.4s ease-in-out, left 0.4s ease-in-out;
  z-index: -1;
}
.topppa-btn-wrapper.style-eight .topppa-btn:hover .btn-icon {
  color: var(--topppa-color-white);
}
.topppa-btn-wrapper.style-eight .topppa-btn:hover .btn-icon::before {
  left: 0;
  width: 100%;
}
.topppa-btn-wrapper.style-nine .topppa-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  animation: opacityFallbackOut 0.5s step-end forwards;
  background-color: var(--topppa-color-secondary);
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  transition: var(--topppa-anim-duration-v2);
  width: 100%;
  height: 100%;
}
.topppa-btn-wrapper.style-nine .topppa-btn:hover::before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}
.topppa-btn-wrapper.style-ten .topppa-btn::before, .topppa-btn-wrapper.style-eleven .topppa-btn::before {
  content: "";
  position: absolute;
  top: var(--y, 50%);
  left: var(--x, 50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--topppa-color-secondary);
  transition: width 0.5s, height 0.5s, top 0.2s, left 0.2s;
}
.topppa-btn-wrapper.style-ten .topppa-btn:hover::before, .topppa-btn-wrapper.style-eleven .topppa-btn:hover::before {
  width: 40rem;
  height: 40rem;
}
.topppa-btn-wrapper.style-thirteen .topppa-btn::before, .topppa-btn-wrapper.style-thirteen .topppa-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 2.5rem solid var(--topppa-color-secondary);
  border-bottom: 2.5rem solid var(--topppa-color-secondary);
  transition: var(--topppa-anim-duration);
  z-index: -1;
  background-color: transparent;
}
.topppa-btn-wrapper.style-thirteen .topppa-btn::before {
  border-right: 2.5rem solid transparent;
  transform: translateX(-100%);
}
.topppa-btn-wrapper.style-thirteen .topppa-btn::after {
  border-left: 2.5rem solid transparent;
  transform: translateX(100%);
}
.topppa-btn-wrapper.style-thirteen .topppa-btn:hover::before {
  transform: translateX(-20%);
}
.topppa-btn-wrapper.style-thirteen .topppa-btn:hover::after {
  transform: translateX(20%);
}
.topppa-btn-wrapper.style-fourteen .topppa-btn::before {
  content: "";
  position: absolute;
  height: calc(100% + 0.2rem);
  width: calc(100% + 3rem);
  top: -1px;
  right: 100%;
  background-color: var(--topppa-color-secondary);
  z-index: -1;
  transition: var(--topppa-anim-duration);
  border-radius: inherit;
  clip-path: polygon(calc(100% - 3rem) 0, 100% 50%, calc(100% - 3rem) 100%, 0 100%, 0 0);
}
.topppa-btn-wrapper.style-fourteen .topppa-btn:hover::before {
  right: -3rem;
}
.topppa-btn-wrapper.style-fifteen .topppa-btn {
  background: transparent;
  color: var(--topppa-color-secondary);
  font-size: 1.6rem;
  padding: 0;
}
.topppa-btn-wrapper.style-fifteen .topppa-btn:hover {
  color: var(--topppa-color-primary);
}
.topppa-btn-wrapper.style-fifteen .topppa-btn::before {
  display: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main-wrapper .topppa-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--topppa-color-border);
  padding-bottom: 2rem;
  margin-bottom: 6rem;
}
.main-wrapper .topppa-shop-toolbar .orderby {
  margin-bottom: 0;
}
.main-wrapper .topppa-pagination {
  margin-top: 5rem;
}
.main-wrapper .topppa-pagination .page-numbers {
  display: inline-flex;
  gap: 1rem;
}
.main-wrapper .topppa-pagination .page-numbers li a,
.main-wrapper .topppa-pagination .page-numbers li span {
  height: 5rem;
  width: 5rem;
  background: var(--topppa-color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: var(--topppa-color-white);
}
.main-wrapper .topppa-pagination .page-numbers li a.current, .main-wrapper .topppa-pagination .page-numbers li a:hover,
.main-wrapper .topppa-pagination .page-numbers li span.current,
.main-wrapper .topppa-pagination .page-numbers li span:hover {
  background: var(--topppa-color-secondary);
}
.main-wrapper .brand-logo-arrow {
  position: absolute;
  bottom: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.main-wrapper .brand-logo-arrow .button {
  position: absolute;
  cursor: pointer;
  padding: 14px 20px;
  z-index: 10;
  background: var(--topppa-color-primary);
  color: var(--topppa-color-white);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-wrapper .brand-logo-arrow .topppa-arrow-prev {
  left: -100px;
}
.main-wrapper .brand-logo-arrow .topppa-arrow-next {
  right: -100px;
}
@media (max-width: 1199px) {
  .main-wrapper .brand-logo-arrow {
    display: none;
  }
}
@media (max-width: 1350px) {
  .main-wrapper .brand-logo-arrow .topppa-arrow-prev {
    left: -50px;
  }
  .main-wrapper .brand-logo-arrow .topppa-arrow-next {
    right: -50px;
  }
}
.main-wrapper .topppa-dote-pagination {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 30px;
}
.main-wrapper .topppa-dote-pagination .swiper-pagination-bullet {
  cursor: pointer;
  height: 20px;
  width: 20px;
  background: var(--topppa-color-primary);
  margin: 0 !important;
  padding: 0;
  transition: all 0.3s ease;
}
.main-wrapper .topppa-dote-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active {
  background: var(--topppa-color-primary);
}

.topppa-product-wrp .product-items {
  border: 1px solid var(--topppa-color-border);
}
.topppa-product-wrp .product-items .topppa-btn {
  border-radius: 0.5rem;
}
.topppa-product-wrp .product-items .topppa-store-product-img {
  height: 32rem;
  position: relative;
  overflow: hidden;
}
.topppa-product-wrp .product-items .topppa-store-product-img img {
  transition: var(--topppa-anim-duration);
}
.topppa-product-wrp .product-items .topppa-store-product-img .image-anim1 {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.3);
  width: 200%;
  height: 0;
  z-index: 1;
}
.topppa-product-wrp .product-items .topppa-store-product-img .image-anim1.v2 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.topppa-product-wrp .product-items .topppa-store-product-img .image-anim2 {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  width: 200%;
  height: 0;
  z-index: 1;
  opacity: 1;
}
.topppa-product-wrp .product-items .topppa-store-product-img .image-anim3 {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(25deg);
  z-index: 2;
}
.topppa-product-wrp .product-items .topppa-store-product-img img {
  height: 100%;
  width: 100%;
}
.topppa-product-wrp .product-items .topppa-store-product-img .actions {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: var(--topppa-anim-duration);
  opacity: 0;
  z-index: 99;
}
.topppa-product-wrp .product-items .topppa-store-product-img .actions .yith-add-to-wishlist-button-block {
  margin: 0;
}
.topppa-product-wrp .product-items .topppa-store-product-img .actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--topppa-color-white);
  height: 4.5rem;
  width: 4.5rem;
  font-size: 1.8rem;
  color: var(--topppa-color-secondary);
}
.topppa-product-wrp .product-items .topppa-store-product-img .actions a:hover {
  background-color: #d8cccc;
}
.topppa-product-wrp .product-items .topppa-store-product-img .actions span.yith-wcwl-add-to-wishlist-button__label {
  display: none;
}
.topppa-product-wrp .product-items .topppa-store-product-img .actions .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg {
  height: 2.3rem;
  width: 2.3rem;
}
.topppa-product-wrp .product-items .topppa-store-product-img .actions .add_to_cart_button.added {
  display: none;
}
.topppa-product-wrp .product-items .topppa-store-product-img .actions a.added_to_cart {
  margin-top: 0;
  font-size: 0;
  position: relative;
}
.topppa-product-wrp .product-items .topppa-store-product-img .actions a.added_to_cart::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 2.4rem;
  font-weight: 600;
}
.topppa-product-wrp .product-items .topppa-store-product-img .actions a.added_to_cart:hover {
  color: var(--topppa-color-primary);
}
.topppa-product-wrp .product-items .topppa-store-product-img .topppa-product-offer {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background-color: var(--topppa-color-primary);
  padding: 0.8rem;
  color: var(--topppa-color-white);
}
.topppa-product-wrp .product-items .topppa-store-content {
  padding: 2rem;
}
.topppa-product-wrp .product-items .topppa-store-content .cart-button.topppa-btn-wrapper {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.topppa-product-wrp .product-items .topppa-store-content .cart-button.topppa-btn-wrapper .topppa-quantity-input {
  width: 6rem;
  height: 4rem;
  text-align: center;
  border: 1px solid var(--topppa-color-border);
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--topppa-color-secondary);
  background-color: var(--topppa-color-white);
  outline: none;
  transition: var(--topppa-anim-duration);
}
.topppa-product-wrp .product-items .topppa-store-content .cart-button.topppa-btn-wrapper .topppa-quantity-input:focus {
  border-color: var(--topppa-color-primary);
  box-shadow: 0 0 0 2px rgba(var(--topppa-color-primary), 0.1);
}
.topppa-product-wrp .product-items .topppa-store-content .cart-button.topppa-btn-wrapper .topppa-quantity-input::-webkit-outer-spin-button, .topppa-product-wrp .product-items .topppa-store-content .cart-button.topppa-btn-wrapper .topppa-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.topppa-product-wrp .product-items .topppa-store-content .cart-button.topppa-btn-wrapper .topppa-quantity-input[type=number] {
  -moz-appearance: textfield;
}
.topppa-product-wrp .product-items .topppa-store-content .topppa-store-title {
  margin-bottom: 0;
}
.topppa-product-wrp .product-items .topppa-store-content .topppa-store-title a {
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
}
.topppa-product-wrp .product-items .topppa-store-content .topppa-store-price-wrp {
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.topppa-product-wrp .product-items .topppa-store-content .topppa-store-price-wrp .topppa-price-prefix {
  font-size: 1.4rem;
  font-weight: 400;
  color: #666666;
  display: inline-block;
}
.topppa-product-wrp .product-items .topppa-store-content .topppa-store-price-wrp .topppa-price-suffix {
  font-size: 1.4rem;
  font-weight: 400;
  color: #666666;
  display: inline-block;
}
.topppa-product-wrp .product-items .topppa-store-content .topppa-store-price-wrp del bdi {
  font-weight: 500;
  color: #666666;
  font-size: 1.6rem;
}
.topppa-product-wrp .product-items .topppa-store-content .topppa-store-price-wrp ins {
  text-decoration: none;
}
.topppa-product-wrp .product-items .topppa-store-content .topppa-store-price-wrp bdi {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--topppa-color-secondary);
}
.topppa-product-wrp .product-items .topppa-store-content .topppa-btn {
  margin-top: 1.5rem;
  position: relative;
  transition: all 0.3s ease;
}
.topppa-product-wrp .product-items .topppa-store-content .topppa-btn.loading {
  opacity: 0.7;
  pointer-events: none;
}
.topppa-product-wrp .product-items .topppa-store-content .topppa-btn.loading i.fa-spinner {
  animation: spin 1s linear infinite;
}
.topppa-product-wrp .product-items .topppa-store-content .topppa-btn.view-cart {
  background-color: var(--topppa-color-secondary);
}
.topppa-product-wrp .product-items .topppa-store-content .topppa-btn.view-cart:hover {
  background-color: rgba(var(--topppa-color-secondary), 0.8);
}
.topppa-product-wrp .product-items .topppa-store-content .topppa-btn:hover {
  color: var(--topppa-color-white);
}
.topppa-product-wrp .product-items .prodcut-rating i {
  margin-right: 0.3rem;
  color: #ffab00;
}
.topppa-product-wrp .product-items .prodcut-rating i:last-child {
  margin-right: 0;
}
.topppa-product-wrp .product-items .topppa-stock-status {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 0.3rem;
  transition: var(--topppa-anim-duration);
}
.topppa-product-wrp .product-items .topppa-stock-status.in-stock {
  color: #28a745;
  background-color: rgba(40, 167, 69, 0.1);
  border: 1px solid rgba(40, 167, 69, 0.3);
  padding: 5px 9px;
}
.topppa-product-wrp .product-items .topppa-stock-status.out-of-stock {
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.1);
  border: 1px solid rgba(220, 53, 69, 0.3);
  padding: 5px 9px;
}
.topppa-product-wrp .product-items .topppa-stock-status.on-backorder {
  color: #ffc107;
  background-color: rgba(255, 193, 7, 0.1);
  border: 1px solid rgba(255, 193, 7, 0.3);
  padding: 5px 9px;
}
.topppa-product-wrp .product-items:hover .actions {
  opacity: 1;
}
.topppa-product-wrp .product-items:hover .topppa-store-product-img img {
  transform: scale(1.05);
}
.topppa-product-wrp .product-items:hover .topppa-store-product-img .image-anim1,
.topppa-product-wrp .product-items:hover .topppa-store-product-img .image-anim2 {
  height: 250%;
  opacity: 0;
  transition: all 1000ms linear;
  background-color: transparent;
}
.topppa-product-wrp .product-items:hover .topppa-store-product-img .image-anim3 {
  animation: 1s swipe;
}
.topppa-product-wrp.style-two .product-items .topppa-store-product-img .actions {
  top: auto;
  left: auto;
  right: 0;
  bottom: -10rem;
  transform: inherit;
  opacity: 1;
  gap: 2rem;
  background-color: var(--topppa-color-white);
  padding: 1rem 2rem;
}
.topppa-product-wrp.style-two .product-items .topppa-store-product-img .actions a {
  height: inherit;
  width: inherit;
  background-color: transparent;
}
.topppa-product-wrp.style-two .product-items .topppa-store-product-img .actions a.added_to_cart.topppa-btn {
  padding: 0;
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 0;
}
.topppa-product-wrp.style-two .product-items .topppa-store-product-img .actions a:hover {
  background-color: transparent;
}
.topppa-product-wrp.style-two .product-items:hover .topppa-store-product-img .actions {
  bottom: 0;
}
.topppa-product-wrp.style-three .product-items {
  overflow: hidden;
  border: none;
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.35, 0.95);
}
.topppa-product-wrp.style-three .product-items .topppa-store-product-img .actions {
  flex-direction: column;
  left: auto;
  bottom: auto;
  right: -10rem;
  top: 2rem;
  transform: inherit;
  opacity: 1;
  gap: 1rem;
  background-color: transparent;
  padding: 0;
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.35, 0.95);
}
.topppa-product-wrp.style-three .product-items .topppa-store-product-img .actions a {
  background: var(--topppa-color-white);
  border-radius: 100%;
  height: 4.5rem;
  width: 4.5rem;
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.35, 0.95);
}
.topppa-product-wrp.style-three .product-items .topppa-store-product-img .actions a i {
  transition: unset;
}
.topppa-product-wrp.style-three .product-items .topppa-store-product-img .actions a svg path {
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.35, 0.95);
}
.topppa-product-wrp.style-three .product-items .topppa-store-product-img .actions a:hover {
  background-color: var(--topppa-color-primary);
  color: var(--topppa-color-white);
}
.topppa-product-wrp.style-three .product-items .topppa-store-product-img .actions a:hover svg path {
  fill: var(--topppa-color-white);
}
.topppa-product-wrp.style-three .product-items .topppa-store-content {
  position: relative;
  background-color: var(--topppa-color-white);
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.35, 0.95);
  transform: translateY(0);
  z-index: 99;
}
.topppa-product-wrp.style-three .product-items .topppa-store-content .topppa-store-price-wrp {
  order: 1;
}
.topppa-product-wrp.style-three .product-items .topppa-store-content .topppa-store-title a {
  color: var(--topppa-color-secondary);
}
.topppa-product-wrp.style-three .product-items .topppa-store-content .topppa-store-title a:hover {
  color: var(--topppa-color-primary);
}
.topppa-product-wrp.style-three .product-items .topppa-store-content .prodcut-rating {
  padding-bottom: 1rem;
}
.topppa-product-wrp.style-three .product-items .topppa-store-content .cart-button {
  display: block;
  position: absolute;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.35, 0.95);
}
.topppa-product-wrp.style-three .product-items .topppa-store-content .cart-button .button-quntity-n-cart {
  display: flex;
  align-items: center;
  gap: 15px;
}
.topppa-product-wrp.style-three .product-items .topppa-store-content .cart-button .topppa-quantity-input {
  width: 6rem;
  height: 4.5rem;
  border: 1px solid var(--topppa-color-border);
  border-radius: 0.4rem;
  text-align: center;
  font-size: 1.4rem;
  color: var(--topppa-color-secondary);
  background-color: var(--topppa-color-white);
  outline: none;
  transition: all 0.3s ease;
  margin-bottom: 0;
  padding: 0;
}
.topppa-product-wrp.style-three .product-items .topppa-store-content .cart-button .topppa-quantity-input:focus {
  border-color: var(--topppa-color-primary);
}
.topppa-product-wrp.style-three .product-items .topppa-store-content .cart-button .topppa-btn {
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.35, 0.95);
  margin-top: 0;
}
.topppa-product-wrp.style-three .product-items .topppa-store-content .cart-button .topppa-btn.loading {
  opacity: 0.7;
  pointer-events: none;
}
.topppa-product-wrp.style-three .product-items .topppa-store-content .cart-button .topppa-btn.loading i.fa-spinner {
  animation: spin 1s linear infinite;
}
.topppa-product-wrp.style-three .product-items .topppa-store-content .cart-button .topppa-btn.view-cart {
  background-color: var(--topppa-color-secondary);
  opacity: 1;
}
.topppa-product-wrp.style-three .product-items .topppa-store-content .cart-button .topppa-btn.view-cart:hover {
  background-color: rgba(var(--topppa-color-secondary), 0.8);
}
.topppa-product-wrp.style-three .product-items .topppa-store-content .cart-button .added {
  display: none;
}
.topppa-product-wrp.style-three .product-items .topppa-store-content .cart-button .added_to_cart {
  display: inline-block;
}
.topppa-product-wrp.style-three .product-items:hover .cart-button {
  opacity: 1;
}
.topppa-product-wrp.style-three .product-items:hover .topppa-store-content {
  transform: translateY(-4rem);
}
.topppa-product-wrp.style-three .product-items:hover .actions {
  right: 2rem;
}
.topppa-product-wrp.style-four .product-items .topppa-store-product-img .actions {
  flex-direction: column;
  left: auto;
  bottom: auto;
  right: -10rem;
  top: 2rem;
  transform: inherit;
  opacity: 1;
  gap: 1rem;
  background-color: transparent;
  padding: 0;
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.35, 0.95);
}
.topppa-product-wrp.style-four .product-items .topppa-store-product-img .actions a {
  background: var(--topppa-color-white);
  border-radius: 100%;
  height: 4.5rem;
  width: 4.5rem;
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.35, 0.95);
}
.topppa-product-wrp.style-four .product-items .topppa-store-product-img .actions a i {
  transition: unset;
}
.topppa-product-wrp.style-four .product-items .topppa-store-product-img .actions a svg path {
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.35, 0.95);
}
.topppa-product-wrp.style-four .product-items .topppa-store-product-img .actions a:hover {
  background-color: var(--topppa-color-primary);
  color: var(--topppa-color-white);
}
.topppa-product-wrp.style-four .product-items .topppa-store-product-img .actions a:hover svg path {
  fill: var(--topppa-color-white);
}
.topppa-product-wrp.style-four .product-items .topppa-store-product-img .cart-button .topppa-quantity-input {
  position: absolute;
  bottom: 6.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: 3.5rem;
  border: 1px solid var(--topppa-color-border);
  border-radius: 0.4rem;
  text-align: center;
  font-size: 1.4rem;
  color: var(--topppa-color-secondary);
  background-color: var(--topppa-color-white);
  outline: none;
  opacity: 0;
  transition: var(--topppa-anim-duration);
}
.topppa-product-wrp.style-four .product-items .topppa-store-product-img .cart-button .topppa-quantity-input:focus {
  border-color: var(--topppa-color-primary);
}
.topppa-product-wrp.style-four .product-items .topppa-store-product-img .cart-button .topppa-btn {
  position: absolute;
  bottom: 2rem;
  width: 60%;
  left: 50%;
  transform: translate(-50%, 0%);
  margin: auto;
  text-align: center;
  opacity: 0;
  transition: var(--topppa-anim-duration);
}
.topppa-product-wrp.style-four .product-items .topppa-store-product-img .cart-button .topppa-btn.loading {
  opacity: 0.7;
  pointer-events: none;
}
.topppa-product-wrp.style-four .product-items .topppa-store-product-img .cart-button .topppa-btn.loading i.fa-spinner {
  animation: spin 1s linear infinite;
}
.topppa-product-wrp.style-four .product-items .topppa-store-product-img .cart-button .topppa-btn.view-cart {
  background-color: var(--topppa-color-secondary);
  opacity: 1;
}
.topppa-product-wrp.style-four .product-items .topppa-store-product-img .cart-button .topppa-btn.view-cart:hover {
  background-color: rgba(var(--topppa-color-secondary), 0.8);
}
.topppa-product-wrp.style-four .product-items .topppa-store-product-img .cart-button .added {
  display: none;
}
.topppa-product-wrp.style-four .product-items .topppa-store-product-img .cart-button .added_to_cart {
  display: inline-block;
}
.topppa-product-wrp.style-four .product-items:hover .actions {
  right: 2rem;
}
.topppa-product-wrp.style-four .product-items:hover .cart-button .topppa-quantity-input {
  opacity: 1;
}
.topppa-product-wrp.style-four .product-items:hover .cart-button .topppa-btn {
  opacity: 1;
}
.topppa-product-wrp.style-five .product-items .topppa-store-product-img {
  position: relative;
  overflow: hidden;
}
.topppa-product-wrp.style-five .product-items .topppa-store-product-img .actions {
  flex-direction: column;
  position: absolute;
  top: 1.5rem;
  right: -10rem;
  left: auto;
  transform: inherit;
  display: flex;
  gap: 10px;
  opacity: 0;
  transition: right 0.5s ease, opacity 0.5s ease;
}
.topppa-product-wrp.style-five .product-items .topppa-store-product-img .actions a {
  padding: 0;
  border-radius: 0;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.topppa-product-wrp.style-five .product-items:hover .actions {
  right: 1.5rem;
  opacity: 1;
}
.topppa-product-wrp.style-five .product-items:hover .actions a:nth-child(1) {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateX(0);
}
.topppa-product-wrp.style-five .product-items:hover .actions a:nth-child(2) {
  transition-delay: 0.2s;
  opacity: 1;
  transform: translateX(0);
}
.topppa-product-wrp.style-five .product-items:hover .actions a:nth-child(3) {
  transition-delay: 0.3s;
  opacity: 1;
  transform: translateX(0);
}

.quick-view-content {
  position: relative;
}
.quick-view-content .topppa-quick-view-wrap {
  background-color: var(--topppa-color-white);
  padding: 3rem;
  position: relative;
}
.quick-view-content .topppa-quick-view-wrap .row {
  align-items: center;
}
.quick-view-content .topppa-quick-view-wrap .topppa-store-product-img {
  margin-right: 3rem;
  height: 47rem;
  width: 100%;
}
.quick-view-content .topppa-quick-view-wrap .topppa-store-product-img img {
  height: 100%;
  width: 100%;
}
.quick-view-content .topppa-quick-view-wrap .topppa-product-offer {
  position: absolute;
  top: 4rem;
  left: 4rem;
  background-color: var(--topppa-color-primary);
  color: var(--topppa-color-white);
  padding: 0.2rem 1rem;
}
.quick-view-content .topppa-quick-view-wrap .topppa-quick-view-price.topppa-product-price p {
  font-size: 2rem;
}
.quick-view-content .topppa-quick-view-wrap .topppa-quick-view-price.topppa-product-price p del {
  color: #74787c;
  font-size: 1.6rem;
  line-height: normal;
}
.quick-view-content .topppa-quick-view-wrap .topppa-quick-view-price.topppa-product-price p ins {
  color: var(--topppa-color-primary);
  font-weight: 600;
  text-decoration: none;
}
.quick-view-content .topppa-quick-view-wrap .topppa-quick-view-content-box .topppa-product-title {
  text-decoration: none;
  color: var(--topppa-color-secondary);
}
.quick-view-content .topppa-quick-view-wrap .topppa-quick-view-content-box .topppa-product-title h2 {
  font-size: 3.6rem;
  line-height: normal;
}
.quick-view-content .topppa-quick-view-wrap .topppa-quick-view-content-box .topppa-product-rating {
  color: var(--topppa-color-primary);
}
.quick-view-content .topppa-quick-view-wrap .topppa-quick-view-content-box .topppa-product-description {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.quick-view-content .topppa-quick-view-wrap .topppa-quick-view-content-box .topppa-product-description .woocommerce-product-details__short-description p {
  font-weight: 500;
}
.quick-view-content .topppa-quick-view-wrap .topppa-quick-view-content-box .topppa-product-cart-and-quantity {
  margin-bottom: 2rem;
}
.quick-view-content .topppa-quick-view-wrap .topppa-quick-view-content-box .topppa-product-cart-and-quantity form {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.quick-view-content .topppa-quick-view-wrap .topppa-quick-view-content-box .topppa-product-cart-and-quantity form .quantity {
  width: 8rem;
}
.quick-view-content .topppa-quick-view-wrap .topppa-quick-view-content-box .topppa-product-cart-and-quantity form .quantity input {
  text-align: center;
  background-color: var(--topppa-color-secondary);
  color: var(--topppa-color-white);
  width: 8rem;
  padding: 0.6rem;
  border: none;
  height: 3.8rem;
  font-size: 1.6rem;
}
.quick-view-content .topppa-quick-view-wrap .topppa-quick-view-content-box .topppa-product-cart-and-quantity form.variations_form {
  flex-direction: column;
  align-items: flex-start;
}
.quick-view-content .topppa-quick-view-wrap .topppa-quick-view-content-box .topppa-product-cart-and-quantity form.variations_form .variations tr td select {
  word-wrap: normal;
  padding: 1rem;
  margin-left: 1rem;
  border-color: var(--topppa-color-border);
  margin-right: 1rem;
  font-weight: 500;
}
.quick-view-content .topppa-quick-view-wrap .topppa-quick-view-content-box .topppa-product-cart-and-quantity form.variations_form .variations tr td select:focus {
  outline: none;
  border: 1px solid var(--topppa-color-border);
  box-shadow: none;
}
.quick-view-content .topppa-quick-view-wrap .topppa-quick-view-content-box .topppa-product-cart-and-quantity form.variations_form .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
.quick-view-content .topppa-quick-view-wrap .topppa-quick-view-content-box button.single_add_to_cart_button.button.alt {
  padding: 0.8rem 2rem;
  background: var(--topppa-color-primary);
  font-family: var(--topppa-title-font);
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  color: var(--topppa-color-white);
}
.quick-view-content .topppa-quick-view-wrap .topppa-quick-view-content-box button.single_add_to_cart_button.button.alt:hover {
  background-color: var(--topppa-color-secondary);
}
.quick-view-content .topppa-quick-view-wrap .topppa-quick-view-content-box .product_meta span {
  font-weight: 500;
  color: var(--topppa-color-secondary);
}
.quick-view-content .topppa-quick-view-wrap .topppa-quick-view-content-box .product_meta span a {
  text-decoration: none;
}
.quick-view-content .topppa-quick-view-wrap .topppa-quick-view-content-box .product_meta span a:hover {
  color: var(--topppa-color-secondary);
}
.quick-view-content button.mfp-close:hover {
  background-color: transparent;
  color: var(--topppa-color-primary);
}

.yith-wcwl-feedback-messages-container {
  display: none;
}

.shop-slider-arrow {
  position: absolute;
  width: 100%;
  top: 45%;
  transform: translateY(-50%);
  z-index: 9;
}
.shop-slider-arrow .button {
  position: absolute;
  cursor: pointer;
  padding: 14px 20px;
  z-index: 10;
  background: var(--topppa-color-primary);
  color: var(--topppa-color-white);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  transition: 0.4s;
}
.shop-slider-arrow .button:hover {
  background: #F2FBFE;
  color: var(--topppa-color-primary);
}
.shop-slider-arrow .topppa-arrow-prev {
  left: -32px;
}
.shop-slider-arrow .topppa-arrow-next {
  right: -32px;
}

.shop-slider-arrow.arrow-two {
  position: relative;
  display: flex;
  top: unset;
  gap: 15px;
  position: absolute;
  top: -100px;
  right: 0;
  justify-content: flex-end;
}
.shop-slider-arrow.arrow-two .button {
  position: relative;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1450px) {
  .main-wrapper .shop-slider-arrow .topppa-arrow-prev {
    left: 0px;
  }
  .main-wrapper .shop-slider-arrow .topppa-arrow-next {
    right: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .shop-slider-arrow.arrow-two {
    display: none;
  }
}