/*!
Theme Name:   Fanline
Theme URI:    https://www.fanline.com.br/
Author:       Joao Neris
Author URI:   https://www.jneris.com.br/
Description:  Fanline - Vista a referência
Version:      0.1
License:      Closed - Copyright by JNeris
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Fanline
Tags: Fanline, Vestuario, Camisetas, Cultura Pop, Bootstrap, PHP, JavaScript, CSS3, HTML5, JNeris
*/

html{
	scroll-behavior: smooth;
}
body {
	font-family: "Noto Sans", sans-serif;
	font-style: normal;
	letter-spacing: 0.01625rem;
	font-optical-sizing: auto;
	display: flex;
	flex-direction: column;
	height: auto;
	min-height: 100dvh;
	width: 100%;
	overflow-x: hidden;
	position: relative;
}
header {
	z-index: 99;
}
.navbar-brand {
	outline: none;
}
#hero::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, .5);
}
@media (min-width: 576px) {
	#hero {
		background-position: center top;
	}
}
.padding-large {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.banner-text {
    font-weight: 700;
    text-transform: uppercase;
}
.btn-outline-light {
    padding: 1.2rem 2.22rem;
    line-height: 0.75rem;
    letter-spacing: 0.09375rem;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
    font-size: 0.9375rem;
    font-weight: 400;
    border-radius: 2.5rem;
    border: 2px solid #FFF;
    transition: all 0.5s ease-in;
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none;
}
.padding-medium {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
@media (min-width: 768px) {
	.padding-medium {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
}
.card {
    --bs-card-inner-border-radius: none;
    --bs-card-bg: transparent;
    background-color: transparent;
    border: none;
}
.blog-paragraph {
    color: #595857;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    font-family: var(--secondary-font);
}
.register-text {
    color: #FFF;
    font-size: 3.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.9rem;
    letter-spacing: -0.1625rem;
}
a.footer-link {
    color: #A1A1A1;
    font-size: 1.0625rem;
    text-transform: capitalize;
}
a {
    text-decoration: none;
}
.product-store figure {
	width: 571px;
	height: 571px;
	max-width: 100%;
	position: relative;
	margin: 0;
}
@media (max-width: 425px) {
	.product-store figure {
		width: 100%;
		height: 371px;
	}
}
.product-store figure .product-image{
	transition: opacity .2s ease;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-carousel{
	width: 100%;
	height: 100%;
}
.product-carousel .carousel-inner{
	width: 100%;
	height: 100%;
}
.product-carousel .carousel-item{
	width: 100%;
	height: 100%;
}
.back-slide.d-none{
	display: none !important;
}
.select-item button.active {
	background-color: #000;
	color: #fff;
	border-color: #000;
}
.order-button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.btn-option {
	width: 38px;
    height: 38px;
}
.color-options .select-item{
	cursor: pointer;
	transition: all .2s ease;
	background-color: transparent;
}
.color-options .select-item.active{
	transform: scale(1.08);
}
.color-options .select-item.active .btn-option{
	border-color: transparent !important;
}
#modelos{
	scroll-margin-top: 5rem;
}
footer .contact a:hover {
	text-decoration: underline dotted;
}
.accordion {
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-active-color: var(--bs-body-color);
    --bs-accordion-active-bg: #e9e9e9;
}
.column-gap-custom {
		-moz-column-gap: 0.75m!important;
		column-gap: .75rem !important;
	}

@media (max-width: 425px) {
	.column-gap-custom {
		-moz-column-gap: 0.25rem!important;
		column-gap: .25rem !important;
	}
}
.price strong {
	display: flex;
    align-items: center;
    column-gap: 10px;
}
.price .badge-discont {
	color: #03543f;
    line-height: 21px;
    font-weight: 500;
    font-size: .875rem;
    padding: .25rem .75rem;
    background-color: #def7ec;
    border-radius: .375rem;
    margin: 0px;
}
.btn-order {
	max-width: 445px;
    width: 100%;
    margin-bottom: 1.5rem;
}
.flags img {
	width: 350px
}
.product-gallery-thumbs {
	max-width: 571px;
}
.thumbs-wrapper {
	scrollbar-width: thin;
}
.gallery-thumb {
	border: 2px solid transparent;
	background: none;
	padding: 0;
	border-radius: .5rem;
	flex-shrink: 0;
	transition: .2s ease;
}
.gallery-thumb img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: .4rem;
}
.gallery-thumb.active {
	--bs-focus-ring-color: rgba(var(--bs-dark-rgb), .25);
	outline: 0;
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.thumb-btn{
	width:90px;
	height:90px;
	background:none;
	padding:0;
	overflow:hidden;
	border-radius:6px;
}
.thumb-btn.active{
	border-color:#000;
}
.thumb-btn img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.product-badge{
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 10;

	background: #dc3545;
	color: #fff;

	padding: .5rem .9rem;
	border-radius: 999px;

	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;

	box-shadow: 0 4px 12px rgba(0,0,0,.15);
}