/** Shopify CDN: Minification failed

Line 638:25 Expected ":"
Line 3219:22 Expected ":"

**/
/* Web Disco */



@font-face {
  font-family: Arapey;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//spirostore.com.au/cdn/fonts/arapey/arapey_n4.f34340ab9c56baa7f8accf674e253407b725d12c.woff2") format("woff2"),
       url("//spirostore.com.au/cdn/fonts/arapey/arapey_n4.003d1426f62522643e43e1d3072a2e7d1ab78130.woff") format("woff");
}

@font-face {
  font-family: "Nunito Sans";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("//spirostore.com.au/cdn/fonts/nunito_sans/nunitosans_n3.dd449b0f52a6ad3150beb6eb8d82627ea34fcb52.woff2") format("woff2"),
       url("//spirostore.com.au/cdn/fonts/nunito_sans/nunitosans_n3.45928256bc616e1eba7b853895e4696fe2a37713.woff") format("woff");
}


/* GLOBAL STYLES */ 

html {
    -webkit-text-size-adjust: 100%;
    touch-action: manipulation;
    background-color: #ffffff;
    scroll-behavior:smooth;
}

*, ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e2e8f0;
}

audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle;
}

body {
    margin:0;
}

.unset {
    display: unset;
}

/* NEEDS REDONE AND RETHOUGHT MOVE INTO HEADER SECTION? */

/* END FIXED HEADER */

.section-space {
    padding: 80px 0;
}

.page-width {
    padding-left: 10px;
    padding-right: 10px;
    width:100%;
    max-width: 1400px;
    margin: auto;
}

@media (max-width:768px) {
    .section-space {
        padding: 40px 0;
        }
}

.page-width-no-padding {
    width:100%;
    max-width: 1400px;
    margin: auto;
}

.pointer {
    cursor: pointer;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-scroll {
    overflow: scroll;
}

.overflow-y-scroll {
    overflow: scroll;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

hr {
    border-width: 1px;
}

.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* BUTTONS */

button[disabled],
button[disabled]:hover{
  background: #E5E3E1;
  color: #fff;
  border:1px solid #E5E3E1;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

button, input, optgroup, select, textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

[role=button], button {
    cursor: pointer;
}

button {
    background-color: transparent;
    background-image: none;
}

button, select {
    text-transform: none;
}

button, input {
    overflow: visible;
}

.button {
    background-color: #000000;
    color: #ffffff;
    padding: 20px 40px;
    font-size:12px;
    font-weight: 500;
    border: 1px solid #000000;
    text-decoration:none;
    cursor:pointer;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 100%; /* 12px */
    letter-spacing: 2px;
    transition: all .3s ease-in-out;
}

.button:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}


.button.secondary {
    background: #8E8D8B!important;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 2px;
    border: 1px solid #8E8D8B;
}

/* FONT SETTINGS */

h1, h2, h3, h4, h5, h6 {
    font-family: Arapey, serif;
    color: #000000;
    line-height:1;
    font-weight:400;
}

p, button, input, optgroup, select, textarea, html, label, div, span {
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    color: #000000;
    line-height:1.4;
}

@media (max-width: 768px) {
    p, button, input, optgroup, select, textarea, html, label, div, span, .link-text {
        font-size:12px;
    }
}

a {
    color: #000000;
    text-decoration:underline;
    font-weight:700;
}

.strike {
    text-decoration: line-through;
}

.underline {
    text-decoration: underline;
}

.underline-0 {
    text-decoration:none;
}

.uppercase {
    text-transform: uppercase;
}

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

.weight-700 {
    font-weight: 700;
}

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

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

.text-right {
    text-align: right;
}

/* FONT SIZING - RESPONSIVE */

h1 {
    font-size: 32px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

@media (max-width: 768px) {

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }

}


/* FLEXBOX CLASS SETTINGS */

.flex {
    display:flex;
}

.inline-flex {
    display: inline-flex;
}

.flex-wrap {
    flex-wrap:wrap;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.flex-grow {
    flex-grow: 1;
}

.flex-100 {
    flex:100%;
}

.flex-auto {
    flex: 1 1 auto;
}

.direction-column {
    flex-direction:column;
}

.inline-flex {
    display:inline-flex;
}

.justify-start {
    justify-content: start;
}

.justify-center {
    justify-content: center;
}

.justify-evenly {
    justify-content: space-evenly;
}

.justify-around {
    justify-content: space-around;
}

.justify-between {
    justify-content: space-between;
}

.justify-end {
    justify-content: flex-end;
}

.items-start {
    align-items: flex-start;
}

.items-center {
    align-items: center;
}

.items-between-y {
    align-content: space-between;
    justify-content: space-between;
}

.items-between {
    justify-content: space-between;
}

.items-end {
    align-items:end;
}

.self-start {
    align-self: start;
}

.row-reverse {
    flex-direction:row-reverse;
}

/* FLEXBOX ORDERING */

.order-1 {
    order:1;
}

.order-2 {
    order:2;
}

.order-3 {
    order:3;
}

/* FLEXBOX RESPONSIVENESS */

@media (max-width:768px) {

    .flex-wrap-mobile {
        flex-wrap:wrap;
    }

    .justify-between-center-mobile {
        justify-content: center;
    }

    .justify-between-center-mobile div {
        margin:auto;
    }
  
}

/* POSITIONING */

.sticky {
    position: sticky;
}

.relative {
    position:relative;
}

.absolute {
    position: absolute;
}

.absolute-w-full {
    position:absolute;
    width: 100%;
    height:100%;
    top:0;
    left:0;
}

.absolute-center {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.absolute-center-logo-desktop {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    width: fit-content!important;
}

@media (max-width:1024px) {
    .absolute-center-logo-mobile {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        width: fit-content!important;
    }
}


.fixed {
    position: fixed;
}

.top-0 {
    top: 0;
}


.top-10 {
    top: 10px;
}


.top-7-5- {
    top: 7.5px;
}

.top-12-5- {
    top: 12.5px;
}

.top-5 {
    top: 5px;
}

.top-10 {
    top: 10px;
}

.top-15 {
    top: 15px;
}

.top-27-5- {
    top: 27.5px;
}

.right-0 {
    right:0;
}

.right-5 {
    right:5px;
}

.right-10 {
    right:10px;
}

.right-15 {
    right:15px;
}

.left-0 {
    left: 0;
}

.left-15 {
    left: 15px;
}

.top--20 {
    top:-20px;
}

.right--15 {
    right:-15px;
}

.bottom-0 {
    bottom: 0;
}

/* SVG BASE */

.w-6 {
    width: 1.5rem;
}

.h-6 {
    height: 1.5rem;
}


/* THEME SECTIONS */


/* HEADER */

.announcement-bar-message {
    margin: 0;
    padding: 8px;
    text-align: center;
    font-size: 14px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height:15px;
    letter-spacing: 0.5px;
    text-decoration-line: underline;
  }

.header--wrapper {
    padding: 20px;
    max-width:100%;
}

@media (max-width: 768px) {
    .header--wrapper {
        padding: 15px;
    }
}

/* .header-main.border {
    border-bottom: 1px solid #3c411c;
}

footer {
    border-top: 1px solid #3c411c;
} */

@media (max-width: 768px) {

        .headerWrapper {
        padding-left:10px;
        padding-right:10px;
    }
}

.headerClosed {
   background-color: #ffffff;
}

.headerInner.page-width {
    padding:0;
}

.nav-link {
    color: #000000;
    font-size: 18px;
    text-transform:uppercase;
    padding: 0 20px;
}

.mobile-menu-link, .nav-icon {
    color: #000000;
    font-size: 16px;
}

.mobile-menu-link {
    text-transform:uppercase;
    font-size: 12px;
    font-style: normal;
    font-weight: 375;
    line-height: 16px;
    letter-spacing: 1px;s
}

.mobile-child-link {
    color: #000000;
    font-size: 16px;
    text-align:left;
}

.logo-link {
    color: #000000;
}

/* MOBILE MENU ACCORDION */

.accordion-mobile {
    cursor: pointer;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-top:20px;
    justify-content:start;
    align-items:center;
    font-size: 12px;
    font-style: normal;
    font-weight: 375;
    line-height: 16px;
    letter-spacing: 1px;
}

.accordion-mobile:after {
    content: '\002B';
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordion-mobile.active:after {
    content: "\2212";
}

.panel-mobile {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}



/* NAV BAR - NORMAL DROPDOWN */
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display:none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    padding-top:15px;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {
    background-color: #f1f1f1;
    }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .dropdown-content-inner {
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin-top:0px;
  }
  

  .dropdown-content a {
    background-color: #f9f9f9;
    min-width: 160px;
  }

  .dropbtn svg {
    width:20px;
    margin-left:10px;
  }


  /* MEGA MENU */

  .mega-menu--inner {
    display: none;
    position: absolute;
    min-width: 650px;
    z-index: 1;
    left:-40px;
    top: 95px;
  }

  .mega-menu-box {
    background: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    display: flex;
    justify-content:space-between;
  }

  .mega-content-inner {
    padding:40px;
    background:#fff;
  }

  .mega-content-inner a {
    padding-bottom:5px!important;
    text-transform:initial!important;
  }

  .mega-image {
    width: 400px;
  }

  .mega-title {
    font-size: 12px;
    font-style: normal;
    font-weight: 375;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform:uppercase;
  }

  .mega-child {
    font-size: 12px;
    font-style: normal;
    font-weight: 375;
    line-height: 16px;
    letter-spacing: 0.5px;
    margin-top:27px;
  }

  /* Helping to create megamenu hover state with links */

  .desktop--menu--wrap {
    position: absolute;
    height: 100%;
    left:40px;
  }

  .header--wrapper {
    justify-content:end;
  }

/* CART BUBBLE */

.header-cart-item-count {
    position: absolute;
    top:-12px;
    right:-12px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    /* background: #ffffff; */
    color: #000000;
    text-align: center;
    font-size: 10px;
    font-weight: 375;
    line-height: 14px;
    letter-spacing: 0.25px;
    display:flex;
    justify-content:center;
    align-items: center;
    padding-top:1px;
}

@media (max-width:768px) {
    .header-cart-item-count {
        font-size: 14px;
    }
}

.mobile-toggle svg {
    height: auto;
    fill:#000000;
}

.customer-nav svg {
    width:16px;
    height: auto;
    color:#000000;
}

@media (max-width: 768px) {
    .customer-nav svg {
        width: 18px;
    }
}


    /* MOBILE MENU ONLY */


.button_container {
    position: relative;
    width: 35px;
    height:16px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
    border: 0;
    background-color: transparent;
  }

  .button_container.active .top {
    transform: translateY(12px) translateX(0) rotate(45deg);
  }
  .button_container.active .middle {
    opacity: 0;
  }
  .button_container.active .bottom {
    transform: translateY(-12px) translateX(0) rotate(-45deg);
  }
  .button_container span {
    border: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
  }
  .button_container span:nth-of-type(2) {
    top: 8px;
  }
  .button_container span:nth-of-type(3) {
    top: 16px;
  }
  
  .overlay {
    position: fixed;
    background: #ffffff;
    left: 0;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
    font-weight: 300;
    z-index:99;
    width:100vw;
    padding: 0 20px;
  }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }
  .overlay.open li {
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0.25s;
  }
  .overlay nav {
    position: relative;
    height: 100%;
    text-align: center;
  }
  .overlay-ul {
    list-style: none;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    padding:0;
  }
  .overlay ul li {
    display: block;
    position: relative;
    opacity: 0;
  }
  .overlay ul li a {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    text-align:left;
    font-size: 12px;
    font-style: normal;
    font-weight: 375;
    line-height: 16px;
    letter-spacing: 1px;
  }
  .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 100%;
  }

  .nav-menu-acount-text {
    justify-content:start;
  }
  
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }




/* Select */


.select {
    height: 50px;
    background: #fff;
    border: 1px solid #e7e7e7;
    cursor: pointer;
    background: url('http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png') no-repeat 97%!Important;
    -webkit-appearance: none;
    min-width:250px;
    font-size: 12px;
    font-style: normal;
    font-weight: 375;
    line-height: 18px
    letter-spacing: 0.5px;
    padding-left:15px;
    color: #8E8D8B;
}

/* Borders */

.border-none {
    border:none!important;
}

.border-1 {
    border: 1px solid #e7e7e7;
}

.border-color {
    border-color: #e7e7e7;
}

.border-w-1 {
    border-width: 1px;
}

.border-bottom-1 {
    border-bottom-width: 1px;
}

.border-top-only-1 {
    border-top: 1px solid #e7e7e7;
}

.border-right-only-1 {
    border-right: 1px solid #e7e7e7;
}

.border-top-bottom-1 {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.border-bottom-only-1 {
    border-bottom: 1px solid #e7e7e7;
}

.border-left-only-1 {
    border-left: 1px solid #e7e7e7;
}


.opacity-0 {
    opacity:0;
}

.opacity-1 {
    opacity: 1;
    z-index:9999!important;
  }

.opacity-50 {
    opacity:.5;
}

.opacity-100 {
    opacity:1!important;
}

/* Search Bar */

.header-search-bar--wrapper {
    background-color: #E5E3E1;
    height: 0px;
    opacity: 0;
    transition: all 0.5s;
    z-index:-1;
}

.search-inner {
    height: 0px;
    opacity: 0;
    transition: all 1s;
    z-index:-1;
  }


.header-search-bar label {
    color: ;
}

.header-search-close svg {
    color: #3c411c;
}

.shown {
    height: 75px!important;
    opacity: 1;
    z-index:9999!important;
  }

  .shown-2 {
    height: 100%!important;
    opacity: 1;
    z-index:9999!important;
  }

  .header-search-bar {
    padding-left:50px;
    padding-right:50px;
  }


  @media (max-width:768px) {
    .header-search-bar {
        padding: 0 15px;
    }

    .header-search-close {
        top:2.5px;
        right:2.5px;
    }
  }

/* Z's */

.z-10 {
    z-index:10;
}

.z-999 {
    z-index:999;
}

.z-9999 {
    z-index:9999;
}

.z-99999 {
    z-index: 99999;
}

/* Width & Height */

.w-64 {
    width:64px;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width:30%;
}

.w-33 {
    width: 33%;
}

.w-50 {
    width: 50%;
}

.w-70 {
    width: 70%;
}

.w-75 {
    width: 75%;
}

.w-auto {
    width:auto;
}

.w-full {
    width: 100%;
    height:auto;
}

.w-full-h-full {
    width: 100%;
    height:100%;
}

.w-full-padding {
    width: 100%;
    padding:0 20px;
}

.w-auto-h-auto {
    width:auto;
    height:auto;
}

@media (max-width:768px) {
    .w-full-padding {
        padding:10px;
        padding-top:0;
    }
    
.w-full-mobile {
    width:100%;
}
}

.h-full {
    width:auto;
    height:100%;
}

.h-auto {
    height:auto;
}

.h-fit-content {
    height:fit-content;
}

.max-h-0 {
    max-height: 0;
}

.h-85 {
    height:85%;
}

.height-full {
    height: 100vh;
}

.w-100 {
    width:100%;
    max-width:100px;
}

.w-150 {
    width:100%;
    max-width:150px;
}

.w-200 {
    width:100%;
    max-width:200px;
}

.w-300 {
    width:100%;
    max-width:300px;
}

.h-320 {
    height:320px;
}

.max-width-768 {
    width: 100%;
    max-width: 768px;
}

.mw-768 {
    width: 100%;
    max-width: 768px;
}

.w-full-h-full {
    width:100%;
    height:100%;
}

.w-full-only {
    width:100%;
}

/* Columns */

    .col-20, .col-25, .col-30, .col-33, .col-50 {
        width:50%;
    }

    .col-24-stacked {
        width: 100%;
    }

    .col-30-stacked {
        width: 100%;
    }

    .col-50-stacked {
        width: 100%;
    }

    .col-60 {
        width:60%;
      }
      
      .col-40 {
        width:40%;
      }

      .col-49 {
        width:49%;
      }
      

     .col-48, .col-75 {
        width:100%;
        }

    @media (min-width:769px) {

        .col-20 {
            width:20%;
        }

        .col-25 {
            width:25%;
        }

        .col-30 {
            width:30%;
        }

        .col-33 {
            width:33%;
        }

        .col-48 {
            width:48%;
          }

        .col-75 {
            width:75%;
        }

        .col-24-stacked {
            width: 24%;
        }

        .col-30-stacked {
            width: 30%;
        }

        .col-50-stacked {
            width: 50%;
        }

        .col-10-full {
            width:10%;
        }

        .col-15-full {
            width:15%;
        }

        .col-25-full {
            width:25%;
        }

        .col-33-full {
            width:33%;
        }

        .col-50-full {
            width:50%;
        }

     }

/* Colors */

.bg-white {
    background: #fff;
}

.bg-dark {
    background: rgba(0, 0, 0, 0.5);
}


/* Effects */

.shadow-border {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid #e7e7e7;
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}

.transition {
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
}

.border-radius-10 {
    border-radius:10px;
}

/* Animations */

/* Simple Fade in & Out */

.fadeInAndOut {
    opacity: 1;
    animation: fade 0.75s linear;
}

@keyframes fade {
    0%, 100% { opacity: 0 }
    50% { opacity: 1 }
  }


/* Animation Properties */

.duration-700 {
    transition-duration: .7s;
}

.transition-all {
    transition-property: all;
}

/* Fade In Sections */

/* 
.fade-in--section {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 0;;
}

.inView {
    opacity: 1;
} */


/* Hide Areas */

.hidden {
    display:none;
}

.block {
    display: block;
}

.visibility-hidden {
    visibility: hidden;
}


@media (min-width:601px) {
    .min601Block {
        display:block!important;
    }
    }

    @media (min-width:769px) {
        .min-769--hide {
            display:none!important;
        }
        }
    
        @media (max-width:768px) {
            .max--768--hide {
                display:none!important; 
            }
            }

@media (min-width:1025px) {
    .min-1025--hide {
        display:none!important;
    }
    }

    @media (max-width:1024px) {
        .max-1024--hide {
            display:none!important;
        }
        }

/* Margins */

.m-0 {
    margin:0;
}

.mb-0 {
    margin-bottom:0;
}

.mb-neg-1 {
    margin-bottom:-1px;
}

.m-auto {
    margin:auto;
}

mr-auto {
  margin-right:auto;
}

@media (min-width:769px) {

    .m-auto-important {
        margin:auto!important;
    }
}

.m-0-auto {
    margin:0 auto;
}

.mr-auto {
  margin-right:auto;
}

.ml-auto {
  margin-left:auto;
}

.m-25 {
    margin:25px;
}

.m-25-auto {
    margin: 25px auto;
}

.mt-auto {
    margin-top:auto;
}

.mt-0 {
    margin-top:0;
}

.mt-5 {
    margin-top:5px;
}

.mt-10 {
    margin-top:10px;
}

@media (max-width:768px) {
    .mt-10-mobile {
        margin-top:10px;
    }
}

.mt-20 {
    margin-top:20px;
}
.mt-25 {
    margin-top:25px;
}

.mt-40 {
    margin-top:40px;
}

.mt-50 {
    margin-top:50px;
}

.mr-5 {
    margin-right:5px;
}

.mr-10 {
    margin-right:10px;
}

.mr-15 {
    margin-right:15px;
}

.mr-50 {
    margin-right:50px;
}

.mb-5 {
    margin-bottom:5px;
}

.mb-10 {
    margin-bottom:10px;
}

.mb-15 {
    margin-bottom:15px;
}

.mb-20 {
    margin-bottom:20px;
}

.mb-25 {
    margin-bottom:25px;
}

.mb-30 {
    margin-bottom:30px;
}

.mb-50 {
    margin-bottom:50px;
}

.m-auto-5 {
    margin: auto 5px;
}

.m-x-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.m-x-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.m-auto-10 {
    margin: auto 10px;
}

.m-y-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.m-y-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.m-y-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ml-5 {
    margin-left:5px;
}

.ml-10 {
    margin-left:10px;
}

.ml-15 {
    margin-left:15px;
}

.-ml-5 {
    margin-left:-5px;
}

.m-10 {
    margin:10px;
}

.m-0-25-10 {
    margin: 0 25px 50px 25px;
}

.m-25-10 {
    margin: 25px 10px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.m-10-auto {
    margin: 10px auto;
}

.m-25-auto {
    margin: 25px auto;
}

.m-50-auto {
    margin: 50px auto;
}

.m-75-auto {
    margin: 75px auto;
}

/* Paddings */

.p-x-10 {
    padding-left:10px;
    padding-right:10px;
}

.p-x-20 {
    padding-left:20px;
    padding-right:20px;
}

.p-y-20 {
    padding-top: 20px;
    padding-bottom:20px;
}


.p-y-50-25 {
    padding-top: 50px;
    padding-bottom:25px;
}

.p-y-50 {
    padding-top: 50px;
    padding-bottom:50px;
}

.pr-10 {
    padding-right:10px;
}

.pr-15 {
    padding-right:15px;
}

.p-5 {
    padding: 5px;
}

.p-0-10 {
    padding: 0 10px;
}

.p-5-10 {
    padding: 5px 10px;
}

.p-0 {
    padding:0;
}

.p-10 {
    padding:10px;
}

.p-10-15 {
    padding: 10px 15px;
}

.p-25-50 {
    padding: 25px 50px;
}

.p-15 {
    padding: 15px;
}

.p-15-10 {
    padding: 15px 10px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding:25px 20px;
}

.p-25-0 {
    padding: 25px 0;
}

.p-50 {
    padding:50px;
}

.pb-10 {
    padding-bottom:10px;
}

.pb-20 {
    padding-bottom:20px;
}


.pb-25 {
    padding-bottom:25px;
}

.pt-0 {
    padding-top:0;
}

.pt-10 {
    padding-top:10px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-50 {
    padding-top: 50px;
}

/* Global Section Custom Settings */

/* Full Width Slider */

.full-width-slider .slider-inner {
    position: absolute;
    left: 50%;  /* positions p relative to container */
    top: 50%; /* positions p relative to container */
    transform: translate(-50%, -50%);  /* positions p relative to its height and width */
    margin: 0;
  }
  
  @media (max-width:768px) {
    .full-width-slider .slider-inner {
      position:relative;
      left:auto;
      top:auto;
      transform:none;
      margin:auto;
      margin-top: -18px;
      border: 1px dashed rgba(0,0,0,.1);
  }
  
  .full-width-slider .swiper-slide {
    background:#fff;
  }
  
  .full-width-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    top:-35px!important;
    height: 20px;
  }
  
  }

    /* MARQUEE SLIDER */

    .marquee-logos--wrap {
        overflow: hidden;
        white-space: nowrap;
      }
    
      .marquee-logos--wrap:before,
      .marquee-logos--wrap:after {
        position:absolute;
        top:0;
        width:250px;
        height:100%;
        content: "";
        z-index:2;
      }
    
      .marquee-logos--wrap:before {
        left:0;
        background:linear-gradient(to left, rgba(255,255,255,0), #fff);
      }
    
      .marquee-logos--wrap:after {
        right:0;
        background:linear-gradient(to right, rgba(255,255,255,0), #fff);
      }

      
    .marquee-logos:hover {
        animation-play-state: paused;
    }

    @keyframes slide {
        from {
        transform: translateX(0);
        }
        to {
        transform: translateX(-100%);
        }
    }


    /* ACCORDION */

    .accordion {
        cursor: pointer;
        width: 100%;
        border: none;
        outline: none;
        transition: 0.4s;
        border-top: 1px solid #000;
        border-radius:0!important;
    }

    .accordion:first-child {
        border-top: 0;
    }
    
    .accordion:after {
        content: '\002B';
        font-weight: bold;
        float: right;
        margin-left: 5px;
        font-size: 20px;
        font-weight: 400;
    }
    
    .accordion.active:after {
        content: "\2212";
    }
    
    .template-section-accordion--wrapper .panel {
        padding: 0 5px 0 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }


  /* Forms */

    input,
    textarea {
    border: 1px solid #e7e7e7;
    padding:10px;
    }


/* Featured Collection */

.featured-carousel-title {
    margin-bottom:80px;
}

@media (max-width:768px) {
    .featured-carousel-title {
        margin-bottom:40px;
    }

    .view-all--bottom {
        margin-top:40px!important;
    }
}

.featured--collection-view-all {
    display: inline-block;
    transition: all 0.5s ease-in-out;
    border-bottom: 2px solid transparent;
    position: relative;
    width: 0%;
  }
  
  .featured--collection-view-all:hover {
     border-bottom: 2px solid #3c411c;
     width:100%;
  }

  .featured--collection-view-all a {
    display:inline-block;
    width: 65px;
  }


.quick-add-pop-up {
    display:none;
    background: #fff;
    padding:15px;
    width: 100%;
    height:100%;
    position: absolute;
    bottom: 0;
    z-index: 9;
}

@media (max-width: 768px) {
    .quick-add-pop-up {
        padding:15px;
        height:fit-content;
        position: fixed;
        bottom: 0;
        left:0;
    }
}

 .quick-add-form .select {
    min-width:100%;
 }

 .quick-add-no-variants .add-to-cart-text, .quick-add-no-variants #soldCartText, .quick-add-no-variants .price {
    color: #ffffff;
 }

/* FOOTER */

    .footer--wrapper {
        background-color: #f4f2f1;
    }

    .footer--wrapper h2, .footer--wrapper h3 {
        color: #000000;
        text-transform: uppercase;
        font-size: 18px;
    }

    .footer--wrapper p, .footer--wrapper .copyright span, .footer--wrapper .list-unstyled a {
        color: #000000;
        font-size:16px;
    }

    .footer--wrapper .list-unstyled a, .footer--wrapper a svg {
        fill: #000000;
    }

    .footer--wrapper .list-unstyled li {
        padding-bottom:10px;
    }

    .footer--bottom a, footer a {
        color:#000000;
    }   



.footer--wrapper .m-25-auto:first-child, .socialMedia .m-25:first-child {
    margin-left:0!important;
}

@media (max-width:768px) {

    .footer--wrapper h2, .footer--wrapper h3 {
        font-size: 16px;
    }

    .footer--wrapper p, .footer--wrapper .list-unstyled a, .socialMedia a, .copyright span  {
    font-size:16px;
    }
}

@media (max-width:768px) {

.footer--bottom {
    text-align:center;
    justify-content:center!important;
  }

  .footer--bottom img {
    margin: 10px 10px;
  }

}


/* BEING USED? WEB DISCO */

/* Pagination */

.pagination a {
    color: #000;
    float: left;
    width:40px;
    height:40px;
    padding: 10px;
    text-decoration: none;
    transition: background-color .3s;
    margin: 0 4px;
    font-size: 16px;
    font-style: normal;
    font-weight: 375;
    line-height: 20px;
    letter-spacing: 1px;
    display:flex;
    justify-content:center;
    align-items:center;
}
  
  .pagination a.active {
    background-color: #f4f2f1;
    color: #8e8d8b;
    border: 1px solid #f4f2f1;
  }
  
  .pagination a:hover:not(.active) {background-color: #ddd;}


/* PRODUCT CARDS (SITE WIDE) */

/* SWAP IMAGE SETTING */ 


.reveal img.feature-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: all .6s linear;
  }
  .reveal:hover img.feature-hover {
    opacity: 1;
  }


.placeholder-card {
    width:32%;
}

.product-card-info {
    background-color: rgba(0,0,0,0);
    padding: 30px 10px 0 10px;
}

.product-card {
      background-color: rgba(0,0,0,0);
  }

.product-card:hover {
    background-color: rgba(0,0,0,0);
}

.product-card-info p, .product-card-info span {
    color: #3c411c;
    font-size: 26px;
}

.product-card:hover .product-card-info p {
    color: #3c411c;
}

.product-card-info .price {
    color: #3c411c;
}

.product-card-info del {
    color: #3c411c!important;
    font-size:12px;
}

.product-card:hover del, .product-card-info del:hover {
    color: #3c411c!important;
}

.product-card:hover .product-card-info {
    background-color: rgba(0,0,0,0);
}


.save, .new, .sold-out--badge {
    background-color: #000000;
    color: #fff;
    font-weight:400;
    padding:5px 7.5px;
    position:absolute;
    top:7.5px;
    left:7.5px;
    z-index:3;
    font-size:14px;
    letter-spacing: 0.2em;
}


@media (max-width:768px) {
    .product-card-info a, .product-card-info p, .product-card-info del {
        font-size: 20px;
    }
}


@media (max-width:480px) {
    .product-card-info {
        flex-wrap: wrap;
        justify-content:center;
        text-align:center;
    }
    .product-card-price-wrap {
        width:100%;
        text-align:center;
        justify-content: center;
    }
    .product-card-title {
        margin-right:0;
    }
}


/* Product Card Effects */



.reveal .hidden { 
    display: block !important; 
    visibility: visible !important;
}

.product:hover .reveal img { 
    opacity: 1; 
}

.reveal { 
    position: relative; 
}

.reveal .hidden { 
  position: absolute; 
  z-index: -1;
  top: 0; 
  width: 100%; 
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;  
}

.reveal:hover .feature-hover { 
  z-index: 2;
  opacity: 1; 
}






/* Cart Template and Slide Cart Styles */


.slide-cart-wrapper {
    position: fixed;
    top: 0;
    left: -9999px;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    padding: 24px;
    transition: left 0s 0.2s, opacity 0.2s;
  }
  
  .slide-cart--active {
    left: 0;
    opacity: 1;
    transition: left 0s, opacity 0.2s;
  }
  
  .slide-cart-inner-wrapper {
    width: 500px;
    background: #fff;
    border-radius: 12px;
    flex: 1;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: 0.2s opacity, 0.2s transform;
    opacity: 0;
    transform: translateX(40px);
  }

  
  .slide-cart--active .slide-cart-inner-wrapper {
    transform: none;
    opacity: 1;
  }
  
  
  .slide-cart-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px!important;
  }

  .slide-cart-header-right {
    position: absolute;
    right: 15px;
    top: 10px;
  }
  
  .slide-cart-inner {
    overflow-y:scroll;
    overflow-x:hidden;
    flex-grow:0;
    background: #fff;
  }
  
  .slide-cart-form-wrapper {
    padding-top:10px;
    max-width: 960px;
    margin: auto;
    height:fit-content;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .slide-cart-form-wrapper form {
    margin-top:20px;
  }
  
  
  
  /* Cart Items */
  
  .slide-cart-items {
      padding: 0 25px;
    }
    
    .slide-cart-item {
      border: 1px solid #e7e7e7;
      overflow: hidden;
    }
    
    .slide-cart-quantity-selector {
      display: inline-flex;
      border: 1px solid #e7e7e7;
      border-radius: 4px;
    }
    
    .slide-cart-quantity-selector button {
      width: 28px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      user-select: none;
    }

        .slide-cart-quantity-selector span {
      width: 28px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      user-select: none;
    }
    
    .slide-cart-quantity-selector input {
      width: 28px;
      font-size: 14px;
      padding:0;
      text-align: center;
      line-height: 24px;
      border:0;
      border-left: 1px solid #e7e7e7;
      border-right: 1px solid #e7e7e7;
    }
    
    .slide-cart-remove, .slide-cart-remove-all {
      top: 5px;
      right: 5px;
      cursor:pointer;
    }
  
  

   
  
  /* Addons */

  
  .addons-wrapper {
    margin:20px 0;
    gap: 10px;
  }
  
  .addons-inner {
    width: 32%;
  }
  
  .addon {
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #e7e7e7;
  }
  
  .addon-image {
    width: 75px;
  }
  
  .addon-title {
    width: 60%;
    padding: 0 10px 0 5px;
  }
  
  .addon-title h3 {
    font-size: 16px;
    line-height:1.2;
  }
  
  .addon-button .button {
    padding: 5px 10px;
  }
  
  
  
  /* Footer */

  .footer--wrapper {
    margin-top:80px;
  }
  
  @media (max-width:768px) {
    .footer--wrapper {
        margin-top:40px;
      }

      .payment-icon--wrap {
        margin-top:10px;
        margin-right:10px;
      }
  }
  
  .slide-cart-inner-wrapper form {
    margin-top: auto;
  }

  .slide-cart-footer .button {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    text-transform:uppercase;
    font-size:22px;
  } 



/* Cart Template Uniqueness */

.cart-template--wrapper .slide-cart-inner-wrapper {
    opacity:1;
    transform: unset;
}

.cart-template--wrapper .slide-cart-footer {
    margin-top:0px;
}

.cart-template--wrapper .slide-header {
    margin-left: unset;
}
  
.cart-template--wrapper .addons-inner {
    width: 30%;
  }


  .slide-header h3 {
    text-transform:uppercase;
  }

  /* Slide Cart and Cart Template Responsiveness */

  @media(max-width: 768px) {

    .hero, .w-full-padding {
        padding: 0 20px!important;
    }


    .template-cart-title {
        font-size:14px!important;
    }

    .slide-cart-wrapper {
        padding:0;
    }

    .slide-cart-form-wrapper form {
        margin-top:10px;
      }

    .slide-cart-inner-wrapper {
        border-radius:0;
        width:100%!important;
    }

    .slide-cart-header {
        padding:10px;
    }

    .slide-cart-header h2 {
        margin-bottom:5px;
        font-size:26px;
    }

    .slide-cart-header p {
        font-size:12px;
    }

    .slide-cart-header p {
        padding-bottom:0px;
    }

    .slide-cart-items {
        padding: 0 20px!important;
    }


    .slide-cart-item {
        padding:5px;
    }

    .template-cart-image {
        width:25%;
    }

    .template-cart-price-shipping, .template-cart-qty-text, .template-cart-line-item-properties {
        margin-top:5px;
    }
 
    .addons {
        padding-bottom: 65px;
    }
    
    .addons-wrapper {
        margin: 5px 0;
        padding: 0 30px;
        gap:5px;
    }

    .addon {
        justify-content: space-between;
    }

    .addons h2 {
        margin: 10px 0 0 0;
    }
  
    .addons-inner {
        width: 100%!important;
    }

    .addon-image {
        width:50px;
    }

    .addon-title h3 {
        font-size:14px;
    }

    .addon-title p {
        font-size:12px;
    }

    .addon-button .button {
        font-size:16px;
    }

    .slide-cart-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding:20px!important;
    }

    .footer-buttons {
        flex-wrap:wrap;
    }

    .slide-cart-footer .button.secondary {
        margin-bottom:10px;
    }

    .slide-cart-footer button {
        border-radius: 0!important;
    }

    .shipping-taxes {
        margin-bottom:20px!important;
    }
  }


@media (max-width: 480px) {

    .addons-wrapper {
        padding: 0 10px;
    }
    
    .addon-button .button {
        font-size:14px;
    }
}
  

/* LOADER */

.loader-wrapper, .loader-wrapper-slide-cart {
    width:100%;
    height:100%;
    position:absolute;
    top: 0; 
    bottom: 0;
    left: 0; 
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #000000 transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

/* May keep for settings in global colours for my form new theme sections in settings */

  .form input {
    color: #8E8D8B;
    border: 1px solid #C8C7C4;
    background: #fff;
    height:52px!important;
    font-size: 12px;
    font-style: normal;
    font-weight: 375;
    line-height: 18px;
    letter-spacing: 0.5px;
  }

  .form textarea {
    color: #8E8D8B;
    border: 1px solid #C8C7C4;
    background: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 375;
    line-height: 18px;
    letter-spacing: 0.5px;
  }

  .form input:focus {
    border-color: #000;
  }

  input:not(:placeholder-shown):not(:focus):invalid, textarea:not(:placeholder-shown):not(:focus):invalid {
    border: 1px solid #D31F21;
    background: #F6E5E4;
    color: #D31F21;
  }
  


  /* SPIRO CUSTOM WEB DISCO */

  .page-width {
    max-width: 1417px;
    padding: 0 20px;
  }

  .header--wrapper {
    padding: 40px;
    max-width:100%;
}

@media (max-width: 1300px) {
    .header--wrapper {
        justify-content:space-between!important;
    }
}

@media (min-width: 1300px) {
    .mobile-toggle {
        display:none;
    }
}

@media (max-width: 1300px) {
    .desktop--menu--wrap {
        display: none;
    }
}

  /* Custom Fonts */

  h1, h2 {
    font-style: normal;
    font-weight: 400;
    line-height: 42px; /* 116.667% */
    letter-spacing: 2px;
  }

    
    h1, h2, h3, h4, h5, h6 {
        font-family:"the-seasons";
    }

    p, button, input, optgroup, select, textarea, html, label, div, span {
        font-family: "gt-esti";
        font-weight: 375;
        line-height: 18px; /* 150% */
        letter-spacing: 0.5px;
    }

    .nav-link {
        font-size: 12px;
        font-style: normal;
        font-weight: 375;
        line-height: 16px; /* 133.333% */
        letter-spacing: 1px;
        padding:0;
        margin:0;
        padding-right:25px;
        z-index:99999;
    }


    /* Header Homepage */

        
/* 
    .header--wrapper {
        height:262px;
        align-items:start;
    }

    .absolute-center-logo-desktop {
        bottom:40px;
    }

    .logo-height img {
        height:98px!important;
    } */


    /* Header hide Chevron */

    .dropDownChevron {
        display:none;
    }


    /* Collection Page */


    .collection-header {
        padding-bottom:80px;
    }



    /* Hero */

    .hero {
        padding: 0 40px;
    }

    .hero .hero-inner {
        max-width:680px;
        padding: 50px 5px 50px 5px;
      margin-bottom:20px;
    }

    .hero .hero-inner-wrapper {
        justify-content: center;
    }

    .hero .button {
        margin:0;
        margin-top: 30px;
    }


    /* Featured Collection Product Cards */

    .product-card-title{
        font-family: "gt-esti";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.8px;
        text-transform: uppercase;
        text-align: center;
    }

    .product-card-price-wrap .price {
        font-family: "gt-esti";
        font-size: 16px;
        font-style: normal;
        font-weight: 375;
        line-height: 20px;
        letter-spacing: 1px;
        text-align: center;
    }


  /* Icons in Column Section */


  .small_icons .column-custom {
    display: flex;
    align-items: center;
    justify-content: start;
    border-bottom: 1px solid #C8C7C4;
    padding-bottom:20px;
    text-decoration:none;
  }

  .small_icons .column-custom img {
    width: 64px;
    margin-right: 30px;
  }

  .small_icons .column-custom p {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 2px;
  }

  @media (max-width: 768px) {
    .small_icons .column {
      width: 100%;
    }

    .small_icons .column img {
      margin-bottom: 15px;
    }
  }

  
  @media (max-width: 600px) {

    .small_icons .column img {
        width:32px;
        margin-right:15px;
      margin-bottom: 15px;
    }
  }

  @media (max-width: 420px) {

    .small_icons .column img {
        width:64px;
    }

    .small_icons .column {
        width:100%!important;
    }
  }




  /* Double Column */

  .double-column h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 2px;
    margin-top:50px;
    margin-bottom:25px;
    max-width: 367px;
  }

  .double-column p {
    max-width: 422px;
  }

  .double-column .button {
    margin-top:25px;
  }


  /* Image with Text Large */

  .large .image-text--image {
    width:83%;
  }

  .large .image-text--text {
    position: absolute;
    width: 440px;
    right: 0;
    background: #fff;
  }

  .large .inner-text {
    padding: 82px 81px 64px 81px;
  }

  /* Image With Text Settings */

  .eighty-left .image-text--text {
    padding-left: 70px;
    margin-right: auto;
  }


  .one-twenty-left .image-text--text {
    padding-left:110px;
  }


  .subtitle {
    color: #555453;
    font-family: "the-seasons";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; 
    letter-spacing: 1.5px;
  }

  /* Text and Collection */

  .custom--collection {
    width:58%;
  }

  .custom--collection .product_card {
    width:48%;
  }


  /* Testimonial */

  .testimonial h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px; /* 116.667% */
    letter-spacing: 2px;
  }

  .testimonial  p {
    font-size: 16px;
    font-style: normal;
    font-weight: 375;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
  }


  /* Column Masonry */

  .column_masonry p {
    margin-top:50px;
  }

  .column_masonry .columns-wrapper {
    justify-content:space-around;
  }

  .column_masonry .column {
    margin:0;
  }

  .column_masonry .column--1 {
    margin-top:auto!important;
  }


@media (max-width: 768px) {
    .column_masonry .column--0 {
        margin-top:0!important;
      }
}


  /* Slide Cart */

  .slide-cart-wrapper {
    padding:0;
  }

  .slide-cart-form-wrapper {
    padding-top:0;
  }

  .slide-cart-inner-wrapper {
    width:600px;
    border-radius:0;
  }

  .slide-cart-header {
    padding: 60px 40px 40px 40px!important;
    justify-content:space-between;
    border:0;
  }

  .slide-cart-header h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;  
    letter-spacing: 1.5px;
    text-transform:uppercase;
  }

  .slide-cart-header-right {
    position: relative;
    top:0;
    right:0;
  }
  
  .slide-cart-item {
    padding-top:0;
    padding-left:0;
    padding-right:0;
  }

  .slide-cart-items {
    padding:0 40px;
  }

  .template-cart-image {
    width:35%;
    max-width:110px;
  }

  .template-cart-properties {
    width:70%;
  }

  .slide-cart-item {
    border:0;
  }


.template-cart-title {
    font-family:"the-seasons";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    text-transform:uppercase;
    letter-spacing: 1.5px;
}


.slide-cart-remove {
    font-size: 12px;
    font-style: normal;
    font-weight: 375;
    line-height: 18px;
    letter-spacing: 0.5px;
    margin-top:10px;
}


.slide-cart-quantity-selector input {
    border:0;
}


.template-cart-line-item-price {
    font-size: 14px;
    font-style: normal;
    font-weight: 375;
    line-height: 21px;
    letter-spacing: 0.5px;
}


.slide-total h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 1.5px;
    margin:0;
}

.slide-final p {
    margin:0;
    font-size: 16px;
    font-style: normal;
    font-weight: 375;
    line-height: 24px; 
    letter-spacing: 0.5px;
}

.shipping-taxes {
    margin-top:15px;
    margin-bottom:42px;
}

.shipping-taxes p {
    margin:0;
    font-size: 14px;
    font-style: normal;
    font-weight: 375;
    line-height: 21px;
    letter-spacing: 0.5px;
}

.slide-cart-footer {
    border-top:1px solid #C8C7C4;
    padding:30px 40px 60px 40px;
}

.slide-cart-footer .button {
    border-radius:0;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 2px;
}

.slide-cart-quantity-selector {
    border-radius:0;
}



/* Footer */

.footer-column {
    width:13%!important;
}

[href="#"] {
    pointer-events: none;
  }

  .footer-column [href="#"] {
    width: 150px;
  }

.footer-column h3 {
    font-family: "gt-esti";
    font-size: 12px;
    font-style: normal;
    font-weight: 375;
    line-height: 16px;
    letter-spacing: 1px;
    margin-bottom:18px;
}

.footer--wrapper .list-unstyled a {
    font-size: 12px;
    font-style: normal;
    font-weight: 375;
    line-height: 16px;
    letter-spacing: 0.5px;
}

.newsletterWrapper {
    width:31%!important;
}

.newsletterWrapper h2 {
    font-size: 24px!important;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1.5px;
}


.footer--bottom {
    flex-direction:row-reverse;
    padding-bottom:130px;
}


.footer--wrapper .copyright span {
    font-size: 10px;
    font-style: normal;
    font-weight: 375;
    line-height: 14px; /* 140% */
    letter-spacing: 0.25px;
}


/* Cart template */


 /* QUANTITY INPUTS */

     /* Quantity & Add to Cart Button */
     
     .qty span {
        width: 40px;
        min-height: 40px;
        text-align: center;
        font-size: 16px;
        cursor: pointer;
        font-weight: 375;
        background: ;
        border: 1px solid ;
        color: ;
      }
  
      .qty input {
        width: 50px;\\
        min-height: 40px;
        text-align: center;
        cursor: pointer;
        font-weight: 700;
        background: ;
        border: 1px solid ;
        color: ;
      }
  
      .qty input {
        border-right: 1px;
        border-left: 1px;
      }
  



      /* About Page */

      .about .image-text--text {
        padding-left:110px;
      }


      /* Country Selector */

      #CountryList {
        position: absolute;
        min-width: 150px;
        top:30px;
        padding: 5px;
        background: #fff;
        z-index:999999;
      }

      #CountryList li {
        padding-bottom:10px;
      }


      .shopify-localization-form svg {
        margin-left:5px;
        margin-top:-5px;
      }





      /* Responsiveness */

      @media (max-width: 768px) {
        .header--wrapper {
            padding: 20px;
            justify-content: space-between;
        }

        .logo-home {
            max-width:150px!important;
            padding-bottom:20px;
        }

        .hero .absolute-center {
            position:relative;
        }

        .view-all--bottom {
            padding-left:0!important;
        }

        .inner-text {
            padding: 20px 0 0 0;
        }

        .one-twenty-left .image-text--text, .eighty-left .image-text--text {
            padding-left:0;
        }

       
        .small_icons .column {
                justify-content:start
            }

            .footer-columns-wrap .footer-column {
                width:100%!important;
            }


            .footer-column {
                order:2;
            }

            
            .newsletterWrapper {
                order:1;
            }

            .footer--bottom {
                padding-bottom:65px;
            }

            .customer-nav {
                width:60%!important;
            }

            .product-card-title {
                font-size:14px;
            }

            .product-card-info {
                margin-top:0;
            }

            .about .image-text--text {
                padding-left: 0px;
            }
      }


      .select {
        min-width: 92px!important;
        height:unset!important;
        min-height:15px!important;
        padding: 9px 12px;
        background-color: #F4F2F1!important;
        font-size: 12px!important;
        font-style: normal!important;
        font-weight: 375!important;
        line-height: 16px!important;
        letter-spacing: 1px!important;
        background: url('https://cdn.shopify.com/s/files/1/0603/7746/5069/files/icon-chevron-down_6.svg?v=1715148658') no-repeat 97%!important;
        color:#000!important;
        text-transform:uppercase;
      }

      .save, .new, .sold-out--badge {
        display:none;
      }


      /* Underline hover */

      .link-only-menu {
        height:100%;
        cursor: pointer;
        padding-right:25px;
      }


      .mega-menu-text, .nav-link {
        display: inline-block;
        padding-bottom:2px;
        background-image: linear-gradient(#000 0 0);
        background-position: 0 100%; /*OR bottom left*/
        background-size: 0% 2px;
        background-repeat: no-repeat;
        transition:
          background-size 0.5s,
          background-position 0s 0.5s; /*change after the size immediately*/
      }
      
      .dropbtn:hover .mega-menu-text, .link-only-menu:hover .nav-link  {
        background-position: 100% 100%; /*OR bottom right*/
        background-size: 100% 2px;
      }

      .nav-link {
        padding-right:0;
      }

      
      .dropbtn {
        padding-right:25px;
      }

      .shopify-section-group-header-group {
        display:unset;
      }

      .active-header {
        position: sticky;
        top: 0;
        z-index: 9999;
      }

      .active-header .logo-home {
        display:none;
      }


      .active-header .logo-height {
        display: block;
      }

      #CountryList li {
        cursor:pointer;
      }


      /* HEader Fix? */


        
        .logo-height, .logo-height a, .absolute-center-logo-desktop {
          display:block;
        }

        .logo-height img {
          width:auto;
        }
        



/* June 2024 quick edit to feaure collection homepage */

@media (min-width: 769px) {
  
#shopify-section-template--17065101263047__section_featured_collection_carousel_QeCnHB .w-full-padding {
    padding-right: 0!important;
}
}
