/** Shopify CDN: Minification failed

Line 1994:15 Expected ":"

**/
/* Last modified by Claude  |  Version: base-custom-updated-260501e.css */

/* Utility */

.st-display-none {
  display: none;
}


/* Fonts */

body {
  font-family: "brandon-grotesque", sans-serif;
}

p {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
  font-style: normal;
    line-height: 1.4;
}

p strong {
    font-weight: 600 !important;
}

strong, b, .strong {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-style: normal;
}

p strong {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.subheading.h5 {
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    font-size: 1rem;
}


/* Buttons */

.btn {
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'brandon-grotesque', sans-serif;
    letter-spacing: 0.05rem;
    padding: 10px 44px;
}

.btn--add-to-cart {
    font-size: 0.8rem;
    padding: 0px 30px;
    min-height: 40px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}


/* Top Bar - Custom */

/*@media screen and (max-width: 576px) {
  .st-top-bar {
    display: none;
  }
  }*/

.st-top-bar {
    background-color: var(--color-accent);
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
}

.st-top-bar .top-bar-social__icons svg path {
    fill: #fff;
}

.st-top-bar .top-bar-social__icons {
    margin-left: -20px;
    margin-top: -10px;
}

.st-top-bar .top-bar-social__icons li {
    display: inline-flex;
    flex-wrap: wrap;
}

.st-top-bar .top-bar-social__icons li a {
    display: flex;
    opacity: 0.6;
    transition: opacity var(--duration-medium) var(--animation-bezier);
    margin-left: 15px;
    margin-top: 15px;
}

.st-top-bar .top-bar-social__icons li a:hover {
    opacity: 1;
}

.st-top-bar .top-bar-button {
  background-color: #fff;
    color: var(--color-accent);
    font-size: .7rem;
    padding: 0px 10px;
    height: 20px;
    transform: translateY(-3px);
  letter-spacing: 0;
}

.st-top-bar .top-bar-button-2 {
  background-color: var(--color-base);
    color: #fff;
    font-size: .7rem;
    padding: 0px 10px;
    height: 24px;
    transform: translateY(0px);
  letter-spacing: 0;
}

.st-top-bar .st-text-right {
  text-align: right;
}


/* Header */

header {
    background: #fff;
}

.header__secondary-menu {
    padding: 16px 0;
    background: transparent !important;
    justify-content: flex-end;
}

.header__secondary-menu a {
    font-weight: 700;
  font-size: var(--font-body-size);
}

.header__secondary-menu a>span:before {
    height: 2px !important;
}

.st-custom-rhs-menu {
    justify-content: flex-end;
    gap: 30px;
}

.menu--animation-underline .list-menu__item>span:before {
    background: var(--color-accent) !important;
}

.header__heading-logo--svg svg {
    width: 220px !important;
  height: 68px !important;
  transition: ease 0.3s;
}

.header {
    transition: ease 0.3s;
}

.shopify-section-header-sticky .header__heading-logo--svg svg {
    width: 150px !important;
}

@media screen and (min-width: 576px) {
.shopify-section-header-sticky .header {
    padding: 0px 0;
}
}

@media screen and (min-width: 577px) and (max-width: 992px) {
.header__heading-logo--svg svg {
    width: 200px !important;
  height: 61.9px !important;
}
}

@media screen and (max-width: 576px) {
.header__heading-logo--svg svg {
    width: 160px !important;
  height: 49.5px !important;
}
}

.header__heading-link {
    --scale-image: 1 !important;
}

/* Fix for header icons suddenly moving */

.header__icons {
    justify-content: flex-end;
    gap: 10px 20px;
    display: flex;
}

.st-custom-rhs-menu {
    justify-content: flex-end;
    gap: 30px;
    display: flex;
    align-items: center;
}

nav.list-menu.menu--animation-underline.list-menu--classic {
    display: flex;
    align-items: center;
}

/* Make header permanently sticky */

@media screen and (min-width: 993px) {
  .shopify-section-header-hidden, .section-header {
    transform: translateY(0%) !important;
}
/* Adjust header for sticky scrolling banner */
.shopify-section-first-hide, .section-header {
    /*top: 0;*/
  top: 42px;
}

.section-header.animate {
    transition: none !important;
}

.section-header {
    position: sticky;
  box-shadow: var(--shadow);
}
/* Scrolling banner - make sticky */
.shopify-section-group-header-group:not(.section-header) {
    position: sticky;
    top: 0;
    z-index: 12;
}
/* Adjust header to show below scrolling banner on scroll up */
.shopify-section-header-sticky:not(.shopify-section-first-hide) {
    top: 42px !important;
}
}


/* Mobile menu*/
nav.menu-drawer__navigation span {
    font-weight: 700;
    font-size: var(--font-body-size);
}

.drawer__content-pad>.menu-drawer__navigation+* {
    margin-top: calc(var(--padding4) - 26px) !important;
}


/* Slider */

.st-home-slider .slideshow__content {
  /*display: none;*/
}

.st-home-slider .slideshow__content .mt--first-child-0.text-center.text-center-mobile {
    display: flex;
    flex-direction: column;
}

.st-home-slider .slideshow__content .slideshow__heading {
    order: -1;
    font-size: 4rem;
  /* color: #cb3b28; */
  z-index: 1;
  line-height: 1.1;
  margin-bottom: 15px;
}

.st-home-slider .h5.slideshow__subheading {
    text-transform: uppercase;
  color: #fff;
}

.st-home-slider .slideshow__content {
    position: absolute;
    display: flex;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 100px 70px;
    z-index: 2;
}

@media screen and (min-width: 577px) and (max-width: 992px) {
.st-home-slider .slideshow__content {
    margin-top: 0 !important;
}
/*.st-home-slider big-slider .ctrl__button {
    top: 50% !important;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
}*/
}

@media screen and (max-width: 992px) {
.st-home-slider .slideshow__content>* {
    margin-top: 0 !important;
}
.st-home-slider big-slider .ctrl__button {
    display: none;
}
/*.slideshow__content--bg>*:before {
    content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        z-index: 0;
        opacity: 0.4 !important;
        background: #f6f7fa !important;
    }*/
}

.st-home-intro-1 {
  margin-bottom: 40px;
}

@media screen and (max-width: 576px) {
/*.st-home-slider .slideshow__content {
    display: none;
}*/
.st-home-slider .slideshow__content .slideshow__buttons {
    display: none;
}
.st-home-slider .slideshow__content .slideshow__heading {
    font-size: 2.4rem;
  margin-top: 0 !important;
  margin-bottom: 8px;
}
.st-home-slider .h5.slideshow__subheading {
    font-size: 1rem;
}
.st-home-slider .slideshow__content {
    padding: 70px 70px;
}
  .st-home-intro-1 h1 {
      font-size: calc(30px * var(--font-heading-scale));
}
}

@media screen and (min-width: 993px) {
big-slider .big-slider__items .slideshow {
    transform: scale(1) !important;
}
.st-home-intro {
    padding-left: 15%;
    padding-right: 15%;
}
.st-home-intro .heading--mb > .col-6 {
    max-width: 80%;
}
}


/* Announcement banner */

@media screen and (min-width: 992px) {
.announcement-bar__item p {
    font-size: 1.6rem;
    padding: 15px 0;
    font-weight: 600;
}
}

.shopify-section-group-header-group .announcement-bar__item p {
    font-size: 1rem;
    padding: 0px 0;
    font-weight: 600;
}

.shopify-section-group-header-group .announcement-bar__item .btn-small {
    display: none;
}


.st-announcement-bar-claws:last-child:before {
    background-image: url(/cdn/shop/files/claw-back-03.png?v=1681372301);
    background-size: 200px 100px;
    content: "";
    width: 200px;
    height: 100px;
    position: relative;
    z-index: 10;
    display: inline-block;
    background-repeat: no-repeat;
    top: -78px;
    left: calc(50% - 100px);
    margin-bottom: -100px;
}


/* Page banners */

.st-page-banner .slideshow__content {
    position: absolute;
    display: flex;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 100px 70px;
    z-index: 2;
  margin-top: 0;
}

.st-page-banner .slideshow__content>* {
    margin-top: 0;
}

.st-page-banner .slideshow__heading, .st-page-banner .slideshow__description {
    color: #fff;
}

.st-page-banner .image-hover-scaling__image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #2d3139;
    border-radius: var(--radius);
    opacity: 0.3;
}


/* Testimonial slider */

.st-testimonial-slider {
    margin-bottom: -30px;
}

.st-testimonial-slider:after {
    background-image: url(/cdn/shop/files/catamonial-graphic-01.png?v=1681366033);
    position: relative;
    z-index: 2;
    top: -156px;
    right: calc(-100% + 200px);
    width: 200px;
    content: "";
    background-size: 200px 156px;
    height: 156px;
    display: inline-block;
    background-repeat: no-repeat;
  margin-bottom: -135px;
}

.st-testimonial-slider p.slideshow__description {
    font-size: 2rem;
    font-style: italic;
    max-width: 400px;
  color: #fff;
}

.st-testimonial-slider .slideshow__content {
    position: absolute !Important;
    display: flex !Important;
    overflow: hidden !Important;
    top: 0 !Important;
    left: 0 !Important;
    right: 0 !Important;
    bottom: 0 !Important;
    width: 100% !Important;
    height: 100% !Important;
    padding: 70px 70px;
    z-index: 2 !Important;
}

.st-testimonial-slider .mt--first-child-0 {
    display: flex;
    flex-direction: column-reverse;
  align-items: center;
}

.st-testimonial-slider .h5.slideshow__subheading {
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 1rem;
}

@media screen and (min-width: 577px) and (max-width: 992px) {
.st-testimonial-slider .slideshow__content {
    margin-top: 0 !important;
}
}

@media screen and (max-width: 992px) {
.st-testimonial-slider .slideshow__content>* {
    margin-top: 0 !important;
}
.st-testimonial-slider big-slider .ctrl__button {
    display: none;
}
}

@media screen and (max-width: 576px) {
.st-testimonial-slider p.slideshow__description {
    font-size: 1.5rem;
  color: #fff;
}
.st-testimonial-slider:after {
    top: -78px;
    right: calc(-100% + 100px);
    width: 100px;
    background-size: 100px 78px;
    height: 78px;
    margin-bottom: -59px;
}
}


/* Money back section */

/*.st-money-back-section {
  margin-top: 140px;
  padding-top: 30px;
  padding-bottom: 70px;
}

.st-money-back-section .btn {
  font-size: 0.8em;
}*/

.st-money-back-section {
  padding-top: 100px;
}

.st-money-back-section .page-width:before {
    background-image: url(/cdn/shop/files/money-back-icon-01.png);
    background-size: 150px 150px;
    content: "";
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    top: -100px;
    left: calc(50% - 75px);
    margin-bottom: -85px;
      margin-top: 70px;
}

/*.st-money-back-section:before {
    background-image: url(/cdn/shop/files/claw-back-03.png?v=1681372301);
    background-size: 200px 100px;
    content: "";
    width: 200px;
    height: 100px;
    position: relative;
    z-index: 10;
    display: inline-block;
    background-repeat: no-repeat;
    top: -133px;
    left: calc(50% - 100px);
    margin-bottom: -100px;
} */


/* Delivery section */

.st-delivery-section {
  padding-top: 100px;
}

.st-delivery-section .page-width:before {
    background-image: url(/cdn/shop/files/katz-loo-delivery-icon-01.png);
    background-size: 150px 150px;
    content: "";
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    top: -100px;
    left: calc(50% - 75px);
    margin-bottom: -85px;
      margin-top: 70px;
}


/* Australian made section */

.st-australian-made-section {
  padding-top: 100px;
}

.st-australian-made-section .page-width:before {
    background-image: url(/cdn/shop/files/DN23_KL_AustralianMade_GreenGold.svg?v=1684905896);
    background-size: 160px 160px;
    content: "";
    width: 160px;
    height: 160px;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    top: -100px;
    left: calc(50% - 80px);
    margin-bottom: -85px;
      margin-top: 70px;
}

.st-australian-made .col-6 {
    max-width: 100%;
}

.st-australian-made .text-columns-img__icon img {
    width: 124px;
    height: 124px;
    object-fit: cover;
}


/* Starter pack section */

.product .st-custom-starter-pack-section {
    margin-bottom: 60px;
  padding-bottom: 60px;
}

.product .st-custom-starter-pack-section .st-starter-pack-description-container {
    display: none;
}

.product .st-custom-starter-pack-section .st-starter-pack-button-container {
    display: none;
}

.st-starter-pack-section .align-items-center {
    align-items: start !important;
}

@media screen and (min-width: 993px) {
.st-starter-pack-section .slideshow__content {
    padding: 6% 70px;
}
.st-starter-pack-section .slideshow__content>* {
    max-width: 90%;
}
.st-starter-pack-section .mt--first-child-0 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
}


/* Why Katz-Loo section */

.icon-banners__icon img {
    width: 70px !important;
    height: 70px !important;
    object-fit: cover;
}

.st-why-katz-loo-intro ul {
    text-align: left;
}

.st-why-katz-loo-intro ul li {
    margin-bottom: 30px;
}


/* Banners */

@media screen and (min-width: 992px) {
.st-home-banners .image-banner__content {
    position: relative;
    display: flex;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 50px;
}
}




/* Media with text */

@media screen and (min-width: 577px) {
.st-media-with-text-1 .grid.image-with-text--reverse, .st-media-with-text-1 .grid.image-with-text {
    align-items: center;
}
.st-media-with-text-1.image-with-text .align-self-start {
    align-self: center;
}
}

.st-media-with-text-1 h2 {
    font-size: 1.8rem;
}


/* Featured collection */

.st-custom-featured-collection {
  background-color: #F6F7FA;
  padding-top: 80px;
  padding-bottom: 100px;
}

/*.st-custom-featured-collection:before {
    background-image: url(/cdn/shop/files/claw-back-03.png?v=1681372301);
    background-size: 200px 100px;
    content: "";
    width: 200px;
    height: 100px;
    position: relative;
    z-index: 10;
    display: inline-block;
    background-repeat: no-repeat;
    top: -183px;
    left: calc(50% - 100px);
    margin-bottom: -100px;
}*/

.product-card__container .product-card__heading {
    font-weight: 900;
}

.product-card__container .price .h5 {
    font-weight: 300;
    font-size: 1.3rem;
}


/* Why Katz-Loo */

.st-why-katz-loo-columns .col-sp-12.col-6 {
  padding-left: 3%;
    padding-right: 3%;
}

.st-home-intro-2 {
    /* margin-top: 70px; */
  margin-bottom: 40px;
}

.st-why-katz-loo-columns .text-columns-img__icon img {
    width: 100px;
    height: 100px;
    filter: drop-shadow(0px 0px 16px rgba(0,0,0,0.1));
}

.st-why-katz-loo-columns .text-columns-icons {
    text-align: left;
}

.st-why-katz-loo-columns .text-columns-icons > .mt--first-child-0 {
    padding-left: 30px;
}

.st-why-katz-loo-how-to h2 {
    font-size: 1.6rem;
}


/* Auto Delivery */

.st-auto-delivery-terms h2 {
    font-size: 1.2rem;
}

.st-auto-delivery-intro ul {
    margin-top: 30px !important;
  text-align: left;
}

.st-auto-delivery-intro ul li {
    margin-bottom: 30px;
}


/* Contact page */

.st-contact-columns .col-sp-12.col-6 {
    padding-left: 5%;
    padding-right: 5%;
}

.st-contact-content {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: -105px;
}

.st-contact-content .grid .col-8 {
    max-width: 100% !important;
}

.st-contact-columns a[title="Chat now"] {
    background-image: url(/cdn/shop/files/shopify-chat-icon.svg?v=1685668862);
}

.st-contact-columns a[title="Facebook Messenger"] {
    background-image: url(/cdn/shop/files/facebook-messenger-icon.svg?v=1685669493);
}

.st-contact-columns a[title="Chat now"], .st-contact-columns a[title="Facebook Messenger"] {
    background-repeat: no-repeat;
    height: 0 !important;
    display: inline-block;
    width: 50px;
    padding-top: 50px;
    overflow: hidden;
    margin-top: 10px;
  margin-left: 5px;
    margin-right: 5px;
}

.st-contact-columns a[title="FAQs"], .st-contact-columns a[title="Chat"] {
  background-color: var(--color-accent);
    color: #fff;
    text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
    text-transform: uppercase;
    font-family: brandon-grotesque,sans-serif;
    letter-spacing: .05rem;
    padding: 10px 44px;
  display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: var(--font-body-line-height);
    height: 50px;
    border-radius: var(--radius-button);
    border: unset;
    width: auto;
  margin-top: 15px;

}

.st-contact-columns .text-columns-img__icon img, .st-contact-columns-2 .text-columns-img__icon img {
    width: 100px;
    height: 100px;
}

.st-contact-columns-2 .col-sp-12.col-6 {
    max-width: 100% !important;
}

.st-contact-columns-2 {
    padding-top: 40px !important;
}


/* Gap fixes */

.newsletter, .st-blog-section-how-to-use {
    margin-bottom: -100px;
}


/* Anchor links */

div#how:before  {
  content: '';
  display: block;
  height:      75px;
  margin-top: -75px;
  visibility: hidden;
}


/* Newsletter */

.newsletter .subheading.h5 {
    font-size: 1.2rem;
}

.newsletter .field, #myModal .field {
    margin-bottom: 10px;
}

.newsletter .field__icon, #myModal .field__icon {
    display: none;
}

.newsletter .field__label, #myModal .field__label {
    left: 30px;
}

.newsletter .field__input, #myModal .field__input {
    padding-left: 30px;
}

.newsletter .field-with-icon .field__input, #myModal .field-with-icon .field__input {
    padding-left: 30px;
}

.newsletter .field-with-icon .field__label, #myModal  .field-with-icon .field__label {
    left: 30px;
}

.field__button svg path {
    fill: var(--color-accent) !important;
}


/* Footer */

h5.footer__heading {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    font-weight: 600;
}

.footer__content-bottom a:not(.animation-underline) {
    color: #ccc;
    text-decoration: none;
    /* border-bottom: 1px #ccc dotted; */
}

.footer a[title="Email Katz-Loo"] {
    color: #ccc;
    text-decoration: none;
    border-bottom: 1px #ccc dotted;
}

.footer svg.theme-icon {
  width: 30px;
  height: 30px;
}

/*.footer-social:after {
    background-image: url(/cdn/shop/files/katz-loo-logo-white-opt.png?v=1682572374);
    background-size: 200px 36px;
    top: 0;
    position: relative;
    content: "";
    z-index: 99;
    display: inline-block;
    width: 200px;
    height: 36px;
    margin-top: 97px;
}*/

@media screen and (max-width: 992px) {
.footer__menu li:not(:last-child) a {
    padding-bottom: 0px !important;
}
}

.st-custom-footer-image img {
    max-width: 160px;
}

span.copyright__content {
    font-size: 0.8rem;
}


/* Apps */

.st-apps-section {
    /*background-color: #F7F9FA;*/
  margin-top: -30px;
}


/* Footer new */

footer-accordion {
    display: none !important;
}

.st-footer-contact-info-items {
    margin-top: 15px;
}

.st-footer-contact-info-items a {
    text-decoration: none;
}

.st-footer-contact-info:not(:last-child) {
    margin-bottom: 8px;
}

.st-footer-contact-info {
    display: flex;
    color: rgb(255, 255, 255);
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid var(--color-accent);
    padding: 12px 20px;
    border-radius: 8px;
    width: 100%;
  transition: ease 0.3s;
  background-color: var(--color-accent);
}

a.st-footer-contact-info:hover {
  border: 1px solid #fff;
    background-color: #fff;
}

a.st-footer-contact-info:hover {
    color: var(--color-accent);
}

a.st-footer-contact-info:hover .st-white {
    fill: var(--color-accent);
}

.st-footer-contact-info svg {
    width: 35px;
    height: 35px;
    margin-right: 20px;
    display: flex;
    flex: 0 0 auto;
  fill: rgb(255, 255, 255);
}

.st-footer-contact-info svg.st-arrow {
    width: 15px;
    height: 15px;
    margin-right: 0px;
  transition: ease 0.3s;
}

.st-footer-contact-info:hover svg.st-arrow {
    transform: translateX(-5px);
}

.st-footer-contact-info-text-holder {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.st-footer-contact-info-text-primary {
    display: flex;
    padding-right: 8px;
    margin-right: auto;
    width: 100%;
  font-weight: 600;
}

.st-footer-contact-info-text-secondary {
    display: flex;
    padding-right: 8px;
    margin-right: auto;
    width: 100%;
}

.st-footer-contact-graphic {
    position: absolute;
    right: 10px;
    bottom: -8px;
  display: block;
    display: none;
    z-index: 1;
    width: 230px;
}

footer.footer {
    background-image: url(/cdn/shop/files/let-us-help.svg?v=1684831663);
    background-repeat: no-repeat;
    background-position: right 72%;
    background-size: 17%;
}

footer .st-australian-made-logo {
    width: 90px;
    margin-top: 30px;
    position: absolute;
    bottom: 55px;
  display: none;
}

footer .st-australian-made-logo-2 {
    width: 90px;
    margin-top: 30px;
  margin-bottom: 30px;
  display: none;
}

@media screen and (max-width: 576px) {
.st-footer-contact-graphic {
    right: -10px;
    bottom: -25px;
    width: 30%;
}
.footer-blocks__container {
    padding-bottom: 220px !important;
}
footer.footer {
    background-position: right 90%;
    background-size: 200px;
}
}

@media screen and (min-width: 577px) and (max-width: 1199px) {
footer.footer {
    background-size: 27%;
}
}

@media screen and (max-width: 1199px) {
footer .st-australian-made-logo {
    display: none;
}
}

@media screen and (min-width: 1200px) {
footer .st-australian-made-logo-2 {
    display: none;
}
}

@media screen and (min-width: 993px) {
.footer-blocks__container {
    padding: 20px 0 50px !important;
}
}


/* Footer social - Custom */

.st-footer-social .top-bar-social__icons svg path {
    fill: #fff;
}

.st-footer-social .top-bar-social__icons {
    margin-top: -65px;
}

@media screen and (min-width: 1200px) {
.st-footer-social .top-bar-social__icons {
    margin-top: -85px;
}
}

.st-footer-social ul.unstyle-ul.top-bar-social__icons {
    display: flex;
    flex-direction: row;
    align-items: end;
}

.st-footer-social .top-bar-social__icons li {
    display: inline-flex;
    flex-wrap: wrap;
}

.st-footer-social .top-bar-social__icons li a {
    display: flex;
    opacity: 0.6;
    transition: opacity var(--duration-medium) var(--animation-bezier);
    margin-right: 15px;
    margin-top: 15px;
}

.st-footer-social .top-bar-social__icons li a:hover {
    opacity: 1;
}

.st-footer-social .top-bar-button {
  background-color: #fff;
    color: var(--color-base);
    font-size: .7rem;
    padding: 0px 10px;
    height: 20px;
    transform: translateY(-3px);
  letter-spacing: 0;
}

.st-footer-social .top-bar-button-2 {
  background-color: var(--color-base);
    color: #fff;
    font-size: .7rem;
    padding: 0px 10px;
    height: 24px;
    transform: translateY(0px);
  letter-spacing: 0;
}

.st-footer-social .st-text-right {
  text-align: right;
}

.st-footer-social svg.theme-icon {
    width: 24px;
    height: 24px;
}



/* Modal pop-up */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 11; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #f6f7fa;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 30px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 600px;
  border-radius: 20px;
}

.modal-text {
    margin-top: 15px;
  margin-bottom: 30px;
}

.modal-text p {
    color: #000;
}

/* The Close Button */
.st-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.st-close:hover,
.st-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}



/* Product page */

p.st-hero-review {
    color: var(--color-accent);
    font-weight: 600;
    margin-top: -15px;
}

.chm-toggle__button {
    padding: 20px 0 !important;
}

.product__right-column-sticky toggle-component.body2 .chm-toggle__content {
    font-size: var(--font-body-size);
}

.product__right-column-sticky toggle-component.body2 .chm-toggle__button {
    margin-bottom: 0;
    padding: 10px 0 0 0 !important;
}

.recently-viewed-products-content h2 {
    font-size: 1.6rem;
}

recently-viewed-products {
    background-color: #f7f7f7;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: -100px;
}

.spr-starrating {
    padding-top: 15px;
}

#shopify-product-reviews .spr-container {
    padding: 0px 0px !important;
}

.spr-header-title {
    font-size: calc(16px * var(--font-heading-scale)) !important;
  font-weight: 900 !important;
  margin-bottom: 6px !important;
  font-family: brandon-grotesque,sans-serif !important;
}

.spr-button-primary, .spr-summary-actions-newreview {
    font-size: 14px !important;
    height: 35px !important;
    padding: 0px 24px !important;
}

/*.st-apps-section.top-spacing-normal {
    background-color: #f7f7f7;
    padding-top: 60px;
    padding-bottom: 60px;
    /* max-width: 50%; */
    /* position: relative; */
    /* margin-right: 0; */
    /* margin-left: auto;
}*/

.st-custom-icons-container {
    margin-top: 30px;
}

.st-custom-icons-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  text-transform: none;
    font-size: 0.95rem;
    letter-spacing: 0.05rem;
    font-weight: 600;
}

.st-custom-icons-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.st-custom-guarantee-container {
    margin-top: 30px;
}

.st-custom-guarantee-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.st-custom-guarantee-icon {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.st-custom-liquid {
    margin-top: 30px;
}

.product__right-column-sticky {
    display: flex;
    flex-direction: column;
}

.product__right-column-sticky .shopify-app-block:nth-last-of-type(2) {
    order: 2;
}

/*.shopify-block[data-block-handle=reviews] {
    order: 2;
}

.shopify-app-block {
    order: 1;
}*/

.st-product-guarantee-tab-content, .st-product-use-tab-content {
    display: flex;
    align-items: center;
    max-height: none !important;
}

.st-product-inclusion-tab-content {
    display: flex;
    align-items: flex-start;
    max-height: none !important;
}

.st-tab-content-icon {
    width: 100px;
    padding-right: 15px;
    min-width: 75px;
}

.st-tab-content-icon img {
    height: 100%;
}

.st-tab-content-text p {
    margin-top: 0 !important;
}

.st-custom-features-container ul, .st-product-inclusion-tab-content ul {
    padding-left: 20px !important;
}

.badge__container span {
    font-family: 'brandon-grotesque';
  border-radius: 5px;
}

.product-page-section {
    margin-bottom: 90px;
}



@media screen and (min-width: 577px) {
.product__media-sticky {
    top: 180px !important;
}
.product-media-modal__content {
    padding-left: 15% !important;
    padding-right: 15% !important;
}
product-modal {
    width: 50%;
    margin: auto;
    top: 10vw !important;
    box-shadow: 0px 0px 200px rgba(0,0,0,0.3);
}
.product-media-modal__toggle {
    right: 25% !important;
    top: 10vw !important;
}
}

@media screen and (max-width: 576px) {
.product-media-modal__dialog .product-media-modal__content>* {
    max-width: 150% !important;
}
}

.shopify-payment-button__button--unbranded {
    background: var(--color-accent) !important;
}

.product-form__add-to-cart .btn_zoom:before {
    background: var(--color-base);
}

.product-form__add-to-cart .btn {
  background-color: var(--color-base) !important;
}

.st-buy-more-message-product {
    margin-bottom: -100px;
}

.st-buy-more-message-product h2 {
    font-size: 2rem;
}

.st-buy-more-message-product ul {
    text-align: left;
}

/*@media screen and (max-width: 576px) {
.st-buy-more-message-product {
  display: none;
}
}*/


.st-shipping-info-product-page h4 {
    font-size: 1em;
    font-weight: 900;
    margin-bottom: 4px;
    margin-top: 0px;
}

.st-shipping-info-product-page p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.st-custom-liquid .Panel {
    margin: -20px 0 10px 0;
}

.st-more-info-container {
    padding: 0.5em 0.75em 0.5em 0 !important;
    font-size: 1em;
    color: #2d3139;
    position: relative;
}

.st-more-info-text {
    cursor: pointer;
    display: inline-flex;
    align-content: center;
    align-items: center;
    padding-bottom: 15px;
}

.st-more-info-container .st-sub-icon {
    width: 26px;
    height: 26px;
    margin: 0 0.5em 0 0;
}

.st-details-label {
    font-size: .95em;
  color: var(--color-accent);
}

.st-details-label a, .st-details-label a:hover, .st-details-label a:active, .st-details-label a:visited {
    color: inherit;
    text-decoration: none;
    font-style: inherit;
}

.st-more-info-popup {
    display: none;
    position: absolute;
    left: calc(0.75em - 3px);
    top: calc(100% - 10px);
    background: #333;
    background: #333;
    color: #fff;
    color: #fff;
    z-index: 99999999;
    padding: 1em;
    border-radius: 3px;
    border-top-left-radius: 0;
    box-shadow: 1px 1px 3px 0 rgba(255,255,255,.14);
}

.st-more-info-popup a {
    color: #fff;
    text-decoration: underline;
}

.st-more-info-popup ul {
    padding-left: 15px;
}

.st-more-info-popup {
    font-size: 1rem;
    width: 300px;
}

.st-more-info-items {
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 992px) {
  .st-more-info-items {
    flex-direction: column;
}
  .st-more-info-container:nth-child(2) {
    margin-top: -20px;
}
}

.st-more-info-popup table {
    font-size: 0.9rem;
    line-height: 1.2;
  margin-bottom: 10px;
}

.st-more-info-popup table tr {
    background: transparent;
}

.st-more-info-popup table tr:nth-child(odd) {
    background: transparent;
}

.st-more-info-popup table tr td {
    padding-top: 2px;
    padding-bottom: 2px;
}

.st-more-info-text:hover .st-more-info-popup, .st-more-info-text:hover .st-more-info-popup::before, .st-more-info-text.st-show-tab .st-more-info-popup, .st-more-info-text.st-show-tab .st-more-info-popup::before {
    display: block;
}

.st-more-info-popup::before {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    top: -24px;
    z-index: 99999999;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom: 12px solid #333;
}

.st-close {
    display: none;
    position: absolute;
    width: 28px;
    height: 28px;
    top: 0px;
    right: 0px;
    cursor: pointer;
    border: none;
    box-sizing: border-box;
}

@media (hover: none) {
.st-more-info-text.st-show .st-close {
    display: block;
}
}

.st-close::before {
    transform: rotate(45deg);
}

.st-close::after {
    transform: rotate(-45deg);
}

.st-close::before, .st-close::after {
    position: absolute;
    left: calc(14px - 1px);
    content: "";
    height: 18px;
    top: 5px;
    width: 2px;
    background-color: #FFFFFF;
}



/* Account page */

.st-subscriptions-account-box {
    background-color: var(--color-accent);
    padding: 40px;
  
}

.st-subscriptions-account-box p {
    color: #ffffff;
    font-size: 1rem;
  margin: 0 !important;
}

.st-subscriptions-account-box h4 {
    color: #ffffff;
    margin: 0 !important;
    font-size: 1.2rem;
}

.st-subscriptions-account-box button {
    padding: 6px 15px;
    margin: 15px 0px;
    border-radius: 20px;
}

.st-subscriptions-account-box button a {
    color: var(--color-base);
    text-decoration: none;
    font-weight: 600;
    font-family: 'brandon-grotesque';
    text-transform: uppercase;
}

.st-subscriptions-account-box > p > a {
    color: #fff;
}

.st-subscriptions-account-box svg.theme-icon path {
    fill: #fff;
}

.st-subscriptions-account-box svg {
    vertical-align: middle;
}


/* Bundler */

.bndlr-volume {
    padding-bottom: 0em !important;
  padding-top: 0 !important;
}

.bndlr-volume-discounts {
    margin-top: 0.25em !important;
  border: 1px solid rgba(189, 189, 189, 0.55) !important;
  padding-top: 5px;
    padding-bottom: 5px;
}

.bndlr-volume-discount {
    border: 0px solid rgba(189, 189, 189, 0.55) !important;
    border-radius: 0px !important;
  font-weight: 600;
  text-align: left !important;
}

.bndlr-volume-discount.bndlr-volume-style-0.bndlr-has-savings-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.bndlr-volume-style-0.bndlr-volume-discount.bndlr-has-savings-text {
    padding: 0em 0.75em 0em 0.75em !important;
  margin-bottom: 0px !important;
  min-height: 40px;
}

.bndlr-volume-style-0 .bndlr-volume-saving-text {
    position: relative !important;
    left: unset !important;
    transform: translate(0%, 0%) !important;
    bottom: unset !important;
    border-radius: 99px !important;
  margin-top: 4px;
    margin-bottom: 4px;
}

h2.bndlr-volume-title {
    text-align: left;
    font-size: calc(16px * var(--font-heading-scale)) !important;
    font-weight: 900;
}

/*.bndlr-volume-discounts {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    flex-wrap: wrap;
}

.bndlr-volume-style-0.bndlr-volume-discount.bndlr-has-savings-text {
    padding: 0 !important;
}

.bndlr-volume-discount {
    border: 0px solid rgba(189, 189, 189, 0.55) !important;
    padding: 0.75em !important;
    margin-bottom: 0.5em !important;
    text-align: left !important;
    border-radius: 5px !important;
    position: relative !important;
    color: #000000 !important;
    background: #FFFFFF !important;
    display: inline-block !important;
    font-size: 1rem !important;
}

.bndlr-volume-style-0 .bndlr-volume-saving-text {
    position: relative !important;
    left: 0 !important;
    transform: unset !important;
    background: #fff !important;
    color: var(--color-subheading)!important;
    font-size: 1rem !important;
    padding: 0 !important;
    display: inline-block !important;
  font-weight: 400 !important;
}

.bndlr-volume-title, h2.bndlr-volume-title {
    font-size: 1.2rem !important;
    text-align: left !important;
  font-weight: 600 !important;
}*/


/* Seal */

.seal-col.seal-col-radio {
    width: auto;
}

.sls-more-info-popup {
    font-size: 1rem;
    width: 50%;
}

.sls-widget-branding {
    display: none;
}

label.sls-purchase-options-label {
    font-weight: 900;
    font-size: calc(16px * var(--font-heading-scale));
}

.st-subs-header-container {
    max-width: 700px;
    margin: auto;
    text-align: center;
    padding: 60px 15px;
}

.st-subs-header-container h2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.st-subs-header-container h4 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  font-size: 1.2rem !important;
}

.st-subs-header-container a {
  text-decoration: none;
}

.st-subs-header-container img {
  width: 100px;
}

.st-subs-header-icons-outer {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.st-subs-header-icons-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 15px;
}

@media screen and (max-width: 576px) {
  .st-subs-header-icons-outer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
}

.sls-subscription-details-label {
    color: var(--color-accent);
}

.sls-more-info-container {
    padding: 0.5em 0.75em 0.5em 0 !important;
}



/* Shipping rates */

#cs_shipping_rate .ShippingEstimator__Error {
    color: var(--color-base) !important;
}


#shipping_rates li span.shipdesc {
    display: block !important;
}

#shipping_rates li span.shipdesc {
    color: #222 !important;
    font-size: 18px !important;
    font-weight: 400;
}

#input_postcode {
    vertical-align: middle;
    border: 1px solid #ccc !important;
    border-right: 0 !important;
  padding-left: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.ShippingEstimator__Form {
    display: flex;
    height: 40px;
}

#cs_shipping_rate button#search_postcode {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 30px;
    padding-left: 12px;
    padding-right: 17px;
    font-size: 12px;
    letter-spacing: 0;
}

h4.Panel__Title.Heading.u-h2 {
    font-size: calc(16px * var(--font-heading-scale)) !important;
    margin-top: 0px;
    margin-bottom: 10px;
}

h4.Panel__Title.Heading.u-h2 b {
    font-weight: 900 !important;
}

.st-postcode-checker-page .ShippingEstimator__Form {
    justify-content: center;
}

.st-postcode-checker-page .Panel {
    text-align: center;
}

.st-postcode-checker-page {
    background-color: #f7f7f7;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: -100px;
}


/* Sticky button */

div#tidio-chat {
    display: none;
}

.kl-static-button-outer {
    position: fixed;
    left: 50px;
    bottom: 50px;
    display: flex;
    flex-direction: row;
  z-index: 2;
}

button.kl-static-button-left {
    background-color: rgb(193, 49, 34) !important;
    border-radius: 99px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-width: 0px;
    background-color: #fff;
	margin-right: 10px;
  cursor: pointer;
}

button.kl-static-button-right {
    box-shadow: rgba(0, 18, 46, 0.18) 0px 2px 20px 0px;
    border-radius: 99px;
    font-size: 0.8rem;
    text-transform: uppercase;
    padding-left: 20px;
    padding-rig