/** Shopify CDN: Minification failed

Line 688:0 Unexpected "}"

**/
/* custom.css */


@media only screen and (min-width:768px) {

    [data-mq=small],
    [data-mq=small][data-container] {
        display: none
    }
}

@media only screen and (min-width:1024px) {

    [data-mq=small-medium],
    [data-mq=small-medium][data-container] {
        display: none
    }
}

@media only screen and (max-width:767px) {

    [data-mq=medium],
    [data-mq=medium][data-container] {
        display: none
    }
}

@media only screen and (min-width:1024px) {

    [data-mq=medium],
    [data-mq=medium][data-container] {
        display: none
    }
}

@media only screen and (max-width:767px) {

    [data-mq=medium-large],
    [data-mq=medium-large][data-container] {
        /* display: none */
    }
}

@media only screen and (max-width:767px) {

    [data-mq=large],
    [data-mq=large][data-container] {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {

    [data-mq=large],
    [data-mq=large][data-container] {
        display: none
    }
}

[data-mq=none],
[data-mq=none][data-container] {
    display: none
}

/*  Fonts  */

@font-face {
  font-family: "ArcherSemibold";
  src: url("ArcherSemibold.woff2") format("woff2"),
    url("ArcherSemibold.woff") format("woff");
}
@font-face {
  font-family: "ArcherBold";
  src: url("ArcherBold.woff2") format("woff2"),
    url("ArcherBold.woff") format("woff");
}

@font-face {
  font-family: "MuseoSans300";
  src: url("MuseoSans300.woff2") format("woff2"),
    url("MuseoSans300.woff") format("woff");
}
@font-face {
  font-family: "MuseoSans500";
  src: url("MuseoSans500.woff2") format("woff2"),
    url("MuseoSans500.woff") format("woff");
}
@font-face {
  font-family: "MuseoSans700";
  src: url("MuseoSans700.woff2") format("woff2"),
    url("MuseoSans700.woff") format("woff");
}
@font-face {
  font-family: "MuseoSans900";
  src: url("MuseoSans900.woff2") format("woff2"),
    url("MuseoSans900.woff") format("woff");
}

body, p {
  font-family: "MuseoSans300";
  font-size: 18px;
  line-height: 1.5em;
}

.rte ul, .rte ol {
    list-style-position: outside;
    padding-left: 2rem;
}

h1 , .h1 {
  font-size: 8.33rem;
  line-height: 1.25em;
}
h2, .h2 {
  font-size: 5.833rem;
  line-height: 1.25em;
}
h3, .h3 {
  font-size: 3.75rem;
  line-height: 1.25em;
}
h4, .h4 {
  font-size: 2.083rem;
  line-height: 1.25em;;
}
h5, .h5 {
  font-size: 1rem;
  line-height: 1.25em;
}


h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
    font-family: "MuseoSans500";
    color: var(--color-pb-primary);
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, .h0 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, body strong, p strong {
    font-family: "MuseoSans900";
    color: var(--color-pb-primary);
}

@media only screen and (min-width: 750px) {
    .image-with-text__content h2, .image-with-text__content .h2 {
        font-size: calc(var(--font-heading-scale)* 3.4rem) !important;
    }
}

.header {
    display: flex;
    grid-template-areas: "left-icons heading icons";
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 992px) {
  .header {
    display: flex;
    grid-template-areas: "left-icons heading icons";
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
}

.text-center {
  text-align: center;
}
/* default is white button with black border */
button,
.button {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: ArcherBold !important;
  font-weight: 900;
  font-size: 18px;
  transition: all 0.3s ease;
  background-color: var(--color-pb-white);
  color: var(--color-pb-black);
  border: 2px solid transparent;
}

.button:after {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  border-radius: 0 !important;
}

.button--primary {
  background-color: var(--color-pb-primary);
  color: var(--color-pb-white);
  border-color: var(--color-pb-primary);
}

.button--secondary {
  background-color: var(--color-pb-secondary);
  color: var(--color-pb-white);
  border-color: var(--color-pb-secondary);
}

button:hover,
.button:hover {
  background-color: var(--color-pb-black);
  color: var(--color-pb-white);
  border-color: var(--color-pb-white);
}

.button--primary:hover {
  background-color: var(--color-pb-white);
  color: var(--color-pb-primary);
  border-color: var(--color-pb-primary);
}

.button--secondary:hover {
  background-color: var(--color-pb-white) !important;
  color: var(--color-pb-secondary) !important;
  border-color: var(--color-pb-secondary) !important;
}
.button[aria-disabled=true], .button.disabled, .customer button:disabled, .customer button[aria-disabled=true], .customer button.disabled, .quantity__button.disabled {
    opacity: 1;
}

/* rich text editor*/

/* may need to remove some or override in individual components */
h2.rich-text__heading.inline-richtext,
h2.image-with-text__heading,
h3.rich-text__heading.inline-richtext,
h3.image-with-text__heading,
h4.rich-text__heading.inline-richtext,
h4.image-with-text__heading,
h5.rich-text__heading.inline-richtext,
h5.image-with-text__heading,
h6.rich-text__heading.inline-richtext,
h6.image-with-text__heading,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--color-pb-primary);
}

/* header */

h1.banner__heading strong {
    color: #fff !important;
}

.header__inline-menu {
  text-transform: capitalize;
}

.header__inline-menu .link {
  font-weight: 900;
  font-size: 18px;
}
.header__menu-item:hover {
    color: #ee7623;
    text-decoration: none !important;
}
.header__active-menu-item,
.header__active-menu-item:hover {
  text-decoration: none !important;
}
.list-menu__item {
  font-family: MuseoSans700;
  text-transform: uppercase;
  font-size: 18px;
  color: rgb(var(--color-foreground));
}
.header__menu-item:hover span {
    text-decoration: none !important;
    text-underline-offset: .3rem;
}

.announcement-bar__link p {
  color: var(--color-pb-white);
  font-weight: 900;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (max-width: 768px){
.banner__content{
  margin-top: -300px;
  padding-left: 20px !important;
}
}

/* Footer */

.footer-block__heading {
    margin-bottom: 1rem !important;
    font-family: 'MuseoSans900';
    text-transform: uppercase;
    color: #000;
}
.list-menu__item--link {
    padding-bottom: 0;
    padding-top: 0;
    line-height: 1.5em;
    font-family: 'MuseoSans300';
    
}

@media screen and (min-width: 750px) {
    .footer-block__details-content .list-menu__item--link:hover, .copyright__content a:hover {
        color: rgb(var(--color-link)) !important;
    }
}
.footer__content-bottom {
    border-top: none !important;
    padding-top: 0rem;
}

.list-social__link {
    padding: 0 1.5rem !important;
    padding-left: 0px !important;
}



/* custom video header */

/* * override default Dawn to use better video ratios * */

.video-section__media,
.video-wrapper {
  padding-bottom: 0 !important;
  aspect-ratio: 4/3;
  @media (min-width: 576px) {
    aspect-ratio: 16/9;
  }
}

.video-section__content {
  max-width: 1920px !important;
}

.video-section .video-section__content .title-wrapper {
  margin-top: 0;
  position: absolute;
  top: 10px;
  left: 30px;
}

.video-section .video-section__content .title-wrapper .title,
.video-block__heading {
  font-size: 6rem;
  line-height: 1;
  text-transform: uppercase;
  max-width: 80%;
  font-family: 'MuseoSans900';

  /* tweak for ultra-small screens */
  @media (max-width: 430px) {
    max-width: 100%;
    font-size: 4rem;
  }
}
.title-prefix {
  font-family: 'ArcherSemibold', Courier, monospace;
  font-size: 5vw;
  line-height: .9;
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
}

.video-block__subheading {
  font-weight: 900;
}

.video-wrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2%;
    background-image: url(/cdn/shop/files/Texture_transition.svg?v=1728063460);
    background-size: cover;
    display: block;
    bottom: 0px;
}

/* multi-column */

/* override default Dawn to center images */
.multicolumn-list__item .media--adapt,
.multicolumn-list__item .media--adapt .multicolumn-card__image {
  width: 100% !important;
}

.multicolumn-card__image-wrapper {
  margin: 0 auto !important;
}
.multicolumn-list__item h3.inline-richtext {
    font-family: 'MuseoSans700';
    font-size: 25px;
}

.multicolumn-list__item rte {
    padding: 16px 16px 16px 16px 
}

/* customizations */

.featured-text__block--wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2%;
    background-image: url(/cdn/shop/files/Texture_transition.svg?v=1728063460);
    background-size: cover;
    display: block;
    top: 0px;
    transform: rotate(180deg);
}
.featured-text__block--wrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2%;
    background-image: url(/cdn/shop/files/Texture_transition.svg?v=1728063460);
    background-size: cover;
    display: block;
    bottom: 0px;
}


.content-container {
    max-width: 1200px;
    margin: auto;
}

.multicolumn-card__image-wrapper {
  --image-width: 115px;
  max-width: var(--image-width);
  padding-bottom: 1rem;
}

.multicolumn-card__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.multicolumn-card {
    padding: 28px;
}

@media screen and (max-width: 749px) {
  .newsletter--wrapper {
    justify-content: space-between !important;
    flex-wrap: wrap;
}
}

.newsletter--wrapper {
    justify-content: space-evenly;
    align-items: center !important;
    display: flex;
    max-width: 1920px !important;
    padding: 0 25px 25px;
    margin: 0 auto;
}


@media screen and (min-width: 749px) {
    .newsletter--body {
        max-width: 650px !important;
        margin: 0 !important;
        flex-grow: 1;
    }
}


.newsletter--heading, newsletter--subheading {
    text-align: left;
    color: var(--color--body) !important;
}

.newsletter--heading {
    font-family: MuseoSans900;
    font-size: 25px;
    margin-bottom: .5rem;
    margin-top: 0;
}

.newsletter--subheading {
    padding-top: 10px;
    
  p {
    font-family: "MuseoSans300";
    font-size: 18px;
    line-height: 1.5em;
    margin: 0px
}
}

/* featured by */

.featured-text__block--wrapper {
  background-color: #f1f1f1;
  position: relative;
  padding: 50px 0;
  display: block;
  overflow: hidden;
}

.featured-text--wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

/* .home__brands--list {
  display: grid;
  grid-template-columns: 1fr;
  margin: 2rem auto 0;
} */

.home__brands--list {
    display: flex;
    justify-content: space-evenly;
}

.home__brands--list li {
  text-align: center;
}

.home__brands--list img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* image with text */

.image-with-text__media {
  border: none !important;
}

/* Image Banner */

@media screen and (min-width: 750px) {
    .banner__content.banner__content--middle-left {
        align-items: flex-start !important;
        justify-content: center !important;
    }
}

/* Blog */

.article-card .card__heading {
    height: 42px;
    color: #000;
    font-size: 18px;
    line-height: 1.5em;
    font-family: 'MuseoSans900';
    min-height: 50px;
}

@media screen and (min-width: 750px) {
    .blog-articles {
        column-gap: 3% !important;
        row-gap: 3% !important;
        width: 80%;
        display: flex !important;
        flex-wrap: wrap;
    }
}
@media screen and (min-width: 750px) {
 .blog-articles__article.article {
    width: 100%;
}
}
@media screen and (min-width: 768px) {
 .blog-articles__article.article {
    width: 48%;
}
}
@media screen and (min-width: 1300px) {
 .blog-articles__article.article {
    width: 31%;
}
}
.main-blog {
  display: flex;
  flex-wrap: wrap;
}
.blog-filter {
  width: 20%;
}
.list-group {
    text-align: left;
  }

ul#BlogTagFilter {
	list-style: none;
	padding: 0px;
    display: flex;
    flex-direction: column;
	}
  
ul#BlogTagFilter li {
	display: inline;
    margin: 0px;
	}

#BlogTagFilter li a {
  color: #000;
  text-decoration: none;
}

.badge {
    font-size: 1.75rem;
}


/* media queries */

/* * large mobile * */

@media (min-width: 576px) {
  .video-section .video-section__content .title-wrapper .title,
  .video-block__heading {
    font-size: 6rem;
  }

  .video-section .video-section__content .title-wrapper .title:before {
    font-size: 4.5rem;
  }
}

/* * tablet * */

@media (min-width: 768px) {
  .video-section .video-section__content .title-wrapper,
  .video-block__content--top-left {
    top: 50px;
  }

  .video-section .video-section__content .title-wrapper .title,
  .video-block__heading {
    font-size: 8vw;
  }

  .video-section .video-section__content .title-wrapper .title:before {
    font-size: 5vw;
  }

  .home__brands--list {
    grid-template-columns: 1fr 1fr;
  }

.grid--5-col-tablet .grid__item {
        width: calc(19.33% - var(--grid-desktop-horizontal-spacing)* 2 / 3);
    }
}
/** tablet large **/

@media screen and (min-width: 990px) {
    .header--middle-left {
        grid-template-areas: "heading navigation";
        grid-template-columns: 110px auto;
        column-gap: 2rem;
    }
    .header__inline-menu {
        display: block;
        text-align: center;
    }
    .rich-text__blocks {
        max-width: 1200px !important;
    }
}
}


/* * desktop * */

@media (min-width: 1024px) {
  .video-section .video-section__content .title-wrapper,
  .video-block__content--top-left {
    top: 10%;
    transform: translateY(-50%);
  }

  .video-section .video-section__content .title-wrapper .title,
  .video-block__heading {
    font-size: 11rem;
  }

  .video-section .video-section__content .title-wrapper .title:before {
    font-size: 5.5rem;
  }
}

/* * large desktop * */

@media (min-width: 1440px) {
  .video-section .video-section__content .title-wrapper .title,
  .video-block__heading {
    font-size: 7vw;
  }

  .video-section .video-section__content .title-wrapper .title:before {
    font-size: 6vw;
    font-family: "ArcherSemibold";
  }

  .home__brands--list {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* custom video header */

.video-block__content {
  max-width: 100%;
}

.video-block__heading {
  font-size: 8vw;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: bold;
}

.video-block__subheading {
  font-size: 2vw;
  margin-top: 0.5rem;
  font-weight: normal;
}

/* Remove or comment out any conflicting styles for .video-section,
   .video-section__content, etc. that might interfere with the new design */

/* ... (keep other styles unchanged) ... */

/* Adjust media queries if needed */
@media (max-width: 768px) {
  .video-block__heading {
    font-size: 12vw;
  }

  .video-block__subheading {
    font-size: 4vw;
  }
}

/* Trap Page */

@media (min-width: 768px) {
  
  #shopify-section-template--18561899331833__main {
  float: left;
  width: 50%;
  z-index: 2;
  position: relative;
}

#shopify-section-template--18561899331833__rich_text_btEC9r, #shopify-section-template--18561899331833__rich_text_cJKQFC {
  .isolate {
    position: unset;
  }
  .rich-text {
    background: none;
    width: 50%;
    float: right;
  }
}
}


/* Column Sizes */

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

/* Custom CSS for Trap System Page */

@media screen and (min-width: 1200px) {
    .page-width.main-trap-system {
        padding: 0px 12rem;
    }
}

@media screen and (min-width: 750px) {
    .product__info-wrapper .product__info-container {
        max-width: 75rem;
    }
}

.main-trap-system__heading {
    font-size: var(--heading-font-size);
    font-weight: 600;
    line-height: normal;
}

img.main_trap_system__image {
    width: 100%;
    height: 100%;
}

.main-trap-system .button {
    text-align: center;
}

.main-trap-system.collapsible-content__heading {
    font-size: 45px;
}

.main-trap-system.accordion__title {
    font-weight: 600;
}

.main-trap-system .product__column-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
  
.main-trap-system .product__column-item {
    width: 43%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #f1f1f1;
    padding: 10px;
    margin: 10px;
    list-style: none;
}


.main-trap-system .product__column-item img.multi_column-image {
    max-width: 40%;
    height: auto;
}

.main-trap-system .product__column-item:nth-child(odd) {
    margin-left: 0;
}   

.main-trap-system .product__column-text {
    text-align: center;
}

.main-trap-system .main-trap-system__details p strong {
    font-weight: 600;
}

/* .main-trap-system .product-media-container.constrain-height.media-fit-contain {
    border: none;
} */ 

@media screen and (max-width: 750px) {
    .main-trap-system li.product__column-item {
        width: 100%;
        margin: 10px 0;
    }

    .main-trap-system .product__column-item img.multi_column-image {
        max-width: 20%;
    }

    .main-trap-system .product-media-container.constrain-height.media-fit-contain {
        width: 100%;
    }
}

/* Policy Pages */

.shopify-policy__container {
    max-width: 1200px;
    margin: auto;
}