.header-logo,
.header-cart {
  width: 20%;
}

.header-cart {
  flex-grow: unset;
}

.search-header-bar {
  height: 100px;
}

.search-header-bar>* {
  height: 100%;
}

.search-input>div {
  width: 100%;
}

.search-input-icon {
  position: absolute;
  font-size: 22px;
  top: 8px;
  left: 4px;
}

.rtl .search-input-icon {
  left: unset;
  right: 4px;
  top: 9px;
}

.search-input-input {
  padding-left: 30px;
  min-height: 40px;
  max-height: 40px;
}

.rtl .search-input-input {
  padding-left: inherit;
  padding-right: 30px;
}

.icon-shopping_cart_black_36dp-1-1,
.sm-search-icon>span {
  font-size: 32px;
}

.icon-shopping_cart_black_36dp-1-1 .path1:before {
  color: unset;
}

.icon-shopping_cart_black_36dp-1-1 .path2:before {
  color: unset;
}

.icon-language_black_24dp .path1:before {
  color: unset;
}

.cart-badge {
  position: absolute;
  right: 20px;
  top: -8px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: #ab0000;
}

.top-main-menu-wrapper {
  margin-right: -22px;
  margin-left: -22px;
}

.ic.menu {
  text-align: left;
  position: relative;
  right: 4px;
}

.rtl .ic.menu {
  text-align: right;
  right: unset;
  left: 4px;
}

.ic.menu,
.sm-search-icon {
  margin-right: 20px;
}

.icon-menu-top {
  margin-right: 10px !important;
}

.rtl .ic.menu,
.sm-search-icon {
  margin-right: unset;
  margin-left: 20px;
}

.rtl .icon-menu-top {
  margin-right: unset !important;
  margin-left: 10px !important;
}

.icon-menu-top>span {
  font-size: 32px;
}

.icon-menu_open_black_24dp-1:before {
  color: unset;
}

.sm-search-div {
  display: none;
  visibility: hidden;
  position: absolute;
  left: 0;
  padding: 0px 15px 20px 15px;
  width: 100%;
  background-color: var(--header-primary-color, var(--primary-color));
  transform: translateY(-100%);
  transition: all 0.3s ease;
  z-index: 1;
}

.sm-search-div.show {
  visibility: visible;
  transform: translateY(0%);
  -webkit-transform: translate3d(0, 0, 0);
}

.footer .apps-social-icons:nth-child(2) {
  padding-left: 0px;
}

.rtl .footer .apps-social-icons:nth-child(2) {
  padding-right: 0px;
  padding-left: 15px;
}

.footer .google-app-stores {
  margin-left: -4px;
  margin-right: -4px;
}

.footer .icons-wrapper {
  padding: 0px;
}

.footer-about-us-div {
  padding-right: 20%;
}

.rtl .footer-about-us-div {
  padding-right: unset;
  padding-left: 20%;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.main-slider .slick-dots {
  bottom: 12px;
}

.main-slider .slick-dots li button:before {
  font-size: 14px;
}

.features-section-img {
  max-height: 90px;
  max-width: 90px;
}

.slick-next.slick-arrow>span,
.slick-prev.slick-arrow>span {
  color: var(--primary-color);
  font-size: 3.3rem;
}

.category-item a,
.category-item img,
.card-item a,
.card-item img {
  display: block;
  text-align: center;
  width: 100%;
}

.category-item img,
.card-item img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.category-item h3,
.card-item h3 {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  color: var(--primary-color);
  white-space: break-spaces;
}

.category-page-slider .category-item h3 {
  font-size: 1.2rem;
}

.categories-slider .category-item,
.cards-slider .card-item {
  width: 100%;
  max-width: 200px;
}

.slider-container {
  padding-left: 15px;
  padding-right: 15px;
}

.section-title {
  padding-left: 0px;
  padding-right: 0px;
}

.products-list .prod-col-attr {
  width: 25%;
}

.sort-block-width {
  margin-left: 30px;
}

.rtl .sort-block-width {
  margin-left: 0px;
  margin-right: 30px;
}

.select-dropdown .dropdown-item {
  padding-bottom: 7.5px;
  padding-top: 7.5px;
}

.products-pagination {
  margin-bottom: 24px;
  padding: 0 15px;
}

.products-pagination ul {
  padding: 0px;
}

.products-pagination .page-link {
  color: var(--primary-color);
  font-size: 1.2rem;
}

.products-pagination .page-link.active {
  color: #ffffff;
  background-color: var(--primary-color);
}

.rtl .products-pagination .page-item:first-child .page-link {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.rtl .products-pagination .page-item:last-child .page-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.products-container .products-list {
  margin-bottom: 24px;
}

.cart-header-total {
  margin-right: 10px;
  font-size: 1.6rem;
  color: var(--header-text-color-primary-bg, var(--text-color-primary-bg));
}

.rtl .cart-header-total {
  margin-right: unset;
  margin-left: 10px;
}

.form-control {
  border-radius: 3px;
}

.box-1-1 {
  position: relative;
  width: 100%;
}

.box-1-1:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/
}

.box-1-1 .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Other ratios - just apply the desired class to the "box" element */
.box-1-1.ratio2_1:before {
  padding-top: 50%;
}

.box-1-1.ratio1_2:before {
  padding-top: 200%;
}

.box-1-1.ratio4_3:before {
  padding-top: 75%;
}

.box-1-1.ratio16_9:before {
  padding-top: 56.25%;
}

.box-1-1.ratio21_9:before {
  padding-top: 42.85%;
}

.product-item-out-of-stock {
  filter: grayscale(1);
}

.sm-search-div .autocomplete-items,
.lg-search-div .autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.sm-search-div .autocomplete-items div,
.lg-search-div .autocomplete-items div {
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.sm-search-div .autocomplete-items div:hover,
.lg-search-div .autocomplete-items div:hover {
  background-color: #e9e9e9;
}

.sm-search-div .autocomplete-items div a,
.lg-search-div .autocomplete-items div a {
  padding: 10px;
  cursor: pointer;
  color: inherit;
  display: block;
}

.product-crd-spec {
  min-height: 81px;
}

.gallery-section+.gallery-section {
  padding-top: 0px;
}

.ic-menu-back {
  font-size: 22px;
  margin-right: 16px;
  font-weight: bold;
}

.rtl .ic-menu-back {
  margin-right: unset;
  margin-left: 16px;
}

@media (max-width: 768px) {
  .header-cart {
    flex-grow: 1;
    width: 30%;
  }

  .header-logo {
    width: 70%;
  }

  .search-header-bar {
    height: 64px;
  }

  .footer .apps-social-icons:nth-child(2) {
    padding-left: 15px;
  }

  .rtl .footer .apps-social-icons:nth-child(2) {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer .icons-wrapper {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .footer-about-us-div {
    padding-right: 0;
  }

  .rtl .footer-about-us-div {
    padding-right: unset;
    padding-left: 0;
  }

  .category-page-slider .categories-slider {
    height: 225px;
  }

  .categories-slider .category-item,
  .cards-slider .card-item {
    width: 190px;
  }

  .category-page-slider .categories-slider .category-item {
    width: 165px;
  }

  .category-page-slider .categories-slider.s-slider {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }

  .category-page-slider .products-slider .prod-col,
  .categories-slider .cat-col,
  .cards-slider .card-col {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .products-slider .prod-col,
  .categories-slider .cat-col,
  .cards-slider .card-col,
  .testimonials-slider .testimonials-customer-card,
  .partners-slider .partners-item {
    display: inline-block;
    vertical-align: top;
  }

  .partners-slider .partners-item {
    vertical-align: middle;
  }

  .product-crd-spec small {
    white-space: break-spaces;
  }

  .testimonials-slider::-webkit-scrollbar {
    width: 0 !important;
  }

  .categories-slider-wrapper,
  .products-slider-wrapper,
  .cards-slider-wrapper,
  .testimonials-slider-wrapper,
  .partners-slider-wrapper {
    overflow-x: hidden;
    margin-right: 0px;
    margin-left: 0px;
  }

  .slider-container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .main-slider,
  .main-slider .slider-item {}

  .main-slider .slick-dots li button:before {
    font-size: 10px;
  }

  .main-slider .slick-dots {
    bottom: 4px;
  }

  .section-title {
    padding-right: 15px;
    padding-left: 15px;
  }

  .products-list .prod-col,
  .bundle-offer-products .prod-col {
    margin: 0 auto;
    width: auto;
  }

  .products-list .prod-col,
  .products-list .prod-col-attr {
    width: 50%;
  }

  .product-item {
    width: 135px;
  }

  .products-list .prod-col .product-item {
    width: 100%;
  }

  .sm-search-div {
    display: block;
  }

  .icon-shopping_cart_black_36dp-1-1,
  .sm-search-icon>span {
    font-size: 28px;
  }

  .icon-menu-top {
    width: 32px;
  }
}

.btn:focus,
.btn:active,
.page-link:focus,
.page-link:active {
  outline: none !important;
  box-shadow: none;
}

.gift-popover-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 115px;
  height: 140px;
  max-width: 100%;
}

.popover {
  top: 40px;
}

.popover .arrow {
  top: -0.5rem;
  left: 5px;
}

.popover .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.popover .arrow ::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.btn-product-card-out-of-stock {
  width: max-content;
}

.add-to-wishlist {
  position: absolute;
  right: 0;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  width: 40px;
  height: 35px;
  cursor: pointer;
  border-radius: 5px;
  background-color: white;
}

.rtl .add-to-wishlist {
  right: unset;
  left: 0;
}

.icon-heart-mask {
  display: inline-block;
  width: 25px;
  height: 20px;
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-image: var(--heart-outlined-icon);
  background-color: var(--secondary, #a1a0a9);
}

.icon-heart-mask.filled {
  mask-image: var(--heart-filled-icon);
  background-color: var(--primary_color, #d86f6f);
}

/* ------------------------ */
@font-face {
  font-family: "osan-Regular";
  src: url(osan-Regular.otf);
}

@font-face {
  font-family: "osan-Medium";
  src: url(osan-Medium.otf);
}

@font-face {
  font-family: "osan-Bold";
  src: url(osan-Bold.otf);
}

.tp-blog-items .swiper-slide,
.tp-category-style2-swiper .swiper-slide,
.tp-discount-products .swiper-slide,
.tp-poster-items .swiper-slide,
.tp-videos-items .swiper-slide,
.tp-slider-banners a img,
.tp-testimonial-area .swiper-slide,
body {
  height: auto;
}

*,
.footer .icons-wrapper,
.product-attributes .attribute-body.attribute-price-body,
.products-pagination ul,
.tp-menu-list .ul-list>.top-level-link.megamenu .dropdown a,
ul {
  padding: 0;
}

.cart-badge,
.category-item h3,
.load-row,
.tp-btn,
.tp-category-list .tp-category-item,
.tp-footer-area.center-footer-content .tp-footer-social-box,
.tp-footer-area.center-footer-content .tp-footer-widget,
.tp-offers-box:not(:has(.tp-btn)) .offer-content .offer-text,
.tp-offers-box:not(:has(.tp-countdown-offer)) .offer-content .offer-text,
.tp-products-container .tp-product-content .tp-countdown li {
  text-align: center;
}

.tp-menu-list .ul-list .dropdown li a::after,
.tp-menu-list .ul-list>.top-level-link>a::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNoZXZyb24tdXAiPjxwYXRoIGQ9Im0xOCAxNS02LTYtNiA2Ii8+PC9zdmc+) center/14px no-repeat;
  position: relative;
  top: -3px;
  background-position-y: -4px;
}

.animated-brands--marquee,
.tp-mask {
  -webkit-user-select: none;
  direction: ltr;
}

.header-cart,
.header-logo {
  width: 20%;
}

.header-cart {
  flex-grow: unset;
}

.search-header-bar {
  height: 100px;
}

.search-header-bar>* {
  height: 100%;
}

.cart-flex .section-cart-products,
.category-content,
.flex-div .col,
.header-sm .cart-sm,
.list-view .product-box .tp-product-container .tp-content-wrapper,
.modal #modal-select-destination-city .dropdwn:only-child,
.products-grid .product-box,
.search-input>div,
.tp-filters .filter-box .filter-text,
.tp-slider-banners a img,
.tp-tabs-list .tp-tab-item.active::after {
  width: 100%;
}

.search-input-icon {
  position: absolute;
  font-size: 22px;
  top: 8px;
  left: 4px;
}

.rtl .search-input-icon {
  left: 9px;
  right: auto;
  top: 3px;
}

.icon-menu-top>span,
.icon-shopping_cart_black_36dp-1-1,
.sm-search-icon>span {
  font-size: 32px;
}

.icon-language_black_24dp .path1:before,
.icon-menu_open_black_24dp-1:before,
.icon-shopping_cart_black_36dp-1-1 .path1:before,
.icon-shopping_cart_black_36dp-1-1 .path2:before {
  color: unset;
}

.cart-badge {
  position: absolute;
  left: -7px;
  top: -5px;
  width: 16px;
  height: 16px;
  line-height: 19px;
  font-size: 12px;
  color: var(--tp-white);
  border-radius: 50%;
  background-color: var(--tp-text-body);
  border: 1px solid #fff;
}

.top-main-menu-wrapper {
  margin-right: -22px;
  margin-left: -22px;
}

.ic.menu {
  text-align: left;
  position: relative;
  right: 4px;
}

.rtl .ic.menu {
  text-align: right;
  right: unset;
  left: 4px;
}

.ic.menu,
.sm-search-icon {
  margin-right: 20px;
}

.icon-menu-top {
  margin-right: 10px !important;
}

.rtl .ic.menu,
.sm-search-icon {
  margin-right: unset;
  margin-left: 20px;
}

.rtl .icon-menu-top {
  margin-right: unset !important;
  margin-left: 10px !important;
}

.sm-search-div {
  display: none;
  visibility: hidden;
  position: absolute;
  left: 0;
  padding: 0 15px 20px;
  width: 100%;
  background-color: var(--header-primary-color, var(--primary-color));
  transform: translateY(-100%);
  transition: 0.3s;
  z-index: 1;
}

.sm-search-div.show {
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translate3d(0, 0, 0);
}

.footer .apps-social-icons:nth-child(2) {
  padding-left: 0;
}

.rtl .footer .apps-social-icons:nth-child(2) {
  padding-right: 0;
  padding-left: 15px;
}

.footer .google-app-stores {
  margin-left: -4px;
  margin-right: -4px;
}

.footer-filters-div {
  padding-right: 20%;
}

.rtl .footer-filters-div {
  padding-right: unset;
  padding-left: 20%;
}

.main-slider .slick-dots {
  bottom: 12px;
}

.main-slider .slick-dots li button:before {
  font-size: 14px;
}

.features-section-img {
  max-height: 90px;
  max-width: 90px;
}

.slick-next.slick-arrow>span,
.slick-prev.slick-arrow>span {
  color: var(--primary-color);
  font-size: 28px;
}

.category-item a,
.category-item img {
  display: block;
  text-align: center;
  width: 100%;
}

.category-item img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.category-item h3 {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--primary-color);
  white-space: break-spaces;
}

a,
a:hover,
button {
  color: inherit;
}

.category-page-slider .category-item h3 {
  font-size: 1.2rem;
}

.categories-slider .category-item {
  width: 100%;
  max-width: 200px;
}

.categories-slider .cat-col,
.category-page-slider .products-slider .prod-col,
.slider-container {
  padding-left: 15px;
  padding-right: 15px;
}

.section-title {
  padding-left: 0;
  padding-right: 0;
}

.categories-slider .cat-col,
.products-slider .prod-col {
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  width: auto;
  height: auto;
}

.bundle-offer-products .prod-col,
.products-list .prod-col {
  width: 20%;
  padding: 15px;
}

.products-list .prod-col-attr {
  width: 25%;
}

.sort-block-width {
  margin-left: 30px;
}

.rtl .sort-block-width {
  margin-left: 0;
  margin-right: 30px;
}

.select-dropdown .dropdown-item {
  padding-bottom: 7.5px;
  padding-top: 7.5px;
}

.products-pagination {
  padding: 0 16px;
  margin-top: 32px;
}

.products-pagination .page-link {
  color: var(--primary-color);
  font-size: 1.2rem;
}

.products-pagination .page-link.active {
  color: var(--text-color-primary-bg);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.rtl .products-pagination .page-item:first-child .page-link {
  border-radius: 0 5px 5px 0;
}

.rtl .products-pagination .page-item:last-child .page-link {
  border-radius: 5px 0 0 5px;
}

.products-container {
  width: 100%;
}

.products-container .products-list,
.tp-footer-logo {
  margin-bottom: 12px;
}

.cart-header-total {
  margin-right: 10px;
  font-size: 1.6rem;
  color: var(--header-text-color-primary-bg, var(--text-color-primary-bg));
}

.breadcrumb-item.active,
.popover-gift,
body {
  color: var(--tp-text-body);
}

.rtl .cart-header-total {
  margin-right: unset;
  margin-left: 10px;
}

.form-control {
  border-radius: 3px;
}

.variant-image-wrapper {
  width: 40px;
  height: 40px;
}

.box-1-1 {
  position: relative;
  width: 100%;
}

.box-1-1:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.box-1-1 .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.box-1-1.ratio2_1:before {
  padding-top: 50%;
}

.box-1-1.ratio1_2:before {
  padding-top: 200%;
}

.box-1-1.ratio4_3:before {
  padding-top: 75%;
}

.box-1-1.ratio16_9:before {
  padding-top: 56.25%;
}

.box-1-1.ratio21_9:before {
  padding-top: 42.85%;
}

.lg-search-div .autocomplete-items,
.sm-search-div .autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}

.lg-search-div .autocomplete-items div,
.sm-search-div .autocomplete-items div {
  background-color: var(--tp-white);
  border-bottom: 1px solid #d4d4d4;
}

.popover .arrow ::after,
.popover .arrow::before {
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.lg-search-div .autocomplete-items div:hover,
.sm-search-div .autocomplete-items div:hover {
  background-color: #e9e9e9;
}

.lg-search-div .autocomplete-items div a,
.sm-search-div .autocomplete-items div a {
  padding: 10px;
  cursor: pointer;
  color: inherit;
  display: block;
}

.product-crd-spec {
  min-height: 81px;
}

.gallery-section+.gallery-section {
  padding-top: 0;
}

.ic-menu-back {
  font-size: 22px;
  margin-right: 16px;
  font-weight: 700;
}

.tp-btn,
body {
  font-weight: 400;
}

.rtl .ic-menu-back {
  margin-right: unset;
  margin-left: 16px;
}

@media (max-width: 768px) {
  .header-cart {
    flex-grow: 1;
    width: 30%;
  }

  .header-logo {
    width: 70%;
  }

  .search-header-bar {
    height: 64px;
  }

  .footer .apps-social-icons:nth-child(2) {
    padding-left: 15px;
  }

  .rtl .footer .apps-social-icons:nth-child(2),
  .section-title {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer .icons-wrapper {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .footer-filters-div {
    padding-right: 0;
  }

  .rtl .footer-filters-div {
    padding-right: unset;
    padding-left: 0;
  }

  .category-page-slider .categories-slider {
    height: 225px;
  }

  .categories-slider .category-item {
    width: 190px;
  }

  .category-page-slider .categories-slider .category-item {
    width: 165px;
  }

  .category-page-slider .categories-slider.s-slider {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }

  .categories-slider .cat-col,
  .category-page-slider .products-slider .prod-col {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .categories-slider .cat-col,
  .partners-slider .partners-item,
  .products-slider .prod-col,
  .testimonials-slider .testimonials-customer-card {
    display: inline-block;
    vertical-align: top;
  }

  .partners-slider .partners-item {
    vertical-align: middle;
  }

  .product-crd-spec small {
    white-space: break-spaces;
  }

  .testimonials-slider::-webkit-scrollbar {
    width: 0 !important;
  }

  .slider-container {
    padding-left: 0;
    padding-right: 0;
  }

  .main-slider .slick-dots li button:before {
    font-size: 10px;
  }

  .main-slider .slick-dots {
    bottom: 4px;
  }

  .bundle-offer-products .prod-col,
  .products-list .prod-col {
    margin: 0 auto;
    width: auto;
  }

  .products-list .prod-col,
  .products-list .prod-col-attr {
    width: 50%;
  }

  .product-item {
    width: 135px;
  }

  .products-list .prod-col .product-item {
    width: 100%;
  }

  .sm-search-div {
    display: block;
  }

  .icon-shopping_cart_black_36dp-1-1,
  .sm-search-icon>span {
    font-size: 28px;
  }

  .icon-menu-top {
    width: 32px;
  }
}

.home-categories-section .tp-product-category-title,
.tp-btn {
  font-size: 17px;
}

.btn:active,
.btn:focus,
.page-link:active,
.page-link:focus {
  outline: 0 !important;
  box-shadow: none;
}

.popover-gift {
  position: absolute;
  top: 90% !important;
  border-radius: 10px;
}

.box-contact,
.box-contact:not(:has(.map-box iframe)) ul,
.feature-box,
.header-nav .left-box .cart-btn a,
.p-relative,
.relative,
.search-modal .search-content .search-input,
.tp-bar,
.tp-discount-products,
.tp-mask,
.tp-menu-list .container,
.tp-menu-list .ul-list .dropdown li,
.tp-menu-list .ul-list>.top-level-link,
.tp-slider-spicial .tp-posters,
.tp-title-section,
.tp-video {
  position: relative;
}

.gift-popover-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 115px;
  max-width: 100%;
  padding: 8px;
}

.popover {
  top: 40px;
}

.popover .arrow {
  top: -0.5rem;
  left: 5px;
}

.popover .arrow::before {
  top: 0;
}

.popover .arrow ::after {
  top: 1px;
}

:root {
  --tp-text-body: #000;
  --tp-yellow: #ffd43a;
  --tp-grey-1: #f6f7f9;
  --tp-grey-2: #ecf2f7;
  --tp-grey-3: #cad4db;
  --tp-grey-4: #f6f6f6;
  --tp-text-1: #767a7d;
  --tp-text-2: #55585b;
  --tp-pink: #fd4b6b;
  --tp-white: #fff;
}

* {
  margin: 0;
  box-sizing: border-box;
  scrollbar-width: thin;
}

body {
  font-size: 16px;
  background-color: var(--body_background_color);
  line-height: 26px;
  overflow-x: hidden;
  font-family: "osan-Regular", sans-serif;
}

.app {
  min-height: 100vh;
}

.blog-box .footer-blog,
.footer,
.tp-testimonial-user-wrapper {
  margin-top: auto;
}

.no-scroll,
.open-search-modal,
.tp-banners-swiper .swiper-slide,
.tp-slider-area .swiper-wrapper {
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

a,
button {
  outline: 0;
  border: none;
  background: 0 0;
}

em {
  font-style: normal;
}

ul {
  margin: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

.s-block {
  margin-top: 40px;
}

.tp-btn {
  display: inline-block;
  background-color: var(--tp-text-body);
  border: 1px solid var(--tp-text-body);
  padding: 8px 24px;
  color: var(--tp-white);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.tp-btn:hover {
  color: var(--tp-text-body);
  background-color: transparent;
}

.tp-btn-white {
  background-color: var(--tp-white);
  color: var(--tp-text-body);
  border-color: var(--tp-white);
  box-shadow: 0 1px 2px rgba(1, 15, 28, 0.1);
}

.tp-btn-white:hover {
  background-color: var(--tp-text-body);
  border-color: var(--tp-text-body);
  color: var(--tp-white);
}

.tp-btn-white-outline {
  background-color: transparent;
  border-color: var(--tp-white);
  color: var(--tp-white);
}

.tp-btn-black-outline:hover,
.tp-btn-white-outline:hover {
  background-color: var(--tp-text-body);
  border-color: var(--tp-text-body) !important;
  color: var(--tp-white) !important;
}

.tp-btn-primary,
.tp-btn-primary-outline,
.tp-btn-primary-outline:hover {
  border-color: var(--primary-color);
}

.tp-btn-primary,
.tp-btn-primary-outline:hover,
.tp-btn-primary:hover {
  background-color: var(--primary-color);
  color: var(--text-color-primary-bg);
}

.tp-btn-primary:hover {
  filter: brightness(0.8);
  -webkit-filter: brightness(0.8);
}

.tp-btn-primary-outline {
  color: var(--primary-color);
  background-color: var(--tp-white);
}

.tp-btn-black-outline,
.tp-btn-black:hover {
  color: var(--tp-text-body);
  background-color: var(--tp-white);
}

.tp-btn-black:hover {
  border-color: var(--tp-white);
}

.tp-btn-black-outline {
  border: 1px solid var(--tp-text-body);
}

.container {
  max-width: 1500px;
  padding: 0 30px;
}

section {
  position: relative;
}

.z-index-1 {
  z-index: 1;
}

.tp-title-section {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.tp-title-section span {
  color: var(--primary-color);
  display: block;
  font-weight: 500;
}

.tp-title-section h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  font-family: "osan-Medium";
}

.tp-title-section p {
  margin: 4px 0 0;
  opacity: 0.9;
}

.tp-title-section:has(.href) {
  justify-content: space-between;
}

.href {
  position: relative;
  display: inline-block;
  height: max-content;
  padding-bottom: 4px;
}

.href::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: currentColor;
  opacity: 0.9;
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
}

.href:hover::after {
  width: 100%;
  right: 0;
  left: auto;
}

.checkbox-wrapper .inp-cbx:checked+.cbx span svg {
  stroke-dashoffset: 0;
}

.progress_indicator:hover ::before {
  opacity: 1;
}

.loader-container {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  background: #fff;
  background: var(--loader_background_color);
}

.loader-container .loader-box img {
  min-height: 100px;
  max-width: 250px;
  max-height: 150px;
  object-fit: contain;
  animation: 2s ease-in-out infinite fadeInOut;
  -webkit-animation: 2s ease-in-out infinite fadeInOut;
}

@keyframes fadeInOut {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  50% {
    opacity: 0.4;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
}

.logo-lodaer-box {
  width: 250px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: 2s ease-in-out infinite fadeInOut;
  -webkit-animation: 2s ease-in-out infinite fadeInOut;
}

.load-row {
  width: 100px;
  height: 24px;
  line-height: 30px;
}

.load-row span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--primary-color);
  border-radius: 50px;
  animation: 0.4s ease-in infinite alternate up-down6;
  -webkit-animation: 0.4s ease-in infinite alternate up-down6;
}

.load-row span:nth-child(2) {
  background: var(--primary-color);
  opacity: 0.8;
  animation-delay: 0.16s;
}

.load-row span:nth-child(3) {
  background: var(--primary-color);
  opacity: 0.6;
  animation-delay: 0.32s;
}

.load-row span:nth-child(4) {
  background: var(--primary-color);
  opacity: 0.4;
  animation-delay: 0.48s;
}

@keyframes up-down6 {
  0% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
}

.main.app-content {
  margin-top: 26px;
  padding-bottom: 40px;
  position: relative;
}

.header-nav {
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 99;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.header-nav.sticky {
  position: fixed;
  top: 0;
  padding: 0;
  background: #fff;
  box-shadow: rgb(149 157 165 / 13%) 0px 8px 24px;
}

.header-nav.sticky .header-box .left-box a img {
  height: 60px;
}

.header-nav.sticky .header-box .menu-btn .menu-box {
  width: 32px;
}

.header-nav.sticky .header-box .menu-btn span {
  height: 2px;
}

.header-nav.bg-header-transparent .search-header-box {
  color: black;
}

.header-nav.sticky .tp-bar {
  opacity: 0.95;
}

.header-nav .tp-bar {
  z-index: 1;
}

.cart-product-quantity-dropdown select option,
.header-nav .tp-bar a,
.tp-products-container .tp-product-content .tp-product-price .price-wafar .wafar {
  font-size: 15px;
}

.header-nav .tp-bar .ab-close {
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: max-content;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #f87171;
}

.header-nav .tp-bar .ab-close svg {
  width: 20px;
  height: 20px;
  color: currentColor;
}

.header-box {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  padding: 4px 0;
}

.header-box .right-box {
  align-items: center;
  gap: 10px;
  display: flex;
}

.header-box svg {
  color: currentColor;
  cursor: pointer;
}

.header-box .right-box .menu-btn {
  cursor: pointer;
  display: flex;
  gap: 8px;
  width: max-content;
  margin-right: 24px;
}

.header-box .menu-btn .menu-box {
  width: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: max-content;
  position: relative;
  top: 3px;
}

.header-box .menu-btn span {
  display: block;
  height: 3px;
  border-radius: 2px;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.header-box .menu-btn span:nth-child(1) {
  width: 50%;
}

.header-box .menu-btn span:nth-child(2) {
  width: 75%;
}

.header-box .menu-btn span:nth-child(3) {
  width: 100%;
}

.header-box .menu-btn:hover span {
  width: 100%;
}

.header-box .left-box a {
  display: block;
  width: max-content;
  margin: auto;
}

.header-box .left-box a img {
  height: 75px;
  max-width: 160px;
  width: auto;
  object-fit: contain;
}

.search-header-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.search-header-box:has(.has-data) .search-input-input,
.search-header-box:has(.suggestions.active) .search-input-input {
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  background: #fff;
}

.search-header-box svg {
  position: absolute;
  right: 20px;
  top: 11px;
  opacity: 0.6;
}

.search-header-box .search-input-input {
  width: 100%;
  padding: 10px 60px 10px 10px;
  border-radius: 50px;
  outline: unset;
  border: 1px solid #ddd;
  background: #fff;
}

.search-header-box .autocomplete-items,
.search-header-box .suggestions {
  position: absolute;
  background: #fff;
  border-top: 1px solid #ddd;
  padding: 12px;
  left: 0;
  right: 0;
}

.search-header-box .autocomplete-items a {
  border-bottom: 1px solid #eee;
  padding: 5px 0;
  display: block;
}

.search-header-box .autocomplete-items div:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
}

.google-apple-stores a,
.open-search-modal .search-modal,
.header-style2 .overlay-search-style2.active,
.search-header-box .suggestions.active,
.tp-quick-links-swiper a {
  display: block;
}

.header-sm,
.search-modal {
  display: none;
  position: fixed;
}

.search-header-box .suggestions h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.search-header-box .suggestions ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.search-header-box .suggestions a {
  padding: 0 7px;
  border: 1px solid #dddddde0;
  border-radius: 20px;
  font-size: 14px;
}

.header-style2 .overlay-search-style2 {
  position: fixed;
  inset: 0;
  background: #0000007a;
  height: 100vh;
  z-index: 1;
  display: none;
}

.header-sm {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 0 6px;
  z-index: 99;
  background: var(--bottom-menu-background-color);
  color: var(--bottom-menu-text-color);
  border-radius: 20px 20px 0 0;
}

.header-sm .flex-header-sm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.header-sm a,
.header-sm button {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  position: relative;
  color: currentColor;
}

.header-sm .cart-sm a {
  min-width: 48px;
  width: 48px;
  margin: auto;
}

.header-sm .cart-sm a .cart-badge {
  left: -1px;
}

.header-sm .whatsapp-icon-menu {
  display: none;
}

.header-sm .whatsapp-icon-menu span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #1ec35b;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-top: -37px;
}

.header-sm .whatsapp-icon-menu span i {
  padding-left: 3px;
}

.close-modal svg,
.header-sm a svg,
.header-sm button svg {
  color: currentColor;
  width: 20px;
  height: 20px;
}

.menu-style-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
}

.menu-style-2 .menu-flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-style-2 .menu-flex-box .ul-list {
  justify-content: start;
  padding-top: 13px;
  padding-bottom: 5px;
}

.menu-style-2 .left-box {
  width: max-content;
}

.menu-style-2 .left-box svg {
  color: var(--text_color_catg_menu);
}

.text-custom {
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
}

.text-custom img {
  width: 26px;
  height: auto;
  max-height: 46px;
  object-fit: contain;
}

.text-custom p {
  margin: 0;
  font-weight: 500;
}

.header-nav.sticky .text-custom {
  display: none;
}

.header-nav.sticky .header-box.header-style2 .left-box {
  display: flex !important;
  width: max-content;
}

.tp-menu-list .ul-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  gap: 15px;
  row-gap: 0;
  padding-top: 10px;
}

.tp-menu-list .ul-list>.top-level-link>a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 10px;
  text-decoration: none;
  color: currentColor;
  font-size: 16px;
  font-weight: 500;
}

.tp-menu-list .ul-list>.top-level-link>a svg {
  width: 14px;
  height: 14px;
}

.tp-menu-list .ul-list>.top-level-link>a::after {
  display: inline-block;
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  display: none;
}

.header-nav.bg-header-transparent .tp-menu-list .ul-list>.top-level-link>a {
  color: #fff;
}

.header-nav.bg-header-transparent .tp-menu-list .ul-list>.top-level-link>a::after {
  filter: brightness(0) invert(1);
}

.header-nav.bg-header-transparent .tp-menu-list {
  border-top: 0;
  border-bottom: 0;
}

.tp-menu-list .ul-list .dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 2px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  width: max-content;
  min-width: 180px;
  z-index: 1000;
  border-radius: 12px;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
}

.tp-menu-list .ul-list .dropdown .dropdown {
  right: 100%;
  top: 0;
}

.tp-menu-list .ul-list .dropdown li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 4px 16px;
  text-decoration: none;
  color: var(--tp-text-body);
}

.breadcrumb-item a:hover,
.faqs-box .accordion-item .accordion-button[aria-expanded="true"],
.progress_indicator:hover ::after,
.search-modal .search-content .autocomplete-items li:hover a,
.tp-menu-list .ul-list .dropdown li a:hover,
.tp-product-banner-title a:hover,
.tp-product-category-title a:hover {
  color: var(--primary-color);
}

.tp-menu-list .ul-list .dropdown li a::after {
  display: inline-block;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.tp-menu-list .ul-list .dropdown li:hover>.dropdown,
.tp-menu-list .ul-list>.top-level-link:hover>.dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.tp-menu-list .ul-list>.top-level-link.megamenu {
  position: static;
}

.tp-menu-list .ul-list .top-level-link.megamenu>.dropdown {
  width: 100%;
  margin: auto;
  top: 45px;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: 200px;
  align-content: flex-start;
  padding: 16px;
  gap: 12px;
  row-gap: 16px;
}

.modal #modal-select-destination-city,
.modal #modal-select-destination-city .modal-select-destination-city-content,
.tp-menu-list .ul-list .megamenu .dropdown .dropdown {
  all: unset;
}

.tp-footer-talk h4 a:hover,
.tp-menu-list .ul-list .megamenu .dropdown .dropdown a {
  opacity: 0.7;
}

.search-modal {
  inset: 0;
  z-index: 999;
  padding: 100px;
}

.search-modal .overlay-search {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(35px);
  cursor: pointer;
}

.search-modal .close-btn {
  position: absolute;
  top: 2rem;
  right: 4rem;
  z-index: 9;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.5s;
}

.search-modal .close-btn::after,
.search-modal .close-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 2px;
  width: 2rem;
  margin-top: 1rem;
  background-color: #fff;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.search-modal .close-btn::after {
  transform: rotate(-45deg);
}

.search-modal .close-btn:hover::after,
.search-modal .close-btn:hover::before {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}

.search-modal .search-content {
  position: relative;
  z-index: 1;
  width: 600px;
  max-width: 100%;
  margin: auto;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.search-modal .search-content h3 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
  color: #fff;
}

.open-search-modal .search-modal .search-content {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.search-modal .search-content .search-input svg {
  position: absolute;
  right: 15px;
  top: 9px;
  opacity: 0.5;
}

.search-modal .search-content .search-input input {
  padding: 10px 50px 10px 10px;
  border-radius: 50px;
  border: 0;
  width: 100%;
  outline: unset;
  font-weight: 500;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.search-modal .search-content .autocomplete-items {
  background: var(--tp-white);
  margin-top: 10px;
  padding: 12px;
  overflow: auto;
  max-height: 350px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.swiper-container .tp-slider-dot.tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active,
.tp-swiper-arrow button:hover,
.tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

.search-modal .search-content .autocomplete-items li {
  padding: 5px;
  border-bottom: 1px solid #dddddd70;
}

.search-modal .search-content .autocomplete-items li:last-child {
  border: 0;
}

.product-box .tp-product-container .img-and-btns,
.swiper-container,
.tp-tabs-content {
  position: relative;
  overflow: hidden;
}

.tp-swiper-arrow button {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 20px;
  text-align: center;
  background-color: transparent;
  color: var(--tp-text-2);
  border: 1px solid rgba(1, 15, 28, 0.1);
  border-radius: 50%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.tp-swiper-arrow button:hover {
  color: var(--text-color-primary-bg);
}

.tp-product-banner-slider-active .swiper-slide-active .tp-product-banner-btn a,
.tp-product-banner-slider-active .swiper-slide-active .tp-product-banner-content p,
.tp-product-banner-slider-active .swiper-slide-active .tp-product-banner-price,
.tp-product-banner-slider-active .swiper-slide-active .tp-product-banner-subtitle,
.tp-product-banner-slider-active .swiper-slide-active .tp-product-banner-title,
.tp-slider-active .swiper-slide-active .tp-slider-btn a,
.tp-slider-active .swiper-slide-active .tp-slider-content p,
.tp-slider-active .swiper-slide-active .tp-slider-content span,
.tp-slider-active .swiper-slide-active .tp-slider-title {
  animation-name: fadeInUp;
  animation-fill-mode: both;
}

.tp-product-banner-slider-active .swiper-slide-active .tp-product-banner-thumb img,
.tp-product-banner-slider-active .swiper-slide-active .tp-product-banner-thumb-gradient,
.tp-product-banner-slider-active .swiper-slide-active .tp-product-banner-thumb-shape .tp-offer-shape,
.tp-slider-active .swiper-slide-active .tp-slider-thumb img {
  animation-name: fadeInLeft;
  animation-fill-mode: both;
}

.swiper-container .tp-slider-arrow button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  background: var(--tp-white);
  color: var(--tp-text-2);
  border: 1px solid rgba(1, 15, 28, 0.1);
  visibility: hidden;
  opacity: 0;
}

.swiper-container:hover .tp-slider-arrow button {
  right: 40px;
  visibility: visible;
  opacity: 1;
}

.swiper-container:hover .tp-slider-arrow button.tp-slider-button-next {
  left: 40px;
}

.swiper-container .tp-slider-arrow button.tp-slider-button-next {
  right: auto;
  left: 0;
}

.swiper-container .tp-slider-arrow button:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--text-color-primary-bg);
}

.swiper-container .tp-slider-dot {
  position: absolute;
  left: 50%;
  bottom: 25px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  width: auto;
  display: flex;
}

.swiper-container .tp-slider-dot.tp-swiper-dot .swiper-pagination-bullet {
  background-color: rgb(255 255 255/79%);
}

.tp-swiper-dot,
.tp-swiper-dot-border {
  line-height: 1;
}

.tp-swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  min-width: 10px;
  background-color: var(--tp-grey-3);
  opacity: 1;
  margin: 0 3px;
  position: relative;
}

.tp-swiper-dot .swiper-pagination-bullet button,
.tp-swiper-dot-border .swiper-pagination-bullet button {
  font-size: 0;
}

.tp-swiper-dot-border .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  opacity: 1;
  margin: 0 3px;
  position: relative;
  border: 1px solid rgba(1, 15, 28, 0.4);
}

.tp-swiper-dot-border .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-text-body);
  border-color: var(--tp-text-body);
}

.tp-swiper-dot-border .swiper-pagination-bullet:hover {
  border-color: var(--tp-text-body);
}

.tp-swiper-scrollbar {
  background-color: #edeff2;
  height: 2px;
}

.tp-bar,
.tp-product-banner-inner,
.tp-slider-item {
  background: var(--primary-color);
}

.tp-swiper-scrollbar .tp-swiper-scrollbar-drag {
  background-color: var(--tp-text-body);
  height: 100%;
}

.tp-swiper-scrollbar .tp-swiper-scrollbar-drag:hover {
  cursor: pointer;
}

.tp-swiper-scrollbar:focus,
.tp-swiper-scrollbar:hover {
  -webkit-transform: scaleY(3);
  -moz-transform: scaleY(3);
  -ms-transform: scaleY(3);
  -o-transform: scaleY(3);
  transform: scaleY(3);
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: var(--swiper-scrollbar-size, 2px);
}

.tp-slider-active .tp-slider-dot {
  position: absolute;
  left: 50%;
  bottom: 25px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  width: auto;
}

.tp-slider-active .tp-slider-dot.tp-swiper-dot .swiper-pagination-bullet {
  background-color: rgb(255 255 255);
}

.swiper-container .tp-slider-arrow button.swiper-button-disabled,
.tp-testimonial-area .tp-testimonial-arrow button.swiper-button-disabled {
  opacity: 0.5;
  color: var(--tp-text-2);
  border: 1px solid rgba(1, 15, 28, 0.1);
  background: var(--tp-white);
}

.tp-offers-box:not(:has(img)) .tp-btn,
.tp-offers-box:not(:has(img)) .tp-countdown-offer {
  margin-top: 0;
}

.tp-slider-area {
  position: relative;
  z-index: 1;
}

.tp-product-banner-bg-text,
.tp-slider-content p span svg,
.tp-slider-shape-1,
.tp-slider-shape-2,
.tp-slider-shape-3,
.tp-slider-shape-4 {
  z-index: -1;
  position: absolute;
}

.tp-slider-title {
  font-weight: 900;
  font-size: 56px;
  line-height: 120%;
  margin-bottom: 12px;
  animation-delay: 0.5s;
  animation-duration: 1s;
}

.tp-slider-content>span {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 20px;
  animation-delay: 0.3s;
  animation-duration: 1s;
}

.tp-slider-content p {
  font-weight: 400;
  font-size: 28px;
  line-height: 135%;
  margin-bottom: 40px;
  animation-delay: 0.7s;
  animation-duration: 1s;
}

.tp-slider-content p span {
  display: inline-block;
  color: var(--tp-yellow);
  position: relative;
  z-index: 1;
}

.tp-slider-content p span svg {
  bottom: -21px;
  left: -29px;
}

.tp-slider-thumb img {
  width: auto;
  height: 372px;
  border-radius: 16px;
  object-fit: contain;
  display: inline-block !important;
  animation-delay: 0.9s;
  animation-duration: 1s;
}

.tp-slider-btn .tp-btn {
  animation-delay: 0.9s;
  animation-duration: 1s;
  border: 0;
}

.tp-slider-height {
  padding: 50px 0 70px;
}

.tp-slider-shape-1 {
  top: 0;
  right: 0;
  mix-blend-mode: luminosity;
  opacity: 0.1;
  width: auto;
  height: auto;
  z-index: 1;
}

.tp-slider-shape-2 {
  bottom: 13%;
  right: 28%;
}

.tp-slider-shape-3 {
  top: 8%;
  right: 33%;
}

.tp-slider-shape-4 {
  top: 30%;
  left: 6%;
}

section:has(.swiper-button-disabled + .swiper-button-disabled) .swiper-wrapper {
  justify-content: center;
}

.tp-category-swiper .swiper-slide {
  width: fit-content !important;
}

.tp-product-category-item {
  width: 180px;
}

.tp-product-category-item .tp-product-category-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.tp-product-category-thumb,
.tp-slider-banners .box-text-info p,
.tp-testimonial-content {
  margin-bottom: 16px;
}

.tp-product-category-thumb a {
  display: inline-block;
  width: 180px;
  height: 180px;
  background: #f8fafb;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 10px;
  overflow: hidden;
  box-shadow: rgb(149 157 165 / 2%) 0 8px 24px;
}

.tp-product-category-content p {
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  opacity: 0.9;
}

.tp-brands .tp-brand-item .tp-brand-title,
.tp-product-category-title {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-text-body);
  margin-bottom: 0;
}

.square-shape .tp-product-category-thumb a {
  border-radius: 12px;
  padding: 6px;
}

.square-shape .tp-product-category-item .tp-product-category-thumb img {
  border-radius: 10px;
  object-fit: cover;
}

.no-bg .tp-product-category-thumb a {
  background: unset !important;
  border-radius: 0;
  box-shadow: unset;
}

.tp-category-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  row-gap: 32px;
}

.tp-category-list .category-thumb {
  width: 96px;
  height: 96px;
  margin: 0 auto 12px;
  border-radius: 50%;
  overflow: hidden;
}

.tp-category-list .category-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.tp-category-list .tp-category-content h3 {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-text-body);
  margin-bottom: 6px;
}

.tp-category-list .tp-category-content p {
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  line-height: 135%;
  opacity: 0.7;
}

.tp-category-img-box li a:hover img,
.tp-category-list .tp-category-item:hover img,
.tp-category-style3 .tp-category-style3-swiper a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.tp-bar.stop-move .tp-marquee {
  animation: unset;
  -webkit-animation: unset;
  justify-content: center;
}

.animated-brands--marquee:hover .marquee__group,
.tp-bar:hover .tp-marquee {
  animation-play-state: paused;
}

.tp-bar.stop-move .tp-mask {
  mask-image: none;
}

.tp-bar {
  padding: 5px 10px;
  overflow: hidden;
  white-space: nowrap;
  height: 40px;
}

.tp-mask {
  -webkit-mask-image: linear-gradient(90deg,
      transparent,
      #000 20%,
      #000 80%,
      transparent);
  mask-image: linear-gradient(90deg,
      transparent,
      #000 20%,
      #000 80%,
      transparent);
  height: 100%;
  --gap: 1rem;
  display: flex;
  overflow: hidden;
  -moz-user-select: none;
  user-select: none;
  gap: 1rem;
  gap: var(--gap);
}

.tp-bar .tp-marquee {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: 50s linear infinite move;
  -webkit-animation: 50s linear infinite move;
  animation-direction: reverse;
}

@keyframes move {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.tp-bar a {
  color: var(--tp-white);
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 12px;
  direction: rtl;
}

.tp-bar a img {
  height: 26px;
  width: auto;
  max-width: 40px;
}

.tp-home:has(.tp-bar + .tp-product-background) .tp-product-background {
  padding-top: 0;
}

.tp-home section:first-child {
  padding-top: 0;
}

.tp-feature-area .tp-feature-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
}

.tp-banners .tp-items,
.tp-offers-box:not(:has(img)) {
  grid-template-columns: 1fr;
}

.feature-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  padding: 0 12px;
}

.feature-box::after {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background: #e9e9e9;
}

.feature-box .icon {
  width: 60px;
  height: 60px;
}

.feature-box .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
}

.feature-box .title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 4px;
  font-family: "osan-Medium";
}

.feature-box p {
  margin: 0;
  opacity: 0.9;
}

.tp-banners.no-padding {
  padding-bottom: 0;
}

.tp-banners.no-padding+.tp-slider-banners {
  padding-top: 0;
}

.tp-banners .tp-items {
  display: grid;
  grid-gap: 12px;
  width: 100%;
  max-width: 100%;
}

.tp-banners .tp-items.tp-items-2 {
  grid-template-columns: 1fr 1fr;
}

.tp-banners .tp-items.tp-items-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.tp-banners .tp-items a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.tp-banners .tp-items a img {
  width: 100%;
  height: 100%;
  border: 1px solid;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2vw;
  -webkit-border-radius: 2vw;
  -moz-border-radius: 2vw;
  -ms-border-radius: 2vw;
  -o-border-radius: 2vw;
}

.no-rounded .tp-items a img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.tp-product-banner-slider-dot.tp-swiper-dot {
  position: absolute;
  left: 50px;
  right: auto;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 1;
  width: auto;
  display: flex;
  flex-direction: column;
}

.tp-product-banner-slider-dot.tp-swiper-dot.tp-swiper-dot .swiper-pagination-bullet {
  margin: 3px 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.tp-product-banner-slider-dot.tp-swiper-dot.tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-white);
}

.tp-product-banner-inner {
  border-radius: 16px;
  padding: 64px 80px 69px;
}

.tp-product-banner-bg-text {
  top: 10%;
  right: 80px;
  width: 60%;
  text-align: right;
  margin: auto auto 0;
  font-weight: 900;
  font-size: 55px;
  text-transform: uppercase;
  color: var(--tp-white);
  opacity: 0.04;
  line-height: 130%;
}

.tp-product-banner-subtitle {
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  animation-delay: 0.3s;
  animation-duration: 1s;
  display: inline-block;
}

.tp-product-banner-title {
  font-weight: 700;
  font-size: 54px;
  line-height: 140%;
  color: var(--tp-white);
  margin-bottom: 16px;
  animation-delay: 0.5s;
  animation-duration: 1s;
}

.tp-product-banner-price {
  animation-delay: 0.7s;
  animation-duration: 1s;
  margin-bottom: 24px;
}

.tp-product-banner-price p,
.tp-product-banner-price span,
span.destination-shipping-language {
  font-weight: 500;
}

.tp-product-banner-price .price {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.tp-product-banner-price .old-price {
  font-size: 16px;
  text-decoration-line: line-through;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 5px;
  display: block;
}

.tp-product-banner-price .new-price {
  font-size: 40px;
  line-height: 30px;
  color: var(--tp-white);
}

.tp-product-banner-btn .tp-btn {
  animation-delay: 0.9s;
  animation-duration: 1s;
  background-color: var(--tp-text-body);
  padding: 10px 41px 8px;
}

.tp-product-banner-btn .tp-btn:hover {
  background-color: var(--tp-white);
  color: var(--tp-text-body);
}

.tp-product-banner-thumb-gradient {
  position: absolute;
  top: -6%;
  left: 0;
  width: 400px;
  height: 400px;
  display: inline-block;
  background-image: radial-gradient(50% 50% at 50% 50%,
      rgb(0 0 0/25%) 0,
      rgb(255 255 255/15%) 100%);
  animation-delay: 1.3s;
  animation-duration: 1s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.tp-product-banner-thumb img {
  animation-delay: 1.1s;
  animation-duration: 1s;
  height: 350px;
  object-fit: contain;
}

.tp-testimonial-area {
  background: color-mix(in srgb, var(--primary-color) 4%, transparent);
  padding: 70px 0 5px;
  overflow: hidden;
}

.tp-testimonial-arrow button {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--tp-white);
  box-shadow: 0 1px 1px rgba(1, 15, 28, 0.16);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 18px;
  color: var(--tp-text-body);
  z-index: 1;
}

.tp-testimonial-arrow button:hover {
  background-color: var(--primary-color);
  color: var(--text-color-primary-bg);
  box-shadow: none;
}

.tp-testimonial-arrow button.tp-testimonial-slider-button-next {
  left: auto;
  right: 0;
}

.tp-testimonial-section-title {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 20px;
}

.tp-testimonial-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
  background: var(--tp-white);
  border-radius: 24px;
  padding: 24px;
}

.tp-testimonial-content p {
  font-weight: 400;
  font-size: 21px;
  line-height: 145%;
  color: var(--tp-text-body);
  margin-bottom: 0;
}

.tp-testimonial-rating {
  color: #ff9800;
}

.tp-testimonial-rating svg {
  color: currentColor;
  width: 14px;
  height: 14px;
}

.tp-testimonial-avater img {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.tp-testimonial-user {
  gap: 10px;
}

.tp-testimonial-user-translate {
  text-align: right;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}

.tp-testimonial-user-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 1px;
}

.tp-testimonial-user-designation {
  font-size: 14px;
  line-height: 1;
}

.tp-testimonial-shape-gradient {
  position: absolute;
  top: -45px;
  left: 50%;
  display: inline-block;
  width: 370px;
  height: 250px;
  border-radius: 50%;
  background: linear-gradient(180deg,
      color-mix(in srgb, var(--primary-color) 4%, transparent),
      transparent);
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tp-category-img-box li a:hover::after,
.tp-testimonial-slider .swiper-container .tp-slider-dot {
  bottom: 0;
}

.tp-category-img-box {
  display: grid;
  grid-template-columns: repeat(11, minmax(0, 1fr));
  grid-template-rows: repeat(5, minmax(0, 1fr));
  gap: 8px;
  max-height: 95vh;
}

.tp-category-img-box li {
  max-height: max-content;
}

.tp-category-img-box li:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}

.tp-category-img-box li:nth-child(2) {
  grid-column: 3/5;
  grid-row: 1/3;
}

.tp-category-img-box li:nth-child(3) {
  grid-column: 1/5;
  grid-row: 3/6;
}

.tp-category-img-box li:nth-child(4) {
  grid-column: 5/8;
  grid-row: 1/6;
}

.tp-category-img-box li:nth-child(5) {
  grid-column: 8/12;
  grid-row: 1/4;
}

.tp-category-img-box li:nth-child(6) {
  grid-column: 8/10;
  grid-row: 4/6;
}

.tp-category-img-box li:nth-child(7) {
  grid-column: 10/12;
  grid-row: 4/6;
}

.tp-category-img-box.tp-category-count-6 li:nth-child(6) {
  grid-column: 8/12;
}

.tp-category-img-box li a {
  overflow: hidden;
  display: block;
  position: relative;
  height: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.tp-category-img-box li a img,
.tp-category-style3 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.tp-category-img-box li a .category-img-info {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  color: #fff;
  z-index: 1;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-height: 53px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.tp-category-img-box li a::after {
  content: "";
  background: linear-gradient(0deg, #000000a1, transparent);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  height: 135px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.tp-category-img-box li a .category-img-info h4 {
  font-size: 19px;
  margin-bottom: 0;
}

.tp-category-img-box li a .category-img-info span {
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.tp-category-img-box li a:hover .category-img-info {
  bottom: 20px;
}

.tp-category-img-box li a:hover .category-img-info span {
  opacity: 0.8;
}

.tp-links-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.tp-category-style3 .tp-category-style3-swiper a,
.tp-links-box a {
  display: block;
  overflow: hidden;
  position: relative;
}

.tp-links-box img {
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.tp-links-box img:hover {
  transform: scale(1.1);
}

.tp-brands .swiper-slide,
.tp-quick-links-swiper .swiper-slide {
  padding: 0 5px;
}

.tp-quick-links {
  background: #fff;
}

.tp-quick-links-swiper a img {
  width: 106px;
  height: auto;
  margin: 0 auto;
}

.tp-products-container {
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  background: var(--tp-white);
  border: 3px solid var(--primary-color);
  border-top: 0;
  border-radius: 12px;
  height: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.tp-products-container .tp-product-image {
  height: 100%;
  width: 40%;
  min-width: 40%;
  position: relative;
}

.tp-products-container .tp-product-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 1/1;
}

.tp-products-container .tp-product-image .tp-precent {
  position: absolute;
  top: -10px;
  right: -10px;
}

.tp-products-container .tp-product-image .tp-precent svg {
  fill: var(--tp-pink);
  width: 75px;
  height: 75px;
}

.tp-products-container .tp-product-image p {
  margin: 0;
  color: var(--tp-white);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d73a3c;
  gap: 5px;
  padding: 0px 8px;
  border-radius: 30px;
  font-size: 14px;
}

.tp-products-container .tp-product-content .tp-category {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 1px;
  display: block;
}

.tp-products-container .tp-product-content h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px;
  font-size: 23px;
  line-height: 130%;
}

.tp-products-container .tp-product-content .tp-product-price {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.tp-products-container .tp-product-content .tp-product-price .new-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  line-height: 21px;
}

.tp-products-container .tp-product-content .tp-product-price .new-price p {
  margin: 0;
  font-size: 24px;
  color: #db1215;
  font-weight: 500;
}

.tp-products-container .tp-product-content .tp-product-price .new-price .wafar {
  font-size: 15px;
}

.tp-products-container .tp-product-content .tp-product-price .new-price .discount {
  padding: 0 8px;
  border-radius: 20px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  width: max-content;
  color: #f44336;
  background: #cf142b1c;
  direction: ltr;
}

.tp-compare-content p,
.tp-products-container .tp-product-content .tp-product-price .new-price em {
  font-size: 18px;
}

.deal-days-box .sub--title,
.tp-countdown-banner ul li span {
  font-size: 19px;
  font-weight: 500;
}

.tp-products-container .tp-product-content .tp-product-price .price-wafar {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 21px;
}

.tp-products-container .tp-product-content .tp-product-price .price-old {
  text-decoration: line-through;
  color: #6b7280;
  font-size: 18px;
}

.tp-products-container .tp-product-content .tp-end-in {
  margin-bottom: 8px;
  font-size: 13px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.tp-products-container .tp-product-content .tp-end-in svg {
  animation: 2s infinite tf-ani-tada;
  width: 16px;
  height: 16px;
  color: currentColor;
}

@keyframes tf-ani-tada {

  0%,
  to {
    transform: scaleX(1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
}

.tp-products-container .tp-product-content .tp-countdown ul {
  display: flex;
  gap: 16px;
  flex-direction: row-reverse;
  justify-content: start;
}

.tp-products-container .tp-product-content .tp-countdown span {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  background: var(--tp-grey-2);
  border-radius: 50%;
  font-size: 23px;
  margin-bottom: 4px;
  padding-top: 4px;
}

.tp-brands .tp-brand-item {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.tp-brands .tp-brand-item .tp-brand-thumb a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.tp-brands .tp-brand-item .tp-brand-thumb a img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.tp-brands.rounded-edges .tp-brand-item .tp-brand-thumb a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.tp-slider-spicial video,
.tp-video video {
  border: 0;
  object-fit: cover;
  width: 100%;
  display: block;
}

.cart-product-col-img .cart-product-image-link .cart-product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.tp-brands .tp-brand-item .tp-brand-title p {
  font-weight: 400;
  font-size: 15px;
  margin: 5px 0 0;
  opacity: 0.9;
}

.tp-video video {
  min-height: 300px;
  max-height: 100svh;
}

.tp-video .video-mobile {
  display: none;
}

.box-text-info {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 45%;
  color: #fff;
  margin: auto;
}

.box-text-info h3 {
  font-size: 42px;
}

.box-text-info p {
  margin: 16px 0 0;
  font-size: 20px;
  line-height: 150%;
  opacity: 0.9;
}

.box-text-info a,
.box-text-info button {
  margin-top: 16px;
}

.gradient-border {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  padding: 1px;
}

.gradient-border::before {
  content: "";
  position: absolute;
  inset: 0;
  top: auto;
  height: 100%;
  border-radius: inherit;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  background: linear-gradient(0, black, transparent);
}

.tp-slider-spicial {
  border-radius: 24px;
  overflow: hidden;
}

.tp-slider-spicial.slick-dotted.slick-slider {
  padding-bottom: 0;
}

.tp-slider-spicial .swiper-slide a {
  position: relative;
  display: block;
}

.tp-slider-spicial img {
  width: 100%;
  object-fit: cover;
}

.tp-slider-spicial img,
.tp-slider-spicial video {
  height: calc(100svh - 32px);
}

.tp-slider-img-auto .tp-slider-spicial img,
.tp-slider-img-auto .tp-slider-spicial video {
  height: auto !important;
  min-height: 400px;
  max-height: calc(100svh - 32px);
}

.stop-animation .tp-slider-spicial img {
  animation: unset;
  -webkit-animation: unset;
}

.tp-slider-spicial .box-text-info {
  padding: 100px 0;
  padding-bottom: 64px;
}

.tp-slider-spicial .box-text-info h3 {
  font-size: 35px;
  margin-bottom: 16px;
}

.tp-slider-spicial .box-text-info p {
  margin: 0;
  margin-bottom: 12px;
  font-size: 18px;
}

.tp-slider-spicial .box-text-info button {
  margin-top: auto;
  padding: 12px 48px;
  font-size: 20px;
  border-color: #000;
}

.tp-slider-bg {
  background-color: var(--primary-color);
  position: relative;
  background-size: cover;
  background-position: center;
  color: var(--tp-white);
  padding-top: 60px;
  padding-bottom: 140px;
}

.tp-slider-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #010213;
  opacity: 0.6;
}

.flex-title {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  gap: 16px;
}

.tp-slider-bg h3 {
  font-size: 36px;
  font-weight: 500;
}

.breadcrumb,
.cart-totals .cart-product-row,
.home-categories-section .tp-product-category-thumb,
.tp-slider-bg p {
  margin: 0;
}

.tp-product-background:has(.product-box) .tp-products-slider {
  margin-top: -100px;
}

.tp-category-box-2 {
  background: var(--primary-color);
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.tp-category-box-2 h3 {
  margin: 0;
  color: var(--tp-white);
  width: 100%;
  line-height: 140%;
  font-size: 24px;
}

.tp-category-box-2 .big-catg {
  width: 100%;
  height: 175px;
  object-fit: contain;
}

.tp-category-box-2 .listed-categories {
  width: 100%;
  display: flex;
  gap: 0;
  text-align: center;
  align-items: center;
}

.tp-category-box-2 .listed-categories a {
  width: 100%;
  position: relative;
  padding: 0 10px;
}

.tp-category-box-2 .listed-categories a::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--tp-white);
  opacity: 0.1;
}

.tp-category-box-2 .listed-categories img {
  width: 54px;
  height: 54px;
  margin-bottom: 10px;
  object-fit: contain;
}

.tp-category-box-2 .listed-categories p {
  margin: 0;
  color: var(--tp-white);
  font-size: 17px;
}

body:has(.tp-slider-banners + .tp-slider-banners) .tp-slider-banners {
  padding-top: 0;
  padding-bottom: 6px;
}

.tp-slider-banners.full-container .container {
  max-width: 100%;
  padding: 0;
}

.tp-slider-banners a {
  display: block;
  position: relative;
}

.tp-slider-banners a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.2;
  display: none;
}

.tp-slider-banners .swiper-container .tp-slider-dot {
  bottom: 10px;
}

.tp-slider-banners a.postion-text-right .box-text-info {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  padding-right: 48px;
  align-items: flex-start;
}

.tp-slider-banners a.postion-text-left .box-text-info {
  margin-right: auto;
  margin-left: 0;
  text-align: right;
  padding-left: 48px;
  align-items: flex-start;
}

.tp-slider-banners .box-text-info {
  width: 47%;
}

.tp-slider-banners .box-text-info h3 {
  margin: 0;
  line-height: 140%;
  font-family: "osan-Medium";
}

.banner-info .tp-countdown-banner,
.cart-totals .btns-cart,
.coupon-form,
.deal-days-box .tp-countdown-deal-days,
.tp-footer-social-box {
  margin-top: 24px;
}

.tp-filters .filter-box {
  display: flex;
  align-items: center;
  gap: 48px;
  position: relative;
}

.tp-filters .filter-box .shape-filter-sec {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.tp-filters .filter-box .filter-media {
  width: 30%;
  min-width: 30%;
  text-align: center;
}

.tp-filters .filter-box .filter-media img {
  max-height: 350px;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.tp-filters .filter-box .filters-items {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.tp-filters .filter-box .filters-items .filter-item {
  max-width: 48%;
  display: flex;
  gap: 8px;
  align-items: center;
}

.tp-filters .filter-box .filters-items .filter-item p {
  margin: 0;
  min-width: max-content;
  font-size: 22px;
  font-family: "osan-Medium";
}

.tp-filters .filter-box .filters-items .filter-item:nth-child(3) {
  max-width: unset;
  width: 100%;
}

.tp-filters .custom-dropdown {
  border: 0;
  border-bottom: 1px solid #4d5053;
  color: #4d5053;
  font-size: 22px;
  background-color: unset;
  border-radius: 0;
  box-shadow: unset;
  outline: unset;
  position: relative;
}

.tp-filters .custom-dropdown .selected {
  padding: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: max-content;
  gap: 30px;
  cursor: default;
}

.tp-filters .custom-dropdown .dropdown-options {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  z-index: 10;
  overflow: hidden;
  min-width: max-content;
}

.tp-filters .custom-dropdown.open .dropdown-options {
  display: block;
}

.tp-filters .custom-dropdown .dropdown-options li {
  padding: 10px 15px;
  cursor: pointer;
  font-size: 20px;
}

.tp-filters .custom-dropdown .dropdown-options li:hover {
  background: var(--primary-color);
  color: #fff;
}

.tp-filters .custom-dropdown .selected svg {
  width: 22px;
  height: 22px;
}

.tp-filters .filter-box .filter-text a {
  margin-top: 40px;
}

.banner-products,
.video-products {
  display: flex;
  align-items: center;
  gap: 24px;
}

.banner-products.reverse-box,
.video-products.reverse-box {
  flex-direction: row-reverse;
}

.banner-products .banner-info {
  position: relative;
  width: 350px;
  min-width: 350px;
  border-radius: 12px;
  overflow: hidden;
}

.banner-products .banner-info::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.4;
}

.banner-products .banner-info img,
.banner-products .banner-info video {
  object-fit: cover;
  object-position: top;
  height: auto;
  width: 100%;
  display: block;
  min-height: 450px;
  max-height: 550px;
}

.banner-products .banner-info .box-text-info {
  width: 80%;
}

.banner-products .banner-info .box-text-info h3 {
  font-size: 28px;
}

.tp-countdown-banner ul {
  display: flex;
  gap: 8px;
  flex-direction: row-reverse;
}

.tp-countdown-banner ul li {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 15px;
  line-height: 18px;
  width: 55px;
  height: 55px;
  border: 1px solid #ffffff66;
  border-radius: 50%;
  backdrop-filter: blur(5px);
}

.banner-products .tp-products-box {
  width: calc(100% - 350px - 24px);
}

.video-products .video-box {
  width: 38%;
  min-width: 38%;
}

.video-products video {
  object-fit: cover;
  height: 100%;
  max-height: 1000px;
  width: 100%;
  display: block;
}

.video-products .tp-products-part {
  width: calc(65% - 24px);
  padding: 0 24px;
}

.tp-informative {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.tp-informative .left-section,
.tp-informative .right-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}

.tp-informative .informative-box {
  display: flex;
  gap: 12px;
  justify-content: center;
  text-align: center;
  flex-direction: column-reverse;
  align-items: center;
}

.tp-informative .informative-box img {
  width: 60px;
  height: 60px;
  min-width: 60px;
  object-fit: contain;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.tp-informative .informative-text h3 {
  font-size: 20px;
  font-family: "osan-Medium";
}

.tp-informative .center-image,
.tp-offers-box .offer-content {
  width: 100%;
  text-align: center;
}

.tp-informative .center-image img {
  width: auto;
  height: auto;
  max-height: 500px;
  object-fit: contain;
}

.tp-category-style2-swiper a {
  display: block;
  position: relative;
  height: 100%;
}

.tp-category-style2-swiper a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.tp-category-style2-swiper a h3 {
  position: absolute;
  bottom: 20px;
  background: #fff;
  padding: 14px;
  margin: auto;
  left: 0;
  right: 0;
  width: 80%;
  text-align: center;
  transition: 0.3s;
  font-size: 21px;
}

.tp-category-style2-swiper a:hover h3 {
  background: #000;
  color: #fff;
}

.category-style3-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  padding: 50px;
  color: #fff;
}

.category-style3-content span {
  font-size: 20px;
  margin-bottom: 5px;
}

.category-style3-content h3 {
  font-size: 42px;
  margin: 0;
}

.category-style3-content button {
  margin-top: 16px;
  min-width: 130px;
}

.faqs-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.faqs-box .accordion-item {
  border: 1px solid #000000;
  padding: 16px;
  border-radius: 28px;
  background: #fff;
  height: max-content;
}

.faqs-box .accordion-item .accordion-button {
  font-size: 18px;
  gap: 10px;
  font-family: "osan-Medium";
}

.faqs-box .accordion-item .accordion-button span {
  font-family: "osan-Bold";
  color: #888;
  font-size: 20px;
  display: none;
}

.faqs-box .accordion-item .accordion-button::after {
  content: "\e91d";
  font-size: 16px;
  font-family: icomoon !important;
  font-weight: 700;
}

.faqs-box .accordion-item .accordion-button[aria-expanded="true"]::after {
  content: "\f068";
}

.faqs-box .accordion-item .accordion-body {
  color: #555;
  padding-top: 12px;
}

.deal-days-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 50px;
  border-radius: 12px;
}

.deal-days-box .sub--title {
  color: #fff;
  margin-bottom: 8px;
  text-transform: none;
  display: block;
}

.deal-days-box h3 {
  color: #fff;
  margin: 0;
  font-size: 40px;
}

.deal-days-box .tp-countdown-deal-days ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  direction: ltr;
}

.deal-days-box .tp-countdown-deal-days li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #fff;
  font-size: 18px;
  border-radius: 12px;
  font-weight: 500;
  color: #333;
}

.deal-days-box .tp-countdown-deal-days span {
  font-size: 26px;
  font-weight: 600;
  display: block;
  margin-bottom: 3px;
}

.banner-grid-ul {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.banner-grid-ul li {
  width: calc(33.33% - 10px);
}

.banner-grid-ul li a {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  display: block;
}

.banner-grid-ul a img {
  width: 100%;
  height: 324px;
  object-fit: cover;
}

.banner-grid-ul .banner-content {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.banner-grid-ul .banner-content span {
  font-size: 16px;
  border: 1px dashed #f5f5f5;
  padding: 8px 16px;
  width: max-content;
  border-radius: 10px;
  color: #f5e70e;
  margin-bottom: 20px;
  font-weight: 500;
}

.banner-grid-ul .banner-content h3 {
  margin: 0;
  color: #fff;
  font-size: 40px;
}

.banner-grid-ul .banner-content button {
  width: max-content;
  margin-top: 24px;
  border: 0;
}

.brands-style-box {
  max-width: 80%;
  margin: auto;
}

.animated-brands--marquee {
  -webkit-mask-image: linear-gradient(90deg,
      transparent,
      #000 20%,
      #000 80%,
      transparent);
  mask-image: linear-gradient(90deg,
      transparent,
      #000 20%,
      #000 80%,
      transparent);
  height: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
  -moz-user-select: none;
  user-select: none;
  gap: 1rem;
  margin-bottom: 15px;
}

.animated-brands--marquee:last-child,
.product-attributes .attribute-group:last-child,
.product-attributes .filter-row:last-child {
  margin-bottom: 0;
}

.animated-brands--marquee .marquee__group {
  display: flex;
  align-items: center;
  gap: 16px;
  animation: 60s linear infinite scroll;
  -webkit-animation: 60s linear infinite scroll;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 16px));
    -webkit-transform: translateX(calc(-100% - 16px));
    -moz-transform: translateX(calc(-100% - 16px));
    -ms-transform: translateX(calc(-100% - 16px));
    -o-transform: translateX(calc(-100% - 16px));
  }
}

.animated-brands--marquee:nth-child(2) .marquee__group {
  animation-direction: reverse;
}

.marquee__group a {
  background: #eee;
  border-radius: 10px;
  display: block;
}

.marquee__group a img {
  width: 100px;
  height: 100px;
  min-width: 100px;
  padding: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.box-contact ul {
  background: #fff;
  display: flex;
  justify-content: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  border-radius: 12px;
  padding: 24px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  max-width: 90%;
  margin: auto;
  gap: 16px;
  flex-wrap: wrap;
}

.box-contact ul:not(:has(li)) {
  display: none;
}

.box-contact li {
  width: calc(33.33% - 12px);
  display: flex;
  gap: 16px;
  align-items: center;
}

.box-contact li svg {
  color: #000;
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: #f4f6f8;
  border-radius: 50%;
  padding: 12px;
}

.box-contact li span {
  font-weight: 500;
  font-size: 15px;
  opacity: 0.8;
}

.box-contact li p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  word-break: break-word;
  line-height: 135%;
  direction: ltr;
  text-align: right;
}

.box-contact .map-box iframe,
.tp-branches iframe {
  width: 100%;
  display: block;
  border: 0;
  mask-image: linear-gradient(to top,
      transparent 0,
      black 0%,
      black 68%,
      transparent 90%);
  border-radius: 16px;
  height: 520px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.box-contact:not(:has(li)) iframe {
  mask-image: unset !important;
}

.tp-branches-tabs {
  margin-top: 16px;
  position: relative;
}

.tp-branches-tabs ul {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  row-gap: 0;
  border: 0;
  background: #ffffff;
  padding: 10px;
  border-radius: 50px;
  width: fit-content;
  max-width: 90%;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
}

.tp-branches-tabs ul li {
  min-width: max-content;
}

.tp-branches-tabs ul li .nav-link {
  padding: 8px 24px;
  border: 0;
  width: 100%;
  border-radius: 50px;
  min-width: max-content;
  color: var(--tp-text-body);
  font-size: 17px;
  font-family: "osan-Medium";
}

.tp-branches-tabs ul li .nav-link.active {
  background: var(--primary-color);
  color: var(--text-color-primary-bg);
}

.tp-branches .branch-image {
  width: 100%;
  display: block;
  mask-image: linear-gradient(to top,
      transparent 0,
      black 0%,
      black 84%,
      transparent 100%);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.tp-branches .branch-google-maps-link {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  width: max-content;
}

.tp-branches .branch-google-maps-link .btn-google-maps {
  border-color: #000;
  display: flex;
  gap: 5px;
  align-items: center;
}

.tp-offers {
  background: #f7f7f7;
}

.tp-offers-box {
  overflow: hidden;
  gap: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 16px 0;
}

.tp-offers-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
  max-height: 500px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.tp-offers-box .offer-content h3 {
  font-size: 44px;
  margin-bottom: 0;
}

.tp-offers-box .offer-content p {
  margin: 12px 0 0;
  font-size: 18px;
  font-weight: 500;
  opacity: 0.9;
}

.tp-offers-box .tp-countdown-offer {
  margin-top: 42px;
}

.tp-offers-box .tp-countdown-offer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  direction: ltr;
}

.tp-offers-box .tp-countdown-offer li {
  width: 80px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.tp-offers-box .tp-countdown-offer li::after {
  content: ":";
  position: absolute;
  left: -17px;
  top: 20px;
  font-size: 35px;
  opacity: 0.9;
}

.tp-offers-box .tp-countdown-offer span {
  font-size: 50px;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
  line-height: 48px;
}

.tp-offers-box .tp-btn {
  margin-top: 40px;
}

.tp-offers-box:not(:has(img)) .offer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.tp-offers-box:not(:has(img)) .offer-text {
  text-align: right;
}

.tp-offers-box:not(:has(.tp-btn)) .offer-content,
.tp-offers-box:not(:has(.tp-countdown-offer)) .offer-content {
  justify-content: center;
}

.tp-offers-box:has(.tp-btn) .offer-content,
.tp-offers-box:has(.tp-countdown-offer) .offer-content {
  justify-content: space-between;
}

.tp-offers-box:has(.tp-btn):not(:has(img)) .offer-content .offer-text,
.tp-offers-box:has(.tp-countdown-offer):not(:has(img)) .offer-content .offer-text {
  text-align: right;
}

.dot-banner-image-wrapper {
  position: relative;
  overflow: auto;
}

.dot-banner-image-wrapper .image-indecator {
  position: absolute;
  bottom: 16px;
  right: 0;
  left: 0;
  margin: auto;
  width: max-content;
  color: #7c620c;
  background: #fff2b2;
  padding: 6px 16px;
  border-radius: 5px;
  font-size: 15px;
  display: none;
  gap: 5px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.dot-banner-image-wrapper .image-indecator strong {
  font-size: 16px;
}

.dot-banner-image-wrapper:hover .image-indecator {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.dot-banner-image-wrapper .banner-image {
  width: 100%;
  height: 100%;
  display: flex;
}

.dot-banner-image-wrapper .banner-dot--elem {
  position: absolute;
}

.dot-banner-image-wrapper .banner-dot--elem .dot-btn {
  position: absolute;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  margin-right: -9px;
  margin-top: -9px;
  z-index: 1;
}

.dot-banner-image-wrapper .banner-dot--elem .dot-btn::after,
.dot-banner-image-wrapper .banner-dot--elem .dot-btn::before {
  content: "";
  position: absolute;
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 50%;
  opacity: 0;
  background: #fff;
  pointer-events: none;
  animation: 2s infinite ripple;
  -webkit-animation: 2s infinite ripple;
}

.dot-banner-image-wrapper .banner-dot--elem .dot-btn::after {
  animation-delay: 0.6s;
}

@keyframes ripple {
  0% {
    opacity: 1;
    transform: scale(0);
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.dot-banner-image-wrapper .banner-dot--elem .dot-btn svg {
  z-index: 2;
}

.dot-banner-image-wrapper .banner-dot--elem .banner-dot-popover {
  position: absolute;
  right: -2rem;
  width: 270px;
  background: #fff;
  padding: 10px 10px 10px 20px;
  border-radius: 8px;
  z-index: 1000;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  transform: translateX(40px);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.dot-banner-image-wrapper .banner-dot--elem:hover .banner-dot-popover {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.dot-banner-image-wrapper .banner-dot--elem .banner-dot-popover.show-above {
  top: -6rem;
}

.dot-banner-image-wrapper .banner-dot--elem .banner-dot-popover.show-below {
  top: auto;
  bottom: -7rem;
}

.dot-banner-image-wrapper .banner-dot--elem .banner-dot-popover.show-left {
  left: -4rem;
  right: auto;
}

.dot-banner-image-wrapper .banner-dot--elem .banner-dot-popover.show-right {
  right: auto;
  left: -2rem;
}

.dot-banner-image-wrapper .banner-dot--elem .banner-dot-popover a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dot-banner-image-wrapper .banner-dot--elem .banner-dot-popover a img {
  width: 60px;
  height: 60px;
  min-width: 60px;
  object-fit: contain;
}

.dot-banner-image-wrapper .banner-dot--elem .banner-dot-popover a .popover-content h3 {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 8px;
  font-weight: 400;
}

.dot-banner-image-wrapper .banner-dot--elem .banner-dot-popover a .popover-content p {
  margin: 0;
  display: flex;
  gap: 5px;
  font-weight: 500;
  line-height: 130%;
  color: #f44336;
}

.dot-banner-image-wrapper .banner-dot--elem .banner-dot-popover a .popover-content span {
  text-decoration: line-through;
  font-weight: 400;
  font-size: 15px;
  color: #6b7280;
}

.tp-tabs-list {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  gap: 24px;
  white-space: nowrap;
  overflow: auto;
}

.tp-tabs-list .tp-tab-item {
  cursor: pointer;
  font-size: 20px;
  padding: 5px 3px;
  opacity: 0.8;
  position: relative;
}

.tp-tabs-list .tp-tab-item::after {
  content: "";
  height: 2px;
  width: 0;
  background-color: currentColor;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.tp-tabs-list .tp-tab-item.active {
  font-family: "osan-Medium";
  opacity: 1;
  pointer-events: none;
  color: var(--primary-color);
}

.tp-tabs-content .tp-tab-content {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  transform: translateY(30px);
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}

.tp-tabs-content .tp-tab-content.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  transform: translateY(0);
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}

.products-filters-box,
.tp-compare-container {
  display: flex;
  gap: 24px;
}

.compare-box {
  direction: ltr;
  width: 100%;
}

.compare-box img {
  width: auto;
  height: auto;
  object-fit: cover;
}

.tp-compare-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 50px;
}

.tp-compare-content span {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
}

.tp-compare-content h3 {
  font-size: 55px;
  line-height: 135%;
  margin-bottom: 12px;
}

.tp-compare-content a {
  margin-top: 20px;
}

.tp-compare-container .icv__label {
  padding: 3px 12px;
  font-size: 15px;
  z-index: 4;
}

.tp-features-with-bg .bg-sec {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  position: relative;
}

.tp-features-with-bg .bg-sec::after {
  content: "";
  background: linear-gradient(90deg, var(--primary-color) 55%, transparent);
  position: absolute;
  inset: 0;
  opacity: 0.8;
}

.tp-features-with-bg .features-container {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.features-container .feature-logo {
  height: 50px;
  max-width: 170px;
  width: auto;
  object-fit: contain;
}

.features-container .features-part {
  display: flex;
  gap: 10px;
  text-align: center;
}

.features-container .item-box {
  background: #fff;
  padding: 16px;
  width: 210px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.features-container .item-box .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 10px;
  background: #f1f1f1;
  padding: 8px;
  border-radius: 50%;
}

.features-container .item-box .icon img {
  width: 100%;
  height: 100%;
}

.features-container .item-box .content h3 {
  font-size: 18px;
  font-family: "osan-Medium";
}

.features-container .item-box .content p {
  margin: 0;
  color: #555;
}

.modal {
  background: rgb(0 0 0/50%);
}

.modal-dialog {
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.modal.show .modal-dialog {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.modal-content {
  border-radius: 24px;
  color: var(--bs-body-color);
}

.modal #modal-select-destination-city .dropbtn {
  text-align: right;
  font-size: 16px;
  color: var(--bs-body-color);
  background-color: var(--tp-white);
  border: 1px solid #ddd;
  border-radius: 12px;
}

.modal #modal-select-destination-city .dropbtn::after {
  top: 42px;
  transform: unset;
  opacity: 0.8;
}

.modal .modal-select-destination-city-footer-container {
  justify-content: center;
  margin-top: 10px;
}

.modal .modal-select-destination-city-footer-container button {
  width: 100%;
  color: var(--text-color-primary-bg) !important;
  background: var(--primary-color);
  font-size: 18px !important;
  height: auto;
  border-radius: 12px;
  padding: 6px 24px;
}

.quick-btns .quick-item,
.slide-menu .list-menu,
.slide-menu .menu-title,
.slide-menu .menu-title svg {
  color: var(--menu-header-text-color-primary-bg);
}

.modal #modal-select-destination-city .dropdwn-content {
  max-height: 250px;
  border-radius: 12px;
  background: #fff;
  margin-top: 5px;
}

.modal #modal-select-destination-city .dropdwn-content span {
  cursor: pointer;
  padding: 8px 16px;
}

.modal #modal-select-destination-city .dropdwn-content span:last-child {
  border-bottom: 0;
}

.sidenav-open #sidenav-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.icon-arrow_right:before {
  content: "\e905";
}

.icon-arrow_left:before {
  content: "\e904";
}

.slide-menu {
  width: 350px;
  max-width: 100%;
  overflow: hidden;
  background: var(--menu-header-primary-color);
}

.slide-menu .menu-title {
  padding: 15px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.slide-menu .menu-title svg {
  width: 32px;
  height: 32px;
  cursor: pointer;
  margin-right: auto;
  opacity: 0.3;
}

.slide-menu .menu-title .close-menu {
  position: relative;
  z-index: 9;
  display: flex;
  height: 24px;
  width: 32px;
  align-items: center;
  justify-content: center;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.5s;
  margin-right: auto;
}

.slide-menu .menu-title .close-menu::after,
.slide-menu .menu-title .close-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 1px;
  width: 27px;
  margin-top: 1rem;
  background-color: var(--menu-header-text-color-primary-bg);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.slide-menu .menu-title .close-menu::after {
  transform: rotate(-45deg);
}

.slide-menu .menu-title .close-menu:hover::after,
.slide-menu .menu-title .close-menu:hover::before {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}

.slide-menu .menu-title svg:hover {
  opacity: 1;
  color: var(--primary-color);
}

.slide-menu .logo-menu {
  display: block;
  padding: 0px 24px;
  position: relative;
}

.slide-menu .logo-menu::after {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 40px;
  width: 100%;
  z-index: 1;
  background-image: linear-gradient(to bottom,
      var(--menu-header-primary-color),
      transparent);
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
}

.slide-menu .logo-menu img {
  width: auto;
  height: auto;
  display: block;
  height: 60px;
  object-fit: contain;
  max-width: 160px;
}

.slide-menu .menu-container {
  display: flex;
  flex-direction: column;
}

.slide-menu .main-menu-wrap {
  margin-bottom: 16px;
  padding-bottom: 1.5rem;
  padding-top: 16px;
  scrollbar-width: auto;
  height: calc(100vh - 300px);
  overflow-x: hidden;
  overflow-y: auto;
}

.slide-menu .menu-container .main-menu-wrap::-webkit-scrollbar {
  width: 3px;
}

.slide-menu .menu-container .main-menu-wrap::-webkit-scrollbar-thumb {
  border-radius: 0.375rem;
  background-color: #9ca3af;
}

.slide-menu .menu-container .main-menu-wrap::-webkit-scrollbar-track {
  border-radius: 0.375rem;
}

.slide-menu .list-menu .slide-menu-ul-li {
  border: 0;
}

.slide-menu .list-menu a {
  text-transform: capitalize;
  font-size: 16px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 6px 24px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.slide-menu .slide-menu__backlink .slide-menu-arrow {
  transform: translateY(-2px);
}

.slide-menu .secondary-menu-wrap {
  padding: 0 24px;
  margin-top: auto;
  margin-bottom: 20px;
}

.slide-menu .secondary-menu-wrap small {
  font-size: 13px;
  opacity: 0.7;
  color: var(--menu-header-text-color-primary-bg);
}

.slide-menu .language-currency-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.slide-menu .language-currency-box .button-area-box {
  width: 100%;
  border: 1px solid var(--primary-color);
  background: var(--menu-header-primary-color);
  padding: 12px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.slide-menu .language-currency-box .button-area-box button {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  color: var(--menu-header-text-color-primary-bg);
}

.slide-menu .language-currency-box .button-area-box button svg {
  width: 16px;
  height: 16px;
  color: currentColor;
}

.slide-menu .language-currency-box .button-area-box button .arrow-small {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}

.slide-menu .language-currency-box .button-area-box:hover {
  background: var(--primary-color);
  color: var(--text-color-primary-bg);
  border-color: var(--primary-color);
}

.slide-menu .language-currency-box .button-area-box:hover button {
  color: var(--text-color-primary-bg);
}

.blog-box h4 a,
.product-box .tp-content-product h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slide-menu .list-menu a:hover {
  padding-right: 30px;
}

.slide-menu .list-menu a:hover .clickable-span {
  text-decoration: underline;
}

.slide-menu .list-menu .menu-image {
  height: 42px;
  width: 42px;
  object-fit: contain;
  border-radius: 5px;
}

.slide-menu__decorator {
  float: unset !important;
  display: flex;
  margin-right: auto;
  opacity: 0.4;
  display: none !important;
}

.slide-menu__backlink[data-action="back"] {
  display: none !important;
}

.slide-menu .slide-menu-arrow {
  position: static !important;
  font-size: 17px;
}

.quick-btns {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 20px;
}

.quick-btns .quick-item {
  all: unset;
  padding: 0;
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 8px;
  position: relative;
  border: 1px solid;
}

.quick-btns .quick-item svg,
.tp-shop-top .tp-shop-top-filter .tp-filter-btn svg,
.tp-shop-top-left .tp-shop-top-tab button svg {
  color: currentColor;
}

.breadcrumb-section {
  background: unset;
}

.breadcrumb-item a {
  color: #61696e;
}

.breadcrumb-section .breadcrumb {
  flex-wrap: nowrap;
  overflow: auto;
  white-space: nowrap;
  scrollbar-width: none;
}

.breadcrumb-section .breadcrumb-item {
  min-width: max-content;
}

.subTitle-detail {
  margin-top: 0;
  background-color: unset;
  padding: 0;
}

.breadcrumb-section:has(+ .subTitle-detail) {
  margin-bottom: 10px;
}

.flex-subTitle {
  display: flex;
  align-items: center;
  gap: 16px;
}

.flex-subTitle img {
  width: 60px;
  height: 60px;
  min-width: 60px;
  object-fit: contain;
  border-radius: 4px;
}

.subTitle-detail .bread-title {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  color: var(--tp-text-body);
}

.cart-totals .cart-totals-div .cart-totals-row-wrapper p,
.subTitle-detail .bread-text,
.tp-footer-contact-content h4 {
  margin: 0;
  font-size: 16px;
}

.home-categories-section {
  padding-bottom: 16px;
}

.home-categories-section .slick-slider .slick-track {
  margin: 0;
}

.home-categories-section .tp-product-category-item {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: right;
  gap: 7px;
  border: 1px solid #e9e9e9;
  padding: 12px 16px;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.home-categories-section .tp-product-category-thumb a {
  background: unset;
  padding: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home-categories-section .tp-product-category-thumb a img {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.categories-grid .categories-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 24px;
  padding: 20px;
  background: #fff !important;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: rgb(149 157 165 / 8%) 0 8px 24px;
}

.categories-grid .categories-box .cover-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.1;
}

.categories-grid .categories-box .content-img .categories-image {
  width: 160px;
  height: 160px;
  min-width: 160px;
  object-fit: contain;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.category-content .header-category a {
  border: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  text-align: center;
  justify-content: center;
  display: flex;
}

.category-content .body-category .categories-title {
  margin-bottom: 5px;
  opacity: 0.9;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.category-content .body-category .categories-subTitle {
  margin-bottom: 5px;
  opacity: 0.8;
  font-size: 15px;
}

.category-content .body-category .categories-title:hover {
  color: var(--primary-color);
  opacity: 1;
}

.category-cover-img {
  margin-top: 24px;
  width: 100%;
  max-width: 100%;
  display: block;
  border-radius: 2vw;
  border: 1px solid;
}

.product-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #000000;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

.product-box .tp-product-container {
  background: var(--tp-white);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-box .tp-image-product {
  display: block;
  position: relative;
  overflow: hidden;
}

.product-box .tp-image-product img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
  position: relative;
  top: 20px;
}

.product-box .tp-image-product .box-img-product {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  overflow: hidden;
}

.product-box .tp-image-product .badge-name {
  margin: 0;
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--primary-color) !important;
  border: 0 !important;
  color: #fff !important;
  font-size: 12px;
  gap: 3px;
  z-index: 2;
  padding: 1px 8px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.badge-name svg {
  fill: currentColor;
  display: none;
}

.product-box .tp-image-product:has(.badge-name) .out-of-stock,
.product-box .tp-image-product:has(.discount) .out-of-stock {
  top: 42px;
}

.product-box .tp-image-product .discount {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 5px 8px 0;
  line-height: 20px;
  border-radius: 50px;
  font-size: 14px;
  width: max-content;
  color: var(--primary-color);
  background: #fdeeee;
  direction: ltr;
  font-family: "osan-Medium", sans-serif;
}

.product-box .tp-image-product .out-of-stock,
.tp-product-image .out-of-stock {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: max-content;
  color: #db2619;
  font-weight: 500;
}

.product-box .tp-image-product .tp-countdown {
  position: absolute;
  border: 0;
  width: max-content;
  left: 0;
  right: 0;
  bottom: 24px;
  margin: auto;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.product-box .tp-image-product .tp-countdown ul {
  display: flex;
  gap: 2px;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}

.product-box .tp-image-product .tp-countdown li {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 10px;
  line-height: 16px;
  padding: 7px 2px 2px;
  max-width: 100%;
  gap: 0;
  background: #ba0202;
  color: #fff;
  width: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.product-box .tp-image-product .tp-countdown span {
  font-size: 12px;
  line-height: 6px;
}

.product-box .tp-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 10px 6px;
}

.product-box .tp-content-wrapper .promotional-image {
  width: 100%;
  height: 24px;
  object-fit: contain;
}

.product-box .tp-content-product h2 {
  margin-bottom: 0;
  font-size: 18px;
  font-family: "osan-Medium";
}

.product-card-rating-wrapper {
  position: absolute;
  bottom: 5px;
  right: 10px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  background: #f8f8f8;
  color: #505050;
  padding: 3px 5px 1px;
  line-height: 14px;
  flex-direction: row-reverse;
  direction: ltr;
  font-size: 15px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.product-card-rating-wrapper svg {
  color: #f5c523;
  width: 11px;
  height: 11px;
  position: relative;
  top: -1px;
}

.product-card-rating-wrapper .rating-count {
  color: #cbcbcb;
  font-size: 11px;
}

.product-box .tp-content-wrapper .product-card-metafields {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-box .tp-content-wrapper .product-card-metafields * {
  margin: 0;
  padding: 0;
  font-size: 14px;
  opacity: 0.7;
}

.product-box .tp-content-wrapper .product-card-metafields ul {
  list-style: disc;
  padding-inline-start: 20px;
}

.product-box .tp-content-wrapper .product-card-metafields ol {
  list-style: decimal;
  padding-inline-start: 14px;
}

.product-box .tp-content-wrapper .tp-price-product {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  row-gap: 0;
  justify-content: center;
}

.product-box .tp-content-wrapper .tp-price-product .price-new {
  margin: 0;
  font-size: 18px;
  font-family: "osan-Medium";
}

.product-box .tp-content-wrapper .tp-price-product .price-new svg,
.product-box .tp-content-wrapper .tp-price-product .price-old svg {
  width: 15px;
  height: 15px;
}

.product-box .tp-content-wrapper .tp-price-product .price-wafar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  line-height: 21px;
}

.product-box .tp-content-wrapper .tp-price-product .price-old {
  text-decoration: line-through;
  color: #6b7280;
  font-size: 16px;
}

.wafar {
  font-size: 13px;
  color: #4caf50;
  font-weight: 500;
}

.product-box .tp-content-wrapper .tp-price-product .discount {
  padding: 0 8px;
  border-radius: 20px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  width: max-content;
  color: #f44336;
  background: #cf142b1c;
  direction: ltr;
}

.product-box .tp-content-product .is-not-taxable {
  opacity: 0.9;
}

.product-box .tp-content-wrapper .is-not-taxable {
  display: none;
}

.product-box .product-options .option-label {
  font-size: 14px;
}

.product-box .product-options .buttons-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.product-box .product-options .buttons-container.size-ul {
  margin-bottom: 8px;
}

.product-box .product-options .buttons-container li {
  border: 1px solid var(--bs-gray-400);
  padding: 0px 12px;
  cursor: pointer;
  font-weight: 500;
  opacity: 0.9;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
  font-size: 15px;
  line-height: 20px;
}

.product-box .product-options .buttons-container li.active,
.product-box .product-options .buttons-container li:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  opacity: 1;
}

.product-box .product-options .buttons-container.color-ul li {
  position: relative;
  width: 26px;
  height: 26px;
  border-color: #fff;
  border-width: 2px;
  border-radius: 50%;
  padding: 0;
  font-size: 20px;
  line-height: inherit;
  box-shadow:
    rgba(0, 0, 0, 0.02) 0 1px 3px 0,
    rgb(27 31 35 / 21%) 0 0 0 1px;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.product-box .product-options .buttons-container.color-ul li.active {
  box-shadow: 0 0 0 1px var(--tp-text-body);
}

.product-box .product-options .buttons-container.color-ul li span {
  display: none;
}

.product-box .footer-btns .product-card-add-to-cart,
.product-box .footer-btns a {
  padding: 6px 12px;
  width: 95%;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--text-color-primary-bg);
  font-weight: 500;
  background: var(--primary-color);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.product-box .footer-btns .product-card-add-to-cart svg,
.product-box .footer-btns a svg {
  color: currentColor;
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
}

.product-box .footer-btns .product-card-add-to-cart:hover,
.product-box .footer-btns a:hover {
  filter: brightness(0.8);
}

.product-box .footer-btns .btn-product-card-out-of-stock {
  cursor: default;
  pointer-events: none;
}

.product-box:hover .tp-image-product .tp-countdown,
.product-box:hover .product-card-rating-wrapper {
  opacity: 0;
  visibility: hidden;
}

.product-box.card-product-style-2:hover .tp-image-product .tp-countdown,
.product-box.card-product-style-2:hover .product-card-rating-wrapper {
  opacity: 1;
  visibility: visible;
}

.product-box.card-product-style-2 .tp-product-container {
  justify-content: space-between;
}

.product-box.card-product-style-2 .price-cart-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.product-box.card-product-style-2 .price-cart-btns:not(:has(.price-wafar)) .price-new {
  color: var(--tp-text-body);
}

.product-box.card-product-style-2 .footer-btns {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
}

.product-box.card-product-style-2 .tp-content-wrapper {
  padding-bottom: 10px;
  gap: 6px;
  text-align: center;
}

.product-box.card-product-style-2 .tp-content-wrapper .promotional-image {
  margin-bottom: 8px;
}

.product-box.card-product-style-2 .footer-btns .btn-product-card-out-of-stock,
.product-box.card-product-style-2 .footer-btns .btn-product-card-select-variant,
.product-box.card-product-style-2 .footer-btns .product-card-add-to-cart {
  width: 40px;
  height: 40px;
  padding: 0;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  filter: unset !important;
}

.product-box.card-product-style-2 .footer-btns .btn-product-card-out-of-stock {
  background: #db2619;
}

.product-box.card-product-style-2 .footer-btns .btn-product-card-select-variant {
  font-size: 12px;
}

.product-box.card-product-style-2 .footer-btns button svg,
.product-box.card-product-style-2 .footer-btns a svg {
  width: 22px;
  height: 22px;
  top: 0;
}

.tp-blog-items .slick-slide {
  padding-top: 25px !important;
}

.blog-box {
  padding: 16px;
  background: var(--tp-white);
  border-radius: 16px;
  /* box-shadow: rgb(125 127 127/14%) 0 2px 8px 0; */
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  width: 100%;
}

.blog-box .blog-img {
  display: block;
  margin-top: -40px;
}

.blog-box .blog-img img {
  border-radius: 16px;
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.blog-box h4 {
  margin-bottom: -10px;
  font-size: 21px;
}

.blog-box p {
  margin: 0;
  font-size: 17px;
  opacity: 0.8;
  line-height: 140%;
}

.blog-box .footer-blog a {
  border-width: 1px;
  border-style: solid;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  gap: 10px;
}

.benefit-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #dedede;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.benefit-box .compare-box {
  display: block;
  height: 260px;
  min-height: 260px;
}

.benefit-box .icv__circle {
  width: 40px;
  height: 40px;
}

.benefit-box .icv__theme-wrapper {
  justify-content: center;
  gap: 8px;
}

.benefit-box .icv__arrow-wrapper svg {
  height: 16px !important;
  width: 16px !important;
}

.benefit-box .icv__label {
  bottom: auto;
  top: 1rem;
  padding: 2px 10px 0;
  font-size: 13px;
  line-height: 21px;
  background: var(--primary-color);
  border-radius: 6px;
}

.benefit-box .benefit-content {
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.benefit-box h4 {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 150%;
  font-family: "osan-Medium";
}

.benefit-box h4 a {
  display: block;
}

.benefit-box p {
  color: #555555;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.benefit-box .footer-benefit {
  display: flex;
  gap: 8px;
  margin-top: auto;
}

.benefit-box .footer-benefit .benefit-product-img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: block;
}

.benefit-box .footer-benefit img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.benefit-box .footer-benefit .product-name-cart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.benefit-box .footer-benefit h5 {
  font-size: 16px;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.benefit-box .footer-benefit .btn-product-card-out-of-stock,
.benefit-box .footer-benefit .btn-product-card-select-variant,
.benefit-box .footer-benefit .product-card-add-to-cart {
  display: flex;
  gap: 4px;
  color: var(--primary-color);
  font-family: "osan-Medium";
}

.benefit-box .footer-benefit .btn-product-card-select-variant svg,
.benefit-box .footer-benefit .product-card-add-to-cart svg {
  color: currentColor;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.benefit-box .footer-benefit .btn-product-card-select-variant:hover svg,
.benefit-box .footer-benefit .product-card-add-to-cart:hover svg {
  transform: translateX(-8px);
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  -o-transform: translateX(-8px);
}

.cart-empty {
  margin: 70px 0;
  text-align: center;
}

.cart-empty svg {
  color: var(--tp-text-body);
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  opacity: 0.4;
}

.cart-empty h3 {
  margin-bottom: 20px;
  font-size: 24px;
}

.breadcrumb-subtitle {
  padding: 12px 0;
  position: relative;
}

.cart-flex {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.cart-flex .cart-totals .section-title,
.section-cart-products .section-title {
  font-size: 22px;
  font-weight: 500;
  margin-top: 0;
}

.template_for_cart_products_list {
  padding: 16px;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.section-cart-products .cart-product-row-wrapper {
  all: unset;
  border-top: 1px solid #d9d9d9;
  margin-top: 10px;
  padding: 10px 0;
  display: block;
}

.section-cart-products .cart-product-row-wrapper:first-of-type {
  border-top: 0;
  margin-top: 0;
}

.section-cart-products .cart-product-row-wrapper .icon-delete:hover {
  color: #f44336;
}

.section-cart-products .cart-product-row-wrapper.cfg-cart-linked-source-hidden {
  display: none !important;
}

.cfg-linked-pending-msg {
  margin-bottom: 12px;
  text-align: center;
  font-size: 15px;
}

.btns-cart a.cfg-checkout-pending-disabled {
  pointer-events: none;
  opacity: 0.55;
  cursor: not-allowed;
}

.cfg-cart-linked-group {
  margin-top: 12px;
  padding: 10px 12px;
  background: #f7f7f7;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cfg-cart-linked-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}

.cfg-cart-linked-item-name {
  font-weight: 500;
  color: var(--tp-text-body, #1f2937);
  line-height: 1.4;
}

.cfg-cart-linked-item-price {
  white-space: nowrap;
  color: var(--tp-text-body, #1f2937);
  font-weight: 500;
}

.product-attributes .attribute-name {
  font-weight: 500;
  font-size: 20px;
}

.cart-product-col-img .cart-product-image-link {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.cart-product-quantity-dropdown select {
  border-radius: 10px;
  padding: 0 12px;
  font-weight: 500;
  outline: unset;
}

.cart-product-prices .totals {
  text-align: left;
  color: var(--tp-text-body);
}

.cart-product-prices .cart-product-total-price {
  font-size: 18px;
}

.cart-product-prices .cart-product-total-before-price {
  font-size: 16px;
  width: max-content;
  display: inline-block;
  color: #6b7280;
  margin-right: 3px;
}

.cart-flex .cart-totals {
  width: 400px;
  min-width: 400px;
  padding: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  background: #fff;
  height: max-content;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.cart-totals .cart-totals-div .cart-totals-row-wrapper {
  padding: 0;
  border: 0;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 5px;
}

.cart-totals .cart-totals-div .cart-totals-row-wrapper:has(.total-price-p) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f1f1f1;
}

.cart-totals .cart-totals-div .cart-totals-row-wrapper h3 {
  margin: 0;
  font-size: 17px;
  opacity: 0.8;
  font-weight: 400;
  line-height: inherit;
}

.cart-totals .cart-totals-div .cart-totals-row-wrapper:has(.total-price-p) h3 {
  font-weight: 500;
  font-size: 22px;
}

.cart-totals .cart-totals-div .cart-totals-row-wrapper h3 small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.cart-totals .cart-totals-div .cart-totals-row-wrapper .total-price-p {
  font-weight: 500;
  font-size: 22px;
}

.cart-totals .coupon-form input {
  height: auto;
  border-radius: 7px;
  padding: 8px;
  font-size: 16px;
}

.cart-totals .coupon-form button {
  padding: 4px 16px;
  font-size: 16px;
  min-width: max-content;
  height: auto;
}

.message-coupon {
  font-size: 15px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  color: #4caf50;
}

.message-coupon a {
  cursor: pointer;
  color: #f44336 !important;
}

.cart-totals .cart-discount-rule-wrapper {
  border-radius: 12px;
  margin-top: 24px;
}

.cart-totals .cart-discount-rule-wrapper .discount-progress-linear .progress-bar {
  height: 12px;
  font-size: 12px;
  color: #fff;
}

.cart-totals .cart-discount-rule-wrapper .discount-progress-linear .progress-bar span {
  line-height: 14px;
  font-size: 14px;
  padding-top: 3px;
}

.cart-totals .btns-cart+.btns-cart {
  margin-top: 12px;
}

.cart-totals .btns-cart a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.cart-totals .btns-cart a svg {
  width: 22px;
  height: 22px;
}

footer {
  position: relative;
}

.tp-footer-area {
  background-color: #000;
  color: #fff;
}

.tp-footer-top {
  padding-top: 32px;
  padding-bottom: 24px;
}

.tp-footer-top .row {
  justify-content: space-between;
}

.tp-footer-logo {
  margin-bottom: 16px;
}

.tp-footer-logo a {
  display: inline-block;
  padding-bottom: 16px;
  border-bottom: 1px solid #363636;
}

.tp-footer-logo img {
  object-fit: contain;
  object-position: right;
  height: 60px;
}

.tp-footer-desc {
  max-width: 80%;
}

.google-apple-stores {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.tp-footer-widget-title {
  font-size: 20px;
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
}

.tp-footer-widget-content li:not(:last-child) {
  margin-bottom: 5px;
}

.tp-footer-widget-content li a {
  position: relative;
  font-size: 16px;
  opacity: 0.9;
}

.tp-footer-widget-content li a:hover {
  text-decoration: underline;
}

.tp-footer-talk {
  margin-bottom: 20px;
}

.tp-footer-talk span {
  font-size: 15px;
  opacity: 0.9;
}

.tp-footer-talk h4 {
  font-weight: 500;
  font-size: 22px;
}

.tp-footer-talk h4 a {
  direction: ltr;
  display: inline-block;
}

.tp-footer-contact .tp-footer-contact-item {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}

.tp-footer-contact .tp-footer-contact-icon svg {
  width: 20px;
  height: 20px;
}

.tp-footer-contact-content a {
  opacity: 0.9;
  direction: ltr;
  display: block;
  text-align: right;
}

.tp-footer-social {
  display: flex;
  gap: 8px;
  margin-top: 24px;
}

.tp-footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 6px;
  background: #e1e1e1;
  color: var(--primary-color);
}

.tp-footer-social a svg {
  color: currentColor;
  width: 20px;
  height: 20px;
}

.tp-footer-social a:hover {
  background: var(--primary-color);
  color: var(--text-color-primary-bg);
}

.tp-footer-social.social-sm {
  display: none;
}

.certificates-methods {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.certificates {
  display: flex;
  align-items: center;
  gap: 12px;
  row-gap: 10px;
  flex-wrap: wrap;
}

.certificates .maroof-icon {
  display: flex;
  gap: 8px;
  align-items: center;
}

.certificates .maroof-icon img {
  height: 28px;
  width: 28px;
  min-width: 28px;
  object-fit: contain;
}

.certificates .maroof-icon .text-certificate {
  font-size: 13px;
  line-height: 19px;
}

.certificates .maroof-icon .text-certificate p {
  margin: 0;
}

.tp-footer-bottom-wrapper {
  padding: 16px 0;
  text-align: center;
  border-top: 1px solid #363636;
  position: relative;
}

.tp-footer-payment {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  row-gap: 10px;
}

.tp-footer-payment a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tp-footer-payment img {
  width: auto;
  height: 26px;
  max-width: 40px;
  object-fit: contain;
}

.tp-footer-bottom-wrapper .language-currency-btn {
  position: absolute;
  top: 16px;
  right: 0;
}

.lang-currency-display {
  cursor: pointer;
}

.lang-currency-display em {
  opacity: 0.7;
}

.tp-footer-bottom-wrapper .lang-currency-display svg {
  position: relative;
  top: -1px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.tp-shop-top,
.tp-shop-top-right {
  align-items: center;
  display: flex;
}

.list-view .product-box .img-and-btns {
  width: 40%;
  min-width: 40%;
}

.tp-shop-top {
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.tp-shop-top-right {
  gap: 32px;
}

.tp-shop-top .tp-shop-top-filter .tp-filter-btn {
  transition: 0.3s;
  display: flex;
  gap: 5px;
  align-items: center;
}

.tp-shop-top-result p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 17px;
  color: var(--tp-text-2);
}

.tp-shop-top-result b {
  font-weight: 500;
  color: var(--tp-text-body);
  opacity: 0.9;
}

.tp-shop-top-left {
  display: flex;
  gap: 24px;
  align-items: center;
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 8px;
}

.tp-shop-top-left .tp-shop-top-select .btn-sort {
  font-size: 17px;
  color: var(--tp-text-body);
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tp-shop-top-left .tp-shop-top-select .btn-sort svg {
  color: currentColor;
  width: 18px;
  height: 18px;
  opacity: 0.7;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.tp-shop-top-left .tp-shop-top-select .btn-sort.show svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.tp-shop-top-left .tp-shop-top-select .dropdown-menu {
  border: 0;
  width: 100%;
  padding: 12px 6px;
  border-radius: 8px;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  margin-top: 4px !important;
  left: 0 !important;
  right: auto !important;
  min-width: 14rem;
}

.tp-shop-top-left .tp-shop-top-select .dropdown-menu .dropdown-item {
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

.tp-shop-top-left .tp-shop-top-tab {
  display: flex;
  gap: 12px;
  align-items: center;
}

.checkbox-wrapper .cbx,
.flex-div,
.footer-modal {
  display: flex;
  align-items: center;
}

.tp-shop-top-left .tp-shop-top-tab button {
  width: 40px;
  height: 40px;
  color: #818487;
  border: 1px solid rgba(1, 15, 28, 0.1);
  border-radius: 6px;
}

.tp-shop-top-left .tp-shop-top-tab button.active {
  color: var(--tp-text-body);
  border-color: var(--tp-text-body);
}

.close-modal {
  background: var(--tp-grey-2);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  position: absolute;
  right: -10px;
  top: -10px;
}

.checkbox-wrapper input[type="checkbox"] {
  display: none;
  visibility: hidden;
}

.checkbox-wrapper .cbx {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  gap: 8px;
  width: max-content;
}

.checkbox-wrapper .cbx span {
  display: inline-block;
  transform: translate3d(0, 0, 0);
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098a9;
  transition: 0.2s;
}

.checkbox-wrapper .cbx span svg {
  position: absolute;
  top: 4px;
  left: 3px;
  fill: none;
  stroke: var(--text-color-primary-bg);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: 0.3s 0.1s;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper .cbx span:before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

.checkbox-wrapper .cbx p {
  margin: 0;
  font-weight: 500;
}

.checkbox-wrapper .cbx:hover span {
  border-color: #506eec;
}

.checkbox-wrapper .inp-cbx:checked+.cbx span {
  background: var(--primary-color);
  border-color: var(--primary-color);
  animation: 0.4s wave-46;
}

.checkbox-wrapper .inp-cbx:checked+.cbx span:before {
  transform: scale(3.5);
  opacity: 0;
  transition: 0.6s;
}

@keyframes wave-46 {
  50% {
    transform: scale(0.9);
  }
}

.flex-div {
  gap: 12px;
  margin-bottom: 20px;
  margin-top: 12px;
}

.flex-div .col .form-control {
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
}

.footer-modal {
  border-top: 1px solid var(--tp-grey-2);
  margin-top: 24px;
  padding-top: 24px;
  gap: 16px;
}

.footer-modal button {
  width: 100%;
  padding: 8px;
}

.gift-card .gift-card__header {
  padding: 16px;
}

.shipping-cities-modal ul {
  margin-top: 10px;
}

.cart-product-row,
.section-cart-products-row {
  margin: 0 !important;
}

.cart-product-row .cart-product-prices {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.custom-cart-row {
  display: flex;
  gap: 16px;
  width: 100%;
}

.custom-cart-row .custom-cart-img {
  width: 130px;
  min-width: 130px;
  height: 130px;
}

.custom-cart-row .custom-cart-img .cart-product-col-img {
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.custom-cart-row .custom-cart-details {
  width: 100%;
}

.custom-cart-row .custom-cart-details .custom-cart-title-price {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  flex-wrap: wrap;
}

.custom-cart-row .custom-cart-details .custom-cart-title-price .cart-product-col-details {
  padding: 0;
}

.custom-cart-row .custom-cart-details .custom-cart-title-price .cart-product-col-details h1 {
  margin: 0;
  font-size: 20px;
  font-family: "osan-Medium";
}

.custom-cart-row .custom-cart-details .custom-cart-title-price .cart-product-col-details .icon-check-circle:before {
  content: "\f177";
  font-size: 14px;
}

.custom-cart-row .custom-cart-details .custom-cart-title-price .cart-product-col-details .custom-field-name {
  opacity: .7;
  font-size: 14px;
}

.custom-cart-row .custom-cart-details .custom-cart-title-price .cart-product-prices {
  padding: 0;
  width: max-content;
}

.custom-cart-row .cart-product-discount-messages {
  color: #ff3b30;
}

.custom-cart-row .cart-product-delete {
  padding: 0;
  margin-right: auto;
  width: max-content;
}

.custom-cart-row .cart-product-delete .icon-delete {
  display: none;
}

.custom-cart-row .cart-product-delete .delete-text {
  color: #767676;
}

.custom-cart-row .cart-product-delete .delete-text:hover {
  color: var(--primary-color);
}

.custom-cart-row .custom-cart-quantity {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.custom-cart-row .custom-cart-details .cart-products-action {
  padding: 0;
  margin: 0;
  order: -1;
  width: max-content;
}

.custom-cart-quantity select {
  display: none !important;
}

.custom-cart-row .custom-quantity-counter {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: max-content;
  padding: 5px;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.custom-cart-row .custom-quantity-counter button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.custom-cart-row .custom-quantity-counter button svg {
  color: currentColor;
  width: 17px;
  height: 17px;
}

.custom-cart-row .custom-quantity-counter .quantity-number {
  width: 45px;
  text-align: center;
  padding: 0;
  direction: rtl;
  font-size: 18px;
  line-height: 20px;
}

.another-logo,
body:not([data-template="home"]) .header-nav .bg-header:has(.another-logo) .main-logo {
  display: none;
}

body:not([data-template="home"]) .header-nav .bg-header:has(.another-logo) .another-logo {
  display: block;
}

.products-filters-box .product-attributes {
  min-width: 250px;
  width: 250px;
  padding-inline-end: 0;
}

.product-attributes-light-box,
.product-attributes-light-box-top-section {
  all: unset !important;
}

.product-attributes .attribute-arrow svg,
.product-attributes .attribute-body.attribute-price-body .form-row label,
.product-attributes .attribute-label-extra:not(:has(*)),
.product-attributes .filtration-header,
.product-attributes .noUi-horizontal .noUi-handle::after,
.product-attributes .noUi-horizontal .noUi-handle::before,
.products-filters-box .product-attributes.hide-filter,
section .mobile-img {
  display: none;
  width: auto;
  height: auto;
}

.product-attributes .attribute {
  all: unset;
  background-color: unset;
}

.product-attributes .attribute-group {
  border: 0;
  margin-bottom: 10px;
  background: #fff;
  padding: 12px;
  border-radius: 8px;
}

.product-attributes .attribute-header {
  padding: 0 0 5px;
  margin-bottom: 14px;
  background-color: unset;
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
}

.product-attributes .attribute-group:has(.attribute-price-body) .attribute-header {
  border: 0;
  padding-bottom: 0;
}

.product-attributes .attribute-arrow::after {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNoZXZyb24tdXAiPjxwYXRoIGQ9Im0xOCAxNS02LTYtNiA2Ii8+PC9zdmc+") center/24px no-repeat;
  width: 30px;
  height: 30px;
  display: block;
}

.product-attributes .filter-row {
  padding: 0;
  gap: 12px;
  align-items: center;
  margin-bottom: 3px;
}

.product-attributes .attribute-label {
  padding: 0;
  margin: 0;
  gap: 7px;
  font-size: 16px;
}

.product-attributes .filter-row .checkbox {
  width: 17px;
  height: 17px;
  cursor: pointer;
  accent-color: var(--tp-text-body);
  opacity: 0.7;
}

.product-attributes .products-filters-container {
  all: unset !important;
  margin-top: 24px !important;
}

.product-attributes .attribute-color {
  padding: 0;
  width: 20px;
  height: 20px;
  box-shadow:
    rgba(0, 0, 0, 0.02) 0 1px 3px 0,
    rgb(27 31 35 / 8%) 0 0 0 1px;
}

.product-attributes .attribute-more {
  bottom: 0;
  justify-content: flex-start;
}

.product-attributes .attribute-more>span {
  display: none;
}

.product-attributes .attribute-label-hidden {
  max-height: unset;
  opacity: 1;
}

.product-attributes .attribute-body:not(.attribute-price-body) {
  max-height: 200px;
  overflow: auto;
}

.product-attributes .attribute-body.attribute-price-body .form-row {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.product-attributes .attribute-body.attribute-price-body .form-row .form-group {
  width: 100%;
  flex: unset;
}

.product-attributes .attribute-body.attribute-price-body .form-row .form-control {
  padding: 8px 10px 3px;
  border-radius: 6px;
  font-size: 18px;
  border-color: #c8ccd1;
  direction: rtl;
}

.product-attributes .attribute-body.attribute-price-body .form-row .form-control:hover {
  border-color: #868d95;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.product-attributes .noUi-target {
  background: #ced4da;
  border: 0;
  box-shadow: unset;
  height: 2px;
  margin-top: 24px;
  border-radius: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0;
  -ms-border-radius: 0px;
  -o-border-radius: 0;
}

.product-attributes .noUi-connect {
  background: #343a40;
}

.product-attributes .noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  top: -8px;
  border-radius: 50%;
  box-shadow: unset;
  border: 0;
  background: #343a40;
  cursor: grab;
}

.product-attributes .noUi-horizontal .noUi-handle.noUi-active {
  cursor: grabbing;
}

.product-attributes .attribute-footer {
  padding: 0;
  margin-top: 32px;
  gap: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-attributes .attribute-footer button {
  border-radius: 8px;
  padding: 6px;
  width: 100%;
  border: 1px solid #353a40;
  color: var(--tp-text-body);
  font-size: 16px;
  background: #fff;
}

.product-attributes .attribute-footer .highlight-button {
  background: #353a40;
  color: #fff;
}

.account-content .products-grid,
.products-filters-box:has(.product-attributes) .products-grid {
  grid-template-columns: repeat(4, 1fr);
}

.whatsapp-icon {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9;
  display: flex;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #1ec35b;
  color: #fff !important;
  font-size: 30px;
  padding-left: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.progress_indicator,
.progress_indicator::after {
  height: 45px;
  width: 45px;
  display: block;
  transition: 0.2s linear !important;
  cursor: pointer;
}

.progress_indicator {
  position: fixed;
  left: 22px;
  bottom: 22px;
  background: #fff;
  z-index: 3;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgb(78 83 92 / 20%);
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px) !important;
}

.progress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.progress_indicator::after {
  position: absolute;
  content: "\e905";
  font-family: icomoon !important;
  text-align: center;
  line-height: 45px;
  font-size: 28px;
  color: var(--primary-color);
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.2s linear !important;
  -moz-transition: 0.2s linear !important;
  -ms-transition: 0.2s linear !important;
  -o-transition: 0.2s linear !important;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.progress_indicator svg path {
  fill: none;
}

.progress_indicator svg.progress-circle path {
  stroke: var(--primary-color);
  stroke-width: 4;
  box-sizing: border-box;
  transition: 0.2s linear !important;
}

.add-to-wishlist {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  cursor: pointer;
}

.rtl .add-to-wishlist {
  right: unset;
  left: 10px;
}

.add-to-wishlist span {
  display: flex;
}

.add-to-wishlist .icon-heart-mask {
  display: inline-block;
  width: 22px;
  height: 22px;
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-image: url("./heart-outlined.svg");
  background-color: #7a7a7a;
}

.add-to-wishlist .icon-heart-mask.filled {
  mask-image: url("./heart-filled.svg");
  background-color: #d86f6f;
}

.tp-category-style3:has(+ .tp-bar),
.tp-offers:has(+ .tp-bar),
.tp-points-product:has(+ .tp-bar),
.tp-slider-area:has(+ .tp-bar),
.tp-slider-banners:has(+ .tp-bar),
.tp-slider-spicial-section:has(+ .tp-bar),
.tp-testimonial-area:has(+ .tp-bar),
.tp-video:has(+ .tp-bar) {
  padding-bottom: 0;
}

.overlay-filter {
  position: fixed;
  inset: 0;
  background: #0000008c;
  z-index: 99;
  display: none;
}

.bundle-offer-more {
  text-align: center;
  margin-top: 12px;
}

.modal-fullscreen {
  width: 95%;
  max-width: 100%;
  margin: auto;
}

.placeholder-tag {
  position: absolute;
  right: 60px;
  top: 12px;
  opacity: 0.5;
  pointer-events: none;
}

.compare-box img.icv__img-a {
  height: auto;
  width: 100%;
}

.compare-box img.icv__img-b {
  height: 100%;
  width: auto;
}

.tp-slider-spicial .slick-dots li button:before,
.tp-slider-banners .slick-dots li button:before {
  background: #fff;
  opacity: 1;
}

.tp-slider-spicial .slick-dots li.slick-active button:before,
.tp-slider-banners .slick-dots li.slick-active button:before {
  background: #000;
}

.tp-slider-spicial .slick-dots,
.tp-slider-area .slick-dots {
  bottom: 14px;
}

[dir="rtl"] .tp-products-box-swiper .slick-next,
[dir="rtl"] .tp-discount-products .slick-next,
[dir="rtl"] .products-slider-wrapper .slick-next {
  left: -10px;
}

[dir="rtl"] .tp-products-box-swiper .slick-prev,
[dir="rtl"] .tp-discount-products .slick-prev,
[dir="rtl"] .products-slider-wrapper .slick-prev {
  right: -10px;
}

.slick-track {
  display: flex;
}

#related-products .slick-slide>div,
#related-products .swiper-slide>div {
  height: 100%;
}

.tp-quick-links-swiper,
.tp-poster-items,
.tp-testimonial-slider-active,
.tp-videos-items.slick-dotted {
  padding-bottom: 22px;
}

.tp-slider-spicial .slick-slide,
.tp-slider-banners .slick-slide,
.tp-category-style3 .slick-slide,
.tp-slider-area .slick-slide {
  padding: 0;
}

.banner-products .banner-info:not(:has(.box-text-info))::after,
.certificates .maroof-icon:not(:has(*)),
.header-box .right-box .search-box,
.list-menu li .slide-menu__backlink:not(:has(em)),
.modal-backdrop,
.search-header-box .autocomplete-items:not(:has(*)),
.search-header-box .suggestions,
.search-modal .search-content .autocomplete-items:not(:has(a)),
.slide-menu .logo-menu .slide-menu__decorator,
.tp-bar.stop-move .tp-marquee:nth-child(2),
.tp-category-box-2 .listed-categories a:last-child::after,
.tp-discount-products .swiper-container .tp-slider-dot,
.tp-feature-area .tp-feature-items .feature-box:last-child::after,
.tp-menu-list .ul-list .dropdown li:not(:has(.dropdown))>a::after,
.tp-menu-list .ul-list .megamenu .dropdown li a::after,
.tp-menu-list .ul-list>.top-level-link:not(:has(.dropdown))>a::after,
.tp-menu-list .ul-list>.top-level-link:not(:has(.dropdown))>a svg,
.tp-offers-box .tp-countdown-offer li:first-child::after,
.tp-slider-spicial .swiper-slide:not(:has(.box-text-info))::after,
.tp-slider-spicial:not(:has(.box-text-info)) .swiper-slide a::after,
.tp-title-section:not(:has(*)),
.tp-video-with-products .none-lg,
.tp-video:not(:has(.box-text-info))::after {
  display: none;
}

.header-box.header-style2 .left-box .search-box {
  display: none;
}

.col-product-info div#myBtn {
  width: max-content;
  gap: 6px;
  font-weight: 500;
  flex-direction: row-reverse;
}

.block-side-cart {
  z-index: 1050;
}

.block-side-cart .offcanvas-header {
  padding: 16px;
}

.block-side-cart .offcanvas-title {
  font-size: 19px;
}

.block-side-cart .offcanvas-body {
  display: flex;
  flex-direction: column;
  position: relative;
}

.block-side-cart .cart-list {
  width: 100%;
  flex-grow: 1;
}

.block-side-cart .empty-cart-box {
  text-align: center;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.block-side-cart .empty-cart-box svg {
  color: var(--tp-text-body);
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  opacity: 0.4;
}

.block-side-cart .empty-cart-box p {
  font-size: 19px;
  margin: 0;
}

.block-side-cart .empty-cart-box:not(:has(*)) {
  display: none;
}

.block-side-cart .loading-cart {
  margin: auto;
  position: absolute;
  background: #ffffffa6;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(1px);
  z-index: 1;
}

.loader-cart {
  width: 50px;
  height: 50px;
  border: 4px dotted var(--primary-color);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  -webkit-animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.block-side-cart .side-cart-items {
  margin-bottom: 12px;
}

.block-side-cart .side-cart-items:not(:has(*)) {
  display: none;
}

.block-side-cart .side-cart-items>li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}

.block-side-cart .side-cart-items>li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.block-side-cart .flex-product-box {
  display: flex;
  gap: 10px;
  position: relative;
}

.block-side-cart .flex-product-box .img-product-box {
  width: 60px;
  height: auto;
  min-width: 60px;
  max-height: 80px;
  display: flex;
}

.block-side-cart .flex-product-box .img-product-box a {
  display: block;
  width: 100%;
  height: 100%;
}

.block-side-cart .flex-product-box .img-product-box img {
  width: 100%;
  border-radius: 5px;
  object-fit: contain;
  object-position: top;
}

.block-side-cart .flex-product-box .product-info-box {
  width: 100%;
}

.block-side-cart .flex-product-box .product-info-box .remove {
  position: absolute;
  left: 0;
}

.block-side-cart .flex-product-box .product-info-box .remove svg {
  width: 20px;
  height: 20px;
  color: #f44336;
}

.block-side-cart .flex-product-box .title-product-m {
  font-size: 16px;
  padding-left: 26px;
  margin-bottom: 7px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.block-side-cart .flex-product-box .price-old-new .price .price-discount {
  display: flex;
  gap: 6px;
}

.block-side-cart .flex-product-box .price-old-new .price .price-discount .old {
  text-decoration: line-through;
  color: #6b7280;
  font-size: 14px;
}

.block-side-cart .flex-product-box .price-old-new .price .price-discount .price,
.block-side-cart .flex-product-box .price-old-new .price .product-price {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 20px;
  color: #f44336;
}

.block-side-cart .flex-product-box .block-p-qty {
  margin-top: 7px;
  display: flex;
  background: #fff;
  padding: 2px 7px;
  gap: 2px;
  align-items: center;
  width: max-content;
  border: 1px solid #d3d8de;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.block-side-cart .flex-product-box .block-p-qty button {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.block-side-cart .flex-product-box .block-p-qty button svg {
  color: currentColor;
  width: 18px;
  height: 18px;
}

.block-side-cart .flex-product-box .block-p-qty .input-number {
  width: 35px;
  border: 0;
  text-align: center;
  padding: 0;
  direction: rtl;
  outline: unset;
  font-size: 15px;
  font-family: sans-serif;
  font-weight: 500;
  opacity: 0.8;
}

.block-side-cart .footer-side-cart {
  border-top: 1px solid #ddd;
  padding-top: 12px;
  padding-bottom: 16px;
}

.block-side-cart .footer-side-cart .coupon-form {
  margin: 0;
  margin-bottom: 10px;
}

.block-side-cart .footer-side-cart .coupon-form h4 {
  margin-bottom: 3px;
  font-size: 1.2rem;
}

.block-side-cart .footer-side-cart .coupon-form input {
  height: auto;
  border-radius: 7px;
  padding: 6px 10px;
  font-size: 16px;
}

.block-side-cart .footer-side-cart .coupon-form button {
  padding: 4px 16px;
  font-size: 16px;
  min-width: max-content;
  height: auto;
  border-radius: 8px;
}

.block-side-cart .footer-side-cart .message-coupon {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 8px;
}

.block-side-cart .footer-side-cart .cart-side-totals li#total {
  font-family: "osan-Medium";
  font-size: 18px;
  margin-top: 4px;
}

.block-side-cart .footer-side-cart .cart-side-totals li#coupon {
  color: #2f8332;
}

.block-side-cart .footer-side-cart .btn-side-cart {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}

.block-side-cart .footer-side-cart .btn-side-cart a {
  width: 100%;
}

.cart-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-top: 2px solid #2e2e2e;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.product-buttons .text-url {
  all: unset;
  display: block;
  font-size: 17px;
  color: var(--tp-text-body);
  cursor: pointer;
  width: auto;
  text-align: center;
  border: 1px solid var(--primary-color);
  padding: 6px;
  border-radius: 100px;
}

#toast-container>div {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  box-shadow: unset !important;
  padding: 15px !important;
}

#toast-container .toast-title {
  font-size: 14px;
}

#toast-container .toast-message {
  font-size: 14px;
  line-height: 22px;
}

.min-cart-progress.cart-rules {
  background: #f3f3f3;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 14px;
  padding-bottom: 5px;
}

.shipping-progress {
  height: 7px;
  margin-bottom: 5px;
  background: #dbd9d9;
  position: relative;
  overflow: unset;
}

.shipping-progress .progress-bar {
  background: #f1c727;
}

.shipping-progress .progress-value {
  position: absolute;
  top: -8px;
  right: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  color: #f1c727;
  fill: #f1c727;
  border: 1px solid #f1c727;
  border-radius: 50%;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}

.shipping-progress .progress-value svg {
  width: 1em;
  height: 1em;
}

.shipping-rule-message {
  line-height: 125%;
}

.shipping-rule-message .value,
.shipping-rule-message .currency svg {
  color: var(--primary-color);
  font-weight: 500;
}

.size-box label:has(.text-color-primary:empty) {
  display: none;
}

.load-more-button {
  text-align: center;
  width: max-content;
  margin: auto;
  margin-top: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.load-more-button.tp-btn .loader-more {
  border: 2px dotted currentColor;
}

.load-more-button.tp-btn .btn-loader {
  display: flex;
}

.loader-more {
  width: 20px;
  height: 20px;
  border: 2px dotted var(--tp-text-body);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  -webkit-animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.header-nav.sticky .menu-flex-box {
  display: none;
}

section#product-grouped-details {
  background: #fff;
  margin: 10px 0;
  padding: 12px;
  border-radius: 6px;
}

.grouped-product-col img {
  object-fit: contain;
}

.features-product {
  margin-top: 24px;
  display: flex;
  gap: 20px;
  row-gap: 14px;
  flex-wrap: wrap;
}

.features-product li {
  display: flex;
  gap: 8px;
}

.features-product li img {
  width: 28px;
  height: 28px;
  min-width: 28px;
  object-fit: contain;
}

.features-product .content-features-product {
  min-width: max-content;
}

.features-product .content-features-product h3 {
  font-size: 17px;
  margin-bottom: 0;
}

.features-product .content-features-product p {
  margin: 0;
  font-size: 14px;
  opacity: 0.8;
}

.cart-flex .features-product {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.cart-flex .features-product li {
  width: 100%;
  align-items: start;
  gap: 12px;
}

.cart-flex .features-product li img {
  width: 48px;
  height: 48px;
  min-width: 48px;
}

.cart-flex .features-product .content-features-product h3 {
  font-size: 17px;
  margin-bottom: 4px;
  font-family: "osan-Medium";
}

.cart-flex .features-product .content-features-product {
  min-width: unset;
}

.cart-flex .features-product .content-features-product p {
  font-size: 15px;
}

body:has(.popup-sec.active) {
  overflow: hidden;
}

.popup-sec {
  position: fixed;
  inset: 0;
  z-index: 1060;
  display: none;
  align-items: center;
  justify-content: center;
  overflow: auto;
  padding: 16px;
  width: 500px;
  max-width: 100%;
  height: max-content;
  margin: auto;
}

.popup-sec.active {
  display: flex;
}

.popup-box {
  width: 100%;
  background: #fff;
  margin: auto;
  position: relative;
  z-index: 999;
}

.popup-box .close-modal-custom {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 6px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-box .img-popup {
  display: block;
}

.popup-box .img-popup img,
.popup-box .img-popup video {
  width: 100%;
  object-fit: cover;
  object-position: top;
  max-height: 500px;
}

.popup-box .content-popup {
  padding: 20px;
  text-align: center;
}

.popup-box .content-popup:not(:has(*)) {
  display: none;
}

.popup-box .content-popup h3 {
  font-size: 32px;
  margin-bottom: 10px;
}

.popup-box .content-popup p {
  font-size: 18px;
  margin-bottom: 20px;
}

.popup-box .content-popup a {
  padding: 10px 16px;
  background: var(--primary-color);
  color: var(--text-color-primary-bg);
  font-size: 18px;
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.popup-box .content-popup a:hover {
  filter: brightness(0.8);
}

.overlay-popup {
  position: fixed;
  inset: 0;
  z-index: 1059;
  background: #0000005c;
  backdrop-filter: blur(8px);
  display: none;
}

.overlay-popup.active {
  display: flex;
}

.mm-navbars--top {
  border-bottom: 0 !important;
}

.mm-navbars--top .mm-navbar {
  padding: 15px 20px !important;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.mm-navbars--top .mm-navbar>span {
  flex-direction: column;
  align-items: start;
}

.mm-navbars--top .mm-navbar .logo-menu {
  display: block;
  padding: 0px;
  position: relative;
  outline: unset;
}

.mm-navbars--top .mm-navbar .logo-menu img {
  width: auto;
  display: block;
  height: 60px;
  object-fit: contain;
  object-position: right;
  max-width: 160px;
}

.user-greeting {
  display: flex;
  gap: 10px;
  text-align: right;
  margin-top: 24px;
  cursor: pointer;
}

.user-greeting img {
  width: 45px;
  height: 45px;
  object-fit: cover;
}

.user-greeting .user-info {
  color: var(--tp-text-body);
}

.user-greeting .user-info .user-name {
  margin: 0;
  margin-bottom: 5px;
  font-size: 17px;
  font-family: "osan-Medium";
}

.user-greeting .user-info .welcome-text {
  margin: 0;
  opacity: 0.7;
  font-size: 15px;
}

.mm-navbars--top .mm-btn--close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 24px;
}

.mm-navbars--top .mm-btn--close:before {
  font-size: 36px;
  color: var(--primary-color);
  opacity: 0.8;
  position: relative;
  top: 8px;
}

.store-icon {
  align-items: center;
  gap: 10px;
  display: flex;
  margin-top: 24px;
  width: 100%;
  justify-content: center;
}

.store-icon .login-profile {
  display: flex;
  gap: 12px;
}

.store-icon .user-btn {
  display: flex;
  text-align: right;
  align-items: center;
  gap: 8px;
}

.store-icon .circle-icon {
  background: #000;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.store-icon .user-btn img {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
}

.store-icon .language-currency-btn {
  cursor: pointer;
}

.store-icon .cart-btn a {
  position: relative;
}

.store-icon svg {
  color: #fff;
  cursor: pointer;
}

.mm-listitem .mm-listitem__text {
  color: var(--primary-color);
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "osan-Medium";
}

.from-footer.first-link {
  border-top: 1px solid #ddd;
  padding-top: 8px;
  margin-top: auto;
}

.from-footer.mm-listitem .mm-listitem__text {
  font-size: 15px;
  padding-bottom: 5px;
  color: #555;
  font-family: "osan-Regular";
}

.mm-listitem .mm-listitem__text::after {
  display: none;
}

.mm-listitem .mm-listitem__text img {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.mm-navbars--bottom {
  padding: 20px;
  padding-top: 12px;
  border: 0;
  border-top: 1px solid #ddd;
  margin-top: 8px;
  font-family: "osan-Medium";
}

.mm-navbars--bottom .mm-navbar span {
  justify-content: start;
  flex-direction: column;
  align-items: start;
  color: var(--primary-color);
}

.mm-navbars--bottom .mm-navbar .links-bottom a,
.mm-navbars--bottom .mm-navbar .links-bottom .user-btn {
  padding: 8px 0;
  font-size: 16px;
  display: flex;
  gap: 5px;
  position: relative;
}

.mm-navbars--bottom .mm-navbar .links-bottom a .cart-badge {
  left: auto;
  right: -5px;
  top: 3px;
  color: var(--text-color-primary-bg);
  font-family: "osan-Regular";
}

.mm-navbars--bottom .mm-navbar .links-bottom .language-currency-btn {
  font-size: 16px;
  padding: 5px 0;
}

.mm-listview .mm-listitem {
  --mm-color-border: #e7e0d5;
}

.mm-listview .mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 0;
}

.mm-listview .mm-listitem--opened>.mm-listitem__btn,
.mm-listview .mm-listitem--opened>.mm-panel {
  background: #e5e0da8a;
}

.mm-panel--opened .mm-navbar,
.mm-panel::after {
  display: none;
}

.mm-panel--opened[data-mm-parent] .mm-navbar {
  display: flex;
}

.mm-panel--opened[data-mm-parent] .mm-navbar .mm-navbar__title {
  justify-content: right;
  padding: 0;
}

.mm-panel--opened[data-mm-parent] .mm-navbar .mm-navbar__title span {
  overflow: visible;
  position: relative;
  top: 0;
  font-size: 17px;
}

.mm-panel--opened[data-mm-parent] .mm-navbar .mm-navbar__title span::after {
  content: "رجوع";
}

.mm-menu--offcanvas {
  --mm-color-background: var(--text-color-primary-bg) !important;
}

.mm-menu--offcanvas.mm-menu--opened {
  z-index: 99 !important;
  opacity: 1 !important;
  border-radius: 40px 0 0 40px;
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
}

.mm-listitem:after {
  display: none;
}

ul.list-menu.mm-listview {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tp-items-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  text-align: center;
}

.tp-items-banner a {
  border: 1px solid #000;
  background: #000;
  border-radius: 32px;
  overflow: hidden;
}

.tp-items-banner a img {
  object-fit: contain;
  height: 250px;
  width: 100%;
}

.products-grid-custom {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.products-grid-custom .product-box:first-child {
  grid-column: 1 / 7;
  grid-row: 1 / 5;
}

.products-grid-custom .product-box:nth-child(2) {
  grid-column: 7 / 10;
  grid-row: 1 / 3;
}

.products-grid-custom .product-box:nth-child(3) {
  grid-column: 10 / 13;
  grid-row: 1 / 3;
}

.products-grid-custom .product-box:nth-child(4) {
  grid-column: 7 / 10;
  grid-row: 3 / 5;
}

.products-grid-custom .product-box:nth-child(5) {
  grid-column: 10 / 13;
  grid-row: 3 / 5;
}

body:not([data-template="home"]) .header-box .menu-btn span {
  background-color: rgb(255 255 255);
}

body:not([data-template="home"]) {
  background: #000;
}

body:not([data-template="home"]) .main.app-content {
  background: #fff;
  padding-top: 90px;
}

body:not([data-template="home"]) .breadcrumb-subtitle {
  /* width: max-content;
  margin: auto; */
  z-index: 9;
}

/* body:not([data-template="home"]) .breadcrumb-section .breadcrumb,
body:not([data-template="home"]) .flex-subTitle {
  justify-content: center;
} */

body:not([data-template="home"]) .header-nav.sticky .header-box .menu-btn span {
  background-color: currentColor;
}

body:not([data-template="home"]) .header-nav.sticky .bg-header:has(.another-logo) .another-logo {
  display: none;
}

body:not([data-template="home"]) .header-nav.sticky .bg-header:has(.another-logo) .main-logo {
  display: block;
}

body:not([data-template="home"]) .outer-container {
  max-width: unset;
  padding: 0;
}

.page-custom {
  margin-top: 24px;
}

.page-custom .parts {
  margin-top: 24px;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  gap: 24px;
}

.page-custom .parts img {
  width: 100%;
}

.page-custom .parts .content-part {
  width: 100%;
  font-size: 21px;
  white-space: pre-line;
  line-height: 160%;
}

.page-custom .parts .get-directions {
  white-space: initial;
  margin-top: 32px;
}

.loyalty_button_footer {
  display: none !important;
}

.header-icons {
  display: flex;
  gap: 10px;
  align-items: center;
  position: fixed;
  bottom: 24px;
  left: 40px;
  z-index: 99;
}

.header-icons .circle-icon {
  background: #000;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 0 1px #fff;
}

.header-icons .circle-icon svg {
  color: #fff;
  cursor: pointer;
}

.header-icons .cart-btn a {
  position: relative;
}

/* Popup تفصيل العدسات - كامل الشاشة */
.popup-lens-customization {
  z-index: 1070;
  padding: 0;
}

.popup-lens-customization .popup-box-fullscreen {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  margin: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.popup-lens-customization .popup-lens-content {
  flex: 1;
  display: flex;
  flex-direction: row;
  padding: 0;
  height: 100%;
}

.popup-lens-customization .popup-lens-header {
  width: 50%;
  padding: 30px;
  border-left: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}

.popup-lens-customization .popup-lens-header-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-lens-customization .popup-lens-image {
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-lens-customization .popup-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-lens-customization .popup-lens-body {
  width: 50%;
  flex: 1;
  padding: 30px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.popup-lens-customization .popup-lens-header-text {
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
}

.popup-lens-customization .popup-lens-header-text h2 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: right;
}

.popup-lens-customization .popup-lens-header-text p {
  font-size: 16px;
  color: #666;
  margin: 0;
  text-align: right;
}

@media (max-width: 768px) {
  .popup-lens-customization .popup-lens-content {
    flex-direction: column;
  }

  .popup-lens-customization .popup-lens-header {
    width: 100%;
    height: 40vh;
    border-left: none;
    border-bottom: 1px solid #e5e5e5;
  }

  .popup-lens-customization .popup-lens-body {
    width: 100%;
  }

  .popup-lens-customization .popup-lens-image {
    min-height: auto;
    max-height: 100%;
  }
}

.popup-lens-customization .lens-options-container {
  flex: 1;
}

.popup-lens-customization .lens-prices-container {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

.popup-lens-customization .close-modal-custom {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1071;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.popup-lens-customization .close-modal-custom:hover {
  background: #f5f5f5;
  transform: rotate(90deg);
}

.overlay-lens-customization {
  z-index: 1069;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}

.btn-lens-customization {
  margin-top: 15px;
  width: 100%;
}

.lang-currency-display {
  display: flex;
  align-items: center;
  gap: 4px;
}

.swiper-pagination {
  position: static;
  margin-top: 12px;

  .swiper-pagination-bullet {
    background: var(--primary-color);
  }
}

.swiper-button-next,
.swiper-button-prev {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  color: var(--primary-color);

  &::after {
    font-size: 16px;
  }
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, -12px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, -12px);
  left: auto;
}

.swiper-button-disabled {
  display: none;
}

.btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}

body:not([data-template="home"]) .bg-header .container {
  max-width: unset;
}

.header-nav.sticky .container {
  max-width: 1500px !important;
}

.face-shape {
  position: absolute;
  top: 15px;
  left: 60px;
  z-index: 1;
}

.face-shape img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.btn-product-card-try-vto {
  border: 1px solid #d1d1d1;
  border-radius: 50px;
  background: #fff;
  color: var(--primary-color);
  font-size: 14px;
  padding: 6px 12px;
  line-height: 1.1;
  position: absolute;
  bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: max-content;
}

.js-vto-open {
  display: none !important;
}

.btn-product-card-try-vto.js-vto-open.vto-visible {
  display: flex !important;
}

.btn-product-card-try-vto svg {
  width: 20px;
  height: 20px;
}

.btn-product-card-try-vto:hover {
  background: var(--primary-color);
  color: #fff;
}

.vtoModal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.vtoModal .modal-header .modal-title {
  font-size: 16px;
}

.vtoModal .modal-header .close-modal-custom {
  background: none;
  border-width: medium;
  border-style: none;
  border-image: initial;
  outline: none;
  position: relative;
  top: 4px;
}

.vtoModal .modal-header .close-modal-custom:hover {
  background: none;
  border: none;
  outline: none;
}

.vtoModal .modal-header .close-modal-custom svg {
  width: 18px;
  height: 18px;
}

#vtoModal .modal-content {
  border-radius: 16px;
  overflow: hidden;
}

.vtoModal .modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-top: 1px solid #e5e5e5;
}

/* حقول vitrin داخل النموذج: مخفية بصرياً دون display:none حتى تُضمَّن في FormData لـ addProduct */
.cfg-vitrin-native-fields {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  left: 0 !important;
  top: 0 !important;
  pointer-events: none !important;
}

div#preview_mode_alert {
  display: none;
}

.MuiGrid-root.MuiGrid-direction-xs-row.MuiGrid-grid-xs-12.MuiGrid-grid-md-6.css-tnatjl:has(.language-select),
.MuiFormControl-root.MuiFormControl-fullWidth.MuiTextField-root.language-select.css-wdt2fq {
  display: none;
}