@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//soloclimb.es/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #38788f;
	--wd-alternative-color: #3ab4ba;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #3ab4ba;
	--btn-accented-bgcolor-hover: #38788f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: rgb(56,122,145);
	--wd-sticky-btn-height: 95px;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 680px;
	--wd-popup-padding: 0px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(56,120,143);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 20px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
--wd-cat-brd-radius: 0px;
}

@media (min-width: 1600px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(246,246,246);
}

/* Pago */
form.woocommerce-checkout {
    --wd-row-gap: 0;
}

/* Guia de tallas */
.postid-765 .elementor-element-a6b7dc7:before {
    content: "Importante: tallaje algo justo. Si estás entre dos tallas, mejor la superior.";
    background: #ffcece;
    width: max-content;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: block;
}

/* === UI blocks reutilizables para categorías (.tm-*) === */
.tm-season-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 22px 0;
}

.tm-season-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
}

.tm-season-img img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #f2f2f2;
}

.tm-season-content {
  padding: 18px;
}

.tm-season-content h4 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.3;
}

.tm-season-content p {
  margin: 0 0 14px;
}

.tm-season-content ul {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .tm-season-grid {
    grid-template-columns: 1fr;
  }
}

.tm-tech-img img {
    max-height: 320px;
    width: 100%;
    object-fit: cover;
}

.tm-tech-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 22px 0;
}

.tm-tech-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    overflow: hidden;
}

.tm-tech-img {
    min-height: 180px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.tm-tech-content {
    padding: 18px;
}

.tm-tech-content h4 {
    margin: 0 0 10px;
    font-size: 18px;
}

.tm-tech-content p {
    margin: 0;
}

@media (max-width: 1024px) {
    .tm-tech-grid {
        grid-template-columns: 1fr;
    }
}

.tm-wrap {
    line-height: 1.65;
}

.tm-wrap h2 {
    margin: 26px 0 10px;
    font-size: 1.55rem;
}

.tm-wrap h3 {
    margin: 18px 0 8px;
}

.tm-wrap p {
    margin: 10px 0;
}

.tm-wrap ul {
    margin: 8px 0 0 18px;
}

.tm-box {
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 12px;
    padding: 14px 14px;
    margin: 12px 0;
    background: #fff;
}

.tm-muted {
    opacity: .82;
}

.tm-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 0;
}

.tm-badge {
    font-size: 12px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 999px;
    padding: 6px 10px;
}

.tm-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 12px;
}

.tm-col-6 {
    grid-column: span 6;
}

.tm-col-12 {
    grid-column: span 12;
}

.tm-kv {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.tm-kv > div {
    border: 1px dashed rgba(0,0,0,.14);
    border-radius: 10px;
    padding: 10px;
}

.tm-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 10px;
}

.tm-table th,
.tm-table td {
    border: 1px solid rgba(0,0,0,.12);
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

.tm-table th {
    background: rgba(0,0,0,.04);
}

.tm-note {
    font-size: 13px;
    border-left: 3px solid rgba(0,0,0,.22);
    padding: 8px 12px;
    margin: 10px 0;
}

.tm-hr {
    height: 1px;
    background: rgba(0,0,0,.10);
    margin: 18px 0;
}

.tm-anchor {
    color: inherit;
    text-decoration: underline;
}

.tm-wrap details {
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 12px;
    padding: 10px 12px;
    margin: 10px 0;
    background: #fff;
}

.tm-wrap summary {
    cursor: pointer;
    font-weight: 700;
}

.tm-wrap label {
    display: block;
    font-size: 13px;
    margin: 8px 0 4px;
}

.tm-wrap input,
.tm-wrap select {
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(0,0,0,.18);
    border-radius: 10px;
}

.tm-btn {
    display: inline-block;
    border: 1px solid rgba(0,0,0,.18);
    border-radius: 10px;
    padding: 10px 12px;
    background: #fff;
    cursor: pointer;
}

.tm-out {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* FAQ opcional en grid */
.tm-faq {
    margin: 24px 0;
}

.tm-faq h2 {
    margin: 0 0 12px;
}

.tm-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.tm-faq details {
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 10px;
    padding: 10px 12px;
    background: #fff;
}

.tm-faq summary {
    cursor: pointer;
    font-weight: 600;
    line-height: 1.35;
    list-style: none;
}

.tm-faq summary::-webkit-details-marker {
    display: none;
}

.tm-faq details > div {
    margin-top: 10px;
    line-height: 1.55;
}

.tm-faq details[open] {
    box-shadow: 0 2px 14px rgba(0,0,0,.06);
}

/* Responsive */
@media (max-width: 860px) {
    .tm-faq-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    .tm-col-6 {
        grid-column: span 12;
    }

    .tm-kv {
        grid-template-columns: 1fr;
    }
}

/* Tabla de marcas */
.pwb-az-listing-col a {
    color: #36b7bb;
}

/* Tarjetas regalo */
.gift-certificate-show-form li {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.gift-certificate-show-form label {
    margin-bottom: 0;
    margin-left: 5px;
}

.postid-32744 .wd-shipping-progress-bar {
    display: none;
}

/* Video cabecera */
video.elementor-background-video-hosted {
    width: 100% !important;
    height: 720px !important;
}

/* Colaborar */
img[src="https://soloclimb.es/wp-content/uploads/2025/03/proyecto-eidos.jpeg"] {
    max-height: 93px;
}

.icotre img {
    max-width: 35px;
    height: 35px;
}

/* GPSR */
img[src="https://soloclimb.es/wp-content/uploads/2025/01/firma-sello.webp"] {
    max-width: 165px;
}

/* Mini cart */
.wdp_miniCart {
    min-height: 175px;
    padding: 20px 0;
}

/* Google Reviews */
.rplg .rplg-badge_left-fixed {
    bottom: 35% !important;
}

/* Layouts */
.wd-all-open-title {
    margin-bottom: 5px !important;
}

.ventajas i {
    color: #38788f;
    margin-right: 5px;
}

/* Iconos base */
.extra .info-box-icon {
    background: #fcfcfc;
    padding: 20px;
}

.extra img {
    max-height: 80px;
    width: auto;
}

/* Loader y side */
#loftloader-wrapper,
.wd-side-hidden {
    z-index: 9999999991;
}

/* Grid de productos */
.multi .wd-carousel-wrap,
.multi img,
.multi .product-element-top.wd-quick-shop {
    mix-blend-mode: multiply;
}

.tope img {
    max-height: 100px !important;
    width: auto;
}

div#woodmart-woocommerce-layered-nav-2 span.count {
    display: none;
}

li.wc-layered-nav-term.wd-swatch-wrap {
    width: 48% !important;
    flex-wrap: wrap;
    row-gap: 5px;
}

.wd-product .product-wrapper {
    padding: 10px !important;
}

.wd-single-gallery {
    mix-blend-mode: multiply;
}

.invert img {
    filter: invert(1);
}

.wp-block-product-best-sellers:before {
    content: "TOP VENTAS";
    margin-bottom: 15px;
    display: block;
    text-align: left;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

/* Promo banners portada */
.home .promo-banner {
    mix-blend-mode: multiply;
}

/* Video portada */
.cubre .elementor-html5-video {
    object-fit: cover !important;
    height: 100% !important;
}

/* Top bar */
.whb-top-bar img,
.iconos img {
    filter: brightness(0) saturate(100%) invert(41%) sepia(51%) saturate(484%) hue-rotate(150deg) brightness(90%) contrast(87%);
}

#menu-item-21516 img,
.menu-item-21516 img {
    filter: none !important;
    max-height: 18px;
}

.menu-item,
.woocommerce-breadcrumb {
    text-transform: uppercase;
}

/* Grid categorías */
.category-grid-item .category-image {
    background: #387a9175;
}

.wd-cat img {
    mix-blend-mode: multiply;
}

/* Marcas */
.pwb-carousel.slick-initialized .slick-list,
.pwb-product-carousel.slick-initialized .slick-list {
    mix-blend-mode: multiply;
}

.pwb-carousel .slick-prev,
.pwb-carousel .slick-next,
.pwb-product-carousel .slick-prev,
.pwb-product-carousel .slick-next {
    color: #fff;
    background: #36b6bb;
}

/* Productos */
.single-product .wd-content-layout {
    padding-block: 0;
}

span.breadcrumb-last {
    color: #387a91 !important;
}

.iconos li {
    display: flex;
    margin: 0;
    width: 30%;
    justify-content: center;
    min-height: 75px;
}

li.elastico {
    background-image: url(/wp-content/uploads/2024/10/garantia-1-150x150.png);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    align-items: flex-end;
}

ul.iconos {
    list-style: none;
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    padding: 0;
}

.pwb-single-product-brands.pwb-clearfix:before {
    content: "Marca:";
    display: flex;
    align-items: center;
    color: #242424;
    font-weight: 600;
}

.pwb-single-product-brands.pwb-clearfix img {
    max-width: 120px !important;
}

.wd-swatch :is(img, picture) {
    width: 100%;
    height: 100%;
    background: #fff;
    object-fit: contain !important;
}

.woocommerce-variation-description {
    display: none;
}

/* Categoría tienda */
.page-title {
    text-align: center;
}

.wd-page-title .container {
    align-items: center !important;
}

.wd-nav-product-cat,
.title-shop > .container {
    justify-content: center;
}

.conima h1.entry-title.title {
    color: #fff;
}

.wd-action-btn > a {
    color: #36b6bb;
}

.conima .wd-page-title-el .page-title {
    height: 500px;
    display: flex;
    align-items: center;
}

.conima .page-title {
    background-color: #387a91;
    background-blend-mode: multiply;
}

.sinima .page-title {
    background-image: none !important;
}

.term-54 .page-title {
    background-position: right center;
}

.term-49 .page-title {
    background-position: left center;
}

li#menu-item-26060 img {
    max-height: 15px;
}

.wd-header-main-nav .wd-nav.wd-style-separated > li:not(:last-child):after {
    height: 6px;
    width: 6px;
    background: #387a91;
}

.cuadro span:before,
.cabeceras span:before {
    height: 15px;
    width: 15px;
    background: #36b6bb;
    content: "";
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.wd-nav-img,
.mega-menu-list img {
    display: inline-block;
    margin-right: 7px;
    max-height: 20px;
    width: auto !important;
}

/* Elementos ocultos o con estilos especiales */
#cmplz-document,
.editor-styles-wrapper .cmplz-unlinked-mode {
    max-width: none;
}

.wd-header-search .wd-tools-icon:after {
    content: "\f130" !important;
    font-family: "woodmart-font";
}

@media (min-width: 1024px) and (max-width: 1070px) {
    .elementor.elementor-24519 {
        display: none !important;
    }
}

.wc-bacs-bank-details-account-name {
    opacity: 1;
}

.wd-product :is(.product-image-link, .hover-img) img {
    width: auto !important;
    max-height: 300px;
}

.wd-price-unit {
    display: none;
}

.role-b2b .wd-price-unit {
    font-style: italic;
    font-size: 85%;
    display: block !important;
}

.products .wd-swatch {
    width: 35px;
    height: 35px;
}

.archive .main-page-wrapper {
    padding-top: 0;
}

.archive .e-con>.e-con-inner {
    padding-block: 0;
}

.single-product [class*="wd-swatches"] {
    --wd-swatch-w: 60px;
    --wd-swatch-h: 60px;
}

[class*="wd-swatches"].wd-shape-round .wd-swatch {
    border-radius: 50% !important;
}

.shop-loop-head {
    margin-top: 30px;
}

.woocommerce-bacs-bank-details h3:after {
    content: "MUY IMPORTANTE: Una vez realizada la transferencia no olvides enviar el justificante de la transferencia por email a comercial@soloclimb.es.";
    display: block;
    margin: 20px 0;
    background: #ed475b;
    padding: 20px;
    color: #fff;
}

.product-label.onsale {
    display: none;
}

/* Elementos ocultos */
.provincia-ml .progress-msg,
.provincia-ml .progress-area,
.provincia-ce .progress-msg,
.provincia-ce .progress-area,
.provincia-gc .progress-msg,
.provincia-gc .progress-area,
.provincia-tf .progress-msg,
.provincia-tf .progress-area {
    display: none !important;
}

#shipping_method b,
#shipping_method br,
#shipping_method img {
    display: none !important;
}

.product_meta .posted_in {
    display: none;
}

span.wpcsc-size-charts-list-label {
    display: none;
}@media (min-width: 1025px) {
	.title-size-small .title {
    font-size: 28px !important;
    font-weight: 500 !important;
}

}

@media (max-width: 576px) {
	.page-title .title {
    font-size: 24px !important;
    line-height: 1.2;
}
.whb-top-bar .wd-nav-secondary>li>a {
    font-size: 12px;
}
.wd-nav-img, .mega-menu-list img {
    margin-right: 5px;
    max-height: 17px;
}
#menu-item-21516 img,.menu-item-21516 img {
    max-height: 15px;
}
}

