/** Shopify CDN: Minification failed

Line 21:16 Expected ":"

**/
.sidebar-container div {
  overflow: hidden;
}

.product-sku {
  color: var(--color-accent);
  font-weight: 900;
  margin-bottom: 10px;
}

#age-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;x
  background-color: #ffffffe5;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 900;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#age-modal {
  max-width: 33rem;
  margin: 5px;
  background-color: #fff;
  border-radius: 0px;
  text-align: center;
  filter: drop-shadow(2px 5px 60px rgba(0, 0, 0, 0.22));
}

#age-modal-content {
  padding: 0px 20px 20px 20px;
}

#age-modal img {
  border-radius: 0px;
  margin-bottom: 0px;
}

#age-modal h2 {
  font-size: 2rem;
}

#age-modal p {
  font-size: 1.2rem;
}

#age-modal button {
  padding: 10px 20px;
  margin: 0 10px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

#age-modal button.yes {
  background-color: #2f7fd4;
  color: white;
  border-radius: 1px;
  border: 2px solid #2f7fd4;
  text-transform: uppercase;
  padding: 15px 30px;
  display: inline-block;
  margin: 0px;
  text-decoration: none;
  font-weight: bold;
  font-family: "stratum-2-web", sans-serif;
  font-size: 17px;
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
}

#age-modal button.no {
  background-color: #fff;
  color: #2f7fd4;
  border-radius: 1px;
  border: 2px solid #2f7fd4;
  text-transform: uppercase;
  padding: 15px 30px;
  display: inline-block;
  margin: 0px;
  text-decoration: none;
  font-weight: bold;
  font-family: "stratum-2-web", sans-serif;
  font-size: 17px;
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
}

.barska-where-to-buy_list.logo-list {
  background: var(--color-accent);
  color: #fff;
  background: var(--color-accent);
  padding: 4rem 2rem !important;
  max-width: 100%;
  margin: 0px;
}

.barska-where-to-buy_list .section-header {
  max-width: 1200px;
  margin: 0 auto;
}

.barska-where-to-buy_list .logo-list--inner {
  grid-gap: 20px;
  grid-template-columns: repeat(var(--logo-columns), 1fr);
  max-width: 1200px;
  margin: 0 auto;
}

.barska-where-to-buy_list .logo-list--logo--has-bg {
  padding: 10px;
  background: #ffffff00;
  box-shadow: none;
}

.barska-where-to-buy_list .section-header--title {
  color: white !important;
}

.barska-where-to-buy_list .logo-list--logo--has-bg img {
  filter: brightness(0) invert(1) contrast(1) grayscale(1);
}

.pop-up-link-selector {
  opacity: 0.78;
}

.logo-list--logo--has-bg {
  isolation: isolate;
  border-radius: 0px !important;
  padding: 20px !important;
}

.animated-marker .svg-marker {
  display: none !important;
}

.badge {
  text-transform: uppercase;
  font-weight: bold;
  clip-path: polygon(5px 0, 100% 0, 100% 100%, 0 100%, 0 5px);
}

.shopify-section.breadcrumbs-section .row {
  padding: 0px !important;
}

.shopify-section.breadcrumbs-section .row .columns {
  padding: 0px !important;
}

.shopify-section.breadcrumbs-section .breadcrumbs {
  font-size: 0.75rem;
  overflow-x: scroll;
  padding: 15px 0px;
  display: inline-flex;
  width: 100%;
  white-space: nowrap;
  max-width: 100vw;
  text-align: left;
  scrollbar-width: none;
}

.breadcrumbs-section scroll-shadow {
  width: 100%;
  padding: 0px 10px;
}

.av-main-nav ul li a {
  border-right-style: solid;
  border-right-width: 0px !important;
  border-left-style: solid;
  border-left-width: 0px !important;
}

/* -------------- SUPPORT SECTION -------------*/

.support-section {
  background-color: #0c2332;
  background-image: unset;
}

.support-section .container {
  max-width: 1310px;
  padding: 0px 30px;
  margin: 0 auto;
}

.support .grid-item .overlay {
  opacity: 1 !important;
}

.support .grid-item .overlay:hover {
  opacity: 0.4 !important;
  background: black;
}

.footer .thb-widget-title {
  color: #ffffff !important;
  font-size: 1.3rem !important;
  font-weight: bold !important;
}

.thb-widget-menu a {
  font-size: 1rem !important;
  color: white !important;
}

.support .grid-item .overlay {
  opacity: 1 !important;
}

.support .grid-item {
  min-height: 215px !important;
}

.support .grid-item:nth-child(1) {
  grid-column: 1 / span 2;
  background: #2f7fd4;
}

.support .grid-item:nth-child(2) {
  grid-column: 3 / span 2;
  background: #2f7fd4;
}

.support .grid-item:nth-child(3) {
  grid-column: 5 / span 2;
  background: #2f7fd4;
}

@media only screen and (min-width: 321px) and (max-width: 690px) {
  .support .grid-item:nth-child(1) {
    grid-column: 1 / span 6;
  }

  .support .grid-item:nth-child(2) {
    grid-column: 1 / span 6;
  }

  .support .grid-item:nth-child(3) {
    grid-column: 1 / span 6;
  }
}

@media only screen and (max-width: 320px) {
  .support .grid-item:nth-child(1) {
    grid-column: 1 / span 6;
  }

  .support .grid-item:nth-child(2) {
    grid-column: 1 / span 6;
  }

  .support .grid-item:nth-child(3) {
    grid-column: 1 / span 6;
  }
}

/* ---- END ----- SUPPORT SECTION -------------*/

/* ------------------- FOOTER NAVIGATION STYLES -------------------------------( CUSTOM JS)---------------------------------------------*/

.footer .widget img {
  margin-bottom: 20px;
  max-width: 180px;
}

@media only screen and (max-width: 550px) {
  .footer-logo {
    max-width: 100px;
    margin: 0 auto;
  }
}

.enfold-menu {
  list-style: none !important;
  font-size: 20px;
  margin: 0px;
}

.enfold-menu li {
  margin: 5px 0px 0px 5px;
}

.enfold-menu li a {
  text-transform: uppercase;
}

.level-two-link a {
  font-size: 1.3rem !important;
  background: #080a00 !important;
  font-family: "static";
}

#text-2 {
  display: none;
}

/* ---------------------------------- GOOGLE PAY BUTTON --------------------------------*/

.shopify-payment-button__button.shopify-payment-button__button--branded
  .shopify-cleanslate
  div[role="button"] {
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
  border-radius: 0px !important;
  font-size: 1.1rem !important;
  font-weight: bold !important;
}

.thb-product-detail shopify-payment-terms {
  font-size: 1rem !important;
}

.shopify-payment-button .shopify-payment-button__more-options {
  font-size: 1rem !important;
}

/* ---------------------------------- MENU SEARCH --------------------------------*/

.fa-regular,
.far {
  font-weight: 400;
  font-size: 1.2rem;
}

.mega-menu-columns li a[title="Shop All"] {
  background-color: var(--color-accent);
  padding: 20px;
  line-height: 2.45rem;
  color: white;
  height: 40px;
  min-width: 100%;
  text-align: center;
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
}

.mega-menu-columns li a[title="On Sale"] {
  background-color: var(--color-accent);
  padding: 20px;
  line-height: 2.45rem;
  color: white;
  height: 40px;
  min-width: 100%;
  text-align: center;
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
}

@media only screen and (max-width: 420px) {
  .header--inner {
    grid-template-columns: auto 1fr 1fr !important;
  }
}

/* ---------------------------------- PRODUCT DETAILS DESCRIPTION --------------------------------*/

.thb-product-detail .product-single__media .figcaption {
  font-size: 1.1rem !important;
  line-height: 1.5 !important;
  text-align: left;
  padding: 7px 13px;
  position: absolute;
  width: auto;
  bottom: 10px;
  left: 10px;
  max-width: calc(100% - 20px);
  z-index: 5;
  background: var(--color-drawer-bg, #fff);
  border-radius: 0px !important;
}

.description-container {
  background: #fdfdfd;
  padding: 40px 20px 20px 20px;
  margin-top: 30px;
  border-top: 3px solid var(--color-header-bg);
}

.description-content {
  max-width: 75rem;
  margin: 0 auto;
  text-align: center;
}

.description-content h3 {
  text-align: center;
}

.description-content ul {
  list-style-type: square;
  columns: 3;
  text-align: left;
  column-gap: 40px;
  padding: 0;
  margin-top: 20px;
  list-style-position: outside;
  line-height: 1.1rem;
  column-fill: balance;
  break-before: column;
  orphans: 3;
}

.description-content ul li {
  padding-bottom: 12px;
}
.description-content p {
  max-width: 65rem;
  margin: 0 auto;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 500px) and (max-width: 999px) {
  .description-content ul {
    list-style-type: square;
    columns: 2;
    text-align: left;
    column-gap: 40px;
    padding: 0;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 499px) {
  .description-content ul {
    list-style-type: square;
    columns: 1;
    text-align: left;
    column-gap: 40px;
    padding: 0;
    margin-top: 20px;
  }
}

.description-content ol {
  list-style-type: square;
  columns: 2;
  text-align: left;
  column-gap: 40px;
  padding: 0;
  margin-top: 20px;
  list-style-position: outside;
  line-height: 1.1rem;
}

.description-content ol li {
  padding-bottom: 12px;
}

@media only screen and (min-width: 500px) and (max-width: 999px) {
  .description-content ol {
    list-style-type: square;
    columns: 2;
    text-align: left;
    column-gap: 40px;
    padding: 0;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 499px) {
  .description-content ol {
    list-style-type: square;
    columns: 1;
    text-align: left;
    column-gap: 40px;
    padding: 0;
    margin-top: 20px;
  }
}

.product-video {
  display: block;
  width: 100vw;
  height: 70vh;
}

.form__label {
  display: flex;
  width: 100%;
  align-items: center;
  font-weight: bold !important;
  font-size: 1rem !important;
  text-transform: uppercase !important;
  margin-bottom: 9px;
  font-family: "stratum-2-web" !important;
}

.reviews-section {
  padding: 4rem 3rem;
  margin: 0 auto;
  background: #f8f8f8;
  font-family: stratum-2-web, sans-serif !important;
}

.ElementsWidget-prefix .R-TextBody--inline {
  display: inline-block;
  text-transform: uppercase !important;
  text-align: center !important;
  font-weight: bold !important;
}

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__inner {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem;
  font-family: "stratum-2-web" !important;
}

.ElementsWidget-prefix .R-TextHeading--inline {
  font-family: "stratum-2-web" !important;
}

.ElementsWidget-prefix .R-TextHeading--xxs {
  font-family: "stratum-2-web" !important;
}

.ElementsWidget-prefix .R-TextHeading--xxxxs {
  font-family: "stratum-2-web" !important;
}

.ruk_rating_snippet {
  color: var(--color-accent) !important;
  margin-bottom: 10px;
  font-family: "stratum-2-web" !important;
  font-weight: bold;
  font-size: 1.2rem;
}

.ruk_rating_snippet .ruk-rating-snippet-count {
  margin-left: 10px;
}

.reviews-section #ReviewsWidget {
  max-width: 1000px;
  margin: 0 auto;
}

.ElementsWidget-prefix .u-textCenter--all {
  text-align: center !important;
  font-size: 1.2rem;
}

.ElementsWidget-prefix .u-textRight--all {
  display: none !important;
}

.ElementsWidget-prefix .R-Field .R-Field__input {
  background-color: #fff !important;
}

/* -------------- Simple ---------------*/

#shopify-section-template--21122447671618__32558da1-5519-4f1b-88a2-6e75c9959d35
  .rich-text__inner {
  max-width: 1200px !important;
  padding: 0;
  margin: 0 auto;
}

#shopify-section-template--21122447671618__32558da1-5519-4f1b-88a2-6e75c9959d35 {
  background: rgb(248, 248, 248);
  background: linear-gradient(
    180deg,
    rgba(248, 248, 248, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ) !important;
}

/* -------------- Default ---------------*/

#shopify-section-template--19328288981314__32558da1-5519-4f1b-88a2-6e75c9959d35
  .rich-text__inner {
  max-width: 1200px !important;
  padding: 0;
  margin: 0 auto;
}

#shopify-section-template--19328288981314__32558da1-5519-4f1b-88a2-6e75c9959d35 {
  background: rgb(248, 248, 248);
  background: linear-gradient(
    180deg,
    rgba(248, 248, 248, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ) !important;
}

#shopify-section-template--19328288981314__c902c944-d708-4b0a-88df-5c2157d4c824 {
  background: #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  padding: 2rem 0rem;
}

/* ---------------------------------- PRODUCT TEXT IMAGE ONE --------------------------------*/

.image-with-text.text_first .metafield-multi_line_text_field {
  text-align: right;
}

.image-with-text.text_first .image-with-text--image-media {
  clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%, 0 45px);
  border-radius: 0px !important;
  margin: 20px 0px;
}

@media only screen and (min-width: 1068px) {
  .image-with-text.text_first .image-with-text--content {
    padding: 55px;
  }
}

/* ---------------------------------- PRODUCT TEXT IMAGE TWO --------------------------------*/

.image-with-text.image_first .metafield-multi_line_text_field {
  text-align: left;
}

.image-with-text.image_first .image-with-text--image-media {
  clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%, 0 45px);
  border-radius: 0px !important;
  margin: 20px 0px;
}

@media only screen and (min-width: 1068px) {
  .image-with-text.image_first .image-with-text--content {
    padding: 55px;
  }
}

/* ---------------------------------- DETAILED SPECS --------------------------------*/

#shopify-section-template--19328288981314__fab20cfc-4181-4ebf-b237-7d8868a710c7 {
  border-top: 3px solid var(--color-header-bg);
  border-bottom: 3px solid var(--bg-body-darken);
  background: var(--color-secondary-menu-bg);
}

/* ---------------------------------- REVIEWS SECTION --------------------------------*/

#shopify-section-template--19328288981314__6daabae7-135d-47cd-beea-7187bf0c95a5 {
  background: var(--color-header-bg);
}

#shopify-section-template--19328288981314__169168133254cba048 {
  background: var(--color-header-bg);
}

/* ---------------------------------- WHERE TO BUY --------------------------------*/

.logo-list.logo-list--centered-true {
  background: var(--color-accent);
  color: white;
}

.logo-list.logo-list--centered-true h3 {
  color: white;
}

/* -------------- Metal Dectors ---------------*/

#shopify-section-template--20502040740162__32558da1-5519-4f1b-88a2-6e75c9959d35
  .rich-text__inner {
  max-width: 1200px !important;
  padding: 0;
  margin: 0 auto;
}

#shopify-section-template--20502040740162__32558da1-5519-4f1b-88a2-6e75c9959d35 {
  background: rgb(248, 248, 248);
  background: linear-gradient(
    180deg,
    rgba(248, 248, 248, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ) !important;
}

#shopify-section-template--20502040740162__c902c944-d708-4b0a-88df-5c2157d4c824 {
  background: #f8f8f8 !important;
  background-color: #f8f8f8 !important;
}

/* ---------------------------------- PRODUCT TEXT IMAGE ONE --------------------------------*/

.image-with-text.text_first .metafield-multi_line_text_field {
  text-align: right;
}

.image-with-text.text_first .image-with-text--image-media {
  clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%, 0 45px);
  border-radius: 0px !important;
  margin: 20px 0px;
}

@media only screen and (min-width: 1068px) {
  .image-with-text.text_first .image-with-text--content {
    padding: 55px;
  }
}

/* ---------------------------------- PRODUCT TEXT IMAGE TWO --------------------------------*/

.image-with-text.image_first .metafield-multi_line_text_field {
  text-align: left;
}

.image-with-text.image_first .image-with-text--image-media {
  clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%, 0 45px);
  border-radius: 0px !important;
  margin: 20px 0px;
}

@media only screen and (min-width: 1068px) {
  .image-with-text.image_first .image-with-text--content {
    padding: 55px;
  }
}

/* ---------------------------------- DETAILED SPECS --------------------------------*/

#shopify-section-template--20502040740162__fab20cfc-4181-4ebf-b237-7d8868a710c7 {
  border-top: 3px solid var(--color-header-bg);
  border-bottom: 3px solid var(--bg-body-darken);
  background: var(--color-secondary-menu-bg);
}

/* ---------------------------------- REVIEWS SECTION --------------------------------*/

#shopify-section-template--20502040740162__6daabae7-135d-47cd-beea-7187bf0c95a5 {
  background: var(--color-header-bg);
}

#shopify-section-template--20502040740162__169168133254cba048 {
  background: var(--color-header-bg);
}

/* ---------------------------------- WHERE TO BUY --------------------------------*/

.logo-list.logo-list--centered-true {
  background: var(--color-accent);
  color: white;
}

.logo-list.logo-list--centered-true h3 {
  color: white;
}

/* -------------- Biometric ---------------*/

#shopify-section-template--20050869551426__3df10cf7-1c1d-4846-a5e2-bf4215949474
  .rich-text__inner {
  max-width: 1200px !important;
  padding: 0;
  margin: 0 auto;
}

#shopify-section-template--20050869551426__3df10cf7-1c1d-4846-a5e2-bf4215949474 {
  background: rgb(248, 248, 248);
  background: linear-gradient(
    180deg,
    rgba(248, 248, 248, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ) !important;
}

#shopify-section-template--20050869551426__0d42b097-e637-47aa-8c21-b055a8e21be0 {
  background: #f8f8f8 !important;
  background-color: #f8f8f8 !important;
}

/* ---------------------------------- PRODUCT TEXT IMAGE ONE --------------------------------*/

#shopify-section-template--20050869551426__17821dc8-2fe3-4d9d-99a7-2e682a94d1d7
  .metafield-multi_line_text_field {
  text-align: right;
}

#shopify-section-template--20050869551426__17821dc8-2fe3-4d9d-99a7-2e682a94d1d7
  .image-with-text--image-media {
  clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%, 0 45px);
  border-radius: 0px !important;
  margin: 20px 0px;
}

@media only screen and (min-width: 1068px) {
  #shopify-section-template--20050869551426__17821dc8-2fe3-4d9d-99a7-2e682a94d1d7
    .image-with-text--content {
    padding: 55px;
  }
}

/* ---------------------------------- PRODUCT TEXT IMAGE TWO --------------------------------*/

#shopify-section-template--20050869551426__32ebde77-c36d-4ac2-836f-b9d0095da0d3
  .metafield-multi_line_text_field {
  text-align: left;
}

#shopify-section-template--20050869551426__32ebde77-c36d-4ac2-836f-b9d0095da0d3
  .image-with-text--image-media {
  clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%, 0 45px);
  border-radius: 0px !important;
  margin: 20px 0px;
}

@media only screen and (min-width: 1068px) {
  #shopify-section-template--20050869551426__32ebde77-c36d-4ac2-836f-b9d0095da0d3
    .image-with-text--content {
    padding: 55px;
  }
}

/* ---------------------------------- DETAILED SPECS --------------------------------*/

#shopify-section-template--20050869551426__19e07513-1028-46d9-828b-61ec35720b07 {
  border-top: 3px solid var(--color-header-bg);
  border-bottom: 3px solid var(--bg-body-darken);
  background: var(--color-secondary-menu-bg);
}

/* ---------------------------------- REVIEWS SECTION --------------------------------*/

#shopify-section-template--20050869551426__18c7e28a-370b-4dce-9496-7216db20a142 {
  background: var(--color-header-bg);
}

#shopify-section-template--20050869551426__16916784593f545451 {
  background: var(--color-header-bg);
}

/* ---------------------------------- WHERE TO BUY --------------------------------*/

.logo-list.logo-list--centered-true {
  background: var(--color-accent);
  color: white;
}

.logo-list.logo-list--centered-true h3 {
  color: white;
}

/* -------------- Spotting Scopes ---------------*/

#shopify-section-template--20477376954690__3df10cf7-1c1d-4846-a5e2-bf4215949474
  .rich-text__inner {
  max-width: 1200px !important;
  padding: 0;
  margin: 0 auto;
}

#shopify-section-template--20477376954690__3df10cf7-1c1d-4846-a5e2-bf4215949474 {
  background: rgb(248, 248, 248);
  background: linear-gradient(
    180deg,
    rgba(248, 248, 248, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ) !important;
}

#shopify-section-template--20477376954690__0d42b097-e637-47aa-8c21-b055a8e21be0 {
  background: #f8f8f8 !important;
  background-color: #f8f8f8 !important;
}

/* ---------------------------------- PRODUCT TEXT IMAGE ONE --------------------------------*/

#shopify-section-template--20477376954690__17821dc8-2fe3-4d9d-99a7-2e682a94d1d7
  .metafield-multi_line_text_field {
  text-align: right;
}

#shopify-section-template--20477376954690__17821dc8-2fe3-4d9d-99a7-2e682a94d1d7
  .image-with-text--image-media {
  clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%, 0 45px);
  border-radius: 0px !important;
  margin: 20px 0px;
}

@media only screen and (min-width: 1068px) {
  #shopify-section-template--20477376954690__17821dc8-2fe3-4d9d-99a7-2e682a94d1d7
    .image-with-text--content {
    padding: 55px;
  }
}

/* ---------------------------------- PRODUCT TEXT IMAGE TWO --------------------------------*/

#shopify-section-template--20477376954690__32ebde77-c36d-4ac2-836f-b9d0095da0d3
  .metafield-multi_line_text_field {
  text-align: left;
}

#shopify-section-template--20477376954690__32ebde77-c36d-4ac2-836f-b9d0095da0d3
  .image-with-text--image-media {
  clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%, 0 45px);
  border-radius: 0px !important;
  margin: 20px 0px;
}

@media only screen and (min-width: 1068px) {
  #shopify-section-template--20477376954690__32ebde77-c36d-4ac2-836f-b9d0095da0d3
    .image-with-text--content {
    padding: 55px;
  }
}

/* ---------------------------------- DETAILED SPECS --------------------------------*/

#shopify-section-template--20477376954690__785c6eb2-4ec1-41ca-8ec5-0d16d7cfe59b {
  border-top: 3px solid var(--color-header-bg);
  border-bottom: 3px solid var(--bg-body-darken);
  background: var(--color-secondary-menu-bg);
}

/* ---------------------------------- REVIEWS SECTION --------------------------------*/

#shopify-section-template--20477376954690__a28a4e82-6407-461c-90dd-9f34e4619712 {
  background: var(--color-header-bg);
}

#shopify-section-template--20477376954690__169168092790bbc2f6 {
  background: var(--color-header-bg);
}

/* ---------------------------------- WHERE TO BUY --------------------------------*/

.logo-list.logo-list--centered-true {
  background: var(--color-accent);
  color: white;
}

.logo-list.logo-list--centered-true h3 {
  color: white;
}

/* ---------------------------------- TESTIMONIALS --------------------------------*/

.testimonials--inner {
  font-size: 1.5rem;
  max-width: 100% !important;
  padding: 0 0px !important;
  margin: 0 auto;
}

.testimonials--testimonial {
  width: 100% !important;
  padding: 0rem 3rem !important;
  margin: 0 auto !important;
}

.testimonials--heading h6 {
  background: #006fbb;
  opacity: 1 !important;
  max-width: fit-content;
  margin: 0 auto 20px;
  font-size: 1rem !important;

  padding: 0.7rem 1.5rem !important;
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
  font-weight: 700 !important;
  color: white !important;
  text-transform: uppercase !important;
}

.testimonials--testimonial-content p {
  line-height: 1.1 !important;
  font-size: 2.5rem !important;
  font-family: stratum-2-web, sans-serif !important;
}

/* -------------------------------- GENERAL ----------------------------------*/
/* -------------------------------- STYLES ----------------------------------*/

.product-card--add-to-cart-button {
  font-size: 0.8125rem;
  margin-top: 15px;
  width: 100%;
  height: 44px;
  border-radius: calc(var(--block-border-radius, 16px) / 2);
  padding: 7px 10px !important;
  font-size: 0.8rem !important;
}

.product-card figure.product-featured-image.thb-hover {
  margin: 0em 0px;
}

.product-sku.product--text {
  text-align: right;
  margin-top: -1.8rem;
  margin-bottom: 0.5rem;
  font-family: stratum-2-web !important;
  font-weight: bold;
  font-size: 1.1rem;
}

.collapsible__content .metafield-rich_text_field {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 5px !important;
  grid-auto-rows: minmax(10px, auto) !important;
}

@media only screen and (max-width: 900px) {
  .collapsible__content .metafield-rich_text_field {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 5px !important;
    grid-auto-rows: minmax(10px, auto) !important;
  }
}

.accordion .accordion__content {
  padding: 0 0 50px !important;
  font-size: 1rem;
}

.accordion summary {
  font-family: prohibition;
  font-size: 2rem !important;
  line-height: 2rem !important;
  letter-spacing: unset !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  text-align: center;
  padding: 33px 30px !important;
}

@media only screen and (max-width: 768px) {
  .accordion summary {
    font-family: "prohibition";
    font-size: 1.5rem !important;
    line-height: 1.6rem !important;
    letter-spacing: unset !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    text-align: center;
    padding: 30px 0 !important;
  }
}

.collapsible-content {
  display: grid;
  grid-template-columns: 1fr !important;
  grid-gap: 50px;
}

.collapsible__content .metafield-rich_text_field p {
  margin-bottom: 0.45rem !important;
  line-height: 1rem;
}

.collapsible__content .metafield-rich_text_field p strong {
  font-weight: 700 !important;
  line-height: inherit;
  float: right;
  text-align: right;
  line-height: 1rem;
}

@media only screen and (max-width: 768px) {
  .sidebar-container .products.collection.row {
    padding: 0;
    max-width: 103%;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    grid-auto-rows: minmax(100px, auto) !important;
  }

  .small-up-2 > .column,
  .small-up-2 > .columns {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.button,
input[type="submit"] {
  padding: 7px 30px !important;
}

.thb-full-menu .mega-menu-columns {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 10px !important;
  grid-auto-rows: minmax(100px, auto) !important;
  grid-auto-flow: initial !important;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

.thb-full-menu .sub-menu.mega-menu-container {
  background: #fff !important;
}

.mega-menu-columns li {
  margin-bottom: 5px !important;
}

.menu-item-has-megamenu .sub-menu .mega-menu-columns__heading {
  font-size: 1.1rem !important;
  margin-bottom: 10px !important;
}

.thb-full-menu .sub-menu li a {
  display: inline-block;
  padding-top: 0px !important;
  padding-bottom: 5px !important;
  margin: 7px !important;
}

.menu-item-has-megamenu .sub-menu li a {
  display: inline-block;
  padding-top: 0px !important;
  padding-bottom: 5px !important;
  margin: 0px !important;
}

.thb-full-menu .mega-menu-columns__heading {
  text-transform: uppercase;
  padding-bottom: 10px !important;
}

.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: -1;
  background: #ffffff !important;
  opacity: 1;
  transition: opacity 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

.mega-menu-promotion--image {
  aspect-ratio: 19 / 8;
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
}

.section-header-mobile-navigation {
  display: none;
}

.button,
input[type="submit"] {
  font-family: "stratum-2-web" !important;
}

.thb-full-menu > li > a {
  margin: 10px 0;
  font-weight: 500;
  font-family: "prohibition";
  font-size: 16px;
}

.header--inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  min-height: 60px;
}

.thb-full-menu .mega-menu-columns__heading {
  font-weight: bold;
  padding: 0;
  margin-bottom: 10px;
}

.logolink {
  display: inline-flex;
  margin: 5px 0 !important;
}

@media only screen and (min-width: 768px) {
  .header {
    padding: 0 2rem;
  }

  .thb-secondary-area {
    min-width: 15px !important;
  }
}

.side-panel.product-drawer,
.thb-full-menu .sub-menu,
.custom-select--list {
  isolation: isolate;
  border-radius: 0px !important;
}

h1,
h2,
h3 {
  font-family: "prohibition", sans-serif !important;
  font-weight: 300;
  letter-spacing: 0px !important;
}

h4,
h5,
h6 {
  font-family: "stratum-2-web", sans-serif !important;
}

.section-title h1 {
  font-family: "stratum-2-web", sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: unset !important;
}

.section-title-main h1 {
  font-family: "stratum-2-web", sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: unset !important;
}

@media only screen and (max-width: 768px) {
  .section-title h1 {
    font-family: "stratum-2-web", sans-serif;
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: unset !important;
  }

  .section-title-main h1 {
    font-family: "stratum-2-web", sans-serif;
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: unset !important;
  }
}

p,
html,
body {
  font-family: "stratum-2-web", sans-serif !important;
  font-weight: 400;
  line-height: 1.5rem;
}

/* -------------------------------- HEADER TAB SECTION ----------------------------------*/
/* -------------------------------- STYLES ----------------------------------*/
.tab-header-container {
  display: flex;
  justify-content: space-between;
  width: 96%;
  margin: 0 auto;
}

/* Replaced with the code above to allow Exclusions Apply to be visible at different viewpoints
.tab-header-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  justify-content: space-between;
  width: 96%;
  margin: 0 auto;
}
*/

.tab-header {
  width: 100%;
  margin: 0 auto;
  height: 2rem;
  background: #2f7fd4;
}

.tab-link {
  padding: 2px 15px;
  border: none;
  background-color: #0000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  transition: background-color 0.3s ease;
  vertical-align: middle;
}

.tab-link a {
  color: white;
}

.tab-link a:hover {
  color: white !important;
}

.tab-link img,
.tab-link svg {
  height: 30px;
  vertical-align: middle;
}

.social-section .tab-link {
  float: right;
  font-weight: 300;
}

.social-section .tab-link img {
  padding: 7px;
}

@media only screen and (max-width: 768px) {
  .tab-header{
    height: auto;
  }
  
  .tab-header-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }

  a.tab-link {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .social-section {
    display: none;
  }

  .tab-link {
    width: 100%;
  }
}

.tab-link:hover {
  background-color: #2f7fd4;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #f8f8f8 !important;
}

.tab-link:focus {
  background-color: #2f7fd4;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #f8f8f8 !important;
}

.tab-link:hover img {
  filter: grayscale(1);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.tab-link.active {
  background-color: #0000;
  color: #6b6b6b;
  pointer-events: none;
  cursor: default;
  filter: grayscale(1);
  opacity: 1;
}

.tab-link.active img {
  opacity: 0.5;
}

#tab-content {
  display: block;
  border: none;
  width: 100%;
  height: 500px;
}

/* -------------------------------- END HEADER TAB SECTION ----------------------------------*/
/* -------------------------------- STYLES ----------------------------------*/

/* -------------- HEADER SLIDER SECTION -------------*/
#Banner-template--16862611505393__image_banner::after {
  content: "";
  position: absolute;
  top: 0;
  background: rgb(0, 0, 0) !important;
  background: -moz-linear-gradient(
    194deg,
    rgba(0, 0, 0, 0) 18%,
    rgba(0, 0, 0, 1) 100%
  ) !important;
  background: -webkit-linear-gradient(
    194deg,
    rgba(0, 0, 0, 0) 18%,
    rgba(0, 0, 0, 1) 100%
  ) !important;
  background: linear-gradient(
    194deg,
    rgba(0, 0, 0, 0) 18%,
    rgba(0, 0, 0, 1) 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1) !important;
  opacity: 1 !important;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.banner--content-align-left.banner--desktop-transparent .banner__box::before {
  display: block;
  content: "";
  height: 10rem;
  width: 10rem;
  background: url(https://cdn.shopify.com/s/files/1/0668/6641/3809/files/eagles.png?v=1698420551);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: -2rem;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .slideshow__slide-overlay {
    opacity: 1;
    background-image: url(/cdn/shop/files/barska-overlay-min.webp?v=1696945171) !important;
    background-size: cover !important;
    background-position: bottom center !important;
  }
}

@media only screen and (max-width: 767px) {
  .slideshow__slide-overlay {
    opacity: 1;
    background-image: url(/cdn/shop/files/barska-overlay-min.webp?v=1696945171) !important;
    background-size: cover !important;
    background-position: bottom center !important;
  }
}

/* -------------- 
.slideshow__slide-heading.h1::before {
    content: ' ';
    background-image: url(/cdn/shop/files/shield-lock-icon-min.webp);
    background-size: contain;
    display: block;
    position: absolute;
    height: 8rem;
    width: 8rem;
    margin-top: -9rem;
}

@media only screen and (max-width: 650px) {
.slideshow__slide-heading.h1::before {
    content: ' ';
    background-image: url(/cdn/shop/files/shield-lock-icon-min.webp);
    background-size: contain;
    display: block;
    position: absolute;
    height: 18vw;
    width: 18vw;
    margin-top: -18vw;
}
}
-----------*/
.slideshow__slide-inner.content-bottom-center {
  justify-content: left !important;
  align-items: flex-end;
}

.slideshow__slide.content-size-medium .slideshow__slide-content {
  max-width: 990px;
}

@media only screen and (max-width: 500px) {
  .slideshow__slide.content-size-medium .slideshow__slide-content {
    width: 75%;
  }
}

.inline-badge:before {
  content: "";
  display: none;
}

.inline-badge {
  display: inline-flex;
  align-items: center;
  background: #2f7fd4;
  color: var(--badge-text, #fff);
  font-size: 1.2rem;
  font-weight: 500;
  padding: 8px 15px 8px 15px;
  position: relative;
  border-radius: 0px;
  white-space: nowrap;
  height: auto;
  margin-bottom: 5px;
  font-weight: bold;
}

@media only screen and (min-width: 989px) {
  .animations-true .slideshow__slide h1 {
    opacity: 0;
    color: black;
    font-weight: 500;
    font-size: 4rem !important;
    line-height: 4.75rem;
  }

  .animations-true .slideshow__slide p.split-text {
    font-size: 20px !important;
    line-height: 22px;
    max-width: 40vw;
  }

  .animations-true .slideshow__slide .inline-badge {
    font-size: 15px !important;
    line-height: 15px;
    text-transform: uppercase;
  }
}

@media only screen and (max-width: 988px) {
  .animations-true .slideshow__slide h1 {
    opacity: 0;
    font-size: 3rem !important;
    line-height: 3rem;
    color: black;
    font-weight: 500;
  }

  .animations-true .slideshow__slide p.split-text {
    font-size: 20px !important;
    line-height: 22px;
    max-width: 100vw;
  }

  .animations-true .slideshow__slide .inline-badge {
    font-size: 15px !important;
    line-height: 15px;
    text-transform: uppercase;
  }
}

@media only screen and (max-width: 650px) {
  .animations-true .slideshow__slide p.split-text {
    display: none !important;
  }
}

.button,
input[type="submit"] {
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0px !important;
}

.flickity-page-dots .dot {
  border-radius: 0px;
}

.slideshow.main-slideshow .flickity-page-dots {
  display: block;
  --color-body: #fff;
  background: transparent;
  padding: 10px;
  max-width: 1295px;
}

.slideshow.main-slideshow .flickity-page-dots {
  display: inline-flex;
  justify-content: right;
  align-items: right;
  margin: 0 auto;
  list-style: none;
  text-align: right;
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 100%;
}

.slideshow.main-slideshow .flickity-page-dots .dot {
  opacity: 1;
  width: 7vw !important;
  height: 10px !important;
  border-radius: 0px !important;
  background: black;
}

.slideshow.main-slideshow .flickity-page-dots .dot.is-selected {
  opacity: 1;
  width: 7vw !important;
  height: 15px !important;
  border-radius: 0 !important;
  background: #3f8fe5;
}

@media only screen and (max-width: 768px) {
  .slideshow__slide-content {
    z-index: 20;
    padding: 15px 15px 30px 15px;
    max-width: 500px;
    width: 100%;
    position: relative;
  }

  .slideshow.main-slideshow .flickity-page-dots {
    padding: 0px 20px;
  }

  .slideshow.main-slideshow .flickity-page-dots {
    display: inline-flex;
    justify-content: right;
    align-items: right;
    margin: 0 auto;
    list-style: none;
    text-align: right;
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
  }

  .slideshow.main-slideshow .flickity-page-dots .dot {
    opacity: 1;
    width: 7vw !important;
    height: 10px !important;
    border-radius: 0px !important;
    background: black;
    margin: 0px 3px;
  }

  .slideshow.main-slideshow .flickity-page-dots .dot.is-selected {
    opacity: 1;
    width: 7vw !important;
    height: 10px !important;
    border-radius: 0 !important;
    background: #3f8fe5;
  }
}
/* -------------- OVERLAY  -------------*/

/* -------------- COLLECTION TAB PRODUCT CARD SECTION -------------*/

.product-card-quickview {
  display: none !important;
}

.flickity-progress {
  display: block;
  width: 100%;
  height: 4px;
  background: var(--color-border, #dadce0);
  border-radius: 0.5px;
  position: relative;
  margin-top: 20px;
}

.flickity-progress--bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background: #2f7fd4;
  width: 0%;
  border-radius: 0.5px;
}

.section-header--title {
  font-family: stratum-2-web, sans-serif !important;
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: unset !important;
  text-transform: uppercase;
  font-weight: 700 !important;
}

@media only screen and (max-width: 768px) {
  .section-header--title {
    font-family: "stratum-2-web", sans-serif;
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: unset !important;
    text-transform: uppercase;
    font-weight: 700 !important;
  }
}

.side-panel {
  border-radius: 0px !important;
}

.collection-tabs__list-link {
  display: inline-flex;
  white-space: nowrap;
  padding: 10px 30px !important;
  border-radius: 0px !important;
  align-items: center;
  margin: 0 2px 2px 0;
  line-height: 1;
  background: rgba(var(--color-body-rgb), 0.05);
  color: rgba(var(--color-body-rgb), 0.8);
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px) !important;
  font-size: 1rem !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}

.thb-product-detail
  .product-single__media.product-single__media-external-video
  .product-single__media-external-video--play
  img {
  width: 100%;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

.thb-product-detail
  .product-single__media.product-single__media-external-video
  .product-single__media-external-video--play[hidden]
  + iframe {
  display: block;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
}

.product-card .product-featured-image {
  margin-bottom: 20px;
  aspect-ratio: 1 / 1;
}

.product-card .product-featured-image-link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: contain !important;
  z-index: 5;
  aspect-ratio: 1 / 1;
  padding: 15px;
}

.product-card .product-featured-image-link {
  display: block;
  position: relative;
  height: auto !important;
  overflow: hidden;
  padding-bottom: inherit !important;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  width: 100%;
  background: white;
  padding-bottom: inherit;
  border-radius: 0px;
}

.product-card .product-card-title {
  font-size: calc(var(--font-product-title-scale, 1) * 1rem);
  line-height: calc(var(--font-product-title-line-height-scale, 1) * 1.4);
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  letter-spacing: 0px;
}

/* -------------- CATEGORY SECTION -------------*/

.shopify-section {
  background: #fff;
}

#category-section.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0px 20px;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr !important;
  grid-gap: 15px;
  padding: 2rem 0rem;
}

@media only screen and (min-width: 321px) and (max-width: 690px) {
  .safes-and-security.grid-container {
    display: grid;
    padding: 1rem 0rem 2rem 0rem !important;
  }

  .grid-container {
    display: grid;
    padding: 2rem 0rem 2rem 0rem;
  }
}

@media only screen and (max-width: 320px) {
  .safes-and-security.grid-container {
    display: grid;
    padding: 1rem 0rem 2rem 0rem !important;
  }

  .grid-container {
    display: grid;
    padding: 2rem 0rem 2rem 0rem;
  }
}

/* -------------- HOME SAFE AND SECURITY SECTION -------------*/

.safes-and-security .grid-item:nth-child(1) {
  grid-column: 1 / span 2;
  background-image: url(/cdn/shop/files/Home_Safety-Security-Grid_1_Biometric-safes.png?v=1731608342);
  background-size: cover;
  background-position: center center;
}

.safes-and-security .grid-item:nth-child(2) {
  grid-column: 3 / span 2;
  background-image: url(/cdn/shop/files/Home_Safety-Security-Grid_2_Keypad-safes2.webp?v=1731608028);
  background-size: cover;
  background-position: center center;
}

.safes-and-security .grid-item:nth-child(3) {
  grid-column: 5 / span 2;
  background-image: url(/cdn/shop/files/Home_Safety-Security-Grid_3_Firearm-safes.webp?v=1731607298);
  background-size: cover;
  background-position: center center;
}

.safes-and-security .grid-item:nth-child(4) {
  grid-column: 1 / span 3;
  background-image: url(/cdn/shop/files/Home_Safety-Security-Grid_4_Home-Office.webp?v=1731609945);
  background-size: cover;
  background-position: center center;
}

.safes-and-security .grid-item:nth-child(5) {
  grid-column: 4 / span 3;
  background-image: url(/cdn/shop/files/Home_Safety-Security-Grid_5_Key-Cabinets.webp?v=1731609945);
  background-size: cover;
  background-position: center center;
}

.safes-and-security .grid-item:nth-child(6) {
  grid-column: 3 / span 3;
  background-image: url(/cdn/shop/files/d789421a-6231-472c-8cf9-97277fe225e1._CR0_1682_4300_1434_SX3000.png?v=1692727202);
  background-size: cover;
  background-position: center center;
  display: none;
}

@media only screen and (min-width: 321px) and (max-width: 690px) {
  .safes-and-security .grid-item:nth-child(1) {
    grid-column: 1 / span 6;
  }

  .safes-and-security .grid-item:nth-child(2) {
    grid-column: 1 / span 3;
  }

  .safes-and-security .grid-item:nth-child(3) {
    grid-column: 4 / span 3;
  }

  .safes-and-security .grid-item:nth-child(4) {
    grid-column: 1 / span 6;
  }

  .safes-and-security .grid-item:nth-child(5) {
    grid-column: 1 / span 3;
  }

  .safes-and-security .grid-item:nth-child(6) {
    grid-column: 4 / span 3;
    display: block;
  }
}

@media only screen and (max-width: 320px) {
  .safes-and-security .grid-item:nth-child(1) {
    grid-column: 1 / span 6;
  }

  .safes-and-security .grid-item:nth-child(2) {
    grid-column: 1 / span 6;
  }

  .safes-and-security .grid-item:nth-child(3) {
    grid-column: 1 / span 6;
  }

  .safes-and-security .grid-item:nth-child(4) {
    grid-column: 1 / span 6;
  }

  .safes-and-security .grid-item:nth-child(5) {
    grid-column: 1 / span 6;
  }

  .safes-and-security .grid-item:nth-child(6) {
    grid-column: 1 / span 6;
  }
}

/* ---- END ----- HOME SAFE AND SECURITY SECTION -------------*/

/* -------------- HOME OPTICS SECTION -------------*/

.optics .grid-item:nth-child(1) {
  grid-column: 1 / span 3;
  background-image: url(/cdn/shop/files/Home_Optics-Grid_1_Binoculars.webp?v=1731614704);
  background-size: cover;
  background-position: center center;
}

.optics .grid-item:nth-child(2) {
  grid-column: 4 / span 3;
  background-image: url(/cdn/shop/files/Home_Optics-Grid_2_Spotting-Scopes.webp?v=1731614704);
  background-size: cover;
  background-position: center center;
}

.optics .grid-item:nth-child(3) {
  grid-column: 1 / span 2;
  background-image: url(/cdn/shop/files/Home_Optics-Grid_3_Tactical-Gear.webp?v=1770337421);
  background-size: cover;
  background-position: center center;
}

.optics .grid-item:nth-child(4) {
  grid-column: 3 / span 2;
  background-image: url(/cdn/shop/files/Home_Optics-Grid_4_Monoculars.webp?v=1731614704);
  background-size: cover;
  background-position: center center;
}

.optics .grid-item:nth-child(5) {
  grid-column: 5 / span 2;
  background-image: url(/cdn/shop/files/Home_Optics-Grid_5_Metal-Detectors.webp?v=1731614704);
  background-size: cover;
  background-position: center center;
}

.optics .grid-item:nth-child(6) {
  grid-column: 1 / span 6;
  background-image: url(/cdn/shop/files/Home_Optics-Grid_6_Rifle-Scopes.webp?v=1770336930);
  background-size: cover;
  background-position: left 35% center;
}

@media only screen and (min-width: 321px) and (max-width: 690px) {
  .optics .grid-item:nth-child(1) {
    grid-column: 1 / span 6;
  }

  .optics .grid-item:nth-child(2) {
    grid-column: 1 / span 3;
  }

  .optics .grid-item:nth-child(3) {
    grid-column: 4 / span 3;
  }

  .optics .grid-item:nth-child(4) {
    grid-column: 1 / span 6;
  }

  .optics .grid-item:nth-child(5) {
    grid-column: 1 / span 3;
  }

  .optics .grid-item:nth-child(6) {
    grid-column: 4 / span 3;
    display: block;
  }
}

@media only screen and (max-width: 320px) {
  .optics .grid-item:nth-child(1) {
    grid-column: 1 / span 6;
  }

  .optics .grid-item:nth-child(2) {
    grid-column: 1 / span 6;
  }

  .optics .grid-item:nth-child(3) {
    grid-column: 1 / span 6;
  }

  .optics .grid-item:nth-child(4) {
    grid-column: 1 / span 6;
  }

  .optics .grid-item:nth-child(5) {
    grid-column: 1 / span 6;
  }

  .optics .grid-item:nth-child(6) {
    grid-column: 1 / span 6;
  }
}

/* ---- END ----- HOME OPTICS SECTION -------------*/
/* ------------- HOME AND SAFE SECTION ------------*/
.home-and-office .grid-item:nth-child(1) {
    grid-column: 1 / span 3;
    background-image: url(/cdn/shop/files/AX12840_8_d1109875-cf5e-478b-a807-e6d1ec69fe84.webp?v=1698444889);
    background-size: cover;
    background-position: left bottom;
  }
  
  .home-and-office .grid-item:nth-child(2) {
    grid-column: 4 / span 3;
    background-image: url(/cdn/shop/files/AX13496_14_17c2ef0f-fa73-4ba5-ba0e-2949561789bd.webp?v=1699483073);
    background-size: cover;
    background-position: center bottom;
  }
  
  .home-and-office .grid-item:nth-child(3) {
    grid-column: 1 / span 6;
    background-image: url(/cdn/shop/files/CB13706_c64cf9d3-f49e-48d4-bf3c-6c08e7a59742.webp?v=1741194486);
    background-size: cover;
    background-position: left bottom 85%;
  }
  
  .home-and-office .grid-item:nth-child(4) {
    grid-column: 1 / span 2;
    background-image: url(/cdn/shop/files/AX13094_10.webp?v=1709339973);
    background-size: cover;
    background-position: center center;
  }
  
  .home-and-office .grid-item:nth-child(5) {
    grid-column: 3 / span 2;
    background-image: url(/cdn/shop/files/AX11970_12.webp?v=1738713391);
    background-size: cover;
    background-position: center bottom;
  }
  
  .home-and-office .grid-item:nth-child(6) {
    grid-column: 5 / span 2;
    background-image: url(/cdn/shop/files/AX12432mount-home-and-office-min.webp?v=1741134797);
    background-size: cover;
    background-position: center center;
  }

  .home-and-office .grid-item:nth-child(7) {
    grid-column: 1 / span 3;
    background-image: url(/cdn/shop/files/AX11678_combination-home-and-office-min.webp?v=1741134583);
    background-size: cover;
    background-position: center center;
  }

  .home-and-office .grid-item:nth-child(8) {
    grid-column: 4 / span 3;
    background-image: url(/cdn/shop/files/AX11812_8.webp?v=1709322766);
    background-size: cover;
    background-position: center bottom 75%;
  }
  
  @media only screen and (min-width: 321px) and (max-width: 690px) {
    .home-and-office .grid-item:nth-child(1) {
      grid-column: 1 / span 6;
    }
  
    .home-and-office .grid-item:nth-child(2) {
      grid-column: 1 / span 6;
    }
  
    .home-and-office .grid-item:nth-child(3) {
      grid-column: 1 / span 6;
      background-position: left 20% center;
    }
  
    .home-and-office .grid-item:nth-child(4) {
      grid-column: 1 / span 6;
    }
  
    .home-and-office .grid-item:nth-child(5) {
      grid-column: 1 / span 6;
    }
  
    .home-and-office .grid-item:nth-child(6) {
      grid-column: 1 / span 6;

    }

    .home-and-office .grid-item:nth-child(7) {
      grid-column: 1 / span 6;
    }

    .home-and-office .grid-item:nth-child(8) {
      grid-column: 1 / span 6;
      display: block;
    }
  }
  
  @media only screen and (max-width: 320px) {
    .home-and-office .grid-item:nth-child(1) {
      grid-column: 1 / span 6;
    }
  
    .home-and-office .grid-item:nth-child(2) {
      grid-column: 1 / span 6;
    }
  
    .home-and-office .grid-item:nth-child(3) {
      grid-column: 1 / span 6;
      background-position: right 25% center;
    }
  
    .home-and-office .grid-item:nth-child(4) {
      grid-column: 1 / span 6;
    }
  
    .home-and-office .grid-item:nth-child(5) {
      grid-column: 1 / span 6;
    }
  
    .home-and-office .grid-item:nth-child(6) {
      grid-column: 1 / span 6;
    }

    .home-and-office .grid-item:nth-child(7) {
      grid-column: 1 / span 6;
    }

    .home-and-office .grid-item:nth-child(8) {
      grid-column: 1 / span 6;
    }
  }
/* ---- END ---- HOME AND SAFE SECTION ------------*/
.grid-item {
  position: relative !important;
  min-height: 275px;
}

.grid-item .title {
  position: absolute;
  z-index: 1;
  bottom: 0rem !important;
  left: 0rem !important;
  font-size: 2rem;
  background: #1475ddd4;
  padding: 0.5rem 1rem 0.5rem 1rem;
  text-transform: uppercase;
  font-weight: 400;
  color: white;
  margin-bottom: 0px;
  width: 100%;
  -webkit-backdrop-filter: %20blur(4px);
  backdrop-filter: blur(4px);
}

#category-section .avia-image-container .avia-image-overlay-wrap {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  border-radius: 0px;
  z-index: -1;
  position: relative;
  border-bottom: 2px solid #3f8fe5;
}

@media only screen and (min-width: 501px) {
  #category-section .grid-item h2 {
    font-size: 1.7rem;
    line-height: 1.8rem;
    color: white;
    text-align: center;
  }

  #category-section .grid-item p {
    max-width: 450px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.2rem;
    color: white;
    text-align: center;
  }

  #category-section .grid-item .overlay {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.3s ease;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    background: #3f8fe5;
    opacity: 0;
    vertical-align: middle;
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  #category-section .grid-item .overlay:hover {
    opacity: 1;
    z-index: 2;
  }
}

@media only screen and (max-width: 500px) {
  .grid-item {
    position: relative !important;
    min-height: 200px;
  }

  #category-section .grid-item h2 {
    font-size: 5vw;
    line-height: 5.5vw;
    color: white;
    text-align: center;
  }

  #category-section .grid-item p {
    max-width: 450px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 15px;
    color: white;
    text-align: left;
  }

  #category-section .grid-item .overlay {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.3s ease;
    padding: 0.5rem 1rem 0.5rem 1rem;
    background: #3f8fe5;
    opacity: 0;
    vertical-align: middle;
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  #category-section .grid-item .overlay:hover {
    opacity: 1;
    z-index: 2;
  }
}

@media only screen and (min-width: 900px) {
  .section-header--description.rte p {
    max-width: 98%;
  }
}

#category-section .grid-item span {
  color: white;
  font-weight: bold;
  max-width: 450px;
  margin: 0 auto;
  margin-top: 20px;
}

.thb-product-detail .product-single__media-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  z-index: 5 !important;
  aspect-ratio: 1 / 1 !important;
}

.product-gallery-container #Product-Slider .flickity-slider {
  aspect-ratio: 1 / 1;
  position: absolute;
  width: auto;
  height: 100%;
}

.product-gallery-container #Product-Slider .flickity-slider {
  transform: translateX(0%) !important;
}

.product-images .flickity-viewport .product-images__slide {
  aspect-ratio: 1 / 1;
  width: auto !important;
  height: 100% !important;
}

.thb-product-detail .product-single__media-image {
  padding-bottom: initial !important;
  aspect-ratio: 1 / 1;
  width: auto !important;
  height: 100% !important;
}

.product-images__slide {
  display: none !important;
}

.no-js .product-images__slide,
.product-images .flickity-viewport .product-images__slide.is-selected {
  display: block !important;
}

.product-gallery-container.thumbnails-left
  .flickity-enabled.is-draggable
  .flickity-viewport {
  aspect-ratio: 1 / 1;
  height: 100% !important;
  width: auto;
}

.shopify-payment-button__button:not(.shopify-payment-button__button--branded) {
  display: inline-flex;
  cursor: pointer;
  padding: 7px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
  font-size: 1rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  font-family: "stratum-2-web" !important;
}

#Product-Thumbnails::-webkit-scrollbar {
  width: 10px !important; /* Width of the scrollbar (for WebKit browsers) */
  height: 0px !important;
}

#Product-Thumbnails::-webkit-scrollbar-track {
  background-color: #f0f0f0 !important; /* Track color (for WebKit browsers) */
}

#Product-Thumbnails::-webkit-scrollbar-thumb {
  background-color: #3f8fe5 !important; /* Thumb color (for WebKit browsers) */
}

#Product-Thumbnails::-moz-scrollbar {
  width: 10px !important; /* Width of the scrollbar (for Firefox) */
  height: 0px !important;
}

#Product-Thumbnails::-moz-scrollbar-track {
  background-color: #f0f0f0 !important; /* Track color (for Firefox) */
}

#Product-Thumbnails::-moz-scrollbar-thumb {
  background-color: #3f8fe5 !important; /* Thumb color (for Firefox) */
}

#Product-Thumbnails::-ms-scrollbar {
  width: 10px !important; /* Width of the scrollbar (for Edge and IE) */
  height: 0px !important;
}

#Product-Thumbnails::-ms-scrollbar-track {
  background-color: #f0f0f0 !important; /* Track color (for Edge and IE) */
}

#Product-Thumbnails::-ms-scrollbar-thumb {
  background-color: #3f8fe5 !important; /* Thumb color (for Edge and IE) */
}

.price .amount.discounted {
  color: var(--color-price-discounted, #ee3b45);
  font-family: "stratum-2-web" !important;
}

.price {
  font-family: "stratum-2-web" !important;
}

.variations .product-form__input--block input[type="radio"] + label {
  width: auto;
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px !important;
  padding: 5px 15px;
  margin: 0 6px 6px 0;
  font-size: 0.8125rem;
  cursor: pointer;
  overflow: hidden;
  font-family: "stratum-2-web" !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  background: #f8f8f8 !important;
}

.quantity {
  border-radius: 0px !important;
}

.variations .product-form__input--block input[type="radio"]:checked + label {
  z-index: 5;
  box-shadow: none !important;
  background: var(--color-accent) !important;
  color: white !important;
  border-color: var(--color-accent-hover) !important;
}
/* -------------------------- CATEGORY HOTSPOT INFO ---------------------------*/
/* General Styles */
.product-hotspot-section {
  position: relative;
  display: block;
 /* height: 500px;*/ /* Set the height of the section */
}

@media only screen and (min-width: 1101px) {
  #image-container-w-hotspot img {
    aspect-ratio: 19 / 9;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.25);
    width:100%;
  }
  	
  .hotspot {
    position: absolute;
    cursor: pointer;
    height: 2.2rem;
    width: 2.2rem;
    border: 2px solid white;
    background: #3f8fe5;
    border-radius: 50px;
    box-shadow: 0px 0px 30px #3f8fe5;
    filter: drop-shadow(0px 0px 30px #3f8fe5);
    transition: 0.3s ease;
  }
  	
  .hotspot-info {
    position: absolute;
    background-color: #111111;
    padding: 4rem;
    display: none;
    top: 0%;
    bottom: 0%;
    right: 0%;
    max-width: 35vw;
    background: rgb(6,5,24);
    background: linear-gradient(146deg, rgba(6,5,24,1) 7%, rgba(12,20,57,1) 100%);
    overflow: visible;
    overflow-x: scroll;
    transition: 0.3s ease;
  }

  .fa-remove::before, .fa-close::before, .fa-times::before {
    content: "\f00d";
    font-size: 1.34rem;
    font-style: normal !important;
  }
  
  #image-container-w-hotspot div.container{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    float: none;
  }
  
  #image-container-w-hotspot .hotspot-title h1 {
    position: absolute;
    top: 1rem;
    font-size: 3rem;
    background: #3f8fe5;
    padding: 10px 20px 15px 20px;
    line-height: 3rem;
    color: white;
    clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
    font-family: 'stratum-2-web' !important;
    z-index: 9;
  }
  	
  #image-container-w-hotspot .hotspot-title h1 span {
    font-weight:bold;
  }
  	
  .hotspot-info h3 {
    color: #f8f8f8;
    font-family: 'stratum-2-web';
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 2rem;
    margin-bottom: 20px;
    margin-left: -4rem;
    text-transform: capitalize;
    border-left: 9px solid;
    padding-left: 1rem;
    border-color: rgb(6, 135, 255);
  }
}

@media only screen and (min-width: 901px) and (max-width: 1100px) {
    #image-container-w-hotspot img {
      aspect-ratio: 19 / 13;
      object-fit: cover;
      object-position: center;
      filter: saturate(1.25);
    }

  .hotspot {
    position: absolute;
    cursor: pointer;
    height: 2.2rem;
    width: 2.2rem;
    border: 2px solid white;
    background: #3f8fe5;
    border-radius: 50px;
    box-shadow: 0px 0px 30px #3f8fe5;
    filter: drop-shadow(0px 0px 30px #3f8fe5);
    transition: 0.3s ease;
  }
  	
  .hotspot-info {
    position: absolute;
    background-color: #111111;
    padding: 4rem;
    display: none;
    top: 0%;
    bottom: 0%;
    right: 0%;
    max-width: 35vw;
    background: rgb(6,5,24);
    background: linear-gradient(146deg, rgba(6,5,24,1) 7%, rgba(12,20,57,1) 100%);
    overflow: visible;
    overflow-x: scroll;
    transition: 0.3s ease;
  }

  .fa-remove::before, .fa-close::before, .fa-times::before {
    content: "\f00d";
    font-size: 1.34rem;
    font-style: normal !important;
  }

  #image-container-w-hotspot div.container{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    float: none;
  }
  
  #image-container-w-hotspot .hotspot-title h1 {
    position: absolute;
    top: 1rem;
    font-size: 2rem;
    background: #3f8fe5;
    padding: 10px 20px 15px 20px;
    line-height: 2rem;
    color: white;
    clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
    font-family: 'stratum-2-web' !important;
    z-index: 9;
  }
  	
  #image-container-w-hotspot .hotspot-title h1 span {
    font-weight:bold;
  }
  	
  .hotspot-info h3 {
    color: #f8f8f8;
    font-family: 'stratum-2-web';
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 2rem;
    margin-bottom: 20px;
    margin-left: -4rem;
    text-transform: capitalize;
    border-left: 9px solid;
    padding-left: 1rem;
    border-color: rgb(6, 135, 255);
  }
}

@media only screen and (max-width: 900px) {
  #image-container-w-hotspot img {
    aspect-ratio: 10 / 12;
    object-fit: cover;
    object-position: center;
  }
	
  .hotspot {
    position: absolute;
    cursor: pointer;
    height: 1.6rem;
    width: 1.6rem;
    background: #3f8fe5;
    border: 2px solid white;
    border-radius: 50px;
    box-shadow: 0px 5px 20px black;
    transition: 0.3s ease;
  }
	
  .hotspot-info {
    position: absolute;
    background-color: #111111;
    padding: 2rem;
    display: none;
    top: 0%;
    bottom: 0%;
    right: 0%;
    left: 0%;
    background: rgb(6,5,24);
    background: linear-gradient(146deg, rgba(6,5,24,1) 7%, rgba(12,20,57,1) 100%);
    overflow: visible;
    overflow-x: scroll;
    transition: 0.3s ease;
  }

  .fa-remove::before, .fa-close::before, .fa-times::before {
    content: "\f00d";
    font-size: 1.34rem;
    font-style: normal !important;
  }
  
  #image-container-w-hotspot .hotspot-title h1 {
    position: absolute;
    /* top: 20px; */
    font-size: 1rem;
    line-height: 1rem;
    background: #3f8fe5;
    padding: .4rem;
    color: white;
    clip-path: polygon(7px 0, 100% 0, 100% 100%, 0 100%, 0 7px);
    font-family: 'stratum-2-web' !important;
    margin-left: .5rem;
  }
	
	#image-container-w-hotspot .hotspot-title h1 span {
      font-weight:bold;
	}
	
	.hotspot-info h3 {
      color: #f8f8f8;
      font-family: 'stratum-2-web';
      font-weight: bold;
      font-size: 1.7rem;
      line-height: 2rem;
      margin-bottom: 20px;
      margin-left: -2rem;
      text-transform: capitalize;
      border-left: 3px solid;
      padding-left: 1rem;
      border-color: rgb(6, 135, 255);
    }
}

@media only screen and (max-width: 350px) {
  #image-container-w-hotspot .hotspot-title h1 {
    position: absolute;
    top: 20px;
    font-size: 5vw;
    line-height: 5vw;
  }

  .fa-remove::before, .fa-close::before, .fa-times::before {
    content: "\f00d";
    font-size: 1.34rem;
    font-style: normal !important;
  }
}
    
.hotspot:hover {
  background: #fff;
  transition: 0.3s ease;
}

.hotspot.active {
  background: #003d7e;
  border: 5px solid white;
  transition: 0.3s ease;
}

div#hotspot-info-container h5 {
  color: #3f8fe5;
  line-height: 1.9rem;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-family: 'prohibition' !important;
  letter-spacing: 1px;
  margin-bottom: 15px;
  max-width: 90%;
}

.hotspot-info p {
  color: white;
  font-family: 'stratum-2-web';
  font-weight: 300;
  font-size: 1.1rem;
}

.close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #3f8fe5;
  padding: 8px 10px;
  border-radius: 50px;
  color: white;
  line-height: 1rem;
}

.hotspot-info::-webkit-scrollbar {
  width: 10px; /* Width of the scrollbar (for WebKit browsers) */
  height: 0px;
}

.hotspot-info::-webkit-scrollbar-track {
  background-color: #f0f0f0; /* Track color (for WebKit browsers) */
}

.hotspot-info::-webkit-scrollbar-thumb {
  background-color: #3f8fe5; /* Thumb color (for WebKit browsers) */
}

.hotspot-info::-moz-scrollbar {
  width: 10px; /* Width of the scrollbar (for Firefox) */
  height: 0px;
}

.hotspot-info::-moz-scrollbar-track {
  background-color: #f0f0f0; /* Track color (for Firefox) */
}

.hotspot-info::-moz-scrollbar-thumb {
  background-color: #3f8fe5; /* Thumb color (for Firefox) */
}

.hotspot-info::-ms-scrollbar {
  width: 10px; /* Width of the scrollbar (for Edge and IE) */
  height: 0px;
}

.hotspot-info::-ms-scrollbar-track {
  background-color: #f0f0f0; /* Track color (for Edge and IE) */
}

.hotspot-info::-ms-scrollbar-thumb {
  background-color: #3f8fe5; /* Thumb color (for Edge and IE) */
}
/* ----END------------------- CATEGORY HOTSPOT INFO ---------------------------*/

/* ---------------------------------- PRODUCT   --------------------------------*/
/* ----------------------------------  PAGE  --------------------------------*/
/* ----------------------------------   STYLES --------------------------------*/

.product-information--inner .product--text.style_vendor {
  background: #006fbb;
  opacity: 1 !important;
  max-width: fit-content;
  font-size: 1rem !important;
  padding: 0.7rem 1.5rem !important;
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
  font-weight: 700 !important;
  color: #fff !important;
  text-transform: uppercase !important;
}

.variations .product-form__input--color input[type="radio"]:checked + label {
  box-shadow: 0 0 0 1px var(--color-body, #2c2d2e);
  border: 4px solid var(--color-accent) !important;
}

.variations
  .product-form__input--color
  input[type="radio"]:checked
  + label:after {
  top: -1px !important;
  left: -1px !important;
  right: -1px !important;
  bottom: -1px !important;
}

.thb-product-detail .product-title {
  font-size: 4rem !important;
  line-height: 4rem !important;
  font-weight: 500;
  margin-bottom: 2rem !important;
  color: var(--color-body, #2c2d2e);
}

.product-gallery-container
  .product-image-container
  .product-images
  .flickity-nav.flickity-prev {
  left: 0px !important;
}

.product-gallery-container
  .product-thumbnail-container
  .product-thumbnail.is-initial-selected:after {
  box-shadow: 0 0px 0px 0px var(--color-body, #2c2d2e),
    inset 0 0 0 3px var(--bg-body, #f5f5f5) !important;
}

.product-gallery-container
  .product-image-container
  .product-images
  .flickity-nav.flickity-next {
  right: 0px !important;
}

.flickity-nav {
  background: var(--color-drawer-bg, #fff);
  border-radius: 0px !important;
}

@media only screen and (max-width: 768px) {
  .thb-product-detail .product-title {
    font-size: 2rem !important;
    line-height: 2rem !important;
    font-weight: 500;
    margin-bottom: 2rem !important;
    color: var(--color-body, #2c2d2e);
  }
}

.variations .product-form__input--color input[type="radio"] + label {
  width: 32px;
  height: 32px;
  display: inline-flex;
  text-indent: -9999em;
  position: relative;
  color: transparent;
  cursor: pointer;
  z-index: 4;
  border-radius: 50%;
  margin: 1px 9px 1px 1px;
  box-shadow: 0px 5px 20px #0000005c !important;
}

/* ---------------------------------- HIDE STICKY ADD TO CART --------------------------------*/

.product-add-to-cart-sticky.no-js-hidden.sticky--visible {
  display: none !important;
}

/* ---------------------------------- PRODUCT FEATURES --------------------------------*/

.shopify-section.section-multicolumn {
  background: #fff !important;
}

.multicolumn.swipe-on-mobile {
  max-width: 96%;
  margin: 0 auto;
}

.multicolumn.swipe-on-mobile .multicolumn__column {
  padding: 15px !important;
}

.multicolumn__column h4 {
  margin-bottom: 8px;
  font-family: "prohibition" !important;
  color: var(--color-header-links-hover);
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .multicolumn.swipe-on-mobile .row {
    display: grid;
    grid-gap: 8px;
    grid-auto-flow: column;
    grid-auto-columns: minmax(calc(65vw - 15px), 1fr) !important;
    overflow-x: auto;
    grid-template-columns: repeat(
      auto-fill,
      minmax(calc(65vw - 15px), 1fr)
    ) !important;
    margin-left: -8px;
    width: calc(100% + 16px);
    padding: 0 15px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
}

.animations-true .image-with-text-overlay--content .subheading,
.animations-true .image-with-text-overlay--content .button,
.animations-true .image-with-text-overlay--content .inline-badge {
  background: #006fbb;
  opacity: 1 !important;
  max-width: fit-content;
  margin: 0 auto;
  font-size: 1rem;
  padding: 0.7rem 1.5rem;
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
  margin-bottom: 20px;
  font-weight: bold;
}

/* ---------------------------------- PRODUCT GALLERY STYLES --------------------------------*/

@media only screen and (min-width: 1068px) {
  .product-grid-container {
    display: grid !important;
    align-items: center !important;
  }
}

.product-gallery-container {
  margin-bottom: 0px !important;
}

.product-gallery-container .product-thumbnail-container .product-thumbnail,
.product-gallery-container
  .product-thumbnail-container
  .product-thumbnail:after,
.pickup-availability-wrapper,
.product-popup-modal__content,
.product-add-to-cart-sticky,
#shopify-product-reviews .spr-review,
.product-card-small {
  isolation: isolate;
  border-radius: 0px !important;
}

.product-gallery-container .product-thumbnail-container .product-thumbnail {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 5%;
  aspect-ratio: 1 / 1;
}

.product-gallery-container .product-thumbnail-container .product-thumbnail img {
  aspect-ratio: 1 / 1 !important;
  object-fit: contain;
}

/* ---------------------------------- BLUE SUBHEADING STYLES --------------------------------*/

.subheading {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
  background: #006fbb;
  opacity: 1 !important;
  max-width: fit-content;
  margin: 0 auto 20px;
  font-size: 1rem !important;
  padding: 0.7rem 1.5rem !important;
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
  font-weight: 700 !important;
  color: #fff !important;
  text-transform: uppercase !important;
}

/* ---------------------------------- PRODUCT DETAILS STYLES --------------------------------*/

@media only screen and (min-width: 768px) {
  #shopify-section-template--20050869551426__e914f9b9-bf4f-4a7c-ab77-e503a7adcf60
    .single-image {
    padding: 3rem 0rem 0rem 0rem;
    margin: 0px;
    max-width: 100% !important;
  }

  #shopify-section-template--20050869551426__e914f9b9-bf4f-4a7c-ab77-e503a7adcf60
    .single-image
    img {
    margin: 0 auto;
    aspect-ratio: 19 / 5;
    object-fit: cover;
    max-width: 100%;
    width: 100% !important;
  }

  #shopify-section-template--20050869551426__5eeadb0b-1e16-4069-917a-3e9e5f72636e {
    background: white;
    padding: 5rem 0rem 3rem 0rem;
  }

  #shopify-section-template--20050869551426__9bcb106a-b794-4835-a966-07b9f2a4e566 {
    background: #f8f8f8;
    padding: 3rem 0rem 3rem 0rem;
  }
}

@media only screen and (max-width: 768px) {
  #shopify-section-template--20050869551426__e914f9b9-bf4f-4a7c-ab77-e503a7adcf60
    .single-image {
    padding: 0rem 0rem;
    margin: 0px;
    max-width: 100% !important;
  }

  #shopify-section-template--20050869551426__e914f9b9-bf4f-4a7c-ab77-e503a7adcf60
    .single-image
    img {
    margin: 0 auto;
    aspect-ratio: 19 / 15;
    object-fit: cover;
    max-width: 100%;
    width: 100% !important;
  }

  #shopify-section-template--20050869551426__5eeadb0b-1e16-4069-917a-3e9e5f72636e {
    background: white;
    padding: 2rem 0rem 1rem 0rem;
  }

  #shopify-section-template--20050869551426__9bcb106a-b794-4835-a966-07b9f2a4e566 {
    background: #f8f8f8;
    padding: 1rem 0rem 1rem 0rem;
  }
}

/* ---------------------------------- PRODUCT LANDING PAGE STYLES --------------------------------*/
#shopify-section-template--24250810728770__custom_liquid_ffbGDM .container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px;
}

#shopify-section-template--24250810728770__custom_liquid_ffbGDM .category {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;  /* Allow the category to stretch to full width inside the container */
  max-width: 350px; /* Set the max width of each category */
  min-height: 250px;
  flex-grow: 1;
  flex-basis: calc(33.33% - 20px); /* Set the width of each category to 33.33% of the container, minus the gap (3 items per row) */
  
  display: flex;
  flex-direction: column;
  justify-content: flex-start;  /* Align content at the top */
  align-items: center;  /* Keep items centered horizontally */
}

#shopify-section-template--24250810728770__custom_liquid_ffbGDM .category h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #333;
  text-align: center;  /* Center the title */
}

#shopify-section-template--24250810728770__custom_liquid_ffbGDM .category ul {
  list-style-type: none;
  padding: 0;
  text-align: left;  /* Keep the text inside left-aligned */
  width: 100%;
}

#shopify-section-template--24250810728770__custom_liquid_ffbGDM .category li {
  font-size: 1rem;
  color: #555;
  margin-bottom: 8px;
  text-align: left;  /* Ensure each list item is left-aligned */
}

/* Mobile View: 1 div per row */
@media (max-width: 768px) {
  #shopify-section-template--24250810728770__custom_liquid_ffbGDM .category {
    flex-basis: calc(100% - 20px); /* Set each category to 100% of the container width on mobile */
  }
}


/* ==========================================================================
   WP MIGRATION — category tile grids (.category-grid-section-top / -body)
   --------------------------------------------------------------------------
   The 7 migrated category pages (business / educational / hobby /
   home-and-office / medical / sports / tactical) carry the WordPress markup
   `<div class="category-grid-section-top X-top grid-container">`.

   In the Enfold child theme these tiles were styled through a wrapper with
   `id="category-section"`. The migrated Shopify page bodies have no such
   wrapper, so every one of those rules stopped matching. Result before this
   block: the .overlay copy rendered in normal flow at full opacity (spilling
   over and colliding with the .title bar), and the 6-column grid had no
   per-item spans, so on a 414px viewport the columns hit their min-content
   width and pushed the document 62-160px wide (horizontal scrollbar).

   Rules below are ported 1:1 from the WordPress child theme, re-scoped from
   `#category-section` to `.category-grid-section-top`. They are page-agnostic
   (no per-page image dependency), so they apply to all 7 pages.

   STILL OUTSTANDING (deliberately not done here): the 49 per-page tile
   background images (.medical-top .grid-item:nth-child(n) { background-image })
   were never uploaded to the Shopify CDN. Porting them would mean hotlinking
   barska.com / barska.wpengine.com, which the migration is meant to retire.
   See doc/uat-visual.md — the images need uploading to Shopify Files first.
   ========================================================================== */

/* Allow the tracks to shrink below min-content so a long word in a tile can
   never widen the document. Column count is unchanged (6, same as the base
   .grid-container rule) — this only removes the blowout. */
.category-grid-section-top.grid-container,
.category-grid-section-body.grid-container {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

/* --- tile placement: desktop (ported verbatim) --- */
.category-grid-section-top .grid-item:nth-child(1) { grid-column: 1 / span 3; background-size: cover; background-position: center center; }
.category-grid-section-top .grid-item:nth-child(2) { grid-column: 4 / span 3; background-size: cover; background-position: center center; }
.category-grid-section-top .grid-item:nth-child(3) { grid-column: 1 / span 2; background-size: cover; background-position: center center; }
.category-grid-section-top .grid-item:nth-child(4) { grid-column: 3 / span 2; background-size: cover; background-position: center center; }
.category-grid-section-top .grid-item:nth-child(5) { grid-column: 5 / span 2; background-size: cover; background-position: center center; }
.category-grid-section-top .grid-item:nth-child(6) { grid-column: 1 / span 3; background-size: cover; background-position: center center; }
.category-grid-section-top .grid-item:nth-child(7) { grid-column: 4 / span 3; background-size: cover; background-position: center center; }
.category-grid-section-top .grid-item:nth-child(8) { grid-column: 1 / span 6; background-size: cover; background-position: center center; }

/* --- tile placement: 321-690px (ported verbatim) --- */
@media only screen and (min-width: 321px) and (max-width: 690px) {
  .category-grid-section-top .grid-item:nth-child(1) { grid-column: 1 / span 6; }
  .category-grid-section-top .grid-item:nth-child(2) { grid-column: 1 / span 6; }
  .category-grid-section-top .grid-item:nth-child(3) { grid-column: 1 / span 3; }
  .category-grid-section-top .grid-item:nth-child(4) { grid-column: 4 / span 3; }
  .category-grid-section-top .grid-item:nth-child(5) { grid-column: 1 / span 6; }
  .category-grid-section-top .grid-item:nth-child(6) { grid-column: 1 / span 3; }
  .category-grid-section-top .grid-item:nth-child(7) { grid-column: 4 / span 3; display: block; }
  .category-grid-section-top .grid-item:nth-child(8) { grid-column: 1 / span 6; }
}

/* --- tile placement: <=320px (ported verbatim) --- */
@media only screen and (max-width: 320px) {
  .category-grid-section-top .grid-item:nth-child(1),
  .category-grid-section-top .grid-item:nth-child(2),
  .category-grid-section-top .grid-item:nth-child(3),
  .category-grid-section-top .grid-item:nth-child(4),
  .category-grid-section-top .grid-item:nth-child(5),
  .category-grid-section-top .grid-item:nth-child(6),
  .category-grid-section-top .grid-item:nth-child(7),
  .category-grid-section-top .grid-item:nth-child(8) { grid-column: 1 / span 6; }
}

/* --- hover overlay: >=501px (ported from #category-section) --- */
@media only screen and (min-width: 501px) {
  .category-grid-section-top .grid-item h2 {
    font-size: 1.7rem;
    line-height: 1.8rem;
    color: white;
    text-align: center;
  }

  .category-grid-section-top .grid-item p {
    max-width: 450px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.2rem;
    color: white;
    text-align: center;
  }

  .category-grid-section-top .grid-item .overlay {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    background: #3f8fe5;
    opacity: 0;
    vertical-align: middle;
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .category-grid-section-top .grid-item .overlay:hover {
    opacity: 1;
    z-index: 2;
  }
}

/* --- hover overlay: <=500px (ported from #category-section) --- */
@media only screen and (max-width: 500px) {
  .category-grid-section-top .grid-item h2 {
    font-size: 5vw;
    line-height: 5.5vw;
    color: white;
    text-align: center;
  }

  .category-grid-section-top .grid-item p {
    max-width: 450px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 15px;
    color: white;
    text-align: left;
  }

  .category-grid-section-top .grid-item .overlay {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
    padding: 0.5rem 1rem 0.5rem 1rem;
    background: #3f8fe5;
    opacity: 0;
    vertical-align: middle;
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .category-grid-section-top .grid-item .overlay:hover {
    opacity: 1;
    z-index: 2;
  }
}

/* EXPLORE call-to-action inside the overlay (ported from #category-section) */
.category-grid-section-top .grid-item span {
  color: white;
  font-weight: bold;
  max-width: 450px;
  margin: 0 auto;
  margin-top: 20px;
}

/* The `<div class="category-grid-section-body X-body grid-container">` block is
   empty on all 7 pages — it is empty in the WordPress source too, so this is
   inherited dead markup rather than lost content. Left in the DOM for fidelity,
   but collapsed so it stops rendering ~60px of blank space (the 2rem vertical
   padding on .grid-container). Re-inflates automatically if tiles are ever
   added to it. */
.category-grid-section-body.grid-container:not(:has(> *)) {
  padding: 0;
  min-height: 0;
}


/* ============================================================
   分类页图块背景图(7 个品类页 + hotel)
   来源:老站子主题 enfold-child/style.css。图片已转存 Shopify CDN。
   选择器沿用老站的 .<分区>-top .grid-item:nth-child(n),
   与迁过来的正文标记一致(.category-grid-section-top .medical-top ...)。
   共 57 条规则。
   ============================================================ */

.home-and-office-top .grid-item:nth-child(1) {
  background-image: url(/cdn/shop/files/3e1c9570-c760-45f1-9a7e-cff462b1dd73._CR001500750_SX1500_SY750.png);
}

.home-and-office-top .grid-item:nth-child(2) {
  background-image: url(/cdn/shop/files/Barska-AX13496-Biometric-Fireproof-Safe-White-displayed_600x600_913987d6-fdc9-429d-97ab-a11179fee836.png);
}

.home-and-office-top .grid-item:nth-child(3) {
  background-image: url(/cdn/shop/files/c64cf9d3-f49e-48d4-bf3c-6c08e7a59742._SL5000_CR054950001861_SX3000_-scaled.jpg);
}

.home-and-office-top .grid-item:nth-child(4) {
  background-image: url(/cdn/shop/files/pistol-home-and-office-min.webp);
}

.home-and-office-top .grid-item:nth-child(5) {
  background-image: url(/cdn/shop/files/61773f00-f656-4fd9-a838-af62fa275ac2._CR00750750_SX750_SY750_-min.png);
}

.home-and-office-top .grid-item:nth-child(6) {
  background-image: url(/cdn/shop/files/mount-home-and-office-min.webp);
}

.home-and-office-top .grid-item:nth-child(7) {
  background-image: url(/cdn/shop/files/combination-home-and-office-min.webp);
}

.home-and-office-top .grid-item:nth-child(8) {
  background-image: url(/cdn/shop/files/keylock-home-and-office-min.webp);
}

.business-top .grid-item:nth-child(1) {
  background-image: url(/cdn/shop/files/c9d521be-9c9d-4e49-b209-8c55cbe2d4b5._CR0000_SX2000_SY760.png);
}

.business-top .grid-item:nth-child(2) {
  background-image: url(/cdn/shop/files/30-off-slide-min.png);
}

.business-top .grid-item:nth-child(3) {
  background-image: url(/cdn/shop/files/3e1c9570-c760-45f1-9a7e-cff462b1dd73._CR001500750_SX1500_SY750.png);
}

.business-top .grid-item:nth-child(4) {
  background-image: url(/cdn/shop/files/194267cc-b0f0-4ff3-abab-0adbb24acbf2._CR041545002122_SX3000_-min.webp);
}

.business-top .grid-item:nth-child(5) {
  background-image: url(/cdn/shop/files/9153c6a8-932e-4859-9756-8669497d431e._CR0015001500_SX1500_SY1500.png);
}

.business-top .grid-item:nth-child(6) {
  background-image: url(/cdn/shop/files/6bacddec-611f-45bc-a0c7-6f213665f476._CR74767522782278_SX1500_SY1500.jpg);
}

.business-top .grid-item:nth-child(7) {
  background-image: url(/cdn/shop/files/a503f868-6d98-4cff-b98a-306699216081._CR41261031481490_SX3000_-scaled.jpg);
}

.business-top .grid-item:nth-child(8) {
  background-image: url(/cdn/shop/files/CB13534_business_code_block.webp);
}

.hotel-top .grid-item:nth-child(1) {
  background-image: url(/cdn/shop/files/c9d521be-9c9d-4e49-b209-8c55cbe2d4b5._CR0000_SX2000_SY760.png);
}

.hotel-top .grid-item:nth-child(2) {
  background-image: url(/cdn/shop/files/30-off-slide-min.png);
}

.hotel-top .grid-item:nth-child(3) {
  background-image: url(/cdn/shop/files/3e1c9570-c760-45f1-9a7e-cff462b1dd73._CR001500750_SX1500_SY750.png);
}

.hotel-top .grid-item:nth-child(4) {
  background-image: url(/cdn/shop/files/194267cc-b0f0-4ff3-abab-0adbb24acbf2._CR041545002122_SX3000_-min.webp);
}

.hotel-top .grid-item:nth-child(5) {
  background-image: url(/cdn/shop/files/9153c6a8-932e-4859-9756-8669497d431e._CR0015001500_SX1500_SY1500.png);
}

.hotel-top .grid-item:nth-child(6) {
  background-image: url(/cdn/shop/files/6bacddec-611f-45bc-a0c7-6f213665f476._CR74767522782278_SX1500_SY1500.jpg);
}

.hotel-top .grid-item:nth-child(7) {
  background-image: url(/cdn/shop/files/a503f868-6d98-4cff-b98a-306699216081._CR41261031481490_SX3000_-scaled.jpg);
}

.hotel-top .grid-item:nth-child(8) {
  background-image: url(/cdn/shop/files/CB13534_business_code_block.webp);
}

.sports-top .grid-item:nth-child(1) {
  background-image: url(/cdn/shop/files/long-gun-scopes-min.webp);
}

.sports-top .grid-item:nth-child(2) {
  background-image: url(/cdn/shop/files/binoculars-min.webp);
}

.sports-top .grid-item:nth-child(3) {
  background-image: url(/cdn/shop/files/red-dot-min.webp);
}

.sports-top .grid-item:nth-child(4) {
  background-image: url(/cdn/shop/files/laser-lights-min.webp);
}

.sports-top .grid-item:nth-child(5) {
  background-image: url(/cdn/shop/files/monoculars-min.webp);
}

.sports-top .grid-item:nth-child(6) {
  background-image: url(/cdn/shop/files/1b0e86e5f815b28772c7766882cc014d.w4928.h3264._CR3566448582076_SX3000.webp);
}

.sports-top .grid-item:nth-child(7) {
  background-image: url(/cdn/shop/files/47a420d4-c4b5-435d-8a6a-cd58da9af7c0._CR047232641088_SX3000.webp);
}

.tactical-top .grid-item:nth-child(1) {
  background-image: url(/cdn/shop/files/2f32278a-e10d-4572-8634-b30384330ab0._CR0015001500_SX1500_SY1500.webp);
}

.tactical-top .grid-item:nth-child(2) {
  background-image: url(/cdn/shop/files/11e8fb7d-0105-41b0-bf36-734b05c1072b._CR0045113020_SX3000_-min.webp);
}

.tactical-top .grid-item:nth-child(3) {
  background-image: url(/cdn/shop/files/bea598f5-0e4a-40da-bc0b-263305afd349._CR00750750_SX750_SY750_-min.webp);
}

.tactical-top .grid-item:nth-child(4) {
  background-image: url(/cdn/shop/files/laser-lights-min.webp);
}

.tactical-top .grid-item:nth-child(5) {
  background-image: url(/cdn/shop/files/1bed1c6b-afc9-45ed-a812-07e28c42701e._CR00750750_SX750_SY750_-min.webp);
}

.tactical-top .grid-item:nth-child(6) {
  background-image: url(/cdn/shop/files/7123b4ea-3a10-4f82-a78f-1a12084994f3._CR00750750_SX750_SY750_-min.webp);
}

.tactical-top .grid-item:nth-child(7) {
  background-image: url(/cdn/shop/files/6cae4184-be68-49ab-801b-6342ae8b081c._CR00750750_SX750_SY750_-min.webp);
}

.medical-top .grid-item:nth-child(1) {
  background-image: url(/cdn/shop/files/a503f868-6d98-4cff-b98a-306699216081._CR41261031481490_SX3000_-scaled.jpg);
}

.medical-top .grid-item:nth-child(2) {
  background-image: url(/cdn/shop/files/03f08a8c9836e8d534b90d593cae719c.w3000.h1500._CR0030001500_-min.webp);
}

.medical-top .grid-item:nth-child(3) {
  background-image: url(/cdn/shop/files/a7e8bd04-9a90-45f2-a6c6-659024cb0a12._CR001500750_SX1500_SY750_-min.webp);
}

.medical-top .grid-item:nth-child(4) {
  background-image: url(/cdn/shop/files/65ea7747-e70e-47b5-8a02-7414551bf34a._CR001500750_SX1500_SY750_-min.webp);
}

.medical-top .grid-item:nth-child(5) {
  background-image: url(/cdn/shop/files/18bbfb05-51ed-4d02-ad14-61b0386e72ff._CR001500750_SX1500_SY750_-min.webp);
}

.medical-top .grid-item:nth-child(6) {
  background-image: url(/cdn/shop/files/a3c7972a-64e2-485f-8f62-ff17b7707132._CR041545002585_SX3000_-min.webp);
}

.medical-top .grid-item:nth-child(7) {
  background-image: url(/cdn/shop/files/AX11224_Medicine_1-min.webp);
}

.edu-top .grid-item:nth-child(1) {
  background-image: url(/cdn/shop/files/03f08a8c9836e8d534b90d593cae719c.w3000.h1500._CR0030001500_-min.webp);
}

.edu-top .grid-item:nth-child(2) {
  background-image: url(/cdn/shop/files/a7e8bd04-9a90-45f2-a6c6-659024cb0a12._CR001500750_SX1500_SY750_-min.webp);
}

.edu-top .grid-item:nth-child(3) {
  background-image: url(/cdn/shop/files/educational_page-1.webp);
}

.edu-top .grid-item:nth-child(4) {
  background-image: url(/cdn/shop/files/65ea7747-e70e-47b5-8a02-7414551bf34a._CR001500750_SX1500_SY750_-min.webp);
}

.edu-top .grid-item:nth-child(5) {
  background-image: url(/cdn/shop/files/18bbfb05-51ed-4d02-ad14-61b0386e72ff._CR001500750_SX1500_SY750_-min.webp);
}

.hobby-top .grid-item:nth-child(1) {
  background-image: url(/cdn/shop/files/4630fb5f-409f-4d42-80da-691822f3054f._CR00750750_SX750_SY750_-min.webp);
}

.hobby-top .grid-item:nth-child(2) {
  background-image: url(/cdn/shop/files/c83b0a62-8ad6-4668-b11b-07eac031631d._CR431021602160_SX1500_SY1500_-min.webp);
}

.hobby-top .grid-item:nth-child(3) {
  background-image: url(/cdn/shop/files/0f39aff85fa6a0cb885a18ed2178cedf.w4928.h3264._CR954032643264_SX1500_SY1500_-min.webp);
}

.hobby-top .grid-item:nth-child(4) {
  background-image: url(/cdn/shop/files/56addb53-afff-4e62-8627-a61d8384f299._CR00750750_SX750_SY750_-min.webp);
}

.hobby-top .grid-item:nth-child(5) {
  background-image: url(/cdn/shop/files/DSC_7376-min.webp);
}

.hobby-top .grid-item:nth-child(6) {
  background-image: url(/cdn/shop/files/f0cf37da-7534-40a1-9c38-f18d7bbeed4a._CR00750750_SX750_SY750_-min.webp);
}

.hobby-top .grid-item:nth-child(7) {
  background-image: url(/cdn/shop/files/c2947aa2358c8ccabeb33fcc7bc935dc.w1500.h1500._CR0015001500_SX1500_SY1500_-min.webp);
}

/* 保修条款页的小节导航 —— 老站是 Enfold 按钮行(sticky 左栏),
   迁过来后退化成 5 个裸链接竖排。这里恢复成按钮组;
   标签放正文里(店铺级),样式放主题里,所以 live 主题上仍只是普通链接,不会变形。 */
.warranty-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 40px;
}

.rte .warranty-nav--btn,
.warranty-nav--btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 22px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background: #1e5aa8;
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.rte .warranty-nav--btn:hover,
.rte .warranty-nav--btn:focus-visible,
.warranty-nav--btn:hover,
.warranty-nav--btn:focus-visible {
  background: #17457f;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

/* 锚点跳过去时别被吸顶导航盖住标题 */
.bcms--body h2[id] {
  scroll-margin-top: 110px;
}

@media only screen and (max-width: 767px) {
  .rte .warranty-nav--btn,
  .warranty-nav--btn {
    flex: 1 1 calc(50% - 10px);
    justify-content: center;
    padding: 12px 14px;
  }
}

/* 招聘列表 —— 老站用的是 WP Job Openings 插件(awsm-job-listings)渲染的职位卡片,
   每条含职位标题和 More Details 两个链接指向岗位页。插件不迁,这里用同样结构的静态卡片。 */
.job-listings {
  display: grid;
  gap: 16px;
  margin: 32px 0 48px;
}

.job-listing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 28px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #fff;
  transition: box-shadow 0.2s ease;
}

.job-listing:hover {
  box-shadow: 0 8px 24px rgba(20, 42, 74, 0.1);
}

.job-listing--title {
  margin: 0;
  font-size: 1.25rem;
}

.rte .job-listing--title a,
.job-listing--title a {
  color: inherit;
  text-decoration: none;
}

.rte .job-listing--title a:hover,
.job-listing--title a:hover {
  text-decoration: underline;
}

.rte .job-listing--more,
.job-listing--more {
  flex: 0 0 auto;
  padding: 10px 20px;
  border-radius: 6px;
  background: #1e5aa8;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
}

.rte .job-listing--more:hover,
.job-listing--more:hover {
  background: #17457f;
  color: #fff;
  text-decoration: none;
}

/* 页脚上方的订阅通栏 —— 老站是全站页脚一条通栏(深底 #2c2d2e、白字、居中),
   不是页脚里的一个窄列。之前放成第 6 列既挤又和老站不像。 */
.nl-band {
  background: #2c2d2e;
  color: #fff;
  padding: 56px 20px;
}

.nl-band--inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.nl-band--title {
  margin: 0 0 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.nl-band--text {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.78);
}

/* 主题的订阅表单默认是页脚窄列里的样式,通栏里要拉宽居中 */
.nl-band .signup-container {
  max-width: 460px;
  margin: 0 auto;
}

.nl-band .signup-form fieldset {
  border-color: rgba(255, 255, 255, 0.35);
}

.nl-band .signup-form input[type='email'] {
  color: #fff;
}

.nl-band .signup-form input[type='email']::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.nl-band .signup-form .field__label {
  color: rgba(255, 255, 255, 0.6);
}

.nl-band .signup-form .submit svg {
  fill: #fff;
}

.nl-band .form-notification {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .nl-band {
    padding: 40px 20px;
  }
}

/* Barska Support 支持中心 —— 老站是 3 列图标网格(av_one_third × 6 + 6 个图标 PNG),
   迁过来后退化成竖排的标题+段落。这里恢复网格;老站磁贴不可点,但这页讲的就是"去哪办事",
   做成可点更符合用意(目标全部实测 200)。 */
.bs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 40px 0 56px;
}

.rte .bs-tile,
.bs-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 32px 24px 28px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.rte .bs-tile:hover,
.bs-tile:hover {
  box-shadow: 0 10px 28px rgba(20, 42, 74, 0.12);
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
}

.bs-tile--icon {
  width: 96px;
  height: auto;
  margin: 0 0 8px;
}

.bs-tile--title {
  margin: 0;
  font-size: 1.125rem;
}

.bs-tile--desc {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  opacity: 0.8;
}

@media only screen and (max-width: 989px) {
  .bs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .bs-grid {
    grid-template-columns: 1fr;
  }

  .rte .bs-tile,
  .bs-tile {
    padding: 24px 20px;
  }
}

/* 活动列表(老站 /events/list/ 的 "Latest Past Events") */
.ev-list {
  display: grid;
  gap: 20px;
  margin: 24px 0 40px;
}

.ev-item {
  padding: 24px 28px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #fff;
}

.ev-item--date {
  margin: 0 0 6px;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.7;
}

.ev-item--title {
  margin: 0 0 6px;
  font-size: 1.25rem;
}

.ev-item--venue {
  margin: 0 0 10px;
  font-weight: 600;
}

.ev-item--desc {
  margin: 0;
  line-height: 1.6;
}
