h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase !important;
  font-weight: 800;
  line-height: 1 !important;
}

p {
  line-height: 1.3;
}

.announcement-bar button.slider-button {
  display: none;
}

.page-width.utility-bar__grid {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}

ul.list-unstyled.list-social {
  flex-flow: nowrap;
}

.custom-links.hide-on-mobile.hide-on-tablet.flex.align-center {
  white-space: nowrap;
  gap: 1rem;
  display: flex;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  align-items: center;
}

.custom-links a {
  white-space: nowrap;
  gap: 1rem;
  display: flex;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 14px;
}

.announcement-bar__message {
  font-weight: 500;
  text-transform: uppercase;
}

.card-wrapper.product-card-wrapper .card__media img {
  object-fit: contain !important;
  padding: 1rem;
}

.article-card__image-wrapper {
  border-radius: 16px;
  border: 2px solid #222;
}

.global-media-settings {
  border-width: 2px;
}

.quick-add__submit {
  background: #cf112d;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}

.button {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.icon.icon-hamburger {
  padding: 0;
  width: 32px;
  height: 32px;
}

.h2,
.h3,
.h4 {
  font-weight: 600 !important;
}

/* Show only the first four items in the inline menu, hide the rest */
.header__inline-menu > ul > li {
  display: none;
}
.header__inline-menu > ul > li:nth-child(-n+4) {
  display: flex !important;
}

nav.header__inline-menu li {
  font-weight: 700;
}

.card__media {
  border-radius: 16px;
}

.header__menu-item {
  color: inherit;
}

.logo-group {
    font-family: 'owners';
}



.banner__two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.banner__two-column .banner__heading {
  text-transform: uppercase;
}
.banner__two-column .media {
  background: none;
}

.banner__two-column .banner__content {
    min-width: initial !important;
}

.banner__two-column .banner__box {
    min-width: initial;
    padding: 0;
}

.banner__two-column .banner__content * {
    text-align: left;
}

.banner__two-column .banner__buttons {
    justify-content: flex-start;
}

.banner__two-column .banner__content {
    padding: 0;
}

 .banner__two-column .banner__media-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.banner__content-column {
  padding: var(--horizontal-padding) !important;
}

.banner__two-column .banner__media-column img {
    object-fit: contain !important;
    object-position: bottom;
    width: 120%;
    max-width: 120%;
    min-width: 120%;
    height: auto;
    object-fit: none;
    transform: translateY(10px);
}

.collection-extended-description {
    margin-top: 100px;
}

.collection-extended-description .center {
    margin: 0 auto;
}

.collection-extended-description .metafield-rich_text_field a {
    color: black;
}

.collection-extended-description h2 {
    font-size: 3.6rem;
}

div.subscribe_form {
    width: 100%;
}

.subscribe_form .form_title_div,
.subscribe_form .form_description_div {
    display: none !important;
}

.subscribe_form .formContainer #formGeneratorForm .form_generater_form_div .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Layout for input + email + button row */
.subscribe_form .form_element.clearfix {
  display: grid;
  grid-template-columns: 1fr 1fr min-content;
  gap: 0;
  align-items: start;
}

/* Collapse inner container interference */
.subscribe_form .form_element.clearfix .form_container {
  display: contents;
}

/* Hide only empty clearfix */
.subscribe_form .clearfix:empty {
  display: none !important;
}

/* Input field sizing */
.subscribe_form input[type="text"],
.subscribe_form input[type="email"] {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: 48px !important;
}

/* Form field spacing cleanup */
.subscribe_form .form-group {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.subscribe_form .form_generater_form_div {
    margin: 0 !important;
}

.subscribe_form .col-md-12.form_element.clearfix {
    padding-left: 0 !important;
}

/* Remove default clearfix */
.subscribe_form .form_element.clearfix::before,
.subscribe_form .form_element.clearfix::after {
  content: none !important;
  display: none !important;
}

/* Submit wrapper positioning */
.subscribe_form .form_submit_div {
    margin: 0 !important;
    justify-self: start !important;
    text-align: left !important;
    width: 48px;
}

/* Circular desktop button */
.subscribe_form .form_submit_div .btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
}

/* Ensure consistent button padding */
#footer_subscribe .formContainer #formGeneratorForm .form_generater_form_div .btn {
    padding: 0 !important;
    line-height: 41px;
}

/* Optional fixed width for desktop */
.subscribe_form .row.form_container {
    width: 500px;
}

.shopify-section-group-footer-group a {
    color: white;
}

.shopify-section-group-footer-group .list-menu__item--link {
    letter-spacing: 0;
    font-size: 1.6rem;
    padding: 2px 0px;
}

.hulk_form_90eIMyz-PTL_t2Q53Wm38Q p.infoMessage {
    font-weight: bold;
    font-style: italic;
    color: #cf112d;
    letter-spacing: normal;
}

.after_form_submit p {
    color: #cf112d;
}

/* Cart drawer with fixed footer approach */
.drawer__inner {
  position: relative;
}

/* Make drawer footer stick to bottom */
.drawer__footer {
  position: fixed !important;
  bottom: 0 !important;
  left: auto !important;
  right: 0 !important;
  width: 40rem !important;
  max-width: calc(100vw - 3rem) !important;
  background-color: rgb(var(--color-background)) !important;
  z-index: 1000 !important;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1) !important;
  padding: 15px !important;
}

/* Cart wrapper height constraint for better layout */
.kt_cart_wrapper {
  max-height: 70px;
  overflow: hidden;
}

/* Fix countdown section at top of cart drawer */
.cart-drawer .drawer__inner > div:not(.drawer__header):not(.drawer__footer):not(cart-drawer-items) {
  position: sticky !important;
  top: 0 !important;
  z-index: 10 !important;
  background-color: rgb(var(--color-background)) !important;
  border-bottom: 1px solid rgba(var(--color-foreground), 0.1) !important;
  margin-bottom: 0 !important;
}

/* Adjust cart items container to account for fixed footer and countdown */
#CartDrawer-CartItems {
  overflow-y: auto;
  padding-right: 8px; /* avoid scrollbar overlaying content */
  max-height: calc(100vh - 436px) !important; /* Account for header, countdown, and footer */
  margin: 0;
}

/* Mobile adjustments */
@media screen and (max-width: 749px) {
  /* Reduce cart item title font size on mobile */
  .cart-item__name.h4.break {
    font-size: 1.2rem !important;
  }
  
  #CartDrawer-CartItems {
    max-height: calc(100vh - 456px) !important; /* Account for larger mobile footer and countdown */
  }
}

/* Override cart-drawer-items max-height for better footer spacing */
cart-drawer-items {
  max-height: calc(100vh - 436px) !important; /* Account for header, countdown, and footer */
}

@media screen and (max-width: 749px) {
  cart-drawer-items {
    max-height: calc(100vh - 456px) !important; /* More space for mobile footer and countdown */
  }
}

.subscribe_form .checkbox-inline label {
    filter: invert(1) brightness(2);
}
.subscribe_form #form_input_2 {
  background: black;
}

@media screen and (min-width: 749px) {
  #footer_subscribe .formContainer #formGeneratorForm .form_generater_form_div .btn {
    margin-top: - 34px;
  }
  .subscribe_form .formElement_2.form-group.fadeMe.text.clearfix.col-sm-12.checkbox {
    margin-top: 6px;
  }
}

@media screen and (max-width: 749px) {
  .card__heading {
    font-size: 1.2rem;
  }
  
  .subscribe_form .form_element.clearfix {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .col-md-12.form_element.clearfix {
    padding-right: 0 !important;
  }

  .subscribe_form .form_submit_div {
    justify-self: stretch !important;
    text-align: center !important;
  }

  .subscribe_form .form_submit_div .btn {
    width: 100% !important;
    height: 46px !important;
    border-radius: 12px !important;
    font-size: 18px;
    line-height: 46px;
  }

  .subscribe_form .row.form_container, .subscribe_form .form_submit_div {
    width: 100% !important;
  }

  .subscribe_form .form-group {
    padding-right: 0 !important;
  }

  #HeroBanner-template--25275215085937__hero_section_cmWEYQ .banner__two-column {
    grid-template-columns: 1fr !important;
  }
  .multicolumn-card__info .inline-richtext.h2 {
      font-size: 1.4rem !important;
  }
  h2.title.inline-richtext.h0 {
    font-size: 3rem;
  }
  .duplicate_brick {
    display: none !important;
  }

  .banner__two-column .banner__two-column {
      display: grid;
      grid-template-columns: 1fr;
  }
  
  .banner__two-column .banner__media {
      position: relative !important;
      height: auto;
      width: 100%;
      align-items: center;
      text-align: center;
  }

  .banner__two-column .banner__image {
      position: relative !important;
      margin-bottom: -10px;
      object-position: bottom;
  }
}

.banner  {
    justify-content: center;
    overflow: hidden;
}

.banner__two-column .media , 
.banner__media-column {
    overflow: visible !important;
}

/* ----------- Cart Reservation Box ----------- */
.reservation-message {
    display: inline-block;
}

.reservation-timer {
    border-radius: 15px;
}

@media screen and (min-width: 749px) {
  .reservation-countdown {
      margin-top: -25px !important;
      vertical-align: middle;
      margin-left: 20px;
  }
}
/* ----------- End Cart Reservation Box ----------- */

#shopify-section-template--25726883168625__multirow_TrQTyw .global-media-settings {
    border: none !important;
}

/* ----------- Product Card Styling ----------- */
.card__heading {
  font-family: 'proxima-nova', sans-serif;
  text-transform: initial !important;
  font-size: 16px;
  line-height: 1 !important;
}

.card__heading a {
  text-decoration: none !important;
}

.card__information {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

ul#product-grid {
  --grid-desktop-horizontal-spacing: 1rem;
  --grid-desktop-vertical-spacing: 1rem;
}

.quick-add.no-js-hidden {
  margin: 0;
}
/* ----------- End Product Card Styling ----------- */