/** Shopify CDN: Minification failed

Line 1496:16 Unexpected "*"
Line 1503:16 Unexpected "*"

**/
:root {
  /* Paragraph font variables */
 --font-primary: "Raleway", sans-serif;
  --font-secondary: "Raleway", sans-serif;
  --font-heading-family: "Raleway", sans-serif;
  --colour-black: #000;
  --overlay-primary: rgba(105, 100, 101, 0.59);

  /* override */
  --font-body-family: "Raleway", sans-serif;
  --font-body-style: normal;   /* no quotes */
  --font-body-weight: 100;     /* no quotes */

  /* PRIMARY BUTTON */

  /* default */
  --primary-bg-colour: #cd313c;
  --primary-text-colour: #fff;

  /* hover */
  --primary-bg-hover-colour: #606060;
  --primary-text-hover-colour: #fff;

  /* SECONDARY BUTTON */

  /* default */
  --secondary-bg-colour: #646567;
  --secondary-text-colour: #fff;

  /* hover */
  --secondary-bg-hover-colour: #fff;
  --secondary-text-hover-colour: #646567;

  --color-foreground: rgb(var(#343434));

  --tw-color-black: #343434;

  /* COLORS */

  /* Primary Colors */
  --primary-colour: #cd313c
  ;
  --primary-colour-100: #f8c7d1;
  --primary-colour-200: #f29fa9;
  --primary-colour-300: #ec7882;
  --primary-colour-400: #e6515b;
  --primary-colour-500: #cd313c; /* base */
  --primary-colour-600: #a92730;
  --primary-colour-700: #851d25;
  --primary-colour-800: #611419;
  --primary-colour-900: #3d0a0e;
  

  /* Secondary Colors */
  --secondary-colour: #646567;
  --secondary-colour-100: #d1d1d3;
  --secondary-colour-200: #b8b8ba;
  --secondary-colour-300: #bebec0;
  --secondary-colour-400: #8a8a8d;
  --secondary-colour-500: #646567;
  --secondary-colour-600: #4f5052;
  --secondary-colour-700: #3b3c3e;
  --secondary-colour-800: #292a2c;
  --secondary-colour-900: #18191a;

  /* text-primary Colors */
  --text-primary: #343434;
  --text-primary-100: #d6d6d6;
  --text-primary-200: #adadad;
  --text-primary-300: #858585;
  --text-primary-400: #5c5c5c;
  --text-primary-500: #343434;
  --text-primary-600: #2c2c2c;
  --text-primary-700: #232323;
  --text-primary-800: #1a1a1a;
  --text-primary-900: #121212;

  --spacing-xs: 0.75rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.25rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-2xl: 2.5rem;
  --spacing-3xl: 3.5rem;

  --buttons-radius: 5px !important;
  --buttons-radius-outset: 5px !important;
}



html {
  font-size: 10px; /* or your preferred base size */
}

/* Paragraph styles */
.font-primary {
  font-family: var(--font-primary);
}

.font-secondary {
  font-family: var(--font-secondary);
}
.hidden {
  display: none !important;
}
/* Primary Font: Raleway Family */
@font-face {
  font-family: "Raleway";
  src: url("Raleway-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("Raleway-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("Raleway-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("Raleway-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("Raleway-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("Raleway-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("Raleway-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("Raleway-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("Raleway-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("Raleway-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("Raleway-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("Raleway-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("Raleway-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}


.home-banner-gradient {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.406582701439951) 0%,
    rgba(0, 0, 0, 0) 60%
  );
}

.banner {
  z-index: -1;
}

.t-card {
  position: relative;
  overflow: hidden;
}

.t-card:hover .t-overlay {
  opacity: 1;
}

.t-card:hover .t-heading {
  opacity: 0;
}

.t-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--overlay-primary); /* Red with transparency */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: white;
}

.t-heading {
  position: absolute;
  top: 1rem;
  left: 1rem;
  transition: opacity 0.3s ease;
}

.t-grid {
  list-style: none; /* Remove bullet points */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
}

@media (min-width: 768px) {
  .button {
    transition: 400ms ease-in-out;
    letter-spacing: 0.04rem;
  }
}

.button:hover {
  transition: ease-in-out 400ms;
  background-color: var(--secondary-colour);
}
.button:after {
  box-shadow: none !important;
}

.button--primary {
  background-color: var(--primary-bg-colour);
  color: var(--primary-text-colour);
}

.button--primary:hover {
  transition: ease-in-out 400ms;
  background-color: var(--primary-bg-hover-colour);
  color: var(--primary-text-hover-colour);
}

.button--secondary {
  transition: ease-in-out 400ms;
  background-color: var(--secondary-bg-colour);
  color: var(--secondary-text-colour);
}

.button--secondary:hover {
  transition: ease-in-out 400ms;
  background-color: var(--primary-bg-colour);
  color: var(--primary-text-hover-colour);
}

.t-no-scrollbar::-webkit-scrollbar {
  display: none;
}
.t-no-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.t-cursor-grab {
  cursor: grab;
}
.t-cursor-grabbing {
  cursor: grabbing;
}

.t-card {
  position: relative;
  overflow: hidden;
}

.t-card:hover .t-overlay {
  opacity: 1;
}

.t-card:hover .t-heading {
  opacity: 0;
}

.t-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--overlay-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity;
  color: white;
}

.t-heading {
  position: absolute;
  top: 1rem;
  left: 1rem;
  transition: opacity;
}
/* @media (max-width: 1023px) {
    .hover-color-change:hover {
      color: red !important;
    }
  
    .no-overlay::before,
    .no-overlay::after {
      display: none !important;
    }
  } */

.dark-gradient {
  background: linear-gradient(
    0deg,
    var(--colour-black) 0,
    var(--colour-black) 61%,
    #0000 100%
  );
  height: 75%;
}

.swiper-slide {
  width: 309px; /* Width for large screens */
}

@media (max-width: 1024px) {
  .swiper-slide {
    width: 240px; /* Width for smaller screens */
  }
}
#MainContent {
  overflow: hidden;
}

/* HEADER CONDITIONAL CSS */
.relative-header {
  position: relative !important;
}

.absolute-header {
  position: absolute !important;
}

/* newsletter */

.footer-block__newsletter-container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 50px;
}

.footer-block__newsletter-container button#Subscribe {
  color: white;
  background-color: #646567;
}
.footer-block__newsletter-container button#Subscribe:hover {
  background-color: #000;
}

.footer-block__newsletter-container .field:after {
  content: none;
}

.footer-block__newsletter-container .field__input:focus {
  box-shadow: none !important;
}
.footer-block--newsletter.scroll-trigger.animate--slide-in {
  display: none;
}

.home-about-section-gradient {
  background: linear-gradient(0deg, #000 0, #000 57%, #0000 100%);
  opacity: 0.5;
}

.home-best-selling-knives-banner {
  background: linear-gradient(0deg, #000 0, #000 61%, #0000 100%);
  opacity: 0.5;
}

.t-group:hover .hover-text {
  color: var(--primary-bg-colour);
}

.hover-text {
  color: white;
}
.section-header.shopify-section-group-header-group {
  z-index: 10000 !important;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
}

.custom-pseudo::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  /* background-color: black; */
  z-index: 63;
  opacity: 0.2;
}

.custom-pseudo::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  /* background-color: #b10034; */
  z-index: 63;
  mix-blend-mode: multiply;
  opacity: 0.8;
}

.sticky-header {
  opacity: 0;
  transform: translateY(-50px); /* Start slightly above */
  transition:
    opacity 0.5s ease,
    transform 0.5s ease,
    height 0.5s ease; /* Smooth transitions */
  height: 0; /* Initially collapsed */
  overflow: hidden; /* Hide any content while collapsed */
  visibility: hidden; /* Make it not interactable */
}

.sticky-header.shown {
  opacity: 1;
  transform: translateY(0); /* Move to its final position */
  height: 72px; /* Set the final height of the header */
  visibility: visible; /* Make it interactable */
}

.t-mobile-linear-gradient {
  background: linear-gradient(180deg, #000, #0000) 0 0 !important;
}
/* 
.header-linear-gradient {
  background: linear-gradient(180deg, #bdbdbd, #ffffff00) 0 0;
  z-index: -100 !important;
} */

.bottom-header-linear-gradient {
  background: linear-gradient(360deg, #000, #0000) 0 0;
}

#universal-content-container {
  top: -1px; /* Assuming the container is directly below the menu item */
  left: 0;
  position: fixed; /* or fixed based on your design */
  width: 100%;
  z-index: 40;
  background-color: white;
  transition: opacity 0.3s ease;
}

*:focus-visible {
  box-shadow: none;
}

.desktop-header-sticky {
  height: 50px !important;
}

@media (min-width: 1023px) {
  .desktop-header-sticky {
    height: 74px !important;
  }
}

.desktop-header-non-sticky {
  height: 0px !important;
}

.align-with-sticky {
  position: fixed !important; /* or absolute based on layout needs */
  top: 74px !important; /* Adjust to match sticky header height */
  /* Other styles as needed to align with sticky header */
}

.align-with-non-sticky {
  position: relative !important; /* Original position */
  /* Other styles as needed to align with non-sticky header */
}

.align-with-sticky-mobile {
  position: fixed !important; /* or absolute based on layout needs */
  /* Other styles as needed to align with sticky header */
}

.align-with-non-sticky-mobile {
  position: absolute !important; /* Original position */
  /* Other styles as needed to align with non-sticky header */
}

#menu-item {
  letter-spacing: 0.4px;
}

/* Substitute styles for non-standard Tailwind classes */
.icon-size-small {
  width: 2.5rem !important;
  height: 2.5rem !important;
}
.ease-change-over {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.stroke-white {
  stroke: white !important;
}
.stroke-black {
  stroke: black !important;
}

.metafield-rich_text_field ul {
  list-style: disc;
}

.metafield-rich_text_field li {
  padding-bottom: 20px;
}

.product__info-container > * + * {
  margin: 0 !important;
}
/* 
.swatch {
  border: none;
} */

.t-visible-menu {
  visibility: visible;
  opacity: 1;
  transition:
    opacity 0.3s ease-in-out,
    visibility 0s 0s; /* visibility immediately visible */
}

.t-invisible-menu {
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.3s ease-in-out,
    visibility 0s 0.3s; /* visibility changes after opacity */
}

.t-pointer-events-none {
  pointer-events: none;
}

.product-form__submit {
  margin-bottom: 2rem !important;
}

.global-media-settings {
  border: var(--media-border-width) solid rgba(255, 255, 255, 0.05);
}

.thumbnail-slider .thumbnail-list.slider--tablet-up {
  /* background: #F0F0F0; */
  padding: 0rem !important;
}
.product__media-toggle {
  margin: -1px;
}

.product--small
  .thumbnail-list.slider--tablet-up
  .thumbnail-list__item.slider__slide
  img {
  width: 148px;
  height: 148px;
}
.product--small
  .thumbnail-list.slider--tablet-up
  .thumbnail-list__item.slider__slide {
  width: 148px !important;
  height: 148px;
}
.thumbnail[aria-current] {
  box-shadow: none !important;
}

.slider-component {
  background: #f0f0f0 !important;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

/* Optional CSS to ensure transition behavior */
.t-social-media-icon svg {
  transition: fill 0.3s ease-in-out; /* Smooth fill transition */
}

.t-group:hover .t-social-media-icon svg {
  fill: transparent; /* Make the icon transparent on hover */
}

.badge.price__badge-sale.color-scheme-4 {
  display: none;
}

.product__tax.caption.rte {
  display: none;
}
/* 
.no-scroll {
  overflow: hidden;
  height: 100vh;
} */

/* @media (max-width:505px) {
  .mobile-nav-height {
    top:120px !important;
  }
} */

.no-scroll {
  overflow: hidden;
}

.social-media-container {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-social-media {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.social_media_item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.social-media-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "YourSecondaryFont", sans-serif; /* Replace with your font */
  font-weight: normal;
  letter-spacing: 0.05em; /* Adjust as needed */
  text-align: center;
  transition: color 0.3s ease;
  color: white !important;
}

.social-media-icon svg {
  fill: white !important;
  transition: fill 0.3s ease;
  width: 24px;
  height: 24px;
}

.social_media_item:hover {
  background-color: white !important;
}

.social_media_item:hover .social-media-link {
  color: var(--primary-bg-colour) !important;
}

.social_media_item:hover .social-media-icon svg {
  fill: var(--primary-bg-colour) !important;
}

/* .product_description > * {
  padding-bottom: 30px;
}

.product_description > * {
  padding-bottom: 30px;
  line-height: 30px;
} */

/* Base Styles for .richtext, .richtext-other, and .richtext-regular-page */
.richtext,
.richtext-other,
.richtext-regular-page {
  color: #343434;
  font-family: var(--font-primary), sans-serif !important;
  font-weight: 300;
}

.richtext a,
.richtext-other a,
.richtext-regular-page a {
  text-decoration: underline;
  transition-duration: 300ms;
}

.richtext a:hover,
.richtext-other a:hover,
.richtext-regular-page a:hover {
  color: var(--primary-bg-colour);
}

.richtext > *:first-child,
.richtext-other > *:first-child,
.richtext-regular-page > *:first-child {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.richtext ul,
.richtext-other ul,
.richtext-regular-page ul {
  list-style-type: disc;
  padding: 20px 0 20px 20px;
}

.richtext *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.richtext-other *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.richtext-regular-page *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  color: #343434;
}

/* Heading Styles */
.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6,
.richtext-other h1,
.richtext-other h2,
.richtext-other h3,
.richtext-other h4,
.richtext-other h5,
.richtext-other h6,
.richtext-regular-page h1,
.richtext-regular-page h2,
.richtext-regular-page h3,
.richtext-regular-page h4,
.richtext-regular-page h5,
.richtext-regular-page h6 {
  letter-spacing: -0.25px;
  font-family: var(--font-secondary);
  font-weight: bold;
  text-transform: uppercase;
}

/* Font Size Defaults */
.richtext h1,
.richtext h2,
.richtext-other h1,
.richtext-other h2,
.richtext-regular-page h1,
.richtext-regular-page h2 {
  font-size: 2.5rem;
}
.richtext h3,
.richtext-other h3,
.richtext-regular-page h3 {
  font-size: 2.2rem;
}
.richtext h4,
.richtext-other h4,
.richtext-regular-page h4 {
  font-size: 1.9rem;
}
.richtext h5,
.richtext-other h5,
.richtext-regular-page h5 {
  font-size: 1.5rem;
}
.richtext h6,
.richtext-other h6,
.richtext-regular-page h6 {
  font-size: 1.3rem;
}

/* Responsive Scaling */
@media (min-width: 640px) {
  .richtext h1,
  .richtext-other h1,
  .richtext-regular-page h1 {
    font-size: 3.2rem;
  }
  .richtext h4,
  .richtext-other h4,
  .richtext-regular-page h4 {
    font-size: 2.4rem;
  }
  .richtext h5,
  .richtext-other h5,
  .richtext-regular-page h5 {
    font-size: 2.2rem;
  }
  .richtext h6,
  .richtext-other h6,
  .richtext-regular-page h6 {
    font-size: 1.9rem;
  }
}

@media (min-width: 768px) {
  .richtext h4,
  .richtext-other h4,
  .richtext-regular-page h4 {
    font-size: 1.9rem;
  }
  .richtext h5,
  .richtext-other h5,
  .richtext-regular-page h5 {
    font-size: 1.5rem;
  }
  .richtext h6,
  .richtext-other h6,
  .richtext-regular-page h6 {
    font-size: 1.3rem;
  }
}

@media (min-width: 1024px),
  (min-width: 1280px),
  (min-width: 1440px),
  (min-width: 1920px) {
  .richtext h1,
  .richtext-other h1,
  .richtext-regular-page h1 {
    font-size: 3.2rem;
  }
}

/* Grid Column for details-row */

.grid-details-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two equal columns */
  grid-template-rows: auto auto; /* Dynamic row sizes */
  gap: 10px; /* Space between images */
  width: 100%;
  height: auto;
  grid-template-areas:
    "Block1 Block1"
    "Block2 Block3";
}

@media (min-width: 1440px) {
  .grid-details-row {
    display: grid;
    width: 100%;
    height: auto;
    grid-template-columns: repeat(3, minmax(170px, 1fr)) !important;
    grid-template-rows: repeat(2, minmax(170px, 1fr)) !important;
    gap: 10px;
    grid-auto-flow: dense !important;
    grid-template-areas:
      "Block1 Block1 Block2"
      "Block1 Block1 Block3";
  }
}

.Block1 {
  grid-area: Block1;
}
.Block2 {
  grid-area: Block2;
}
.Block3 {
  grid-area: Block3;
}

body {
  font-family: var(--font-primary) !important;
  font-weight: 300;
  color: #343434;
}

.footer-block__newsletter-container a {
  color: #343434 !important;
}

.button {

  width: fit-content;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 5px !important;
  font-family: var(--font-secondary);
  font-weight: bold;
  border-radius: 5px;
}

.blog-articles {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)) !important;
}
.main-blog.page-width {
  max-width: 1920px !important;
}

.card-wrapper .media img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.card__inner {
  height: 320px;
}

.card__heading a {
  text-decoration: none;
}

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

.underline-links-hover:hover a {
  text-decoration: none !important;
  color: #343434;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
.underline-thin::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 0.2px !important;
  /* Super thin underline */
  background-color: #343434 !important;
}

select#blog-category-dropdown {
  appearance: none; /* Removes default dropdown arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="10" height="10"><path fill="none" stroke="%23000000" stroke-width="2" stroke-linecap="square" d="M1.5,7.5L12,18L22.5,7.5"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 25px;
  padding-right: 32px; /* Space for the icon */
}
select#blog-category-dropdown option:hover,
select#blog-category-dropdown option:checked {
  background-color: none;
}

select#blog-category-dropdown {
  color: inherit;
  background-color: inherit;
}

select#blog-category-dropdown option {
  background: white; /* Ensures background is white */
}

/* Prevent highlight when selecting */
select#blog-category-dropdown:focus {
  outline: none;
}

.metafield-rich_text_field {
  padding: 15px 0px;
  font-size: 1.9rem;
}

.article-card_tag ul {
  list-style: none;
  padding: 0;
  font-family: var(--font-secondary);
}
.article-card_tag li {
  color: var(--primary-colour) !important;
}

a.button {
  text-transform: uppercase;
  font-size: 1.5rem;
}

@media (min-width: 1024px) {
  a.button {
    font-size: 1.8rem;
  }
}

.template-404 {
  font-size: 2.5rem;
  font-weight: 800;
  text-transform: uppercase !important;
}

.template-404.page-width.page-margin.center {
  background-image: url("https://pyrolux-australia.myshopify.com/cdn/shop/files/NEXGEN_denim_range-Square.jpg?v=1744090132") !important;
  object-fit: contain;
  background-size: cover;
  background-position: center;
  height: 400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.template-404 h1.title {
  margin-top: 20px;
}
.template-404 p {
  margin-top: 20px;
  color: white;
  font-size: 5.4rem;
  display: none;
}

.template-404 {
  position: relative;
}

.template-404 a.button {
  position: absolute;
  top: 145px !important;
}

/* Font Size Defaults */
.template-404 h1.title {
  font-size: 2.5rem;
  color: white;
  font-weight: 800;
  text-transform: uppercase !important;
  position: absolute;
  top: 40px;
  padding: 0 10px;
}

.template-404 h1.title::after {
  content: "We are really sorry but the page you requested cannot be found.";
  font-size: 1.5rem;
  font-family: var(--font-primary);
  margin-top: 10px;
  text-transform: lowercase;
  font-weight: 300;
  word-wrap: break-word;
  white-space: normal;
  display: block;
}

.page-width {
  max-width: 1920px;
}

@media (min-width: 1024px) {
  .template-404.page-width.page-margin.center {
    height: 800px;
  }
  .template-404 h1.title {
    font-size: 5.4rem;
  }
  .template-404 a.button {
    top: 172px !important;
  }
}

.cart__dynamic-checkout-buttons.additional-checkout-buttons {
  display: none !important;
}

.title-wrapper-with-link {
  display: none;
}

#main-cart-items thead {
  display: none;
}

#mobile-menu-content-container button {
  text-transform: unset !important;
}

.cart-item__details {
  color: #343434 !important;
}

/* Form container */
.sc-37q5o9-0.bsVwRg {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  align-items: start;
}

@media (min-width: 1024px) {
  .sc-37q5o9-0.bsVwRg {
    flex-direction: row;
  }
}

/* Email input field */
.sc-1ru733p-3.cktLGM.email-field {
  border: 0.5px solid black;
  border-radius: 5px;
  height: 56px;
  width: 100%;
  padding: 10px;
}

@media (min-width: 1024px) {
  .sc-1ru733p-3.cktLGM.email-field {
    margin-bottom: 0;
  }
}

/* Signup button */
.sc-1ru733p-0.ddgrWE.smsb-subscribe-button {
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: background-color 0.3s ease-in-out;
  border-radius: 5px;
  height: 56px;
  padding: 20px 0;
  position: relative;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  border: none;
}

.sc-1ru733p-0.ddgrWE.smsb-subscribe-button:hover {
  background-color: #333;
}

@media (min-width: 1024px) {
  .sc-1ru733p-0.ddgrWE.smsb-subscribe-button {
    margin-left: 16px;
    width: 14rem;
  }
}

/* Error messages */
.sc-1ru733p-1.czPjqu.cw-invalid-feedback {
  font-size: 14px;
  color: red;
  display: none; /* Initially hidden, can be shown with JS */
}

.sc-1ru733p-1.czPjqu.cw-invalid-feedback.feedback-error {
  display: block;
  color: red;
  font-weight: bold;
}

/* Compliance text */
.sc-75msgg-0.TKrbM.sms-policy-text {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-top: 10px;
}

.sc-vxbem9-0.kGvtDm {
  margin: 0px !important;
}
.sc-1d4w5cg-2.gqYIia.form-renderer {
  gap: 5px;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.sc-1d4w5cg-1.dDNxpX.smsb-subscribe-button-holder {
  margin: 0px;
}

/* input */
.sc-1d4w5cg-0.diFhqo.false.form-holder {
  width: 100%;
}
.sc-vxbem9-0.jNKKDL {
  margin: 0px !important;
}

.sc-vxbem9-0.jNKKDL {
  width: 100%;
}

.sc-1d4w5cg-1.dDNxpX.smsb-subscribe-button-holder {
  height: 100%;
}

.cw-btn-block.cw-btn-primary {
  letter-spacing: 0rem;
}

.sc-1ru733p-0.ddgrWE.smsb-subscribe-button.cw-btn.cw-btn-primary.cw-btn-block.cw-btn-primary {
  width: 100% !important;
}

@media (min-width: 768px) {
  .cw-btn-block.cw-btn-primary {
    transition: 400ms ease-in-out;
    letter-spacing: 0.04rem;
  }
  .sc-1ru733p-0.ddgrWE.smsb-subscribe-button.cw-btn.cw-btn-primary.cw-btn-block.cw-btn-primary {
    height: fit-content !important;
    min-width: 123px !important;
  }

  .sc-1ru733p-0.ddgrWE.smsb-subscribe-button.cw-btn.cw-btn-primary.cw-btn-block.cw-btn-primary {
    width: auto !important;
  }

  .sc-1d4w5cg-2.gqYIia.form-renderer {
    flex-direction: row;
  }
}

.cw-btn-block.cw-btn-primary:hover {
  transition: ease-in-out 400ms;
  background-color: var(--colour-black);
}
.cw-btn-block.cw-btn-primary:after {
  box-shadow: none !important;
}

.cw-btn-block.cw-btn-primary {
  background-color: var(--primary-bg-colour);
  color: var(--primary-text-colour);
}

.cw-btn-block.cw-btn-primary:hover {
  transition: ease-in-out 400ms;
  background-color: var(--primary-bg-hover-colour);
  color: var(--primary-text-hover-colour);
}

.cw-btn-block.cw-btn-primary {
  transition: ease-in-out 400ms;
  background-color: var(--secondary-bg-colour);
  color: var(--secondary-text-colour);
}

.cw-btn-block.cw-btn {
  transition: ease-in-out 400ms;
  background-color: var(--secondary-bg-hover-colour);
  color: var(--secondary-text-hover-colour);
}
.cw-btn-block.cw-btn-primary {
  width: fit-content !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  border-radius: 5px !important;
  font-family: var(--font-secondary) !important;
  font-weight: bold !important;
  border-radius: 5px !important;
}

span#smsb-button-field-subscribe {
  line-height: 1;
  width: fit-content;
  flex-wrap: nowrap;
  font-size: 1.6rem !important;
}

.sc-1ru733p-0.ddgrWE.smsb-subscribe-button.cw-btn.cw-btn-primary.cw-btn-block.cw-btn-primary {
  height: fit-content !important;
  min-width: 123px !important;
}
.gqYIia {
  margin-block-end: 0px !important;
}

.ddgrWE span {
  padding: 0px !important;
}

.sc-1ru733p-0.ddgrWE.smsb-subscribe-button {
  margin: 0px !important;
}

.gFJWeS .success-container {
  font-family: var(--font-heading-family);
  font-size: 1.6rem;
}

.sc-vxbem9-0.kGvtDm {
  width: 100%;
}

.ppl_discount_wrapper {
  max-width: 1920px !important;
  margin: 0 auto;
  padding: 0 5rem;
}

button.ppl-dis-apply.ppl_dis_apply {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: var(--font-secondary, sans-serif); /* Replace with actual font */
  font-weight: bold;
  margin-top: 8px; /* Assuming Tailwind's t-mt-2 is 0.5rem */
  text-transform: uppercase;
  font-size: 14px; /* Default text-body-s, adjust as needed */
  border: none;
  cursor: pointer;
}

/* Adjust padding for larger screens */
@media (min-width: 1280px) {
  /* XL breakpoint */
  button.ppl-dis-apply.ppl_dis_apply {
    padding-left: 28px;
    padding-right: 28px;
  }
}

/* Adjust font size for large screens */
@media (min-width: 1024px) {
  /* LG breakpoint */
  button.ppl-dis-apply.ppl_dis_apply {
    font-size: 24px; /* Assuming header-5 is around 1.5rem */
  }
}

.afterpay-paragraph {
  text-align: center !important;
}

@media (min-width: 640px) {
  .afterpay-paragraph {
    text-align: right !important;
  }
}
.metafield-rich_text_field li:empty {
  display: none;
}

input, select, textarea {
  --font-body-family: var(--font-primary) !important;
}

.is-active {
  display: block;
}

div:empty {
  display: block;
}

.viewer.dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}


.custom-gallery-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none; /* allow clicks to pass through except on buttons */
}

.custom-arrow {
  background: rgba(255, 255, 255, 0.8);
  border: none;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  pointer-events: auto;
}

#Slider-Gallery-* {
  display: flex;
  transition: transform 0.3s ease;
  will-change: transform;
  cursor: grab;
}

#Slider-Gallery-*.dragging {
  cursor: grabbing;
}


[id^="Slider-Gallery-"] {
  display: flex;
  transition: transform 0.3s ease;
  will-change: transform;
  cursor: grab;
}

[id^="Slider-Gallery-"].dragging {
  cursor: grabbing;
}
.thumbnail-list {
  overflow: hidden;
  display: flex;
  user-select: none;
  cursor: grab;
  transition: transform 0.3s ease;
}

.thumbnail-list.dragging {
  cursor: grabbing;
}
.thumbnails-track.dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  transition: none; /* Disable smooth scrolling during drag */
}
.footer__copyright .copyright__content a[href*="shopify.com"] {
  display: none;
}

.footer__copyright .copyright__content a[href*="shopify.com"]:hover {
  display: none;
}

.mobile-facets {
  z-index:20000 !important;
}

.mobile-facets__close {
  z-index:40000 !important;
}

@media (max-width: 468px) {
  .make-flex {
    display: flex !important;
  }
}

span {
  font-family: "Raleway", sans-serif  !important;
  font-weight: 400;
}

span {
  font-family: "Raleway", sans-serif !important;
  font-weight: 400 !important;
  font-variant-numeric: normal !important;
  font-feature-settings: normal !important;
}

span {
  font-family: "Raleway", sans-serif !important;
  font-weight: 400 !important;

  /* Force clean tabular lining numbers */
  font-variant-numeric: lining-nums tabular-nums !important;
  font-feature-settings: "lnum", "tnum" !important;
}


/* Wishlist Plus App - Styling */

.swym-storefront-layout-root-component{
    margin-top: 70px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}
.swym-storefront-layout-container{
    overflow: auto !important;
}

.swym-storefront-layout-body{
    overflow-x: auto !important;
}

#notepad-anchor-title.swym-background-color{
    background-color: #cd313c !important;
}

.quantity__input {
  font-weight: 600;
}

.price__container .price-item {
  font-weight: 600 !important;
}


.t-animate-marquee {
     animation: t-marquee 280s linear infinite;
   }
   
   @keyframes t-marquee {
     0% { transform: translateX(0%); }
     100% { transform: translateX(-100%); }
   }