/*
Theme Name: silencio x Jaime_Shop
Version: 1.0
Author: silencio
Theme URI: https://silencio.es
Description: silencio x Jaime_Shop
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*************PRELOAD***************/


*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	float: none !important;
	box-shadow: none !important;
}

#navbar{
	font-family: "Stinger";
	font-variation-settings: "wdth" 700;
	a{
		font-size: 1.25rem;
		font-weight: 250;
	}
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn{
	border-radius: 0.5rem;
}

.xoo-wsc-container{
	font-family: "Stinger";
	font-variation-settings: "wdth" 700;
	font-weight: 250;
}

.xoo-wsch-top {
    justify-content: flex-start;
}

@font-face {
  font-family: "Stinger";
  src: url("assets/fonts/Stinger-Variable.ttf");
}

.xoo-wsc-product{
	margin:0 !important;
	background-color: transparent !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	
	img{
		border-radius: 0.5rem;
	}
}

.woocommerce div.product div.images{
	margin-bottom: 1em;
}
.woocommerce .quantity .qty{
	height: 2.5rem;
	font-family: "stinger";
	font-weight: 250;
  font-variation-settings: "wdth" 700;
	border: 1px solid black;
	outline: none;
	font-size: 1rem;
	border-radius: 0.5rem;
	width: 6rem;
	
}

#logo{
	font-family: "Stinger";
  font-weight: 700;
  font-variation-settings: "wdth" 700;
  line-height: 1.2em;
	font-size: 1.5rem;
	
	#span-shop{
  font-weight: 250;
		
	}
	
	#short{
		display: none;
	}
}

footer{
	font-size: 1.5rem;
  font-family: "Stinger";
  font-weight: 250;
  font-variation-settings: "wdth" 700;
  line-height: 1.2em;
}

#contact-list-footer{
	ul {
	display: flex;
	gap: 1rem;
	}
}

h1 {
  font-size: clamp(3rem, 2.286rem + 1.905vw, 4rem);
  font-family: "Stinger";
  font-weight: 250;
  font-variation-settings: "wdth" 700;
  line-height: 1.2em;
}

h2 {
  font-size: clamp(2rem, 1.643rem + 0.952vw, 2.5rem) !important;
  font-family: "Stinger";
  font-weight: 250;
  font-variation-settings: "wdth" 700;
  line-height: 1.2em;
}

h3 {
  font-size: clamp(1.5rem, 1.143rem + 0.952vw, 2rem) !important;
  font-family: "Stinger";
  font-weight: 250;
  font-variation-settings: "wdth" 700;
  line-height: 1.2em;
}

p {
  font-size: 1rem !important;
  font-family: "Stinger";
  font-weight: 250;
  font-variation-settings: "wdth" 700;
  line-height: 1.2em;
}
.woocommerce ul.products li.product .price, .price{
	font-size: clamp(1rem, 0.643rem + 0.952vw, 1.5rem) !important;
  font-family: "Stinger";
  font-weight: 250;
  font-variation-settings: "wdth" 700;
  line-height: 1.2em;
	margin-bottom: 0;
color: var(--low-yellow) !important;
}

.woocommerce-Price-amount .amount{
	*{
		text-decoration: none !important;
	}
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
	padding: 1rem 0 0 0;
}

#wpadminbar{
	display: none;
}

:root{
	--yellow: #fbdb00;
	--low-yellow:#f3af02;
}

body{
	overflow-x: hidden;
	font-family: "Inter";
	text-decoration: none;
	
	a{
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}
}

#primary{
	padding: 4rem 2rem;
}

#navbar{
	display:flex;
	justify-content: space-between;
	padding: 1rem 2rem;
	align-items: center;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index:999;
	background-color: #ffffff;
	
	.amount{
		display: none;
	}
	
	ul{
		display: flex;
		gap: 1rem;
		align-items: center;
	}
}

li{
	list-style:none;
}

.woocommerce-result-count, .woocommerce-ordering, .search-form{
	display: none;
}

.wc-tabs{
	display: none;
}

#footer{
	padding: 2rem;
	display: flex;
	justify-content: space-between;
}

.woocommerce-products-header{
	padding-bottom: 2rem;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.xoo-wsc-basket{
	display: none;
}

#sidebar{
	display: none;
}

.woocommerce ul.products {
    display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 1rem;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}


.woocommerce ul.products::before,.woocommerce ul.products::after {
    display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: none;
    margin: 0;
    padding: 0;
    position: relative;	
	width: auto;
    margin-left: 0;
	
	img{
		background: lightblue;
		border-radius: 2rem;
	}
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	color: var(--low-yellow);
}
.woocommerce ul.products li.product .price ins{
	text-decoration: none !important;
}
.woocommerce ul.products li.product a img{
	margin: 0;

}

.onsale{
	background-color:var(--low-yellow) !important;
	aspect-ratio:1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.posted_in, .woocommerce-breadcrumb{
	display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
	aspect-ratio:1;
		img{
			height: 100%;
			object-fit: contain;
			background: #f2f2f2;
			border-radius: 2rem;
		}
}

.woocommerce div.product {
	display: flex;
	flex-wrap: wrap;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
.woocommerce ul.products li.product .button {
    width: fit-content;
	  font-size: clamp(1rem, 0.643rem + 0.952vw, 1.5rem);
  font-family: "Stinger";
  font-weight: 250;
  font-variation-settings: "wdth" 700;
	border-radius: 0.5rem;
	background-color: #000000;
	color: white;
	transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.woocommerce ul.products li.product .button:hover {
  font-weight: 700;
}


.woocommerce div.product div.summary{
	margin-left: auto;
	height: fit-content;
	*{
		text-wrap: balance;
	}
}

.woocommerce-product-details__short-description{
	margin: 1rem 0 2rem 0;
}

.woocommerce div.product form.cart .button {
    width: 100%;
	height: 3.5rem;
	margin-top: 1rem;
	border-radius: 0.5rem;
	background-color: black;
	font-family: "Stinger";
	font-weight: 700;
	font-size: 1.25rem;
  font-variation-settings: "wdth" 700;
	
}

.woocommerce div.product form.cart {
    margin-bottom: 1rem;
}

.related{
	width: 100%;
	margin-top: 2rem;
	
	ul{
		display: grid;
		grid-template-columns: repeat(4,1fr) !important;
			h2{
		font-size: clamp(1.25rem, 1.071rem + 0.476vw, 1.5rem) !important;
	}
	}
				h2{
		margin-bottom: 2rem;
	}
	

}
.checkout {
	display: flex;
	justify-content: center;
	align-items: center;
}
.checkout-columns{
	max-width: 40rem;
	padding: 0 2rem;
}

.woocommerce-form-coupon-toggle{
	display: none;
}

.woocommerce-checkout{
	padding-top: 2rem;
}

.woocommerce-billing-fields__field-wrapper{
	margin-top: 1rem;
	margin-bottom: 2rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

label{
	font-family: "Inter";
	font-size: 0.75rem;
	margin-bottom: 0.25rem;
	font-weight: 400;
}

.shipping_address{
	opacity: 0.25;
	pointer-events: none;
	margin-bottom: 2rem;
	transition: opacity 0.4s ease-in-out;
}

.shipping_address.activated{
	opacity: 1;
	pointer-events: all;
}

.woocommerce-shipping-fields__field-wrapper{
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1rem;
}

.woocommerce-page form .form-row .input-text, .select2-container .select2-selection--single .select2-selection__rendered{
	min-height: 2rem;
	border:  1px solid #00000026;
	outline: none;
	font-size: 1rem;
	padding: 0.5rem;
	border-radius: 0.5rem;
	font-family: "Stinger";
	  font-weight: 250;
  font-variation-settings: "wdth" 700;
  line-height: 1.2em;
}

.shop_table{
	width:100%;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.notes{
	margin-bottom: 2rem;
}

th{
	text-align: left;
}

.woocommerce-page #payment #place_order{
	width: 100%;
	height: 3.5rem;
	font-size: 1rem;
	background: black;
	color: white;
	border: 0;
	border-radius: 0.5rem;
	margin-top: 1rem;
	cursor: pointer;
}
.xoo-wsch-basket{
	display: none !important;
}

.site-main{
	padding: 2rem;
	max-width: 1600px;
}

.woocommerce-page .cart-collaterals .cart_totals{
	width: 100%;
	
	h2{
		margin-bottom: 1rem;
	}
}

.select2-container--default .select2-selection--single, .select2-container .select2-selection{
	border: 0;
}
@media (max-width: 768px) {
	
		#short{
		display: inline-block !important;
	}
			#long{
		display: none !important;
	}
	.woocommerce ul.products {
		grid-template-columns: repeat(1,1fr);
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width:auto;
        float: none;
        clear: both;
        margin: 0;
    }
	
	.related{
	width: 100%;
	margin-top: 2rem;
	
	ul{
		display: grid;
		grid-template-columns: repeat(2,1fr) !important;
	}
	
	h2{
		margin-bottom: 1rem;
	}
}
	#footer{
		flex-direction: column;
	}
	#contact-list-footer {
    ul {
        flex-direction: column;
        gap: 0rem;
    }
		
}
	.site-main {
    padding: 0rem;
}
}