/** Shopify CDN: Minification failed

Line 1722:49 Unexpected ")"

**/
/* GLOBAL CSS START */

a {
    transition: all .4s ease;
}

.button.button--primary {
    background-color: #f4d10c;
    color: #000000;
    font-family: "Oswald", sans-serif;
    font-size: 21px;
    font-weight: bold;
    padding: 16px 20px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .4s ease;
}

.button.button--secondary {
    background-color: #000000;
    color: #ffffff;
    font-family: Oswald,sans-serif;
    font-size: 21px;
    font-weight: 700;
    padding: 16px 20px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .4s ease;
}

.button.button--primary:hover {
    background: #ffffff;
}

.button.button--secondary:hover {
    background: #ffffff;
    color: #000000;
}

html {
    scroll-behavior: smooth;
}

.button::before,
.button::after {
    content: none;
}

.shopify-policy__title h1,
.h2.section-heading {
    font-size: 60px;    
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.1;
    text-transform: uppercase;
}

h1, .h1.large-heading {
    line-height: 90px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 90px;
    text-transform: uppercase;
}

.shopify-policy__container {
    max-width: var(--page-width);
    margin: 60px auto;
    padding: 0 2rem;
}

/* GLOBAL CSS END */

.header-wrapper {
    background-color: #000000;
    background-image: url("/cdn/shop/files/header_bg.jpg?v=1770001797");
    background-position: bottom center;
    background-attachment: unset;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 0;
    min-height: 195px;
}

.header__heading-link {
    padding: 35px 80px;
    /* background: #000000; */
    /* margin-bottom: -35px; */
}

@media only screen and (min-width: 990px) {
    .rackulator-header .header .header__heading-link {
        /* background-color: #000; */
        padding: 35px 80px;
        position: relative;
        z-index: 9;
        /* margin-bottom: -85px; */
        width: 100%;
    }
}

.header .header-email {
    color: #fbce0a;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: top;
    padding: 10px 15px;
    /* width: 100%; */
}

.header-email-section .list-social .list-social__link {
    padding: 0;
}

.windseeker-header .header .header-email,
.rackulator-header .header .header-email {
    padding: 0;
}

.windseeker-header .header .header-email-section,
.rackulator-header .header .header-email-section {
    gap: 10px;
}

.header .header-email-section .footer-social-info-icon .list-social__link .svg-wrapper svg path {
    fill: #f4d10c;
}

.header .header-email-section .footer-social-info-icon .list-social__link .svg-wrapper, .footer .footer-social-info .footer-social-info-icon .list-social__link .svg-wrapper svg {
    width: 24px;
    height: 24px;
}

.header .header__inline-menu {
    text-align: center;
    padding-top: 0px;
    margin-left: 0;
}

.header .header__inline-menu .header__menu-item {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 20px;
    text-align: left;
}

.header .header__inline-menu .header__menu-item:hover {
    color: #fbce0a;
}

.header .header__inline-menu .header__menu-item:hover .header__active-menu-item {
    color: #fbce0a;
}

.header .header__inline-menu .header__menu-item:hover span {
    text-decoration: none;
    text-underline-offset: 0;
}

.header .header__icons {
    padding-right: 0;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

.header .header__icons .header-top-right {
    padding-top: 27px;
    padding-bottom: 30px;
}

.header .header__icons .header-top-right .header-top-right-wrapper {
    width: 100%;
    padding: 10px 15px;
    display: flex;
    gap: 10px 24px;
    justify-content: center;
}

.header .header__icons .header__icon--cart:before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f07a" !important;
    font-size: 22px;
    color: #fff;
}

.header .header__icons .header__icon--cart {
    text-decoration: none;
    margin-left: 15px;
    margin-right: 0;
    height: auto;
    width: auto;
}

.header .header__icons .header__icon--cart .svg-wrapper {
    display: none;
}

.header-email-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    padding-bottom: 3rem;
}

.header-email {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.header-email:hover {
    text-decoration: underline;
}

.header .header-bottom-right .header-contact-link,
.header .header-bottom-right .header-bottom-right-link {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding-right: 15px;
    transition: all .4s ease;
}

.header .header-bottom-right .header-contact-link:hover,
.header .header-bottom-right .header-bottom-right-link:hover {
    color: #fbce0a;
}

.header .header-bottom-right {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

body .header:not(.drawer-menu).page-width {
    padding-left: 20px;
    padding-right: 20px;
    align-items: flex-start;
}

.section-new-multicolumn .page-width {
    max-width: 100%;
    padding: 0;
}

.section-new-multicolumn .multicolumn-list {
    gap: 0;
}

.section-new-multicolumn .multicolumn-list .multicolumn-list__item {
    padding-top: 75px;
    padding-right: 30px;
    padding-bottom: 95px;
    padding-left: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-new-multicolumn .multicolumn-list .multicolumn-list__item:nth-child(odd) {
    background-image: url("/cdn/shop/files/01-Syntek-Landing-Page_03-min.jpg?v=1770390430");
}

.section-new-multicolumn .multicolumn-list .multicolumn-list__item:nth-child(even) {
    background-image: url("/cdn/shop/files/ws-landing-page-image.jpg?v=1770390430");
}


.section-new-multicolumn .multicolumn-list .multicolumn-list__item .multicolumn-card {
    border-top-width: 11px;
    border-top-color: #f4d10c;
    border-top-style: solid;
    border-bottom-width: 100px;
    padding-top: 70px;
    padding-right: 50px;
    padding-left: 50px;
    background-color: rgba(0, 0, 0, 0.8);
    border-bottom-style: solid;
    border-bottom-color: #373737;
}

.section-new-multicolumn .multicolumn-list .multicolumn-list__item .media {
    padding-bottom: 0;
}

.section-new-multicolumn .multicolumn-list .multicolumn-list__item .media img {
    object-fit: contain;
    position: unset;
    width: 100%;
    height: 100%;
    margin: 0 auto 35px auto;
    max-height: 220px;
}

.section-new-multicolumn .multicolumn-list .multicolumn-list__item .multicolumn-card__image-wrapper {
    margin: 0;
}

.section-new-multicolumn .multicolumn-list .multicolumn-list__item .multicolumn-card__info {
    padding: 0 !important;
    margin-bottom: -20px;
}

.section-new-multicolumn .multicolumn-list .multicolumn-list__item .multicolumn-card__info .rte p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 27px;
    color: #ffffff;
}

.section-new-multicolumn .multicolumn-list .multicolumn-list__item .multicolumn-card__info .rte p:last-child {
    margin-bottom: 0;
}

.section-new-multicolumn .multicolumn-list .multicolumn-list__item .multicolumn-card__info .button {
    margin-top: 50px;
}
.section-new-multicolumn .multicolumn-list {
    align-items: stretch;
}

.section-new-multicolumn .multicolumn-list .multicolumn-list__item {
    display: flex;
    flex-direction: column;
}

.section-new-multicolumn .multicolumn-list .multicolumn-list__item .multicolumn-card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.section-new-multicolumn .multicolumn-list .multicolumn-list__item .multicolumn-card .multicolumn-card__info {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.section-new-multicolumn .multicolumn-list .multicolumn-list__item .multicolumn-card .multicolumn-card__info .button {
    margin-top: auto;
    margin-bottom: 30px;
}


.yellow-heading {
    color: #f4d10c;
}


.rich-text-content-full .rich-text__blocks,
.section-only-text .rich-text__blocks {
    max-width: 100%;
}

.rich-text-content-full .rich-text__wrapper {
    width: 100%;
}

.section-only-text .rich-text__wrapper {
    padding: 140px 10% 125px;
}

.section-only-text .rich-text__blocks .rich-text__heading {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.section-only-text .rich-text__blocks .rich-text__text {
    max-width: 1226px;
    margin: 0 auto;
}
.section-only-text .rich-text__blocks .rich-text__text * {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0;
    font-weight: 400;
    color: #ffffff;
}

.footer .footer__content-top .footer__blocks-wrapper {
    column-gap: 60px;
    row-gap: 30px;
    justify-content: space-between;
}

.footer .footer__content-top .footer__blocks-wrapper .footer-block__details-content.rte p {
    margin: 0;
}

.footer .footer__content-top .footer__blocks-wrapper .footer-block__details-content.rte a {
    background-color: #f4d10c;
    color: #000;
    font-family: Oswald, sans-serif;
    font-size: 21px;
    font-weight: 700;
    padding: 16px 41px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .4s ease;
    text-decoration: none;
    min-width: 225px;
    display: inline-block;
    text-align: center;
}

.footer .footer__content-top .footer__blocks-wrapper .footer-block--image,
.shopify-section-group-rackulator-footer-group .footer .footer__content-top .footer__blocks-wrapper .footer-block--text,
.shopify-section-group-windseeker-footer-group .footer .footer__content-top .footer__blocks-wrapper .footer-block--text {
    width: auto;  
    max-width: max-content;
    position: relative;
    flex: unset;
}

.footer .footer__content-top .footer__blocks-wrapper .footer-block--image .footer-block__image-wrapper {
    max-width: 350px !important;
    /* padding-right: 20px; */
    margin-bottom: 65px;
}

.shopify-section-group-knives-footer-group .footer .footer__content-top .footer__blocks-wrapper .footer-block--image .footer-block__image-wrapper {
    max-width: 171px !important;
}

/* .footer .footer__content-top .footer__blocks-wrapper .footer-block--image::after {
    content: "";
    width: 4px;
    height: 115px;
    background-color: #f4d10c;
    position: absolute;
    top: 22px;
    right: 0;
} */

.footer .footer__content-top .footer__blocks-wrapper .footer-block__details-content.rte p {
    margin-bottom: 30px;
}

.footer .footer__content-top .footer__blocks-wrapper .footer-block__details-content.rte a:hover {
    background: #ffffff;
}

.footer .footer__content-top .footer__blocks-wrapper .footer-block__details-content.rte p:last-child {
    margin-bottom: 0;
}

.footer .footer__content-top .footer__blocks-wrapper .footer-block--menu {
    width: auto;  
    max-width: max-content;
    flex: unset;
}

.footer .footer__content-top .footer__blocks-wrapper .footer-block--menu ul  li .list-menu__item {
    color: #d8d8d8;
    font-family: Roboto;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    padding: 0;
    text-transform: uppercase;
}

.footer .footer__content-top .footer__blocks-wrapper .footer-block--menu ul  li .list-menu__item:hover {
    text-decoration: none;
    text-underline-offset: 0;
    color: #f4d10c;
}

.footer .footer__content-top .footer__blocks-wrapper .footer-block--menu ul  li .list-menu__item--active {
    text-decoration: none;
    text-underline-offset: 0;
    color: #f4d10c;
}

.footer .footer__content-top .footer__blocks-wrapper .footer-block--menu ul  li {
    margin-bottom: 10px;
}

.footer .footer__content-top .footer__blocks-wrapper .footer-block--menu ul  li:last-child {
    margin-bottom: 0;
}

.footer .footer__content-top .footer__blocks-wrapper .footer-block--menu .footer-block__heading {
    color: #d8d8d8;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
}

/* .footer .footer__content-top .footer__blocks-wrapper .footer-block:nth-child(2) {
    margin-left: 6%;
} */

/* .footer .footer__content-top .footer__blocks-wrapper .footer-block:last-child {
    text-align: right;
    width: 33.33%;
    padding-top: 22px;
    max-width: 20.625%;
    margin-left: auto;
    position: relative;
} */

/* .footer .footer__content-top .footer__blocks-wrapper .footer-block:last-child::before {
    content: "";
    width: 4px;
    height: 115px;
    background-color: #f4d10c;
    position: absolute;
    top: 22px;
    left: 0;
} */

.shopify-section-group-windseeker-footer-group .footer,
.shopify-section-group-rackulator-footer-group .footer,
.shopify-section-group-footer-group .footer {
    border-top: 0;
    padding-top: 100px;
    background-image: url("/cdn/shop/files/footer_bg.jpg?v=1770435419");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 35px solid #f4d10c;
    background-attachment: unset;
}

.footer .footer-social-info .footer-social-info-icon .list-social__link {
    padding: 0;
}

.footer .footer-social-info .footer-social-info-icon .list-social__link .svg-wrapper,
.footer .footer-social-info .footer-social-info-icon .list-social__link .svg-wrapper svg {
    width: 24px;
    height: 24px;
}

.footer .footer-social-info .footer-social-info-icon .list-social__link .svg-wrapper svg path {
    fill: #f4d10c;
}

.footer .footer-social-info {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.footer .footer-social-info .footer-social-info-email a {
    color: #fbce0a;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 27px;
}


.header .header__heading-logo-wrapper.mobile_logo {
  display: none;
}

.page-slideshow .banner .slideshow__slide .banner__box .banner__button-group {
    display: flex;
    gap: 16px 24px;
    margin-top: 50px;
}

.page-slideshow .banner .slideshow__slide .banner__box .banner__subheading {
    margin-top: 40px; 
}

.page-slideshow .banner .slideshow__slide .banner__box .banner__subheading h3 {
    color: #f4d10c;
    line-height: 36px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 36px;
    margin: 0;
}

.page-slideshow .banner .slideshow__slide .banner__box .banner__text {
    margin-top: 50px;
}

.page-slideshow .banner .slideshow__slide .banner__box .banner__text * {
    line-height: 36px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    margin: 0;
}

.page-slideshow .banner .slideshow__slide .slideshow__text.banner__box {
    max-width: 61.7rem;
}

.page-slideshow .banner--large:not(.banner--adapt) {
    height: 82.9rem;
}

.page-slideshow .banner .slideshow__slide {
    position: relative;
}
.page-slideshow .banner .slideshow__slide::before {
    content: "";
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.page-slideshow .slideshow__controls .slider-button {
    display: none;
}

.page-slideshow .slideshow__controls .slider-counter__link--dots {
    padding: 0;
}

.page-slideshow .slideshow__controls .slideshow__control-wrapper {
    column-gap: 16px;
    position: absolute;
    bottom: 20px;
}

.page-slideshow .slideshow__controls .slider-counter__link--dots .dot {
    width: 1.6rem;
    height: 1.6rem;
}

.template-rackulator .testimonials-section {
    margin-top: 125px;
    margin-bottom: 35px;
}

.section-main-collection-banner .collection-hero__title {
    margin: 0;
}

.section-main-collection-banner .collection-hero__inner {
    padding: 60px 0 40px;
    text-align: center;
}

.product-card-wrapper .card .card__heading {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 600;
}

.section-main-collection-product-grid .product-grid-container .product-grid {
    row-gap: 50px;
}

.product-card-wrapper .card .card__content .quick-add {
    position: relative;
}

.product-card-wrapper .card .card__content .quick-add .button {
    min-width: unset;
    width: auto;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.18px;
    min-height: 45px;
    padding: 10px 40px;
} 

/* .product-card-wrapper .card .card-information>.price * {
    color: #999;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
} */

.product-card-wrapper .card .card-information .price {
  display: flex;
  align-items: center;
}

.product-card-wrapper .card .card-information .price.price--on-sale .price__sale {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.product-card-wrapper .card .card-information .price *:not(.product-card-wrapper .card .card-information .price .badge ) {
    font-family: Oswald, sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    color: #f4d10c;
    gap: 15px;
}

.product-card-wrapper .card .card-information .price.price--on-sale .price__sale .price-item--regular {
    color: rgba(244, 209, 12, 0.7) !important;
}

.product-card-wrapper .card .card-information .product__inventory {
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.product-card-wrapper .card .card-information .product__inventory.out-of-stock {
    color: #eb1212;
}

.product-card-wrapper .card .card-information .product__inventory.in-stock {
    color: #77a464;
}

.product-card-wrapper:hover .card__information .full-unstyled-link {
    color: #f4d10c;
}

.page-top-banner .main-page-title {
    margin: 0;
    text-align: center;
}

.new-image-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0 110px 0;
    overflow: hidden;
}

.new-image-banner .new-image-banner__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 0;
}

.new-image-banner .new-image-banner .page-width {
    position: relative;
    z-index: 1;
}

.new-image-banner .new-image-banner__wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Main Heading */
.new-image-banner .new-image-banner__main-heading-wrap {
    text-align: center;
}

.new-image-banner .new-image-banner__main-heading {
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}

.new-image-banner .new-image-banner__content-row {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1452px;
    margin: 0 auto;
}

.new-image-banner .new-image-banner__left {
    flex: 0 0 41%;
    max-width: 41%;
}

.new-image-banner .new-image-banner__image-wrap {
    width: 100%;
}

.new-image-banner .new-image-banner__image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.new-image-banner .new-image-banner__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.new-image-banner .new-image-banner__sub-heading {
    font-size: 48px;
    color: #f4d10c;
    line-height: 1.25;
    text-align: left;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
}

.new-image-banner .new-image-banner__description {
    font-size: 18px;
    color: #ffffff;
    line-height: 2.1;
    text-align: left;
    margin: 0;
    letter-spacing: 0;
}

.new-image-banner .new-image-banner__description p {
    margin: 0;
}

.new-image-banner .new-image-banner__button-wrap {
    margin-top: 8px;
}

.inst-image-with-text .image-with-text__heading {
    text-transform: uppercase;
    color: #f4d10c;
}

.inst-image-with-text .image-with-text__text h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 0.625rem;
    text-transform: uppercase;
}

.inst-image-with-text .image-with-text__text ol {
    list-style-position: outside;
    padding-left: 3rem;
}

.list-inside ol {
    list-style-position: outside;
}

.inst-image-with-text .image-with-text__text li {
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 0;
}

.inst-image-with-text .image-with-text__grid {
    column-gap: 0;
    row-gap: 50px;
}

.inst-image-with-text .image-with-text__grid .image-with-text__media-item {
    width: 47%;
}

.inst-image-with-text .image-with-text__grid .image-with-text__media-item img {
    object-fit: contain;
}

.inst-image-with-text .image-with-text__grid .image-with-text__text-item {
    width: 53%;
}

.inst-image-with-text .image-with-text__grid .image-with-text__text-item .image-with-text__content {
    padding: 0 60px 0 0;
}

#ContactForm .field::before,
#ContactForm .field::after {
    content: none;
}

#ContactForm .field {
    flex-direction: column-reverse;
}

#ContactForm .field .field__input {
    background: #ffffff;
}

#ContactForm .field .field__label {
    position: unset;
    margin-bottom: 8px;
    display: flex;
    gap: 6px;
    font-size: 16px;
    line-height: 1.43;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: normal;
}

#ContactForm .field .field__label span {
    color: #c02b0a;
}

.contact-only-text .rich-text__blocks {
    max-width: 100%;
}

.contact-only-text .rich-text__blocks .rich-text__heading {
    font-size: 36px;
    color: #f4d10c;
    text-transform: uppercase;
}

/* Section Wrapper */
.contact-image-grid {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contact-image-grid-wrapper {
  width: 100%;
  height: 100%;
  padding: 0 15px;
}

.contact-image-grid-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
  height: 100%;
  background: #000;
}

.contact-image-grid-item {
  position: relative;
  overflow: hidden;
  background: #1a1a1a;
  cursor: pointer;
}

.contact-image-grid-image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* 1:1 square ratio */
  overflow: hidden;
}

.contact-image-grid-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.contact-image-grid-item:hover .contact-image-grid-image-wrapper img {
  transform: scale(1.05);
}

.contact-image-grid-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2a2a2a;
}

.contact-image-grid-placeholder svg,
.contact-image-grid-placeholder .placeholder-svg {
  width: 60%;
  height: 60%;
  opacity: 0.3;
}

.contact-image-grid-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.contact-image-grid-modal.active {
  display: flex;
}

.contact-image-grid-modal-content {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.contact-image-grid-modal-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.contact-image-grid-modal-inner img {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

.contact-image-grid-close {
  position: fixed;
  top: 20px;
  right: 40px;
  font-size: 50px;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10000;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.8;
  line-height: 1;
  padding: 0;
}

.contact-image-grid-close:hover {
  transform: rotate(90deg);
  opacity: 1;
}

.contact-form-content-wrapper {
    display: flex;
}

.contact-form-content {
    width: 58.33333333%;
    border-right-width: 10px;
    background-color: #373737;
    border-right-color: #f4d10c;
    border-right-style: solid;
}

.contact-image-grid {
    width: 41.66666667%;
    height: 100%;
    overflow: hidden;
    display: inline-block;
}

.contact-form-content .title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 27px;
    line-height: 2;
    font-family: Roboto, sans-serif;
    color: #ffffff;
}

.contact-form-content .title strong {
    color: #c02b0a;
}

.contact-form-content-inner {
    width: 100%;
    padding: 80px 5% 80px 14.5%;
    display: inline-block;
}

.contact-image-text .image-with-text__media-item {
    /* max-width: 627px; */
    width: calc(50% - 30px * 1 / 2);
}

.contact-image-text .image-with-text__media-item .image-with-text__media {
    max-width: 627px;
    margin-left: auto;
}

.contact-image-text .image-with-text__media-item .image-with-text__media img {
    object-fit: contain;
}

.contact-image-text .image-with-text__text-item {
    width: calc(50% - 30px * 1 / 2);
    margin-right: auto;
}

.contact-image-text .image-with-text__content {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 70px;
    background-color: #000000 !important;
}

.contact-image-text .image-with-text__content .image-with-text__heading {
    text-transform: uppercase;
}

.contact-image-text .image-with-text__grid {
    padding-top: 50px;
    padding-right: 40px;
    padding-bottom: 35px;
    background-image: url(https://syntekoutdoors.com/wp-content/uploads/2021/08/04-How-to-Use-Page2_03.jpg?id=145);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    gap: 30px;
}

.htu-richtext .rich-text__heading {
    margin-bottom: 20px;
}

.tro-richtext .section-heading-40 {
    font-size: 40px;
    letter-spacing: 0.01rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 0.625rem;
    text-transform: uppercase;
}

.multicolumn-with-img-border .multicolumn-card .multicolumn-card__image-wrapper {
    margin: 0;
    border: 10px solid #373737;
}

.rich-text-with-image .rich-text__image {
    line-height: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    padding: 0 20px;
    max-width: 712px;
    margin-left: auto;
    margin-right: auto;
}

.rich-text-with-image .rich-text__image img {
    width: 100%;
    height: 100%;
}

.rich-text-with-image .rich-text__blocks {
    padding-bottom: 60px;
    border: 5px solid #ffffff;
}

.rich-text-with-image .rich-text__text {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.shopify-section-group-rackulator-header-group,
.shopify-section-group-knives-header-group,
.shopify-section-group-windseeker-header-group {
    z-index: 3;
}

.shopify-section-group-knives-footer-group .footer {
    border-top: 0;
}
.shopify-section-group-knives-footer-group .footer .footer__content-top .footer__blocks-wrapper .footer-block--text {
    max-width: 100%;
    width: 100%;
    text-align: center;
}

nav.header__inline-menu.header__right-menu {
    padding-bottom: 0;
}

.shopify-section-group-knives-footer-group {
    margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
  .contact-image-grid-inner {
    gap: 8px;
  }
}

@media only screen and (max-width: 749px) {
  .contact-image-grid-inner {
    gap: 6px;
    min-height: 300px;
  }

  .contact-image-grid-close {
    top: 10px;
    right: 10px;
    font-size: 40px;
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .contact-image-grid-inner {
    gap: 20px 10px;
    min-height: 240px;
  }
}

@media only screen and (max-width: 1439px) {

    h1, .h1.large-heading {
        font-size: 80px;
        line-height: normal;
    }
}
@media only screen and (max-width: 1365px) {
    .product-card-wrapper .card .card__heading {
        font-size: 22px;
    }
    .header__heading-link {
        padding: 30px;
    }
    .section-new-multicolumn .multicolumn-list .multicolumn-list__item {
        padding: 60px 30px;
    }
    .section-new-multicolumn .multicolumn-list .multicolumn-list__item .multicolumn-card {
        border-bottom-width: 80px;
        padding-top: 50px;
        padding-right: 30px;
        padding-left: 30px;
    }
    .section-only-text .rich-text__wrapper {
        padding: 100px 10%;
    }
    /* .footer .footer__content-top .footer__blocks-wrapper .footer-block:last-child {
        max-width: 24%;
    } */
    .page-slideshow .banner--large:not(.banner--adapt) {
        height: 70rem;
        min-height: unset;
    }
    .template-rackulator .testimonials-section {
        margin-top: 100px;
        padding-bottom: 100px;
    }
    h1, .h1.large-heading {
        font-size: 70px;
    }
}


@media only screen and (max-width: 1199px) {
    .new-image-banner {
        padding: 100px 0;
    }
    .windseeker-header .header .header-email-section,
    .rackulator-header .header .header-email-section {
        padding-top: 1rem;
    }
    .rackulator-header .header .header__inline-menu .header__menu-item {
        padding: 0 10px;
        font-size: 16px;
    }
    .rackulator-header .header .header__inline-menu summary.header__menu-item,
    .windseeker-header .header .header__inline-menu summary.header__menu-item {
        padding: 0 20px;
    }
    .header .header-bottom-right .header-contact-link, .header .header-bottom-right .header-bottom-right-link {
        font-size: 16px;
        padding-right: 10px;
    }
    .footer .footer__content-top .footer__blocks-wrapper .footer-block--image {
        max-width: 32%;
    } 
    .shopify-section-group-rackulator-footer-group .footer .footer__content-top .footer__blocks-wrapper .footer-block--text,
    .shopify-section-group-knives-footer-group .footer .footer__content-top .footer__blocks-wrapper .footer-block--text,
    .shopify-section-group-windseeker-footer-group .footer .footer__content-top .footer__blocks-wrapper .footer-block--text {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .footer .footer-social-info {
        flex-direction: column;
    }
    .footer .footer-social-info .divider {
        display: none;
    }
    .footer__content-top {
        padding-left: 20px;
        padding-right: 20px;
    }
    /* .footer .footer__content-top .footer__blocks-wrapper .footer-block:nth-child(2) {
        padding-left: 3%;
    } */
    .footer .footer__content-top .footer__blocks-wrapper .footer-block__details-content.rte a {
        min-width: unset;
        margin-left: 20px;
    }
    .section-only-text .rich-text__wrapper {
        padding: 80px 30px;
    }
    .shopify-section-group-footer-group .footer {
        padding-top: 80px;
    }
    .section-only-text .rich-text__blocks .rich-text__heading {
        font-size: 50px;
    }
    .shopify-policy__title h1,
    .h2.section-heading {
        font-size: 50px;
    }
    .footer .footer__content-top .footer__blocks-wrapper .footer-block--image .footer-block__image-wrapper {
        margin-bottom: 40px;
    }
    .page-slideshow .banner .slideshow__slide .banner__box .banner__subheading {
        margin-top: 20px;
    }
    .page-slideshow .banner .slideshow__slide .banner__box .banner__text {
        margin-top: 30px;
    }
    .page-slideshow .banner .slideshow__slide .banner__box .banner__button-group {
        margin-top: 30px;   
    }
    .page-slideshow .banner--large:not(.banner--adapt) {
        height: 55rem;
    }
    .contact-image-text .image-with-text__content .image-with-text__heading {
        font-size: 40px;
    }
    .contact-image-text .image-with-text__content {
        padding: 10px 15px 0 50px;
    }
    .header .header__icons .header-top-right .header-top-right-wrapper {
        flex-direction: column;
        padding: 0;
    }
    .header .header__inline-menu .header__menu-item {
        font-size: 16px;
        padding: 0 10px;
    }
    .header .header-email {
        padding: 15px;
    }
    .header-top-right-wrapper .button {
        padding: 10px 22px;
    }
    .header .header__icons .header-top-right {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header .header__inline-menu {
        padding-top: 0;
    }
    .header-email-section {
        padding-bottom: 1rem;
    }
}

@media only screen and (max-width: 1024px) {
    .footer .footer__content-top .footer__blocks-wrapper .footer-block:nth-child(2) {
        margin: 0;
    }
    .shopify-section-group-rackulator-footer-group .footer .footer__content-top .footer__blocks-wrapper .footer-block--text,
    .footer .footer__content-top .footer__blocks-wrapper .footer-block--image {
        max-width: 100%;
        width: 100%;
    }
    .footer .footer__content-top .footer__blocks-wrapper .footer-block--image:after {
        content: none;
    }
    .footer .footer-social-info .divider {
        display: block;
    }
    .footer .footer-social-info {
        flex-direction: row;
        justify-content: center;
    }
    .footer .footer__content-top .footer__blocks-wrapper .footer-block-image {
        justify-content: center;
    }
    .footer .footer__content-top .footer__blocks-wrapper .footer-block--image .footer-block__image-wrapper {
        max-width: 382px!important;
        padding-right: 0;
        margin-bottom: 25px;
    }
    .shopify-section-group-footer-group .footer {
        padding-top: 60px;
    }
    .section-new-multicolumn .multicolumn-list .multicolumn-list__item {
        padding: 60px 30px;
    }
    .header .header__icons {
        width: auto;
    }
    .header-email-section {
        padding-bottom: 1rem;
    }
    .header .header-email {
        padding: 15px;
    }
    .header .header__inline-menu {
        padding-top: 0;
    }
    .section-only-text .rich-text__blocks .rich-text__heading {
        font-size: 44px;
    }
    .shopify-policy__title h1,
    .h2.section-heading {
        font-size: 44px;
    }
    h1, .h1.large-heading {
        font-size: 60px;
    }
}


@media only screen and (max-width: 989px) {
    .new-image-banner .new-image-banner__content-row {
        flex-direction: column;
        gap: 40px;
    }

    .windseeker-header .header .header-bottom-right-links,
    .rackulator-header .header .header-bottom-right-links {
        display: none;
    }

    .tro-richtext .section-heading-40 {
        font-size: 36px;
    }

    .new-image-banner .new-image-banner__left {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .new-image-banner .new-image-banner__sub-heading {
        font-size: 36px;
    }
    .inst-image-with-text .image-with-text__grid .image-with-text__text-item .image-with-text__content {
        padding: 0 30px 0 0;
    }
    .inst-image-with-text .image-with-text__text li {
        font-size: 16px;
        line-height: 1.75;
    }
    .header .header__icons .header-top-right .header-top-right-wrapper {
        display: none;
    }
    .header .header__icons .header-bottom-right .header-contact-link {
        display: none;
    }
    .header .header__icons .header__icon--cart {
        margin-left: 0;
    }
    .header__heading-link {
        padding: 0;
        background: transparent;
        margin-bottom: 0;
    }
    .header .header__heading-logo-wrapper.desktop_logo {
        display: none;
    }
    .header .header__heading-logo-wrapper.mobile_logo {
        display: flex;
        max-width: 60px;
    }
    .header-wrapper {
        min-height: unset;
        background: #414143;
    }
    body .header:not(.drawer-menu).page-width {
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;

    }
    .header .header__icons .header-top-right {
        padding-top: 0;
        padding-bottom: 0;
    }
    .header .header__icons .header__icon--cart:before {
        color: #f4d10c;
    }
    .header header-drawer {
        margin-left: 0;
    }
    .header header-drawer .header__icon.header__icon--menu {
        background: #f4d10c;
    }
    .header header-drawer .header__icon.header__icon--menu svg path {
        stroke: #000;
        stroke-width: 1.5;
    }
    .menu-drawer__navigation {
        background: #414143;
    }
    body .section-new-multicolumn .multicolumn-list {
        padding-left: 20px;
        padding-right: 20px;
    }
    .section-new-multicolumn .multicolumn-list .multicolumn-list__item {
        padding: 60px 20px;
    }
    .section-only-text .rich-text__blocks .rich-text__heading {
        margin-bottom: 30px;
    }
    .section-only-text .rich-text__blocks .rich-text__heading {
        font-size: 38px;
    }
    .shopify-policy__title h1,
    .h2.section-heading {
        font-size: 38px;
    }
    .page-slideshow .banner .slideshow__slide .banner__box .banner__text * {
        line-height: 30px;
    }
    .page-slideshow .banner .slideshow__slide .slideshow__text.banner__box {
        max-width: 40rem;
    }
    .section-main-collection-banner .collection-hero__inner {
        padding: 30px 0;
    }
    body .page-top-banner {
        padding-top: 30px;
    }
    .contact-image-text .image-with-text__content {
        padding: 10px 20px 0 20px;
    }
    .contact-form-content-inner {
        padding: 60px 20px;
    }
}

@media only screen and (max-width: 749px) {
    .new-image-banner .new-image-banner {
        padding: 60px 0;
    }
    

    .contact-image-text .image-with-text__content .image-with-text__heading {
        font-size: 36px;
    }

    .new-image-banner .new-image-banner__sub-heading {
        font-size: 28px;
    }

    .new-image-banner .new-image-banner__description {
        font-size: 16px;
        line-height: 1.5;
    }
    .inst-image-with-text .image-with-text__grid .image-with-text__text-item,
    .inst-image-with-text .image-with-text__grid .image-with-text__media-item {
        width: 100%;
    }
    .product-card-wrapper .card .card__content .quick-add .button {
        padding: 10px 20px;
        font-size: 16px;
    }
    .section-new-multicolumn .multicolumn-list .multicolumn-list__item .multicolumn-card {
        border-bottom-width: 60px;
        padding-top: 50px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .section-only-text .rich-text__blocks .rich-text__text *,
    .section-new-multicolumn .multicolumn-list .multicolumn-list__item .multicolumn-card__info .rte p {
        font-size: 16px;
        line-height: 24px;
    }
    .section-new-multicolumn .multicolumn-list .multicolumn-list__item .multicolumn-card__info .button {
        margin-top: 20px;
    }
    .section-only-text .rich-text__wrapper {
        padding: 60px 0;
    }
    .section-only-text .rich-text__blocks .rich-text__heading {
        font-size: 32px;
    }
    .footer .footer__content-top .footer__blocks-wrapper .footer-block-image {
        margin-bottom: 0;
    }
    .shopify-policy__title h1,
    .h2.section-heading {
        font-size: 32px;
    }
    h1, .h1.large-heading {
        font-size: 38px;
    }
    .footer .footer__content-top .footer__blocks-wrapper .footer-block--menu ul li .list-menu__item {
        justify-content: center;
    }
    .footer .footer__content-top .footer__blocks-wrapper .footer-block--menu {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .footer__blocks-wrapper .footer-block.grid__item:last-child {
        margin-bottom: 0;
    }
    .footer__blocks-wrapper .footer-block__details-content {
        margin-bottom: 0;
    }
    .main-page-banner .rich-text,
    body .page-top-banner {
        padding-top: 30px;
    }
    .product-card-wrapper .card .card-information .product__inventory {
        font-size: 16px;
    }
    .product-card-wrapper .card .card__heading {
        font-size: 18px;
        font-weight: 500;
    }
    .contact-image-text .image-with-text__grid {
        flex-direction: column-reverse;
    }
    .contact-image-text .image-with-text__media-item {
        width: 100%;
    }
    .contact-image-text .image-with-text__text-item {
        width: 100%;
    }
    .contact-form-content-wrapper {
        flex-wrap: wrap;
    }
    .contact-form-content {
        width: 100%;
    }
    .contact-image-grid {
        width: 100%;
    }
    .contact-image-grid {
        margin-top: 60px;
    }
    .contact-image-grid-inner {
        grid-template-columns: repeat(1,1fr);
        grid-template-rows: repeat(1,1fr);
    }
    .tro-richtext .section-heading-40 {
        font-size: 30px;
    }
    .button.button--primary,
    .button.button--secondary {
        font-size: 16px;
        padding: 10px;
        min-height: 40px;
    }
}   

@media only screen and (max-width: 424px) {
    .footer .footer-social-info .divider {
        display: none;
    }
    .footer .footer-social-info {
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 374px) {
    .product-card-wrapper .card .card__content .quick-add .button {
        padding: 10px;
    }
}

@media only screen and (min-width: 990px) {
    .rackulator-header .header__heading-logo:not() {
        max-width: 150px !important;
        width: 150mpx !important;
    }
}

.rackulator-header .header__heading-link {
    padding: 0px 40px !important;
}

.rackulator-header .header-wrapper {
    min-height: 80px !important;
}

.rackulator-header .header__inline-menu {
    white-space: nowrap;
    align-self: flex-end;
    padding-bottom: 10px;
}

.rackulator-header .header__icons {
    align-self: flex-end;
    padding-bottom: 10px;
}

