@charset "UTF-8";

/* NTBundle source: /css/tienda/vendor/notify-metro.css */
/**
 * @package    HikaShop
 * @version    6.6.0
 * @author     hikashop.com
 * @copyright  (C) 2010-2026 HIKARI SOFTWARE. All rights reserved.
 * @license    GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */
.notifyjs-metro-base,
.notifyjs-metro-lite-base{
	position: relative;
	min-height: 52px;
	color:#444;
}
.notifyjs-metro-base .image {
	display: table;
	position: absolute;
	height: auto;
	width: auto;
	left: 25px;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.notifyjs-metro-base .text-wrapper,
.notifyjs-metro-lite-base .text-wrapper {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	clear: both;
	font-family: 'Segoe UI';
}
.notifyjs-metro-base .text-wrapper {
	margin: 10px 10px 10px 52px;
}
.notifyjs-metro-base .title,
.notifyjs-metro-lite-base .title {
	font-size: 15px;
	font-weight: bold;
}
.notifyjs-metro-base .text,
.notifyjs-metro-lite-base .text {
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
}
.notifyjs-container {
	min-width:250px;
}

/* NTBundle source: /css/tienda/paginas/comercio-base.css */
/* Catálogo, categorías y producto: estilo 90. */
/******* cssproductoscategorias-defer.INTERACCIONES.css ******/

/* Listing card hover */
body.com-hikashop.layout-listing .hikashop_product:hover{
  transform:translateY(-1px);
}

/* Quitar subrayado en hover (si el template lo mete) */
body.com-hikashop.layout-listing a:hover{
  text-decoration:none!important;
}

/* Características: hover + transición */
#hikashop_product_characteristics{
  transition:box-shadow .3s;
}
#hikashop_product_characteristics:hover{
  box-shadow:0 6px 14px rgba(186,7,67,.4);
}

/* Inputs/select: hover + focus */
#hikashop_product_characteristics input,
#hikashop_product_characteristics select{
  transition:border-color .3s, box-shadow .3s;
}

#hikashop_product_characteristics input:hover,
#hikashop_product_characteristics select:hover{
  border-color:#a4063e;
  box-shadow:0 4px 8px rgba(186,7,67,.3);
}

#hikashop_product_characteristics input:focus,
#hikashop_product_characteristics select:focus{
  outline:0;
  border-color:#8a0535;
  box-shadow:0 0 0 4px rgba(186,7,67,.2);
}

/* Info cards: hover + transición */
.info-item{
  transition:transform .3s, box-shadow .3s;
}
.info-item:hover{
  transform:translateY(-5px);
  box-shadow:0 10px 20px rgba(0,0,0,.3);
}

/* Mis categorías chips: hover + transición */
.mis-categorias-list a{
  transition:.25s;
}
.mis-categorias-list a:hover{
  background-color:#e0e0e0;
  color:#000;
  transform:translateY(-1px);
  box-shadow:0 1px 4px rgba(0,0,0,.08);
}

/* Botón extra categoría: hover/active + transición */
.hikashop_category_custom_info_main button{
  transition:.25s;
}
.hikashop_category_custom_info_main button:hover{
  background:linear-gradient(145deg,#e24b81,#a92f59);
  box-shadow:2px 2px 5px rgba(0,0,0,.3), -2px -2px 5px rgba(255,255,255,.2);
  transform:translateY(-1px);
}
.hikashop_category_custom_info_main button:active{
  box-shadow:inset 2px 2px 4px rgba(0,0,0,.3), inset -2px -2px 4px rgba(255,255,255,.15);
  transform:translateY(1px);
}

/* Filtros: hover + transición */
.hikashop_filter_collapsable_title_always,
.hikashop_filter_collapsable_title_mobile{
  transition:.25s;
}
.hikashop_filter_collapsable_title_always:hover,
.hikashop_filter_collapsable_title_mobile:hover{
  background:linear-gradient(145deg,#f3f3f3,#dcdcdc);
  box-shadow:2px 2px 5px rgba(0,0,0,.2), -2px -2px 5px rgba(255,255,255,.8);
  border-color:#c8c8c8;
}

.hikashop_filter_collapsable_title_icon i{
  transition:transform .25s;
}
.hikashop_filter_collapsable_title_always:hover .hikashop_filter_collapsable_title_icon i,
.hikashop_filter_collapsable_title_mobile:hover .hikashop_filter_collapsable_title_icon i{
  transform:scale(1.3);
}

/* Subcategorías: hover + transición */
.hikashop_subcategories .hikashop_subcontainer{
  transition:.25s;
}
.hikashop_subcategories .hikashop_subcontainer:hover{
  background:linear-gradient(145deg,#ececec,#dcdcdc);
  box-shadow:2px 2px 5px rgba(0,0,0,.2), -2px -2px 5px rgba(255,255,255,.8);
  transform:translateY(-1px);
  border-color:#c5c5c5;
}

.hikashop_subcategories .hikashop_subcontainer a{
  transition:color .25s;
}
.hikashop_subcategories .hikashop_subcontainer:hover a{
  color:#c93c6b;
}

/* Selector vista: hover + transición */
.vista-selector button{
  transition:transform .2s, box-shadow .2s;
}
.vista-selector button:hover{
  transform:scale(1.05);
  box-shadow:0 3px 6px rgba(0,0,0,.3);
}

/* Columnas: transición width (solo visual) */
.hkc-lg-1,.hkc-lg-10,.hkc-lg-11,.hkc-lg-12,.hkc-lg-2,.hkc-lg-3,.hkc-lg-4,.hkc-lg-5,.hkc-lg-6,.hkc-lg-7,.hkc-lg-8,.hkc-lg-9,
.hkc-md-1,.hkc-md-10,.hkc-md-11,.hkc-md-12,.hkc-md-2,.hkc-md-3,.hkc-md-4,.hkc-md-5,.hkc-md-6,.hkc-md-7,.hkc-md-8,.hkc-md-9,
.hkc-sm-1,.hkc-sm-10,.hkc-sm-11,.hkc-sm-12,.hkc-sm-2,.hkc-sm-3,.hkc-sm-4,.hkc-sm-5,.hkc-sm-6,.hkc-sm-7,.hkc-sm-8,.hkc-sm-9,
.hkc-xl-1,.hkc-xl-10,.hkc-xl-11,.hkc-xl-12,.hkc-xl-2,.hkc-xl-3,.hkc-xl-4,.hkc-xl-5,.hkc-xl-6,.hkc-xl-7,.hkc-xl-8,.hkc-xl-9,
.hkc-xs-1,.hkc-xs-10,.hkc-xs-11,.hkc-xs-12,.hkc-xs-2,.hkc-xs-3,.hkc-xs-4,.hkc-xs-5,.hkc-xs-6,.hkc-xs-7,.hkc-xs-8,.hkc-xs-9{
  transition:width .3s;
}

/* Botones Hikashop hover */
.hikabtn:hover{
  color:#fff;
  background-color:#d73d71!important;
  border-color:var(--nt-color-primary);
  text-decoration:none;
}

/* (si aún quedase FA cargado, color de iconos) */
.fa-envelope,
.fa-home,
.fa-phone,
.fa-user{
  color:var(--accent);
}
hikashop_subcategories .hikashop_subcontainer {
        display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    background: linear-gradient(145deg, #f6f6f6, #e7e7e7) !important;
    border: 1px solid #d0d0d0;
    border-radius: 8px !important;
    margin: 0 0 10px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .15), -3px -3px 6px rgba(255, 255, 255, .7);
    cursor: pointer;
    min-height: 10px !important;
}
.tienda-online-page{width:100%;max-width:none;margin:0 0 34px;box-sizing:border-box}.tienda-online-page *{box-sizing:border-box}.tienda-online-banner{width:100%;margin:0 0 24px}.tienda-online-banner img{display:block;width:100%;height:auto;border-radius:16px;object-fit:cover}.tienda-online-banner-pie{margin:8px 0 0;color:#514956;font-size:.95rem;line-height:1.45;text-align:left}.tienda-online-intro-texto{width:100%;max-width:none;margin:28px 0 30px;padding:0 4px}.tienda-online-intro-texto h1,.tienda-online-intro-texto h2{margin:0 0 16px;color:var(--nt-color-heading);font-size:clamp(1.9rem,3vw,2.75rem);line-height:1.15;font-weight:850}.tienda-online-intro-texto p{width:100%;max-width:none;margin:0 0 14px;color:#514956;font-size:1.06rem;line-height:1.72}.tienda-online-intro-texto strong{color:var(--nt-color-heading)}.tienda-online-bloque{width:100%;max-width:none;margin:34px 0;padding:34px 26px;border-radius:22px;background:linear-gradient(135deg,var(--nt-color-surface-soft) 0%,#fff 54%,#f7f2ff 100%);border:1px solid #f0dce8;box-shadow:0 10px 32px rgba(0,0,0,.06)}.tienda-online-cabecera{width:100%;max-width:none;margin:0 0 28px;text-align:center}.tienda-online-cabecera>span{display:inline-block;margin-bottom:12px;padding:7px 15px;border-radius:999px;background:#ffe8f1;color:var(--nt-color-accent-strong);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.tienda-online-cabecera h2{margin:0 0 14px;color:var(--nt-color-heading);font-size:clamp(1.75rem,3vw,2.35rem);line-height:1.15;font-weight:850}.tienda-online-cabecera p{width:100%;max-width:none;margin:0 auto;color:#655a66;font-size:1.04rem;line-height:1.65}.tienda-online-confianza{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:28px 0 0;width:100%;max-width:none}.tienda-online-confianza-card{padding:19px 16px;border-radius:16px;background:rgba(255,255,255,.92);border:1px solid #eee1e8;box-shadow:0 6px 18px rgba(0,0,0,.06)}.tienda-online-confianza-card strong{display:block;margin-bottom:7px;color:var(--nt-color-heading);font-size:1.03rem;font-weight:850}.tienda-online-confianza-card span{display:block;color:#5f5562;font-size:.95rem;line-height:1.45}.tienda-online-contenido-seo{width:100%;max-width:none;margin:34px 0 0}.tienda-online-contenido-seo h2{margin:30px 0 14px;color:var(--nt-color-heading);font-size:1.65rem;line-height:1.25;font-weight:850}.tienda-online-contenido-seo p{width:100%;max-width:none;color:#514956;line-height:1.7}.tienda-online-categorias-info{width:100%;max-width:none;margin:24px 0 30px;padding:22px 22px 18px;border-radius:18px;background:#fff;border:1px solid #eee1e8;box-shadow:0 7px 22px rgba(0,0,0,.06)}.tienda-online-categorias-info>strong{display:block;margin-bottom:12px;color:#8f0f4f;font-size:1.18rem;font-weight:850}.tienda-online-categorias-info ul{margin:0;padding-left:20px}.tienda-online-categorias-info li{margin-bottom:8px;color:#514956;line-height:1.55}@media(max-width:1024px){.tienda-online-confianza{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.tienda-online-banner img{border-radius:12px}.tienda-online-intro-texto{margin:24px 0 26px}.tienda-online-intro-texto h1,.tienda-online-intro-texto h2{font-size:1.85rem}.tienda-online-intro-texto p{font-size:1rem}.tienda-online-bloque{padding:28px 16px;border-radius:18px}.tienda-online-cabecera{text-align:left}.tienda-online-cabecera h2{font-size:1.75rem}.tienda-online-cabecera p{font-size:1rem}.tienda-online-confianza{grid-template-columns:1fr;gap:12px}.tienda-online-categorias-info{padding:20px 16px 16px}}

/* NTBundle source: /css/tienda/paginas/productos-categorias.css */
/* Ajustes exclusivos del estilo 90; proceden de su antiguo inline. */
/****tienda online productos y categorias***/#hikashop_product_left_part,#hikashop_product_right_part,.hikashop_product_left_part{padding:0}.hikashop_product_quantity_input_div_simplified,.hikashop_product_stock_count,.hikashop_slide_next,.hikashop_slide_prev{display:none!important}.hikashop_product_top_part{width:100%;min-height:80px}@media (min-width:1045px){.hikashop_product_left_part{text-align:center;float:left;width:50%}.hikashop_product_right_part{text-align:left;float:left;width:50%}}.hikashop_product_name_main{font-size:1.6rem;letter-spacing:-.3px;line-height:1.3}.hika_j2 .btn,.hikabtn{padding:8px 12px;display:inline-block;margin-bottom:5px;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid #ccc;white-space:nowrap;line-height:1.42;user-select:none;text-decoration:none}.hikacart{color:#fff;background-color:var(--nt-color-primary);border-color:var(--nt-color-primary);font-size:large;font-weight:700;border-radius:1.5rem}.hikacart span{padding-left:25px;padding-right:25px}.hikacart:focus{color:#fff;background-color:var(--nt-color-primary)!important;border-color:var(--nt-color-primary)!important}#hikashop_category_information_module_ .hikashop_product_image{max-width:100%;display:block;height:auto!important;max-height:250px;margin:auto}.hikashop_product_image{padding-bottom:2px;aspect-ratio:auto;overflow:hidden}.thumbnail div.hikashop_product_image_subdiv{width:100%!important}.thumbnail .hikashop_product_image img{display:block;max-width:100%;margin-right:auto;margin-left:auto}.hikashop_product_image .hikashop_product_image_subdiv,.hk_product_image .hk_subdiv{position:relative;text-align:center;clear:both;margin:auto;max-width:100%}.hikashop_product_image img,.product-image img,.product-item .image img,.vm-product-media-container img{max-height:250px}.hikashop_subcontainer{padding-top:10px;padding-bottom:10px}.hk-container-fluid,.hk-row-fluid{display:flex;flex-flow:row wrap;list-style:none;margin:0;padding:0;text-rendering:optimizespeed}.clear_both,.clearfix::after,.hikashop_products_listing,.hikashop_products_pagination,.hikashop_wizardbar::after,.hk-container-fluid::after,.hk-container::after,.hk-row-fluid::after,.hk-row::after,.hk-thumbnails::after,.hk-thumbnails::before,.hkform-group::after,.hkform-horizontal .hkcontrol-group::after,ul.hika_tabs::after{clear:both}.hk-container-fluid:after,.hk-container-fluid:before,.hk-container:after,.hk-container:before,.hk-row-fluid:after,.hk-row-fluid:before,.hk-row:after,.hk-row:before,.hk-thumbnails:after,.hk-thumbnails:before{content:" ";display:table;box-sizing:border-box}@media (max-width:991px){.display_list .hikashop_listing_fade2 span.hikashop_product_code_list,.display_list .hikashop_listing_fade2 span.hikashop_product_vote,.hikashopcurrency,.hk-container-fluid .hk-row,.hk-row-10>.hkc-xs-10,.hk-row-7>.hkc-xs-7,.hk-row-8>.hkc-xs-8,.hk-row-9>.hkc-xs-9,.hkc-12,.hkc-lg-1,.hkc-lg-10,.hkc-lg-11,.hkc-lg-12,.hkc-lg-2,.hkc-lg-3,.hkc-lg-4,.hkc-lg-5,.hkc-lg-6,.hkc-lg-7,.hkc-lg-8,.hkc-lg-9,.hkc-md-1,.hkc-md-10,.hkc-md-11,.hkc-md-12,.hkc-md-2,.hkc-md-3,.hkc-md-4,.hkc-md-5,.hkc-md-6,.hkc-md-7,.hkc-md-8,.hkc-md-9,.hkc-sm-1,.hkc-sm-10,.hkc-sm-11,.hkc-sm-12,.hkc-sm-2,.hkc-sm-3,.hkc-sm-4,.hkc-sm-5,.hkc-sm-6,.hkc-sm-7,.hkc-sm-8,.hkc-sm-9,.hkc-xl-1,.hkc-xl-10,.hkc-xl-11,.hkc-xl-12,.hkc-xl-2,.hkc-xl-3,.hkc-xl-4,.hkc-xl-5,.hkc-xl-6,.hkc-xl-7,.hkc-xl-8,.hkc-xl-9,.hkc-xs-1,.hkc-xs-10,.hkc-xs-11,.hkc-xs-12,.hkc-xs-2,.hkc-xs-3,.hkc-xs-4,.hkc-xs-5,.hkc-xs-6,.hkc-xs-7,.hkc-xs-8,.hkc-xs-9{width:100%}}@media (min-width:992px){.hk-row-8>.hkc-md-2,.hkc-md-3{width:25%}}.hkc-lg-1,.hkc-lg-10,.hkc-lg-11,.hkc-lg-12,.hkc-lg-2,.hkc-lg-3,.hkc-lg-4,.hkc-lg-5,.hkc-lg-6,.hkc-lg-7,.hkc-lg-8,.hkc-lg-9,.hkc-md-1,.hkc-md-10,.hkc-md-11,.hkc-md-12,.hkc-md-2,.hkc-md-3,.hkc-md-4,.hkc-md-5,.hkc-md-6,.hkc-md-7,.hkc-md-8,.hkc-md-9,.hkc-sm-1,.hkc-sm-10,.hkc-sm-11,.hkc-sm-12,.hkc-sm-2,.hkc-sm-3,.hkc-sm-4,.hkc-sm-5,.hkc-sm-6,.hkc-sm-7,.hkc-sm-8,.hkc-sm-9,.hkc-xl-1,.hkc-xl-10,.hkc-xl-11,.hkc-xl-12,.hkc-xl-2,.hkc-xl-3,.hkc-xl-4,.hkc-xl-5,.hkc-xl-6,.hkc-xl-7,.hkc-xl-8,.hkc-xl-9,.hkc-xs-1,.hkc-xs-10,.hkc-xs-11,.hkc-xs-12,.hkc-xs-2,.hkc-xs-3,.hkc-xs-4,.hkc-xs-5,.hkc-xs-6,.hkc-xs-7,.hkc-xs-8,.hkc-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px;box-sizing:border-box}.hikashop_product_price_per_unit{font-weight:400}#hikashop_product_price_main .hikashop_product_price_full{text-align:left}span.hikashop_product_price_full{color:#666;display:block}.hikashop_product_price_full{text-align:left;display:block!important}#hikashop_product_price_with_options_main{margin:5px 0;display:block}#hikashop_product_right_part span.hikashop_product_price{font-size:xx-large;background:linear-gradient(249deg,#65122e,var(--nt-color-primary));-webkit-background-clip:text;color:transparent}@media (min-width:768px){#hikashop_product_right_part span.hikashop_product_price{display:inline;font-size:xxx-large!important}}.hikashop_listing_img_title .hikashop_product_price{font-size:x-large}span.hikashop_product_price{font-size:14px;color:var(--nt-color-primary);font-weight:700;white-space:nowrap;display:block}#hikashop_product_description_main,#hikashop_product_right_part{margin-top:0}#hikashop_product_description_main{padding-top:20px;color:#4a4949;margin-top:0!important}.hikashop_tabs_ul{margin:0 0 6px;cursor:pointer;padding:0!important;z-index:2;position:relative}.hikashop_tabs_ul li{display:inline;background-color:#fcfcfc;padding:8px 5px;border:1px solid #e7e7e7;z-index:2;font-weight:700}.hikashop_tabs_content{z-index:1;position:relative;display:none;min-height:200px;background-color:#fff;padding:5px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.hikashop_tabs_li_selected{color:var(--nt-color-primary)!important;border-bottom:1px solid #fff!important;background-color:#fff!important}#hikashop_product_description_main_mini,#hikashop_show_tabular_new_comment_li,.hikashop_listing_img_title .hikashop_product_price_per_unit,.hikashop_product_price_per_unit{display:none}body.com-hikashop.layout-listing .hikashop_product{border:1px solid #fafafa;border-radius:10px;padding-bottom:20px;background:linear-gradient(#fff,#f8f8f8)}body.com-hikashop.layout-listing a{text-decoration:none!important}.hikashop_product_name a{color:#3e3d3d;text-decoration:none;font-weight:600;display:block;font-size:medium}.hikashop_product_name{padding:0;margin-bottom:0}span.hikashop_product_name{display:block;padding:0!important}#hikashop_product_characteristics{width:100%;max-width:650px;border:4px solid var(--nt-color-primary)!important;padding:15px!important;background-color:#fff;box-shadow:0 4px 10px rgba(186,7,67,.3);border-radius:13px!important}#hikashop_product_options{border-radius:13px!important}#hikashop_product_characteristics h2{font-size:18px;font-weight:700;color:var(--nt-color-primary);text-transform:uppercase;margin-bottom:15px}#hikashop_product_characteristics label{font-size:14px;font-weight:700;color:#333;margin-bottom:10px;display:block}#hikashop_product_characteristics input,#hikashop_product_characteristics select{width:100%;border:2px solid var(--nt-color-primary);border-radius:8px;font-size:16px;color:#333;background-color:#fff;box-shadow:0 2px 4px rgba(186,7,67,.1);padding-left:15px}#hikashop_product_characteristics .hikashop_product_characteristics_table td{text-align:center;color:var(--nt-color-primary);font-weight:700;padding:3px}.hikashop_product_characteristics_table select,.hikashop_product_options_table select{padding:5px!important}#hikashop_add_to_cart_continue_div,#hikashop_checkout_registration label,.hikashop_cart_module label,.hikashop_cart_product_quantity_delete,.hikashop_cart_product_quantity_refresh,.hikashop_checkout_cart label,.hikashop_checkout_terms label,.hikashop_filter_fieldset,.hikashop_next_product_btn,.hikashop_previous_product_btn,.hikashop_product_quantity_change_div_minus_regrouped,.hikashop_product_quantity_change_div_plus_regrouped,.hikashop_product_quantity_div,.hikashop_products.display_list .hikashop_product_price_full,.hikashop_products.display_list dl dd,.hikashop_products.display_list dl dt,.hikashop_products.display_list span.hikashop_product_name,.hikashop_products_listing_switcher h3,.hikashop_quantity_form table,.hikashop_search_zone>div,.slider_input_end_group,.slider_input_start_group,a.hikashop_slide_next_active,a.hikashop_slide_prev_active,div#hikashop_product_left_part,div#hikashop_product_quantity_main tr,div#hikashop_product_quantity_main tr td,div#hikashop_product_right_part{display:inline-block}#hikashop_product_vote_mini{margin-bottom:20px}.hikashop_vote_stars{width:100%;padding-bottom:15px;font-weight:700}.hk-rating{position:relative;top:-5px;margin:auto;display:inline}.hk-rate-star{width:16px;height:16px;font-size:2px;display:inline-block;text-decoration:none;background-image:url(/media/com_hikashop/images/star.gif)!important;background-repeat:no-repeat;vertical-align:bottom}.hk-rate-star.state-full{background-position:left top}#hikashop_main_image{margin-top:10px;margin-bottom:10px;display:inline-block;vertical-align:middle}.hikashop_product_main_image{border:1px solid #f1f1f1;margin-right:20px}div#hikashop_product_left_part div{text-align:center}.hikashop_product_main_image_thumb{margin-bottom:5px}.hikashop_product_bottom_part.show_tabular{padding-top:10px}.hikashop_product_bottom_part{clear:both;width:100%}#hikashop_small_image_div{padding:5px 0;display:flex;flex-direction:row}img.hikashop_child_image{margin:2px;height:inherit;width:72px;border:1px solid var(--nt-color-primary)}.info-item img{display:block;vertical-align:middle;width:100%;height:auto;aspect-ratio:1/1;margin-bottom:5px;max-width:50px}.css-dentro-producto,.mi-campo-personalizado{padding-top:25px}.product-info-table{display:flex;justify-content:space-between;text-align:center;background-color:transparent;padding:1px;border:4px solid var(--nt-color-primary);border-radius:10px;max-width:650px;margin-bottom:10px;margin-left:0;box-shadow:0 8px 16px rgba(0,0,0,.15)}.info-item{flex:1 1 auto;max-width:150px;margin:5px;padding:1px;border:2px solid var(--nt-color-primary);border-radius:8px;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 8px rgba(0,0,0,.1);text-decoration:none;color:inherit}.info-item p{margin:0;color:var(--nt-color-primary);font-weight:700;text-align:center;line-height:1.4;font-size:8px}@media (max-width:768px){.mis-categorias-list{flex-direction:column;gap:5px}}.mis-categorias-label{font-weight:600;font-size:.9rem;color:#333;margin:0 0 6px;letter-spacing:.4px;text-transform:uppercase}.mis-categorias-list{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:15px}.mis-categorias-list a{display:inline-block;padding:4px 10px;font-size:.8rem;font-weight:500;color:#444;text-decoration:none;background-color:#f2f2f2;border-radius:999px;border:1px solid #ddd;width:auto;text-align:left}#modal button{position:fixed;top:5%;right:5%;border-radius:.1875rem;background:#c93c6b;color:#fff;border:0;z-index:99999999}.hikashop_category_custom_info_main button{border-radius:.8rem;background:linear-gradient(145deg,#d74776,#b83561);color:#fff;border:0;margin-bottom:15px;font-weight:700;padding:8px 6px;font-size:12px;cursor:pointer;box-shadow:3px 3px 6px rgba(0,0,0,.25),-3px -3px 6px rgba(255,255,255,.15)}.hikashop_filter_collapsable_title_always,.hikashop_filter_collapsable_title_mobile{display:flex;align-items:center;justify-content:flex-start;background-color:#f9f9f9;border:1px solid #d4d4d4;border-radius:5px;padding:0;margin:10px 0;box-shadow:3px 3px 6px rgba(0,0,0,.15),-3px -3px 6px rgba(255,255,255,.7);cursor:pointer;font-family:Roboto,sans-serif;font-weight:500;color:#444;width:130px;max-width:130px;text-align:left}.hikashop_filter_collapsable_title_icon i{color:var(--nt-color-accent-strong);margin-right:8px;font-size:1.3em}.hikashop_filter_fieldset{font-size:16px;letter-spacing:.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hikashop_filter_collapsable_content_always{padding-bottom:30px}.hikashop_filter_main{padding-bottom:10px}.hikashop_filter_collapsable_title{margin:5px 10px}.hikashop_filter_always_collapsable_title_icon,.hikashop_filter_collapsable_title_icon{margin-right:5px;display:inline-block;height:20px}.filtros-y-selector{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;gap:10px}.vista-selector{display:flex;align-items:center;gap:6px}@media (min-width:1024px){.vista-selector{display:none}}.vista-selector button{background:#c93c6b;border:none;border-radius:8px;padding:8px;width:42px;height:42px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,.2);cursor:pointer}.vista-selector button svg{stroke:#fff;width:20px;height:20px;pointer-events:none}.vista-selector button.active{background:#a72d55}.ntb-pill,.ntb-variant-title{font-weight:700;line-height:1}.ntb-color-out,.ntb-pill-ko{opacity:.35}.ntb-color-out.ntb-color-name,.ntb-pill-ko{text-decoration:line-through}.ntb-variants-card{display:block;max-width:70%;margin:2px auto 10px;padding:3px 5px;border-radius:8px;background:#fff2fa;border:1px solid #f3a9c8;font-size:12px;line-height:1}.ntb-variant-block{margin:0;padding:0;text-align:left}.ntb-variant-title{text-transform:uppercase;font-size:10px;letter-spacing:.06em;margin:0 0 1px 2px;color:var(--nt-color-accent-strong)}.ntb-color-name,.ntb-pill{background:#fff;font-size:12px}.ntb-variant-list{display:flex;justify-content:center;flex-wrap:wrap;gap:2px;margin:0;padding:0}.ntb-pill{display:inline-block;padding:3px 10px;border-radius:999px;border:2px solid #ccc}.ntb-pill-ok{border-color:#2e7d32;color:#2e7d32}.ntb-variant-list-colors{gap:4px}.ntb-color-swatch{display:inline-block;width:18px;height:18px;border-radius:4px;border:1px solid rgba(0,0,0,.25)}.ntb-color-name{display:inline-block;padding:2px 7px;border-radius:999px;border:1px solid #ccc;font-weight:600}.hikabtn.hika_waitlist_btn{background-color:#444!important}.hikabtn{color:#fff!important}#hikashop_product_description_main hr,
.hikashop_product_description_main hr{
  display:none !important;
}
#hikashop_image_main_thumb_div{height: auto!important;
min-height: 0;}

.hikashop_subcategories .hikashop_subcontainer{display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(145deg,#f6f6f6,#e7e7e7);border:1px solid #d0d0d0;border-radius:8px!important;margin:0 0 10px;box-shadow:3px 3px 6px rgba(0,0,0,.15),-3px -3px 6px rgba(255,255,255,.7);cursor:pointer;min-height:10px!important}.hikashop_subcategories .hikashop_subcontainer a{color:var(--nt-color-primary);font-weight:700;font-size:12px;text-decoration:none;display:block;width:100%}
.hikashop_subcategories .hikashop_subcontainer {    
    background: linear-gradient(145deg, #f6f6f6, #e7e7e7)!important;    
}
#sp-main-body .hikashop_subcategories .hikashop_subcontainer a {
    color: var(--nt-color-primary);
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    transition: color .25s;
    display: block;
    width: 100%;
}

/* NTBundle source: /media/com_hikashop/css/notify-metro.css */
/**
 * @package    HikaShop
 * @version    6.6.0
 * @author     hikashop.com
 * @copyright  (C) 2010-2026 HIKARI SOFTWARE. All rights reserved.
 * @license    GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */
.notifyjs-metro-base,
.notifyjs-metro-lite-base{
	position: relative;
	min-height: 52px;
	color:#444;
}
.notifyjs-metro-base .image {
	display: table;
	position: absolute;
	height: auto;
	width: auto;
	left: 25px;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.notifyjs-metro-base .text-wrapper,
.notifyjs-metro-lite-base .text-wrapper {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	clear: both;
	font-family: 'Segoe UI';
}
.notifyjs-metro-base .text-wrapper {
	margin: 10px 10px 10px 52px;
}
.notifyjs-metro-base .title,
.notifyjs-metro-lite-base .title {
	font-size: 15px;
	font-weight: bold;
}
.notifyjs-metro-base .text,
.notifyjs-metro-lite-base .text {
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
}
.notifyjs-container {
	min-width:250px;
}
