body:not(.logged-in) .add_to_wishlist,
body:not(.logged-in) .yith-wcwl-add-to-wishlist {
    display: none !important;
}

.single-product .atih-watch-link {
    color: var(--ast-global-color-0);
    text-decoration: none;
}

.single-product .atih-watch-link:hover {
    color: var(--ast-global-color-1);
    text-decoration: none;
}

/* Ajustar visualización de caja de busqueda */

.dgwt-wcas-style-pirx .dgwt-wcas-search-wrapp,
.dgwt-wcas-search-wrapp,
.dgwt-wcas-sf-wrapp {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-search-wrapp:focus-within,
.dgwt-wcas-search-wrapp:focus-within,
.dgwt-wcas-sf-wrapp:focus-within {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.dgwt-wcas-search-input,
.dgwt-wcas-search-input:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}



/* Ajuste de botones en solicitud de nuevo recurso */

.atih-public-form-actions{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:16px;
    margin-top:18px;
    flex-wrap:wrap;
}

.atih-public-form-submit,
.atih-public-form-cancel{
    appearance:none;
    -webkit-appearance:none;
    border:0;
    border-radius:6px;
    padding:12px 28px;
    min-height:44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

.atih-public-form-submit{
    background:#0d6efd;
    color:#fff;
}

.atih-public-form-cancel{
    background:#5fa8ff;
    color:#fff;
}





/* Toast flotante para solicitud de nuevo recurso */
.atih-floating-toast{
    position:fixed;
    top:96px;
    left:50%;
    transform:translateX(-50%);
    z-index:999999;
    display:flex;
    align-items:center;
    gap:12px;
    min-width:280px;
    max-width:min(92vw, 460px);
    padding:14px 18px;
    border-radius:12px;
    background:#0f172a;
    color:#ffffff;
    box-shadow:0 18px 40px rgba(15,23,42,.30);
    border:1px solid rgba(255,255,255,.08);
    opacity:1;
    transition:opacity .2s ease, transform .2s ease;
    font-size:15px;
    line-height:1.45;
}

.atih-floating-toast.is-hiding{
    opacity:0;
    transform:translateX(-50%) translateY(-8px);
}

.atih-floating-toast-success{
    background:linear-gradient(180deg, #111827 0%, #0f172a 100%);
}

.atih-floating-toast-error{
    background:linear-gradient(180deg, #3b0d0d 0%, #1f1010 100%);
}

.atih-floating-toast-icon{
    width:26px;
    height:26px;
    min-width:26px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.14);
    color:#ffffff;
    font-size:15px;
    font-weight:700;
}

.atih-floating-toast-message{
    flex:1 1 auto;
    color:#ffffff;
    font-weight:500;
    margin:0;
}

.atih-floating-toast-close{
    appearance:none;
    -webkit-appearance:none;
    border:0;
    background:transparent;
    color:rgba(255,255,255,.86);
    font-size:20px;
    line-height:1;
    width:24px;
    height:24px;
    min-width:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0;
    cursor:pointer;
}

.atih-floating-toast-close:hover{
    color:#ffffff;
    opacity:1;
}

@media (max-width: 480px){
    .atih-floating-toast{
        top:88px;
        width:calc(100vw - 24px);
        max-width:calc(100vw - 24px);
        padding:13px 14px;
        border-radius:10px;
        gap:10px;
        font-size:14px;
    }
}
