@keyframes fnAutoFill {
  to {
    font-family: inherit;
    font-size: inherit;
  }
}
.product-page {
  display: block;
  padding: 0 3em;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .product-page {
    padding: 0 1em;
  }
}
.products {
  --site-link-hover-style: none;
  --site-link-color: #c98450;
  --site-link-hover-color: #ffc100;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
.product {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  align-items: stretch;
  justify-content: stretch;
  font-size: 1em;
}
.product__imaged {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 1em;
  border-radius: 1em;
}
.product__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: all 0.5s;
}
.product__info {
  z-index: 5;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  inset: 0;
}
.product__description {
  flex: 1 1 auto;
  font-size: 0.9em;
}
.product__conditions {
  font-size: 0.9em;
}
.product__order {
  margin-top: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
:root {
  --shooting-boxes: 2;
  --shooting-boxes-gap: 1em;
  --shooting-size: 1em;
  --shooting-title-width: auto;
  --shooting-subtitle-width: auto;
  --shooting-title-size: 1.3em;
  --shooting-price-size: 1.6em;
  --shooting-subtitle-size: 1.2em;
  --shooting-description-size: 0.9em;
  --shooting-conditions-size: 0.9em;
  --shooting-imaged-min-height: 4em;
  --shooting-imaged-margin: -1em -1em 1.5em -1em;
  --shooting-imaged-radius: 1em 1em 0 0;
  --shooting-imaged-border: none;
  --shooting-imaged-shadow: none;
  --shooting-imaged-pad: 1em;
  --shooting-subtitle-color: #e7e7e7;
  --shooting-title-color: currentColor;
  --shooting-price-color: #fff;
  --shooting-description-color: #9eacb3;
  --shooting-conditions-color: #977755;
  --shooting-weapons-cards: 4;
}
.products__shooting {
  grid-template-columns: repeat(var(--shooting-boxes), 1fr);
  gap: var(--shooting-boxes-gap);
}
.products__shooting.products__shooting {
  display: grid;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .products__shooting {
    --shooting-boxes: 2;
    --shooting-imaged-min-height: 8em;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .products__shooting {
    --shooting-boxes: 2;
    --shooting-imaged-min-height: 8em;
    --shooting-title-size: 1.2em;
    --shooting-title-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 500px) {
  .products__shooting {
    --shooting-boxes: 1;
    --shooting-imaged-min-height: 2em;
    --shooting-title-size: 1.3em;
    --shooting-title-width: 100%;
  }
}
.product__shooting {
  font-size: var(--shooting-size);
}
.product__shooting:not(.full) {
  --df-light-back: #3A5F7D;
  --df-dark-back: #0B1722;
  --df-rad: 169deg;
  padding: 1.4em;
  border-radius: 1em;
  border: 1px solid #3D4D5B;
  background: linear-gradient(var(--df-rad), var(--df-light-back), var(--df-dark-back), var(--df-dark-back), var(--df-dark-back), var(--df-dark-back));
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
}
.product__shooting .product__imaged {
  padding: var(--shooting-imaged-pad);
  border-radius: var(--shooting-imaged-radius);
  margin: var(--shooting-imaged-margin);
  min-height: var(--shooting-imaged-min-height);
  border: var(--shooting-imaged-border);
  box-shadow: var(--shooting-imaged-shadow);
}
.product__shooting .product__shade {
  background: linear-gradient(142deg, #160b0b, #1e090959);
}
.product__shooting .product__shade:hover {
  background: linear-gradient(142deg, #000000f5, #1e090959);
}
.product__shooting .product__info .subtitle {
  z-index: 2;
  font-size: var(--shooting-subtitle-size);
  width: var(--shooting-subtitle-width);
  color: var(--shooting-subtitle-color);
}
.product__shooting .product__info .title {
  flex: 1 1 auto;
  z-index: 2;
  font-size: var(--shooting-title-size);
  width: var(--shooting-title-width);
  color: var(--shooting-title-color);
  text-shadow: 1px 1px 1px #00000061;
  padding: 0.8em 1em 0 0;
}
.product__shooting .product__info .min-price {
  text-align: right;
  margin-top: 1em;
  font-size: var(--shooting-price-size);
  color: var(--shooting-price-color);
}
.product__shooting .product__description {
  flex: 1 1 auto;
  font-size: var(--shooting-description-size);
  color: var(--shooting-description-color);
}
.product__shooting .product__conditions {
  font-size: var(--shooting-condition-size);
  color: var(--shooting-conditions-color);
}
.product__shooting .product__weapons {
  margin: 1em 0;
  display: grid;
  grid-template-columns: repeat(var(--shooting-weapons-cards), 1fr);
  gap: 1em;
}
.product__shooting .product__weapons .weapon {
  padding: 0.3em;
  border: 1px solid #264b5d;
  border-radius: 0.5em;
  background: #1d3b57;
  box-shadow: 0 0 4px #00000044;
}
.product__shooting .product__weapons .weapon > div {
  padding: 0.5em;
}
.product__shooting .product__weapons .weapon .image {
  display: block;
  box-sizing: border-box;
  border: 1px solid #264b5d;
  border-radius: 0.5em;
  overflow: hidden;
  transition: all 0.5s;
}
.product__shooting .product__weapons .weapon .image img {
  display: block;
  width: 100%;
  height: auto;
}
.product__shooting .product__weapons .weapon .image:hover {
  border: 1px solid #bd7d30;
}
.product__shooting .product__weapons .weapon .title {
  font-size: 0.9em;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product__shooting {
    --shooting-weapons-cards: 2;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .product__shooting {
    --shooting-weapons-cards: 2;
  }
}
@media only screen and (min-width: 0) and (max-width: 400px) {
  .product__shooting {
    --shooting-weapons-cards: 1;
  }
}
.product__shooting.full {
  --shooting-size: 1.2em;
  --shooting-title-width: auto;
  --shooting-subtitle-width: auto;
  --shooting-imaged-min-height: 5em;
  --shooting-price-color: #ffbc00;
  --shooting-imaged-margin: 0 0 1em 0;
  --shooting-imaged-radius: 1em;
  --shooting-imaged-border: 1px solid #313131;
  --shooting-imaged-shadow: 0 0 4px #00000077;
}
