Pin Freddy Guapo (Vinyl) – Anticucho Studios –
SKU AS039
Lleva a Freddy el cuy interdimensional a todas partes con este pin de acrílico con acabado en vinyl.
Tamaño 3.5 x 3.5 centímetros
.onsale{
display: none !important;
}
@media(max-width: 640px){
.fusion-button-wrapper{
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: #fff;
padding: 10px;
box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
z-index: 1000;
}
.joinchat__chatbox, .joinchat__button, #toTop{
bottom: 70px !important;
}
.fusion-fullwidth.fullwidth-box.fusion-builder-row-6.fusion-flex-container.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling, .fusion-fullwidth.fullwidth-box.fusion-builder-row-7.fusion-flex-container.has-pattern-background.has-mask-background.dark-container.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling, .fusion-fullwidth.fullwidth-box.fusion-builder-row-8.fusion-flex-container.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling.fusion-sticky-container{
z-index: 1 !important;
}
}
.avada-single-product-gallery-wrapper.avada-product-images-element.avada-product-images-thumbnails-bottom{
display: none !important;
}
.single_add_to_cart_button {
border-radius: 26px !important;
}
.alert_variations {
padding: 15px;
background-color: #ffce78;
margin-bottom: 15px;
}
.awdr_discount_bar{
margin-top:15px;
}
document.addEventListener('DOMContentLoaded', () => {
const displayButtonInput = document.querySelector('#sizeGuides');
const tableVariations = document.querySelector('.variations');
const renderButton = Boolean(displayButtonInput.value);
const tags = displayButtonInput.getAttribute('data-tags');
if (!renderButton) {
}
let href = '#'; // URL por defecto
const awsUrl = 'https://static.pchujoy.com/public/img/shop/measures'
const tagsArrayLowerCase = tags.split('|').map(tag => tag.toLowerCase());
if (tagsArrayLowerCase.includes('camisa')) {
href = `${awsUrl}/camisa.pdf`;
}
if (tagsArrayLowerCase.includes('poloamericano')) {
href = `${awsUrl}/polo-americano.pdf`;
}
if (tagsArrayLowerCase.includes('poloclasico')) {
href = `${awsUrl}/polo-clasico.pdf`;
}
if (tagsArrayLowerCase.includes('poleraoversize')) {
href = `${awsUrl}/polera-oversize`;
}
if (tagsArrayLowerCase.includes('todo-good')) {
href = `${awsUrl}/Tabla_de_medidas_todo_good.pdf`;
}
// creation button
const buttonCell = `
Revisa la guía de tallas aquí
${tags}
| `;
const tableRow = document.createElement('tr');
tableRow.innerHTML = buttonCell;
tableRow.style.padding = '8px 0 15px 0';
tableVariations.firstElementChild.insertBefore(tableRow, tableVariations.firstElementChild.children[1]);
});
document.addEventListener('DOMContentLoaded', () => {
let size_auto_select = document.querySelector(".avada-select-wrapper");
if(size_auto_select != null){
let firstSizeButton = document.querySelectorAll ('.avada-button-select');
if (firstSizeButton.length > 0) {
setTimeout(function() {
firstSizeButton[0].click();
}, 500);
}
}
let parentHTML = document.querySelectorAll('.fusion-fullwidth.fullwidth-box.fusion-builder-row-6.fusion-flex-container.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling');
parentHTML.forEach(parent => {
let child = parent.querySelector('.wp-post-image');
if (child) {
child.classList.replace('wp-post-image', 'wp-post-image2');
}
});
});
.show_more {
overflow: hidden;
max-height: 700px;
transition: max-height 0.3s ease;
}
.show_more.expanded {
max-height: max-content;
}
.btn_show_more {
background: none;
border: none;
color: #007bff;
text-decoration: none;
font-size: 16px;
cursor: pointer;
padding: 0;
}
.btn_show_more:hover {
text-decoration: underline;
}
document.addEventListener("DOMContentLoaded", function () {
const content = document.getElementById("show_more");
const toggleButton = document.getElementById("toggleButton");
toggleButton.addEventListener("click", function () {
content.classList.toggle("expanded");
// Cambia el texto del botón según el estado
if (content.classList.contains("expanded")) {
toggleButton.textContent = "Leer menos";
} else {
toggleButton.textContent = "Leer más";
}
});
});