/**
 * 2025 ALCALINK E-COMMERCE & SEO, S.L.L.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * @author ALCALINK E-COMMERCE & SEO, S.L.L. <info@alcalink.com>
 * @copyright  2025 ALCALINK E-COMMERCE & SEO, S.L.L.
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 *
 * Registered Trademark & Property of ALCALINK E-COMMERCE & SEO, S.L.L.
 */

 #alcamanufacturerlist {
    margin: 30px 0px;
 }

 #alcamanufacturerlist h2 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
 }

#alcamanufacturerlist .owl-carousel img {
  width: auto;
}

#alcamanufacturerlist .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -30px;
    top: 10%;
    background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 10L25 20L15 30" stroke="%23373737" stroke-width="2"/></svg>');
    width: 40px;
    height: 40px;
    text-indent: -99999px;
 }

 #alcamanufacturerlist .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -30px;
    top: 10%;
    background: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25 30L15 20L25 10" stroke="%23373737" stroke-width="2"/></svg>');
    width: 40px;
    height: 40px;
    text-indent: -99999px;
 }

 #alcamanufacturerlist a.alcamanufacturerlist-nocolor img {
    filter: grayscale(100%);
 }

 #alcamanufacturerlist a.alcamanufacturerlist-nocolor:hover img {
    filter: grayscale(0%);
 }

 @media (max-width: 1200px) {
    #alcamanufacturerlist .owl-carousel .owl-nav button.owl-next {
        right: -30px;
    }

    #alcamanufacturerlist .owl-carousel .owl-nav button.owl-prev {
        left: 0px;
    }
 }

 #alcamanufacturerlist .owl-carousel .owl-nav,
 #alcamanufacturerlist .owl-carousel .owl-nav.disabled {
    display: block!important;
 }