@charset "UTF-8";
/**
* LICENSE:
* This source file is subject to the licensing terms that
* are available through the world-wide-web at the following URI:
* http://cartdesigners.com/legal-terms/licensing-terms/.
*
* @author       CartDesigners <info@cartdesigners.com>
* @author       Ransom Carroll <ransom.carroll@cartdesigners.com>
* @copyright    Copyright © 2013 Cart Designers, LLC
* @file         cd-styles.css
* @description  CSS file used for Bigcommerce styles
**/
/* GLOBAL */
.slick-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

:root {
  --pk-orange: #fa4d09; }

/* GLOBAL */
body {
  padding: 0; }
  body.sitewide-message-show {
    padding: 40px 0 0; }
    @media (max-width: 801px) {
      body.sitewide-message-show {
        position: sticky;
        padding: 10px 0 0; } }
    @media (min-width: 551px) {
      body.sitewide-message-show {
        padding: 0; } }
    body.sitewide-message-show.has-activeNavPages {
      padding-top: 40px; }
      @media (min-width: 801px) {
        body.sitewide-message-show.has-activeNavPages {
          padding-top: 60px; } }
    body.sitewide-message-show.sticky-header .navPages {
      height: calc(100vh - 82px);
      height: calc((var(--vh, 1vh) * 100) - 82px);
      margin: 0 auto; }
      @media (min-width: 801px) {
        body.sitewide-message-show.sticky-header .navPages {
          height: auto; } }
      @media (max-width: 800px) {
        body.sitewide-message-show.sticky-header .navPages {
          height: 100vh; } }
    body.sitewide-message-show .overlay {
      top: 84px; }
      @media (max-width: 801px) {
        body.sitewide-message-show .overlay {
          top: 0;
          height: 100vh; } }
    body.sitewide-message-show .navPages {
      height: calc(100vh - 84px);
      height: calc((var(--vh, 1vh) * 100) - 84px);
      margin: 0 auto; }
      @media (min-width: 801px) {
        body.sitewide-message-show .navPages {
          height: auto; } }
      @media (max-width: 800px) {
        body.sitewide-message-show .navPages {
          height: 100vh; } }
  body.sitewide-message__closed-by-user {
    padding: 0; }
    body.sitewide-message__closed-by-user.has-activeNavPages {
      padding: 0; }
    @media (min-width: 551px) {
      body.sitewide-message__closed-by-user .body {
        margin-top: 0; } }
    body.sitewide-message__closed-by-user .overlay {
      top: 52px; }
    body.sitewide-message__closed-by-user .navPages {
      height: calc(100vh - 52px);
      height: calc((var(--vh, 1vh) * 100) - 52px);
      margin: 0 auto; }
      @media (min-width: 801px) {
        body.sitewide-message__closed-by-user .navPages {
          height: auto; } }
  body.sitewide-message-hide {
    padding: 0; }
    body.sitewide-message-hide.has-activeNavPages {
      padding: 0; }
    @media (min-width: 551px) {
      body.sitewide-message-hide .body {
        margin-top: 0; } }
    body.sitewide-message-hide .navPages {
      height: calc(100vh - 52px);
      height: calc((var(--vh, 1vh) * 100) - 52px);
      margin: 0 auto; }
      @media (min-width: 801px) {
        body.sitewide-message-hide .navPages {
          height: auto; } }
  body.has-activeNavPages, body.has-activeFilters {
    float: left;
    height: 100vh;
    height: calc((var(--vh, 1vh) * 100));
    overflow: hidden;
    padding-top: 55px;
    position: relative;
    width: 100%;
    -webkit-overflow-scrolling: touch; }
    body.has-activeNavPages .overlay, body.has-activeFilters .overlay {
      opacity: 1;
      transition: all 0.3s ease;
      visibility: visible;
      z-index: 12; }
  body.has-activeFilters .overlay {
    left: 0;
    transition: none;
    transition: opacity 0.3s ease;
    z-index: 11; }
  body.has-activeSearch .header-mobile-link--search {
    background: #1e2738; }
  body.has-activeSearch .navPages-quickSearch {
    top: 100%; }
  body.sticky-header .header {
    margin: 0;
    position: sticky;
    top: 0; }
  body.sticky-header .overlay {
    top: 52px; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.15rem;
  line-height: 1.1;
  padding: 0;
  text-transform: uppercase; }

button, input, select, textarea {
  color: #444;
  font-size: 18px;
  font-weight: 400; }

.form-input, .form-select {
  border-radius: 0;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 0.78rem; }

.form-select {
  padding-right: 2rem; }

.form-label small,
.form-label--inlineSmall small {
  color: #f00;
  float: left;
  font-size: 12px;
  font-weight: 700;
  margin-right: 5px; }

.form-label {
  cursor: default; }
  .form-label--alternate {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.1;
    text-transform: uppercase; }
  .form-label small {
    line-height: 1.4;
    margin-top: 0;
    vertical-align: top; }

.form-actions .button,
.form-actions input,
.form-actions a {
  vertical-align: middle; }

.form-prefixPostfix .button {
  line-height: 3rem; }
  @media (max-width: 801px) {
    .form-prefixPostfix .button {
      width: auto; } }

.form-checkbox + .form-label {
  font-size: 15px;
  font-weight: 600;
  padding-left: 2.25rem; }
  .form-checkbox + .form-label:before {
    border-width: 2px;
    height: 1.3rem;
    top: 0;
    width: 1.3rem; }
  .form-checkbox + .form-label:after {
    background: #000;
    border-radius: 2px;
    height: 1.25rem;
    left: 2px;
    top: 2px;
    width: 1.25rem; }

.form-increment {
  display: inline-block; }
  .form-increment .button {
    background: #111111;
    cursor: pointer;
    float: left;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    width: 35px; }
    .form-increment .button:hover {
      background: #fa4d09;
      color: #fff; }
  .form-increment .form-input {
    border: 1px solid #c9c9c9;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    box-shadow: none;
    float: left;
    font-size: 18px;
    height: 35px;
    line-height: 38px;
    padding: 0 5px;
    text-align: center;
    width: 35px; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.overlay {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  height: 100vh;
  left: 265px;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 52px;
  visibility: hidden;
  width: 100%;
  z-index: -1; }

.body {
  clear: both;
  margin: 0;
  padding: 0; }
  @media (min-width: 801px) {
    .body {
      /* padding-top: 60px;*/ } }
  @media (max-width: 800px) {
    .body {
      margin-top: 0;
      padding-top: 0; } }

.container {
  padding: 0 0.5rem;
  position: static; }
  @media (min-width: 801px) {
    .container {
      padding: 0 1rem;
      position: relative; } }
  @media (min-width: 1001px) {
    .container {
      padding: 0 1.5rem; } }
  @media (min-width: 1261px) {
    .container {
      padding: 0; } }

.button {
  background: #333;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  height: 36px;
  letter-spacing: 0.05em;
  line-height: 36px;
  margin: 0;
  padding: 0 2.5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease; }
  @media (min-width: 551px) {
    .button {
      font-size: 36px;
      height: 56px;
      line-height: 56px;
      white-space: nowrap; } }
  .button:hover, .button:active, .button:focus {
    background: #1a1a1a;
    border: none;
    color: #fff; }
  .button--dark {
    background: #333; }
  .button--primary {
    background: #fa4d09; }

.hidden {
  display: none !important; }

/* HEADER */
.header {
  background: #fa4d09;
  border: none;
  float: left;
  position: sticky;
  padding: 0;
  width: 100%;
  z-index: 101; }
  @media (min-width: 801px) {
    .header {
      float: none;
      text-align: center; } }
  .header.is-open {
    height: auto; }
    @media screen and (max-width: 801px) {
      .header.is-open {
        position: fixed !important; } }
  .header > .container {
    float: left;
    padding: 0 64px 0 0.5rem;
    width: 100%; }
    @media (min-width: 801px) {
      .header > .container {
        align-content: center;
        background: #fa4d09;
        float: none;
        display: flex;
        justify-content: space-between;
        padding: 0 0.5rem;
        position: static; } }

.mobileMenu-toggle {
  height: 52px;
  left: initial;
  padding: 0;
  right: 10px;
  top: 0;
  width: 34px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    background: none;
    width: 100%; }
    .mobileMenu-toggle .mobileMenu-toggleIcon:before, .mobileMenu-toggle .mobileMenu-toggleIcon:after {
      background: #fff;
      height: 4px;
      width: inherit; }
    .mobileMenu-toggle .mobileMenu-toggleIcon:before {
      top: -0.45rem; }
    .mobileMenu-toggle .mobileMenu-toggleIcon:after {
      bottom: -0.45rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:after {
    background: #fff; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:before {
    top: -2px; }

.header-logo {
  float: left;
  margin: 0;
  position: relative;
  z-index: 2; }
  @media (min-width: 801px) {
    .header-logo {
      float: none;
      order: 1; } }
  .header-logo--left {
    margin: 0; }
    @media (min-width: 801px) {
      .header-logo--left {
        margin: 15px 0; } }
  .header-logo > a {
    display: block;
    padding: 5px 0;
    width: auto; }
    @media (min-width: 801px) {
      .header-logo > a {
        padding: 0; } }
  .header-logo-image {
    max-height: unset;
    position: relative; }
    .header-logo-image-container:after {
      padding: 0; }

.logout {
  margin-top: 23px; }

.logout a {
  color: #fff;
  font-family: 'Vitesse';
  font-size: 13px;
  font-weight: 500;
  padding: 5px 5px 0 30px;
  letter-spacing: .1rem; }
  @media screen and (min-width: 500px) and (max-width: 850px) {
    .logout a {
      padding: 0 5px; } }

.logoutMobile {
  text-align: center; }

.logoutMobile a {
  color: #fff !important;
  font-family: 'Vitesse';
  font-size: 13px;
  letter-spacing: .1rem;
  position: relative;
  top: 6px; }

@media screen and (min-width: 801px) {
  .logoutMobile {
    display: none; } }

.navUser {
  float: right;
  margin: 13px 0 0;
  padding: 0;
  position: static;
  top: initial;
  transform: none;
  width: auto; }
  @media (min-width: 801px) {
    .navUser {
      align-self: center;
      margin: 0;
      order: 3; } }
  .navUser-section {
    float: none; }

.navUser-item {
  display: inline-block;
  float: none; }
  .navUser-item-cartLabel {
    display: inline; }
  .navUser-item--cart .dropdown-menu {
    width: 300px; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: 50px !important; }
      @media (min-width: 801px) {
        .navUser-item--cart .dropdown-menu.is-open:before {
          right: 2px; } }
      @media (min-width: 801px) {
        .navUser-item--cart .dropdown-menu.is-open:after {
          right: 4px; } }

.countPill {
  margin: 0;
  position: relative;
  left: -20px;
  top: 6px; }

.previewCart-emptyBody {
  padding: 2rem 1rem; }

.navUser-action {
  padding: 0 0 0 1rem; }
  @media screen and (min-width: 500px) and (max-width: 850px) {
    .navUser-action {
      padding: 0; } }
  .navUser-action--quickSearch {
    padding: 0; }
  .navUser-action i {
    font-size: 28px; }

.navPages {
  background: #fa4d09;
  display: inline-block;
  left: -265px;
  margin: auto;
  max-width: initial;
  padding: 0;
  /*position: absolute;*/
  transition: left 0.3s ease;
  width: 265px; }
  @media (min-width: 801px) {
    .navPages {
      width: auto; } }

@media (min-width: 801px) {
  .navPages-container {
    align-self: center;
    display: inherit;
    order: 2;
    z-index: 1;
    position: static; } }

.navPages-container.is-open {
  padding-top: 52px; }
  .navPages-container.is-open .navPages {
    left: 0;
    position: fixed !important;
    top: 50px !important; }

.navPages-quickSearch {
  background: #333;
  border-bottom: 1px solid #4b3a29;
  border-top: 2px solid #4b3a29;
  display: none;
  margin: 0; }
  .navPages-quickSearch .quick-search {
    padding: 0.44rem 0.5rem; }
    @media (min-width: 401px) {
      .navPages-quickSearch .quick-search {
        padding: 0.64rem 0.75rem; } }
    .navPages-quickSearch .quick-search input {
      border: none;
      border-radius: 0;
      float: left;
      font-size: 12px;
      height: 35px;
      width: calc(100% - 40px); }
    .navPages-quickSearch .quick-search .button {
      background: #fa4d09;
      border-radius: 0;
      color: #fff;
      float: right;
      font-size: 20px;
      height: 35px;
      line-height: 37px;
      margin: 0;
      min-width: initial;
      padding: 0;
      position: relative;
      width: 40px; }
      .navPages-quickSearch .quick-search .button span {
        display: none; }
  .navPages-quickSearch .quickSearchResults {
    background: #fff;
    margin: 0.75rem 0 0; }
    .navPages-quickSearch .quickSearchResults:empty {
      margin: 0; }

.navPages-item {
  border-bottom: 1px solid #ff8556; }
  @media (min-width: 801px) {
    .navPages-item {
      border: none;
      padding: 20px 0 !important; } }
  @media (min-width: 801px) {
    .navPages-item--inverse {
      margin-left: 0 !important; } }
  @media (min-width: 1001px) {
    .navPages-item--inverse {
      margin-left: 2rem !important; } }
  @media (min-width: 801px) {
    .navPages-item--inverse > .navPages-action {
      background: #fff;
      border-radius: 32px;
      color: #fa4d09; }
      .navPages-item--inverse > .navPages-action:focus {
        color: #fa4d09; }
      .navPages-item--inverse > .navPages-action.is-open {
        background: #fff; } }
  @media (min-width: 801px) {
    .navPages-item--hasSub:hover .navPage-subMenu {
      display: block; } }
  .navPages-item--grills {
    border-top: 1px solid #ff8556; }
    @media (min-width: 801px) {
      .navPages-item--grills {
        border: none; } }
    @media (min-width: 801px) {
      .navPages-item--grills .navPage-subMenu-item {
        float: left; } }
  @media (min-width: 801px) {
    .navPages-item--blog .navPage-subMenu-item {
      float: left; } }
  @media (min-width: 801px) {
    .navPages-item--bundles .navPage-subMenu-item {
      float: left; } }
  @media (min-width: 801px) {
    .navPages-item--accessories .navPage-subMenu-item {
      float: left; } }
  .navPages-item--spare-parts .navPages-action {
    font-family: "Roboto", sans-serif; }
  @media (min-width: 801px) {
    .navPages-item--spare-parts .navPage-subMenu-item {
      float: left; } }
  @media (min-width: 801px) {
    .navPages-item--shop .navPage-subMenu-item {
      float: left; } }

.navPages-action {
  font-family: "Vitesse", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  padding: 0.64rem 0.75rem; }
  .navPages-action:focus {
    color: #fff; }
  .navPages-action.is-open {
    background: none; }
    .navPages-action.is-open .fa-caret-down:before {
      content: '\f0d8'; }
  @media (min-width: 801px) {
    .navPages-action {
      padding: 7px 10px 6px; } }
  @media (min-width: 1001px) {
    .navPages-action {
      padding: 7px 20px 6px; } }
  .navPages-action i {
    float: right;
    font-size: 12px;
    margin-top: 4px; }
    @media (min-width: 801px) {
      .navPages-action i {
        float: none;
        margin: 0; } }
    .navPages-action i.is-open:before {
      content: '\f0d8'; }

@media (min-width: 801px) {
  .navPage-subMenu {
    background: rgba(0, 0, 0, 0.75);
    padding: 1.5rem 1rem !important;
    position: absolute;
    top: 73px; } }

.navPage-subMenu-list {
  margin: 0 auto !important;
  overflow: hidden; }
  @media (min-width: 801px) {
    .navPage-subMenu-list {
      max-width: 570px !important; } }
  @media (min-width: 1001px) {
    .navPage-subMenu-list {
      max-width: 700px !important; } }

.navPage-subMenu-item {
  background: rgba(0, 0, 0, 0.1);
  width: auto; }
  @media (min-width: 801px) {
    .navPage-subMenu-item {
      background: none;
      clear: both;
      float: left;
      padding: 0.25rem 0 !important;
      width: auto; } }
  .navPage-subMenu-item > .navPage-subMenu-action {
    border: none;
    margin: 0;
    text-transform: uppercase; }

.navPage-subMenu-action {
  background: none;
  border: none;
  border-radius: 0;
  color: #fff;
  display: block;
  font-family: "Roboto Mono";
  font-size: 11px;
  font-weight: 700;
  padding: 0.5rem 0.75rem 0.5rem 1.5rem;
  position: relative; }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      font-size: 13px;
      padding: 0.25rem 0; }
      .navPage-subMenu-action:after {
        background: #fa4d09;
        bottom: 0;
        content: '';
        height: 2px;
        left: 0;
        position: absolute;
        transition: width 0.3s ease;
        width: 0; }
      .navPage-subMenu-action:hover:after {
        width: 100%; } }

.navPages-container-mobile {
  display: block;
  float: left;
  margin: 10px 0 0 15px;
  position: static; }
  @media (min-width: 801px) {
    .navPages-container-mobile {
      display: none; } }

.navPages-mobile {
  display: block;
  left: 0;
  height: auto !important;
  position: static;
  width: auto; }
  .navPages-mobile .navPages-item--inverse {
    border: none; }
    .navPages-mobile .navPages-item--inverse > .navPages-action {
      background: #fff;
      border-radius: 32px;
      color: #fa4d09;
      padding: 7px 10px 6px; }
      .navPages-mobile .navPages-item--inverse > .navPages-action i {
        float: none;
        margin: 0; }
  .navPages-mobile .navPage-subMenu {
    background: rgba(0, 0, 0, 0.75);
    height: 100vh;
    left: 0;
    padding: 1.5rem 1rem !important;
    position: absolute;
    top: 52px;
    width: 100%; }
    .navPages-mobile .navPage-subMenu-list {
      width: 100%; }

.dropdown--quickSearch {
  background: none;
  padding: 0;
  text-align: center;
  top: 52px !important; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      top: 52px !important; } }
  @media (min-width: 801px) {
    .dropdown--quickSearch {
      top: 72px !important; } }
  .dropdown--quickSearch.is-open {
    height: 100vh; }
    .dropdown--quickSearch.is-open .quick-search {
      height: inherit; }
  .dropdown--quickSearch .quick-search {
    background: rgba(0, 0, 0, 0.75);
    padding: 1.5rem 1rem;
    position: relative; }
  .dropdown--quickSearch .form {
    max-width: 700px;
    overflow: hidden; }
    .dropdown--quickSearch .form-input {
      border: none;
      border-radius: 0;
      float: left;
      font-size: 16px;
      height: 40px;
      letter-spacing: normal;
      width: calc(100% - 90px); }
      @media (min-width: 551px) {
        .dropdown--quickSearch .form-input {
          width: calc(100% - 130px); } }
    .dropdown--quickSearch .form .button {
      font-size: 24px;
      height: 40px;
      line-height: 38px;
      min-width: initial;
      padding: 0;
      width: 90px; }
      @media (min-width: 551px) {
        .dropdown--quickSearch .form .button {
          width: 130px; } }
      .dropdown--quickSearch .form .button i {
        display: none; }
  .dropdown--quickSearch .productGrid {
    padding: 0; }

@media (min-width: 801px) {
  .quickSearchResults {
    background: #fff;
    border: none;
    margin: 1rem auto 0;
    max-width: 700px;
    position: relative;
    width: 100%; }
    .quickSearchResults:empty {
      display: none; } }

.quickSearchResults .modal-close {
  background: #e8e8e8;
  font-size: 20px !important;
  line-height: 1.4;
  right: 0;
  top: 0; }
  .quickSearchResults .modal-close:hover {
    background: #f4f4f4; }

.quickSearchResults .productGrid {
  justify-content: space-evenly;
  margin: 0; }
  .quickSearchResults .productGrid .product {
    margin: 1rem !important;
    width: calc(50% - 2rem) !important;
    min-width: 200px !important; }
    .quickSearchResults .productGrid .product + .product {
      margin: 1rem !important; }

.quickSearchResults .card {
  border: none; }

.quickSearchResults .price-label,
.quickSearchResults .price-section--rrp {
  display: none; }

.quickSearchResults .price-section--price {
  color: #333;
  font-family: "Roboto Mono";
  font-size: 12px; }

.quickSearchMessage {
  font-size: 20px; }

.view-all-results {
  display: block;
  font-size: 22px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 10px;
  text-decoration: none; }
  .view-all-results i {
    font-size: 18px; }

/* FOOTER */
.footer {
  border: none;
  padding: 0 0 120px; }
  @media (min-width: 551px) {
    .footer {
      padding-top: 2rem; } }
  @media (min-width: 801px) {
    .footer {
      padding: 6rem 0 2rem; } }
  .footer > .container {
    padding: 0; }
    @media (min-width: 801px) {
      .footer > .container {
        padding: 0 1rem;
        position: relative; } }
    @media (min-width: 1001px) {
      .footer > .container {
        padding: 0 1.5rem; } }
    @media (min-width: 1261px) {
      .footer > .container {
        padding: 0; } }

.footer-info {
  margin: 0; }

.footer-info-col {
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase; }
  @media (min-width: 551px) {
    .footer-info-col {
      margin-bottom: 1rem;
      padding: 0 0.75rem;
      width: 25%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 20%; } }

.footer-info-heading {
  border-bottom: 1px solid #b2b2b2;
  border-top: 1px solid #b2b2b2;
  font-size: 24px;
  font-weight: 500;
  margin: 0; }
  .footer-info-heading + .footer-info-heading {
    border-top: none; }
  .footer-info-heading.has-sub {
    border-bottom-color: transparent;
    cursor: pointer;
    padding: 0.75rem 1.5rem 0.6rem; }
    .footer-info-heading.has-sub:hover {
      color: #fff; }
    @media (min-width: 551px) {
      .footer-info-heading.has-sub {
        cursor: default;
        padding: 0; }
        .footer-info-heading.has-sub:hover {
          color: #fa4d09; } }
    .footer-info-heading.has-sub + .footer-info-list {
      border-top-color: transparent;
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.3s ease; }
      @media (min-width: 551px) {
        .footer-info-heading.has-sub + .footer-info-list {
          max-height: initial; } }
    .footer-info-heading.has-sub.is-open > i:before {
      content: '\f068'; }
    .footer-info-heading.has-sub.is-open + .footer-info-list {
      border-top-color: #b2b2b2;
      margin: 0 0 0.25rem;
      max-height: 1000px; }
      @media (min-width: 551px) {
        .footer-info-heading.has-sub.is-open + .footer-info-list {
          margin-bottom: 1.5rem; } }
  .footer-info-heading--dealers {
    border-bottom: transparent; }
    .footer-info-heading--dealers + .footer-info-list {
      display: none; }
      @media (min-width: 551px) {
        .footer-info-heading--dealers + .footer-info-list {
          display: block; } }
  @media (min-width: 551px) {
    .footer-info-heading {
      border: none;
      padding: 0; }
      .footer-info-heading + .footer-info-heading {
        margin-top: 2rem; } }
  .footer-info-heading i {
    float: right;
    font-size: 20px;
    margin-top: 3px; }
    @media (min-width: 551px) {
      .footer-info-heading i {
        display: none; } }
  .footer-info-heading a {
    color: #fa4d09;
    display: block;
    padding: 0.75rem 1.5rem 0.6rem; }
    @media (min-width: 551px) {
      .footer-info-heading a {
        padding: 0; } }
    .footer-info-heading a:hover, .footer-info-heading a:active, .footer-info-heading a:focus {
      color: #fff; }

.footer-info-list {
  margin: 0; }
  @media (min-width: 551px) {
    .footer-info-list {
      margin-bottom: 1.5rem; } }
  .footer-info-list a {
    color: #b2b2b2;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    padding: 0.25rem 1.5rem; }
    @media (min-width: 551px) {
      .footer-info-list a {
        padding: 0; } }
    .footer-info-list a:hover, .footer-info-list a:active, .footer-info-list a:focus {
      color: #fff; }

.footer-social {
  border-bottom: 1px solid #b2b2b2;
  border-top: 1px solid #b2b2b2;
  padding: 2rem 0; }
  @media (min-width: 801px) {
    .footer-social {
      border-bottom-color: transparent;
      margin-top: 2rem;
      padding: 3rem 0 0; } }

/* SOCIAL LINKS */
.socialLinks {
  line-height: 1;
  text-align: center; }
  .socialLinks .socialLinks-item {
    margin: 3px;
    text-align: center; }
  .socialLinks .socialLinks-item svg {
    fill: #b2b2b2;
    transition: all 0.65s; }
  .socialLinks .socialLinks-item a:hover svg {
    fill: #fff; }
  .socialLinks .icon {
    background-color: transparent;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    overflow: hidden;
    opacity: .99;
    position: relative;
    text-align: center;
    transition: all 0.65s;
    width: 34px; }
    .socialLinks .icon:hover i {
      color: #fff; }
  .socialLinks i {
    color: #b2b2b2;
    font-size: 30px;
    position: relative;
    transition: all 0.65s;
    vertical-align: middle; }

.socialLinks-contact {
  margin: 0 0 30px 0;
  display: flex;
  align-items: baseline;
  gap: 20px; }
  .socialLinks-contact a {
    width: 25px; }
  .socialLinks-contact li {
    display: flex; }

.footer-badges {
  bottom: 1rem;
  display: flex;
  justify-content: space-evenly;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }
  @media (min-width: 801px) {
    .footer-badges {
      bottom: initial;
      display: block;
      left: initial;
      right: 1.75rem;
      text-align: right;
      top: -2rem;
      width: 20%; } }
  @media (min-width: 1261px) {
    .footer-badges {
      right: 0.75rem; } }

.footerusabadge {
  align-self: center;
  max-width: 90px; }
  @media (min-width: 801px) {
    .footerusabadge {
      max-width: initial; } }
  @media (min-width: 801px) {
    .footerusabadge + .footerusabadge {
      margin-top: 1rem; } }

.shopperlink {
  display: inline-block; }

/* CONTENT SECTION */
.content-section {
  padding: 2rem 0;
  text-align: center; }
  @media (min-width: 551px) {
    .content-section {
      padding: 3rem 0; } }
  @media (min-width: 801px) {
    .content-section {
      padding: 4rem 0; } }
  .content-section--dark {
    background: #1a1a1a; }
    .content-section--dark a:hover, .content-section--dark a:focus, .content-section--dark a:active {
      color: #fff; }
  .content-section--light {
    background: #fff; }
    .content-section--light h2, .content-section--light span {
      color: #000 !important; }
  .content-section--primary {
    background: #fa4d09; }
    .content-section--primary h2, .content-section--primary p, .content-section--primary span {
      color: #fff; }
  .content-section--shop-grills {
    display: none;
    padding-top: 0; }
    @media (min-width: 551px) {
      .content-section--shop-grills {
        display: block; } }
  .content-section-heading {
    color: #fa4d09;
    font-size: 28px;
    margin: 0; }
    @media (min-width: 551px) {
      .content-section-heading {
        font-size: 36px; } }
    @media (min-width: 801px) {
      .content-section-heading {
        font-size: 72px; } }
  .content-section--must-haves {
    background: #f3f3f3; }
    @media (min-width: 551px) {
      .content-section--must-haves .button {
        min-width: 275px; } }
  .content-section--banner-grill, .content-section--construction {
    padding: 0; }
  .content-section--last-grill h2, .content-section--last-grill h4, .content-section--quote h2, .content-section--quote h4 {
    color: #000;
    line-height: 1; }
  .content-section--last-grill h2, .content-section--quote h2 {
    margin: 0 0 0.5rem; }
    @media (min-width: 801px) {
      .content-section--last-grill h2, .content-section--quote h2 {
        font-size: 72px; } }
  .content-section--last-grill h4, .content-section--quote h4 {
    margin: 0; }
    @media (min-width: 801px) {
      .content-section--last-grill h4, .content-section--quote h4 {
        font-size: 50px; } }
  .content-section--banner-grill img {
    width: 100%; }
  .content-section--hibachi {
    padding: 3rem 0;
    text-align: left; }
    @media (min-width: 801px) {
      .content-section--hibachi {
        padding: 7rem 0 9rem; } }
    .content-section--hibachi h2 {
      font-size: 75px;
      font-weight: 700;
      margin: 0 0 1rem;
      padding-bottom: 1rem;
      position: relative; }
      .content-section--hibachi h2 span {
        display: inline-block;
        vertical-align: middle; }
      .content-section--hibachi h2:after {
        background: #000;
        bottom: 0;
        content: '';
        display: block;
        height: 2px;
        left: 0;
        margin: auto;
        position: absolute;
        width: 70px; }
    .content-section--hibachi .hibachi-image, .content-section--hibachi .hibachi-details {
      width: 100%; }
      @media (min-width: 801px) {
        .content-section--hibachi .hibachi-image, .content-section--hibachi .hibachi-details {
          display: inline-block;
          vertical-align: middle;
          width: calc(50% - 5px); } }
    .content-section--hibachi .hibachi-image {
      padding: 1rem 2rem 1rem 0; }
    .content-section--hibachi ul {
      margin-bottom: 0; }
    .content-section--hibachi li {
      font-size: 0.9rem;
      margin: 0.5rem 0; }
  .content-section--anytime {
    color: #f5f5f5;
    text-align: center; }
    .content-section--anytime h2 {
      margin: 1rem 0 2.5rem; }
      @media (min-width: 801px) {
        .content-section--anytime h2 {
          font-size: 5rem; } }
    .content-section--anytime p {
      font-size: 0.9rem;
      line-height: 1.75;
      text-align: left; }
    .content-section--anytime .button {
      margin-top: 2rem; }
  .content-section--construction {
    overflow: hidden;
    position: relative;
    text-align: left; }
    .content-section--construction > img {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .content-section--construction > .container {
      padding: 1rem;
      position: relative; }
      @media (min-width: 801px) {
        .content-section--construction > .container {
          padding: 2rem 1rem; } }
      @media (min-width: 1001px) {
        .content-section--construction > .container {
          padding: 3rem 1.5rem; } }
      @media (min-width: 1261px) {
        .content-section--construction > .container {
          padding: 6rem 0; } }
    .content-section--construction .construction-chart {
      display: block;
      margin: 3rem 0;
      text-align: center; }
      @media (min-width: 551px) {
        .content-section--construction .construction-chart {
          text-align: left; } }
      .content-section--construction .construction-chart img + img {
        margin: 2rem 0 0; }
        @media (min-width: 551px) {
          .content-section--construction .construction-chart img + img {
            margin: 0 0 0 1.5rem; } }
        @media (min-width: 801px) {
          .content-section--construction .construction-chart img + img {
            margin-left: 3rem; } }
    .content-section--construction h2 {
      color: #fff;
      font-size: 30px;
      font-weight: 500;
      letter-spacing: 0.025rem;
      margin: 0 0 1.5rem;
      padding: 0 0 1.5rem;
      position: relative; }
      .content-section--construction h2:after {
        background: #000;
        bottom: 0;
        content: '';
        display: block;
        height: 2px;
        left: 0;
        position: absolute;
        width: 70px; }
    .content-section--construction p {
      font-size: 16px;
      max-width: 440px; }
      .content-section--construction p:last-of-type {
        margin: 0; }
  .content-section--banner-warranty {
    padding: 2rem 0; }
    .content-section--banner-warranty img {
      max-width: 75%; }
      @media (min-width: 551px) {
        .content-section--banner-warranty img {
          max-width: 50%; } }
      @media (min-width: 801px) {
        .content-section--banner-warranty img {
          max-width: 100%; } }
    .content-section--banner-warranty p {
      display: block;
      font-family: "Vitesse", sans-serif;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.025rem;
      margin: 1rem 0 0; }
      @media (min-width: 551px) {
        .content-section--banner-warranty p {
          font-size: 18px;
          margin-top: 2rem; } }
  .content-section--better-than {
    background: #231f20;
    color: #fff; }
    .content-section--better-than h2 {
      font-size: 30px;
      font-weight: 500; }
  .content-section--what-separates {
    font-size: 16px;
    line-height: 18px; }
    .content-section--what-separates h2, .content-section--what-separates p, .content-section--what-separates ul {
      text-align: left; }
    .content-section--what-separates h2 {
      font-size: 30px;
      font-weight: 500;
      letter-spacing: 0.025rem;
      margin: 0 0 3rem; }
    .content-section--what-separates ul {
      margin: -1rem 0 0 2rem; }
      @media (min-width: 551px) {
        .content-section--what-separates ul {
          margin-left: 4rem; } }
    .content-section--what-separates li {
      margin: 0 0 1rem; }
    .content-section--what-separates .button {
      margin: 1rem auto 0; }
      @media (min-width: 551px) {
        .content-section--what-separates .button {
          margin-top: 4rem;
          min-width: 275px; } }
      @media (min-width: 801px) {
        .content-section--what-separates .button {
          margin-top: 5rem; } }
  .content-section--grill-specs {
    text-align: center; }
    @media (min-width: 801px) {
      .content-section--grill-specs {
        padding: 6rem 0;
        text-align: left; } }
    .content-section--grill-specs h2 {
      display: inline-block;
      font-size: 30px;
      font-weight: 500;
      letter-spacing: 0.025rem;
      margin: 0 0 1.5rem;
      padding: 0 0 1.5rem;
      position: relative; }
      .content-section--grill-specs h2:after {
        background: #000;
        bottom: 0;
        content: '';
        display: block;
        height: 2px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 70px; }
        @media (min-width: 801px) {
          .content-section--grill-specs h2:after {
            right: initial; } }
    .content-section--grill-specs p {
      font-size: 16px;
      margin: 0 auto 1.5rem;
      max-width: 525px; }
      @media (min-width: 801px) {
        .content-section--grill-specs p {
          margin: 0 0 1.5rem; } }
    .content-section--grill-specs .spec-details {
      align-items: stretch;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly;
      margin: 5rem 0 0;
      overflow: hidden;
      text-align: center; }
      @media (min-width: 801px) {
        .content-section--grill-specs .spec-details {
          flex-wrap: nowrap;
          justify-content: space-between; } }
      .content-section--grill-specs .spec-details > div {
        display: inline-block;
        padding: 0 1rem 2rem;
        vertical-align: top; }
        @media (min-width: 801px) {
          .content-section--grill-specs .spec-details > div {
            padding: 0 0.5rem; } }
        @media (min-width: 1101px) {
          .content-section--grill-specs .spec-details > div {
            padding: 0; } }
      .content-section--grill-specs .spec-details--system {
        width: 100%; }
        @media (min-width: 801px) {
          .content-section--grill-specs .spec-details--system {
            width: auto; } }
        @media (min-width: 1101px) {
          .content-section--grill-specs .spec-details--system {
            width: 40%; } }
        .content-section--grill-specs .spec-details--system span {
          font-size: 18px;
          margin-top: 2rem;
          padding-right: 10%; }
          @media (min-width: 1101px) {
            .content-section--grill-specs .spec-details--system span {
              margin-top: 4rem; } }
      .content-section--grill-specs .spec-details--indirect, .content-section--grill-specs .spec-details--direct {
        padding-top: 1rem !important;
        width: 100%; }
        @media (min-width: 551px) {
          .content-section--grill-specs .spec-details--indirect, .content-section--grill-specs .spec-details--direct {
            width: 50%; } }
        @media (min-width: 801px) {
          .content-section--grill-specs .spec-details--indirect, .content-section--grill-specs .spec-details--direct {
            width: auto; } }
        @media (min-width: 1101px) {
          .content-section--grill-specs .spec-details--indirect, .content-section--grill-specs .spec-details--direct {
            max-width: 285px;
            width: 30%; } }
      .content-section--grill-specs .spec-details a, .content-section--grill-specs .spec-details span {
        display: block;
        text-align: center; }
      .content-section--grill-specs .spec-details a {
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        margin: 2rem auto 1rem;
        max-width: 285px;
        padding: 0 2px; }
        @media (min-width: 801px) {
          .content-section--grill-specs .spec-details a {
            font-size: 18px; } }
        @media (min-width: 1101px) {
          .content-section--grill-specs .spec-details a {
            font-size: 21px;
            padding: 0 5px; } }
      .content-section--grill-specs .spec-details span {
        font-weight: 700; }
    .content-section--grill-specs-pkgo h2 {
      font-size: 40px; }
    .content-section--grill-specs-pkgo .spec-details {
      margin-top: 0; }
      @media (min-width: 801px) {
        .content-section--grill-specs-pkgo .spec-details {
          text-align: left; } }
      @media (min-width: 801px) {
        .content-section--grill-specs-pkgo .spec-details--system {
          padding-top: 2rem;
          width: 33.33%; } }
      @media (min-width: 1101px) {
        .content-section--grill-specs-pkgo .spec-details--system {
          width: 20%; } }
      .content-section--grill-specs-pkgo .spec-details--indirect, .content-section--grill-specs-pkgo .spec-details--direct {
        max-width: initial;
        padding: 0;
        text-align: center; }
        @media (min-width: 801px) {
          .content-section--grill-specs-pkgo .spec-details--indirect, .content-section--grill-specs-pkgo .spec-details--direct {
            width: 33.33%; } }
        @media (min-width: 1101px) {
          .content-section--grill-specs-pkgo .spec-details--indirect, .content-section--grill-specs-pkgo .spec-details--direct {
            width: 35%; } }
        .content-section--grill-specs-pkgo .spec-details--indirect .button, .content-section--grill-specs-pkgo .spec-details--direct .button {
          margin: 2rem auto 1rem;
          max-width: 285px; }
    .content-section--grill-specs-hibachi .spec-details {
      margin: 0; }
      @media (min-width: 801px) {
        .content-section--grill-specs-hibachi .spec-details {
          text-align: left; } }
      .content-section--grill-specs-hibachi .spec-details--direct {
        max-width: initial;
        text-align: center;
        width: 100%; }
        @media (min-width: 801px) {
          .content-section--grill-specs-hibachi .spec-details--direct {
            padding: 1rem 0 0 1rem !important; } }
      .content-section--grill-specs-hibachi .spec-details span {
        display: none;
        padding: 1rem 0 0 30%;
        text-align: left;
        text-transform: uppercase; }
        .content-section--grill-specs-hibachi .spec-details span + span {
          padding-top: 0; }
    .content-section--grill-specs-hibachi h2 {
      font-size: 40px;
      margin-bottom: 0.5rem;
      padding-bottom: 0.5rem; }
  .content-section--questions {
    padding: 0;
    position: relative;
    min-height: 80vh;
    background-image: url("https://cdn10.bigcommerce.com/s-p5jjd/product_images/uploaded_images/banner-questions.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 1080px) {
      .content-section--questions {
        min-height: 30vh; } }
    @media (max-width: 768px) {
      .content-section--questions {
        min-height: 50vh; } }
    .content-section--questions > img {
      width: 100%; }
    .content-section--questions .container {
      left: 0;
      max-width: initial;
      position: absolute;
      top: calc(50% - 40px);
      width: 100%; }
      @media (min-width: 551px) {
        .content-section--questions .container {
          top: calc(50% - 80px); } }
    .content-section--questions h2 {
      color: #fff;
      font-size: 34px;
      margin-top: 0; }
      @media (min-width: 551px) {
        .content-section--questions h2 {
          font-size: 60px; } }
    .content-section--questions .button {
      margin: 0;
      min-width: 270px; }
      @media (min-width: 551px) {
        .content-section--questions .button {
          margin-top: 2rem; } }
      @media (max-width: 300px) {
        .content-section--questions .button {
          min-width: 85vw; } }
  .content-section--gives-back {
    background: #31b0c8; }
    .content-section--gives-back .container {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly; }
    .content-section--gives-back .gives-back {
      color: #fff;
      margin: 2rem auto 0;
      width: 90%; }
      @media (min-width: 801px) {
        .content-section--gives-back .gives-back {
          margin: 0;
          max-width: 570px;
          text-align: left;
          width: auto; } }
      .content-section--gives-back .gives-back p {
        font-size: 14px; }
        .content-section--gives-back .gives-back p + p {
          margin: 0; }
      .content-section--gives-back .gives-back a {
        color: #fff;
        padding: 0 0 0.25rem;
        position: relative; }
        .content-section--gives-back .gives-back a:after {
          background: #fff;
          bottom: 0;
          content: '';
          height: 1px;
          left: 0;
          position: absolute;
          transition: width 0.3s ease;
          width: 0; }
        .content-section--gives-back .gives-back a:hover:after {
          width: 100%; }
  .content-section--flipkit h2 {
    font-size: 50px;
    letter-spacing: 0.075em;
    margin-top: 0;
    text-align: left; }
    @media (min-width: 551px) {
      .content-section--flipkit h2 {
        font-size: 80px; } }
    .content-section--flipkit h2 sup {
      font-size: 45px;
      left: -5px;
      top: -3px; }
      @media (min-width: 551px) {
        .content-section--flipkit h2 sup {
          font-size: 75px;
          left: -15px; } }
  .content-section--dimensions {
    padding: 0; }
    .content-section--dimensions .container:empty {
      padding: 0; }
    .content-section--dimensions img {
      padding: 2rem 0; }
      @media (min-width: 551px) {
        .content-section--dimensions img {
          padding: 3rem 0; } }
      @media (min-width: 801px) {
        .content-section--dimensions img {
          padding: 4rem 0; } }
    .content-section--dimensions .button {
      margin: 0 0 3rem; }

/* LANDING */
@media (min-width: 551px) {
  .page-type_default.sticky-header .body {
    margin-top: 31px; } }

@media (min-width: 551px) {
  .page-type_default .button {
    min-width: 270px; } }

.heroCarousel {
  margin: 0; }
  .heroCarousel .slick-dots {
    bottom: 1.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 3rem; } }
    .heroCarousel .slick-dots li {
      background: none; }
      .heroCarousel .slick-dots li:hover button {
        background: none; }
    .heroCarousel .slick-dots button {
      background: none;
      border: 2px solid #fff;
      opacity: 1; }
    .heroCarousel .slick-dots .slick-active button {
      background: #fff; }

.which-pk-list,
.must-haves-list {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
  margin: 0; }

@media screen and (max-width: 550px) {
  ul.which-pk-list {
    grid-gap: 0 !important;
    padding-bottom: 20px !important;
    margin-bottom: 30px;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start; } }

.which-pk-item {
  padding: 0 1rem;
  width: 100%;
  position: relative; }
  @media (min-width: 551px) {
    .which-pk-item {
      width: 25%; } }
  @media (max-width: 551px) {
    .which-pk-item {
      flex-shrink: 0;
      width: 75%; } }
  .which-pk-item a {
    color: #000;
    display: block; }
    .which-pk-item a:hover {
      color: #fa4d09; }
  .which-pk-item h4 {
    color: #000;
    font-family: "Roboto Mono";
    font-size: 18px;
    margin: 1rem 0 0.5rem; }
    .which-pk-item h4 span {
      color: #fa4d09;
      display: inline;
      font-size: inherit;
      font-weight: 700;
      line-height: inherit; }
  .which-pk-item span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5; }
  .which-pk-item .holiday {
    top: 100%;
    width: 95%;
    font-family: Tungsten;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    background: red; }
    @media screen and (max-width: 500px) {
      .which-pk-item .holiday {
        position: unset !important; } }
  .which-pk-item .price {
    padding-bottom: 10px; }
  .which-pk-item .price.slash {
    padding-bottom: 0; }
  .which-pk-item .price.stripe {
    padding-bottom: 0;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background-image: linear-gradient(45deg, #d62028 25%, #2485c2 25%, #2485c2 50%, #d62028 50%, #d62028 75%, #2485c2 75%, #2485c2 100%);
    background-size: 56.57px 56.57px;
    color: red; }

.shop-grills-warranty {
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative; }
  .shop-grills-warranty:before, .shop-grills-warranty:after {
    background: #fa4d09;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    width: 50%; }
  .shop-grills-warranty:before {
    left: -115px; }
  .shop-grills-warranty:after {
    right: -115px; }

.content-section--shop-testimonial {
  padding: 2rem 0; }
  @media (min-width: 551px) {
    .content-section--shop-testimonial {
      padding: 4rem 0; } }
  @media (min-width: 801px) {
    .content-section--shop-testimonial {
      padding: 6rem 0; } }
  .content-section--shop-testimonial h2,
  .content-section--shop-testimonial span {
    color: #fff;
    font-family: "Roboto Mono"; }
  .content-section--shop-testimonial h2 {
    display: block;
    font-size: 24px;
    line-height: normal;
    margin: 0;
    padding: 5% 15%;
    position: relative;
    text-transform: none; }
    @media (min-width: 551px) {
      .content-section--shop-testimonial h2 {
        font-size: 36px;
        padding: 5% 15%; } }
    @media (min-width: 801px) {
      .content-section--shop-testimonial h2 {
        font-size: 58px;
        padding: 5% 25%; } }
    .content-section--shop-testimonial h2:before, .content-section--shop-testimonial h2:after {
      background: url("../img/icon-quote.png") no-repeat;
      background-size: contain;
      content: '';
      height: 20px;
      position: absolute;
      width: 25px; }
      @media (min-width: 551px) {
        .content-section--shop-testimonial h2:before, .content-section--shop-testimonial h2:after {
          height: 40px;
          width: 50px; } }
      @media (min-width: 801px) {
        .content-section--shop-testimonial h2:before, .content-section--shop-testimonial h2:after {
          height: 73px;
          width: 92px; } }
    .content-section--shop-testimonial h2:before {
      left: 2%;
      top: 2%; }
      @media (min-width: 551px) {
        .content-section--shop-testimonial h2:before {
          left: 5%;
          top: 5%; } }
      @media (min-width: 801px) {
        .content-section--shop-testimonial h2:before {
          left: 10%;
          top: 10%; } }
    .content-section--shop-testimonial h2:after {
      bottom: 2%;
      right: 2%;
      transform: rotate(180deg); }
      @media (min-width: 551px) {
        .content-section--shop-testimonial h2:after {
          bottom: 5%;
          right: 5%; } }
      @media (min-width: 801px) {
        .content-section--shop-testimonial h2:after {
          bottom: 10%;
          right: 10%; } }
  .content-section--shop-testimonial span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 1.5rem 0 0;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 551px) {
      .content-section--shop-testimonial span {
        font-size: 18px;
        margin-top: 3rem; } }
    @media (min-width: 801px) {
      .content-section--shop-testimonial span {
        font-size: 24px;
        text-align: right;
        margin-right: 25%; } }

.content-section--find-store {
  padding: 0;
  position: relative;
  display: none !important; }
  .content-section--find-store img {
    width: 100%; }
  .content-section--find-store .container {
    left: 0;
    max-width: initial;
    position: absolute;
    top: calc(50% - 28px);
    width: 100%; }

.must-haves-list {
  margin: 1rem 0 2rem; }

.must-have-item {
  padding: 0 1rem;
  width: 33.33%; }

.content-section--featured-recipe {
  padding: 2rem 0 0; }
  @media (min-width: 801px) {
    .content-section--featured-recipe {
      padding: 6rem 0; } }
  .content-section--featured-recipe > .container {
    overflow: hidden;
    position: relative; }
    @media (min-width: 801px) {
      .content-section--featured-recipe > .container {
        align-items: stretch;
        display: flex; } }

.featured-recipe-image, .featured-recipe-content {
  width: 100%; }
  @media (min-width: 801px) {
    .featured-recipe-image, .featured-recipe-content {
      width: 50%; } }

.featured-recipe-image {
  margin-left: -0.5rem;
  width: calc(100% + 1rem); }
  @media (min-width: 801px) {
    .featured-recipe-image {
      margin: 0;
      position: absolute;
      right: 1rem;
      width: 50%; } }
  @media (min-width: 1001px) {
    .featured-recipe-image {
      right: 1.5rem; } }
  @media (min-width: 1131px) {
    .featured-recipe-image {
      right: 0; } }

.featured-recipe-content {
  padding: 0 1rem 2rem;
  text-align: left; }
  @media (min-width: 551px) {
    .featured-recipe-content {
      padding: 0 1.5rem 2rem; } }
  @media (min-width: 801px) {
    .featured-recipe-content {
      padding: 1rem 10% 1rem 0; } }
  @media (min-width: 1131px) {
    .featured-recipe-content {
      padding-right: 15%; } }

.featured-recipe-heading {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.075rem;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  position: relative; }
  @media (min-width: 551px) {
    .featured-recipe-heading {
      font-size: 43px;
      margin-bottom: 1.5rem;
      padding-bottom: 2rem; } }
  .featured-recipe-heading:after {
    background: #000;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px; }

.featured-recipe-title {
  color: #000;
  font-family: "Roboto Mono";
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4; }
  @media (min-width: 551px) {
    .featured-recipe-title {
      font-size: 43px; } }
  .featured-recipe-title:hover {
    color: #fa4d09; }

.featured-recipe-serving, .featured-recipe-author {
  display: block; }

.featured-recipe-serving {
  font-size: 14px;
  font-weight: 700;
  margin: 0.5rem 0 1rem;
  padding: 0 0 1rem;
  position: relative;
  text-transform: uppercase; }
  @media (min-width: 551px) {
    .featured-recipe-serving {
      margin-bottom: 1.5rem;
      padding-bottom: 2rem; } }
  .featured-recipe-serving:after {
    background: #000;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px; }

.featured-recipe-author {
  font-size: 12px; }

.content-section--instagram {
  overflow: hidden;
  padding-bottom: 0; }
  .content-section--instagram .content-section-heading {
    padding-bottom: 2rem; }
    @media (min-width: 551px) {
      .content-section--instagram .content-section-heading {
        padding-bottom: 3rem; } }
    @media (min-width: 801px) {
      .content-section--instagram .content-section-heading {
        padding-bottom: 4rem; } }

/* CATEGORY */
.page-type_category {
  background: #f1f1f1; }

#product-listing-container {
  margin-bottom: 1rem; }

.actionBar-sort {
  margin-bottom: 0;
  text-align: center; }
  .actionBar-sort .actionBar-section {
    display: inline-block;
    float: none; }
  .actionBar-sort .form-field {
    margin: 0; }

.actionBar-section .form-field {
  border-radius: 0; }

.productGrid {
  align-items: stretch;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between; }
  .productGrid .product {
    background: #fff;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 700;
    margin: 0.5rem;
    padding: 0.75rem;
    text-align: center;
    width: calc(100% - 1rem); }
    @media (min-width: 401px) {
      .productGrid .product {
        margin: 0.5rem;
        width: calc(50% - 1rem); } }
    @media (min-width: 551px) {
      .productGrid .product {
        margin: 1rem;
        width: calc(50% - 2rem); } }
    @media (min-width: 801px) {
      .productGrid .product {
        margin: 2rem;
        width: calc(50% - 4rem);
        min-width: 200px; } }
    @media screen and (max-width: 768px) and (orientation: portrait) {
      .productGrid .product {
        width: calc(100% - 1rem) !important;
        margin: 0.5rem !important; } }
    @media screen and (max-width: 1024px) and (orientation: landscape) {
      .productGrid .product {
        width: calc(100% - 1rem) !important;
        margin: 0.5rem !important; } }
  @media screen and (max-width: 768px) and (orientation: portrait) {
    .productGrid {
      display: flex !important; } }
  @media screen and (max-width: 1024px) and (orientation: landscape) {
    .productGrid {
      display: block !important; } }

/* CARD */
.card {
  height: 100%;
  margin: 0; }

.card-img-container {
  margin: 0 auto !important; }
  .card-img-container img {
    max-height: 500px;
    position: relative; }
  .card-img-container:after {
    padding: 0; }

.card-body {
  text-align: center; }

.card-title {
  font-size: 20px;
  padding-bottom: 1rem; }
  .card-title > a {
    color: #000;
    display: block; }
    .card-title > a:hover {
      color: #fa4d09; }
  .card-title--original, .card-title--pk360, .card-title--pktx, .card-title--pkgo, .card-title--pkgo-hibachi, .card-title--pk300, .card-title--pk300af {
    padding: 0; }
    .card-title--original > a, .card-title--pk360 > a, .card-title--pktx > a, .card-title--pkgo > a, .card-title--pkgo-hibachi > a, .card-title--pk300 > a, .card-title--pk300af > a {
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      display: block;
      font-size: 0;
      height: 82px;
      overflow: hidden;
      width: 100%; }
    @media (max-width: 900px) {
      .card-title--original > a, .card-title--pk360 > a, .card-title--pktx > a, .card-title--pkgo > a, .card-title--pkgo-hibachi > a, .card-title--pk300 > a, .card-title--pk300af > a {
        max-width: 90%;
        margin: 0 auto; } }
  .card-title--original > a {
    background-image: url("../img/logo-pk-original.png"); }
  .card-title--pk360 > a {
    background-image: url("../img/logo-pk360.png"); }
  .card-title--pktx > a {
    background-image: url("../img/logo-pktx.png"); }
  .card-title--pkgo > a {
    background-image: url("../img/logo-pkgo.png"); }
  .card-title--pkgo-hibachi > a {
    background-image: url("../img/logo-pkgo-hibachi.png"); }
  .card-title--pk300 > a {
    background-image: url("https://cdn11.bigcommerce.com/s-p5jjd/product_images/uploaded_images/logo-pk300.png");
    background-size: contain;
    height: 150PX;
    width: 100%; }
  .card-title--pk300af > a {
    background-image: url("https://cdn11.bigcommerce.com/s-p5jjd/product_images/uploaded_images/pk300af-logo.png");
    background-size: contain;
    height: 175PX;
    width: 100%; }

.card-tagline {
  display: block;
  padding: 5px 0 0; }

.card-text--price {
  margin-bottom: 10px; }
  .card-text--price .price-section--rrp {
    display: none; }

.card-footer .button {
  font-size: 19px;
  height: 30px;
  line-height: 30px;
  min-width: 150px;
  padding: 0 1rem; }

.card-learn-more {
  color: #000;
  display: block;
  margin: 5px 0 10px;
  padding: 0.5rem 0;
  text-transform: uppercase; }
  .card-learn-more:hover {
    color: #fa4d09; }

/* PAGE */
.page {
  margin: 0; }

.page-content {
  margin: 1rem auto 0; }
  @media (min-width: 801px) {
    .page-content {
      margin-top: 2rem; } }

.page-heading {
  font-size: 48px;
  margin-bottom: 1rem; }
  @media (min-width: 551px) {
    .page-heading {
      font-size: 60px; } }
  @media (min-width: 801px) {
    .page-heading {
      font-size: 72px; } }

/* PRODUCT */
.productView {
  margin: 0; }

.productView-details {
  margin-bottom: 0.25rem;
  width: 100%; }
  @media (min-width: 801px) {
    .productView-details {
      width: 50%; } }
  @media (min-width: 1001px) {
    .productView-details {
      width: 40%; } }
  .productView-details--top {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px; }
    @media (min-width: 801px) {
      .productView-details--top {
        text-align: left;
        align-items: start; } }

.productView-images {
  width: 100%;
  position: sticky;
  top: 85px; }
  @media (max-width: 800px) {
    .productView-images {
      position: relative;
      top: unset; } }
  @media (min-width: 801px) {
    .productView-images {
      width: 50%; } }
  @media (min-width: 1001px) {
    .productView-images {
      width: 60%; } }
  .productView-images + .productView-details {
    margin-bottom: 2rem; }

.productView-image .easyzoom-flyout {
  background: #fff; }

.productView-img-container:after {
  padding-bottom: 100%; }

.productView-thumbnails {
  margin-top: 1rem;
  text-align: center; }
  .productView-thumbnails--gallery {
    clear: both;
    display: none;
    visibility: hidden; }
  .productView-thumbnails img {
    height: 100%;
    max-height: 160px;
    max-width: 160px;
    position: relative;
    width: 100%; }
  .productView-thumbnails .slick-list {
    height: 70px;
    margin: 0 1.5rem;
    overflow: hidden !important; }
    @media (min-width: 551px) {
      .productView-thumbnails .slick-list {
        margin: 0 2.85rem; } }
  .productView-thumbnails .slick-arrow:before {
    background: none;
    border: none;
    font-size: 24px; }
    @media (min-width: 551px) {
      .productView-thumbnails .slick-arrow:before {
        font-size: 30px; } }
  .productView-thumbnails .slick-prev {
    left: -9px;
    right: initial !important; }
    @media (min-width: 551px) {
      .productView-thumbnails .slick-prev {
        left: 0; } }
  .productView-thumbnails .slick-next {
    right: -10px; }
    @media (min-width: 551px) {
      .productView-thumbnails .slick-next {
        right: 0; } }

.productView-thumbnail-link {
  border: none; }

.productView-product--variations {
  border: none;
  padding-bottom: 0; }

.productView-product:last-child {
  padding-bottom: 0; }

.productView-title {
  line-height: 1;
  margin: 1.5rem 0 1rem; }
  .productView-title--evergreenBundle {
    font-size: 60px; }
  @media (max-width: 550px) {
    .productView-title--evergreenBundle {
      font-size: 50px;
      padding-bottom: 20px; } }
  @media (min-width: 551px) {
    .productView-title {
      font-size: 36px; } }
  @media (min-width: 801px) {
    .productView-title {
      font-size: 48px; } }

.productView-title--grill {
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  margin: 1.5rem 0 0.5rem;
  width: 100%; }
  .productView-title--grill img {
    position: relative;
    z-index: 2; }
  .productView-title--grill span {
    display: none; }

.productView-price .price-section {
  font-size: 18px;
  line-height: 1.5; }

.productView-price .price-label,
.productView-price .price-now-label {
  display: none !important; }

.productView-price .price {
  font-weight: 600; }

.productView-rating {
  padding-top: 10px; }
  .productView-rating .icon {
    margin: 0 -3px; }
  .productView-rating .productView-reviewLink {
    font-size: 12px;
    font-weight: 700; }

.productView-reviewLink > a {
  color: #000; }
  .productView-reviewLink > a:hover {
    color: #fa4d09; }

.productView-info {
  text-align: center;
  margin-bottom: 0; }
  .productView-info:before {
    display: none; }
  @media (min-width: 801px) {
    .productView-info {
      text-align: left; } }
  .productView-info-name, .productView-info-value {
    float: none; }
  .productView-info-name {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.1;
    margin-right: 0;
    text-transform: uppercase; }
    @media (min-width: 551px) {
      .productView-info-name {
        font-size: 20px;
        margin-right: 0.35rem; } }
    @media (min-width: 801px) {
      .productView-info-name {
        font-size: 24px; } }

.productView-info-item--availability {
  display: none; }

.productView-info-item--upc {
  display: none; }

.productView-info-item--brand {
  display: none; }

.variation-links--links {
  border-top: 1px solid #b2b2b2;
  margin-bottom: 0 !important; }
  .variation-links--links + .form {
    clear: both;
    display: inline-block !important; }
  .variation-links--links .form-label, .variation-links--links .form-values {
    display: block !important;
    margin: 0; }
  .variation-links--links .form-label {
    text-transform: none; }
  .variation-links--links .variation-links--link {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    padding: 0 0 0 2.5rem;
    position: relative;
    text-decoration: none;
    vertical-align: baseline; }
    .variation-links--links .variation-links--link:before {
      background-color: #fff;
      border: 2px solid #000;
      border-radius: 4px;
      content: "";
      display: block;
      height: 1.5rem;
      left: 0;
      position: absolute;
      top: 0;
      transition: all 50ms ease-out;
      width: 1.5rem; }
    .variation-links--links .variation-links--link:after {
      background: #000;
      border-radius: 2px;
      color: #333;
      content: "";
      display: block;
      font-size: .875rem;
      height: 1.25rem;
      left: 2px;
      line-height: 1;
      opacity: 0;
      position: absolute;
      text-align: center;
      top: 2px;
      transform: scale(0);
      transition: all 50ms ease-out;
      width: 1.25rem; }
    .variation-links--links .variation-links--link:hover:after {
      opacity: 1;
      transform: scale(1); }
    .variation-links--links .variation-links--link__active {
      margin-bottom: 20px !important; }
      .variation-links--links .variation-links--link__active:after {
        opacity: 1;
        transform: scale(1); }

.variation-links--color {
  background: #e7e8e8;
  margin: 0 !important;
  overflow: visible;
  padding: 0 3px 0 10px !important; }
  .variation-links--color + .form {
    border-top: 1px solid #b2b2b2;
    clear: both;
    display: inline-block;
    margin-top: 2rem;
    padding-top: 0.75rem; }
  .variation-links--color .form-label, .variation-links--color .form-values {
    display: inline-block;
    margin: 0;
    vertical-align: middle; }
  .variation-links--color .form-label {
    float: left;
    margin-top: 20px;
    text-transform: none; }
  .variation-links--color .form-values {
    float: right; }
  .variation-links--color .variation-links--link {
    display: inline-block;
    color: #222;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 5px 2px 5px 2px;
    position: relative;
    text-align: center;
    text-decoration: none; }
    .variation-links--color .variation-links--link:hover .variation-color-box {
      border-color: #fff; }
    .variation-links--color .variation-links--link:hover .variation-color-label {
      color: #ff8556; }
    .variation-links--color .variation-links--link__active .variation-color-box {
      border-color: #fff; }
    .variation-links--color .variation-links--link__active .variation-color-label {
      color: #ff8556; }

@media screen and (max-width: 800px) {
  .variation-links--color + .form {
    border: none !important; } }

.variation-color-box {
  border: 2px solid #e7e8e8;
  display: block;
  margin: 0 auto;
  height: 55px;
  width: 55px; }
  .variation-color-box--silver {
    background: #cccccc; }
  .variation-color-box--graphite {
    background: #040707; }
  .variation-color-box--red {
    background: #c3262e; }
  .variation-color-box--teal {
    background: #07d0da; }
  .variation-color-box--coal {
    background: #231f20; }
  .variation-color-box--king-crab-orange {
    background: #E66B19; }
  .variation-color-box--black {
    background-color: #000000; }
  .variation-color-box--terra-cotta {
    background-color: #823B1B; }

.variation-color-label {
  bottom: -20px;
  left: 0;
  position: absolute;
  width: 100%; }

.color-label-terra-cotta {
  bottom: -35px !important;
  line-height: 1.3em; }

.productView-options {
  text-align: left;
  margin-bottom: 0; }
  .productView-options .form-field {
    margin-bottom: 1rem;
    padding: 0.75rem 0; }
    .productView-options .form-field + .form-field {
      border-top: 1px solid #b2b2b2; }
  .productView-options .form-label {
    margin-bottom: 0.5rem; }
  .productView-options .form-checkbox + .form-label {
    min-height: 1.5rem; }

.form-field--box {
  border-bottom: 1px solid #b2b2b2;
  border-top: 1px solid #b2b2b2; }
  .form-field--box ul {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.9;
    margin-bottom: 0; }

.product-release {
  clear: both;
  display: block;
  margin: 1rem 0 -0.5rem; }
  .product-release .alertBox {
    margin: 0; }

.product-add {
  margin-top: 2rem;
  position: relative;
  margin-bottom: 1rem; }
  .product-add .form-field,
  .product-add .form-action {
    margin: 0; }
  .product-add .form-field--quantity {
    padding: 0;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 80px;
    z-index: 2; }
    .product-add .form-field--quantity .form-label {
      display: none; }
    .product-add .form-field--quantity .form-select {
      background-position: right 0.5rem top 1rem;
      border: none;
      border-radius: 0;
      color: #000;
      font-size: 24px;
      font-weight: 700;
      height: 50px;
      line-height: 50px;
      text-align: center; }
      .product-add .form-field--quantity .form-select option {
        font-size: 15px; }
  .product-add .form-action {
    padding: 0;
    width: 100%; }
    .product-add .form-action .button {
      font-size: 36px;
      height: 56px;
      line-height: 56px;
      margin: 0;
      padding: 0 0 0 1rem;
      text-align: left;
      white-space: nowrap;
      width: 100%; }
      @media (min-width: 551px) {
        .product-add .form-action .button {
          padding-left: 2rem; } }

.button--assembly-instructions {
  background: #e6e6e6;
  color: #000;
  display: block;
  font-family: "Roboto Mono";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.025em;
  overflow: hidden;
  padding: 0 50px 0 1rem;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 30px; }
  @media (min-width: 551px) {
    .button--assembly-instructions {
      font-size: 18px;
      padding-left: 2rem; } }
  .button--assembly-instructions i {
    font-size: 20px;
    position: absolute;
    right: 1rem;
    top: calc(50% - 10px); }
    @media (min-width: 551px) {
      .button--assembly-instructions i {
        font-size: 30px;
        top: calc(50% - 15px); } }

.better-than-icons {
  align-items: strecth;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 0 0 3rem; }
  @media (min-width: 401px) {
    .better-than-icons {
      flex-wrap: nowrap;
      padding: 1.5rem 0 3rem; } }
  .better-than-icons .clear {
    display: block;
    padding: 1rem 0;
    width: 100%; }
    @media (min-width: 401px) {
      .better-than-icons .clear {
        display: none; } }

.better-than-list {
  list-style: none;
  font-size: 16px;
  margin-left: 0;
  text-align: left; }
  @media (min-width: 901px) {
    .better-than-list {
      margin-left: 1.15rem; } }
  .better-than-list li {
    line-height: 24px;
    margin: 0 0 1.5rem; }
  .better-than-list strong {
    color: #fa4d09;
    text-transform: uppercase; }

.tab-contents-product {
  border-top: 1px solid #c8c8c8;
  clear: both;
  margin: 0; }
  .tab-contents-product .tab-title {
    border-bottom: 1px solid #c8c8c8;
    border-radius: 0;
    clear: both;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 45px;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0.78rem 1rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
    @media (min-width: 551px) {
      .tab-contents-product .tab-title {
        font-size: 18px;
        height: 50px; } }
    @media (min-width: 801px) {
      .tab-contents-product .tab-title {
        font-size: 24px;
        height: 130px;
        padding: 3.25rem 1rem; } }
    .tab-contents-product .tab-title:hover, .tab-contents-product .tab-title:active, .tab-contents-product .tab-title:focus {
      color: #fa4d09; }
    .tab-contents-product .tab-title span {
      display: block;
      margin: auto;
      max-width: 77.42857rem;
      position: relative;
      text-align: left; }
    .tab-contents-product .tab-title i {
      display: inline-block;
      font-size: 16px;
      position: absolute;
      right: 0;
      top: 3px; }
      @media (min-width: 551px) {
        .tab-contents-product .tab-title i {
          font-size: 20px;
          top: 5px; } }
      @media (min-width: 801px) {
        .tab-contents-product .tab-title i {
          font-size: 36px;
          top: 2px; } }
    .tab-contents-product .tab-title.is-active {
      background: none; }
      .tab-contents-product .tab-title.is-active i:before {
        content: '\f068'; }
  .tab-contents-product .tab-content {
    border-bottom: 1px solid #c8c8c8;
    margin: 0; }
    .tab-contents-product .tab-content > .container {
      padding: 0 1.5rem; }
      @media (min-width: 801px) {
        .tab-contents-product .tab-content > .container {
          margin: 1rem auto; } }

.productView-info--specs {
  margin: 0; }
  .productView-info--specs .productView-info-name, .productView-info--specs .productView-info-value {
    color: #333;
    display: block;
    float: none;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin: 0; }
    @media (min-width: 551px) {
      .productView-info--specs .productView-info-name, .productView-info--specs .productView-info-value {
        display: inline-block;
        font-size: 20px;
        vertical-align: middle; } }
  .productView-info--specs .productView-info-name {
    color: #222;
    font-weight: 600;
    padding-right: 5px;
    text-transform: capitalize; }
  .productView-info--specs .productView-info-value {
    font-family: "Tungsten";
    font-weight: 500; }

.productView-spec {
  display: block;
  padding: 0.75rem 0; }
  .productView-spec:first-of-type {
    margin: 0; }
  .productView-spec + .productView-spec {
    border-top: 2px dashed #fa4d09; }

.flipkit-details {
  border-bottom: 2px dashed #fa4d09;
  border-top: 2px dashed #fa4d09;
  display: block;
  font-size: 12px;
  margin: 0 0 3rem;
  padding: 2rem 1rem;
  text-align: left; }
  @media (min-width: 801px) {
    .flipkit-details {
      padding: 2rem 3rem; } }
  @media (min-width: 551px) {
    .flipkit-details p {
      max-width: 65%; } }

.flipkit-example {
  list-style: none;
  margin: 3rem 0 0;
  text-align: center; }
  @media (min-width: 551px) {
    .flipkit-example {
      margin-top: 5rem; } }
  .flipkit-example img {
    display: inline-block;
    vertical-align: middle; }
    @media (min-width: 551px) {
      .flipkit-example img {
        margin: 0 -2px;
        max-width: calc(33.33% - 4px); } }

.flipkit-steps {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  text-align: center; }
  @media (min-width: 801px) {
    .flipkit-steps {
      flex-wrap: nowrap; } }
  .flipkit-steps li {
    margin: 2rem 1rem;
    position: relative;
    width: calc(50% - 2rem); }
    @media (min-width: 551px) {
      .flipkit-steps li {
        width: 33.33%; } }
    @media (min-width: 801px) {
      .flipkit-steps li {
        margin: 0;
        width: auto; } }
  .flipkit-steps span {
    display: block;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.075em;
    margin-top: 1.5rem;
    text-transform: uppercase;
    width: 100%; }

.questions-call {
  color: #fff;
  margin: 2rem auto 0;
  max-width: 500px; }

/* SITEWIDE MESSAGE */
.sitewide-message {
  background: #fff;
  border: none;
  border-radius: 0;
  display: block;
  height: 40px;
  margin: 0;
  padding: 0;
  position: static;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 102; }
  @media (min-width: 551px) {
    .sitewide-message {
      height: 60px; } }
  @media (max-width: 550px) {
    .sitewide-message {
      height: 60px; } }
  @media (min-width: 801px) {
    .sitewide-message {
      position: fixed; } }
  .sitewide-message .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 15px;
    text-align: center; }
  .sitewide-message p {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    top: 50%;
    /*transform: translateY(-50%);*/ }
    @media (min-width: 401px) {
      .sitewide-message p {
        font-size: 12px;
        padding: 10px 0;
        top: initial;
        transform: none; } }
    @media (max-width: 500px) {
      .sitewide-message p {
        line-height: 1; } }
    @media (min-width: 551px) {
      .sitewide-message p {
        font-size: 14px;
        padding: 10px 20px; } }
    @media (min-width: 801px) {
      .sitewide-message p {
        font-size: 14px; } }
  .sitewide-message span {
    margin: 0; }
    .sitewide-message span i {
      font-size: 12px;
      margin-right: 3px; }
      @media (min-width: 801px) {
        .sitewide-message span i {
          font-size: 16px; } }
  .sitewide-message-show + .header {
    top: initial; }
    .sitewide-message-show + .header.is-open {
      top: 0; }
    @media (min-width: 401px) {
      .sitewide-message-show + .header {
        margin-top: 0; } }
    @media (min-width: 551px) {
      .sitewide-message-show + .header {
        top: 60px;
        margin-top: 60px; } }
    @media (max-width: 801px) {
      .sitewide-message-show + .header {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .sitewide-message-show.sitewide-message__closed-by-user .header {
      top: 0; } }
  @media (min-width: 801px) {
    .sitewide-message-show.sitewide-message__closed-by-user .header {
      margin-top: 0;
      top: initial; } }
  .sitewide-message.sitewide-message__loading {
    display: none; }
  .sitewide-message.sitewide-message__closed-by-user {
    display: none !important; }
  .sitewide-message-close {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease;
    width: 40px; }
    @media screen and (max-width: 551px) {
      .sitewide-message-close {
        width: 20px; } }
    .sitewide-message-close i, .sitewide-message-close svg {
      margin-top: 15px;
      text-shadow: 0 1px 0 #fff; }
      @media (min-width: 551px) {
        .sitewide-message-close i, .sitewide-message-close svg {
          margin-top: 25px; } }
      @media (min-width: 801px) {
        .sitewide-message-close i, .sitewide-message-close svg {
          margin-top: 22px; } }
    .sitewide-message-close:hover {
      cursor: pointer;
      opacity: 0.8; }
    @media (min-width: 551px) {
      .sitewide-message-close {
        height: 60px; } }
  @media (min-width: 801px) {
    .sitewide-message-hide + .header {
      top: 0; } }

/* BANNERS */
.banners {
  background: none;
  color: #222;
  padding: 0;
  text-align: left; }
  .banners--top {
    margin-bottom: 2rem; }
  .banners--bottom {
    margin: 2rem 0; }
    .banners--bottom h2 {
      font-size: 24px; }
  .banners h1, .banners h2, .banners h3, .banners h4, .banners h5 {
    margin: 20px 0 10px;
    padding: 0; }
  .banners p {
    font-size: 16px; }
  .banners a {
    color: #e77725;
    text-decoration: none; }
    .banners a:hover {
      color: #222; }

/* SOCIAL FEED */
.instagram-feed {
  float: left;
  height: 100%;
  width: 100%; }
  .instagram-feed ul {
    align-items: start;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0; }
  .instagram-feed li {
    list-style: none;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 33.33%; }
    .instagram-feed li:nth-child(n+4) {
      display: none; }
    @media (min-width: 551px) {
      .instagram-feed li:nth-child(n+4) {
        display: block; }
      .instagram-feed li:nth-child(n+7) {
        display: none; } }
    @media (min-width: 991px) {
      .instagram-feed li {
        width: 20%; }
        .instagram-feed li:nth-child(n+7) {
          display: block; } }
    .instagram-feed li:nth-child(n+11) {
      display: none; }
    .instagram-feed li a {
      background: #fff;
      background-position: center;
      background-size: cover;
      display: block;
      height: 100%;
      max-height: 320px; }
    .instagram-feed li img {
      display: inline-block;
      height: auto;
      margin: auto;
      opacity: 0;
      position: relative;
      vertical-align: middle;
      width: auto; }
      @media (min-width: 968px) {
        .instagram-feed li img {
          width: 100%; } }
  .instagram-feed .caption {
    display: none; }

.social-image-vertical a img {
  height: auto;
  max-width: 100%;
  min-height: 0;
  min-width: 280px;
  max-height: none;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.social-image-horizontal a img {
  left: 50%;
  max-height: 100%;
  max-width: none;
  min-height: 280px;
  min-width: 280px;
  position: relative;
  transform: translateX(-50%);
  width: auto; }
  @media (min-width: 968px) {
    .social-image-horizontal a img {
      width: 100%; } }

/* BREADCRUMBS */
.breadcrumbs {
  display: none; }

/* PAGINATOR */
.pagination-list {
  text-align: center; }
  .pagination-list li {
    border: none;
    color: #1e2738;
    display: inline-block;
    vertical-align: middle; }

.pagination-link {
  display: inline-block;
  padding: 2px 0 0;
  vertical-align: middle; }
  .pagination-link:hover {
    color: #1e2738; }

/* SLICK */
.slick-dots li {
  height: auto;
  padding: 0 0.35rem;
  width: auto; }
  .slick-dots li button {
    background: rgba(255, 255, 255, 0.5);
    border: none;
    height: 18px;
    opacity: 0.5;
    width: 18px; }
    .slick-dots li button:before {
      display: none; }
    .slick-dots li button:hover {
      background: #fff; }

.slick-dots .slick-active button {
  background: #1e2738;
  opacity: 1; }

.slick-arrow {
  background: none;
  border: none;
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto; }
  .slick-arrow:before {
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    color: #1e2738;
    cursor: pointer;
    display: inline-block !important;
    font-size: 12px;
    height: 26px;
    margin: 0;
    padding: 7px 0 0;
    text-align: center;
    width: 26px; }
    @media (min-width: 551px) {
      .slick-arrow:before {
        height: 36px;
        padding-top: 11px;
        width: 36px; } }
  .slick-arrow:focus, .slick-arrow:hover {
    background: none;
    border: none; }
  .slick-arrow:hover:before {
    background: #fff;
    color: #e87826;
    opacity: 1; }
  .slick-arrow.slick-disabled {
    opacity: 1; }
    .slick-arrow.slick-disabled:before {
      color: #c9c9c9;
      cursor: not-allowed;
      opacity: 1; }

.slick-prev {
  left: initial;
  right: 31px; }
  @media (min-width: 551px) {
    .slick-prev {
      right: 41px; } }
  .slick-prev:before {
    content: '\f053'; }

.slick-next {
  right: 0; }
  .slick-next:before {
    content: '\f054'; }

#search_query_adv {
  border-radius: 4px 0 0 4px; }

.modal-header-title {
  font-size: 24px; }
  @media (min-width: 801px) {
    .modal-header-title {
      font-size: 36px; } }

.modal-body {
  padding: 1rem; }

.productReviews-list {
  counter-reset: review-counter;
  clear: both;
  margin: 0;
  padding: 0; }

.productReview {
  border-bottom: 1px solid #c9c9c9;
  padding: 1.5rem;
  padding-left: 30px;
  position: relative;
  width: 100%; }
  .productReview:before {
    background: #E5E5E5;
    border-radius: 2px;
    color: #A9A9A9;
    content: attr(data-review-number);
    font-weight: 600;
    left: 0;
    padding: 3px 6px;
    position: absolute;
    text-align: center; }

.productReview-title {
  color: #000;
  display: inline-block;
  font-family: "Roboto Mono";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-top: 5px;
  padding: 0;
  vertical-align: top; }

.productReview-rating {
  margin: 3px 5px 0 0;
  vertical-align: top; }

.productReview-author {
  color: #aaa;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 10px; }

.productReview-body {
  margin: 0; }

.product-review-header {
  margin: 0 0 1.5rem;
  text-align: center; }
  @media (min-width: 551px) {
    .product-review-header {
      text-align: left;
      margin-bottom: 2.5rem;
      padding-right: 175px;
      position: relative; } }
  .product-review-header h4 {
    margin: 0; }
  @media (min-width: 551px) {
    .product-review-header p {
      margin: 0; } }
  .product-review-header .button {
    font-size: 18px;
    height: 30px;
    line-height: 30px; }
    @media (min-width: 551px) {
      .product-review-header .button {
        position: absolute;
        right: 0;
        top: 0; } }

.rating--small .icon {
  margin: -3px -2px 0; }

#modal-review-form .product-title {
  font-size: 1.5rem;
  padding: 0;
  text-align: center; }

.tab-content .productReview {
  width: 100%; }

.previewCart {
  max-width: initial; }
  .previewCart .productView {
    text-align: center; }
    @media (min-width: 801px) {
      .previewCart .productView {
        text-align: left;
        width: 65%; } }
    .previewCart .productView-title {
      font-size: 30px;
      margin: 1.5rem 0 1rem; }
      @media (min-width: 801px) {
        .previewCart .productView-title {
          margin-top: 0; } }
    .previewCart .productView-price {
      font-size: 20px; }

.previewCartItem-brand {
  display: none; }

.previewCartItem-name {
  font-size: 15px; }

.previewCartItem-price {
  color: #000; }

.previewCartAction {
  padding: 0.75rem; }
  .previewCartAction-checkout, .previewCartAction-viewCart {
    padding: 0;
    width: 100%; }
    .previewCartAction-checkout .button, .previewCartAction-viewCart .button {
      font-size: 22px;
      height: 40px;
      line-height: 40px;
      padding: 0 5px; }
  .previewCartAction-viewCart {
    margin-top: 0.75rem; }
    .previewCartAction-viewCart .button {
      background: #333; }
      .previewCartAction-viewCart .button:hover {
        background: #1a1a1a; }

@media (min-width: 801px) {
  .previewCartCheckout {
    padding: 1rem;
    width: 35%; } }

.previewCartCheckout .button {
  font-size: 24px;
  padding: 0 5px; }
  @media (min-width: 551px) {
    .previewCartCheckout .button {
      font-size: 30px; } }
  .previewCartCheckout .button + .button {
    background: #333; }
    .previewCartCheckout .button + .button:hover {
      background: #1a1a1a; }

.previewCartCheckout-subtotal {
  margin: 0.5rem 0 1rem; }

.previewCartCheckout-price {
  font-size: 30px; }

.previewCartCheckout-additionalCheckoutButtons {
  display: none; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-of-type {
    margin-bottom: 0; }
  .previewCartCheckout-additionalCheckoutButtons .paypal-smart-buttons {
    margin-bottom: 0; }

.suggestiveCart {
  display: none; }

.alertBox {
  margin-bottom: 1.5rem; }

/* CART */
.cart-item-image {
  max-width: 98px; }

.cart-item-info {
  margin-top: 0.78rem; }
  @media (min-width: 551px) {
    .cart-item-info {
      width: 32%; } }
  @media (min-width: 801px) {
    .cart-item-info {
      width: 16.66667%; } }
  @media (min-width: 551px) {
    .cart-item-info.cart-item-quantity {
      width: 36%; } }
  @media (min-width: 801px) {
    .cart-item-info.cart-item-quantity {
      width: 16.66667%; } }

.cart-item-individual-price {
  margin-left: 1.5rem; }
  @media (min-width: 801px) {
    .cart-item-individual-price {
      margin: 0; } }

.cart-total .button {
  font-size: 20px;
  height: 32px;
  line-height: 32px;
  padding: 0 5px; }

.cart-total-value button {
  color: #000;
  font-size: 14px; }
  .cart-total-value button:hover {
    color: #fa4d09; }

.cart-actions .button {
  min-width: 200px;
  padding: 0 15px; }

.shipping-quotes {
  margin-bottom: 1rem; }
  .shipping-quotes .button {
    width: 60%; }

/* SEARCH */
.page-type_search .panel {
  display: none; }

.advancedSearch-title {
  font-size: 24px; }

#search_query_adv {
  border-radius: 0; }

/* ACCOUNT */
.account--fixed {
  width: 100%; }

/* GENERAL */
.page-content--centered {
  width: 100%; }

.navBar--sub {
  margin-bottom: 2rem; }

/* BLOG */
.page-type_blog {
  background: #f1f1f1; }

.blog-heading {
  color: #000;
  font-size: 48px;
  text-align: center; }
  @media (min-width: 801px) {
    .blog-heading {
      font-size: 72px; } }

.blog-cards {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 2rem; }

.blog-card {
  background: #fff;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.05);
  font-size: 12px;
  font-weight: 700;
  margin: 1rem 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%; }
  @media (min-width: 441px) {
    .blog-card {
      margin: 0.5rem;
      padding-top: 200px;
      width: calc(50% - 1rem); } }
  @media (min-width: 661px) {
    .blog-card {
      margin: 1rem;
      width: calc(33.33% - 2rem); } }
  @media (min-width: 801px) {
    .blog-card {
      margin: 2rem 1rem;
      width: calc(33.33% - 2rem); } }
  .blog-card__link-text {
    display: none; }
  .blog-card__thumbnail {
    display: block;
    left: 0;
    overflow: hidden;
    top: 0;
    width: 100%; }
    @media (min-width: 441px) {
      .blog-card__thumbnail {
        height: 200px;
        position: absolute; } }
    .blog-card__thumbnail img {
      position: relative;
      height: 200px;
      transition: transform .2s;
      width: 100%;
      object-fit: cover; }
    .blog-card__thumbnail:hover img {
      transform: scale(1.1); }
  .blog-card__body {
    padding: 20px 10px;
    position: relative; }
    @media (min-width: 441px) {
      .blog-card__body {
        padding-bottom: 120px; } }
    .blog-card__body-footer {
      padding-top: 10px; }
      @media (min-width: 441px) {
        .blog-card__body-footer {
          bottom: 20px;
          left: 10px;
          padding: 0;
          position: absolute;
          width: calc(100% - 20px); } }
  .blog-card__title {
    color: #1a1a1a;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    margin: 0; }
    .blog-card__title:hover {
      color: #fa4d09; }
  .blog-card__author-date {
    line-height: 1.3;
    padding: 0 0 15px; }
  .blog-card .button {
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    width: 150px; }

.blog-header {
  padding: 2rem 0; }

.blog-title {
  font-size: 42px; }

.blog-post-body {
  width: 100%; }

.blog-date {
  color: #000; }

.page-content--why {
  text-align: center; }
  .page-content--why .page-heading {
    display: none; }
  .page-content--why .section {
    clear: both;
    margin: 0;
    padding: 0;
    text-align: left; }
  .page-content--why .cell {
    border: 5px double #ef5022;
    border-left: none;
    float: left; }
  .page-content--why .image-cell {
    display: none;
    width: 16%; }
    @media (min-width: 988px) {
      .page-content--why .image-cell {
        display: block; } }
    .page-content--why .image-cell img {
      margin: 20px; }
  .page-content--why .title-cell {
    border-right: none;
    padding: 10px;
    width: 100%; }
    @media (min-width: 988px) {
      .page-content--why .title-cell {
        height: 133px;
        width: 84%; } }
  .page-content--why .title {
    font-size: 1.5em;
    margin: 0.5rem 0;
    text-align: left; }
    @media (min-width: 551px) {
      .page-content--why .title {
        font-size: 2em;
        margin: 1rem 0.5rem; } }
    @media (min-width: 988px) {
      .page-content--why .title {
        margin: 2.5rem 0 0 1rem; } }
  .page-content--why .mobile390 {
    display: none; }
  .page-content--why .spacer {
    clear: both;
    height: 5px;
    margin: 10px 0; }
  .page-content--why .text,
  .page-content--why .images {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .page-content--why .text,
      .page-content--why .images {
        width: 46%; } }
  .page-content--why .text p {
    line-height: 1.6em; }
  .page-content--why .images img {
    margin: 20px 0; }
    @media (min-width: 551px) {
      .page-content--why .images img {
        margin: 20px; } }
  .page-content--why .images .img-grill {
    width: 75%; }
  .page-content--why .btn {
    background: #ef5022;
    color: #fff;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    text-transform: uppercase; }
    .page-content--why .btn img {
      display: inline-block;
      margin: -3px 0 0 2px; }

.text-centered {
  text-align: center; }

.icon-list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  overflow: auto;
  margin: 25px auto 50px;
  max-width: 970px;
  width: 100%; }
  @media (min-width: 551px) {
    .icon-list {
      flex-wrap: nowrap; } }
  .icon-list li {
    margin: 10px 0;
    padding: 100px 5px 0;
    position: relative;
    width: 50%; }
    @media (min-width: 401px) {
      .icon-list li {
        width: 33.33%; } }
    @media (min-width: 551px) {
      .icon-list li {
        width: 20%; } }
  .icon-list img {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }
  .icon-list a, .icon-list span {
    font-size: 12px; }
    @media (min-width: 551px) {
      .icon-list a, .icon-list span {
        font-size: 1rem; } }

.page-content--instagram .page-heading {
  display: none; }

.page-content--instagram .instagram-feed {
  margin-bottom: 20px; }
  .page-content--instagram .instagram-feed li {
    margin: 5px;
    width: calc(50% - 10px); }
    .page-content--instagram .instagram-feed li:nth-child(n+4) {
      display: block; }
    .page-content--instagram .instagram-feed li:nth-child(n+11) {
      display: block; }
    @media (min-width: 401px) {
      .page-content--instagram .instagram-feed li {
        margin: 5px;
        width: calc(33.33% - 10px); } }
    @media (min-width: 551px) {
      .page-content--instagram .instagram-feed li {
        margin: 10px;
        width: calc(33.33% - 20px); }
        .page-content--instagram .instagram-feed li:nth-child(n+7) {
          display: block; } }
  .page-content--instagram .instagram-feed a {
    max-height: 308px; }

.instagram-account-info {
  margin: 30px 0 40px; }
  .instagram-account-info ul {
    margin: 0; }
  .instagram-account-info--image, .instagram-account-info--content {
    display: inline-block; }
  .instagram-account-info--image {
    padding-top: 20px;
    text-align: center;
    vertical-align: top;
    width: calc(40% - 20px); }
    @media (min-width: 441px) {
      .instagram-account-info--image {
        width: calc(35% - 20px); } }
    @media (min-width: 641px) {
      .instagram-account-info--image {
        padding: 0;
        width: calc(30% - 20px); } }
    .instagram-account-info--image img {
      height: 100px;
      margin-right: 20px; }
      @media (min-width: 641px) {
        .instagram-account-info--image img {
          height: auto;
          margin: 0; } }
  .instagram-account-info--content {
    vertical-align: text-bottom;
    width: calc(60% - 20px); }
    @media (min-width: 441px) {
      .instagram-account-info--content {
        width: calc(65% - 20px); } }
    @media (min-width: 641px) {
      .instagram-account-info--content {
        width: calc(70% - 20px); } }
  .instagram-account-info--name, .instagram-account-info--bio {
    font-family: "Roboto", sans-serif; }
  .instagram-account-info--name {
    color: #101623;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: normal;
    text-transform: none; }
    @media (min-width: 641px) {
      .instagram-account-info--name {
        font-size: 32px; } }
  .instagram-account-info--bio {
    color: #333;
    font-size: 13px;
    line-height: 20px; }
    .instagram-account-info--bio a {
      color: #003569;
      text-decoration: none; }
    @media (min-width: 641px) {
      .instagram-account-info--bio {
        font-size: 16px; } }

.about-us-paragraph {
  padding: 0 15px; }
  .about-us-paragraph a {
    color: #ff4c00; }
    .about-us-paragraph a:hover {
      color: #000; }

.about-us-content {
  padding-bottom: 10px; }
  .about-us-content p {
    font-size: 18px;
    line-height: 1.5; }
  .about-us-content-container {
    margin: 0 auto;
    max-width: 800px; }
  .about-us-content-left, .about-us-content-right {
    display: inline-block;
    padding: 15px;
    vertical-align: top;
    width: 100%; }
    @media (min-widuth: 701px) {
      .about-us-content-left, .about-us-content-right {
        width: calc(50% - 3px); } }
  .about-us-content-image {
    height: auto;
    width: 100%; }

.about-us-heading {
  font-family: "Tungsten", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1;
  padding: 20px 15px 0; }

.about-us-subheading {
  font-family: "Vitesse", sans-serif;
  color: #ff4c00;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  padding: 0 15px; }

.about-us-title {
  font-family: "Tungsten", sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 0; }

.about-us-author {
  color: #5d5d5d;
  font-family: "Tungsten", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
  padding-bottom: 10px; }

.about-full-width-img {
  height: auto;
  padding-bottom: 15px;
  width: 100%; }

.about-top-banner-img {
  height: auto;
  width: 100%; }

.warranty-page-text {
  text-align: left; }

#product_just_stars {
  margin-bottom: 10px; }
  #product_just_stars:empty {
    margin: 0; }
  #product_just_stars .on {
    filter: brightness(1); }
  #product_just_stars .ind_cnt {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 10px;
    vertical-align: top;
    width: auto; }
    #product_just_stars .ind_cnt a {
      color: #000; }
      #product_just_stars .ind_cnt a:hover {
        color: #fa4d09; }

.star_container {
  padding: 0.5rem 0; }
  .star_container:empty {
    padding: 0; }

.group-stars .on {
  filter: brightness(0); }

.section-feedback {
  padding: 1rem 0 2rem; }

/* HIDE MILITARY DISCOUNT HEADING */
.page-content--military-discount .page-heading,
.page-content--new-discounts-page .page-heading {
  display: none; }

@media screen and (max-width: 801px) {
  .discountCards {
    display: block !important; }
  .discountImage {
    width: 90% !important;
    margin-bottom: 20px !important; }
  .discountImage ul {
    min-height: unset !important; } }

/* PK300 LANDING PAGES */
.page-content--pk300af-graphite-landing-page .page-heading {
  display: none; }

/* HAPPIER CAMPER */
.page-content--happier-camper .page-heading {
  display: none; }

.page-content .page-content--centered .page-content--happier-camper {
  margin: 0 !important;
  padding: 0 !important; }

@media screen and (max-width: 1000px) {
  .heroCamper {
    background-position: -75px !important; } }

@media screen and (max-width: 700px) {
  .heroCamper {
    background-position: -235px !important; } }

/* PKTX RovR */
.page-content--pktx-rovr-giveaway .page-heading {
  display: none; }

.page-content .page-content--centered .page-content--pktx-rovr-giveaway {
  margin: 0 !important;
  padding: 0 !important; }

.containerMain {
  width: 100% !important;
  margin-top: -25px !important; }

@media screen and (max-width: 1000px) {
  .heroRovR {
    background-position: center center !important;
    height: 60vh !important; }
  img.midImages {
    padding: 80px 20px !important; }
  .goAnywhere img {
    padding: 100px 20px !important; } }

/* ASSEMBLY VIDEOS */
.videoRows {
  width: 90vw;
  display: inline-flex; }

.videoBlock {
  width: 50%; }

.videoBlock video {
  background-color: black; }

@media screen and (max-width: 901px) {
  .videoRows {
    display: block; }
  .videoBlock {
    width: 100%; }
  .page-content--assembly-videos {
    padding: 0 !important; } }

@media screen and (max-width: 500px) {
  .videoBlock video {
    width: 320px;
    height: 240px; }
  .videoRows {
    width: 100%; } }

/* WEIRD MARGIN ISSUE SHOWING UP FROM SOMEWHERE */
/* TWO PRODUCT DIMENSION IMAGES SIDE BY SIDE */
.twoImage {
  display: inline-block; }

.twoImage img {
  width: 40vw; }

/* PK300 GRILL SPECS */
.spec-details--system.pk300 {
  text-align: left !important; }

.spec-details--system.pk300 h2 {
  font-size: 40px; }

@media screen and (max-width: 801px) {
  .spec-details--system.pk300 {
    text-align: center !important;
    display: block !important; } }

/* PK300 DESCRIPTION SECTION */
.pk300Desc {
  background-color: #231f20;
  padding: 50px 125px 90px 125px;
  border-bottom: 4px solid #fa4d09; }

.pk300afDesc {
  background-color: #123820;
  padding: 50px 125px 90px 125px; }

.pk300Desc h4,
.pk300Desc h3,
.pk300afDesc h4,
.pk300afDesc h3 {
  font-family: 'Tungsten'; }

.pk300Desc h3,
.pk300afDesc h3 {
  font-size: 65px; }

.pk300Desc h4,
.pk300afDesc h4 {
  margin: -8px 0 0 0;
  font-size: 38px;
  letter-spacing: 1px;
  font-weight: 300; }

.pk300Desc p,
.pk300Desc li,
.pk300afDesc p,
.pk300afDesc li {
  font-family: 'Roboto Mono';
  font-size: 16px;
  color: white; }

.pk300Desc ul,
.pk300afDesc ul {
  margin-left: 1rem; }

.pk300Desc .topSection,
.pk300afDesc .topSection {
  padding: 0 10%; }

.pk300Desc hr,
.pk300afDesc hr {
  border-width: 2px 0 0; }

.pk300Desc .row,
.pk300afDesc .row {
  display: inline-flex;
  text-align: left;
  width: 90%; }

.pk300afSection {
  background-image: url("https://cdn11.bigcommerce.com/s-p5jjd/product_images/uploaded_images/abovebannerbg.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-flex;
  text-align: left;
  width: 100%; }

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  .pk300afSection {
    background-position: -250px; } }

.pk300afSection img {
  width: 100%;
  padding-bottom: 20px; }

.pkFranklin {
  width: 50%;
  background-color: #ffffff;
  padding: 40px;
  margin: 10% 10% 10% 52%; }

@media screen and (max-width: 1100px) {
  .pkFranklin {
    margin: 0; } }

@media screen and (max-width: 700px) {
  .pkFranklin {
    width: 80%;
    margin: 20% 10%; }
  .pk300afSection {
    background-position: -200px; } }

.pk300Desc .textSide,
.pk300afDesc .textSide {
  width: 60%; }

.pk300Desc .textSide hr,
.pk300afDesc .textSide hr {
  width: 10%;
  margin: 10px 0; }

.pk300Desc .imgSide,
.pk300afDesc .imgSide {
  width: 40%;
  padding-left: 20px; }

.pk300afSection .imgSide {
  background-color: #ffffff; }

.pk300Desc .imgSide p,
.pk300afDesc .imgSide p {
  padding: 10px 40px 0 0;
  font-size: 12px; }

@media screen and (max-width: 501px) {
  .pk300Desc,
  .pk300afDesc {
    padding: 20px !important; }
  .pk300Desc p,
  .pk300Desc li,
  .pk300afDesc p,
  .pk300afDesc li {
    font-family: 'Roboto Mono';
    font-size: 16px;
    color: white; }
  .pk300Desc .row,
  .pk300afDesc .row {
    display: block;
    margin: 0 auto; }
  .pk300Desc .topSection,
  .pk300afDesc .topSection {
    padding: 0; }
  .pk300Desc .textSide,
  .pk300Desc .imgSide,
  .pk300afDesc .textSide,
  .pk300afDesc .imgSide {
    width: 100%;
    padding: 0; }
  .pk300Desc .imgSide img,
  .pk300afDesc .imgSide img {
    margin-bottom: 10px; }
  .pk300Desc .textSide hr,
  .pk300afDesc .textSide hr {
    width: 30%;
    margin: 10px 0; } }

@media screen and (max-width: 900px) {
  .pk300Desc,
  .pk300afDesc {
    padding: 50px; }
  .pk300Desc p,
  .pk300Desc li,
  .pk300afDesc p,
  .pk300afDesc li {
    font-family: 'Roboto Mono';
    font-size: 16px;
    color: white; }
  .pk300Desc .row,
  .pk300afDesc .row {
    display: block;
    margin: 0 auto; }
  .pk300Desc .topSection,
  .pk300afDesc .topSection {
    padding: 0; }
  .pk300Desc .textSide,
  .pk300Desc .imgSide,
  .pk300afDesc .textSide,
  .pk300afDesc .imgSide {
    width: 100%;
    padding: 0; }
  .pk300Desc .imgSide img,
  .pk300afDesc .imgSide img {
    margin-bottom: 10px; }
  .pk300Desc .textSide hr,
  .pk300afDesc .textSide hr {
    width: 30%;
    margin: 10px 0; } }

body > div.body > div.content-section.content-section--better-than.content-section--dark > div > a.pk300:hover {
  background-color: #ffffff !important;
  color: #1a1a1a !important; }

.videoPK300,
.videoPK300af {
  margin-top: 5em; }

.videoPK300 video {
  width: 60vw; }

.videoPK300af iframe {
  max-width: 60vw; }

@media screen and (max-width: 801px) {
  .videoPK300 video {
    width: 100%; }
  .videoPK300af iframe {
    max-width: 90vw; }
  .videoPK300,
  .videoPK300af {
    margin-top: 3em; } }

.buyNowStrip {
  background-color: #FF4D00;
  padding: 20px 0;
  color: white;
  font-family: 'Tungsten';
  text-transform: uppercase;
  font-size: 36px;
  line-height: 56px;
  white-space: nowrap;
  letter-spacing: 1px;
  font-weight: bold;
  scroll-behavior: smooth !important;
  transition: background-color .3s ease,color .3s ease; }

.buyNowStrip:hover {
  background-color: #000; }

.moreRoom {
  padding-top: 10px; }

.holidayButton {
  text-decoration: underline !important; }

#holidayGrillInfo h3 {
  font-size: 2.5em;
  padding: 0 0 20px 0;
  scroll-margin-top: 50px; }

#holidayGrillInfo a {
  color: #fa4d09 !important; }

#holidayGrillInfo a:hover {
  color: #df2323 !important; }

#holidayGrillInfo img {
  width: 80vw; }

.productView[data-name*="QR"] h1[itemprop="name"],
.productView[data-name*="QR"] .productView-price,
.productView[data-name*="QR"] .productView-options {
  display: none; }

/* ADDRESS BUTTONS */
.form-actions {
  position: inherit !important; }

.panel-body {
  padding-bottom: 2rem !important; }

.address-title {
  font-size: 22px !important; }

@media (min-width: 551px) {
  .address button {
    margin-left: 0 !important; } }

/* MEMORIAL DAY SALE */
.price--discounted, .price--non-sale, .price--rrp, .price.slash {
  color: var(--pk-orange) !important; }

.price.slash {
  text-decoration: line-through; }

.msrp {
  text-decoration: line-through;
  color: #FA4D09; }

/* SAFARI ISSUE */
.slick-track {
  backface-visibility: visible !important;
  webkit-backface-visibility: visible !important; }

label.form-label:not(.form-label--alternate) {
  font-size: 14px; }

div.form-field[data-product-attribute="input-checkbox"] {
  margin-bottom: 5px;
  padding: 20px 0; }

form.form {
  padding-top: 0 !important; }

/* BUNDLE OPTIONS */
.productOptions-list {
  border: none; }
  .productOptions-list .productOptions-list-item {
    border-top: none;
    border-bottom: .5px solid #F0F0F0;
    padding: 5px 0; }
  .productOptions-list .productOptions-list-item:nth-of-type(9) {
    border-bottom: none; }
  .productOptions-list .productOptions-list-item-content {
    padding-left: 0 !important; }
  .productOptions-list .productOptions-list-item-content::after {
    display: none; }
  .productOptions-list .productOptions-list-item-figure {
    max-width: 6rem;
    width: 6rem;
    height: 5rem;
    object-fit: contain; }
  .productOptions-list li.productOptions-list-item:first-of-type {
    display: none; }
  .productOptions-list .form-label::before {
    display: none; }

/* BUNDLES PAGE ORDER */
li.product:has([data-name="PK300 The Whole Hog Bundle - Silver"]) {
  order: 0 !important; }

li.product:has([data-name="PK300 Start Cookin' Bundle - Silver"]) {
  order: 1 !important; }

li.product:has([data-name="PK360 The Whole Hog Bundle - Silver"]) {
  order: 2 !important; }

li.product:has([data-name="PK360 Start Cookin' Bundle - Graphite"]) {
  order: 3 !important; }

li.product:has([data-name="PK300AF The Whole Hog Bundle - Teal"]) {
  order: 4 !important; }

li.product:has([data-name="PK300AF Start Cookin' Bundle - Coal"]) {
  order: 5 !important; }

li.product:has([data-name="PKGO ProKit Bundle"]) {
  order: 6 !important; }

li.product:has([data-name="PK300 The Whole Hog Bundle - Graphite"]),
li.product:has([data-name="PK300 Start Cookin' Bundle - Graphite"]),
li.product:has([data-name="PK360 The Whole Hog Bundle - Graphite"]),
li.product:has([data-name="PK360 Start Cookin' Bundle - Silver"]),
li.product:has([data-name="PK300AF The Whole Hog Bundle - Coal"]),
li.product:has([data-name="PK300AF Start Cookin' Bundle - Teal"]) {
  display: none !important; }

/* BUNDLES PAGE CARDS */
form[data-list-name="Category: Bundles"] div.card-body > h4:nth-child(1),
article.card[data-product-category="Bundles"] div.card-body > h4:nth-child(1) {
  display: none !important; }

form[data-list-name="Category: Bundles"] .actionBar-sort,
article.card[data-product-category="Bundles"] .actionBar-sort {
  display: none !important; }

form[data-list-name="Category: Bundles"] .card-learn-more,
article.card[data-product-category="Bundles"] .card-learn-more {
  display: none; }

form[data-list-name="Category: Bundles"] .bundleButton,
article.card[data-product-category="Bundles"] .bundleButton {
  margin: 1em 0 !important;
  padding: 15px 40px !important;
  font-size: 36px !important;
  height: unset !important; }

form[data-list-name="Category: Bundles"] .bundleTitle a,
article.card[data-product-category="Bundles"] .bundleTitle a {
  color: var(--pk-orange);
  font-size: 40px;
  padding-top: 20px; }

@media screen and (max-width: 500px) {
  form[data-list-name="Category: Bundles"] .bundleTitle a,
  article.card[data-product-category="Bundles"] .bundleTitle a {
    font-size: 38px; } }

/* BANNER TEXT ALL BUNDLES PAGE */
/*pk300startsilver*/
li.product:has([data-name="PK300 Start Cookin' Bundle - Silver"])::before {
  /*content: 'Bundle Up & Save 20%';*/
  content: 'Save $148.00';
  font-family: Tungsten;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: #fa4d09; }

li.product:has([data-name="PK300 Start Cookin' Bundle - Silver"]) .card-text.card-text--price::after,
div[aria-label="PK300 Start Cookin' Bundle - Silver"] .css-13w78ue::before {
  content: '';
  color: #fa4d09;
  font-weight: 600; }

li.product:has([data-name="PK300 Start Cookin' Bundle - Silver"]) .card-img-container::before {
  content: url("");
  display: block;
  position: relative;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 110px;
  max-width: 110px;
  z-index: 99; }

/*pk300wholesilver*/
li.product:has([data-name="PK300 The Whole Hog Bundle - Silver"])::before {
  /*content: 'Bundle Up & Save 20%';*/
  content: 'Save $194.00';
  font-family: Tungsten;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: #fa4d09; }

li.product:has([data-name="PK300 The Whole Hog Bundle - Silver"]) .card-text.card-text--price::after,
div[aria-label="PK300 The Whole Hog Bundle - Silver"] .css-13w78ue::before {
  content: '';
  color: #fa4d09;
  font-weight: 600; }

li.product:has([data-name="PK300 The Whole Hog Bundle - Silver"]) .card-img-container::before {
  content: url("");
  display: block;
  position: relative;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 110px;
  max-width: 110px;
  z-index: 99; }

/*pk300startgraphite*/
li.product:has([data-name="PK300 Start Cookin' Bundle - Graphite"])::before {
  /*content: 'Bundle Up & Save 20%';*/
  content: 'Save $148.00';
  font-family: Tungsten;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: #fa4d09; }

li.product:has([data-name="PK300 Start Cookin' Bundle - Graphite"]) .card-text.card-text--price::after,
div[aria-label="PK300 Start Cookin' Bundle - Silver"] .css-13w78ue::before {
  content: '';
  color: #fa4d09;
  font-weight: 600; }

li.product:has([data-name="PK300 Start Cookin' Bundle - Graphite"]) .card-img-container::before {
  content: url("");
  display: block;
  position: relative;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 110px;
  max-width: 110px;
  z-index: 99; }

/*pk300wholegraphite*/
li.product:has([data-name="PK300 The Whole Hog Bundle - Graphite"])::before {
  /*content: 'Bundle Up & Save 20%';*/
  content: 'Save $194.00';
  font-family: Tungsten;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: #fa4d09; }

li.product:has([data-name="PK300 The Whole Hog Bundle - Graphite"]) .card-text.card-text--price::after,
div[aria-label="PK300 The Whole Hog Bundle - Silver"] .css-13w78ue::before {
  content: '';
  color: #fa4d09;
  font-weight: 600; }

li.product:has([data-name="PK300 The Whole Hog Bundle - Graphite"]) .card-img-container::before {
  content: url("");
  display: block;
  position: relative;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 110px;
  max-width: 110px;
  z-index: 99; }

/*pk360startgraphite*/
li.product:has([data-name="PK360 Start Cookin' Bundle - Graphite"])::before {
  /*content: 'Bundle Up & Save 20%';*/
  content: 'Save $140.00';
  font-family: Tungsten;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: #fa4d09; }

li.product:has([data-name="PK360 Start Cookin' Bundle - Graphite"]) .card-text.card-text--price::after,
div[aria-label="PK360 Start Cookin' Bundle - Graphite"] .css-13w78ue::before {
  content: '';
  color: #fa4d09;
  font-weight: 600; }

li.product:has([data-name="PK360 Start Cookin' Bundle - Graphite"]) .card-img-container::before {
  content: url("");
  display: block;
  position: relative;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 110px;
  max-width: 110px;
  z-index: 99; }

/*pk360startsilver*/
li.product:has([data-name="PK360 Start Cookin' Bundle - Silver"])::before {
  /*content: 'Bundle Up & Save 20%';*/
  content: 'Save $140.00';
  font-family: Tungsten;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: #fa4d09; }

li.product:has([data-name="PK360 Start Cookin' Bundle - Silver"]) .card-text.card-text--price::after,
div[aria-label="PK360 Start Cookin' Bundle - Silver"] .css-13w78ue::before {
  content: '';
  color: #fa4d09;
  font-weight: 600; }

li.product:has([data-name="PK360 Start Cookin' Bundle - Silver"]) .card-img-container::before {
  content: url("");
  display: block;
  position: relative;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 110px;
  max-width: 110px;
  z-index: 99; }

/*pk360wholegraphite*/
li.product:has([data-name="PK360 The Whole Hog Bundle - Graphite"])::before {
  /*content: 'Bundle Up & Save 20%';*/
  content: 'Save $226.00';
  font-family: Tungsten;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: #fa4d09; }

li.product:has([data-name="PK360 The Whole Hog Bundle - Graphite"]) .card-text.card-text--price::after,
div[aria-label="PK360 The Whole Hog Bundle - Graphite"] .css-13w78ue::before {
  content: '';
  color: #fa4d09;
  font-weight: 600; }

li.product:has([data-name="PK360 The Whole Hog Bundle - Graphite"]) .card-img-container::before {
  content: url("");
  display: block;
  position: relative;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 110px;
  max-width: 110px;
  z-index: 99; }

/*pk360wholesilver*/
li.product:has([data-name="PK360 The Whole Hog Bundle - Silver"])::before {
  /*content: 'Bundle Up & Save 20%';*/
  content: 'Save $226.00';
  font-family: Tungsten;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: #fa4d09; }

li.product:has([data-name="PK360 The Whole Hog Bundle - Silver"]) .card-text.card-text--price::after,
div[aria-label="PK360 The Whole Hog Bundle - Silver"] .css-13w78ue::before {
  content: '';
  color: #fa4d09;
  font-weight: 600; }

li.product:has([data-name="PK360 The Whole Hog Bundle - Silver"]) .card-img-container::before {
  content: url("");
  display: block;
  position: relative;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 110px;
  max-width: 110px;
  z-index: 99; }

/*pk300afstartcoal*/
li.product:has([data-name="PK300AF Start Cookin' Bundle - Coal"])::before {
  /*content: 'Bundle Up & Save 20%';*/
  content: 'Save $212.00';
  font-family: Tungsten;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: #fa4d09; }

li.product:has([data-name="PK300AF Start Cookin' Bundle - Coal"]) .card-text.card-text--price::after,
div[aria-label="PK300AF Start Cookin' Bundle - Coal"] .css-13w78ue::before {
  content: '';
  color: #fa4d09;
  font-weight: 600; }

li.product:has([data-name="PK300AF Start Cookin' Bundle - Coal"]) .card-img-container::before {
  content: url("");
  display: block;
  position: relative;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 110px;
  max-width: 110px;
  z-index: 99; }

/*pk300afstartteal*/
li.product:has([data-name="PK300AF Start Cookin' Bundle - Teal"])::before {
  /*content: 'Bundle Up & Save 20%';*/
  content: 'Save $212.00';
  font-family: Tungsten;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: #fa4d09; }

li.product:has([data-name="PK300AF Start Cookin' Bundle - Teal"]) .card-text.card-text--price::after,
div[aria-label="PK300AF Start Cookin' Bundle - Teal"] .css-13w78ue::before {
  content: '';
  color: #fa4d09;
  font-weight: 600; }

li.product:has([data-name="PK300AF Start Cookin' Bundle - Teal"]) .card-img-container::before {
  content: url("");
  display: block;
  position: relative;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 110px;
  max-width: 110px;
  z-index: 99; }

/*pk300afwholecoal*/
li.product:has([data-name="PK300AF The Whole Hog Bundle - Coal"])::before {
  /*content: 'Bundle Up & Save 20%';*/
  content: 'Save $258.00';
  font-family: Tungsten;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: #fa4d09; }

li.product:has([data-name="PK300AF The Whole Hog Bundle - Coal"]) .card-text.card-text--price::after,
div[aria-label="PK300AF The Whole Hog Bundle - Coal"] .css-13w78ue::before {
  content: '';
  color: #fa4d09;
  font-weight: 600; }

li.product:has([data-name="PK300AF The Whole Hog Bundle - Coal"]) .card-img-container::before {
  content: url("");
  display: block;
  position: relative;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 110px;
  max-width: 110px;
  z-index: 99; }

/*pk300afwholeteal*/
li.product:has([data-name="PK300AF The Whole Hog Bundle - Teal"])::before {
  /*content: 'Bundle Up & Save 20%';*/
  content: 'Save $258.00';
  font-family: Tungsten;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: #fa4d09; }

li.product:has([data-name="PK300AF The Whole Hog Bundle - Teal"]) .card-text.card-text--price::after,
div[aria-label="PK300AF The Whole Hog Bundle - Teal"] .css-13w78ue::before {
  content: '';
  color: #fa4d09;
  font-weight: 600; }

li.product:has([data-name="PK300AF The Whole Hog Bundle - Teal"]) .card-img-container::before {
  content: url("");
  display: block;
  position: relative;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 110px;
  max-width: 110px;
  z-index: 99; }

/*pkgoprokit*/
li.product:has([data-name="PKGO ProKit Bundle"])::before {
  /*content: 'Bundle Up & Save 20%';*/
  content: 'Save $139.00';
  font-family: Tungsten;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: #fa4d09; }

li.product:has([data-name="PKGO ProKit Bundle"]) .card-text.card-text--price::after,
div[aria-label="PKGO ProKit Bundle"] .css-13w78ue::before {
  content: '';
  color: #fa4d09;
  font-weight: 600; }

/* BANNER TEXT ALL GRIDDLES PAGE */
form[data-list-name="Category: Griddles"] li.product::before {
  font-family: Tungsten;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: #353535; }

/* ALL ACCESSORIES */
form[data-list-name="Category: Accessories"] li.product .card-img-container::before,
.page-type_search article.card[data-product-category*="Accessories"] .card-img-container::before {
  content: url("");
  display: block;
  position: relative;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 110px;
  max-width: 110px !important;
  z-index: 99; }

li.product:has(article.card[data-product-category*="Accessories"])::before,
li.product:has(article.card[data-product-category*="Gear"])::before {
  content: '';
  font-family: Tungsten;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: #00aede; }

/* ALL GRILLS PAGE CARD ORDER */
li.product[data-product-name="the-pk360-grill-smoker-graphite"] {
  order: 0 !important; }

li.product[data-product-name="the-all-new-original-pk300-grill-smoker-pk-classic-silver"] {
  order: 1 !important; }

li.product[data-product-name="the-all-new-original-pk300af-grill-smoker-teal"] {
  order: 2 !important; }

li.product[data-product-name="pkgo-w-flipkit"] {
  order: 3 !important; }

li.product[data-product-name="pkgo-hibachi"] {
  order: 4 !important; }

/* BANNER TEXT ALL GRILLS PAGE */
/*pk360 silver*/
li.product[data-product-name="the-pk360-grill-smoker-classic-silver"]::before {
  content: '';
  font-family: Tungsten;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: #fa4d09;
  /*#00683c;*/ }

li.product[data-product-name="the-pk360-grill-smoker-classic-silver"] .card-text.card-text--price::after {
  content: '';
  color: #fa4d09; }

/*li.product[data-product-name="the-pk360-grill-smoker-classic-silver"] .price.price--withoutTax {
    text-decoration: line-through;
    color: black!important;
}*/
li.product[data-product-name="the-pk360-grill-smoker-classic-silver"] .card-img-container::before {
  content: url("");
  display: block;
  position: relative;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 110px;
  max-width: 110px !important;
  z-index: 99; }

/*pk360 graphite*/
li.product[data-product-name="the-pk360-grill-smoker-graphite"]::before {
  content: '';
  font-family: Tungsten;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: #fa4d09;
  /*#00683c;*/ }

li.product[data-product-name="the-pk360-grill-smoker-graphite"] .card-text.card-text--price::after {
  content: '';
  color: #fa4d09; }

/*li.product[data-product-name="the-pk360-grill-smoker-graphite"] .price.price--withoutTax {
    text-decoration: line-through;
    color: black!important;
}*/
li.product[data-product-name="the-pk360-grill-smoker-graphite"] .card-img-container::before {
  content: url("");
  display: block;
  position: relative;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 110px;
  max-width: 110px !important;
  z-index: 99; }

/*pkar*/
li.product[data-product-name="the-original-pk-grill-smoker-classic-silver"]::before {
  content: '';
  font-family: Tungsten;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: #00683c; }

li.product[data-product-name="the-original-pk-grill-smoker-classic-silver"] .card-text.card-text--price::after {
  content: '';
  color: #fa4d09; }

/*li.product[data-product-name="the-original-pk-grill-smoker-classic-silver"] .price.price--withoutTax {
    text-decoration: line-through;
    color: black!important;
}*/
li.product[data-product-name="the-original-pk-grill-smoker-classic-silver"] .card-img-container::before {
  content: url("");
  display: block;
  position: relative;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 110px;
  max-width: 110px !important;
  z-index: 99; }

/*hibachi*/
li.product[data-product-name="pkgo-hibachi"]::before {
  content: '';
  font-family: Tungsten;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: #00aede; }

li.product[data-product-name="pkgo-hibachi"] .card-text.card-text--price::after {
  content: '';
  color: #fa4d09; }

/*li.product[data-product-name="pkgo-hibachi"] .price.price--withoutTax {
    text-decoration: line-through;
    color: black!important;
}*/
li.product[data-product-name="pkgo-hibachi"] .card-img-container::before {
  content: url("");
  display: block;
  position: relative;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 110px;
  max-width: 110px !important;
  z-index: 99; }

/*pkgo*/
li.product[data-product-name="pkgo-w-flipkit"]::before {
  content: '';
  font-family: Tungsten;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: #fa4d09; }

li.product[data-product-name="pkgo-w-flipkit"] .card-text.card-text--price::after {
  content: '';
  color: #fa4d09; }

/*li.product[data-product-name="pkgo-w-flipkit"] .price.price--withoutTax {
    text-decoration: line-through;
    color: black!important;
}*/
li.product[data-product-name="pkgo-w-flipkit"] .card-img-container::before {
  content: url("");
  display: block;
  position: relative;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 110px;
  max-width: 110px;
  z-index: 99; }

/*pk300 silver*/
li.product[data-product-name="the-all-new-original-pk300-grill-smoker-pk-classic-silver"]::before {
  content: '';
  font-family: Tungsten;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: #00683c; }

li.product[data-product-name="the-all-new-original-pk300-grill-smoker-pk-classic-silver"] .card-text.card-text--price::after {
  content: '';
  color: #fa4d09; }

/*li.product[data-product-name="the-all-new-original-pk300-grill-smoker-pk-classic-silver"] .price.price--withoutTax {
    text-decoration: line-through;
    color: black!important;
}*/
li.product[data-product-name="the-all-new-original-pk300-grill-smoker-pk-classic-silver"] .card-img-container::before {
  content: url("");
  display: block;
  position: relative;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 110px;
  max-width: 110px !important;
  z-index: 99; }

/*pk300 graphite*/
li.product[data-product-name="the-all-new-original-pk300-grill-smoker-graphite"]::before {
  content: '';
  font-family: Tungsten;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: #fa4d09;
  /*#00683c;*/ }

li.product[data-product-name="the-all-new-original-pk300-grill-smoker-graphite"] .card-text.card-text--price::after {
  content: '';
  color: #fa4d09; }

/*li.product[data-product-name="the-all-new-original-pk300-grill-smoker-graphite"] .price.price--withoutTax {
    text-decoration: line-through;
    color: black!important;
}*/
li.product[data-product-name="the-all-new-original-pk300-grill-smoker-graphite"] .card-img-container::before {
  content: url("");
  display: block;
  position: relative;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 110px;
  max-width: 110px !important;
  z-index: 99; }

/*pktx*/
li.product[data-product-name="the-original-pktx-grill-smoker-classic-silver"]::before {
  content: '';
  font-family: Tungsten;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: #353535; }

/*li.product[data-product-name="the-original-pktx-grill-smoker-classic-silver"] .card-text.card-text--price::after {
    content: '$487.49';
    color: #fa4d09;
}
li.product[data-product-name="the-original-pktx-grill-smoker-classic-silver"] .price.price--withoutTax {
    text-decoration: line-through;
}*/
/*li.product[data-product-name="the-original-pktx-grill-smoker-classic-silver"] .card-img-container::before {
                        content: url('https://www.pkgrills.com/content/DotWack_Charcoal_Basket-02.svg');
                        display: block;
                        position: relative;
                        position: absolute;
                        bottom: 10px;
                        right: 10px;
                        width: 110px;
                        max-width: 110px;
                        z-index: 99;
                    }*/
/*pk300afCoal*/
li.product[data-product-name="the-all-new-original-pk300af-grill-smoker-coal"]::before {
  content: '';
  font-family: Tungsten;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: #fa4d09; }

li.product[data-product-name="the-all-new-original-pk300af-grill-smoker-coal"] .card-text.card-text--price::after {
  content: '';
  color: #fa4d09; }

/*li.product[data-product-name="the-all-new-original-pk300af-grill-smoker-coal"] .price.price--withoutTax {
    text-decoration: line-through;
    color: black!important;
}*/
li.product[data-product-name="the-all-new-original-pk300af-grill-smoker-coal"] .card-img-container::before {
  content: url("");
  display: block;
  position: relative;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 110px;
  max-width: 110px !important;
  z-index: 99; }

/*pk300afTeal*/
li.product[data-product-name="the-all-new-original-pk300af-grill-smoker-teal"]::before {
  content: '';
  font-family: Tungsten;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  background: #fa4d09; }

li.product[data-product-name="the-all-new-original-pk300af-grill-smoker-teal"] .card-text.card-text--price::after {
  content: '';
  color: #fa4d09; }

/*li.product[data-product-name="the-all-new-original-pk300af-grill-smoker-teal"] .price.price--withoutTax {
    text-decoration: line-through;
    color: black!important;
}*/
li.product[data-product-name="the-all-new-original-pk300af-grill-smoker-teal"] .card-img-container::before {
  content: url("");
  display: block;
  position: relative;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 110px;
  max-width: 110px !important;
  z-index: 99; }

/* GRILLS BUTTONS */
a.grillButton.button.button--small.button--primary,
a.grillButton.button.button--small.button--dark {
  margin: 1em 0 !important;
  padding: 15px 40px !important;
  font-size: 36px !important;
  height: unset !important; }

/* GRIDDLES HOLIDAY MESSAGE 
form[data-list-name="Category: Cooking Surfaces and Grates"] li.product:nth-child(11)::before,
form[data-list-name="Category: Cooking Surfaces and Grates"] li.product:nth-child(12)::before,
form[data-list-name="Category: Cooking Surfaces and Grates"] li.product:nth-child(14)::before,
form[data-list-name="Category: Cooking Surfaces and Grates"] li.product:nth-child(16)::before,
form[data-list-name="Category: Cooking Surfaces and Grates"] li.product:nth-child(17)::before {
    content: 'Holiday Deal: Click to Save 25%';
    font-family: Tungsten;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    background: red;
}
*/
/* BUNDLES PAGE INCLUDES TABS */
.tabpanel-includes {
  padding-top: 0; }

a.includes {
  font-family: "Roboto Mono", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000;
  padding: 20px 0;
  width: 100%;
  max-width: 100vw;
  position: relative;
  display: block; }

.includesDescTee {
  font-family: Tungsten;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--pk-orange);
  height: 30px;
  width: 100%;
  max-width: 100vw; }

a.includes span i {
  position: absolute;
  top: 20px;
  right: 0; }

.includesDesc .includesTitle {
  font-size: 14px;
  font-weight: 600; }

.includesDesc .includesText {
  font-size: 14px; }

img.includes-image {
  max-width: 100px; }

.container.includes {
  display: table;
  border-bottom: 0.5px solid #f0f0f0;
  padding: 5px 0; }

.includesDesc {
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

.includesDesc p {
  margin-bottom: 5px; }

.productOptions-list-item-image {
  max-width: 6rem;
  width: 6rem;
  height: 5rem;
  object-fit: contain; }

@media (max-width: 500px) {
  a.includes {
    text-align: left !important; } }

/* GEAR CATEGORY CARD ORDER */
form[data-list-name="Category: Gear"] li.product:has([data-name="PK Grills Hedley & Bennett Apron"]) {
  order: 0 !important; }

form[data-list-name="Category: Gear"] li.product:has([data-name="Team PK Sweatshirt"]) {
  order: 1 !important; }

form[data-list-name="Category: Gear"] li.product:has([data-name="PK Grills Pig Tee Shirt in Green"]) {
  order: 2 !important; }

form[data-list-name="Category: Gear"] li.product:has([data-name="Grey Logo Tee "]) {
  order: 2 !important; }

form[data-list-name="Category: Gear"] li.product:has([data-name="Portable Beer Drink Koozie (set of 2)"]) {
  order: 2 !important; }

form[data-list-name="Category: Gear"] li.product:has([data-name="PK Branded YETI 20oz Rambler with Lid"]) {
  order: 2 !important; }

form[data-list-name="Category: Gear"] li.product:has([data-name="PK Grills Sticker Bundle"]) {
  order: 2 !important; }

form[data-list-name="Category: Gear"] li.product:has([data-name="Team PK Sticker 5-Pack"]) {
  order: 2 !important; }

form[data-list-name="Category: Gear"] li.product:has([data-name="Original PK 20oz Insulated Tumbler with Lid"]) {
  order: 2 !important; }

form[data-list-name="Category: Gear"] li.product:has([data-name="PK Logo Hat Black"]) {
  order: 2 !important; }

form[data-list-name="Category: Gear"] li.product:has([data-name="Team PK Woven Patch - Iron On"]) {
  order: 2 !important; }

form[data-list-name="Category: Gear"] li.product:has([data-name="Team PK Tee - Black Steer"]) {
  order: 2 !important; }

form[data-list-name="Category: Gear"] li.product:has([data-name="Team PK Hat"]) {
  order: 2 !important; }

form[data-list-name="Category: Gear"] li.product:has([data-name="PK Grills Battle Flag"]) {
  order: 2 !important; }

form[data-list-name="Category: Gear"] li.product:has([data-name="Team PK Banner"]) {
  order: 2 !important; }

form[data-list-name="Category: Gear"] li.product:has([data-name="Team PK Large Sticker"]) {
  order: 2 !important; }

form[data-list-name="Category: Gear"] li.product:has([data-name="PK Logo Large Sticker"]) {
  order: 2 !important; }

form[data-list-name="Category: Gear"] li.product:has([data-name="Team PK EZ-Up Tent"]) {
  order: 2 !important; }

/* HOLIDAY GIFT GUIDE CARD ORDER */
form[data-list-name="Category: Holiday Gift Guide"] li.product:has([data-name="The PK360 Grill & Smoker - Graphite"]) {
  order: 1 !important; }

form[data-list-name="Category: Holiday Gift Guide"] li.product:has([data-name="The PK360 Grill & Smoker - Classic Silver"]) {
  order: 2 !important; }

form[data-list-name="Category: Holiday Gift Guide"] li.product:has([data-name="PK360 Carbon Steel Griddle"]) {
  order: 3 !important; }

form[data-list-name="Category: Holiday Gift Guide"] li.product:has([data-name="PK300 Carbon Steel Griddle"]) {
  order: 4 !important; }

form[data-list-name="Category: Holiday Gift Guide"] li.product:has([data-name="PK Grills Hedley & Bennett Apron"]) {
  order: 5 !important; }

form[data-list-name="Category: Holiday Gift Guide"] li.product:has([data-name="Team PK Sweatshirt"]) {
  order: 6 !important; }

form[data-list-name="Category: Holiday Gift Guide"] li.product:has([data-name="The All New Original PK300 Grill & Smoker - Graphite"]) {
  order: 7 !important; }

form[data-list-name="Category: Holiday Gift Guide"] li.product:has([data-name="The All New Original PK300 Grill & Smoker - PK Classic Silver"]) {
  order: 8 !important; }

form[data-list-name="Category: Holiday Gift Guide"] li.product:has([data-name="The All New Original PK300AF Grill & Smoker - Teal"]) {
  order: 9 !important; }

form[data-list-name="Category: Holiday Gift Guide"] li.product:has([data-name="The All New Original PK300AF Grill & Smoker - Coal"]) {
  order: 10 !important; }

form[data-list-name="Category: Holiday Gift Guide"] li.product:has([data-name="Portable Beer Drink Koozie (set of 2)"]) {
  order: 11 !important; }

form[data-list-name="Category: Holiday Gift Guide"] li.product:has([data-name="The Durable Teak Cutting Board"]) {
  order: 12 !important; }

form[data-list-name="Category: Holiday Gift Guide"] li.product:has([data-name="The Littlemore Grid for PK Grills"]) {
  order: 13 !important; }

form[data-list-name="Category: Holiday Gift Guide"] li.product:has([data-name="PK Logo Hat Black"]) {
  order: 14 !important; }

form[data-list-name="Category: Holiday Gift Guide"] li.product:has([data-name="E-Gift Certificate"]) {
  order: 0 !important; }

form[data-list-name="Category: Holiday Gift Guide"] li.product:has([data-name="Original PK 20oz Insulated Tumbler with Lid"]) {
  order: 15 !important; }

form[data-list-name="Category: Holiday Gift Guide"] li.product:has([data-name="PK Butcher Paper"]) {
  order: 16 !important; }

/* BANNER TEXT HOLIDAY GIFT GUIDE PAGE */
/*grills dotwack*/
/*li.product article[data-product-category="Grills, Holiday Gift Guide"]::before {
    content: '';
    font-family: Tungsten;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    background:  #00aede;
    }
    li.product article[data-product-category="Grills, Holiday Gift Guide"] .card-text.card-text--price::after {
        content: '$779.99';
        color: #fa4d09;
    }
    li.product article[data-product-category="Grills, Holiday Gift Guide"] .price.price--withoutTax {
        text-decoration: line-through;
    }
    li.product article[data-product-category="Grills, Holiday Gift Guide"] .card-img-container::before {
                            content: url('');
                            display: block;
                            position: relative;
                            position: absolute;
                            bottom: 10px;
                            right: 10px;
                            width: 110px;
                            max-width: 110px!important;
                            z-index: 99;
                        }
                        */
/*pk360li.product:has(article[data-name="The PK360 Grill & Smoker - Classic Silver"])::before,
   /* li.product:has(article[data-name="The PK360 Grill & Smoker - Graphite"])::before {
content: 'Save $600';
font-family: Tungsten;
font-size: 23px;
font-weight: 600;
letter-spacing: .05em;
text-transform: uppercase;
color: #fff;
background:  #00aede;
   }
    /*pk300 li.product:has(article[data-name="The All New Original PK300 Grill & Smoker - Graphite"])::before,
    li.product:has(article[data-name="The All New Original PK300 Grill & Smoker - PK Classic Silver"])::before {
content: 'Save $420';
font-family: Tungsten;
font-size: 23px;
font-weight: 600;
letter-spacing: .05em;
text-transform: uppercase;
color: #fff;
background:  #00aede;
}
    
    /*pk300af li.product:has(article[data-name="The All New Original PK300AF Grill & Smoker - Teal"])::before,
 li.product:has(article[data-name="The All New Original PK300AF Grill & Smoker - Coal"])::before {
content: 'Save $475';
font-family: Tungsten;
font-size: 23px;
font-weight: 600;
letter-spacing: .05em;
text-transform: uppercase;
color: #fff;
background:  #00aede;
}
    
    li.product:has([data-name="E-Gift Certificate"]) span.price.price--withoutTax::before {
        content: 'From ';
    }
    li.product:has([data-name="E-Gift Certificate"]) span.price.price--withoutTax::after {
        content: ' to $1,000';
    }
}
*/
/* ASSEMBLY VIDEOS PAGE */
.page-content--videotest h1.page-heading,
.page-content--assembly-videos h1.page-heading {
  display: none; }

.page-content--videotest h2.page-heading,
.page-content--assembly-videos h2.page-heading {
  margin: 2rem 0 0 0; }

ul.videoList {
  display: flex;
  justify-content: center;
  grid-gap: 40px;
  margin: 0 auto; }
  ul.videoList li {
    list-style: none;
    text-transform: uppercase;
    font-family: 'Tungsten', sans-serif;
    font-size: 25px;
    column-gap: 40px;
    font-weight: 600;
    letter-spacing: .05em; }

.videoMenu {
  background-color: white;
  position: sticky;
  top: 72.5px;
  z-index: 101; }

#assemblyVideos,
#grillWalkthroughs,
#pkEdu,
#otherGood {
  scroll-margin-top: 8rem; }

#assemblyVideos .page-heading,
#grillWalkthroughs .page-heading,
#pkEdu .page-heading,
#otherGood .page-heading {
  text-decoration: underline;
  padding-bottom: 40px; }

#assemblyVideos .videoBlock,
#grillWalkthroughs .videoBlock,
#pkEdu .videoBlock,
#otherGood .videoBlock {
  padding-bottom: 20px; }

.page-content--videotest .videoRows,
.page-content--assembly-videos .videoRows {
  display: flex !important;
  gap: 10px; }

#grillWalkthroughs,
#pkEdu,
#otherGood {
  padding-top: 2em; }

.videoBlock h3 {
  min-height: 90px; }
  @media screen and (max-width: 920px) {
    .videoBlock h3 .videoBlock h3 {
      min-height: 110px; } }

@media screen and (max-width: 850px) {
  .page-content--videotest .videoRows,
  .page-content--assembly-videos .videoRows {
    display: block !important; }
  #assemblyVideos .page-heading,
  #grillWalkthroughs .page-heading,
  #pkEdu .page-heading,
  #otherGood .page-heading {
    padding-bottom: 20px; }
  #grillWalkthroughs,
  #pkEdu,
  #otherGood {
    padding-top: 1em; }
  .page-content--videotest .videoBlock h3,
  .page-content--assembly-videos .videoBlock h3 {
    min-height: 50px !important;
    margin: 20px auto; }
  ul.videoList {
    grid-gap: 20px !important; }
  .page-content--videotest .page-heading,
  .page-content--assembly-videos .page-heading {
    font-size: 60px; } }

@media screen and (max-width: 500px) {
  .videoMenu {
    display: none; }
  .page-content--videotest .videoRows,
  .page-content--assembly-videos .videoRows {
    display: block !important; }
  .page-content--videotest iframe,
  .page-content--assembly-videos iframe {
    width: 80vw !important; }
  #assemblyVideos .page-heading,
  #grillWalkthroughs .page-heading,
  #pkEdu .page-heading,
  #otherGood .page-heading {
    padding-bottom: 20px; }
  #grillWalkthroughs,
  #pkEdu,
  #otherGood {
    padding-top: 1em; }
  .page-content--videotest .videoBlock h3,
  .page-content--assembly-videos .videoBlock h3 {
    font-size: 30px;
    min-height: 50px; }
  .page-content--videotest .page-heading,
  .page-content--assembly-videos .page-heading {
    font-size: 40px; } }

/* GIFT CERTIFICATES */
.page-type_giftcertificates .column1 {
  width: 58vw;
  max-width: 750px; }

.page-type_giftcertificates .page-content {
  background: url("https://cdn11.bigcommerce.com/s-p5jjd/images/stencil/original/image-manager/pkcardwide.png?t=1671489587&_gl=1*v33jkf*_ga*MjAyODU5ODIzLjE2MTcwNjg1MDc.*_ga_WS2VZYPC6G*MTY3MTU3MzQzNS41MjguMS4xNjcxNTc0NTg2LjQ0LjAuMA..");
  background-size: 700px;
  background-position: center right;
  background-repeat: no-repeat; }

@media screen and (max-width: 850px) {
  .page-type_giftcertificates .page-content {
    background: none; }
  .page-type_giftcertificates .column1 {
    width: 100%; } }

#gift-certificate-form > div:nth-child(3) > fieldset:nth-child(1) > .form-field,
#gift-certificate-form > div:nth-child(3) > fieldset:nth-child(2) > .form-field:nth-child(1) {
  padding: 0 !important; }

#gift-certificate-form > div:nth-child(3) > fieldset:nth-child(2) > div.form-field.form-field-group {
  padding: 2px 10px;
  border-radius: 0; }

#gift-certificate-form > div:nth-child(2) > .form-field {
  margin: 0 0 1.2rem; }

#gift-certificate-form .form-input:not(#message) {
  height: 2.2rem !important; }

#gift-certificate-form > div:nth-child(3) > fieldset:nth-child(2) > div.form-field.form-field-group.form-field--error > span {
  padding-bottom: 10px; }

/* FAQs PAGE */
.page-content--faqs .spec-details {
  display: flex;
  gap: 40px;
  text-align: center;
  padding: 40px; }

.page-content--faqs .spec-details--system {
  width: 50%;
  display: inline-grid; }

.page-content--faqs .spec-details--direct,
.page-content--faqs .spec-details--indirect {
  width: 25%; }

.page-content--faqs .spec-details--direct a,
.page-content--faqs .spec-details--indirect a {
  font-size: 21px;
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
  margin: 2rem auto 1rem;
  max-width: 285px; }

.page-content--faqs a:visited {
  color: var(--pk-orange); }

.page-content--faqs a:active,
.page-content--faqs a:focus {
  color: gray; }

@media screen and (max-width: 750px) {
  .page-content--faqs .spec-details--direct,
  .page-content--faqs .spec-details--indirect,
  .page-content--faqs .spec-details--system {
    width: 100%;
    gap: 50px; }
  .page-content--faqs .spec-details {
    padding: 10px;
    justify-content: center;
    flex-wrap: wrap; }
  .page-content--faqs .spec-details--direct .button,
  .page-content--faqs .spec-details--indirect .button {
    width: 90%; }
  .page-content--faqs .spec-details--direct img,
  .page-content--faqs .spec-details--indirect img {
    max-width: 50%; } }

@media screen and (max-width: 850px) {
  .page-content--faqs .spec-details--direct a,
  .page-content--faqs .spec-details--indirect a {
    font-size: 18px; } }

.which-pk-item.pk300af > a > img {
  width: 242px !important;
  height: 242px !important;
  object-fit: contain !important;
  object-position: bottom center !important; }

/* MOBILE CAROUSEL SLIDE IMAGES */
@media screen and (max-width: 551px) {
  /* ONE SLIDE ONLY */
  /* section.heroCarousel.slick-initialized.slick-slider > div > div > a > div > div > img {
        content: url('https://cdn11.bigcommerce.com/s-p5jjd/images/stencil/original/image-manager/12.22.postchristmas-deal-mobile.gif?t=1703725042');
    }*/
  /*  .slick-track:has(#slick-slide01) {
        background: #E81B16!important;
    }*/
  .slick-slide img {
    min-height: 675px !important; }
  /*#slick-slide03 > div > div > img  {
        content: url('https://cdn11.bigcommerce.com/s-p5jjd/images/stencil/original/image-manager/father-s-day-banner-mobile.gif')!important;
        }
            
     #slick-slide00 > div > div > img  {
       content: url('https://cdn11.bigcommerce.com/s-p5jjd/images/stencil/original/image-manager/pk-father-s-day-pk300-mobile.gif')!important;
        } 
        */
  #slick-slide01 > div > div > img {
    content: url("https://cdn11.bigcommerce.com/s-p5jjd/images/stencil/original/image-manager/built-to-cook-mobile.jpg") !important; }
  #slick-slide00 > div > div > img {
    content: url("https://cdn11.bigcommerce.com/s-p5jjd/images/stencil/original/image-manager/70-years-mobile.jpg") !important; }
  #slick-slide02 > div > div > img {
    content: url("https://cdn11.bigcommerce.com/s-p5jjd/images/stencil/original/image-manager/testimonial-banner-mobile.jpg") !important; }
  .heroCarousel {
    height: auto !important; }
  .heroCarousel-image-wrapper {
    height: auto !important; }
  .heroCarousel .slick-dots {
    bottom: 5px !important; } }

/*  WEIRD SIZING ISSUE SINGLE CAROUSEL IMAGE 
@media screen and (min-width: 1290px) {
    .slick-slider > div > div > a > div > div > img {
        margin: 0 auto;
        max-width: 1290px;
    }
    .slick-slider > div > div > a > div > div {
        background: #BF4025;
    }
}*/
@media (min-width: 801px) {
  .heroCarousel-slide .heroCarousel-image {
    max-height: 62.5rem; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 62.5rem; } }

/* AFFIRM */
.affirm > p {
  font-weight: bold !important;
  font-size: 1.1em !important; }

.affirmNoShow {
  display: none !important;
  height: 0 !important; }

.catStyle {
  font-size: 14px !important;
  text-align: center !important;
  max-width: 80% !important;
  margin: 0 auto 20px auto !important; }

.priceCatStyle {
  height: 1px !important; }

.affirm-as-low-as {
  margin-top: 20px; }

/* COUPON CODE DISCLAIMER */
ul.cart-totals::after {
  content: '*Codes cannot be stacked';
  font-style: italic;
  font-size: 12px;
  font-family: 'Roboto mono';
  color: #000000; }

@media screen and (max-width: 800px) {
  .couponMsg {
    max-width: 80vw !important; } }

/* NEW VERSION TEXT ON PKAR PAGE */
.newVersion {
  margin: 2rem 0;
  color: var(--pk-orange);
  font-weight: 800;
  font-size: 14px; }

.newVersion a {
  text-decoration: underline;
  text-decoration-thickness: 1.5px; }

.newVersion a:hover {
  color: black; }

@media screen and (max-width: 900px) {
  max-width: 50vw !important; }

@media screen and (max-width: 500px) {
  .contactImg {
    max-width: 90vw !important;
    float: none !important;
    margin: 0 auto !important; } }

/* CONTACT PAGE IMAGE */
@media screen and (max-width: 1090px) {
  .contactImg {
    max-width: 100% !important;
    float: unset !important;
    padding: 0 0 20px 0 !important; } }

/* FREE SHIPPING & WARRANTY */
.productView-options.freeShip #freeShip::after {
  background-image: url(https://www.pkgrills.com/content/warrantyLogo.svg);
  background-size: 120px;
  display: inline-block;
  width: 100%;
  max-width: 450px;
  height: 80px;
  content: url(https://www.pkgrills.com/content/shippingIcon.svg);
  background-repeat: no-repeat;
  margin: 20px 0;
  padding-top: 10px;
  padding-left: 140px;
  font-family: Tungsten;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .5px;
  white-space: nowrap; }

/*.productView-options.freeShip #freeShip::before {
    background-image: url(https://www.pkgrills.com/content/Star.svg);
    background-size: contain;
    display: flex;
    height: 30px;
    align-items: center;
    content: 'In-stock and ready to ship';
    background-repeat: no-repeat;
    margin: 20px 0 0 0;
    padding-top: 5px;
    padding-left: 40px;
    color: #fa4d09;
    font-family: 'Vitesse';
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    
        @media screen and (max-width: 769px) {
            
        }
}*/
.productView[data-product-category*="Accessories"] #freeShip {
  display: none !important; }

@media screen and (max-width: 801px) {
  #afffirm-promo-box {
    text-align: center; } }

/* NATIVE RECOMMENDER 

.native .bundle-content-product {
display: inline-flex;
    flex-direction: column;
}
.native .bundle-content-product div.content-wrapper {
display: flex;
    flex-direction: column;
    justify-content: right;
}
.native .list-product-together {
    flex-direction: column;
    display: flex;
}
.native .list-product {
display: flex;
    justify-content: right;
}
.native ul.list-thumbnail-product {
    width: 500px;
    display: inline-flex;
    flex-wrap: wrap;
}

.native .list-check-order {
display: flex;
    justify-content: right;
}
.native .list-check-order > ul {
width: 500px;
}

*/
.productView[data-name="The PK360 Grill & Smoker - Classic Silver"] div.productView-options > form {
  margin-bottom: 0; }

/* BLOG IMAGES */
.reSize {
  display: flex !important; }

/* NEW HOME PAGE SECTION */
[data-layout-name="Home Page Products"] p {
  font-family: 'Tungsten', arial, sans-serif;
  font-size: 54px;
  text-transform: uppercase; }

[data-layout-name="Home Page Products"] .css-13w78ue a {
  background: var(--pk-orange);
  font-size: 36px;
  color: white;
  text-transform: uppercase;
  font-family: 'Tungsten', Arial, sans-serif;
  border-radius: 0;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: .5px;
  padding: 15px 40px; }
  @media (max-width: 500px) {
    [data-layout-name="Home Page Products"] .css-13w78ue a {
      padding: 15px 20px; } }

#sd-simple-text-editable-81d2fdfa-e8ac-45b3-acf0-f750bbde16b1 > p {
  margin-top: 50px;
  padding-bottom: 30px; }

[data-layout-name="Home Page Products"] .css-13w78ue a:hover,
[data-layout-name="Home Page Products"] .css-13w78ue a:focus,
[data-layout-name="Home Page Products"] .css-13w78ue a:active {
  background: black; }

[data-layout-name="Home Page Products"] a.css-12v61c5 {
  margin-top: 20px; }

@media screen and (max-width: 500px) {
  [data-layout-name="Home Page Products"] #sd-product-set-carousel-846b9c74-ecc1-43f9-bfcb-baaefbce6608 > div > div {
    width: 90% !important;
    margin: 0 auto !important; }
  [data-layout-name="Home Page Products"] #sd-product-set-carousel-846b9c74-ecc1-43f9-bfcb-baaefbce6608 > div {
    flex-direction: row !important; }
  [data-layout-name="Home Page Products"] p {
    line-height: 1.2em;
    font-size: 36px; } }

[data-layout-name="Home Page Products"] #sd-product-set-carousel-ae22d9db-fe44-4f1a-aa06-3a4cb951b5af > div {
  gap: 50px; }

[data-layout-name="Home Page Products"] #sd-product-set-carousel-ae22d9db-fe44-4f1a-aa06-3a4cb951b5af .css-1k0woj {
  min-height: 575px;
  justify-content: space-between; }
  @media (max-width: 800px) {
    [data-layout-name="Home Page Products"] #sd-product-set-carousel-ae22d9db-fe44-4f1a-aa06-3a4cb951b5af .css-1k0woj {
      min-height: 500px; } }
  @media (max-width: 500px) {
    [data-layout-name="Home Page Products"] #sd-product-set-carousel-ae22d9db-fe44-4f1a-aa06-3a4cb951b5af .css-1k0woj {
      min-height: 375px; } }

/* PRODUCT BELOW CONTENT */
/* banner position */
div[data-content-region="product-below-content"] p,
#sd-simple-text-editable-7abaabb0-8c57-4792-9d52-38b30698c0b6 > p {
  font-family: Tungsten, Arial, sans-serif;
  text-transform: uppercase;
  color: var(--pk-orange);
  font-size: 72px;
  letter-spacing: .5px;
  font-weight: 700; }

#sd-product-set-carousel-c425e5a9-f034-4ce5-b53a-aa7b64399cae > div {
  gap: 150px;
  padding: 0 75px 0 75px;
  margin: 0 auto; }

@media screen and (max-width: 500px) {
  #sd-simple-text-editable-7abaabb0-8c57-4792-9d52-38b30698c0b6 > p {
    line-height: 1em !important; }
  #sd-product-set-carousel-c425e5a9-f034-4ce5-b53a-aa7b64399cae > div {
    overflow-x: scroll;
    gap: 20px !important;
    padding: 0 !important; }
  #sd-product-set-carousel-c425e5a9-f034-4ce5-b53a-aa7b64399cae > div > div,
  #sd-product-set-carousel-c425e5a9-f034-4ce5-b53a-aa7b64399cae > div > div {
    width: 90vw !important; } }

/*.productView[data-name="The All New Original PK300AF Grill & Smoker - Coal"] div.product-options {
        display: none!important;
    }
#sd-product-set-carousel-c80de53f-fd61-4696-9aa4-8dfcd2793f06 .css-1k0woj {
        min-height: 410px!important;
    justify-content: space-between!important;
}*/
/* ADD TO CART BUTTON */
#bc-product-c33d8130-2425-4b4f-b590-23cd96c16a46 > div > div > div.css-iqfu3c > a,
#bc-product-83a5d2cb-5dc5-4fb1-859a-7130074a113d > div > div > div.css-iqfu3c > a,
#bc-product-78f9f8c6-cd7d-4485-a98c-1c5787a94689 > div > div > div.css-iqfu3c > a,
#bc-product-fe364732-26d3-4b26-8dce-8632c256b4cc > div > div > div.css-iqfu3c > a,
div[data-layout-name="Layout"]:nth-child(1) div.css-iqfu3c > a,
div[data-layout-name="Add"]:nth-child(1) div.css-iqfu3c > a {
  background: #fa4d09;
  font-family: 'Tungsten';
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  font-size: 36px;
  height: 56px;
  line-height: 56px;
  padding: 0 32px;
  text-align: center; }
  @media screen and (max-width: 500px) {
    #bc-product-c33d8130-2425-4b4f-b590-23cd96c16a46 > div > div > div.css-iqfu3c > a,
    #bc-product-83a5d2cb-5dc5-4fb1-859a-7130074a113d > div > div > div.css-iqfu3c > a,
    #bc-product-78f9f8c6-cd7d-4485-a98c-1c5787a94689 > div > div > div.css-iqfu3c > a,
    #bc-product-fe364732-26d3-4b26-8dce-8632c256b4cc > div > div > div.css-iqfu3c > a,
    div[data-layout-name="Layout"]:nth-child(1) div.css-iqfu3c > a,
    div[data-layout-name="Add"]:nth-child(1) div.css-iqfu3c > a {
      width: 90vw;
      margin-bottom: 20px; } }

div.css-5usbk3 {
  align-items: start; }
  @media screen and (max-width: 800px) {
    div.css-5usbk3 {
      align-items: center; } }

#bc-product-c33d8130-2425-4b4f-b590-23cd96c16a46 > div > div > div.css-iqfu3c,
#bc-product-83a5d2cb-5dc5-4fb1-859a-7130074a113d > div > div > div.css-iqfu3c,
#bc-product-78f9f8c6-cd7d-4485-a98c-1c5787a94689 > div > div > div.css-iqfu3c,
#bc-product-fe364732-26d3-4b26-8dce-8632c256b4cc > div > div > div.css-iqfu3c,
div[data-layout-name="Layout"]:nth-child(1) div.css-iqfu3c,
div[data-layout-name="Add"]:nth-child(1) div.css-iqfu3c {
  width: 100%;
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 800px) {
    #bc-product-c33d8130-2425-4b4f-b590-23cd96c16a46 > div > div > div.css-iqfu3c,
    #bc-product-83a5d2cb-5dc5-4fb1-859a-7130074a113d > div > div > div.css-iqfu3c,
    #bc-product-78f9f8c6-cd7d-4485-a98c-1c5787a94689 > div > div > div.css-iqfu3c,
    #bc-product-fe364732-26d3-4b26-8dce-8632c256b4cc > div > div > div.css-iqfu3c,
    div[data-layout-name="Layout"]:nth-child(1) div.css-iqfu3c,
    div[data-layout-name="Add"]:nth-child(1) div.css-iqfu3c {
      width: 90%;
      display: flex;
      justify-content: center; } }

#bc-product-83a5d2cb-5dc5-4fb1-859a-7130074a113d > div > div > div.css-iqfu3c > a:hover,
#bc-product-83a5d2cb-5dc5-4fb1-859a-7130074a113d > div > div > div.css-iqfu3c > a:focus,
#bc-product-83a5d2cb-5dc5-4fb1-859a-7130074a113d > div > div > div.css-iqfu3c > a:active,
#bc-product-78f9f8c6-cd7d-4485-a98c-1c5787a94689 > div > div > div.css-iqfu3c > a:hover,
#bc-product-78f9f8c6-cd7d-4485-a98c-1c5787a94689 > div > div > div.css-iqfu3c > a:focus,
#bc-product-78f9f8c6-cd7d-4485-a98c-1c5787a94689 > div > div > div.css-iqfu3c > a:active,
#bc-product-fe364732-26d3-4b26-8dce-8632c256b4cc > div > div > div.css-iqfu3c > a:hover,
#bc-product-fe364732-26d3-4b26-8dce-8632c256b4cc > div > div > div.css-iqfu3c > a:focus,
#bc-product-fe364732-26d3-4b26-8dce-8632c256b4cc > div > div > div.css-iqfu3c > a:active,
#bc-product-c33d8130-2425-4b4f-b590-23cd96c16a46 > div > div > div.css-iqfu3c > a:hover,
#bc-product-c33d8130-2425-4b4f-b590-23cd96c16a46 > div > div > div.css-iqfu3c > a:active,
#bc-product-c33d8130-2425-4b4f-b590-23cd96c16a46 > div > div > div.css-iqfu3c > a:focus,
div[data-layout-name="Layout"]:nth-child(1) div.css-iqfu3c > a:hover,
div[data-layout-name="Layout"]:nth-child(1) div.css-iqfu3c > a:focus,
div[data-layout-name="Layout"]:nth-child(1) div.css-iqfu3c > a:active,
div[data-layout-name="Add"]:nth-child(1) div.css-iqfu3c > a:hover,
div[data-layout-name="Add"]:nth-child(1) div.css-iqfu3c > a:focus,
div[data-layout-name="Add"]:nth-child(1) div.css-iqfu3c > a:active {
  background: #000000;
  color: white; }

/* ADD TO CART BUTTON OLD */
div.productView[data-name="The Original PKTX Grill & Smoker - Classic Silver"] > section:nth-child(3) > div.productView-options > form > div.product-add,
div.productView[data-name="The All New Original PK300AF Grill & Smoker - Coal"] > section:nth-child(3) > div.productView-options > form > div.product-add,
div.productView[data-name="The All New Original PK300AF Grill & Smoker - Teal"] > section:nth-child(3) > div.productView-options > form > div.product-add,
div.productView[data-name="The All New Original PK300 Grill & Smoker - Graphite"] > section:nth-child(3) > div.productView-options > form > div.product-add,
div.productView[data-name="The PK360 Grill & Smoker - Classic Silver"] > section:nth-child(3) > div.productView-options > form > div.product-add,
div.productView[data-name="The PK360 Grill & Smoker - Graphite"] > section:nth-child(3) > div.productView-options > form > div.product-add,
div.productView[data-name="The Original PK Grill & Smoker - Classic Silver"] > section:nth-child(3) > div.productView-options > form > div.product-add,
div.productView[data-name="The Original PK Grill & Smoker - Graphite"] > section:nth-child(3) > div.productView-options > form > div.product-add,
div.productView[data-name="PKGO Hibachi"] > section:nth-child(3) > div.productView-options > form > div.product-add,
div.productView[data-name="PKGO w/ FlipKit"] > section:nth-child(3) > div.productView-options > form > div.product-add,
div.productView[data-name="The All New Original PK300 Grill & Smoker - PK Classic Silver"] > section:nth-child(3) > div.productView-options > form > div.product-add,
div.productView[data-name="The Original PKTX Grill & Smoker - Matte Red"] > section:nth-child(3) > div.productView-options > form > div.product-add {
  display: none !important; }

div.productView[data-name="The All New Original PK300AF Grill & Smoker - Coal"] .variation-links--color + .form,
div.productView[data-name="The All New Original PK300AF Grill & Smoker - Teal"] .variation-links--color + .form,
div.productView[data-name="The All New Original PK300 Grill & Smoker - Graphite"] .variation-links--color + .form,
div.productView[data-name="The PK360 Grill & Smoker - Classic Silver"] .variation-links--color + .form,
div.productView[data-name="The Original PK Grill & Smoker - Classic Silver"] .variation-links--color + .form,
div.productView[data-name="The Original PK Grill & Smoker - Graphite"] .variation-links--color + .form,
div.productView[data-name="PKGO Hibachi"] .variation-links--color + .form,
div.productView[data-name="PKGO w/ FlipKit"] .variation-links--color + .form {
  border: none !important; }

#bc-product-fe364732-26d3-4b26-8dce-8632c256b4cc > div > div > div.css-iqfu3c,
#bc-product-c33d8130-2425-4b4f-b590-23cd96c16a46 > div > div > div.css-iqfu3c,
#bc-product-83a5d2cb-5dc5-4fb1-859a-7130074a113d > div > div > div.css-iqfu3c,
#bc-product-78f9f8c6-cd7d-4485-a98c-1c5787a94689 > div > div > div.css-iqfu3c,
body > div.body > div.container > div > div.productView.freeShip > section.productView-details.productView-details--top > div > div:nth-child(4) > div > div > div,
div[data-sub-layout="0431efa3-38d8-4010-888c-839876715746"] {
  margin: 0;
  padding: 0; }

.native-offer-main {
  margin-top: 25px; }

div[data-layout-name="Layout"] > div,
div[data-layout-name="Add"] > div {
  padding: 0; }

/* UPSELL OPTIONS PRODUCT SET */
.css-1k0woj {
  justify-content: space-between;
  height: 100%;
  padding: 0 0 50px 0 !important;
  gap: 10px; }

div[data-content-region="product_below_content"] {
  padding-top: 30px; }

div[data-content-region="product_below_content"] p {
  margin-bottom: 0 !important;
  font-size: 42px !important; }

.css-1k0woj > div {
  font-weight: 700; }

.css-1k0woj .css-1lxqylt {
  object-fit: contain; }

.css-1k0woj .css-13w78ue {
  width: 100%;
  padding: 0;
  text-align: center; }

.css-xo5j2n > div > div {
  padding: 0; }

.css-xo5j2n > div {
  gap: 50px; }

/* PRODUCT UPSELLS UNDER GRILLS */
/* adjust section only for test pages */
.productView[data-name="The All New Original PK300AF Grill & Smoker - Coal"] .productView-details {
  padding: 0 !important; }

/* change to row */
div[data-sub-layout="79a9d6e4-d303-4e41-b3e3-672a0c1b2cdd"] div.css-1q2ss9u,
div[data-sub-layout="fdf9f96a-5a59-40cb-934b-36f625ff93da"] div.css-5usbk3,
div[data-layout-id="990c640d-a2da-4e98-8c5f-f0805c8888b2"] div.css-5usbk3 {
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-around !important; }
  @media screen and (max-width: 800px) {
    div[data-sub-layout="79a9d6e4-d303-4e41-b3e3-672a0c1b2cdd"] div.css-1q2ss9u,
    div[data-sub-layout="fdf9f96a-5a59-40cb-934b-36f625ff93da"] div.css-5usbk3,
    div[data-layout-id="990c640d-a2da-4e98-8c5f-f0805c8888b2"] div.css-5usbk3 {
      justify-content: center !important; } }
  @media screen and (max-width: 500px) {
    div[data-sub-layout="79a9d6e4-d303-4e41-b3e3-672a0c1b2cdd"] div.css-1q2ss9u,
    div[data-sub-layout="fdf9f96a-5a59-40cb-934b-36f625ff93da"] div.css-5usbk3,
    div[data-layout-id="990c640d-a2da-4e98-8c5f-f0805c8888b2"] div.css-5usbk3 {
      flex-direction: column !important; } }

div[data-layout-name="Layout"]:nth-child(1) p,
div[data-layout-name="Products"]:nth-child(1) p,
div[data-layout-name="Bundles"]:nth-child(1) p {
  font-family: Tungsten, Arial, sans-serif;
  text-transform: uppercase;
  color: var(--pk-orange);
  font-size: 36px;
  margin-bottom: 15px;
  letter-spacing: .5px;
  font-weight: 700; }

div[data-sub-layout="79a9d6e4-d303-4e41-b3e3-672a0c1b2cdd"],
div[data-sub-layout="fdf9f96a-5a59-40cb-934b-36f625ff93da"],
div[data-layout-name="Layout"]:nth-child(2) > div {
  margin-bottom: 50px !important;
  overflow: hidden !important;
  gap: 30px !important;
  padding: 0 !important; }
  @media screen and (max-width: 500px) {
    div[data-sub-layout="79a9d6e4-d303-4e41-b3e3-672a0c1b2cdd"],
    div[data-sub-layout="fdf9f96a-5a59-40cb-934b-36f625ff93da"],
    div[data-layout-name="Layout"]:nth-child(2) > div {
      width: 90%;
      gap: 10px !important; } }

div[data-sub-layout="79a9d6e4-d303-4e41-b3e3-672a0c1b2cdd"] > div,
div[data-sub-layout="fdf9f96a-5a59-40cb-934b-36f625ff93da"] > div,
div[data-layout-name="Layout"]:nth-child(2) > div > div {
  overflow: hidden !important; }

/* row height */
div[data-sub-layout="79a9d6e4-d303-4e41-b3e3-672a0c1b2cdd"] div.css-fcq8e6,
div[data-sub-layout="fdf9f96a-5a59-40cb-934b-36f625ff93da"] div.css-fcq8e6,
div[data-layout-name="Layout"]:nth-child(2) div.css-fcq8e6 {
  height: 100px !important; }
  @media screen and (max-width: 500px) {
    div[data-sub-layout="79a9d6e4-d303-4e41-b3e3-672a0c1b2cdd"] div.css-fcq8e6,
    div[data-sub-layout="fdf9f96a-5a59-40cb-934b-36f625ff93da"] div.css-fcq8e6,
    div[data-layout-name="Layout"]:nth-child(2) div.css-fcq8e6 {
      height: auto !important; } }

/* each item flex */
@media screen and (max-width: 800px) {
  div[data-sub-layout="79a9d6e4-d303-4e41-b3e3-672a0c1b2cdd"] div.css-fcq8e6 > div,
  div[data-sub-layout="fdf9f96a-5a59-40cb-934b-36f625ff93da"] div.css-fcq8e6 > div,
  div[data-layout-name="Layout"]:nth-child(2) div.css-fcq8e6 > div {
    padding-bottom: 30px !important;
    gap: 10px !important;
    border-bottom: 1px solid #b2b2b2; } }

div[data-sub-layout="79a9d6e4-d303-4e41-b3e3-672a0c1b2cdd"] a[data-test-id="product-widget-image"],
div[data-sub-layout="fdf9f96a-5a59-40cb-934b-36f625ff93da"] a[data-test-id="product-widget-image"],
div[data-layout-name="Layout"]:nth-child(2) a[data-test-id="product-widget-image"] {
  width: 100px !important; }

div[data-sub-layout="79a9d6e4-d303-4e41-b3e3-672a0c1b2cdd"] div.css-1mtczrx,
div[data-sub-layout="fdf9f96a-5a59-40cb-934b-36f625ff93da"] div.css-1mtczrx,
div[data-layout-name="Layout"]:nth-child(2) div.css-1mtczrx {
  display: flex !important;
  align-self: baseline !important; }
  @media screen and (max-width: 800px) {
    div[data-sub-layout="79a9d6e4-d303-4e41-b3e3-672a0c1b2cdd"] div.css-1mtczrx,
    div[data-sub-layout="fdf9f96a-5a59-40cb-934b-36f625ff93da"] div.css-1mtczrx,
    div[data-layout-name="Layout"]:nth-child(2) div.css-1mtczrx {
      align-self: center !important; } }

div[data-sub-layout="79a9d6e4-d303-4e41-b3e3-672a0c1b2cdd"] a[data-test-id="product-widget-image"] > div,
div[data-sub-layout="fdf9f96a-5a59-40cb-934b-36f625ff93da"] a[data-test-id="product-widget-image"] > div,
div[data-layout-name="Layout"]:nth-child(2) a[data-test-id="product-widget-image"] > div,
div[data-layout-name="Layout"] a[data-test-id="product-widget-image"] > div {
  height: 100px !important;
  width: 100px !important;
  background-size: contain !important;
  margin: 0 !important; }

/* font weight */
div[data-sub-layout="79a9d6e4-d303-4e41-b3e3-672a0c1b2cdd"] div[data-test-id="product-widget-price"],
div[data-sub-layout="79a9d6e4-d303-4e41-b3e3-672a0c1b2cdd"] div[data-test-id="product-widget-name"],
div[data-sub-layout="fdf9f96a-5a59-40cb-934b-36f625ff93da"] div[data-test-id="product-widget-price"],
div[data-layout-name="Layout"]:nth-child(2) div[data-test-id="product-widget-price"],
div[data-sub-layout="fdf9f96a-5a59-40cb-934b-36f625ff93da"] div[data-test-id="product-widget-name"],
div[data-layout-name="Layout"]:nth-child(2) div[data-test-id="product-widget-name"] {
  font-weight: 700 !important; }

div[data-sub-layout="79a9d6e4-d303-4e41-b3e3-672a0c1b2cdd"] div[data-test-id="product-widget-name"],
div[data-sub-layout="fdf9f96a-5a59-40cb-934b-36f625ff93da"] div[data-test-id="product-widget-name"],
div[data-layout-name="Layout"]:nth-child(2) div[data-test-id="product-widget-name"] {
  padding-top: 15px; }
  @media screen and (max-width: 800px) {
    div[data-sub-layout="79a9d6e4-d303-4e41-b3e3-672a0c1b2cdd"] div[data-test-id="product-widget-name"],
    div[data-sub-layout="fdf9f96a-5a59-40cb-934b-36f625ff93da"] div[data-test-id="product-widget-name"],
    div[data-layout-name="Layout"]:nth-child(2) div[data-test-id="product-widget-name"] {
      padding-top: 0 !important;
      width: 200px !important; } }
  @media screen and (max-width: 500px) {
    div[data-sub-layout="79a9d6e4-d303-4e41-b3e3-672a0c1b2cdd"] div[data-test-id="product-widget-name"],
    div[data-sub-layout="fdf9f96a-5a59-40cb-934b-36f625ff93da"] div[data-test-id="product-widget-name"],
    div[data-layout-name="Layout"]:nth-child(2) div[data-test-id="product-widget-name"] {
      width: 250px !important;
      text-align: center;
      justify-content: center; } }

/* button */
div[data-sub-layout="79a9d6e4-d303-4e41-b3e3-672a0c1b2cdd"] div.css-iqfu3c,
div[data-sub-layout="fdf9f96a-5a59-40cb-934b-36f625ff93da"] div.css-iqfu3c,
div[data-layout-name="Layout"]:nth-child(2) div.css-iqfu3c,
div[data-layout-name="Layout"]:nth-child(2) div.css-12v61c5,
div[data-layout-name="Buy Button"]:nth-child(2) div.css-iqfu3c {
  margin: 0 !important;
  padding-right: 0 !important; }

div[data-layout-name='Products'] > div > div > div > div > div > div > div > div > div:nth-child(6),
div[data-layout-name='Bundles'] > div > div > div > div > div > div > div > div > div:nth-child(6) {
  margin: 0 !important;
  padding-right: 0 !important; }

div[data-layout-name='Products'] > div > div > div > div > div > div > div > div > div:nth-child(6) > a,
div[data-layout-name='Bundles'] > div > div > div > div > div > div > div > div > div:nth-child(6) > a {
  width: 100% !important; }

div[data-sub-layout="79a9d6e4-d303-4e41-b3e3-672a0c1b2cdd"] div.css-iqfu3c > a,
div[data-sub-layout="fdf9f96a-5a59-40cb-934b-36f625ff93da"] div.css-iqfu3c > a,
div[data-layout-name="Layout"]:nth-child(2) div.css-iqfu3c > a,
div[data-layout-name="Layout"]:nth-child(2) div.css-12v61c5 > a,
div[data-layout-name="Buy Button"]:nth-child(2) div.css-iqfu3c > a,
div[data-layout-name='Products'] > div > div > div > div > div > div > div > div > div:nth-child(6) > a,
div[data-layout-name='Bundles'] > div > div > div > div > div > div > div > div > div:nth-child(6) > a {
  border-radius: 0;
  background: #fa4d09;
  font-family: 'Tungsten';
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: .2px;
  width: 100px;
  padding: 10px;
  text-align: center; }
  @media screen and (max-width: 500px) {
    div[data-sub-layout="79a9d6e4-d303-4e41-b3e3-672a0c1b2cdd"] div.css-iqfu3c > a,
    div[data-sub-layout="fdf9f96a-5a59-40cb-934b-36f625ff93da"] div.css-iqfu3c > a,
    div[data-layout-name="Layout"]:nth-child(2) div.css-iqfu3c > a,
    div[data-layout-name="Layout"]:nth-child(2) div.css-12v61c5 > a,
    div[data-layout-name="Buy Button"]:nth-child(2) div.css-iqfu3c > a,
    div[data-layout-name='Products'] > div > div > div > div > div > div > div > div > div:nth-child(6) > a,
    div[data-layout-name='Bundles'] > div > div > div > div > div > div > div > div > div:nth-child(6) > a {
      font-size: 25px; } }

div[data-sub-layout="79a9d6e4-d303-4e41-b3e3-672a0c1b2cdd"] div.css-iqfu3c > a:hover,
div[data-sub-layout="79a9d6e4-d303-4e41-b3e3-672a0c1b2cdd"] div.css-iqfu3c > a:focus,
div[data-sub-layout="79a9d6e4-d303-4e41-b3e3-672a0c1b2cdd"] div.css-iqfu3c > a:active,
div[data-sub-layout="fdf9f96a-5a59-40cb-934b-36f625ff93da"] div.css-iqfu3c > a:active,
div[data-sub-layout="fdf9f96a-5a59-40cb-934b-36f625ff93da"] div.css-iqfu3c > a:focus,
div[data-sub-layout="fdf9f96a-5a59-40cb-934b-36f625ff93da"] div.css-iqfu3c > a:hover,
div[data-layout-name="Layout"]:nth-child(2) div.css-iqfu3c > a:hover,
div[data-layout-name="Layout"]:nth-child(2) div.css-iqfu3c > a:active,
div[data-layout-name="Layout"]:nth-child(2) div.css-iqfu3c > a:focus,
div[data-layout-name="Buy Button"]:nth-child(2) div.css-iqfu3c > a:focus,
div[data-layout-name="Buy Button"]:nth-child(2) div.css-iqfu3c > a:hover,
div[data-layout-name="Buy Button"]:nth-child(2) div.css-iqfu3c > a:active,
div[data-layout-name='Products'] > div > div > div > div > div > div > div > div > div:nth-child(6) > a:hover,
div[data-layout-name='Products'] > div > div > div > div > div > div > div > div > div:nth-child(6) > a:focus,
div[data-layout-name='Products'] > div > div > div > div > div > div > div > div > div:nth-child(6) > a:active,
div[data-layout-name='Bundles'] > div > div > div > div > div > div > div > div > div:nth-child(6) > a:hover,
div[data-layout-name='Bundles'] > div > div > div > div > div > div > div > div > div:nth-child(6) > a:focus,
div[data-layout-name='Bundles'] > div > div > div > div > div > div > div > div > div:nth-child(6) > a:active {
  color: white;
  background: black; }

.jEmvsT {
  width: 80% !important;
  height: 80% !important; }

/* BUNDLES ON GRILL PAGES */
@media screen and (min-width: 501px) {
  div[data-layout-name="Bundles"] .css-xo5j2n > div {
    gap: 200px !important; } }

div[data-layout-name="Bundles"] .css-13w78ue::before {
  position: relative;
  top: -10px; }

#sd-product-set-carousel-064867a4-a035-4c24-9d72-2220cc41738e > div {
  max-width: 400px;
  margin: 0 auto; }

#zakeke-button {
  display: none !important; }

/* SITEWIDE MESSAGE */
.sitewide-message {
  background: #fff !important; }

.sitewide-message span {
  font-size: 25px !important;
  letter-spacing: 1px !important;
  font-family: "Tungsten" !important;
  font-weight: bold !important;
  color: #000 !important;
  padding-top: 10px !important; }
  @media (max-width: 500px) {
    .sitewide-message span {
      font-size: 20px !important; } }

.sitewide-message p {
  font-size: 25px !important;
  letter-spacing: 1px !important;
  font-family: "Tungsten" !important;
  font-weight: bold !important;
  color: #000 !important;
  padding-top: 10px !important; }
  @media (max-width: 500px) {
    .sitewide-message p {
      font-size: 20px !important; } }

/*.sitewide-message .message-one::before,
.sitewide-message .message-one::after {
    content: "🏀";
    font-size: 20px;
    position: relative;
    top: -2px;
}
*/
/*COUNTDOWN TIMER */
/*.timer {
    font-size: 25px!important;
    letter-spacing: 1px!important;
    font-family: "Tungsten"!important;
    color: #fa4d09!important;
    text-transform: none!important;
    @media (max-width: 500px) {
        font-size: 22px!important;
    }
}
.sitewide-message p {
    padding: 20px 0 0 0!important;
}
.timer {
    padding: 0!important;
    height: 1em;
    position: relative;
    top: -10px;
    @media (max-width: 500px) {
        top: -5px!important;
    }
}

 
.overtime p::after {
    content: 'OVERTIME PERIOD';
    font-size: 25px!important;
    letter-spacing: 1px!important;
    font-family: "Tungsten"!important;
    color: #fa4d09!important;
    text-transform: none!important;
    @media (max-width: 500px) {
        font-size: 22px!important;
    }
}
.sitewide-message p {
    padding: 20px 0 0 0!important;
}
.overtime p {
    padding: 0!important;
    height: 1em;
    position: relative;
    top: -10px;
    @media (max-width: 500px) {
        top: -5px!important;
    }
}

*/
/* ADD MSRP */
.productView-price > div.price-section.price-section--non-sale.price-section--withoutTax.non-sale-price--withoutTax::after {
  content: '';
  font-size: 20px;
  padding-left: 10px;
  font-weight: bold;
  color: #666666; }

.productView-price > div.price-section.price-section--non-sale.price-section--withoutTax.non-sale-price--withoutTax > span {
  word-spacing: -0.6em !important;
  color: #666666 !important;
  font-size: 23px !important; }

.productView-price > div.price-section.price-section--price.price-section--withoutTax > span.price.price--withoutTax {
  color: var(--pk-orange) !important;
  font-size: 23px !important;
  padding-right: 10px !important; }

/* CARD ADD MSRP */
.card-footer > span.price.price--withoutTax {
  color: var(--pk-orange) !important; }

.card-footer > div > div.price-section.price-section--non-sale.price-section--withoutTax.non-sale-price--withoutTax > span {
  color: #666666 !important;
  word-spacing: -0.6em !important; }

.card-footer > div > div.price-section.price-section--non-sale.price-section--withoutTax.non-sale-price--withoutTax::after {
  content: 'MSRP';
  padding-left: 10px;
  font-weight: bold;
  color: #666666; }

/* GRIDDLE PROMOTION SALE PRICE */
.productView[data-product-category="Accessories, Accessories/Cooking Surfaces and Grates, Accessories/Griddles"] span.price.price--rrp,
article[data-product-category="Accessories, Accessories/Cooking Surfaces and Grates, Accessories/Griddles"] span.price.price--rrp {
  display: none !important; }

article[data-product-category="Accessories, Accessories/Cooking Surfaces and Grates, Accessories/Griddles"] .card-footer > div > div.price-section.price-section--non-sale.price-section--withoutTax.non-sale-price--withoutTax::after,
.productView[data-product-category="Accessories, Accessories/Cooking Surfaces and Grates, Accessories/Griddles"] .productView-price > div.price-section.price-section--non-sale.price-section--withoutTax.non-sale-price--withoutTax::after {
  content: "" !important;
  padding-left: 0 !important; }

/*Native Recommender Style */
.nativeStyle {
  display: flex !important;
  justify-content: end !important; }

.native-offer-main h3 {
  font-family: 'Tungsten';
  font-size: 42px; }

span.message-two {
  left: -3px;
  position: relative; }

/* video test */
.css-bue4v5::after {
  background: url("https://www.pkgrills.com/content/Main_150.mp4") !important; }

/* HOME TEST */
.go4052282810::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5); }

.go556914530 {
  height: 100%;
  z-index: -1; }

.go2029122802 {
  z-index: 1; }

#sd-hero-image-99aa9d31-c51d-4daf-80aa-9c8098f0a52d > div > div > div.go4052282810 > div > div.go2384497829 > div p {
  margin-bottom: 0 !important; }

#sd-hero-image-99aa9d31-c51d-4daf-80aa-9c8098f0a52d > div > div > div.go4052282810 > div > div.go2384497829:hover,
#sd-hero-image-99aa9d31-c51d-4daf-80aa-9c8098f0a52d > div > div > div.go4052282810 > div > div.go2384497829:active,
#sd-hero-image-99aa9d31-c51d-4daf-80aa-9c8098f0a52d > div > div > div.go4052282810 > div > div.go2384497829:focus {
  background-color: white !important;
  color: var(--pk-orange); }

[data-sub-layout="7a623a95-358d-4c8a-b673-aad2afe1d3ab"] {
  padding: 0 !important; }

div[data-layout-name="Layout Home Test Tiles"] [data-test-id="hero-image-subtitle"],
div[data-layout-name="Layout Home Test Tiles"] [data-test-id="hero-image-title"] {
  font-family: 'Vitesse';
  color: white;
  font-weight: 200 !important;
  font-size: 30px;
  letter-spacing: .5px; }

div[data-layout-name="Layout Home Test Tiles"] [data-test-id="hero-image-subtitle"] {
  margin-top: -10px !important; }

div[data-layout-name="Layout Home Test Tiles"] div[role="button"] {
  font-family: 'Tungsten';
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  font-size: 36px;
  color: white !important;
  height: 56px;
  line-height: 56px;
  padding: 0 32px;
  text-align: center; }

.go4263854563 {
  align-items: end !important; }

div[data-layout-name="Layout Home Test Tiles"] .sd-hero-image-c0e16248-7003-40d7-ad16-bdf9ef2f9205 {
  background: url("https://pkgrills.com/content/Main_150.mp4"); }

div[data-layout-name="Layout Home Test Tiles"] div[data-sub-layout="e4f2c7bd-a886-4029-9a1d-0b6dedfb43da"] {
  padding: 0; }

div[data-layout-name="Layout Home Test Tiles"] div[data-sub-layout="6435391a-5ee5-4c1c-b2fb-15056caa8773"] {
  padding-right: 0;
  justify-content: space-between; }

div[data-layout-name="Layout Home Test Tiles"] video {
  object-fit: cover !important; }

.go2147804673:after {
  background-position-y: -25px !important; }

.go4263854563:after {
  background-position-y: -28px !important; }

.go4263854563:after,
.go2147804673:after {
  max-height: 319px;
  height: 319px; }

[data-sub-layout="6435391a-5ee5-4c1c-b2fb-15056caa8773"] {
  gap: 10.5px !important; }

div[data-layout-name="Layout Home Test"] div[role="button"]:hover,
div[data-layout-name="Layout Home Test"] div[role="button"]:focus,
div[data-layout-name="Layout Home Test"] div[role="button"]:active {
  color: var(--pk-orange) !important; }

div[data-layout-name="Layout Home Test Tiles"] #bc-carousel-container-dcfc9f32-6fcb-40ae-829a-a1c636cfa2db {
  display: none !important; }

div[data-layout-name="Layout Home Test Tiles"] div.go2029122802 {
  width: 80% !important; }

@media screen and (min-width: 802px) {
  div[data-layout-name="Layout Home Test Tiles"] div.go4263854563,
  div[data-layout-name="Layout Home Test Tiles"] div.go2147804673,
  div[data-layout-name="Layout Home Test Tiles"] div[data-widget-id="a78b91f3-dc65-4515-ada1-6e101bef8e03"],
  div[data-layout-name="Layout Home Test Tiles"] div[data-widget-id="ce0764a2-1d4c-4360-bdcb-526f03e24d7c"] {
    flex: 1 !important; }
  div[data-layout-name="Layout Home Test Tiles"] div.go3989562963,
  div[data-layout-name="Layout Home Test Tiles"] #sd-hero-image-a78b91f3-dc65-4515-ada1-6e101bef8e03,
  div[data-layout-name="Layout Home Test Tiles"] #sd-hero-image-ce0764a2-1d4c-4360-bdcb-526f03e24d7c,
  div[data-layout-name="Layout Home Test Tiles"] div.sd-hero-image-a78b91f3-dc65-4515-ada1-6e101bef8e03,
  div[data-layout-name="Layout Home Test Tiles"] div.sd-hero-image-ce0764a2-1d4c-4360-bdcb-526f03e24d7c {
    height: 100% !important; } }

@media screen and (max-width: 801px) {
  div[data-content-region="header_bottom"]:has(div[data-layout-name="Layout Home Test"]) {
    display: inline-block !important;
    max-width: 100% !important; }
  div[data-layout-name="Layout Home Test Tiles"] {
    display: inline-flex !important;
    max-width: 100vw !important; }
  div[data-layout-name="Layout Home Test Tiles"] #bc-carousel-container-dcfc9f32-6fcb-40ae-829a-a1c636cfa2db {
    display: block !important; }
  #sd-hero-image-99aa9d31-c51d-4daf-80aa-9c8098f0a52d > div > div > div.go3393032375 {
    display: none; }
  #sd-hero-image-99aa9d31-c51d-4daf-80aa-9c8098f0a52d > div > div > div.go4052282810 > div {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 50px; }
  .go3393032375 {
    position: absolute;
    z-index: 9;
    height: 80vh;
    justify-content: end !important; }
  #bc-carousel-dcfc9f32-6fcb-40ae-829a-a1c636cfa2db > div {
    height: 500px; }
  div[data-layout-name="Layout Home Test Tiles"] div[data-sub-layout="6435391a-5ee5-4c1c-b2fb-15056caa8773"] {
    display: none !important; }
  div[data-layout-name="Layout Home Test Tiles"] .css-c1vqu9::after {
    background: url(https://cdn11.bigcommerce.com/s-p5jjd/images/stencil/original/image-manager/end-of-summer-sale-homepage-tile.jpg?t=1694747871) !important;
    background-repeat: no-repeat;
    background-size: cover !important; }
  div[data-layout-name="Layout Home Test Tiles"] .css-yuikz4::after {
    background: url(https://cdn11.bigcommerce.com/s-p5jjd/images/stencil/1280x1280/products/313/3925/PK_Whole_Hog_360_1__06216.1694717739.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; }
  div[data-layout-name="Layout Home Test Tiles"] .css-yuikz4 {
    justify-content: center !important; }
  div[data-layout-name="Layout Home Test Tiles"] .css-neswf8 {
    background: #ff931f !important; }
  .go3989562963 {
    padding-bottom: 30px; }
  .go556914530 {
    height: 100%; }
  .go4052282810 {
    height: 80vh;
    max-height: unset !important; }
  #sd-hero-image-99aa9d31-c51d-4daf-80aa-9c8098f0a52d > div > div > div.go4052282810 > video {
    object-fit: cover; }
  div[data-layout-name="Layout Home Test Tiles"] div[data-sub-layout="e4f2c7bd-a886-4029-9a1d-0b6dedfb43da"] {
    max-width: 100vw !important; } }

@media screen and (max-width: 500px) {
  #sd-hero-image-99aa9d31-c51d-4daf-80aa-9c8098f0a52d > div > div > div.go4052282810 > div {
    padding: 20px; } }

/* REMOVE WEIRD SPACING ABOVE PRODUCT INFO 
.productView-info-value h3 {
    margin-top: 0!important;
    padding-top: 0!important;
}
/*
section.productView-details.productView-details--top {
   margin-bottom: 1rem!important;
}



.product-add .form-action .button {
    margin-bottom: 20px!important;
}
*/
form[data-list-name="Category: Grills"] .card-tagline {
  padding-bottom: 10px; }

/* HOLIDAY */
div.data-sub-layout-container[data-layout-name="Holiday"] > p {
  font-family: 'Vitesse';
  color: red;
  font-weight: 200 !important;
  font-size: 30px;
  letter-spacing: .5px; }

/* BUNDLES Black Friday Extended STUFF 

.productView[data-product-category="Bundles"] .productView-price > div.price-section.price-section--price.price-section--withoutTax > span.price.price--withoutTax {
    color: black!important;
    text-decoration: line-through;
}

*/
/* HOLIDAY NAVIGATION COLOR 

header.header,
.header>.container, 
nav.navPages {
    background: #353535!important;
}


li.holiday a {
    text-shadow: 1px 1.9px #d1312e;
    }
*/
/* REMOVE OLD MSRP FROM GEAR CARDS */
article.card[data-product-category*="Gear"] .price.price--rrp {
  display: none !important; }

#SA_review_wrapper .SA__review_container {
  padding: 0 !important; }

#copyRight,
.copyright {
  text-align: center;
  color: #b0b0b0;
  margin-top: 1.5rem; }

/* PRODUCT PAGE GALLERIES */
div[data-layout-name="LifestyleImageGallery"] {
  overflow-x: scroll !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
  width: 100vw !important;
  overflow: -moz-scrollbars-none;
  position: relative;
  left: calc(-50vw + 50%); }

div[data-layout-name="LifestyleImageGallery"] div {
  width: 25vw !important;
  flex-direction: row !important;
  max-width: unset !important; }
  @media screen and (max-width: 800px) {
    div[data-layout-name="LifestyleImageGallery"] div {
      width: 80vw !important; } }

div[data-layout-name="LifestyleImageGallery"] > div > div > div > div {
  height: 500px !important; }
  @media screen and (max-width: 800px) {
    div[data-layout-name="LifestyleImageGallery"] > div > div > div > div {
      height: 60vh !important; } }

/* TEXT NOT EDITABLE ON PAGE BUILDER */
#sd-simple-text-editable-81d2fdfa-e8ac-45b3-acf0-f750bbde16b1 > p {
  content: "BUNDLE UP & SAVE 30%+" !important; }

/* TEST PRICE ALIGNMENT */
.productView-price {
  display: flex !important;
  margin-bottom: 5px !important;
  flex-wrap: wrap !important; }
  @media screen and (max-width: 500px) {
    .productView-price {
      justify-content: center !important; } }

.productView-price .price-section--saving {
  letter-spacing: .5px;
  font-family: 'Tungsten';
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 800;
  color: #FA4D09;
  line-height: 1.2em;
  padding-bottom: 10px;
  flex-basis: 100%;
  padding-bottom: 10px;
  display: block !important; }

.price-section--saving {
  display: block !important; }

.non-sale-price--withoutTax > span.price--non-sale:empty + .price-section--saving {
  display: none !important; }

/* HIDE NEW ADD TO CART BUTTONS - NATIVE CART ISSUE 
.productView[data-product-category="Grills"]  div[data-content-region="product_above_price"],
#bc-product-76dcae0f-488d-4eac-8b3f-31a39be95c0f > div > div {
    display: none!important;
}*/
/* CART BUTTON */
#v3CartDrawer > div > div > div.drawer-container-cart > div.cart-drawer__footer > div > div.span.cart-button.truncate.block.cart-empty__button > div > button,
#v3CartDrawer > div > div > div.drawer-container-cart > div.cart-drawer__footer > div > div.span.cart-button.truncate.block.btn-checkout-drawer.active > div > button {
  background: #fa4d09 !important; }

div[data-content-region="product_middle_price"] {
  margin-top: 2rem !important; }

/* HIDE BUTTON ON OUT OF STOCK GRILL */
/* teal pk300af #bc-product-b3d7171b-844b-4e23-90cb-ff4f9f33918f > div > div > div.css-iqfu3c {
    display: none!important;
}*/
/*
li.which-pk-item.pk300af {
    display: none!important;
} */
#spicyBanner {
  background: url(https://cdn11.bigcommerce.com/s-p5jjd/images/stencil/original/image-manager/spiceshop-1-.jpg?t=1731709687);
  background-color: #6F6F6D;
  background-repeat: no-repeat;
  height: 650px;
  background-position: center center;
  background-size: 1900px 600px;
  margin: 0 auto 75px auto; }
  @media screen and (max-width: 1200px) {
    #spicyBanner {
      background-size: contain;
      height: 400px; } }
  @media screen and (max-width: 600px) {
    #spicyBanner {
      background-size: cover;
      height: 200px; } }

div.productView[data-name="BBQ Prep Tub"] div.price-section.price-section--saving.price > span:nth-child(3) {
  display: none !important; }

div.productView[data-name="BBQ Prep Tub"] .price-section.price-section--saving.price::after {
  content: "10%" !important; }

.orangeText {
  color: #fa4d09;
  text-align: center; }

.orangeText strong,
#sd-simple-text-editable-cb514cb6-327e-471d-b303-322b0d724f6a > p:nth-child(1) > strong,
#sd-simple-text-editable-31cd6d9d-0fec-45dd-8c9b-aed189d99d56 > p:nth-child(1) > strong,
#sd-simple-text-editable-a571a42f-e465-41e8-807c-5ff6ee5ccff9 > p:nth-child(1) > strong {
  color: black !important; }

/* 3XL ON STEER SHIRT */
body > div.body > div.container > div > div.productView > section:nth-child(3) > div.productView-options > form > div.product-options > div > label:nth-child(11) {
  display: inline-block !important; }

/* OTHER SHIRTS SIZE CHANGES
.productView[data-name="PK Grills Pig Tee Shirt in Green"] .productView-options > form > div.product-options > div > label:nth-child(3),
.productView[data-name="Grey Logo Tee "] .productView-options > form > div.product-options > div > label:nth-child(3) {
    display: none!important;
}*/
/*HIDDEN SIZES
.productView[data-entity-id="263"] .product-options > div > label:nth-child(3),
.productView[data-entity-id="334"] .product-options > div > label:nth-child(3) {
    display: none;
}*/
/* * * * * * *


/* SNOWFLAKES HOLIDAY GIFT GUIDE 

.shop-grills-warranty {
    z-index: 15;
}
.page-type_category:has(form[data-list-name="Category: Holiday Gift Guide"]) {
   
    background: url('https://cdn11.bigcommerce.com/s-p5jjd/images/stencil/original/image-manager/greentexture7.jpg');
    background-size: contain;
    
        .sd-simple-text-835d2f19-2dd6-4af9-b6f9-95f9ab1948e2 * {
            color: #fff;
        }
        .page-heading {
            font-family: Vitesse!important;
    text-shadow: 3px 4px #d1312e!important;
    color: #fff!important;
    font-size: 55px!important;
        }
        section.content-section.content-section--shop-testimonial.content-section--light::before {
        content: '';
        background: url(https://cdn11.bigcommerce.com/s-p5jjd/images/stencil/original/image-manager/snow.png);
        position: absolute;
        top: -400px;
        left: 0;
        width: 100%;
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
        }
        footer {
            position: relative;
            z-index: 13;
        }
        .content-section--shop-testimonial {
            position: relative;
            z-index: 9;
            padding-top: 320px!important;
        }
        .snowflakes {
            display: block!important;
            position:relative;
            z-index: 4;
        }
        
        .snowflake {
          color: #fff;
          font-size: 1em;
          font-family: Arial;
          text-shadow: 0 0 1px #000;
        }
        
        @-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}
        
        @media screen and (max-width: 500px) {
            section.content-section.content-section--shop-testimonial.content-section--light::before {
                top: -70px!important;
            }
            .content-section--shop-testimonial {
                padding-top: unset!important;
            }
        }
}


/* SNOWFLAKES CATEGORY
.page-type_category:not(form[data-list-name="Category: Holiday Gift Guide"]) {
   
        section.content-section.content-section--shop-testimonial.content-section--light::before {
        content: '';
        background: url(https://cdn11.bigcommerce.com/s-p5jjd/images/stencil/original/image-manager/snow.png);
        position: absolute;
        top: -200px;
        left: 0;
        width: 100%;
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
        }
        footer {
            position: relative;
            z-index: 13;
        }
        .content-section--shop-testimonial {
            position: relative;
            z-index: 9;
            padding-top: 320px!important;
        }
        .snowflakesCategory {
            display: block!important;
            position:relative;
            z-index: 4;
        }
        
        .snowflake {
          color: #fff;
          font-size: 1em;
          font-family: Arial;
          text-shadow: 0 0 1px #000;
        }
        
        @-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}
        
        @media screen and (max-width: 500px) {
            section.content-section.content-section--shop-testimonial.content-section--light::before {
                top: -20px!important;
            }
            .content-section--shop-testimonial {
                padding-top: unset!important;
            }
        }
}


/* SNOWFLAKES GIFT CERTIFICATE, CONTACT, LOGIN 

.page-type_giftcertificates, .page-type_page_contact_form, .page-type_login {
     .body {
            padding-bottom: 400px!important;
        }
    
        .sd-simple-text-835d2f19-2dd6-4af9-b6f9-95f9ab1948e2 * {
            color: #fff;
        }
        footer::before {
        content: '';
        background: url(https://cdn11.bigcommerce.com/s-p5jjd/images/stencil/original/image-manager/snow.png);
        position: absolute;
        top: -400px;
        left: 0;
        width: 100%;
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
        }
        footer {
            position: relative;
            z-index: 13;
        }
        .content-section--shop-testimonial {
            position: relative;
            z-index: 9;
            padding-top: 320px!important;
        }
        .snowflakesPage {
            display: block!important;
            position:relative;
            z-index: 4;
        }
        
        .snowflake {
          color: #fff;
          font-size: 1em;
          font-family: Arial;
          text-shadow: 0 0 1px #000;
        }
        
        @-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}
        
        @media screen and (max-width: 800px) {
            footer::before {
                top: -490px;
            }
            .body {
                padding-bottom: 490px!important;
            }
        }
}


/* SNOWFLAKES PRODUCTS 

.page-type_product {
            .body {
            padding-bottom: 360px!important;
        }
    
        .sd-simple-text-835d2f19-2dd6-4af9-b6f9-95f9ab1948e2 * {
            color: #fff;
        }
        footer::before {
        content: '';
        background: url(https://cdn11.bigcommerce.com/s-p5jjd/images/stencil/original/image-manager/snow.png);
        position: absolute;
        top: -400px;
        left: 0;
        width: 100%;
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
        }
        footer {
            position: relative;
            z-index: 13;
        }
        .snowflakesProduct {
            display: block!important;
            position:relative;
            z-index: 4;
        }
        
        .snowflake {
          color: #fff;
          font-size: 1em;
          font-family: Arial;
          text-shadow: 0 0 1px #000;
        }
        
        @-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}
        
        @media screen and (max-width: 800px) {
            footer::before {
                top: -490px;
            }
            .body {
                padding-bottom: 450px!important;
            }
        }

}

/* SNOWFLAKES PAGE.HTML 

.page-type_page {
     .body {
            padding-bottom: 400px!important;
        }
    
        .sd-simple-text-835d2f19-2dd6-4af9-b6f9-95f9ab1948e2 * {
            color: #fff;
        }
        footer::before {
        content: '';
        background: url(https://cdn11.bigcommerce.com/s-p5jjd/images/stencil/original/image-manager/snow.png);
        position: absolute;
        top: -400px;
        width: 100%;
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
        }
        footer {
            position: relative;
            z-index: 13;
        }
        .content-section--shop-testimonial {
            position: relative;
            z-index: 9;
            padding-top: 320px!important;
        }
        .snowflakesPage {
            display: block!important;
            position:relative;
            z-index: 4;
        }
        
        .snowflake {
          color: #fff;
          font-size: 1em;
          font-family: Arial;
          text-shadow: 0 0 1px #000;
        }
        
        @-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}
        
        @media screen and (max-width: 800px) {
            footer::before {
                top: -490px;
            }
            .body {
                padding-bottom: 490px!important;
            }
        }
}

/"*" SNOWFLAKES PAGE TYPE DEFAULT

.page-type_default, .page-type_blog, .page-type_blog_post, .page-type_search {
    
    .body {
        padding-bottom: 400px!important;
    }

    .sd-simple-text-835d2f19-2dd6-4af9-b6f9-95f9ab1948e2 * {
        color: #fff;
    }
    footer::before {
    content: '';
    background: url(https://cdn11.bigcommerce.com/s-p5jjd/images/stencil/original/image-manager/snow.png);
    position: absolute;
    top: -400px;
    left: 0;
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
        background-size: cover;
    }
    footer {
        position: relative;
        z-index: 13;
    }
    .content-section--shop-testimonial {
        position: relative;
        z-index: 9;
        padding-top: 320px!important;
    }
    .snowflakesHome {
        display: block!important;
        position:relative;
        z-index: 4;
    }
    
    .snowflake {
      color: #fff;
      font-size: 1em;
      font-family: Arial;
      text-shadow: 0 0 1px #000;
    }
    
    @-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}
    
    @media screen and (max-width: 500px) {
        body {
            overflow-x: hidden!important;
        }
        footer::before {
            top: -520px!important;
        }
        .body {
            padding-bottom: 510px!important;
        }
    }
}

/* FOR SNOW 
footer {
    margin-top: 0!important;
}
*/
.accessorySale {
  font-family: 'Vitesse';
  height: 100%;
  padding: 20px;
  font-size: 24px;
  text-align: center;
  background: #ffffff;
  color: #000000;
  border: 3px solid #fa4d09;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1); }

.productView[data-name="The PK360 Grill & Smoker AmazingRibs.com Special Offer"] .productView-img-container::before {
  display: none !important; }

/* Father's Day Arrow */
div[data-name="The All New Original PK300 Grill & Smoker - PK Classic Silver"] div[data-layout-name="Add"] div.css-iqfu3c a,
div[data-name="The All New Original PK300AF Grill & Smoker - Teal"] div[data-layout-name="Add"] div.css-iqfu3c a,
div[data-name="PKGO w/ FlipKit"] div[data-layout-name="Add"] div.css-iqfu3c a {
  width: 75%; }

div[data-name="The All New Original PK300 Grill & Smoker - PK Classic Silver"] div[data-layout-name="Add"] div.css-iqfu3c,
div[data-name="The All New Original PK300AF Grill & Smoker - Teal"] div[data-layout-name="Add"] div.css-iqfu3c,
div[data-name="PKGO w/ FlipKit"] div[data-layout-name="Add"] div.css-iqfu3c {
  display: inline-flex;
  gap: 2px;
  align-items: center; }

div[data-name="The All New Original PK300 Grill & Smoker - PK Classic Silver"] div[data-layout-name="Add"] div.css-iqfu3c::before,
div[data-name="The All New Original PK300AF Grill & Smoker - Teal"] div[data-layout-name="Add"] div.css-iqfu3c::before,
div[data-name="PKGO w/ FlipKit"] div[data-layout-name="Add"] div.css-iqfu3c::before {
  content: '';
  background: url(https://cdn11.bigcommerce.com/s-p5jjd/images/stencil/original/image-manager/arrow-fathers-day.png);
  display: flex;
  width: 40%;
  height: 150px;
  background-size: 100%;
  background-repeat: no-repeat; }

@media screen and (max-width: 800px) {
  div[data-name="The All New Original PK300 Grill & Smoker - PK Classic Silver"] div[data-layout-name="Add"] div.css-iqfu3c::before,
  div[data-name="The All New Original PK300AF Grill & Smoker - Teal"] div[data-layout-name="Add"] div.css-iqfu3c::before,
  div[data-name="PKGO w/ FlipKit"] div[data-layout-name="Add"] div.css-iqfu3c::before {
    height: 200px; } }

@media screen and (max-width: 500px) {
  div[data-name="The All New Original PK300 Grill & Smoker - PK Classic Silver"] div[data-layout-name="Add"] div.css-iqfu3c::before,
  div[data-name="The All New Original PK300AF Grill & Smoker - Teal"] div[data-layout-name="Add"] div.css-iqfu3c::before,
  div[data-name="PKGO w/ FlipKit"] div[data-layout-name="Add"] div.css-iqfu3c::before {
    height: 150px;
    width: 45%; }
  div[data-name="The All New Original PK300 Grill & Smoker - PK Classic Silver"] div[data-layout-name="Add"] div.css-iqfu3c,
  div[data-name="The All New Original PK300AF Grill & Smoker - Teal"] div[data-layout-name="Add"] div.css-iqfu3c,
  div[data-name="PKGO w/ FlipKit"] div[data-layout-name="Add"] div.css-iqfu3c {
    flex-direction: column; }
  div[data-name="The All New Original PK300 Grill & Smoker - PK Classic Silver"] div[data-layout-name="Add"] div.css-iqfu3c a,
  div[data-name="The All New Original PK300AF Grill & Smoker - Teal"] div[data-layout-name="Add"] div.css-iqfu3c a,
  div[data-name="PKGO w/ FlipKit"] div[data-layout-name="Add"] div.css-iqfu3c a {
    width: 100%; } }

/* FIREWORKS 
 

.fireworks-container {
    z-index: 999;
  position: fixed;
  top: 0;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
}
.particle {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: white;
  pointer-events: none;
  opacity: 1;  
  animation: explode 1s ease-out forwards;
}


@keyframes explode {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(var(--x), var(--y));
  }
}
*/
#navPages-0006.navPage-subMenu.is-open {
  display: block;
  position: relative !important;
  top: 0 !important;
  background: transparent;
  padding: 5px 10px 0 10px !important; }

#navPages-0006:not(.is-open) {
  display: none; }
