/** Shopify CDN: Minification failed

Line 631:2 Expected "}" to go with "{"

**/
/***** 
Custom Site-Wide CSS. Note to Developer at bottom of file.
*****/

/* Custom Fonts */
  @font-face {
    font-family: 'Outfit';
    src: url(/cdn/shop/files/Outfit-Regular.woff2?v=1745301428) format('woff2');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'Outfit';
    src: url(/cdn/shop/files/Outfit-SemiBold.woff2?v=1745301428) format('woff2');
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: 'Outfit';
    src: url(/cdn/shop/files/Outfit-Bold.woff2?v=1745302169) format('woff2');
    font-weight: 700;
    font-style: normal;
  }

/* Styling Headings */

h1, h2, h3, h4, h5, h6{
  font-family: 'Outfit'!important;
  font-weight: 600!important;
  text-transform: capitalize;
}

p, span, li, div{
  font-family: 'Outfit';
  font-weight: 400;
}
a{
  font-family: 'Outfit';
  font-weight: 600;
}
span{
  font-weight: unset;
}
/* Site-wide button font */

button.product-form__add-button.button.button--primary{
font-family: var(--heading-font-family);
font-weight: var(--text-font-bolder-weight);
}

/* Increasing heading sizes */

.h1, .rte h1 {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 32px));
  margin-bottom: 20px;
  line-height: 1.45;
}

.h2, .rte h2 {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 29px));
  margin-bottom: 20px;
  line-height: 1.55;
}

.h3, .rte h3 {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 26px));
  margin-bottom: 14px;
  line-height: 1.6;
}

.h4, .rte h4 {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 22px));
  line-height: 1.75;
}

.h5, .rte h4 {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 20px));
  text-transform: uppercase;
  line-height: 1.85;
}

.h6, .rte h5 {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 18px));
  text-transform: uppercase;
  line-height: 1.85;
}

@media screen and (min-width: 641px) {
  .h1, .rte h1 {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 36px));
    line-height: 1.43;
  }

  .h2, .rte h2 {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 25px));
    line-height: 1.5;
  }

  .h3, .rte h3 {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 27px));
    line-height: 1.5;
  }

  .h4, .rte h4 {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 24px));
    line-height: 1.7;
  }

  .h5, .rte h5 {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 22px));
    line-height: 1.75;
  }

  .h6, .rte h6 {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 19px));
    line-height: 1.7;
  }
}

/* Menu & Navigation Styling */
ul.nav-bar__linklist {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (min-width: 1000px) {
    .nav-bar__item {
        margin-right: 0px;
    }
.nav-bar {
        border-bottom: 1px solid var(--heading-color);
}
.nav-bar__linklist .nav-bar__item a, .nav-bar__linklist .nav-dropdown__item a{
  color: var(--heading-color);
  font-weight: 600;
  transition: all ease-in-out 0.2s;
}
.nav-bar__linklist .nav-bar__item a:hover, .nav-bar__linklist .nav-dropdown__item a:hover{
  color: var(--header-accent-color);
}
}
li.nav-bar__item:last-child {
    padding: 8px;
    background: var(--header-accent-color);
    border-radius: 3px;
}
li.nav-bar__item:last-child:hover{
  opacity: 0.8;
  transition: opacity ease-in-out 0.2s;
}
li.nav-bar__item:last-child a.nav-bar__link.link{
  color: var(--background);
}
.nav-bar__item a.nav-bar__link.link:hover svg.icon.icon--arrow-bottom {
  transform: rotate(180deg);
  transition: all 0.2s ease-in-out;
}

/* Megamenu Tweaks */
a.mega-menu__title.heading, a.mega-menu__title.heading:hover {
    color: var(--text-color);
    border-bottom: 1px solid rgba(var(--text-color-rgb), 0.5);
    cursor: default;
}

@media screen and (min-width: 1440px) {
    .mega-menu__inner--center .mega-menu__column {
        margin-right: 30px;
    }
}

.nav-bar__linklist .nav-bar__item a:hover span.mega-menu__image-heading.heading.h4{
        color: var(--header-accent-color)!important;
    }

/* Section Spacing */
body .section {
    padding: 50px 0;
    margin: 0;
}
@media screen and (min-width: 641px) {
  body .section {
      padding: 60px 0;
      margin: 0;
  }
}

/* Home Page Slider Animations */
.slideshow__slide .slideshow__title,
.slideshow__slide .slideshow__content,
.slideshow__slide .slideshow__button {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Change background colour */
 .slideshow__slide .slideshow__content-wrapper .container { 
  background: color-mix(in srgb, var(--heading-color) 80%, transparent);
}
@media(max-width: 686px){
background: var(--heading-color)!important;
}

/* Animation for initial load */
.slideshow__slide.is-selected .slideshow__title {
  animation: fadeUp 0.6s ease-out 0.2s both;
}

.slideshow__slide.is-selected .slideshow__content {
  animation: fadeUp 0.6s ease-out 0.4s both;
}

.slideshow__slide.is-selected .slideshow__button {
  animation: fadeUp 0.6s ease-out 0.6s both;
}

.slideshow.slideshow--large {
    background: var(--heading-color);
}

/* Zoom into Slide  Effects */
.slideshow__slide {
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slideshow__slide:not(.is-selected) {
  transform: scale(0.7);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateX(60px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

/* Remove blue on header in products */
.container div.header {
    background: unset;
}

/* Display breadcrumbs */
.page__sub-header{
  display: block;
}
.breadcrumb__list {
  flex-wrap: wrap;
}

.slideshow__content-wrapper {
  padding: 0;
}
.slideshow__content-wrapper .container {
  width: 45rem;
  background: var(--heading-color);
  padding: 3rem;
  top: auto;
  bottom: 0;
  transform: unset;
  left: 0;
  margin-left: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .slideshow--large {
    height: 20rem;
  }
}
@media (max-width: 686px) {
  .slideshow__content-wrapper .container{
    width: 100%;
  }
  .slideshow__slide-inner {
    justify-content: end;
  }
  .slideshow--large {
    height: 700px;
  }
}
@media screen and (min-width: 641px) {
 .slideshow__slide-inner--bottom-left .slideshow__content-wrapper {
    padding: 0;
  }

/* Mini Cart - remove checkout directly button. Can't turn off in Shopify customiser as it removes 'Request Quote' button too. 
.mini-cart__button-container .button-group > *:last-child{
  display: none;
}*/


/* Collection Items */

.collection-list .flickity-viewport {
    height: 400px !important;
}

.collection-list .collection-item__image-wrapper .aspect-ratio{
  padding-bottom: 125%!important;
}

.collection-list .collection-item {
  width: 23% !important;
  position: relative;
}

.collection-list .collection-item__image-wrapper {
    border-radius: 12px;
}

.collection-list h3.collection-item__title.text--strong {
    width: 85%;  
    padding: 0.8rem;
    background: var(--header-background);
    position: absolute;
    bottom: 3rem;
    border-radius: 50px;
    color: var(--background)
}

/* Remove tags filter */
.collection__filter-group:last-child {
    display: none;
}

@media(max-width: 990px){
 .collection-list .collection-item {
    width: 35% !important;
} 
}

@media(max-width: 749px){
  .collection-list .collection-item {
    width: 50% !important;
}
}

@media(min-width: 1500px){
 .collection-list .collection-item {
    width: 20% !important;
} 
}


/* Media Queries */

/* Text with Icons Component */

.text-with-icons__item {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.2rem;
  gap: 0.5rem;
}
.text-with-icons__icon-wrapper img {
  max-width: 4rem;
}

/* Icons for Footer and Contact page */
/* Footer Icons */
footer.footer .footer__block-item--text ul li, .contact__store-info ul li {
  list-style: none;
  padding-left: 24px;
  position: relative;
  margin-bottom: 1em;
}

/* Location icons for Footer and */
footer.footer .footer__block-item--text ul li:first-child::before, .contact__store-info ul li:first-child::before{
  content: "";
  background: url("/cdn/shop/files/location-icon.svg?v=1745399621") no-repeat center;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0.4rem;
  border-radius: unset;
}

/* Phone icon */
footer.footer .footer__block-item--text ul li:nth-child(2)::before, .contact__store-info ul li:nth-child(2)::before {
  content: "";
  background: url("/cdn/shop/files/phone-icon.svg?v=1745400240") no-repeat center;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0.4rem;
  border-radius: unset;
}

/* Email icon */
footer.footer .footer__block-item--text ul li:nth-child(3)::before, .contact__store-info ul li:nth-child(3)::before {
  content: "";
  background: url("/cdn/shop/files/mail-icon.svg?v=1745400240") no-repeat center;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0.4rem;
  border-radius: unset;
}

footer.footer .footer__block-item--text ul li a {
    text-decoration: none;
    color: var(--background);
}

.contact__store-info ul li a{
  text-decoration: none!important;
}

/* Policy Pages Spacing */
.shopify-policy__container {
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
}
.shopify-policy__container h1::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 1.5px;
  background-color: var(--header-background);
}

/* Collection Extra Content */

.collection-extra-content {
  display: flex;
  gap: 2rem;
  align-items: center;
  padding-bottom: 2rem;
}
.collection-extra-description,
.collection-video {
  flex: 1;
}
.collection-extra-description p {
  font-size: 1.1rem;
}
.collection-video video {
  border-radius: 8px;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .collection-extra-content {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Collections List Styling */
/* Top Component */
.collection-extra-content {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.collection-extra-description,
.collection-video {
  flex: 1;
}

.collection-video video {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

@media (max-width: 640px) {
  .collection-extra-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .collection .product-item{
    width: 100%;
  }
}

form#desktop-filters-form {
  background: #f3f4f6;
  border-radius: 8px;
}
.collection .card {
  display: flex;
  flex-direction: column-reverse;
  border: unset;
  position: relative;
  height: 100%;    
}

/* Remove In Stock Labels */
span.product-item__inventory.inventory.inventory--high {
    display: none;
}
/* Style Labels */
span.product-item__inventory.inventory{
    background: var(--text-color);
    padding: 0.5rem;
    border-radius: 50px;
    color: white;
    font-size: 1rem;
    align-items: center;
    justify-content: center;
    display: flex;
}

.product-item__inventory:before {
    display: none;
}

/* .card styling in Shopify editor*/
h1.collection__title.heading.h1 {
  display: none;
}
.collection__toolbar {
  margin: 0;
  background: var(--header-accent-color);
  color: var(--header-text-color);
  box-shadow: none;
}
.collection .product-item {
  border: 10px solid #f3f4f6;
  border-radius: 16px;
}
.collection .product-item:after {
  box-shadow: unset;
}
.collection .product-list {
  background: #f3f4f6;
  border: none;
  border-radius: 3px;
  border-radius: 2px;
  padding: 1rem;
}

.product-item{
  transition: transform 0.3s ease;
}
.product-item:hover .product-item__primary-image{
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

/* Make images same height and square */
img.product-item__primary-image {
    max-height: 290px;
    object-fit: contain;
}

.product-item__image-wrapper {
    aspect-ratio: 1;
    display: flex;
    height: 290px;
    max-height: 290px;
}
.product-item__image-wrapper .aspect-ratio {
    height: auto;
    width: 100%;
}

/* Product Page Styling */
.product-block-list .card {
  border: unset; 
  background: var(--background);
  border-radius: 12px;
}

/* Request a quote styling */
.qtl-section-form{
    display: block;
    color: white !important;
    border-radius: 8px;
}
.qtl-section-form .qtl-intro label.h1, .qtl-section-form .qtl-intro label.h2 {
    color: white;
}
.qtl-section-form .qtl-intro label.h2 {
    padding-bottom: 0.75rem;
}
input[class*=qtl-input], textarea[class*=qtl-textarea], select[class*=qtl-select] {
    margin-bottom: 0.5em!important;
}
@media (max-width: 480px) {
    input[class*=qtl-input], select[class*=qtl-select] {
        height: 38px!important;
        min-height: 38px!important;
    }
  input#qtl-first-name, input#qtl-last-name, input#qtl-email, input#qtl-phone {
    width: 49% !important;
  }
}

/* Stoq App Button Styling */
button.restock-rocket-button.restock-rocket-button-product {
    background-color: var(--primary-button-background) !important;
    border-radius: 3px !important;
}

/* NOTE - All custom CSS is within this file or the Shopify editor only. Theme edits record below:
• Added this sheet into the head of the 'theme.liquid file' if needed: <link rel="stylesheet" href="{{ 'readyrack.css' | asset_url }}">
• Edited image sizes in 'collection-list.liquid' and changed span to h3 headings on list.
• Wrap product-item__title in 'product-item.liquid' in an H3
• Breadcrumbs snippet altered in 'main-product.liquid'
• New component .collection-extra-content added in 'main-collection.liquid' and comment out old H1 title.
• Make title <p> in 'featured-collection.liquid'
• Remove H1 from logo in 'header.liquid', add H1 to 'slideshow.liquid'
• Remove malicious script in 'theme.liquid' under '{{ content_for_header }}'
• container--flush from 'main-collection.liquid' container
• Added a snippet to display the product brand logo in 'product-meta.liquid'
*/