/** Shopify CDN: Minification failed

Line 206:80 Unexpected "\\n"
Line 206:126 Expected ":"
Line 206:153 Expected ":"
Line 206:186 Expected ":"
Line 206:208 Expected ":"
Line 206:237 Expected ":"
Line 206:266 Expected ":"
Line 206:312 Expected ":"
Line 206:340 Expected ":"
Line 206:370 Expected ":"
... and 6 more hidden warnings

**/

/* Elwardany V39 — unified product cards across store product grids/sliders */
.hdt-collection-products .hdt-card-product {
  height: 100%;
}
.hdt-collection-products .hdt-card-product__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(20, 20, 20, .065);
  border-radius: 18px;
  overflow: hidden;
  padding: 8px 8px 13px;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.hdt-collection-products .hdt-card-product__media {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.hdt-collection-products .hdt-card-product__media-wrapp {
  background: #fff;
}
.hdt-collection-products .hdt-card-product__media-wrapp img {
  object-fit: contain;
  padding: 5px;
  transition: transform .35s ease;
}
.hdt-collection-products .hdt-card-product__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 12px 6px 0;
  gap: 5px;
}
.hdt-collection-products .hdt-card-product__title {
  line-height: 1.55;
  min-height: 3.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 600;
  color: #242424;
}
.hdt-collection-products .hdt-card-product__info .hdt-price,
.hdt-collection-products .hdt-card-product__info .hdt-card-product__price,
.hdt-collection-products .hdt-card-product__info .hdt-money {
  font-weight: 700;
}
.hdt-collection-products .hdt-card-product__info .hdt-compare-at-price,
.hdt-collection-products .hdt-card-product__info s {
  opacity: .58;
  font-weight: 500;
}
.hdt-collection-products .hdt-product-btns.hdt-pr-btns-group1 {
  margin-bottom: 3px;
}
.hdt-collection-products .hdt-product-btns.hdt-pr-btns-group1 .hdt-pr_btn {
  border-radius: 12px;
  min-height: 40px;
}
.hdt-collection-products .hdt-badge {
  border-radius: 999px;
}
.hdt-collection-products .hdt-slider__container {
  align-items: stretch;
}

@media (hover:hover) and (min-width: 1150px) {
  .hdt-collection-products .hdt-card-product__wrapper:hover {
    transform: translateY(-3px);
    border-color: rgba(20, 20, 20, .10);
    box-shadow: 0 12px 30px rgba(20, 20, 20, .075);
  }
  .hdt-collection-products .hdt-card-product__wrapper:hover .hdt-card-product__media--main {
    transform: scale(1.025);
  }
}

@media (max-width: 767px) {
  .hdt-collection-products .hdt-card-product__wrapper {
    border-radius: 14px;
    padding: 6px 6px 10px;
  }
  .hdt-collection-products .hdt-card-product__media {
    border-radius: 11px;
  }
  .hdt-collection-products .hdt-card-product__media-wrapp img {
    padding: 3px;
  }
  .hdt-collection-products .hdt-card-product__info {
    padding: 9px 4px 0;
    gap: 3px;
  }
  .hdt-collection-products .hdt-card-product__title {
    line-height: 1.45;
    min-height: 2.9em;
    font-size: 13px;
  }
  .hdt-collection-products .hdt-card-product__info .hdt-price,
  .hdt-collection-products .hdt-card-product__info .hdt-card-product__price {
    font-size: 13px;
  }
  .hdt-collection-products .hdt-product-btns.hdt-pr-btns-group1 .hdt-pr_btn {
    min-height: 36px;
    border-radius: 10px;
  }
}


/* V49 — Add to cart is always visible on every approved product card */
.hdt-collection-products .hdt-card-product .hdt-product-btns.hdt-pr-btns-group1 {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  margin: 0 !important;
  pointer-events: auto !important;
}
.hdt-collection-products .hdt-card-product .hdt-product-btns.hdt-pr-btns-group1 :where(
  .hdt-pr_btn,
  .hdt-product-form,
  wrapp-hdt-open-modal-btn,
  wrapp-hdt-pr-frm,
  wrapp-hdt-pr-frm form,
  .hdt-ultra_btn_parent,
  .hdt-card-product__btn-ultra
) {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
}
.hdt-collection-products .hdt-pr-style7 .hdt-card-product__info {
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}


/* V50 — definitive global Add-to-Cart visibility on every product card/style */
.hdt-card-product .hdt-product-btns.hdt-pr-btns-group1,
.hdt-card-product .hdt-product-btns.hdt-pr-btns-group1:hover,
.hdt-card-product:hover .hdt-product-btns.hdt-pr-btns-group1 {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
}
.hdt-card-product .hdt-product-btns.hdt-pr-btns-group1 :where(
  .hdt-product-form,
  .hdt-pr_btn,
  .hdt-card-product__btn-ultra,
  .hdt-ultra_btn_parent,
  wrapp-hdt-pr-frm,
  wrapp-hdt-pr-frm form,
  wrapp-hdt-open-modal-btn
) {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important;
}
.hdt-card-product .hdt-product-btns.hdt-pr-btns-group1 .hdt-card-product__btn-ultra > span {
  visibility: visible !important;
  opacity: 1 !important;
}
/* Style 7 was designed by the original theme to reveal its CTA only on hover. Disable that behavior globally. */
.hdt-card-product.hdt-pr-style7 {
  margin-bottom: 0 !important;
  pointer-events: auto !important;
}
.hdt-card-product.hdt-pr-style7 .hdt-card-product__info,
.hdt-card-product.hdt-pr-style7:hover .hdt-card-product__info {
  transform: none !important;
  pointer-events: auto !important;
}
.hdt-card-product.hdt-pr-style7 .hdt-product-btns.hdt-pr-btns-group1,
.hdt-card-product.hdt-pr-style7:hover .hdt-product-btns.hdt-pr-btns-group1 {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
/* Keep slider cards in normal flow now that the CTA is permanently visible. */
.hdt-slider.hdt-collection-has-pr7 .hdt-slider__viewport {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
\n\n/* V114 — search list always shows the real current variant price first */\n.template-search .elw-search-result-price{\n  display:flex!important;\n  align-items:center!important;\n  gap:9px!important;\n  flex-wrap:wrap!important;\n  margin-top:5px!important;\n}\n.template-search .elw-search-final-price{\n  color:#c91432!important;\n  font-weight:800!important;\n  white-space:nowrap!important;\n}\n.template-search .elw-search-old-price{\n  color:#929292!important;\n  font-weight:500!important;\n  text-decoration:line-through!important;\n  white-space:nowrap!important;\n}\n
/* V117 — search results style 7: show actual sale price + compare-at */
.hdt-main-search .elw-search-style7-price .hdt-price__list{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  flex-wrap:wrap!important;
}
.hdt-main-search .elw-search-style7-price hdt-price,
.hdt-main-search .elw-search-style7-price hdt-price .hdt-money{
  color:#c91432!important;
  font-weight:800!important;
  text-decoration:none!important;
  opacity:1!important;
}
.hdt-main-search .elw-search-style7-price hdt-compare-at-price,
.hdt-main-search .elw-search-style7-price hdt-compare-at-price .hdt-money{
  color:#999!important;
  font-weight:500!important;
  text-decoration:line-through!important;
  opacity:.78!important;
}

/* V119 — keep V117 working markup, improve hierarchy + compare fallback */
.hdt-main-search .elw-search-style7-price{margin-top:7px!important;}
.hdt-main-search .elw-search-style7-price .hdt-price__list{display:flex!important;align-items:baseline!important;gap:9px!important;flex-wrap:wrap!important;}
.hdt-main-search .elw-search-style7-price hdt-price .hdt-money{font-size:17px!important;line-height:1.25!important;color:#c91432!important;font-weight:800!important;text-decoration:none!important;}
.hdt-main-search .elw-search-style7-price hdt-compare-at-price{display:inline!important;visibility:visible!important;opacity:1!important;}
.hdt-main-search .elw-search-style7-price hdt-compare-at-price .hdt-money{display:inline!important;font-size:13px!important;line-height:1.25!important;color:#929292!important;font-weight:600!important;text-decoration:line-through!important;text-decoration-thickness:1.4px!important;opacity:.9!important;}
@media(max-width:767px){
 .hdt-main-search .elw-search-style7-price hdt-price .hdt-money{font-size:16px!important;}
 .hdt-main-search .elw-search-style7-price hdt-compare-at-price .hdt-money{font-size:12.5px!important;}
}

/* V120 — clearer final price in search results; keep search simple */
.hdt-main-search .elw-search-style7-price hdt-price .hdt-money{
  font-size:20px!important;
  line-height:1.2!important;
  font-weight:850!important;
  letter-spacing:0!important;
}
.hdt-main-search .elw-search-style7-price hdt-compare-at-price{
  display:none!important;
}
@media(max-width:767px){
  .hdt-main-search .elw-search-style7-price hdt-price .hdt-money{
    font-size:18px!important;
  }
}
