/*
 * OC_ADD_TO_ORDER_SMILE_REPAIR_V01
 * Restore the approved smile-curve click motion on catalog and product Add to
 * Order controls. The later CTA edge-beam pseudo-elements must not paint while
 * the button is being clipped into the smile shape.
 */
html body.catalog-category-view .options-btn-add-to-oredr.oc-smiling,
html body.catalogsearch-result-index .options-btn-add-to-oredr.oc-smiling,
html body.catalog-product-view .main-product-page .product-wraap .add-to-cart .btn-cart.oc-smiling,
html body.catalog-product-view .add-to-cart .btn-cart.oc-smiling,
html body.catalog-product-view .add_to_cart_product11.oc-smiling {
  overflow: hidden !important;
}

html body.catalog-category-view .options-btn-add-to-oredr.oc-smiling::before,
html body.catalog-category-view .options-btn-add-to-oredr.oc-smiling::after,
html body.catalogsearch-result-index .options-btn-add-to-oredr.oc-smiling::before,
html body.catalogsearch-result-index .options-btn-add-to-oredr.oc-smiling::after,
html body.catalog-product-view .main-product-page .product-wraap .add-to-cart .btn-cart.oc-smiling::before,
html body.catalog-product-view .main-product-page .product-wraap .add-to-cart .btn-cart.oc-smiling::after,
html body.catalog-product-view .add-to-cart .btn-cart.oc-smiling::before,
html body.catalog-product-view .add-to-cart .btn-cart.oc-smiling::after,
html body.catalog-product-view .add_to_cart_product11.oc-smiling::before,
html body.catalog-product-view .add_to_cart_product11.oc-smiling::after {
  content: none !important;
  display: none !important;
  animation: none !important;
  opacity: 0 !important;
}
