.wcp-cart-button-wrap{display:block;margin:0 0 24px}
.wcp-cart-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:var(--wcp-cart-width,auto);min-width:var(--wcp-cart-min-width,220px);padding:var(--wcp-cart-py,12px) var(--wcp-cart-px,22px);background:var(--wcp-cart-bg,#111111);color:var(--wcp-cart-text,#ffffff)!important;border:1px solid var(--wcp-cart-border,#111111);border-radius:var(--wcp-cart-radius,14px);font-size:var(--wcp-cart-font,16px);line-height:1.4;text-decoration:none!important;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease,color .25s ease,border-color .25s ease}
.wcp-cart-button--hover:hover{background:var(--wcp-cart-hover-bg,#222222);color:var(--wcp-cart-hover-text,#ffffff)!important;border-color:var(--wcp-cart-hover-border,#222222);transform:translateY(-2px);box-shadow:0 8px 18px rgba(0,0,0,.08)}
.wcp-cart-button__icon{width:18px;height:18px;object-fit:contain;display:block;flex:0 0 auto}
.wcp-cart-button__text{display:inline-block; font-weight: bold; font-family:"Vazirmatn","IranSans";}