.hgv2-home{--hgv2-color-bg-warm:#b8a48b;--hgv2-color-wood:#5a4430;--hgv2-color-accent-green:#7a8165;--hgv2-color-title:#f5efe6;--hgv2-color-dark:#2a2a2a;--hgv2-color-white:#fff;--hgv2-bg-general:#ffebbf;--hgv2-font:'Lato',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;--hgv2-space-xs:8px;--hgv2-space-sm:16px;--hgv2-space-md:24px;--hgv2-space-lg:40px;--hgv2-space-xl:64px;--hgv2-container-max:1300px;font-family:var(--hgv2-font)}.hgv2-home *,.hgv2-home *:before,.hgv2-home *:after{box-sizing:border-box}.hgv2-home img{max-width:100%;height:auto;display:block}.hgv2-hero{position:relative;width:100%;overflow:hidden;background-color:var(--hgv2-color-bg-warm)}.hgv2-hero__media{position:relative;width:100%;aspect-ratio:16/9;background-size:cover;background-position:center;background-repeat:no-repeat}.hgv2-hero__media:after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.32) 0%,rgba(0,0,0,0) 45%);pointer-events:none;z-index:1}.hgv2-hero__title{position:absolute !important;left:clamp(20px, 5vw, 64px) !important;bottom:clamp(20px, 4.5vw, 56px) !important;margin:0 !important;max-width:90% !important;color:var(--hgv2-color-title) !important;font-family:var(--hgv2-font) !important;font-weight:700 !important;font-size:clamp(28px, 5.5vw, 72px) !important;line-height:1.05 !important;letter-spacing:-.01em !important;text-shadow:0 2px 24px rgba(0,0,0,.25) !important;z-index:2 !important}.hgv2-hero__hotspot{position:absolute;transform:translate(-50%,-50%);width:44px;height:44px;padding:0;border:0;background:0 0;cursor:pointer;z-index:3;color:var(--hgv2-color-dark);border-radius:100%}.hgv2-hero__hotspot-pulse{position:absolute;inset:0;border-radius:50%;background:rgba(255,255,255,.55);animation:hgv2-pulse 2.2s ease-out infinite;pointer-events:none}.hgv2-hero__hotspot-dot{position:relative;display:grid;place-items:center;width:100%;height:100%;border-radius:50%;background:var(--hgv2-color-white);box-shadow:0 4px 18px rgba(0,0,0,.28);transition:transform .22s cubic-bezier(.2,.8,.2,1)}.hgv2-hero__hotspot-dot svg{width:18px;height:18px;color:var(--hgv2-color-dark)}.hgv2-hero__hotspot:hover .hgv2-hero__hotspot-dot{transform:scale(1.1)}.hgv2-hero__hotspot:active .hgv2-hero__hotspot-dot{transform:scale(.95)}.hgv2-hero__hotspot:focus-visible .hgv2-hero__hotspot-dot{outline:2px solid var(--hgv2-color-dark);outline-offset:4px}@keyframes hgv2-pulse{0%{transform:scale(1);opacity:.7}80%{transform:scale(2.1);opacity:0}100%{transform:scale(2.1);opacity:0}}@media (min-width:768px) and (max-width:1023px){.hgv2-hero__media{aspect-ratio:16/10}}@media (max-width:767px){.hgv2-hero__media{aspect-ratio:4/5}.hgv2-hero__hotspot{width:38px;height:38px}.hgv2-hero__hotspot-dot svg{width:15px;height:15px}}@media (prefers-reduced-motion:reduce){.hgv2-hero__hotspot-pulse{animation:none}.hgv2-hero__hotspot-dot{transition:none}}.hgv2-popup{position:fixed;inset:0;z-index:2147483000;display:grid;place-items:center;padding:clamp(16px, 4vw, 48px);opacity:0;pointer-events:none;transition:opacity .22s ease;--hgv2-popup-bg:#ffebbf;--hgv2-font:'Lato',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;font-family:var(--hgv2-font)}.hgv2-popup.is-open{opacity:1;pointer-events:auto}.hgv2-popup[hidden]{display:none}.hgv2-popup__backdrop{position:absolute;inset:0;background:rgba(20,20,20,.6);backdrop-filter:blur(2px)}.hgv2-popup__dialog{position:relative;width:min(600px, 100%);max-height:92vh;overflow-y:auto;background-color:var(--hgv2-popup-bg);background-size:cover;background-position:top left;background-repeat:no-repeat;border-radius:24px;box-shadow:0 30px 80px rgba(0,0,0,.35);transform:translateY(12px);transition:transform .26s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column;min-height:min(780px, 92vh)}.hgv2-popup.is-open .hgv2-popup__dialog{transform:translateY(0)}.hgv2-popup__close{position:absolute;top:14px;right:14px;width:36px;height:36px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.9);color:#1f1f1f;cursor:pointer;z-index:2;transition:transform .18s ease,background .18s ease}.hgv2-popup__close svg{width:18px;height:18px}.hgv2-popup__close:hover,.hgv2-popup__close:focus-visible{background:#1f1f1f;color:#fff;transform:scale(1.06)}.hgv2-popup__close:focus-visible{outline:2px solid #1f1f1f;outline-offset:2px}.hgv2-popup__content{margin-top:auto;padding:clamp(70px, 12vh, 120px) clamp(20px, 4vw, 36px)
    clamp(24px, 4vw, 36px);display:flex;flex-direction:column;gap:14px;background:linear-gradient(to bottom,transparent 0%,var(--hgv2-popup-bg) 35%,var(--hgv2-popup-bg) 100%);border-bottom-left-radius:24px;border-bottom-right-radius:24px}.hgv2-popup__title{margin:0;font-family:var(--hgv2-font);font-weight:700;color:#fff;font-size:clamp(22px, 2.6vw, 30px);line-height:1.15;letter-spacing:-.01em}.hgv2-popup__text{margin:0;font-family:var(--hgv2-font);color:#220b04;font-size:clamp(14px, 1.3vw, 16px);line-height:1.5}.hgv2-popup__subtext{margin:0;font-family:var(--hgv2-font);color:#220b04;font-weight:600;font-size:clamp(13px, 1.2vw, 15px);line-height:1.5}.hgv2-popup__form{margin-top:4px}.hgv2-popup__form .wpcf7-form p{margin:0 0 12px}.hgv2-popup__form .wpcf7-form p label{padding:0 !important}.hgv2-popup__form .wpcf7-form p label span{display:block;padding-top:15px}.hgv2-popup__form input[type=email],.hgv2-popup__form input[type=text],.hgv2-popup__form textarea{width:100%;padding:14px 22px;background:#fff;border:0;border-radius:999px;font-family:var(--hgv2-font);font-size:15px;color:#1f1f1f;transition:box-shadow .18s ease}.hgv2-popup__form textarea{border-radius:22px;height:100px;resize:vertical;padding:15px}.hgv2-popup__form input[type=email]::placeholder,.hgv2-popup__form input[type=text]::placeholder,.hgv2-popup__form textarea::placeholder{color:#a8a8a8;opacity:1}.hgv2-popup__form input[type=email]:focus,.hgv2-popup__form input[type=text]:focus,.hgv2-popup__form textarea:focus{outline:0;box-shadow:0 0 0 2px #1f1f1f}.hgv2-popup__form .wpcf7-submit,.hgv2-popup__form button[type=submit]{display:inline-flex;align-items:center;gap:10px;padding:12px 22px;background:#1f1f1f;color:#fff;border:0;border-radius:999px;font-family:var(--hgv2-font);font-size:15px;font-weight:600;cursor:pointer;transition:background .18s ease,transform .18s ease}.hgv2-popup__form .wpcf7-submit:hover,.hgv2-popup__form button[type=submit]:hover,.hgv2-popup__form .wpcf7-submit:focus-visible,.hgv2-popup__form button[type=submit]:focus-visible{background:#000;transform:translateY(-1px)}.hgv2-popup__form .wpcf7-submit:after,.hgv2-popup__form button[type=submit]:after{content:'';width:18px;height:18px;background-color:currentColor;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='7' y1='17' x2='17' y2='7'/><polyline points='7 7 17 7 17 17'/></svg>") center/contain no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='7' y1='17' x2='17' y2='7'/><polyline points='7 7 17 7 17 17'/></svg>") center/contain no-repeat}.hgv2-popup__form .wpcf7 form.invalid .wpcf7-response-output,.hgv2-popup__form .wpcf7 form.unaccepted .wpcf7-response-output{border-color:#d63638;color:#d63638}.hgv2-popup__form .wpcf7 form.sent .wpcf7-response-output{border-color:#00a32a;color:#00632b}.hgv2-popup__form .wpcf7-response-output{margin:12px 0 0;padding:10px 14px;border-radius:12px;font-size:13px}.hgv2-popup__form .wpcf7-not-valid-tip{color:#d63638;font-size:12px;margin-top:4px;display:block}@media (max-width:600px){.hgv2-popup__media{aspect-ratio:3/2}.hgv2-popup__content{padding:22px 20px 26px}}@media (prefers-reduced-motion:reduce){.hgv2-popup,.hgv2-popup__dialog,.hgv2-popup__close{transition:none}}.hgv2-slider{background:var(--hgv2-bg-general);padding:28px 16px}.hgv2-slider__container{position:relative;max-width:var(--hgv2-container-max);margin:0 auto}.hgv2-slider__card{position:relative;aspect-ratio:1080/340;overflow:hidden;-webkit-mask-image:url(//hogaragt.com/wp-content/themes/miniture-child/assets/css/../images/slider-mask.svg);mask-image:url(//hogaragt.com/wp-content/themes/miniture-child/assets/css/../images/slider-mask.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background:#fff5e1}.hgv2-slider__swiper{overflow:hidden}.hgv2-slider__swiper,.hgv2-slider__swiper .swiper-wrapper,.hgv2-slider__swiper .swiper-slide{height:100%}.hgv2-home .swiper-slide a,.hgv2-home .swiper-slide img{-webkit-user-drag:none;-webkit-touch-callout:none;user-select:none}.hgv2-slider__swiper:not(.swiper-initialized) .swiper-slide~.swiper-slide{display:none}.hgv2-slider__link{display:block;width:100%;height:100%;text-decoration:none;color:inherit;-webkit-user-drag:none;-webkit-touch-callout:none;user-select:none}.hgv2-slider__link picture,.hgv2-slider__link img{display:block;width:100%;height:100%;object-fit:cover;-webkit-user-drag:none;pointer-events:none}.hgv2-slider__pagination{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);display:flex;align-items:center;gap:8px;z-index:5}.hgv2-slider__bullet{width:12px;height:12px;padding:0;border:0;border-radius:999px;background:#f4c95d;cursor:pointer;transition:width .28s cubic-bezier(.2,.8,.2,1),background .22s ease}.hgv2-slider__bullet--active{width:56px;background:#1f1f1f}.hgv2-slider__bullet:focus-visible{outline:2px solid #1f1f1f;outline-offset:3px}@media (max-width:767px){.hgv2-slider{padding:20px 12px}.hgv2-slider__card{aspect-ratio:4/5;-webkit-mask-image:none;mask-image:none;border-radius:24px}.hgv2-slider__pagination{position:static;justify-content:center;margin-top:14px;transform:none}}@media (max-width:374px){.hgv2-slider__card{aspect-ratio:3/4}}@media (prefers-reduced-motion:reduce){.hgv2-slider__bullet{transition:none}}.hgv2-cats{background:var(--hgv2-bg-general);padding:40px 16px 48px}.hgv2-cats__container{max-width:var(--hgv2-container-max);margin:0 auto;position:relative}.hgv2-cats__header{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:20px}.hgv2-cats__title{margin:0;font-family:var(--hgv2-font);font-weight:700;color:#1f1f1f;font-size:clamp(24px, 3.2vw, 36px);line-height:1.1}.hgv2-cats__link{font-family:var(--hgv2-font);font-weight:700;color:#8b6914;font-size:clamp(13px, 1.4vw, 16px);text-decoration:none;white-space:nowrap;transition:color .18s ease}.hgv2-cats__link:hover,.hgv2-cats__link:focus-visible{color:#6b5010;text-decoration:underline;text-underline-offset:3px}.hgv2-cats__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.hgv2-cats__card{display:block;aspect-ratio:2/1;overflow:hidden;border-radius:24px;text-decoration:none;color:inherit;transition:transform .26s cubic-bezier(.2,.8,.2,1)}.hgv2-cats__card:hover,.hgv2-cats__card:focus-visible{transform:translateY(-3px)}.hgv2-cats__card:focus-visible{outline:2px solid #1f1f1f;outline-offset:3px}.hgv2-cats__card picture,.hgv2-cats__card img{display:block;width:100%;object-fit:cover}.hgv2-cats__body{position:relative}.hgv2-cats__swiper{overflow:hidden}.hgv2-cats__swiper .swiper-slide{height:auto}.hgv2-cats__swiper .hgv2-cats__card{height:100%}.hgv2-cats__swiper:not(.swiper-initialized) .swiper-slide:nth-child(n+3){display:none}.hgv2-cats__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;display:grid;place-items:center;padding:0;border:0;background:0 0;color:#968a8a;cursor:pointer;z-index:3;transition:color .18s ease,opacity .18s ease;background-color:#fff;border-radius:100%}.hgv2-cats__nav--prev{left:-8px}.hgv2-cats__nav--next{right:-8px}.hgv2-cats__nav svg{width:14px;height:14px}.hgv2-cats__nav:hover{color:#000;background-color:#fff}.hgv2-cats__nav:focus-visible{outline:2px solid #1f1f1f;outline-offset:3px;border-radius:4px}.hgv2-cats__nav.swiper-button-disabled{opacity:.35;cursor:default}.hgv2-cats__pagination{display:none;justify-content:center;gap:8px;margin-top:14px}.hgv2-cats__bullet{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(0,0,0,.2);cursor:pointer;transition:background .2s ease,width .2s ease}.hgv2-cats__bullet--active{width:24px;border-radius:999px;background:#1f1f1f}.hgv2-cats__bullet:focus-visible{outline:2px solid #1f1f1f;outline-offset:3px}@media (min-width:1024px){.hgv2-cats{padding:52px 24px 60px}.hgv2-cats__header{margin-bottom:28px}.hgv2-cats__grid{gap:32px}.hgv2-cats__nav--prev{left:-20px}.hgv2-cats__nav--next{right:-20px}}@media (min-width:1400px){.hgv2-cats__nav--prev{left:-50px}.hgv2-cats__nav--next{right:-50px}}.hgv2-cats__grid--one{grid-template-columns:repeat(2,1fr)}.hgv2-cats__grid--one .hgv2-cats__card{grid-column:1}@media (max-width:767px){.hgv2-cats{padding:28px 12px 36px}.hgv2-cats__grid{gap:12px}.hgv2-cats__header{margin-bottom:16px}.hgv2-cats__nav{display:none}.hgv2-cats__pagination{display:flex}}@media (prefers-reduced-motion:reduce){.hgv2-cats__card{transition:none}}.hgv2-lonuevo{background:var(--hgv2-bg-general);padding:28px 16px}.hgv2-lonuevo__container{max-width:var(--hgv2-container-max);margin:0 auto}.hgv2-lonuevo__header{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:18px}.hgv2-lonuevo__title{margin:0;font-family:var(--hgv2-font);font-weight:700;color:#1f1f1f;font-size:clamp(22px, 2.8vw, 32px);line-height:1.1}.hgv2-lonuevo__link{font-family:var(--hgv2-font);font-weight:700;color:#8b6914;font-size:clamp(13px, 1.4vw, 16px);text-decoration:none;white-space:nowrap;transition:color .18s ease}.hgv2-lonuevo__link:hover,.hgv2-lonuevo__link:focus-visible{color:#6b5010;text-decoration:underline;text-underline-offset:3px}.hgv2-lonuevo__swiper:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (min-width:768px){.hgv2-lonuevo__swiper:not(.swiper-initialized) .swiper-wrapper{grid-template-columns:repeat(3,1fr);gap:18px}}@media (min-width:1024px){.hgv2-lonuevo__swiper:not(.swiper-initialized) .swiper-wrapper{grid-template-columns:repeat(4,1fr);gap:24px}}.hgv2-lonuevo__swiper.swiper-initialized{overflow:hidden;padding:4px 0 12px}.hgv2-lonuevo__swiper.swiper-initialized .swiper-slide{height:auto}.hgv2-lonuevo__pagination{display:none;justify-content:center;gap:8px;margin-top:14px}.hgv2-lonuevo__swiper.swiper-initialized~.hgv2-lonuevo__pagination{display:flex}.hgv2-lonuevo__bullet{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(0,0,0,.2);cursor:pointer;transition:background .2s ease,width .2s ease}.hgv2-lonuevo__bullet--active{width:24px;border-radius:999px;background:#1f1f1f}.hgv2-lonuevo__bullet:focus-visible{outline:2px solid #1f1f1f;outline-offset:3px}.hgv2-ln__card{position:relative;display:block;height:100%;background:0 0;border-radius:18px;overflow:hidden;transition:transform .24s cubic-bezier(.2,.8,.2,1),box-shadow .24s ease}.hgv2-ln__card:hover,.hgv2-ln__card:focus-within{transform:translateY(-3px)}.hgv2-ln__card-link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.hgv2-ln__card-link:focus-visible{outline:2px solid #1f1f1f;outline-offset:2px}.hgv2-ln__card-img{position:relative;aspect-ratio:1/1;background:#f3f2f0;overflow:hidden}.hgv2-ln__card-img img{width:100%;height:100%;object-fit:cover;display:block}.hgv2-ln__card-meta{padding:14px 18px 18px}.hgv2-ln__card-price{font-family:var(--hgv2-font);font-weight:700;font-size:clamp(16px, 1.3vw, 18px);color:#868686;line-height:1.2}.hgv2-ln__card-price .woocommerce-Price-amount{font:inherit;color:inherit}.hgv2-ln__card-price del{color:#9a9a9a;margin-right:6px;font-weight:400}.hgv2-ln__card-price ins{text-decoration:none;font-weight:700}.hgv2-ln__card-wish{position:absolute;top:10px;right:10px;width:32px;height:32px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:#1f1f1f;cursor:pointer;text-decoration:none;transition:transform .18s ease,background .18s ease,color .18s ease;z-index:2}.hgv2-ln__card-wish:hover,.hgv2-ln__card-wish:focus-visible{background:#1f1f1f;color:#fff;transform:scale(1.08)}.hgv2-ln__card-wish:focus-visible{outline:2px solid #1f1f1f;outline-offset:2px}.hgv2-ln__card-wish.added,.hgv2-ln__card-wish.remove_from_wishlist{background:#1f1f1f;color:#fff}@media (min-width:1024px){.hgv2-lonuevo{padding:40px 24px 48px}.hgv2-lonuevo__header{margin-bottom:24px}}@media (max-width:767px){.hgv2-lonuevo{padding:24px 12px 32px}.hgv2-lonuevo__header{margin-bottom:14px}.hgv2-ln__card-meta{padding:12px 14px 16px}.hgv2-ln__card-wish{width:30px;height:30px;top:8px;right:8px}}@media (prefers-reduced-motion:reduce){.hgv2-ln__card,.hgv2-ln__card-wish{transition:none}.hgv2-ln__card:hover{transform:none}}.hgv2-focus{background:var(--hgv2-bg-general);padding:32px 0 40px;overflow:hidden}.hgv2-focus__container{max-width:var(--hgv2-container-max);margin:0 auto;padding:0 12px}.hgv2-focus__swiper{overflow:visible}.hgv2-focus__swiper .swiper-slide{opacity:.55;transform:scale(.82);transform-origin:center center;transition:opacity .42s cubic-bezier(.2,.8,.2,1),transform .42s cubic-bezier(.2,.8,.2,1);will-change:opacity,transform}.hgv2-focus__swiper .swiper-slide-active{opacity:1;transform:scale(1)}.hgv2-focus__slide{display:block;width:100%;aspect-ratio:9/16;border-radius:18px;overflow:hidden;background:var(--hgv2-bg-general);text-decoration:none;color:inherit}.hgv2-focus__slide picture,.hgv2-focus__slide img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.hgv2-focus__swiper .swiper-slide:not(.swiper-slide-active){cursor:pointer}.hgv2-focus__swiper .swiper-slide:not(.swiper-slide-active) .hgv2-focus__slide{pointer-events:none}.hgv2-focus__swiper .swiper-slide-active a.hgv2-focus__slide:focus-visible{outline:2px solid #1f1f1f;outline-offset:3px}.hgv2-focus__swiper:not(.swiper-initialized) .swiper-slide:nth-child(n+2){display:none}.hgv2-focus__swiper:not(.swiper-initialized) .swiper-slide{opacity:1}@media (min-width:768px){.hgv2-focus{padding:40px 0 48px}.hgv2-focus__container{padding:0 16px}}@media (min-width:1024px){.hgv2-focus{padding:52px 0 60px}.hgv2-focus__container{padding:0 24px}}@media (prefers-reduced-motion:reduce){.hgv2-focus__swiper .swiper-slide{transition:none}}.hgv2-buscados{position:relative;background:var(--hgv2-bg-general);padding:32px 16px 40px}.hgv2-buscados__container:after{content:'';position:absolute;top:0;right:0;bottom:0;width:90px;background:linear-gradient(to left,var(--hgv2-bg-general) 0%,rgba(255,235,191,0) 100%);pointer-events:none;z-index:2}.hgv2-buscados__container{position:relative;max-width:var(--hgv2-container-max);margin:0 auto}.hgv2-buscados__header,.hgv2-buscados__tabs{position:relative;z-index:3}.hgv2-buscados__header{margin-bottom:14px}.hgv2-buscados__title{margin:0;font-family:var(--hgv2-font);font-weight:700;color:#1f1f1f;font-size:clamp(24px, 3vw, 34px);line-height:1.1}.hgv2-buscados__tabs{display:flex;gap:22px;overflow-x:auto;scrollbar-width:none;padding:6px 2px 14px;margin-bottom:18px;border-bottom:1px solid rgba(0,0,0,.06)}.hgv2-buscados__tabs::-webkit-scrollbar{display:none}.hgv2-buscados__tab{position:relative;padding:4px 2px;background:0 0;border:0;cursor:pointer;font-family:var(--hgv2-font);font-weight:400;font-size:clamp(14px, 1.3vw, 16px);color:#8b8b8b;white-space:nowrap;transition:color .18s ease}.hgv2-buscados__tab:hover,.hgv2-buscados__tab:focus-visible{color:#1f1f1f;background-color:transparent !important}.hgv2-buscados__tab:focus-visible{outline:2px solid #1f1f1f;outline-offset:4px;border-radius:2px}.hgv2-buscados__tab.is-active{color:#1f1f1f;font-weight:700}.hgv2-buscados__tab.is-active:after{content:'';position:absolute;left:0;right:0;bottom:-8px;height:2px;background:#1f1f1f}.hgv2-buscados__body{position:relative}.hgv2-buscados__swiper{overflow:hidden;padding:4px 0 32px;position:relative}.hgv2-buscados__swiper .swiper-wrapper{align-items:flex-start;transition:opacity .22s ease}.hgv2-buscados__swiper .swiper-slide{height:auto}.hgv2-buscados__swiper.is-loading .swiper-wrapper{opacity:.35;pointer-events:none}.hgv2-buscados__swiper:after{content:'';position:absolute;top:50%;left:50%;width:36px;height:36px;border:3px solid rgba(0,0,0,.15);border-top-color:#1f1f1f;border-radius:50%;opacity:0;pointer-events:none;z-index:5;transition:opacity .2s ease;transform:translate(-50%,-50%)}.hgv2-buscados__swiper.is-loading:after{opacity:1;animation:hgv2-bs-spin .7s linear infinite}@keyframes hgv2-bs-spin{from{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(360deg)}}@media (prefers-reduced-motion:reduce){.hgv2-buscados__swiper .swiper-wrapper{transition:none}.hgv2-buscados__swiper.is-loading:after{animation:none}}.hgv2-buscados__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;display:none;place-items:center;padding:0;border:0;background:#fff;color:#968a8a;cursor:pointer;z-index:3;border-radius:50%;box-shadow:0 4px 14px rgba(0,0,0,.08);transition:color .18s ease,opacity .18s ease,transform .18s ease}.hgv2-buscados__nav--prev{left:-10px}.hgv2-buscados__nav--next{right:-10px}@media (min-width:1400px){.hgv2-buscados__nav--prev{left:-50px}.hgv2-buscados__nav--next{right:-50px}}.hgv2-buscados__nav svg{width:14px;height:14px}.hgv2-buscados__nav:hover{background-color:var(--hgv2-color-white);color:var(--hgv2-color-black);transform:translateY(-50%) scale(1.06)}.hgv2-buscados__nav:focus-visible{outline:2px solid var(--hgv2-color-black);outline-offset:3px}.hgv2-buscados__nav.swiper-button-disabled{opacity:.35;cursor:default}.hgv2-buscados__nav.swiper-button-lock{display:none !important}.hgv2-buscados__pagination{display:none;justify-content:center;gap:8px;margin-top:8px}.hgv2-buscados__pagination.swiper-pagination-lock{display:none !important}.hgv2-buscados__bullet{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(0,0,0,.2);cursor:pointer;transition:background .2s ease,width .2s ease}.hgv2-buscados__bullet--active{width:24px;border-radius:999px;background:#1f1f1f}.hgv2-buscados__bullet:focus-visible{outline:2px solid #1f1f1f;outline-offset:3px}@media (min-width:1024px){.hgv2-buscados__nav{display:grid}}@media (max-width:767px){.hgv2-buscados__pagination{display:flex}}.hgv2-buscados__swiper:not(.swiper-initialized) .swiper-slide:nth-child(n+3){display:none}@media (min-width:768px){.hgv2-buscados__swiper:not(.swiper-initialized) .swiper-slide:nth-child(n+3){display:block}.hgv2-buscados__swiper:not(.swiper-initialized) .swiper-slide:nth-child(n+4){display:none}}@media (min-width:1024px){.hgv2-buscados__swiper:not(.swiper-initialized) .swiper-slide:nth-child(n+4){display:block}.hgv2-buscados__swiper:not(.swiper-initialized) .swiper-slide:nth-child(n+5){display:none}}.hgv2-bs__card{position:relative;display:flex;flex-direction:column;background:#f4c95d;border-radius:20px;padding:18px 18px 22px;overflow:visible;transition:transform .24s cubic-bezier(.2,.8,.2,1),box-shadow .24s ease;justify-content:flex-start}.hgv2-bs__card:hover,.hgv2-bs__card:focus-within{transform:translateY(-3px)}.hgv2-bs__card-link{display:flex;flex-direction:column;gap:8px;text-decoration:none;color:inherit;flex:1;min-height:0}.hgv2-bs__card-link:focus-visible{outline:2px solid #1f1f1f;outline-offset:2px;border-radius:14px}.hgv2-bs__card-img{aspect-ratio:1/1;display:grid;place-items:center;overflow:hidden}.hgv2-bs__card-img img{max-width:100%;max-height:100%;object-fit:contain;display:block}.hgv2-bs__card-meta{margin-top:4px}.hgv2-bs__card-name{margin:0 0 2px;font-family:var(--hgv2-font);color:#000;font-weight:400;font-size:clamp(15px, 1.4vw, 18px);line-height:1.25;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.hgv2-bs__card-price{display:block;font-family:var(--hgv2-font);color:#a2916d;font-weight:400;font-size:clamp(13px, 1.2vw, 15px)}.hgv2-bs__card-price .woocommerce-Price-amount{font:inherit;color:#a2916d}.hgv2-bs__card-price del{color:rgba(255,255,255,.6);margin-right:6px}.hgv2-bs__card-price ins{text-decoration:none;font-weight:700;color:#a2916d}.hgv2-bs__card-wish{position:absolute;top:12px;right:12px;width:36px;height:36px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.95);color:#1f1f1f;cursor:pointer;text-decoration:none;transition:transform .18s ease,background .18s ease,color .18s ease;z-index:2}.hgv2-bs__card-wish svg{width:18px;height:18px}.hgv2-bs__card-wish:hover,.hgv2-bs__card-wish:focus-visible{background:#1f1f1f;color:#fff;transform:scale(1.08)}.hgv2-bs__card-wish:focus-visible{outline:2px solid #1f1f1f;outline-offset:2px}.hgv2-bs__card-wish.added,.hgv2-bs__card-wish.remove_from_wishlist{background:#1f1f1f;color:#fff}.hgv2-bs__card-cart{width:44px;height:44px;margin:10px auto 0;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#1f1f1f;color:#fff !important;cursor:pointer;text-decoration:none;transition:transform .18s ease,background .18s ease;z-index:2;position:absolute;bottom:-20px;left:50%;transform:translateX(-50%)}.hgv2-bs__card-cart svg{width:22px;height:22px}.hgv2-bs__card-cart:hover,.hgv2-bs__card-cart:focus-visible{background:#3a3a3a}.hgv2-bs__card-cart:focus-visible{outline:2px solid #1f1f1f;outline-offset:2px}@media (min-width:1024px){.hgv2-buscados{padding:44px 24px 52px}.hgv2-buscados__header{margin-bottom:18px}.hgv2-buscados__tabs{gap:28px;margin-bottom:24px}.hgv2-bs__card{padding:22px 22px 28px}}@media (max-width:767px){.hgv2-buscados{padding:26px 12px 32px}.hgv2-buscados__tabs{gap:18px;margin-bottom:14px}.hgv2-bs__card{padding:14px 14px 18px;border-radius:18px}.hgv2-bs__card-wish{width:32px;height:32px;top:10px;right:10px}.hgv2-bs__card-cart{width:40px;height:40px;margin-top:8px}}@media (prefers-reduced-motion:reduce){.hgv2-bs__card,.hgv2-bs__card-wish,.hgv2-bs__card-cart{transition:none}.hgv2-bs__card:hover{transform:none}}.hgv2-cuals{background:var(--hgv2-color-white);padding:32px 16px 44px}.hgv2-cuals__container{max-width:var(--hgv2-container-max);margin:0 auto}.hgv2-cuals__grid{display:grid;grid-template-columns:1fr;gap:18px}@media (min-width:768px){.hgv2-cuals__grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (min-width:1024px){.hgv2-cuals{padding:80px 24px 80px}.hgv2-cuals__grid{gap:40px}}.hgv2-cuals__item{display:flex;flex-direction:column;gap:10px;text-decoration:none;color:inherit;position:relative}a.hgv2-cuals__item{cursor:pointer;transition:transform .24s cubic-bezier(.2,.8,.2,1)}a.hgv2-cuals__item:hover,a.hgv2-cuals__item:focus-visible{transform:translateY(-3px)}a.hgv2-cuals__item:focus-visible{outline:2px solid #1f1f1f;outline-offset:4px;border-radius:24px}.hgv2-cuals__img{width:100%;aspect-ratio:16/10;border-radius:20px;overflow:hidden;background:rgba(0,0,0,.04)}.hgv2-cuals__img picture,.hgv2-cuals__img img{width:100%;height:100%;object-fit:cover;display:block}.hgv2-cuals__label{font-family:var(--hgv2-font);color:#1f1f1f;font-weight:700;font-size:clamp(15px, 1.4vw, 18px);line-height:1.3;padding:0 4px}@media (max-width:767px){.hgv2-cuals__item{gap:0}.hgv2-cuals__label{position:absolute;bottom:14px;left:14px;padding:8px 14px;background:var(--hgv2-color-white);color:var(--hgv2-color-black);font-weight:700;font-size:14px;border-radius:999px;box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:2;max-width:calc(100% - 28px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hgv2-cuals__img{aspect-ratio:16/11}}@media (prefers-reduced-motion:reduce){a.hgv2-cuals__item{transition:none}a.hgv2-cuals__item:hover{transform:none}}