/* Collector Precision theme layer */
:root {
  --pf-canvas: #f4f4f1;
  --pf-surface: #ffffff;
  --pf-graphite: #1b1f26;
  --pf-ink: #20242b;
  --pf-muted: #69707a;
  --pf-crimson: #a90015;
  --pf-crimson-dark: #850010;
  --pf-brass: #b8923d;
  --pf-border: #e1e3e5;
  --pf-success: #287750;
  --pf-shadow: 0 10px 28px rgba(27, 31, 38, .07);
}

html,
body,
#page {
  background: var(--pf-canvas);
  color: var(--pf-ink);
}

body {
  font-family: "Ubuntu", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

h1,
h2,
h3,
h4,
h5,
h6,
.pf-btn,
.pf-account-button,
.pf-nav-shortcuts,
.product-thumb .name {
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--pf-graphite);
  text-transform: none;
}

a {
  color: var(--pf-graphite);
}

a:hover,
a:focus {
  color: var(--pf-crimson);
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid var(--pf-brass);
  outline-offset: 2px;
}

.container {
  width: 100%;
  max-width: 1180px;
}

.pf-eyebrow {
  display: inline-block;
  color: var(--pf-brass);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pf-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.pf-btn-primary,
.pf-product-section .product-btn-add,
.btn-primary {
  border-color: var(--pf-crimson);
  background: var(--pf-crimson);
  color: #fff;
}

.pf-btn-primary:hover,
.pf-btn-primary:focus,
.pf-product-section .product-btn-add:hover,
.pf-product-section .product-btn-add:focus,
.btn-primary:hover,
.btn-primary:focus {
  border-color: var(--pf-crimson-dark);
  background: var(--pf-crimson-dark);
  color: #fff;
}

.pf-btn-secondary {
  border-color: rgba(255, 255, 255, .65);
  background: rgba(27, 31, 38, .9);
  color: #fff;
}

.pf-btn-secondary:hover,
.pf-btn-secondary:focus {
  border-color: #fff;
  background: #fff;
  color: var(--pf-graphite);
}

/* Header */
.pf-site-header,
header.pf-site-header {
  position: relative;
  z-index: 20;
  border-bottom: 0;
  background: var(--pf-surface);
  box-shadow: 0 8px 24px rgba(27, 31, 38, .05);
}

.pf-announcement {
  min-height: 32px;
  background: var(--pf-crimson);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.pf-announcement .container {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.pf-announcement span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.pf-announcement a {
  color: #fff;
  text-decoration: none;
}

.pf-announcement a:hover {
  text-decoration: underline;
}

.pf-mainbar {
  background: var(--pf-surface);
}

.pf-mainbar-grid {
  min-height: 84px;
  display: grid;
  grid-template-columns: minmax(160px, 210px) minmax(300px, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.pf-logo,
.pf-site-header .logo {
  float: none;
}

.pf-logo img {
  width: auto;
  max-width: 100%;
  max-height: 58px;
}

.pf-header-search,
.pf-header-search .search {
  width: 100%;
  margin: 0;
  float: none;
}

.pf-header-search .search {
  position: relative;
}

.pf-header-search .search input {
  width: 100%;
  height: 46px;
  padding: 0 54px 0 16px;
  border: 1px solid var(--pf-border);
  border-radius: 4px;
  background: #fff;
  color: var(--pf-ink);
  font-family: "Ubuntu", Arial, sans-serif;
  font-size: 14px;
  box-shadow: none;
}

.pf-header-search .search input:focus {
  border-color: var(--pf-brass);
}

.pf-header-search .button-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 46px;
  border: 0;
  border-radius: 0 4px 4px 0;
  background: var(--pf-graphite);
  color: #fff;
}

.pf-header-search .button-search:hover {
  background: var(--pf-crimson);
}

.pf-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.pf-header-locale {
  display: flex;
  align-items: center;
  gap: 4px;
}

.pf-header-locale .box-language,
.pf-header-locale .box-currency {
  float: none;
  margin: 0;
}

.pf-header-locale .box-language ul > li,
.pf-header-locale .box-currency ul > li {
  float: left;
}

.pf-header-locale .box-language ul > li > a,
.pf-header-locale .box-language ul > li > button,
.pf-header-locale .box-currency ul > li > a,
.pf-header-locale .box-currency ul > li > button {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: var(--pf-border);
  background: #fff;
  color: var(--pf-muted);
  font-size: 11px;
  line-height: 1;
}

.pf-header-locale .box-language ul > li > .selected,
.pf-header-locale .box-currency ul > li > .selected {
  background: #f1f1ee;
  color: var(--pf-graphite);
}

.pf-account-button,
.pf-header-cart .cart > .toggle {
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid var(--pf-border);
  border-radius: 4px;
  background: #fff;
  color: var(--pf-graphite);
  font-size: 12px;
  font-weight: 700;
}

.pf-account-button:hover,
.pf-header-cart .cart > .toggle:hover {
  border-color: var(--pf-brass);
  color: var(--pf-crimson);
}

.pf-header-cart,
.pf-header-cart .box-cart,
.pf-header-cart .cart {
  min-width: 0;
  margin: 0;
  float: none;
}

.pf-header-cart .cart > .toggle {
  min-width: 82px;
}

.pf-header-cart .cart-total2 {
  top: -5px;
  right: -5px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 10px;
  background: var(--pf-crimson);
  color: #fff;
  font-size: 10px;
  line-height: 15px;
}

.pf-header-cart .toggle_cont {
  right: 0;
  left: auto;
  border: 1px solid var(--pf-border);
  border-radius: 4px;
  box-shadow: var(--pf-shadow);
}

.pf-primary-nav {
  min-height: 48px;
  background: var(--pf-graphite);
}

.pf-primary-menu {
  padding: 0;
}

.pf-nav-shortcuts {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
}

.pf-nav-shortcuts a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.pf-nav-shortcuts a:hover,
.pf-nav-shortcuts a:focus {
  background: rgba(255, 255, 255, .07);
  color: #fff;
}

.pf-nav-toggle {
  width: 100%;
  min-height: 46px;
  display: none;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}

/* Homepage */
.pf-home-hero {
  min-height: 500px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(27, 31, 38, .92) 0%, rgba(27, 31, 38, .72) 42%, rgba(27, 31, 38, .12) 76%),
    url("../../../../../image/catalog/DSC00174-11.jpg") center center / cover no-repeat;
  color: #fff;
}

.pf-hero-copy {
  width: 100%;
  max-width: 650px;
  padding: 64px 0;
}

.pf-hero-copy h1 {
  max-width: 640px;
  margin: 10px 0 16px;
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: none;
}

.pf-hero-copy p {
  max-width: 580px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 17px;
  line-height: 1.65;
}

.pf-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.pf-trust-strip {
  position: relative;
  z-index: 2;
  margin-top: -28px;
}

.pf-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--pf-border);
  border-radius: 6px;
  background: #fff;
  box-shadow: var(--pf-shadow);
  overflow: hidden;
}

.pf-trust-item {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-right: 1px solid var(--pf-border);
}

.pf-trust-item:last-child {
  border-right: 0;
}

.pf-trust-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(184, 146, 61, .4);
  border-radius: 50%;
  color: var(--pf-brass);
  font-size: 16px;
}

.pf-age-icon {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.pf-trust-item strong,
.pf-trust-item span {
  display: block;
}

.pf-trust-item strong {
  color: var(--pf-graphite);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.3;
}

.pf-trust-item div > span {
  margin-top: 4px;
  color: var(--pf-muted);
  font-size: 12px;
  line-height: 1.35;
}

.pf-category-feature {
  padding: 64px 0 48px;
}

.pf-section-heading {
  margin-bottom: 24px;
}

.pf-section-heading h2,
.pf-model-finder h2,
.pf-support-band h2 {
  margin: 7px 0 0;
  color: var(--pf-graphite);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.pf-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.pf-category-card {
  min-height: 292px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding: 24px;
  border-radius: 6px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  color: #fff;
  box-shadow: var(--pf-shadow);
  transform: translateY(0);
  transition: transform .2s ease, box-shadow .2s ease;
}

.pf-category-card:hover,
.pf-category-card:focus {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(27, 31, 38, .12);
}

.pf-category-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(27, 31, 38, .03) 28%, rgba(27, 31, 38, .86) 100%);
}

.pf-category-card span,
.pf-category-card strong,
.pf-category-card em {
  position: relative;
  z-index: 1;
}

.pf-category-card span {
  color: #e1c987;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.pf-category-card strong {
  max-width: 320px;
  margin-top: 8px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.35;
}

.pf-category-card em {
  margin-top: 16px;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.pf-category-card em i {
  margin-left: 6px;
}

.pf-category-models {
  background-image: url("../../../../../image/catalog/DSC00174-1.jpg");
}

.pf-category-ammo {
  background-image: url("../../../../../image/catalog/DSC00170-1.jpg");
}

.pf-category-accessories {
  background-image: url("../../../../../image/catalog/dose_silber-1.jpg");
}

.pf-model-finder {
  padding: 40px 0;
  border-top: 1px solid var(--pf-border);
  border-bottom: 1px solid var(--pf-border);
  background: #fff;
}

.pf-model-finder-inner {
  display: grid;
  grid-template-columns: minmax(250px, .8fr) minmax(520px, 1.4fr);
  align-items: center;
  gap: 48px;
}

.pf-model-finder h2 {
  font-size: 26px;
}

.pf-model-finder p {
  max-width: 430px;
  margin: 8px 0 0;
  color: var(--pf-muted);
}

.pf-model-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--pf-border);
  border-radius: 4px;
  overflow: hidden;
}

.pf-model-links a {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 15px;
  border-right: 1px solid var(--pf-border);
  background: #fff;
  color: var(--pf-graphite);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.pf-model-links a:last-child {
  border-right: 0;
}

.pf-model-links a:hover,
.pf-model-links a:focus {
  background: var(--pf-graphite);
  color: #fff;
}

/* Product sections and cards */
.pf-home-products {
  padding: 56px 0 0;
}

.pf-home-lower-products {
  padding-top: 0;
}

.pf-home-products .pf-banner-module,
.pf-home-bottom .pf-banner-module {
  display: none !important;
}

.pf-product-section {
  margin: 0 0 56px;
}

.pf-product-section + .pf-product-section {
  padding-top: 48px;
  border-top: 1px solid var(--pf-border);
}

.pf-product-section-heading,
.box-heading.pf-product-section-heading {
  min-height: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--pf-graphite);
  text-align: left;
}

.pf-product-section-heading h3,
.box-heading.pf-product-section-heading h3 {
  margin: 5px 0 0;
  color: var(--pf-graphite);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}

.pf-section-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--pf-brass);
  color: var(--pf-graphite);
  font-size: 13px;
  font-weight: 700;
}

.pf-section-link:hover {
  border-color: var(--pf-crimson);
}

.pf-product-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.pf-product-section .product-layout {
  display: flex;
  margin-bottom: 24px;
  padding-left: 10px;
  padding-right: 10px;
}

.pf-product-section .product-thumb {
  width: 100%;
  min-height: 430px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0;
  border: 1px solid var(--pf-border);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(27, 31, 38, .055);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.pf-product-section .product-thumb:hover {
  border-color: #d2d4d7;
  box-shadow: 0 14px 30px rgba(27, 31, 38, .09);
  transform: translateY(-2px);
}

.pf-product-section .product-thumb > .image {
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 18px;
  border-bottom: 1px solid var(--pf-border);
  background: #fafaf8;
}

.pf-product-section .product-thumb > .image > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.pf-product-section .product-thumb > .image img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform .25s ease;
}

.pf-product-section .product-thumb:hover > .image img {
  transform: scale(1.025);
}

.pf-product-section .product-thumb .caption {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 16px;
  text-align: left;
}

.pf-product-section .product-thumb .name {
  min-height: 66px;
  max-height: 66px;
  display: -webkit-box;
  margin: 0 0 10px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.pf-product-section .product-thumb .name a {
  color: var(--pf-graphite);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  text-transform: none;
}

.pf-product-section .product-thumb .name a:hover {
  color: var(--pf-crimson);
}

.pf-product-section .product-thumb .price {
  min-height: 31px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  color: var(--pf-crimson);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.pf-product-section .product-thumb .price-old {
  color: #8b9198;
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
}

.pf-product-section .product-thumb .price-tax {
  display: none;
}

.pf-product-meta {
  min-height: 22px;
  margin-top: 7px;
  color: var(--pf-success);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.pf-product-meta i {
  margin-right: 4px;
}

.pf-product-meta span {
  margin: 0 3px;
  color: #a2a6ab;
}

.pf-card-actions {
  margin-top: auto;
  padding-top: 14px;
}

.pf-product-section .pf-card-actions .product-btn-add {
  width: 100%;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 4px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.pf-product-section .pf-card-actions button.product-btn-add {
  border-style: solid;
  border-width: 1px;
}

.pf-product-option-link {
  text-decoration: none;
}

.pf-product-section .quick_info,
.pf-product-section .quickview,
.pf-product-section .product-option-wrap,
.pf-product-section .description,
.pf-product-section .rating,
.pf-product-section .cart-button,
.pf-product-section .aside,
.pf-product-section hr,
.pf-compatibility-line,
.pf-details-link {
  display: none !important;
}

.product-thumb .sale,
.product-thumb .new_pr {
  width: auto;
  height: auto;
  min-width: 0;
  display: inline-flex;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.product-thumb .sale span,
.product-thumb .new_pr span,
.sale span,
.new_pr span {
  min-height: 25px;
  display: inline-flex;
  position: static;
  align-items: center;
  padding: 0 10px;
  border: 1px solid var(--pf-crimson);
  border-radius: 999px;
  background: var(--pf-crimson);
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transform: none;
}

.product-thumb .new_pr span {
  border-color: var(--pf-graphite);
  background: rgba(255, 255, 255, .96);
  color: var(--pf-graphite);
}

/* Support and footer */
.pf-support-band {
  padding: 56px 0;
  background: var(--pf-graphite);
  color: rgba(255, 255, 255, .82);
}

.pf-support-band-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
}

.pf-support-band h2 {
  margin-top: 7px;
  color: #fff;
}

.pf-support-band p {
  max-width: 720px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.65;
}

.pf-support-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 18px;
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  font-weight: 500;
}

.pf-support-points i {
  margin-right: 5px;
  color: #d9c17e;
}

.pf-btn-whatsapp {
  min-width: 180px;
  border-color: #fff;
  background: #fff;
  color: var(--pf-graphite);
}

.pf-btn-whatsapp:hover,
.pf-btn-whatsapp:focus {
  border-color: var(--pf-brass);
  background: var(--pf-brass);
  color: #fff;
}

.pf-site-footer {
  margin: 0;
  padding: 44px 0 26px;
  background: #15181e;
  color: rgba(255, 255, 255, .68);
  font-family: "Ubuntu", Arial, sans-serif;
}

.pf-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.pf-site-footer h5 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}

.pf-site-footer h5:after {
  width: 28px;
  height: 2px;
  margin-top: 8px;
  background: var(--pf-brass);
}

.pf-site-footer li {
  margin-top: 7px;
  font-size: 12px;
}

.pf-site-footer a {
  color: rgba(255, 255, 255, .76);
}

.pf-site-footer a:hover {
  color: #fff;
}

.pf-secure-payments {
  width: auto;
  max-width: 145px;
  max-height: 48px;
  margin-top: 12px;
}

.pf-footer-bottom {
  margin-top: 26px;
  padding-top: 18px;
}

.pf-footer-bottom p {
  font-size: 12px;
}

.pf-site-footer .copyright {
  margin-top: 16px;
  font-size: 11px;
}

/* Category catalog */
.pf-category-page {
  padding-bottom: 64px;
}

.pf-category-page .breadcrumb {
  margin: 18px 0;
  padding: 0;
  background: transparent;
}

.pf-category-header {
  margin-bottom: 28px;
  padding: 28px;
  border: 1px solid var(--pf-border);
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
}

.pf-category-header h1 {
  margin: 7px 0 10px;
  color: var(--pf-graphite);
  font-size: 34px;
  line-height: 1.2;
  text-transform: none;
}

.pf-category-header p {
  max-width: 720px;
  margin: 0;
  color: var(--pf-muted);
}

.pf-whatsapp-inline {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  padding: 9px 13px;
  border: 1px solid var(--pf-border);
  border-radius: 4px;
  background: #fff;
  color: var(--pf-graphite);
  font-size: 12px;
  font-weight: 700;
}

.pf-whatsapp-inline:hover {
  border-color: var(--pf-brass);
}

.pf-category-description {
  margin-bottom: 32px;
  color: var(--pf-muted);
}

.pf-category-description .img-thumbnail {
  border-color: var(--pf-border);
  border-radius: 4px;
  background: #fff;
}

.pf-subcategories {
  margin-bottom: 32px;
}

.pf-subcategories h2 {
  margin: 0 0 16px;
  font-size: 22px;
}

.pf-subcategories .box-subcat {
  margin: 0 -8px;
  padding: 0;
}

.pf-subcategories .box-subcat > li {
  margin-bottom: 16px;
  padding: 0 8px;
}

.pf-subcategories .thumb {
  height: 100%;
  display: block;
  border: 1px solid var(--pf-border);
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

.pf-subcategories .thumb .image {
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: #fafaf8;
}

.pf-subcategories .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pf-subcategories .subcatname {
  display: block;
  padding: 12px;
  color: var(--pf-graphite);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.pf-category-page .product-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-bottom: 26px;
  padding: 14px;
  border: 1px solid var(--pf-border);
  border-radius: 6px;
  background: #fff;
}

.pf-category-page .product-filter_elem {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pf-category-page .product-filter_elem.show {
  margin-left: auto;
}

.pf-category-page .product-filter select {
  height: 40px;
  padding: 0 32px 0 10px;
  border: 1px solid var(--pf-border);
  border-radius: 4px;
  background-color: #fff;
}

.pf-category-page .button-view button,
.pf-category-page .compare-total {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pf-border);
  border-radius: 4px;
  background: #fff;
  color: var(--pf-graphite);
}

.pf-category-page .compare-total span {
  display: none;
}

.pf-category-catalog {
  margin-bottom: 24px;
}

.pf-category-catalog .product-list {
  width: 100%;
}

.pf-category-catalog .product-list .product-thumb {
  min-height: 250px;
  flex-direction: row;
}

.pf-category-catalog .product-list .product-thumb > .image {
  width: 280px;
  min-width: 280px;
  aspect-ratio: 1 / 1;
  border-right: 1px solid var(--pf-border);
  border-bottom: 0;
}

.pf-category-catalog .product-list .caption {
  justify-content: center;
  padding: 24px;
}

.pf-category-catalog .product-list .name {
  min-height: 0;
  max-height: none;
}

.pf-pagination-row {
  display: flex;
  align-items: center;
}

.pf-pagination-row .pagination {
  margin: 0;
}

@media (min-width: 768px) {
  .pf-primary-menu.collapse {
    display: block !important;
    height: auto !important;
  }
}

@media (max-width: 1100px) {
  .pf-mainbar-grid {
    grid-template-columns: minmax(145px, 185px) minmax(240px, 1fr) auto;
    gap: 16px;
  }

  .pf-header-locale {
    display: none;
  }

  .pf-nav-shortcuts a {
    padding: 0 10px;
    font-size: 11px;
  }

  .pf-model-finder-inner {
    grid-template-columns: minmax(220px, .7fr) minmax(470px, 1.3fr);
    gap: 32px;
  }
}

@media (max-width: 991px) {
  .pf-announcement .container {
    gap: 18px;
  }

  .pf-account-button span,
  .pf-header-cart .cart-label {
    display: none;
  }

  .pf-account-button,
  .pf-header-cart .cart > .toggle {
    width: 46px;
    min-width: 46px;
    padding: 0;
  }

  .pf-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pf-trust-item:nth-child(2) {
    border-right: 0;
  }

  .pf-trust-item:nth-child(-n+2) {
    border-bottom: 1px solid var(--pf-border);
  }

  .pf-model-finder-inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .pf-model-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pf-model-links a:nth-child(2) {
    border-right: 0;
  }

  .pf-model-links a:nth-child(-n+2) {
    border-bottom: 1px solid var(--pf-border);
  }

  .pf-support-band-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pf-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .pf-announcement .container {
    justify-content: space-between;
  }

  .pf-announcement span:nth-child(2) {
    display: none;
  }

  .pf-mainbar-grid {
    min-height: 0;
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .pf-logo img {
    max-height: 46px;
  }

  .pf-header-search {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .pf-header-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .pf-nav-toggle {
    display: flex;
  }

  .pf-primary-menu {
    border-top: 1px solid rgba(255, 255, 255, .1);
  }

  .pf-nav-shortcuts {
    display: block;
    padding: 6px 0 10px;
  }

  .pf-nav-shortcuts a {
    width: 100%;
    min-height: 40px;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    font-size: 12px;
  }

  .pf-nav-shortcuts a:last-child {
    border-bottom: 0;
  }

  .pf-home-hero {
    min-height: 440px;
    background:
      linear-gradient(180deg, rgba(27, 31, 38, .84), rgba(27, 31, 38, .68)),
      url("../../../../../image/catalog/DSC00174-11.jpg") 58% center / cover no-repeat;
  }

  .pf-hero-copy {
    max-width: 560px;
    padding: 48px 0;
  }

  .pf-hero-copy h1 {
    font-size: 34px;
  }

  .pf-hero-copy p {
    font-size: 15px;
  }

  .pf-trust-strip {
    margin-top: 0;
  }

  .pf-category-feature {
    padding: 48px 0 40px;
  }

  .pf-category-grid {
    grid-template-columns: 1fr;
  }

  .pf-category-card {
    min-height: 250px;
  }

  .pf-model-finder {
    padding: 34px 0;
  }

  .pf-home-products {
    padding-top: 44px;
  }

  .pf-product-section {
    margin-bottom: 44px;
  }

  .pf-product-section-heading h3,
  .box-heading.pf-product-section-heading h3,
  .pf-section-heading h2,
  .pf-support-band h2 {
    font-size: 24px;
  }

  .pf-product-section .product-thumb {
    min-height: 400px;
  }

  .pf-product-section .product-thumb > .image {
    min-height: 180px;
    padding: 14px;
  }

  .pf-product-section .product-thumb .caption {
    padding: 14px;
  }

  .pf-support-band {
    padding: 44px 0;
  }

  .pf-category-page {
    padding-bottom: 44px;
  }

  .pf-category-header {
    padding: 22px;
  }

  .pf-category-header h1 {
    font-size: 28px;
  }

  .pf-category-page .product-filter_elem.show {
    margin-left: 0;
  }

  .pf-category-catalog .product-list .product-thumb {
    flex-direction: column;
  }

  .pf-category-catalog .product-list .product-thumb > .image {
    width: 100%;
    min-width: 0;
    border-right: 0;
    border-bottom: 1px solid var(--pf-border);
  }

  .pf-category-catalog .product-list .caption {
    padding: 14px;
  }
}

@media (max-width: 560px) {
  .pf-announcement span:nth-child(3) {
    display: none;
  }

  .pf-announcement .container {
    justify-content: center;
  }

  .pf-trust-grid {
    grid-template-columns: 1fr;
  }

  .pf-trust-item,
  .pf-trust-item:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--pf-border);
  }

  .pf-trust-item:last-child {
    border-bottom: 0;
  }

  .pf-hero-actions .pf-btn {
    width: 100%;
  }

  .pf-model-links {
    grid-template-columns: 1fr;
  }

  .pf-model-links a,
  .pf-model-links a:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--pf-border);
  }

  .pf-model-links a:last-child {
    border-bottom: 0;
  }

  .pf-footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .pf-category-page .product-filter {
    align-items: stretch;
  }

  .pf-category-page .product-filter_elem,
  .pf-category-page .product-filter_elem.sort,
  .pf-category-page .product-filter_elem.show {
    width: 100%;
  }

  .pf-category-page .product-filter select {
    min-width: 0;
    flex: 1 1 auto;
  }
}

@media (max-width: 420px) {
  .pf-hero-copy h1 {
    font-size: 30px;
  }

  .pf-product-section .product-layout {
    width: 100%;
  }

  .pf-product-section .product-thumb {
    min-height: 430px;
  }

  .pf-product-section-heading,
  .box-heading.pf-product-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
