/* Codex refinement: standalone Tienda */ .post-type-archive-product .tc-hot-crumble { margin-bottom: 18px; } .post-type-archive-product .woocommerce-products-header { margin: 0 0 20px; padding: 28px 30px; border-radius: 22px; background: linear-gradient(135deg,#15191f 0%,#272e37 100%); box-shadow: 0 18px 36px rgba(18,22,28,.14); } .post-type-archive-product .woocommerce-products-header__title.page-title { color: #fff; font-size: clamp(32px,4vw,46px); line-height: 1.04; letter-spacing: -.03em; margin: 0; } .post-type-archive-product .woocommerce-notices-wrapper + .woocommerce-result-count, .post-type-archive-product .woocommerce-result-count { margin: 0; color: #5f6977; font-weight: 600; } .post-type-archive-product .woocommerce-ordering { margin: 14px 0 24px; } .post-type-archive-product .woocommerce-ordering .orderby { min-width: 260px; background: #fff; } .post-type-archive-product ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; } .post-type-archive-product ul.products:before, .post-type-archive-product ul.products:after { display: none !important; } .post-type-archive-product ul.products li.product { float: none; width: auto; margin: 0; display: flex; flex-direction: column; padding: 16px; border-radius: 20px; background: #fff; border: 1px solid rgba(22,26,32,.08); box-shadow: 0 12px 28px rgba(18,22,28,.06); transition: transform .18s ease, box-shadow .18s ease; } .post-type-archive-product ul.products li.product:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(18,22,28,.10); } .post-type-archive-product ul.products li.product .onsale { left: 14px; top: 14px; right: auto; min-width: 0; min-height: 0; padding: 8px 10px; border-radius: 999px; background: #c62828; line-height: 1; } .post-type-archive-product ul.products li.product a img { border-radius: 14px; background: #fff; margin-bottom: 14px; } .post-type-archive-product ul.products li.product .woocommerce-loop-product__title { font-size: 18px; line-height: 1.3; color: #1b2128; min-height: 4.8em; } .post-type-archive-product ul.products li.product .price { color: #1b2128; font-weight: 700; margin-bottom: 14px; } .post-type-archive-product ul.products li.product .button { margin-top: auto; width: 100%; text-align: center; background: #c62828; color: #fff; border: 0; min-height: 44px; } .post-type-archive-product ul.products li.product .button:hover { background: #d83a3a; } .post-type-archive-product nav.woocommerce-pagination ul { border: 0; } .post-type-archive-product nav.woocommerce-pagination ul li { border: 0; margin: 0 4px; } .post-type-archive-product nav.woocommerce-pagination ul li span, .post-type-archive-product nav.woocommerce-pagination ul li a { border-radius: 12px; border: 1px solid rgba(22,26,32,.08); min-width: 42px; min-height: 42px; display: inline-flex; align-items: center; justify-content: center; } #footer #footer_two aside:first-child { display: none; } @media (max-width: 1200px) { .post-type-archive-product ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); } } @media (max-width: 979px) { .post-type-archive-product ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 640px) { .post-type-archive-product .woocommerce-products-header { padding: 22px; } .post-type-archive-product ul.products { grid-template-columns: 1fr; } .post-type-archive-product .woocommerce-ordering .orderby { width: 100%; min-width: 0; } }
Skip to content