{"id":4041,"date":"2025-11-29T18:58:32","date_gmt":"2025-11-29T18:58:32","guid":{"rendered":"https:\/\/maglione.bahamon.dev\/?page_id=4041"},"modified":"2025-12-24T16:05:36","modified_gmt":"2025-12-24T16:05:36","slug":"tiempo-compartido","status":"publish","type":"page","link":"https:\/\/maglione.bahamon.dev\/en\/","title":{"rendered":"Tiempo Compartido"},"content":{"rendered":"<section class=\"l-section wpb_row us_custom_3a8c243c landing-i hide_on_tablets hide_on_mobiles height_large width_full\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-html\">\n<script>jQuery(document).ready(function($) {\r\n    gsap.registerPlugin(ScrollTrigger);\r\n    const home_ii = $(\"._home._ii\");\r\n    const home_iiHeight = home_ii.outerHeight();\r\n    const homeAdjustedHeight = home_iiHeight * 0.67;\r\n    const gridList = $(\"section._home._ii ._pdps .w-grid-list\");\r\n    const gridListWidth = gridList.outerWidth();\r\n\t\r\n    gsap.to(\"section._home._ii ._pdps .w-grid-list article\", {\r\n        x: '-98vw',\r\n        ease:  \"cubic-bezier(1,-0.57,0,1.25)\",\r\n        scrollTrigger: {\r\n            trigger: \"#trigger_home_iv_1\",\r\n            start: \"center top\",\r\n            end: `+=${homeAdjustedHeight}`,\r\n            scrub: true,\r\n            markers: false \r\n        }\r\n    });\r\n\t\/* PRELOAD *\/\r\n    const preload_i = $(\"._preload._1\");\r\n    const preload_iHeight = preload_i.outerHeight();\r\n    const preloadAdjustedHeight = preload_iHeight * 1.67;\r\n\/\/     const gridList = $(\"section._home._ii ._pdps .w-grid-list\");\r\n\/\/     const gridListWidth = gridList.outerWidth();\r\n\t\r\n    gsap.to(\"fieldset._preload._1 ._full figure._bg img\", {\r\n        top: '10%',\r\n        ease:  \"cubic-bezier(1,-0.57,0,1.25)\",\r\n        scrollTrigger: {\r\n            trigger: \"#trigger_home_i_1\",\r\n            start: \"top \",\r\n            end: `+=${preloadAdjustedHeight}`,\r\n            scrub: true,\r\n            markers: false \r\n        }\r\n    });\r\n\/\/     const home_i__i = $(\"section._home._i\");\r\n\/\/     const home_i__iHeight = home_i__i.outerHeight();\r\n\/\/     const home_i_AdjustedHeight = home_i__iHeight \/ 2;\r\n\t\r\n\/\/     gsap.to(\"section._home._i\", {\r\n\/\/         top: '0',\r\n\/\/         ease:  \"cubic-bezier(1,-0.57,0,1.25)\",\r\n\/\/         scrollTrigger: {\r\n\/\/             trigger: \"#trigger_home_i_1\",\r\n\/\/             start: \"top \",\r\n\/\/             end: `+=${home_i_AdjustedHeight}`,\r\n\/\/             scrub: true,\r\n\/\/             markers: false \r\n\/\/         }\r\n\/\/     });\r\n});\r\n\r\n\r\n\r\n$(window).on('load', function() {\r\n\tsetTimeout(function() {\r\n\t\t$('section._home._i').addClass('_move_1');\r\n\t\t$('section._home._i').addClass('_move_2');\r\n\t\tsetTimeout(function() {\r\n\t\t\t$('section._home._i').addClass('_move_3');\r\n\t\t\tsetTimeout(function() {\r\n\t\t\t\t$('section._home._i').addClass('_move_4');\r\n\t\t\t\tsetTimeout(function() {\r\n\t\t\t\t\t$('section._home._i').addClass('_move_5');\r\n\t\t\t\t}, 500);\r\n\t\t\t}, 500);\r\n\t\t}, 500);\r\n\t}, 200);\r\n});\r\n\r\n\r\n$(window).on('load', function() {\r\n\tsetTimeout(function() {\r\n\t\t$('body.home header.l-header').addClass('_move_1');\r\n\t\tsetTimeout(function() {\r\n\t\t\t$('body.home header.l-header').addClass('_move_2');\r\n\t\t\tsetTimeout(function() {\r\n\t\t\t\t$('body.home header.l-header').addClass('_move_3');\r\n\t\t\t\tsetTimeout(function() {\r\n\t\t\t\t\t$('body.home header.l-header').addClass('_move_4');\r\n\t\t\t\t\tsetTimeout(function() {\r\n\t\t\t\t\t\t$('body.home header.l-header').addClass('_move_5');\r\n\t\t\t\t\t}, 500);\r\n\t\t\t\t}, 500);\r\n\t\t\t}, 1000);\r\n\t\t}, 100);\r\n\t}, 500);\r\n});\r\n\r\n\r\n\r\n\r\n  \/\/ Requiere GSAP 3 ya cargado en la p\u00e1gina.\r\n  (function() {\r\n    const logo = document.querySelector('h1._logo');\r\n    if (!logo) return;\r\n\r\n    const chars = Array.from(logo.querySelectorAll('figure._char'));\r\n    if (!chars.length) return;\r\n\r\n    const reduceMotion = window.matchMedia('(prefers-reduced-motion: reduce)').matches;\r\n    const on  = el => el.classList.add('is-alt');\r\n    const off = el => el.classList.remove('is-alt');\r\n\r\n    chars.forEach(off); \/\/ estado inicial: todas verdes\r\n\r\n    if (reduceMotion) return;\r\n\r\n    \/\/ Par\u00e1metros ajustables\r\n    const STEP_DELAY   = 0.12; \/\/ tiempo entre letras en el wave\r\n    const HOLD_ONE     = 1.28; \/\/ cu\u00e1nto dura cada letra encendida\r\n    const REPEAT_DELAY = 0.6;  \/\/ pausa entre olas\r\n\r\n    \/\/ Timeline infinito con solo efecto de ola\r\n    const tl = gsap.timeline({ repeat: -1, repeatDelay: REPEAT_DELAY });\r\n\r\n    chars.forEach((el, i) => {\r\n      tl.call(on,  [el], i * STEP_DELAY);\r\n      tl.call(off, [el], i * STEP_DELAY + HOLD_ONE);\r\n    });\r\n  })();<\/script><\/div><div class=\"w-image us_custom_84af7e24 align_none\"><div class=\"w-image-h\"><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/12\/hero-landing-1024x797.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" loading=\"lazy\" \/><\/div><\/div><div class=\"g-cols wpb_row us_custom_b9042b3c via_grid cols_3 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\" style=\"--gap:3rem;\"><div class=\"wpb_column vc_column_container us_custom_84af7e24\"><div class=\"vc_column-inner\"><div class=\"w-vwrapper us_custom_84af7e24 align_center valign_top\" style=\"--vwrapper-gap:1px\"><div class=\"w-separator size_custom\" style=\"height:5rem\"><\/div><div class=\"w-image align_none\"><div class=\"w-image-h\"><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/12\/image-1-e1764617710339.png\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" loading=\"lazy\" \/><\/div><\/div><div class=\"w-btn-wrapper align_none\"><a class=\"w-btn us-btn-style_1 _btn _1\" href=\"https:\/\/maglione.bahamon.dev\/store-tiempo-compartido\"><span class=\"w-btn-label\">Comprar ahora<\/span><\/a><\/div><div class=\"wpb_text_column us_custom_4a49140e title-new-colletion hide_on_default hide_on_laptops\"><div class=\"wpb_wrapper\"><h1>nueva colecci\u00f3n<\/h1>\n<\/div><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><\/div><\/div><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><\/div><\/div><\/div><div class=\"g-cols wpb_row us_custom_56c64002 hide_on_tablets hide_on_mobiles via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\" style=\"--gap:3rem;\"><div class=\"wpb_column vc_column_container us_custom_84af7e24\"><div class=\"vc_column-inner\"><div class=\"w-vwrapper us_custom_84af7e24 align_none valign_bottom\" style=\"--vwrapper-gap:1px\"><div class=\"wpb_text_column us_custom_4a49140e title-new-colletion\"><div class=\"wpb_wrapper\"><h1>nueva colecci\u00f3n<\/h1>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row us_custom_3a8c243c landing-i hide_on_default hide_on_laptops height_large width_full\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-image us_custom_0c469c76 align_none\"><div class=\"w-image-h\"><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/12\/hero-landing-1024x797.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" loading=\"lazy\" \/><\/div><\/div><div class=\"g-cols wpb_row us_custom_dd04978d via_grid cols_3 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\" style=\"--gap:3rem;\"><div class=\"wpb_column vc_column_container us_custom_84af7e24\"><div class=\"vc_column-inner\"><div class=\"w-vwrapper us_custom_84af7e24 align_center valign_top\" style=\"--vwrapper-gap:1px\"><div class=\"w-separator size_custom\" style=\"height:10rem\"><\/div><div class=\"w-image align_none\"><div class=\"w-image-h\"><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/12\/image-1-e1764617710339.png\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" loading=\"lazy\" \/><\/div><\/div><div class=\"w-btn-wrapper align_none\"><a class=\"w-btn us-btn-style_1 _btn _1\" href=\"https:\/\/maglione.bahamon.dev\/store-tiempo-compartido\"><span class=\"w-btn-label\">Comprar ahora<\/span><\/a><\/div><div class=\"wpb_text_column us_custom_4a49140e title-new-colletion hide_on_default hide_on_laptops\"><div class=\"wpb_wrapper\"><h1>nueva colecci\u00f3n<\/h1>\n<\/div><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><\/div><\/div><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><\/div><\/div><\/div><div class=\"g-cols wpb_row us_custom_56c64002 hide_on_tablets hide_on_mobiles via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\" style=\"--gap:3rem;\"><div class=\"wpb_column vc_column_container us_custom_84af7e24\"><div class=\"vc_column-inner\"><div class=\"w-vwrapper us_custom_84af7e24 align_none valign_bottom\" style=\"--vwrapper-gap:1px\"><div class=\"wpb_text_column us_custom_4a49140e title-new-colletion\"><div class=\"wpb_wrapper\"><h1>nueva colecci\u00f3n<\/h1>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row us_custom_756ac967 landing-ii height_large width_full\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"g-cols wpb_row us_custom_9463c5c2 via_grid cols_2 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\" style=\"--gap:1vw;\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-image align_none\"><div class=\"w-image-h\"><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/silueta-saco-1-768x1024.png\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" loading=\"lazy\" \/><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-image align_none\"><div class=\"w-image-h\"><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/silueta-saco-2-768x1024.png\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" loading=\"lazy\" \/><\/div><\/div><\/div><\/div><\/div><div class=\"g-cols wpb_row us_custom_a2c5fa78 via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\" style=\"--gap:3rem;\"><div class=\"wpb_column vc_column_container us_custom_84af7e24\"><div class=\"vc_column-inner\"><div class=\"w-vwrapper us_custom_84af7e24 align_center valign_bottom\" style=\"--vwrapper-gap:1px\"><div class=\"w-btn-wrapper align_none\"><a class=\"w-btn us-btn-style_1 _btn _1\" href=\"https:\/\/maglione.bahamon.dev\/store-tiempo-compartido\"><span class=\"w-btn-label\">Comprar ahora<\/span><\/a><\/div><\/div><\/div><\/div><\/div><div class=\"w-image us_custom_0c469c76 align_none\"><div class=\"w-image-h\"><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/Recurso-1-1024x774.png\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" loading=\"lazy\" \/><\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row us_custom_6f0bd21c landing-iii height_large width_full\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"g-cols wpb_row us_custom_9463c5c2 via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\" style=\"--gap:1vw;\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-video align_none ratio_16x9 has_iframe\"><div class=\"w-video-h\"><iframe title=\"Vimeo video player\" src=\"https:\/\/player.vimeo.com\/video\/1141686032?autoplay=1&loop=1&autopause=0&color=00adef&portrait=0&byline=0&title=0&controls=0&muted=1\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen loading=\"lazy\"><\/iframe><\/div><div class=\"w-video-icon\" style=\"font-size:1.5rem;background:rgba(0,0,0,0.5);color:#fff\"><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row us_custom_b8bee5d7 landing-iv height_large width_full\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"g-cols wpb_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\" style=\"--gap:3rem;\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-grid-none type_message\">No results found.<\/div><\/div><\/div><\/div><div class=\"w-hwrapper full-bg hide_on_default hide_on_laptops hide_on_tablets hide_on_mobiles valign_top align_none\"><div class=\"w-vwrapper bg-one align_none valign_top\"><div class=\"w-image one-top align_none\"><div class=\"w-image-h\"><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/one-top-1024x439.png\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" loading=\"lazy\" \/><\/div><\/div><div class=\"w-image one-center align_none\"><div class=\"w-image-h\"><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/one-2-1024x408.png\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" loading=\"lazy\" \/><\/div><\/div><div class=\"w-image one-bottom align_none\"><div class=\"w-image-h\"><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/one-bottom-1024x478.png\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" loading=\"lazy\" \/><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row us_custom_e7f7b7d3 _home _iv height_large width_full\" id=\"VI\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"g-cols wpb_row _container _1 via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\" style=\"--gap:3rem;\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-grid type_carousel layout_152 cols_3\" id=\"us_grid_2\" style=\"--gap:1.5rem;\"><style>.layout_152 .w-grid-item-h{}<\/style><div class=\"w-grid-list owl-carousel navstyle_circle navpos_outside\">\t<article class=\"w-grid-item post-149 us_testimonial type-us_testimonial status-publish has-post-thumbnail hentry us_testimonial_category-prensa\" data-id=\"149\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 _pic _1 has_ratio\"><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2024\/10\/vogue_brand.png\" class=\"attachment-large size-large inwp-archive-product-image wp-post-image\" alt=\"\" \/><div style=\"padding-bottom:100%\"><\/div><\/div><div class=\"w-post-elm post_content usg_post_content_1\"><p>\u201cMaglione fusiona tradici\u00f3n artesanal con una visi\u00f3n contempor\u00e1nea.\u201d<\/p>\n<\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-150 us_testimonial type-us_testimonial status-publish has-post-thumbnail hentry us_testimonial_category-prensa\" data-id=\"150\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 _pic _1 has_ratio\"><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2024\/10\/fucsia_brand.png\" class=\"attachment-large size-large inwp-archive-product-image wp-post-image\" alt=\"\" \/><div style=\"padding-bottom:100%\"><\/div><\/div><div class=\"w-post-elm post_content usg_post_content_1\"><p>\u201cMaglione: tejiendo tradici\u00f3n y modernidad en su colecci\u00f3n SOGA\u201d<\/p>\n<\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-151 us_testimonial type-us_testimonial status-publish has-post-thumbnail hentry us_testimonial_category-prensa\" data-id=\"151\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 _pic _1 has_ratio\"><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2024\/10\/elespectador_brand.png\" class=\"attachment-large size-large inwp-archive-product-image wp-post-image\" alt=\"\" \/><div style=\"padding-bottom:100%\"><\/div><\/div><div class=\"w-post-elm post_content usg_post_content_1\"><p>\u201cTalentosos representantes de la moda colombiana que se destacaron durante el \u00faltimo a\u00f1o y que marcan la hoja de ruta para la industria local.\u201d<\/p>\n<\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-4310 us_testimonial type-us_testimonial status-publish has-post-thumbnail hentry us_testimonial_category-prensa\" data-id=\"4310\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 _pic _1 has_ratio\"><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/12\/images.jpg\" class=\"attachment-large size-large inwp-archive-product-image wp-post-image\" alt=\"\" \/><div style=\"padding-bottom:100%\"><\/div><\/div><div class=\"w-post-elm post_content usg_post_content_1\"><p>&#8220;Artesanos de Boyac\u00e1 elaboran prendas para reconocida marca de ropa&#8221;<\/p>\n<\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-4469 us_testimonial type-us_testimonial status-publish has-post-thumbnail hentry us_testimonial_category-prensa\" data-id=\"4469\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 _pic _1 has_ratio\"><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2026\/01\/images.png\" class=\"attachment-large size-large inwp-archive-product-image wp-post-image\" alt=\"\" \/><div style=\"padding-bottom:100%\"><\/div><\/div><div class=\"w-post-elm post_content usg_post_content_1\"><p>&#8220;Una colecci\u00f3n inspirada en escenas simples del d\u00eda a d\u00eda y en encuentros cercanos entre personas.&#8221;<\/p>\n<\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-4471 us_testimonial type-us_testimonial status-publish has-post-thumbnail hentry us_testimonial_category-prensa\" data-id=\"4471\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-post-elm post_image usg_post_image_1 _pic _1 has_ratio\"><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2026\/01\/images.jpg\" class=\"attachment-large size-large inwp-archive-product-image wp-post-image\" alt=\"\" \/><div style=\"padding-bottom:100%\"><\/div><\/div><div class=\"w-post-elm post_content usg_post_content_1\"><p>&#8220;Regalos que iluminan el fin de a\u00f1o y dan la bienvenida al 2026.&#8221;<\/p>\n<\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n<\/div>\t<div class=\"g-preloader type_1\">\r\n\t\t<div><\/div>\r\n\t<\/div>\r\n\t\t<div class=\"w-grid-json hidden\" onclick='return {&quot;action&quot;:&quot;us_ajax_grid&quot;,&quot;infinite_scroll&quot;:0,&quot;max_num_pages&quot;:1,&quot;pagination&quot;:&quot;none&quot;,&quot;template_vars&quot;:{&quot;columns&quot;:&quot;3&quot;,&quot;exclude_items&quot;:&quot;none&quot;,&quot;img_size&quot;:&quot;default&quot;,&quot;ignore_items_size&quot;:0,&quot;items_layout&quot;:&quot;152&quot;,&quot;items_offset&quot;:&quot;1&quot;,&quot;load_animation&quot;:&quot;none&quot;,&quot;overriding_link&quot;:&quot;%7B%22url%22%3A%22%22%7D&quot;,&quot;post_id&quot;:0,&quot;query_args&quot;:{&quot;post_type&quot;:[&quot;us_testimonial&quot;],&quot;tax_query&quot;:[{&quot;taxonomy&quot;:&quot;us_testimonial_category&quot;,&quot;field&quot;:&quot;slug&quot;,&quot;terms&quot;:[&quot;prensa&quot;]}],&quot;post_status&quot;:[&quot;publish&quot;,&quot;wc-addi-approved&quot;,&quot;wc-addi-declined&quot;,&quot;wc-voided&quot;],&quot;posts_per_page&quot;:&quot;9&quot;},&quot;orderby_query_args&quot;:{&quot;orderby&quot;:{&quot;date&quot;:&quot;ASC&quot;}},&quot;type&quot;:&quot;carousel&quot;,&quot;us_grid_post_type&quot;:&quot;us_testimonial&quot;,&quot;us_grid_ajax_index&quot;:2,&quot;us_grid_filter_query_string&quot;:null,&quot;us_grid_index&quot;:2,&quot;page_args&quot;:[]},&quot;carousel_settings&quot;:{&quot;autoHeight&quot;:0,&quot;autoplay&quot;:0,&quot;carousel_fade&quot;:0,&quot;center&quot;:0,&quot;dots&quot;:0,&quot;items&quot;:&quot;3&quot;,&quot;loop&quot;:0,&quot;nav&quot;:0,&quot;slideby&quot;:&quot;1&quot;,&quot;smooth_play&quot;:0,&quot;speed&quot;:250,&quot;timeout&quot;:3000,&quot;transition&quot;:&quot;&quot;,&quot;aria_labels&quot;:{&quot;prev&quot;:&quot;Previous&quot;,&quot;next&quot;:&quot;Next&quot;}},&quot;carousel_breakpoints&quot;:{&quot;0&quot;:{&quot;autoHeight&quot;:0,&quot;autoplay&quot;:1,&quot;autoplayHoverPause&quot;:1,&quot;items&quot;:1,&quot;loop&quot;:true,&quot;stagePadding&quot;:0},&quot;768&quot;:{&quot;autoHeight&quot;:0,&quot;autoplay&quot;:1,&quot;autoplayHoverPause&quot;:1,&quot;items&quot;:2,&quot;loop&quot;:0,&quot;stagePadding&quot;:0},&quot;991&quot;:{&quot;autoHeight&quot;:0,&quot;autoplay&quot;:1,&quot;autoplayHoverPause&quot;:1,&quot;items&quot;:3,&quot;loop&quot;:0,&quot;stagePadding&quot;:0},&quot;1201&quot;:{&quot;items&quot;:3,&quot;stagePadding&quot;:0}}}'><\/div>\r\n\t<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row us_custom_9ffd9248 landing-v height_large width_full\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"g-cols wpb_row us_custom_9463c5c2 via_grid cols_2 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\" style=\"--gap:1vw;\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-image align_none\"><div class=\"w-image-h\"><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/silueta-saco-9-768x1024.png\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" loading=\"lazy\" \/><\/div><\/div><\/div><\/div><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-image align_none\"><div class=\"w-image-h\"><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/silueta-saco-10-768x1024.png\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" loading=\"lazy\" \/><\/div><\/div><\/div><\/div><\/div><div class=\"w-image us_custom_0c469c76 align_none\"><div class=\"w-image-h\"><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/Recurso-1-1024x774.png\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" loading=\"lazy\" \/><\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row us_custom_4af741be _home _ii-alt height_large width_full\" id=\"IV\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-html\"><aside class=\"_header-home\">\n <div class=_container _1\">\n  <h3>Best Sellers<\/h3>\n <\/div>\n<\/aside>\n<span class=\"_trigger\" id=\"trigger_home_iv_1\"><\/span><\/div><div class=\"g-cols wpb_row us_custom_4af741be _pdps via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\" style=\"--gap:0rem;\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-grid _pdps _i type_carousel layout_225 cols_5 ratio_3x4\" id=\"us_grid_3\" style=\"--gap:0px;\"><style>#us_grid_3 .w-grid-item-h:before{padding-bottom:133.3333%}.layout_225 .w-grid-item-h:before{padding-bottom:100%}.layout_225 .w-grid-item-h{}.layout_225 .usg_vwrapper_1{padding:1rem!important}.layout_225 .usg_hwrapper_1{padding:0!important;margin:0!important}.layout_225 .usg_vwrapper_2{padding:0.5vw!important}@media (min-width:993px) and (max-width:1200px){.layout_225 .usg_vwrapper_2{padding:0.5vw!important}}@media (min-width:768px) and (max-width:992px){.layout_225 .usg_vwrapper_2{padding:1vw!important}}@media (max-width:767px){.layout_225 .usg_vwrapper_2{padding:2vw!important}}<\/style><div class=\"w-grid-list owl-carousel navstyle_4 navpos_inside\" style=\"--arrows-size:1.8rem;\">\t<article class=\"w-grid-item post-3527 product type-product status-publish has-post-thumbnail product_cat-women product_cat-tops-women product_tag-tiempo-compartido first instock shipping-taxable purchasable product-type-variable\" data-id=\"3527\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/chaleco-scratch-negro-mujer\/\" class=\"w-grid-item-anchor\" aria-label=\"Chaleco Scratch Negro Mujer\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/chaleco-scratch-negro-mujer\/\" aria-label=\"Chaleco Scratch Negro Mujer\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE12573_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/chaleco-scratch-negro-mujer\/\">Chaleco Scratch Negro Mujer<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3527\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>229.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3640 product type-product status-publish has-post-thumbnail product_cat-cardigans-men product_cat-men product_cat-tops-men product_tag-tiempo-compartido  instock shipping-taxable purchasable product-type-variable\" data-id=\"3640\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/cardigan-archivo-rojo-hombre\/\" class=\"w-grid-item-anchor\" aria-label=\"Cardigan Archivo Rojo Hombre\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/cardigan-archivo-rojo-hombre\/\" aria-label=\"Cardigan Archivo Rojo Hombre\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE12964_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/cardigan-archivo-rojo-hombre\/\">Cardigan Archivo Rojo Hombre<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3640\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>299.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3781 product type-product status-publish has-post-thumbnail product_cat-men product_cat-tops-men product_tag-tiempo-compartido last instock shipping-taxable purchasable product-type-variable\" data-id=\"3781\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/saco-cuello-tortuga-ingles-rojo-rosado-hombre\/\" class=\"w-grid-item-anchor\" aria-label=\"Saco Cuello Tortuga Ingl\u00e9s Rojo\/rosado Hombre\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/saco-cuello-tortuga-ingles-rojo-rosado-hombre\/\" aria-label=\"Saco Cuello Tortuga Ingl\u00e9s Rojo\/rosado Hombre\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE12707_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/saco-cuello-tortuga-ingles-rojo-rosado-hombre\/\">Saco Cuello Tortuga Ingl\u00e9s Rojo\/rosado Hombre<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3781\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>299.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3878 product type-product status-publish has-post-thumbnail product_cat-accesories-women product_cat-accesories-men product_cat-men product_cat-women product_cat-unisex product_tag-tiempo-compartido first instock shipping-taxable purchasable product-type-simple\" data-id=\"3878\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/bufanda-panal\/\" class=\"w-grid-item-anchor\" aria-label=\"Bufanda Panal\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/bufanda-panal\/\" aria-label=\"Bufanda Panal\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE12660_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/bufanda-panal\/\">Bufanda Panal<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3878\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>119.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3416 product type-product status-publish has-post-thumbnail product_cat-women product_cat-tops-women product_tag-tiempo-compartido  instock shipping-taxable purchasable product-type-variable\" data-id=\"3416\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/polo-rayas-combinado-rosado-cafe-mujer\/\" class=\"w-grid-item-anchor\" aria-label=\"Polo Rayas Combinado Rosado Caf\u00e9 Mujer\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/polo-rayas-combinado-rosado-cafe-mujer\/\" aria-label=\"Polo Rayas Combinado Rosado Caf\u00e9 Mujer\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE11523_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/polo-rayas-combinado-rosado-cafe-mujer\/\">Polo Rayas Combinado Rosado Caf\u00e9 Mujer<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3416\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>289.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3535 product type-product status-publish has-post-thumbnail product_cat-men product_cat-tops-men product_tag-tiempo-compartido last instock shipping-taxable purchasable product-type-variable\" data-id=\"3535\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/chaleco-scratch-blanco-hombre\/\" class=\"w-grid-item-anchor\" aria-label=\"Chaleco Scratch Blanco Hombre\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/chaleco-scratch-blanco-hombre\/\" aria-label=\"Chaleco Scratch Blanco Hombre\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE12210_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/chaleco-scratch-blanco-hombre\/\">Chaleco Scratch Blanco Hombre<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3535\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>229.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3666 product type-product status-publish has-post-thumbnail product_cat-cardigans-women product_cat-women product_cat-tops-women product_tag-tiempo-compartido first instock shipping-taxable purchasable product-type-variable\" data-id=\"3666\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/cardigan-panal\/\" class=\"w-grid-item-anchor\" aria-label=\"Cardigan Panal\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/cardigan-panal\/\" aria-label=\"Cardigan Panal\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE12434_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/cardigan-panal\/\">Cardigan Panal<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3666\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>439.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3783 product type-product status-publish has-post-thumbnail product_cat-women product_cat-tops-women product_tag-tiempo-compartido  instock shipping-taxable purchasable product-type-variable\" data-id=\"3783\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/saco-cuello-tortuga-ingles-cafe-negro-mujer\/\" class=\"w-grid-item-anchor\" aria-label=\"Saco Cuello Tortuga Ingles Marron Mujer\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/saco-cuello-tortuga-ingles-cafe-negro-mujer\/\" aria-label=\"Saco Cuello Tortuga Ingles Marron Mujer\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE12503_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/saco-cuello-tortuga-ingles-cafe-negro-mujer\/\">Saco Cuello Tortuga Ingles Marron Mujer<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3783\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>299.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3883 product type-product status-publish has-post-thumbnail product_cat-accesories-women product_cat-accesories-men product_cat-men product_cat-women product_cat-unisex product_tag-tiempo-compartido last instock shipping-taxable purchasable product-type-simple\" data-id=\"3883\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/balaclava-tiempo-azul\/\" class=\"w-grid-item-anchor\" aria-label=\"Balaclava Tiempo Azul\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/balaclava-tiempo-azul\/\" aria-label=\"Balaclava Tiempo Azul\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE12664_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/balaclava-tiempo-azul\/\">Balaclava Tiempo Azul<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3883\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>89.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3424 product type-product status-publish has-post-thumbnail product_cat-men product_cat-tops-men product_tag-tiempo-compartido first instock shipping-taxable purchasable product-type-variable\" data-id=\"3424\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/polo-rayas-combinado-rojo-azul-hombre\/\" class=\"w-grid-item-anchor\" aria-label=\"Polo Rayas Combinado Rojo Azul Hombre\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/polo-rayas-combinado-rojo-azul-hombre\/\" aria-label=\"Polo Rayas Combinado Rojo Azul Hombre\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE11622_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/polo-rayas-combinado-rojo-azul-hombre\/\">Polo Rayas Combinado Rojo Azul Hombre<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3424\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>289.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3544 product type-product status-publish has-post-thumbnail product_cat-women product_cat-tops-women product_tag-tiempo-compartido  instock shipping-taxable purchasable product-type-variable\" data-id=\"3544\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/chaleco-scratch-blanco-mujer\/\" class=\"w-grid-item-anchor\" aria-label=\"Chaleco Scratch Blanco Mujer\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/chaleco-scratch-blanco-mujer\/\" aria-label=\"Chaleco Scratch Blanco Mujer\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE12514_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/chaleco-scratch-blanco-mujer\/\">Chaleco Scratch Blanco Mujer<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3544\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>229.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3676 product type-product status-publish has-post-thumbnail product_cat-women product_cat-dresses product_tag-tiempo-compartido last instock shipping-taxable purchasable product-type-variable\" data-id=\"3676\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/vestido-largo-nudo-negro\/\" class=\"w-grid-item-anchor\" aria-label=\"Vestido Largo Nudo Negro\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/vestido-largo-nudo-negro\/\" aria-label=\"Vestido Largo Nudo Negro\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE11535_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/vestido-largo-nudo-negro\/\">Vestido Largo Nudo Negro<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3676\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>389.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3794 product type-product status-publish has-post-thumbnail product_cat-women product_cat-tops-women product_tag-tiempo-compartido first instock shipping-taxable purchasable product-type-variable\" data-id=\"3794\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/saco-cuello-tortuga-ingles-amarillo-azul-mujer\/\" class=\"w-grid-item-anchor\" aria-label=\"Saco Cuello Tortuga Ingl\u00e9s Amarillo\/azul Mujer\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/saco-cuello-tortuga-ingles-amarillo-azul-mujer\/\" aria-label=\"Saco Cuello Tortuga Ingl\u00e9s Amarillo\/azul Mujer\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE12389_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/saco-cuello-tortuga-ingles-amarillo-azul-mujer\/\">Saco Cuello Tortuga Ingl\u00e9s Amarillo\/azul Mujer<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3794\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>299.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3888 product type-product status-publish has-post-thumbnail product_cat-accesories-women product_cat-accesories-men product_cat-men product_cat-women product_cat-unisex product_tag-tiempo-compartido  instock shipping-taxable purchasable product-type-simple\" data-id=\"3888\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/balaclava-tiempo-rojo\/\" class=\"w-grid-item-anchor\" aria-label=\"Balaclava Tiempo Rojo\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/balaclava-tiempo-rojo\/\" aria-label=\"Balaclava Tiempo Rojo\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE12933_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/balaclava-tiempo-rojo\/\">Balaclava Tiempo Rojo<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3888\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>89.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3449 product type-product status-publish has-post-thumbnail product_cat-women product_cat-tops-women product_tag-tiempo-compartido last instock shipping-taxable purchasable product-type-variable\" data-id=\"3449\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/polo-rugby-azul-mujer\/\" class=\"w-grid-item-anchor\" aria-label=\"Polo Rugby Azul Mujer\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/polo-rugby-azul-mujer\/\" aria-label=\"Polo Rugby Azul Mujer\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE11562_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/polo-rugby-azul-mujer\/\">Polo Rugby Azul Mujer<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3449\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>249.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3560 product type-product status-publish has-post-thumbnail product_cat-cardigans-men product_cat-men product_cat-tops-men product_tag-tiempo-compartido first instock shipping-taxable purchasable product-type-variable\" data-id=\"3560\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/chamarra-beisbol-azul-hombre\/\" class=\"w-grid-item-anchor\" aria-label=\"Chamarra Beisbol Azul Hombre\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/chamarra-beisbol-azul-hombre\/\" aria-label=\"Chamarra Beisbol Azul Hombre\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/12\/WhatsApp-Image-2025-12-22-at-12.51.28-PM-768x1024.jpeg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/chamarra-beisbol-azul-hombre\/\">Chamarra Beisbol Azul Hombre<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3560\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>339.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3687 product type-product status-publish has-post-thumbnail product_cat-women product_cat-dresses product_tag-tiempo-compartido  instock shipping-taxable purchasable product-type-variable\" data-id=\"3687\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/vestido-vacaciones-negro\/\" class=\"w-grid-item-anchor\" aria-label=\"Vestido Vacaciones Negro\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/vestido-vacaciones-negro\/\" aria-label=\"Vestido Vacaciones Negro\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE12831_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/vestido-vacaciones-negro\/\">Vestido Vacaciones Negro<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3687\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>319.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3800 product type-product status-publish has-post-thumbnail product_cat-men product_cat-tops-men product_tag-tiempo-compartido last instock shipping-taxable purchasable product-type-variable\" data-id=\"3800\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/saco-cuello-tortuga-ingles-amarillo-azul-hombre\/\" class=\"w-grid-item-anchor\" aria-label=\"Saco Cuello Tortuga Ingl\u00e9s Amarillo\/azul Hombre\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/saco-cuello-tortuga-ingles-amarillo-azul-hombre\/\" aria-label=\"Saco Cuello Tortuga Ingl\u00e9s Amarillo\/azul Hombre\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE12765_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/saco-cuello-tortuga-ingles-amarillo-azul-hombre\/\">Saco Cuello Tortuga Ingl\u00e9s Amarillo\/azul Hombre<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3800\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>299.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3894 product type-product status-publish has-post-thumbnail product_cat-accesories-women product_cat-women product_tag-tiempo-compartido first instock shipping-taxable purchasable product-type-simple\" data-id=\"3894\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/accesorio-panuelo-minibufanda-amarillo\/\" class=\"w-grid-item-anchor\" aria-label=\"Accesorio Pa\u00f1uelo Minibufanda Amarillo\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/accesorio-panuelo-minibufanda-amarillo\/\" aria-label=\"Accesorio Pa\u00f1uelo Minibufanda Amarillo\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE11926_SMALL-1-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/accesorio-panuelo-minibufanda-amarillo\/\">Accesorio Pa\u00f1uelo Minibufanda Amarillo<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3894\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>79.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3455 product type-product status-publish has-post-thumbnail product_cat-men product_cat-women product_cat-tops-men product_cat-tops-women product_tag-tiempo-compartido  instock shipping-taxable purchasable product-type-variable\" data-id=\"3455\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/polo-rugby-cafe-hombre\/\" class=\"w-grid-item-anchor\" aria-label=\"Polo Rugby Caf\u00e9 Hombre\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/polo-rugby-cafe-hombre\/\" aria-label=\"Polo Rugby Caf\u00e9 Hombre\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE11953_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/polo-rugby-cafe-hombre\/\">Polo Rugby Caf\u00e9 Hombre<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3455\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>249.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3566 product type-product status-publish has-post-thumbnail product_cat-cardigans-women product_cat-women product_cat-tops-women product_tag-tiempo-compartido last instock shipping-taxable purchasable product-type-variable\" data-id=\"3566\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/chamarra-beisbol-azul-mujer\/\" class=\"w-grid-item-anchor\" aria-label=\"Chamarra Beisbol Azul Mujer\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/chamarra-beisbol-azul-mujer\/\" aria-label=\"Chamarra Beisbol Azul Mujer\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE11609_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/chamarra-beisbol-azul-mujer\/\">Chamarra Beisbol Azul Mujer<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3566\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>339.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3692 product type-product status-publish has-post-thumbnail product_cat-women product_cat-dresses product_tag-tiempo-compartido first instock shipping-taxable purchasable product-type-variable\" data-id=\"3692\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/blusa-set\/\" class=\"w-grid-item-anchor\" aria-label=\"Blusa Juju Negra\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/blusa-set\/\" aria-label=\"Blusa Juju Negra\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE13541_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/blusa-set\/\">Blusa Juju Negra<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3692\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>219.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3829 product type-product status-publish has-post-thumbnail product_cat-bottoms-women product_cat-women product_tag-tiempo-compartido  instock shipping-taxable purchasable product-type-variable\" data-id=\"3829\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/falda-nudo\/\" class=\"w-grid-item-anchor\" aria-label=\"Falda Nudo\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/falda-nudo\/\" aria-label=\"Falda Nudo\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE11523_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/falda-nudo\/\">Falda Nudo<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3829\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>239.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-4065 product type-product status-publish has-post-thumbnail product_cat-bottoms-women product_cat-women product_tag-tiempo-compartido last instock shipping-taxable purchasable product-type-variable\" data-id=\"4065\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/falda-larga-archivo\/\" class=\"w-grid-item-anchor\" aria-label=\"Falda Larga Archivo\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/falda-larga-archivo\/\" aria-label=\"Falda Larga Archivo\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE11827_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/falda-larga-archivo\/\">Falda Larga Archivo<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"4065\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>239.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3461 product type-product status-publish has-post-thumbnail product_cat-women product_cat-tops-women product_tag-tiempo-compartido first instock shipping-taxable purchasable product-type-variable\" data-id=\"3461\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/camiseta-polo-boliche-azul-mujer\/\" class=\"w-grid-item-anchor\" aria-label=\"Camiseta Polo Boliche Azul Mujer\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/camiseta-polo-boliche-azul-mujer\/\" aria-label=\"Camiseta Polo Boliche Azul Mujer\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE11572_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/camiseta-polo-boliche-azul-mujer\/\">Camiseta Polo Boliche Azul Mujer<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3461\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>249.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3572 product type-product status-publish has-post-thumbnail product_cat-cardigans-women product_cat-women product_cat-tops-women product_tag-tiempo-compartido  instock shipping-taxable purchasable product-type-variable\" data-id=\"3572\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/chamarra-beisbol-negro-mujer\/\" class=\"w-grid-item-anchor\" aria-label=\"Chamarra Beisbol Negro Mujer\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/chamarra-beisbol-negro-mujer\/\" aria-label=\"Chamarra Beisbol Negro Mujer\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE11656_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/chamarra-beisbol-negro-mujer\/\">Chamarra Beisbol Negro Mujer<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3572\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>339.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3697 product type-product status-publish has-post-thumbnail product_cat-women product_cat-dresses product_tag-tiempo-compartido last instock shipping-taxable purchasable product-type-variable\" data-id=\"3697\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/vestido-yopal\/\" class=\"w-grid-item-anchor\" aria-label=\"Vestido Yopal\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/vestido-yopal\/\" aria-label=\"Vestido Yopal\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE13342_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/vestido-yopal\/\">Vestido Yopal<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3697\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>279.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3831 product type-product status-publish has-post-thumbnail product_cat-bottoms-women product_cat-women product_tag-tiempo-compartido first instock shipping-taxable purchasable product-type-variable\" data-id=\"3831\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/falda-diagonales\/\" class=\"w-grid-item-anchor\" aria-label=\"Falda Diagonales\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/falda-diagonales\/\" aria-label=\"Falda Diagonales\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE11590_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/falda-diagonales\/\">Falda Diagonales<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3831\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>239.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3463 product type-product status-publish has-post-thumbnail product_cat-men product_cat-tops-men product_tag-tiempo-compartido  instock shipping-taxable purchasable product-type-variable\" data-id=\"3463\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/polo-rayas-combinado-rosado-cafe-hombre\/\" class=\"w-grid-item-anchor\" aria-label=\"Polo Rayas Combinado Rosado Caf\u00e9 Hombre\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/polo-rayas-combinado-rosado-cafe-hombre\/\" aria-label=\"Polo Rayas Combinado Rosado Caf\u00e9 Hombre\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE11968_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/polo-rayas-combinado-rosado-cafe-hombre\/\">Polo Rayas Combinado Rosado Caf\u00e9 Hombre<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3463\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>289.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3577 product type-product status-publish has-post-thumbnail product_cat-cardigans-men product_cat-men product_cat-tops-men product_tag-tiempo-compartido last instock shipping-taxable purchasable product-type-variable\" data-id=\"3577\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/chamarra-beisbol-negro-hombre\/\" class=\"w-grid-item-anchor\" aria-label=\"Chamarra Beisbol Negro Hombre\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/chamarra-beisbol-negro-hombre\/\" aria-label=\"Chamarra Beisbol Negro Hombre\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE11854_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/chamarra-beisbol-negro-hombre\/\">Chamarra Beisbol Negro Hombre<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3577\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>339.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3702 product type-product status-publish has-post-thumbnail product_cat-women product_cat-dresses product_tag-tiempo-compartido first instock shipping-taxable purchasable product-type-variable\" data-id=\"3702\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/vestido-largo-nudo-vinotinto\/\" class=\"w-grid-item-anchor\" aria-label=\"Vestido Largo Nudo Vinotinto\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/vestido-largo-nudo-vinotinto\/\" aria-label=\"Vestido Largo Nudo Vinotinto\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE11687_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/vestido-largo-nudo-vinotinto\/\">Vestido Largo Nudo Vinotinto<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3702\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>389.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3837 product type-product status-publish has-post-thumbnail product_cat-women product_cat-tops-women product_tag-tiempo-compartido  instock shipping-taxable purchasable product-type-variable\" data-id=\"3837\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/sweater-tenis-mujer\/\" class=\"w-grid-item-anchor\" aria-label=\"Sweater Tenis Mujer\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/sweater-tenis-mujer\/\" aria-label=\"Sweater Tenis Mujer\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE11981_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/sweater-tenis-mujer\/\">Sweater Tenis Mujer<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3837\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>279.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3469 product type-product status-publish has-post-thumbnail product_cat-women product_cat-tops-women product_tag-tiempo-compartido last instock shipping-taxable purchasable product-type-variable\" data-id=\"3469\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/polo-rayas-combinado-rojo-azul-mujer\/\" class=\"w-grid-item-anchor\" aria-label=\"Polo Rayas Combinado Rojo Azul Mujer\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/polo-rayas-combinado-rojo-azul-mujer\/\" aria-label=\"Polo Rayas Combinado Rojo Azul Mujer\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE13368_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/polo-rayas-combinado-rojo-azul-mujer\/\">Polo Rayas Combinado Rojo Azul Mujer<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3469\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>289.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3583 product type-product status-publish has-post-thumbnail product_cat-cardigans-men product_cat-men product_cat-tops-men product_tag-tiempo-compartido first instock shipping-taxable purchasable product-type-variable\" data-id=\"3583\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/cardigan-polo-picnic-hombre\/\" class=\"w-grid-item-anchor\" aria-label=\"Cardigan Polo Picnic Azul Hombre\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/cardigan-polo-picnic-hombre\/\" aria-label=\"Cardigan Polo Picnic Azul Hombre\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE12602_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/cardigan-polo-picnic-hombre\/\">Cardigan Polo Picnic Azul Hombre<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3583\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>319.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3708 product type-product status-publish has-post-thumbnail product_cat-women product_cat-dresses product_tag-tiempo-compartido  instock shipping-taxable purchasable product-type-variable\" data-id=\"3708\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/vestido-vacaciones-naranja\/\" class=\"w-grid-item-anchor\" aria-label=\"Vestido Vacaciones Naranja\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/vestido-vacaciones-naranja\/\" aria-label=\"Vestido Vacaciones Naranja\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE11892_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/vestido-vacaciones-naranja\/\">Vestido Vacaciones Naranja<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3708\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>319.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3839 product type-product status-publish has-post-thumbnail product_cat-men product_cat-tops-men product_tag-tiempo-compartido last instock shipping-taxable purchasable product-type-variable\" data-id=\"3839\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/sweater-tenis-hombre\/\" class=\"w-grid-item-anchor\" aria-label=\"Sweater Tenis Hombre\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/sweater-tenis-hombre\/\" aria-label=\"Sweater Tenis Hombre\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE12555_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/sweater-tenis-hombre\/\">Sweater Tenis Hombre<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3839\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>279.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3475 product type-product status-publish has-post-thumbnail product_cat-men product_cat-tops-men product_tag-tiempo-compartido first instock shipping-taxable purchasable product-type-variable\" data-id=\"3475\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/polo-rugby-azul-copia-hombre\/\" class=\"w-grid-item-anchor\" aria-label=\"Polo Rugby Azul Hombre\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/polo-rugby-azul-copia-hombre\/\" aria-label=\"Polo Rugby Azul Hombre\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE12371_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/polo-rugby-azul-copia-hombre\/\">Polo Rugby Azul Hombre<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3475\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>249.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3592 product type-product status-publish has-post-thumbnail product_cat-cardigans-women product_cat-women product_cat-tops-women product_tag-tiempo-compartido  instock shipping-taxable purchasable product-type-variable\" data-id=\"3592\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/cardigan-polo-picnic-azul-mujer\/\" class=\"w-grid-item-anchor\" aria-label=\"Cardigan Polo Picnic Azul Mujer\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/cardigan-polo-picnic-azul-mujer\/\" aria-label=\"Cardigan Polo Picnic Azul Mujer\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE11729_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/cardigan-polo-picnic-azul-mujer\/\">Cardigan Polo Picnic Azul Mujer<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3592\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>319.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3714 product type-product status-publish has-post-thumbnail product_cat-women product_cat-tops-women product_tag-tiempo-compartido last instock shipping-taxable purchasable product-type-variable\" data-id=\"3714\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/blusa-juju-beige\/\" class=\"w-grid-item-anchor\" aria-label=\"Blusa Juju Beige\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/blusa-juju-beige\/\" aria-label=\"Blusa Juju Beige\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE13409_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/blusa-juju-beige\/\">Blusa Juju Beige<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3714\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>219.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3844 product type-product status-publish has-post-thumbnail product_cat-women product_cat-tops-women product_tag-tiempo-compartido first instock shipping-taxable purchasable product-type-variable\" data-id=\"3844\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/sweater-nudo-mujer\/\" class=\"w-grid-item-anchor\" aria-label=\"Sweater Nudo Mujer\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/sweater-nudo-mujer\/\" aria-label=\"Sweater Nudo Mujer\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE12664_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/sweater-nudo-mujer\/\">Sweater Nudo Mujer<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3844\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>279.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3481 product type-product status-publish has-post-thumbnail product_cat-women product_cat-tops-women product_tag-tiempo-compartido  instock shipping-taxable purchasable product-type-variable\" data-id=\"3481\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/polo-rugby-cafe-mujer\/\" class=\"w-grid-item-anchor\" aria-label=\"Polo Rugby Caf\u00e9 Mujer\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/polo-rugby-cafe-mujer\/\" aria-label=\"Polo Rugby Caf\u00e9 Mujer\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE13528_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/polo-rugby-cafe-mujer\/\">Polo Rugby Caf\u00e9 Mujer<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3481\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>249.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3594 product type-product status-publish has-post-thumbnail product_cat-cardigans-men product_cat-men product_cat-tops-men product_tag-tiempo-compartido last instock shipping-taxable purchasable product-type-variable\" data-id=\"3594\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/cardigan-polo-picnic-verde-hombre\/\" class=\"w-grid-item-anchor\" aria-label=\"Cardigan Polo Picnic Verde Hombre\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/cardigan-polo-picnic-verde-hombre\/\" aria-label=\"Cardigan Polo Picnic Verde Hombre\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE11756_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/cardigan-polo-picnic-verde-hombre\/\">Cardigan Polo Picnic Verde Hombre<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3594\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>319.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3721 product type-product status-publish has-post-thumbnail product_cat-women product_cat-tops-men product_tag-tiempo-compartido first instock shipping-taxable purchasable product-type-variable\" data-id=\"3721\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/blusa-juju-rayas\/\" class=\"w-grid-item-anchor\" aria-label=\"Blusa Juju Rayas\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/blusa-juju-rayas\/\" aria-label=\"Blusa Juju Rayas\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE13383_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/blusa-juju-rayas\/\">Blusa Juju Rayas<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3721\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>229.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3850 product type-product status-publish has-post-thumbnail product_cat-men product_cat-tops-men product_tag-tiempo-compartido  instock shipping-taxable purchasable product-type-variable\" data-id=\"3850\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/sweater-nudo-hombre\/\" class=\"w-grid-item-anchor\" aria-label=\"Sweater Nudo Hombre\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/sweater-nudo-hombre\/\" aria-label=\"Sweater Nudo Hombre\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE12652_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/sweater-nudo-hombre\/\">Sweater Nudo Hombre<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3850\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>279.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3492 product type-product status-publish has-post-thumbnail product_cat-men product_cat-tops-men product_tag-tiempo-compartido last instock shipping-taxable purchasable product-type-variable\" data-id=\"3492\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/camiseta-polo-boliche-azul-hombre\/\" class=\"w-grid-item-anchor\" aria-label=\"Camiseta Polo Boliche Azul Hombre\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/camiseta-polo-boliche-azul-hombre\/\" aria-label=\"Camiseta Polo Boliche Azul Hombre\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE12842_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/camiseta-polo-boliche-azul-hombre\/\">Camiseta Polo Boliche Azul Hombre<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3492\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>249.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3599 product type-product status-publish has-post-thumbnail product_cat-cardigans-women product_cat-women product_cat-tops-women product_tag-tiempo-compartido first instock shipping-taxable purchasable product-type-variable\" data-id=\"3599\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/cardigan-polo-picnic-verde-mujer\/\" class=\"w-grid-item-anchor\" aria-label=\"Cardigan Polo Picnic Verde Mujer\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/cardigan-polo-picnic-verde-mujer\/\" aria-label=\"Cardigan Polo Picnic Verde Mujer\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE12625_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/cardigan-polo-picnic-verde-mujer\/\">Cardigan Polo Picnic Verde Mujer<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3599\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>319.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3726 product type-product status-publish has-post-thumbnail product_cat-bottoms-women product_cat-women product_tag-tiempo-compartido  instock shipping-taxable purchasable product-type-variable\" data-id=\"3726\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/falda-juju-negra\/\" class=\"w-grid-item-anchor\" aria-label=\"Falda Juju Negra\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/falda-juju-negra\/\" aria-label=\"Falda Juju Negra\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE13541_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/falda-juju-negra\/\">Falda Juju Negra<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3726\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>219.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3859 product type-product status-publish has-post-thumbnail product_cat-bottoms-women product_cat-women product_tag-tiempo-compartido last instock shipping-taxable purchasable product-type-variable\" data-id=\"3859\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/falda-espigas\/\" class=\"w-grid-item-anchor\" aria-label=\"Falda Espigas\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/falda-espigas\/\" aria-label=\"Falda Espigas\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE13483_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/falda-espigas\/\">Falda Espigas<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3859\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>279.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3498 product type-product status-publish has-post-thumbnail product_cat-men product_cat-tops-men product_tag-tiempo-compartido first instock shipping-taxable purchasable product-type-variable\" data-id=\"3498\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/camiseta-polo-boliche-blanco-hombre-copia\/\" class=\"w-grid-item-anchor\" aria-label=\"Camiseta Polo Boliche Blanco Hombre\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/camiseta-polo-boliche-blanco-hombre-copia\/\" aria-label=\"Camiseta Polo Boliche Blanco Hombre\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE12066_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/camiseta-polo-boliche-blanco-hombre-copia\/\">Camiseta Polo Boliche Blanco Hombre<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3498\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>249.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item post-3605 product type-product status-publish has-post-thumbnail product_cat-cardigans-men product_cat-men product_cat-tops-men product_tag-tiempo-compartido  instock shipping-taxable purchasable product-type-variable\" data-id=\"3605\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t\t<a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/cardigan-archivo-negro-hombre\/\" class=\"w-grid-item-anchor\" aria-label=\"Cardigan Archivo Negro Hombre\"><\/a>\r\n\t\t\t\t\t\t<div class=\"w-vwrapper usg_vwrapper_1 _square_pdp align_none valign_top\"><div class=\"w-post-elm post_image usg_post_image_1 stretched\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/cardigan-archivo-negro-hombre\/\" aria-label=\"Cardigan Archivo Negro Hombre\"><div class=\"w-post-slider-trigger\" style=\"width:100%; left:0%;\"><\/div><img decoding=\"async\" src=\"https:\/\/maglione.bahamon.dev\/wp-content\/uploads\/2025\/11\/MAGLIONE12358_SMALL-768x1024.jpg\" class=\"attachment-large size-large inwp-archive-product-image\" alt=\"\" \/><\/a><\/div><div class=\"w-vwrapper usg_vwrapper_2 align_none valign_top\"><h6 class=\"w-post-elm post_title usg_post_title_1 woocommerce-loop-product__title color_link_inherit\"><a href=\"https:\/\/maglione.bahamon.dev\/en\/product\/cardigan-archivo-negro-hombre\/\">Cardigan Archivo Negro Hombre<\/a><\/h6><div class=\"w-hwrapper usg_hwrapper_1 _flex align_justify valign_middle wrap\"><div class=\"w-html usg_html_1 _price\"><span class=\"wmc-cache-pid wmc-cache-loading\" data-wmc_product_id=\"3605\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$<\/span>279.000<\/bdi><\/span><\/span><\/div><\/div><\/div><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n<\/div>\t<div class=\"g-preloader type_1\">\r\n\t\t<div><\/div>\r\n\t<\/div>\r\n\t\t<div class=\"w-grid-json hidden\" onclick='return {&quot;action&quot;:&quot;us_ajax_grid&quot;,&quot;infinite_scroll&quot;:0,&quot;max_num_pages&quot;:2,&quot;pagination&quot;:&quot;none&quot;,&quot;template_vars&quot;:{&quot;columns&quot;:&quot;5&quot;,&quot;exclude_items&quot;:&quot;none&quot;,&quot;img_size&quot;:&quot;default&quot;,&quot;ignore_items_size&quot;:0,&quot;items_layout&quot;:&quot;225&quot;,&quot;items_offset&quot;:&quot;1&quot;,&quot;load_animation&quot;:&quot;none&quot;,&quot;overriding_link&quot;:&quot;%7B%22type%22%3A%22post%22%7D&quot;,&quot;post_id&quot;:0,&quot;query_args&quot;:{&quot;post_type&quot;:[&quot;product&quot;],&quot;tax_query&quot;:[{&quot;taxonomy&quot;:&quot;product_tag&quot;,&quot;field&quot;:&quot;slug&quot;,&quot;terms&quot;:[&quot;tiempo-compartido&quot;]},{&quot;taxonomy&quot;:&quot;product_visibility&quot;,&quot;field&quot;:&quot;slug&quot;,&quot;terms&quot;:[&quot;exclude-from-catalog&quot;],&quot;operator&quot;:&quot;NOT IN&quot;}],&quot;post_status&quot;:[&quot;publish&quot;,&quot;wc-addi-approved&quot;,&quot;wc-addi-declined&quot;,&quot;wc-voided&quot;],&quot;meta_query&quot;:[],&quot;posts_per_page&quot;:&quot;50&quot;},&quot;orderby_query_args&quot;:{&quot;meta_query&quot;:{&quot;_orderby_custom_&quot;:{&quot;relation&quot;:&quot;OR&quot;,&quot;0&quot;:{&quot;compare&quot;:&quot;EXISTS&quot;,&quot;key&quot;:&quot;level&quot;,&quot;type&quot;:&quot;DECIMAL(10,3)&quot;},&quot;1&quot;:{&quot;compare&quot;:&quot;NOT EXISTS&quot;,&quot;key&quot;:&quot;level&quot;,&quot;type&quot;:&quot;DECIMAL(10,3)&quot;}}},&quot;orderby&quot;:&quot;level&quot;,&quot;order&quot;:&quot;ASC&quot;},&quot;type&quot;:&quot;carousel&quot;,&quot;us_grid_post_type&quot;:&quot;product&quot;,&quot;us_grid_ajax_index&quot;:3,&quot;us_grid_filter_query_string&quot;:null,&quot;us_grid_index&quot;:3,&quot;page_args&quot;:[]},&quot;carousel_settings&quot;:{&quot;autoHeight&quot;:0,&quot;autoplay&quot;:1,&quot;carousel_fade&quot;:0,&quot;center&quot;:0,&quot;dots&quot;:0,&quot;items&quot;:&quot;5&quot;,&quot;loop&quot;:1,&quot;nav&quot;:1,&quot;slideby&quot;:&quot;1&quot;,&quot;smooth_play&quot;:0,&quot;speed&quot;:150,&quot;timeout&quot;:5000,&quot;transition&quot;:&quot;&quot;,&quot;aria_labels&quot;:{&quot;prev&quot;:&quot;Previous&quot;,&quot;next&quot;:&quot;Next&quot;}},&quot;carousel_breakpoints&quot;:{&quot;0&quot;:{&quot;autoHeight&quot;:0,&quot;autoplay&quot;:1,&quot;autoplayHoverPause&quot;:1,&quot;items&quot;:2,&quot;loop&quot;:1,&quot;stagePadding&quot;:0},&quot;768&quot;:{&quot;autoHeight&quot;:0,&quot;autoplay&quot;:1,&quot;autoplayHoverPause&quot;:1,&quot;items&quot;:2,&quot;loop&quot;:1,&quot;stagePadding&quot;:0},&quot;993&quot;:{&quot;autoHeight&quot;:0,&quot;autoplay&quot;:1,&quot;autoplayHoverPause&quot;:1,&quot;items&quot;:3,&quot;loop&quot;:1,&quot;stagePadding&quot;:0},&quot;1201&quot;:{&quot;items&quot;:5,&quot;stagePadding&quot;:0}}}'><\/div>\r\n\t<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/section>\n","protected":false},"excerpt":{"rendered":"Nacida en nuestro viaje a Sogamoso, esta prenda hace parte de Tiempo Compartido, una colecci\u00f3n creada para capturar esos instantes que se sienten eternos: las risas en carretera, la complicidad de familiares y amigos, y la serenidad profunda de volver al origen. &nbsp; &nbsp; * Fit : Corte oversized * Detalles: Tejido Combinado ,abierto, cuello...","protected":false},"author":1,"featured_media":4233,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"_joinchat":[],"footnotes":""},"class_list":["post-4041","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/maglione.bahamon.dev\/en\/wp-json\/wp\/v2\/pages\/4041","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/maglione.bahamon.dev\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/maglione.bahamon.dev\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/maglione.bahamon.dev\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/maglione.bahamon.dev\/en\/wp-json\/wp\/v2\/comments?post=4041"}],"version-history":[{"count":43,"href":"https:\/\/maglione.bahamon.dev\/en\/wp-json\/wp\/v2\/pages\/4041\/revisions"}],"predecessor-version":[{"id":4420,"href":"https:\/\/maglione.bahamon.dev\/en\/wp-json\/wp\/v2\/pages\/4041\/revisions\/4420"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/maglione.bahamon.dev\/en\/wp-json\/wp\/v2\/media\/4233"}],"wp:attachment":[{"href":"https:\/\/maglione.bahamon.dev\/en\/wp-json\/wp\/v2\/media?parent=4041"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}