.shahr-wax-purchase-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    direction: rtl;
    font-family: inherit;
    width: 100%;
}
.shahr-wax-price-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
}
.shahr-wax-old-price {
    color: #b0b0b0;
    font-size: 16px;
    font-weight: 600;
    text-decoration: line-through;
    margin-bottom: 4px;
    transition: all 0.3s ease;
}
.shahr-wax-new-price-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.shahr-wax-discount-badge {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 34px;
    transition: all 0.3s ease;
}
.shahr-wax-discount-badge svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.shahr-wax-discount-badge .percent {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
}
.shahr-wax-new-price-group {
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.shahr-wax-currency-svg {
    display: flex;
    align-items: flex-end;
}
.shahr-wax-currency-svg svg path {
    fill: #7e7e7e;
    transition: fill 0.3s ease;
}
.shahr-wax-new-price {
    color: #333333;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}
.shahr-wax-cart-controls-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
    margin-bottom: 16px;
    margin-top: 16px;
}
.shahr-wax-stock-wrap {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}
.shahr-wax-qty-wrap {
    display: flex;
    align-items: center;
    background: #fbfbfb;
    border: 1px solid #eaeaec;
    border-radius: 15px;
    height: 55px;
    padding: 8px;
    gap: 4px;
}
.shahr-wax-qty-btn {
    width: 36px;
    height: 36px;
    background: #ffffff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.02);
}
.shahr-wax-qty-btn:hover {
    background: #f0f0f0;
}
.shahr-wax-qty-input {
    width: 40px;
    background: transparent;
    border: none;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    -moz-appearance: textfield;
}
.shahr-wax-qty-input::-webkit-outer-spin-button,
.shahr-wax-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.shahr-wax-btn-wishlist {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    border: 1px solid #eaeaec;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    flex-shrink: 0;
}
.shahr-wax-btn-wishlist:hover {
    border-color: #ffdbdb;
}
.shahr-wax-btn-wishlist.is-liked {
    border-color: #ffdbdb;
    background: #fffafa;
}
.shahr-wax-btn-wishlist.is-liked svg path {
    stroke: #ff5252;
    fill: #ff5252;
}
.shahr-wax-add-cart-ajax-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #2aa37e;
    color: #ffffff;
    border: none;
    border-radius: 16px;
    height: 60px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}
.shahr-wax-add-cart-ajax-btn:hover {
    background: #238b6b;
}
.shahr-wax-add-cart-ajax-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
.shahr-wax-add-cart-ajax-btn.is-loading {
    opacity: 0.8;
    pointer-events: none;
}


.shahr-wax-add-cart-ajax-btn {
  border-radius: 15px;
  color: #fff !important;
}
.shahr-wax-add-cart-ajax-btn {
	border-radius: 15px !important;
}
.shahr-wax-btn-wishlist {
  background: #fff;
  padding: 0 !important;
  border: 1px solid #00000033;
  border-radius: 15px !important;
}
.shahr-wax-qty-wrap button {
  border-radius: 15px !important;
}
.shahr-wax-btn-wishlist {
	background: #fff !important;
	border: 1px solid #00000033 !important;
}