/**
* 2007-2025 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 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/afl-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.
*
*  @author    Seldom Group <contact@seldomgroup.com>
*  @copyright 2007-2025 Seldom Group
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

.sg-newproducts-homepage-slider {
    padding: 40px 0 120px;
    background-color: #fff;
}

.sg-newproducts-homepage-slider-inner {
    position: relative;
}

.sg-newproducts-main-title-wrapper {
    text-align: center;
    margin-bottom: 70px;
}

.sg-newproducts-main-title h2 {
    font-size: 32px;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
	font-family: 'Graphik', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

/* New divider matching other sections */
.sg-newproducts-divider {
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #B88452 0%, rgba(184, 132, 82, 0.3) 100%);
    margin: 20px auto 0;
    border-radius: 2px;
}

.sg-newproducts-all-product {
    width: 100%;
    margin: 0 auto;
}

.sg-newproducts-all-product-wrapper {
    overflow: hidden;
    margin: 0 -15px;
}

.sg-newproducts-all-product-content-box {
    width: 100%;
}

.sg-newproducts-all-product-slider {
    margin: 0;
}

.sg-newproducts-all-product-slider .item {
    padding: 0 15px;
}

.sg-newproducts-not-found {
    text-align: center;
    padding: 40px 0;
    font-size: 16px;
    color: #666;
}

/* Product spacing - ensures spacing between name and price like original module */
.sg-newproducts-all-product-slider .tvproduct-name {
    margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 1289px) {
	.sg-newproducts-all-product-slider .item {
		padding: 0 5px;
	}
}

@media (max-width: 1209px) {
	.sg-newproducts-all-product-slider .tv-product-price {
		margin-top: 36px;
	}
}

@media (max-width: 991px) {
    .sg-newproducts-main-title h2 {
        font-size: 28px;
    }
	.sg-newproducts-all-product-slider .tv-product-price {
		margin-top: 0px;
	}
}

@media (max-width: 767px) {
    .sg-newproducts-homepage-slider {
        padding: 30px 0;
    }

    .sg-newproducts-main-title h2 {
        font-size: 24px;
    }

    .sg-newproducts-main-title-wrapper {
        margin-bottom: 20px;
    }

    .sg-newproducts-all-product-wrapper {
        margin: 0 -10px;
    }

    .sg-newproducts-all-product-slider .item {
        padding: 0 10px;
    }
}

@media (max-width: 597px) {
	.sg-newproducts-all-product-slider .item {
		padding: 0 2px;
	}
}

@media (max-width: 525px) {
	.sg-newproducts-all-product-slider .tv-product-price {
		margin-top: 15px;
	}
}