/* Completely hide the currency symbol added by Tilda's CSS */
t706__cartwin-prodamount-currency::before,
.t706__cartwin-prodamount-currency::after,
/*.t706__cartwin-prodamount-currency,*/
/*.t-store__card__price-currency, */
 .t-store__prod-popup__price-currency,
.t-store__card__price-value + .t-store__card__price-currency,
.t-store__card__price-value + .t-store__card__price-currency::before,
  .t-store__card__price.t-store__card__price-item::before,
   .t-store__card__price.t-store__card__price-item::after,
  .t-store__prod-popup__price-currency::before,
   .t-store__prod-popup__price-currency::after,
.t-store__card__price-currency::before,
.t-store__card__price-currency::after {
    content: "" !important; 
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.js-store-product.js-product.t-store__product-snippet div.t-container div div.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right.t-col.t-col_2 div.js-store-price-wrapper.t-store__prod-popup__price-wrapper div.js-store-prod-price.t-store__prod-popup__price.t-store__prod-popup__price-item.t-name.t-name_md div.js-product-price.js-store-prod-price-val.t-store__prod-popup__price-value div:nth-child(3) {
    display: none !important;
     content: "" !important; 
}

html[lang="en"] .t706__cartwin-prodamount-currency::before {
    content: ""; /* Remove ₽ */
}

html[lang="en"] .t706__cartwin-prodamount-currency {
    display: none !important; /* Hide ₽ element */
}

html[lang="en"] .t706__cartwin-prodamount-price::before {
    content: "$"; /* Force USD symbol before the price */
    
    margin-right: 3px;
}

/*.t-store__card__price-value {*/
/*    display: none !important;*/
/*}*/
/* Completely force-hide the currency pseudo-elements across the site */
/*.t-store__card__price-value + .t-store__card__price-currency::before,*/
/*.t-store__card__price-value + .t-store__card__price-currency::after,*/
/*.t-store__prod-popup__price-currency::before,*/
/*  .t-store__prod-popup__price-currency::after,*/
/*.t706__cartwin-prodamount-currency::before,*/
/*.t706__cartwin-prodamount-currency::after {*/
/*    content: "" !important; */
/*    display: none !important;*/
/*    visibility: hidden !important;*/
/*    opacity: 0 !important;*/
/*    height: 0 !important;*/
/*    width: 0 !important;*/
/*    pointer-events: none !important;*/
/*}*/
