/** Shopify CDN: Minification failed

Line 171:0 Unexpected "}"

**/
@font-face {
  font-family: "TTNorms-Bold";
  src: url('/cdn/shop/files/TTNorms-Bold.woff2?v=1659531453') format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "TTNorms-Regular";
  src: url('/cdn/shop/files/TTNorms-Regular.woff2?v=1659531224') format("woff2");
  font-display: swap;
}

:root {
  --font-color: #212426;
  --footer-font-color:#EDE8E5;
  --footer-background-color: #212426;
  --background-color-primary: #F4F0EC;
  --background-color-secondary: #EDE8E5;
  --btn-color-primary: #F5C254;
}

* {
  outline: none !important;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'TTNorms-Regular', sans-serif;
  margin: 0;
  overflow-x:hidden;
  color: var(--font-color);
  background-color: var(--background-color-primary);
}

body span {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

body.no-scroll {
  overflow: hidden;
}

input, select, textarea {
  font-family: 'TTNorms-Regular', sans-serif;
}

.container {
  display: block;
  width: 100%;
  max-width: 1690px;
  padding: 0 25px;
  margin: 0 auto
}

.rel {
  position: relative!important
}

.abs {
  position: absolute;
}

.text-center {
  text-align: center!important
}

.text-right {
  text-align: right!important
}

.justify-center {
  justify-content: center!important
}

.justify-between {
  justify-content: space-between!important
}
.justify-end {
  justify-content: flex-end;
}
.flex-box {
  display: flex;
  height: 100%
}
.flex-column {
  flex-direction: column;
}
.flex-center {
  align-self: center
}
.justify-around {
  justify-content: space-around !important;
}
.align-start {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: flex-end;
}
.row-rev {
  flex-direction: row-reverse;
}
.no-disp {
  display: none !important;
}
p, h1, h2, h3, h4, h5, h6, ul{
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
}

.light {
  font-weight: 250;
}

.h-100 {
  height: 100%;
}

main {
  margin-top: 151px;
}

.big-heading {
  font-size: 3.438rem;
  letter-spacing: 1.38px;
  line-height: 75px;
}
.body-heading {
  font-size: 2.2rem;
  line-height: 45px;
  letter-spacing: .88px;
  font-weight: 400;
}

.body-text {
  font-size: 1.375rem;
  line-height: 30px;
  letter-spacing: .55px;
  font-weight: 400;
}

.medium {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.yellow-text {
  color: var(--btn-color-primary);
}

}

.link-arrow, .btn-arrow {
  display: flex;
}

.link-arrow svg, .btn-arrow svg{
  width: 31px;
  height: 22px;
}

.link-wrap {
  display: flex;
  align-items: center;
  font-size: 1.375rem;
  line-height: 30px;
  letter-spacing: 0.55px;
  width: 398px;
  justify-content: space-between;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  cursor: pointer;
}

.btn-text {
  font-size: 1.375rem;
  line-height: 30px;
  letter-spacing: .55px;
  display: block;
  padding: 35px 24px;
  margin: 0 auto;
  width: auto;
  text-align: center;
  text-transform: uppercase;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 398px;
  max-width: 536px;
  border-radius: 10px;
  cursor: pointer;
}

.primary-btn{
  background-color: var(--btn-color-primary);
}

.secondary-btn{
  background-color: var(--btn-color-primary);
}

.btn-arrow {
  display: flex;
  padding: 39px 34px;
  border-left: 1px solid;
}

.field {
  width: 100%;  
}

.accordion {
  cursor: pointer;
  transition: 0.4s ease;
}

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

.form--success {
  font-size: 1.375rem;
  text-transform: uppercase;
  letter-spacing: .55px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.form__message {
  font-size: 1.13rem;
  letter-spacing: .45px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 8px;
}

.errors {
  font-size: 1.13rem;
  line-height: 24px;
  font-weight: 400;
  color: red;
  text-transform: uppercase;
}

.breadcrum {
  display: flex;
  align-items: center;
  margin-top: 55px;
}
.back-link {
  position: relative;
  height: fit-content;
  height: -moz-fit-content;
  font-size: 1.5rem;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: 0.6px;
  opacity: 0.3;
  padding-bottom: 4px;
  margin-right: 8px;
}
.back-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #212426;
  transition: all .4s ease-out;
}
.current-link {
  position: relative;
  font-size: 1.5rem;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: 0.6px;
  padding-bottom: 4px;
  margin-left: 8px;
}
.current-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #212426;;
  transition: all .4s ease-out;
}

/* Product Card CSS */
.product-card {
  max-width: 398px;
  margin: 0 8px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.product-card-image {
  display: block;
  width: 100%;
  height: 30vw;
  max-height: 318px;
}
.product-card-tag {
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: var(--btn-color-primary);
  padding: 17px 36px;
  border-radius: 10px;
  text-transform: uppercase;
}
.product-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card-details {
  display: block;
  position: relative;
  height: auto;
  margin-top: 24px;
}
.product-details-flex {
  display: flex;
  justify-content: space-between;
}
.prooduct-title-desc {
  width: calc(70% - 6px);
  display: flex;
  flex-direction: column;
}
.product-card-price {
  width: calc(30% - 6px);
  display: flex;
  justify-content: flex-end;
}
.product-card-title, .coll-products .product-price {
  font-size: 1.5rem;
  line-height: 38px;
  letter-spacing: .6px;
  font-weight: 400;
  margin-bottom: 16px;
}
.product-card-title {
  height: 76px;
  overflow: hidden;
}
.product-card-desc {
  font-size: 1.13rem;
  line-height: 27px;
  letter-spacing: .45px;
  font-weight: 300;
  margin-bottom: 16px;
}
/* .product-card-desc {
  height: 54px;
  overflow: hidden;
} */
.product-arrow {
  width: 31px;
  height: 22px;
  margin-left: 77px;
}

.colors.blue, .colors.cosmic-blue {
  background: url("/cdn/shop/t/18/assets/Cosmic_Blue.png?v=39516435791959044421664186124");
  background-size: cover;
}
.colors.midnight-blue {
  background: url("/cdn/shop/t/18/assets/Midnight_Blue.png?v=128205937263835694311664186426");
  background-size: cover;
}
.colors.pink, .colors.iconic-pink {
  background: url("/cdn/shop/t/18/assets/Iconic_Pink.png?v=18856577856025325521664186254");
  background-size: cover;
}
.colors.nut-grey, .colors.dim-grey {
  background: url("/cdn/shop/t/18/assets/Nut_Grey.png?v=137301106976684816271664186445");
  background-size: cover;
}
.colors.harbor-grey, .colors.pale-grey, .colors.grey {
  background: url("/cdn/shop/t/18/assets/Harbor_Grey.png?v=10767592909189046751664186239");
  background-size: cover;
}
.colors.epic-grey, .colors.shade-grey {
  background: url("/cdn/shop/t/18/assets/Epic_Grey.png?v=85422934248053704221664186211");
  background-size: cover;
}
.colors.brown, .colors.deep-taupe {
  background: url("/cdn/shop/t/18/assets/Deep_Taupe.png?v=105938981411476436471664186134");
  background-size: cover;
}
.colors.green, .colors.botanical-green {
  background: url("/cdn/shop/t/18/assets/Botanical_Green.png?v=84160896897116241251664186049");
  background-size: cover;
}
.colors.seaweed-green {
  background: url("/cdn/shop/t/18/assets/Seaweed_Green.png?v=123605061067504343251664186466");
  background-size: cover;
}
.colors.british-tan {
  background: url("/cdn/shop/t/18/assets/British_Tan.png?v=92471215645149004821664186111");
  background-size: cover;
}
.colors.silver, .colors.silver-spoon {
  background: url("/cdn/shop/t/18/assets/Silver_Spoon.png?v=148622710936763907151664186482");
  background-size: cover;
}
.colors.red, .colors.fire-brick {
  background: url("/cdn/shop/t/18/assets/Fire_Brick.png?v=31477274003916769831664186223");
  background-size: cover;
}

.colors.orange, .colors.rusty-orange {
  background: url("/cdn/shop/t/18/assets/Rusty_Orange.png?v=1681723702");
  background-size: cover; 
}

.colors.peacock-blue {
  background: url("/cdn/shop/t/18/assets/Peacock_Blue.png?v=1681723723");
  background-size: cover; 
}

.colors.oat-beige, .colors.beige, colors.teddy-beige {
  background: url("/cdn/shop/t/18/assets/Oat_Beige.png?v=1681723732");
  background-size: cover; 
}

.colors.emerald-green {
  background: url("/cdn/shop/t/18/assets/Emerald_Green.png?v=1681723747");
  background-size: cover; 
}

.colors.pearl-grey {
  background: url("/cdn/shop/t/18/assets/Pearl_Grey.png?v=1681723711");
  background-size: cover; 
}

.colors.smoke-grey {
  background: url("/cdn/shop/t/18/assets/Smoke_Grey.png?v=1681723693");
  background-size: cover; 
}

.colors.orange {
  background: url("/cdn/shop/t/18/assets/orange.png?v=1698052115");
  background-size: cover; 
}

.colors.taupe {
  background: url("/cdn/shop/t/18/assets/taupe.png?v=1698052143");
  background-size: cover; 
}

.colors.green {
  background: url("/cdn/shop/t/18/assets/green.png?v=1698052098");
  background-size: cover; 
}

.colors.natural {
  background: url("/cdn/shop/files/natural.jpg?v=1701696541");
  background-size: cover; 
}

.down-chev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  transform: rotate(90deg);
  transition: all .4s ease-out;
}
.down-chev svg {
  transition: all .4s ease-out;
}

/* Product FAQ CSS */
.product-faq {
  border-bottom: 1px solid var(--font-color);
  position: relative;
}
.product-faq:first-child {
  border-top: 1px solid var(--font-color);
}
.product-accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
  padding: 20px 26px 20px 0;
  margin: 0;
}
.panel li, .panel p {
  margin-bottom: 20px;
}
.product-accordion.faq-active .down-chev {
  transform: rotate(270deg);
}
.product-accordion.faq-active .plus-symbol {
  transform: rotate(135deg);
}

.shopify-challenge__container, .shopify-policy__container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.shopify-policy__title h1 {
  font-size: 3.44rem;
  line-height: 75px;
  font-weight: 400;
  letter-spacing: 1.38px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.shopify-challenge__message, .shopify-policy__body {
  font-size: 1.375rem;
  line-height: 30px;
  letter-spacing: .55px;
  font-weight: 400;
  margin-bottom: 24px;
}
.shopify-challenge__button {
  background-color: var(--font-color);
  color: #fff;
  font-size: 1.375rem;
  line-height: 30px;
  letter-spacing: .55px;
  display: block;
  padding: 33px 34px;
  margin-top: 24px !important;
  text-transform: uppercase;
}

/* Loader CSS */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to { 
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to { 
    -webkit-transform: rotate(360deg);
  }
}

.load-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  background-color: #ffffffcf;
}
.load-container.fixed {
  position: fixed;
  background-color: #ffffffcf;
  -webkit-animation: faded 1s linear;
  -moz-animation: faded 1s linear;
  animation: faded 1s linear;
  z-index: 23;
}

@-webkit-keyframes faded
{
  0%   {background-color: #ffffff}
  100% {background-color: #ffffffcf;}
}

@-moz-keyframes faded
{
  0%   {background-color: #ffffff}
  100% {background-color: #ffffffcf;}
}

@keyframes faded
{
  0%   {background-color: #ffffff}
  100% {background-color: #ffffffcf;}
}
.load {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border: solid 10px var(--btn-color-primary);
  border-radius: 50%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transition: all .5s ease-in;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  transition: all .5s ease-in;
  animation-name: rotate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@media (min-width: 993px) {
  .no-d {
    display: none !important;
  }
  .m-only {
    display: none;
  }
  body {
    zoom: 74%;
  }
}

@media (max-width: 992px) {
  .no-t-m {
    display: none !important;
  }
  main {
    margin-top: 131px;
  }
  .container {
    max-width: none;
  }
  .big-heading {
    font-size: 2.2rem;
    letter-spacing: 0.88px;
    line-height: 45px;
  }
  .body-heading {
    font-size: 1.375rem;
    line-height: 30px;
    letter-spacing: .55px;
  }
  .body-text {
    font-size: 1.13rem;
    line-height: 27px;
    letter-spacing: .45px;
  }
  .btn {
    min-width: 100%;
  }
  .btn-text {
    font-size: 1.13rem;
    line-height: 27px;
    letter-spacing: .45px;
    padding: 17.5px 6px;
  }
  .btn-arrow {
    padding: 21.5px 24px;
  }
  .link-wrap {
    width: 100%;
    max-width: 246px;
    font-size: 1.13rem;
    line-height: 27px;
    letter-spacing: .45px;
  }
  .product-card {
    margin: 0 5px;
  }
  .product-card-image {
    height: 40vw;
    max-height: none;
  }
  .product-card-details {
    margin-top: 16px;
  }
  .prooduct-title-desc {
    width: 100%;
  }
  .product-card-tag {
    padding: 8.5px 15.5px;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.33px;
    top: 4px;
    left: 4px;
  }
  .product-card-title, .coll-products .product-price {
    font-size: 1.13rem;
    line-height: 27px;
    letter-spacing: .45px;
    font-weight: 400;
    margin-bottom: 12px;
  }
  .product-card-title {
    height: 54px;
  }
  .product-card-desc {
    font-size: 1rem;
    line-height: 19px;
    letter-spacing: .4px;
    font-weight: 300;
    margin-bottom: 8px;
  }
  .product-card-desc {
    height: 38px;
  }
}

@media (min-width: 561px) and (max-width: 992px) {
  .no-t {
    display: none !important;
  }
  .m-only {
    display: none;
  }
}

@media (max-width: 560px) {
  
}

a.btn.primary-btn.sample {
    background-color: transparent;
    border: 3px;
    border-color: #F5C254;
    border-style: solid;
}

.product-actions.sample {
    padding-top: 20px;
}