button.single_add_to_cart_button.button.alt {
    background: #873EBF !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 15px 15px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: 0.2s !important;
    outline: none !important;
    box-shadow: 0px 0px 25px 0px rgba(135, 62, 191, 1) !important;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(135, 62, 191, 1) !important;
    -moz-box-shadow: 0px 0px 25px 0px rgba(135,62,191,1) !important;
}

.hg_cidd{
    height: -webkit-fill-available !important;
}
.ccdd-qty-cart-wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    padding: 0;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 0;
}
form.cart {
    flex-wrap: wrap !important;
}
.ccdd-qty-controls {
    display: flex;
    align-items: center;
    background: #1F2937;
    border-radius: 6px;
    overflow: hidden;
    max-width: 140px;
}

.ccdd-qty-btn {
    background: rgb(135 62 191 / 20%) !important;
    font-weight: 600 !important;
    color: #873EBF !important;
    font-size: 18px !important;
    padding: 10px !important;
    line-height: 16px !important;
    border: none !important;
    cursor: pointer !important;
    transition: 0.2s !important;
    width: 38px !important;
    min-width: 38px !important;
    min-height: 50px !important;
}

.ccdd-qty-btn:hover {
    color: #fff;
    background: rgba(180, 123, 255, 0.1);
}

.ccdd-qty-input {
    background: transparent !important;
    color: #fff;
    font-size: 16px;
    text-align: center !important;
    padding: 0 !important;
    border: 0 !important;
    outline: none !important;
    appearance: textfield; /* para Firefox */
}
a.added_to_cart.wc-forward {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    color: #873ebf;
    font-size: 20px !important;
}

/* Elimina los manejadores (spinners) en Chrome, Edge, Safari */
.ccdd-qty-input::-webkit-outer-spin-button,
.ccdd-qty-input::-webkit-inner-spin-button,
.wpc-filters-range-inputs form input::-webkit-inner-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

/* Elimina el borde azul al enfocar (focus ring) */
.ccdd-qty-input:focus, .woocommerce .quantity .qty:focus {
  outline: none;
  box-shadow: none;
}

/* (Opcional) Efecto sutil al enfocar, si quieres mantener feedback */
.ccdd-qty-input:focus-visible {
  border-bottom: 1px solid #b47bff;
}

.ccdd-add-to-cart-btn {
    background: #873EBF !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 15px 15px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: 0.2s !important;
        outline: none !important;
    box-shadow: 0px 0px 25px 0px rgba(135,62,191,1) !important;
-webkit-box-shadow: 0px 0px 25px 0px rgba(135,62,191,1) !important;
-moz-box-shadow: 0px 0px 25px 0px rgba(135,62,191,1) !important;
}

.ccdd-out-of-stock {
    color: #888;
    text-align: center;
    font-size: 14px;
}


/* ORDER BY */
.ccdd-orderby {
  position: relative;
  display: inline-block;
  font-family: "Barlow", sans-serif;
}

.ccdd-orderby-btn {
      background: #1f2937 !important;
    border: 1px solid rgba(27, 255, 250, 0.3) !important;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px !important;
    padding: 10px 10px !important;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    gap: 5px !important;
    transition: 0.25s;
}

.ccdd-orderby-btn:hover {
  border-color: #1bfffa;
  background: #243143;
}

.ccdd-orderby-btn svg {
  transition: transform 0.3s ease;
}

.ccdd-orderby.open .ccdd-orderby-btn svg {
  transform: rotate(180deg);
}

.ccdd-orderby-dropdown {
  list-style: none;
  margin: 0;
  padding: 6px 0;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #151c27;
  border: 1px solid rgba(27, 255, 250, 0.3);
  border-radius: 8px;
  display: none;
  z-index: 10;
}

.ccdd-orderby-dropdown li a {
  display: block;
  padding: 8px 14px;
  color: #d9e0f0;
  text-decoration: none;
  transition: 0.2s;
    font-size: 15px;
}

.ccdd-orderby-dropdown li a:hover,
.ccdd-orderby-dropdown li a.active {
  background: #1bfffa;
  color: #0e0e12;
  border-radius: 6px;
}


/*FILTER*/
.filter-woo-ci {
    position: absolute !important;
    top: 0;
    left: -320px;
    width: 320px !important;
    height: 100% !important;
    background: #fff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    transition: left 0.7s 
ease-in-out !important;
    z-index: 9 !important;
}

/* Clase visible */
.filter-woo-ci.active {
  left: 0;
}

#show-filter-woo-ci, #close-filter-woo-ci{
	cursor:pointer;
}


.widget-title.wpc-filter-title{
    color: #1BFFFA !important;
    font-size: 16px;
    margin-bottom: 15px;	
}
.wpc-filter-content.wpc-filter-product_cat a.wpc-filter-link {
    color: #ffff;
    font-size: 16px;
    position: relative;
    top: 1px;
}

.wpc-filters-range-inputs form {
    display: flex;
    flex-direction: column-reverse;
}

.wpc-filters-range-inputs form input {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    padding: 0 !important;
	outline: none !important;
}

.wpc-filters-range-slider-wrapper {
    margin: 10px 0px !important;
}

.wpc-filters-range-inputs form input.wpc-filters-range-max {
    text-align: right !important;
}

.wpc-filters-range-inputs .ui-slider-horizontal{
	height: 5px !important;
    border-radius: 5px;
}
.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
    background-color: #873EBF !important;
}
.wpc-filters-range-inputs .ui-slider .ui-slider-handle {
    width: 15px !important;
    height: 15px !important;
    top: -5px !important;
	background-color: #873EBF !important;
}