.dm-store-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.js-filter-show-button,
.js-shop-sidebar,
.js-filter-shadow,
.js-filter-close-button,
.widget_price_filter,
.woocommerce-widget-layered-nav,
.woocommerce-widget-layered-nav-list,
.c-catalog-ordering__filter-show-button,
.c-catalog-ordering__filter-show-button--mobile {
  display: none !important;
}

section[data-id="c80e2a8"],
.elementor-element-c80e2a8 {
  display: none !important;
}

.c-catalog-ordering__col--ordering:empty {
  display: none !important;
}

.dm-store-drawer-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.dm-store-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100001;
  width: min(420px, 92vw);
  height: 100vh;
  background: #fff;
  color: #111;
  transform: translateX(105%);
  transition: transform 0.24s ease;
  display: flex;
  flex-direction: column;
  box-shadow: -12px 0 30px rgba(0, 0, 0, 0.18);
}

.dm-store-drawer.is-open {
  transform: translateX(0);
}

.dm-store-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 18px 14px;
  border-bottom: 1px solid #eee;
}

.dm-store-drawer__title {
  margin: 0;
  font: 700 18px/1.2 Arial, sans-serif;
}

.dm-store-drawer__close {
  width: 38px;
  height: 38px;
  border: 1px solid #ddd;
  background: #fff;
  color: #111;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.dm-store-drawer__items {
  flex: 1;
  overflow: auto;
  padding: 12px 18px;
}

.dm-store-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}

.dm-store-item img {
  width: 72px;
  height: 90px;
  object-fit: contain;
  background: #f7f7f7;
}

.dm-store-item__title {
  display: block;
  margin: 0 0 6px;
  color: #111;
  font: 700 14px/1.5 Arial, sans-serif;
  text-decoration: none;
}

.dm-store-item__price {
  color: #555;
  font: 500 13px/1.4 Arial, sans-serif;
}

.dm-store-item__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.dm-store-item__qty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #ddd;
  min-height: 32px;
}

.dm-store-item__qty button,
.dm-store-item__remove,
.dm-store-item__move {
  border: 0;
  background: #f3f3f3;
  color: #111;
  cursor: pointer;
  min-height: 32px;
  padding: 0 10px;
  font: 700 13px/1 'DivamarkFont', Arial, sans-serif;
}

.dm-store-item__qty span {
  min-width: 20px;
  text-align: center;
  font: 600 13px/1 Arial, sans-serif;
}

.dm-store-drawer__foot {
  padding: 14px 18px 18px;
  border-top: 1px solid #eee;
}

.dm-store-drawer__empty {
  padding: 40px 10px;
  text-align: center;
  color: #555;
}

.dm-store-checkout,
.dm-store-clear,
.dm-card-cart,
.dm-product-cart,
.dm-product-wishlist {
  border: 0;
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px;
  font: 700 13px/1.2 'DivamarkFont', Arial, sans-serif;
}

.dm-store-checkout {
  display: block;
  width: 100%;
  background: #111;
  color: #fff;
  padding: 14px 16px;
  text-align: center;
}

.dm-store-clear {
  display: block;
  width: 100%;
  margin-top: 8px;
  background: #f3f3f3;
  color: #111;
  padding: 12px 16px;
}

.dm-store-item__unavailable {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  color: #777;
  font: 700 12px/1.2 'DivamarkFont', Arial, sans-serif;
}

.dm-card-actions,
.dm-product-actions,
.dm-product-static-actions {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 14px auto 0;
  flex-wrap: wrap;
}

.c-product__atc-wrap .dm-product-actions,
.woocommerce-variation-add-to-cart .dm-product-actions {
  width: 100%;
  flex-basis: 100%;
  justify-content: center;
  margin: 8px 0 0;
}

body.single-product .dm-product-static-actions {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: 100% !important;
  margin: 12px auto 0 !important;
}

.dm-card-cart,
.dm-product-cart {
  background: #111;
  color: #fff;
  padding: 11px 14px;
}

body.single-product .dm-product-order {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #111 !important;
  color: #fff !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

body.single-product .dm-product-actions,
body.single-product .dm-product-static-actions {
  display: flex !important;
}

body.single-product .dm-product-cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 42px !important;
}

body.single-product .dm-product-order-static {
  width: 100% !important;
  min-height: 42px !important;
  margin: 0 !important;
}

.dm-product-wishlist {
  background: #f3f3f3;
  color: #111;
  padding: 11px 14px;
}

.dm-card-wishlist {
  cursor: pointer;
}

.c-product-grid__stock-wrap {
  pointer-events: none;
}

.c-product-grid__thumb-button-list,
.c-product-grid__thumb-button,
.js-wishlist-btn {
  pointer-events: auto;
}

.dm-static-product-out-of-stock .dm-product-actions {
  display: none !important;
}

.dm-card-wishlist.is-added,
.js-wishlist-btn.is-added {
  color: #cf3540;
}

.js-wishlist-btn.is-added .c-wishlist__btn-icon,
.js-wishlist-btn.is-added .c-product-grid__icon--wishlist,
.js-wishlist-btn.is-added .c-product__wishlist-icon {
  color: #cf3540;
}

.c-product__share,
.c-product__share .c-post-share,
body.single-product .c-product__share,
body.single-product .c-product__share .c-post-share {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

.c-product__share .c-product__wishlist,
body.single-product .c-product__share .c-product__wishlist,
body.single-product .c-product__share .c-post-share .c-product__wishlist,
body.single-product .c-product__share .dm-share-wishlist {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  margin: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  transform: none !important;
  flex: 0 0 auto !important;
}

.c-product__share .c-product__wishlist-button,
body.single-product .c-product__share .c-product__wishlist-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 36px;
  min-height: 36px;
  width: 36px !important;
  height: 36px !important;
  border: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font-size: 28px !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.single-product .c-product__share .c-post-share__link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font-size: 23px !important;
  line-height: 1 !important;
}

body.single-product .c-product__share .c-post-share__link[title*="Whatsapp"] {
  order: 1;
}

body.single-product .c-product__share .c-post-share__link[title*="Telegram"] {
  order: 2;
}

body.single-product .c-product__share .c-product__wishlist {
  order: 3;
}

body.single-product .c-product__share .c-post-share__icon {
  display: block !important;
  position: static !important;
  top: auto !important;
  height: auto !important;
  margin: 0 !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}

body.single-product .c-product__share .c-product__wishlist-button .c-wishlist__btn-icon-normal {
  display: block !important;
  position: static !important;
  top: auto !important;
  height: auto !important;
  margin: 0 !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}

body.single-product .c-product__share .c-product__wishlist-button .c-wishlist__btn-icon--hover {
  display: none !important;
}

body.single-product .dm-product-brand-list {
  margin-bottom: 16px !important;
}

body.single-product .c-product__share {
  min-height: 36px !important;
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}

.js-grid-zoom,
.dm-static-quickview-btn,
.c-product-grid__icon--quickview,
.ip-eye.c-product-grid__icon,
.ip-eye_hover.c-product-grid__icon {
  display: none !important;
}

@media (max-width: 767px) {
  body.single-product .c-product__tabs-title {
    margin-top: 18px !important;
  }
}

.c-product__image-link--zoom,
.js-product-modal {
  cursor: zoom-in;
}

.c-product__image-link--zoom .c-product__loading,
.c-product__image-link--zoom .js-loading-wrap,
.js-product-modal .c-product__loading,
.js-product-modal .js-loading-wrap {
  display: none !important;
}

.dm-image-lightbox-lock {
  overflow: hidden;
}

.dm-image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100004;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 58px;
  grid-template-rows: minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 22px;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}

.dm-image-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.dm-image-lightbox__stage {
  grid-column: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 44px);
  margin: 0;
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.dm-image-lightbox__img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  cursor: zoom-in;
  user-select: none;
}

.dm-image-lightbox.is-zoomed .dm-image-lightbox__stage {
  align-items: flex-start;
  justify-content: flex-start;
}

.dm-image-lightbox.is-zoomed .dm-image-lightbox__img {
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
  cursor: zoom-out;
}

.dm-image-lightbox__caption {
  position: fixed;
  right: 18px;
  bottom: 18px;
  color: rgba(255, 255, 255, 0.78);
  font: 600 13px/1.2 Arial, sans-serif;
}

.dm-image-lightbox__close,
.dm-image-lightbox__nav,
.dm-image-lightbox__zoom {
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  transition: background 0.16s ease, transform 0.16s ease;
}

.dm-image-lightbox__close:hover,
.dm-image-lightbox__nav:hover,
.dm-image-lightbox__zoom:hover {
  background: rgba(255, 255, 255, 0.22);
}

.dm-image-lightbox__close {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 1;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  font: 400 30px/42px Arial, sans-serif;
}

.dm-image-lightbox__nav {
  width: 50px;
  height: 68px;
  border-radius: 4px;
  font: 300 46px/1 Arial, sans-serif;
}

.dm-image-lightbox__nav--prev {
  grid-column: 1;
}

.dm-image-lightbox__nav--next {
  grid-column: 3;
}

.dm-image-lightbox__zoom {
  position: fixed;
  left: 68px;
  bottom: 18px;
  min-height: 38px;
  border-radius: 4px;
  padding: 8px 14px;
  font: 700 13px/1.2 'DivamarkFont', Arial, sans-serif;
}

@media (max-width: 640px) {
  .dm-image-lightbox {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 4px;
    padding: 10px;
  }

  .dm-image-lightbox__stage {
    height: calc(100vh - 20px);
  }

  .dm-image-lightbox__close {
    top: 10px;
    left: 10px;
    width: 38px;
    height: 38px;
    font-size: 28px;
    line-height: 38px;
  }

  .dm-image-lightbox__nav {
    width: 40px;
    height: 58px;
    font-size: 38px;
  }

  .dm-image-lightbox__zoom {
    left: 56px;
    bottom: 12px;
  }

  .dm-image-lightbox__caption {
    right: 14px;
    bottom: 16px;
  }
}

.dm-product-brand-list {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 12px 0 6px;
}

.dm-product-brand {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #111;
  padding: 7px 12px;
  border-radius: 4px;
  font: 700 13px/1.2 Arial, sans-serif;
  text-decoration: none;
}

a.dm-product-brand:hover {
  color: #cf3540;
}

.dm-store-count {
  display: inline-flex;
  min-width: 17px;
  height: 17px;
  padding: 0 5px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #cf3540;
  color: #fff;
  font: 700 11px/17px Arial, sans-serif;
  margin-inline-start: 3px;
}

.dm-static-search-lock {
  overflow: hidden;
}

.c-header-search.disabled {
  display: none;
}

.c-header-search.dm-static-search-open {
  display: block !important;
  position: fixed;
  inset: 0;
  z-index: 100002;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(0) !important;
  pointer-events: auto !important;
}

.dm-static-search-open .c-header-search__wrap {
  min-height: 100vh;
  background: #fff;
  transform: translateX(0) !important;
}

.dm-static-search-open .c-header-search__shadow {
  z-index: 0;
  pointer-events: auto !important;
}

.dm-static-search-open .c-header-search__form {
  position: relative;
  z-index: 1;
}

.dm-static-search-open .c-header-search__close,
.c-header-search.dm-static-search-open .js-search-close.c-header-search__close {
  z-index: 5 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

.dm-static-search-open .c-header-search__input {
  direction: rtl;
}

.dm-static-search-open .c-header-search__result {
  display: block;
  padding-top: 20px;
}

.dm-static-search-results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
  direction: rtl;
}

.dm-static-search-item {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #111;
  text-decoration: none;
}

.dm-static-search-item:hover {
  border-color: #111;
  color: #111;
}

.dm-static-search-item img {
  width: 74px;
  height: 92px;
  object-fit: contain;
  background: #f7f7f7;
}

.dm-static-search-item__body,
.dm-static-search-item__title,
.dm-static-search-item__excerpt,
.dm-static-search-item__price {
  display: block;
  min-width: 0;
}

.dm-static-search-item__title {
  font: 700 14px/1.45 Arial, sans-serif;
}

.dm-static-search-item__excerpt {
  margin-top: 4px;
  color: #666;
  font: 400 12px/1.5 Arial, sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dm-static-search-item__price {
  margin-top: 7px;
  color: #111;
  font: 700 13px/1.4 Arial, sans-serif;
}

.dm-static-search-empty {
  padding: 28px 10px;
  text-align: center;
  color: #555;
  direction: rtl;
  font: 600 14px/1.5 Arial, sans-serif;
}

.dm-static-dialog-overlay {
  position: fixed;
  inset: 0;
  z-index: 100004;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.42);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.dm-static-dialog-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.dm-static-dialog {
  position: relative;
  width: min(420px, 100%);
  background: #fff;
  color: #111;
  padding: 26px 22px 22px;
  border-radius: 6px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.24);
}

.dm-static-dialog h2 {
  margin: 0 0 10px;
  font: 700 18px/1.4 Arial, sans-serif;
}

.dm-static-dialog p {
  margin: 0;
  color: #444;
  font: 500 14px/1.8 Arial, sans-serif;
}

.dm-static-dialog__close {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #111;
  cursor: pointer;
  font: 400 26px/1 Arial, sans-serif;
}
