*, :after, :before {
    border: 0 solid rgba(49, 63, 78, .1);
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

body, html {
    touch-action: pan-y;
}
  
.smith-green-swatch-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 5px;
}

.smith-green-swatch input[type="radio"] {
    display: none;
}

.smith-green-swatch span {
    display: inline-block;
    padding: 10px 18px;
    border: 2px solid #000;
    background-color: transparent;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.2s ease-in-out;
}

.smith-green-swatch input[type="radio"]:checked + span {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.smith-green-swatch-hidden-select {
    display: none!important;
}

/* Estilo base para cada swatch */
.smith-green-swatch {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid transparent;
	padding: 3px 3px 3px 0;
	transition: border-color 0.2s ease-in-out;
	border-radius: 4px;
	position: relative;
    cursor: pointer;
}

/* Oculta el input */
.smith-green-swatch input[type="radio"] {
	display: none;
}

/* Color swatch visual */
.smith-green-swatch .color-swatch {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
}

/* Imagen swatch */
.smith-green-swatch img {
	display: block;
	width: 40px;
	height: 40px;
	object-fit: contain;
	border-radius: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

/* Swatch seleccionado */
.smith-green-swatch input[type="radio"]:checked + span,
.smith-green-swatch input[type="radio"]:checked + img,
.smith-green-swatch input[type="radio"]:checked + .color-swatch {
	outline: 1px solid #00000040;
	outline-offset: 2px;
}

/* Estilo de fallback para texto si no hay imagen/color */
.smith-green-swatch span {
	display: inline-block;
	padding: 5px 10px;
	background: #f4f4f4;
	border-radius: 4px;
	font-size: 13px;
	text-transform: capitalize;
}

.smith-green-variations-content {

}

.smith-green-variations-content-b1 {
	font-weight: 700;
    display: flex;
    flex-wrap: nowrap;
    text-align: left;
    height: 2rem;
    align-items: center;
	border-top-width: 1px;
	border-color: rgba(49, 63, 78, .1);
	padding-left: 5px;
}

.smith-green-variations-content-b2 {
	padding-bottom: 0.400rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: .9375rem;
    border-bottom-width: 1px;
    border-color: rgba(49, 63, 78, .1);
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #ffffff!important;
}

/* Estilos personalizados */
.smith-green-gradient-platinum {
    background: #fff linear-gradient(225deg, #cececc, hsla(0, 0%, 85%, .1) 50%, #cececc);
}
.smith-green-gradient-yellow-gold {
    background: #fff linear-gradient(225deg, #e6cd92, hsla(42, 63%, 74%, .1) 50%, #e6cd92);
}
.smith-green-gradient-rose-gold {
    background: #fff linear-gradient(225deg, #e7b395, hsla(22, 63%, 75%, .1) 50%, #e7b395);
}
.smith-green-gradient-white-gold {
    background: #fff linear-gradient(225deg, #cececc, hsla(0, 0%, 85%, .1) 50%, #cececc);
}

.smith-green-swatch::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 125%; /* aparece arriba */
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
    z-index: 999;
}

.smith-green-swatch:hover::after {
    opacity: 1;
}

.smith-green-short-description-title {
	--tw-text-opacity: 1;
    color: rgb(49 63 78 / var(--tw-text-opacity));
    font-size: 1.180rem;
    line-height: 1.5rem;
    font-family: 'Sailec', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.smith-green-product-price {
	--tw-text-opacity: 1!important;
    color: rgb(49 63 78 / var(--tw-text-opacity))!important;
    font-size: 1.180rem!important;
    line-height: 1.5rem;
    font-family: 'Sailec', sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	--tw-text-opacity: 1!important;
    color: rgb(49 63 78 / var(--tw-text-opacity))!important;
    font-size: 1.180rem!important;
    line-height: 1.5rem;
	font-family: 'Sailec', sans-serif;
	letter-spacing: 1px;
	font-weight: 500;
}

.woocommerce-product-details__short-description {
	font-size: .875rem!important;
    line-height: 1.5rem;
    font-family: 'Sailec', sans-serif;
}

.woocommerce-product-details__short-description b, strong {
    font-weight: 500!important;
}

.entry-title {
	font-family: 'cinzel', sans-serif;
	font-size: 30px;
	margin-block-end: 0!important;
}

.smith-green-breadcrumb-content {
	background-color: #BED3CF;
    background-image: url(img/SGBG.webp);
    background-position: bottom center;
    background-size: cover;
	border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #EFEFEF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 0px 50px 0px;
	position: relative;
    width: 100%;
	text-align: center;
    color: #337157;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.4em;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 1em 0 1em!important;
    padding: 0;
    text-transform: uppercase!important;
    letter-spacing: 2px;
    font-family: 'Sailec', sans-serif;
    font-size: 12px !important;
}

.smith-green-single-product-after-add-to-cart-content {
    width: 100%;
    display: grid;
}

section.related {
    display: inline-block;
}

.smith-green-variation-add-to-cart {
	background-color: #337157!important;
    font-size: 16px!important;
    font-weight: 300!important;
    text-transform: uppercase;
    fill: #FCFAFA;
    color: #FCFAFA!important;
    border-style: none!important;
    border-radius: 0px 0px 0px 0px!important;
    padding: 1.2em 3.5em 1.2em 3.5em!important;
	vertical-align: middle;
    float: left;
	text-align: center;
	transition: all .3s;
}

a.smith-green-variation-add-to-cart:hover {
	background-color: #275743!important;
    color: #F4F4F4;
}

.woocommerce div.product form.cart a {
    width: 100%;
}

.smith-green-variation-add-to-cart-phone-mail {
	vertical-align: middle;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
	padding-top: 5px;
	gap: 5px;
}

.smith-green-variation-add-to-cart-phone, .smith-green-variation-add-to-cart-mail {
	width: 50%;
    text-align: center;
}

.smith-green-add-to-cart-phone {
	background-color: #FEFFFF;
    font-size: 14px;
    text-transform: uppercase;
    fill: #202020;
    color: #202020;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0C0C0C;
    border-radius: 0px 0px 0px 0px;
    padding: 1.2em 3.5em 1.2em 3.5em;
    transition: all .3s;
    display: flex;
    flex-direction: row;
    gap: 4px;
    justify-content: center;
    align-items: center;
}

.smith-green-add-to-cart-phone:hover {
	background-color: #337157;
    color: #F4F4F4;
	fill: #F4F4F4;
}

.smith-green-add-to-cart-mail {
	background-color: #FEFFFF;
    font-size: 14px;
    text-transform: uppercase;
    fill: #202020;
    color: #202020;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0C0C0C;
    border-radius: 0px 0px 0px 0px;
    padding: 1.2em 3.5em 1.2em 3.5em;
    transition: all .3s;
    display: flex;
    flex-direction: row;
    gap: 4px;
    justify-content: center;
    align-items: center;
}

.smith-green-add-to-cart-mail:hover {
	background-color: #337157;
    color: #F4F4F4;
	fill: #F4F4F4;
}

.smith-green-variations-svg {
	margin-bottom: -2px;
}

@media screen and (max-width: 1024px) {
	.smith-green-variation-add-to-cart-phone, .smith-green-variation-add-to-cart-mail {
		width: 100%;
		text-align: center;
	}

	.smith-green-variation-add-to-cart-phone-mail {
		vertical-align: middle;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 5px;
        gap: 5px;
        flex-wrap: nowrap;
	}

	.smith-green-add-to-cart-phone {
		background-color: #FEFFFF;
		font-size: 12px;
		text-transform: uppercase;
		fill: #202020;
		color: #202020;
		border-style: solid;
		border-width: 1px 1px 1px 1px;
		border-color: #0C0C0C;
		border-radius: 0px 0px 0px 0px;
		padding: 1.2em 3.5em 1.2em 3.5em;
		width: 100%;
		text-align: center;
	}

	.smith-green-add-to-cart-mail {
		background-color: #FEFFFF;
		font-size: 12px;
		text-transform: uppercase;
		fill: #202020;
		color: #202020;
		border-style: solid;
		border-width: 1px 1px 1px 1px;
		border-color: #0C0C0C;
		border-radius: 0px 0px 0px 0px;
		padding: 1.2em 3.5em 1.2em 3.5em;
		width: 100%;
		text-align: center;
	}
}

.thumbnails-carousel .slick-slide {
    margin: 0 5px;
}
.thumbnails-carousel img {
    display: block;
    width: 100%;
    height: auto;
}

.custom-arrow {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-arrow svg {
	width: 24px;
	height: 24px;
	color: #333;
	transition: color 0.2s ease;
}

.custom-arrow:hover svg {
	color: #000; /* Cambia si deseas otro efecto */
}

.prev-arrow {
	left: -23px; /* Ajusta según tu diseño */
}

.next-arrow {
	right: -23px; /* Ajusta según tu diseño */
}

/* Flecha izquierda (anterior) */
.prev-arrow::before {
	display: none;
}

/* Flecha derecha (siguiente) */
.next-arrow::before {
	display: none;
}

[type=button], [type=submit], button {
    display: inline-block;
    font-weight: 400;
    color: transparent;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent!important;
    border: 0!important;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: transparent!important;
    background-color: transparent!important;
}

.smith-green-related-products-heading {
	font-family: "Cinzel", Sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
	text-align: center;
	color: #337157;
}

.smith-green-related-products-heading h2 {
	font-size: 1.8rem!important;
}

.smith-green-related-products-heading-divider {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

.smith-green-related-products-heading-divider img {
	width: 11%;
    text-align: center;
}

@media screen and (max-width: 1024px) {
	.smith-green-related-products-heading h2 {
		font-size: 1.5rem!important;
	}
	.smith-green-related-products-heading-divider img {
		width: 40%;
		text-align: center;
	}
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    text-align: center;
	font-family: "Cinzel", Sans-serif;
}

.woocommerce ul.products li.product .price {
    display: block;
    font-weight: 500;
    margin-bottom: .5em;
    font-size: .857em !important;
    text-align: center;
    color: #337157 !important;
}

.woocommerce ul.products li.product .button {
    display: none!important;
}

.woocommerce-breadcrumb {
    display: none;
}