/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 20px;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
  background: url('https://assets.bigcartel.com/theme_assets/79/2.4.7/images/arrows_sprite.png') no-repeat;
  background-size: 33px;
  height: 33px;
  text-indent: -9999px;
  width: 33px;
}
.flex-direction-nav .flex-prev {
  background-position: 0 -45px;
  left: 20px;
}
.flex-direction-nav .flex-next {
  right: 20px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 9px;
  height: 9px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} menu,article,aside,details,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}/*# sourceMappingURL=normalize.min.css.map */
* {
  box-sizing: border-box;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  max-width: 1300px;
  padding: 0 80px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .container {
    padding: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

html {
  height: 100%;
}
html:before {
  border-left: 3px solid #333;
  display: inline-block;
  left: 0;
  position: fixed;
  height: 100%;
  z-index: 100;
}

body {
  background-color: #EEDECE;
  color: #333;
  height: 100%;
  padding: 3px 0;
}
body:after, body:before {
  border-top: 3px solid #333;
  content: "";
  display: inline-block;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
}
body:after {
  top: 0;
}
body:before {
  bottom: 0;
}
body.no-scroll {
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}

a, button, submit, select, input, .select {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

h1, h4, h5 {
  font-family: "Delius", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

h2, h3 {
  font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  letter-spacing: 1px;
}

h4, h5 {
  letter-spacing: 0.2em;
}

h1 {
  font-size: 1.5em;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.2em;
  }
}

h2 {
  font-size: 1.75em;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.1em;
  }
}

h3 {
  font-size: 1em;
}

h4 {
  font-size: 0.875em;
}

h5 {
  font-size: 1.125em;
}

hr {
  background: #fff;
  border: 0;
  height: 3px;
  margin: 0 0 25px;
  width: 100%;
}

p {
  font: 0.975em "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  line-height: 24px;
  letter-spacing: 1px;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom a {
  color: #906140;
}
.custom img, .custom iframe, .custom embed, .custom object, .custom video {
  max-width: 100%;
}
.custom ol, .custom ul {
  font: 0.875em "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  letter-spacing: 1px;
  padding-left: 1em;
}
.custom ol {
  list-style: decimal;
}
.custom ul {
  list-style: disc;
}

.cart_box .errors, #product_form .errors {
  background-color: #906140;
  text-align: center;
  padding: 20px;
  margin: 0px 0;
  color: #fff;
  font: 0.75em "Delius", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  width: 100%;
}
.cart_box .errors li, #product_form .errors li {
  display: block;
}
.cart_box .errors li + li, #product_form .errors li + li {
  margin-top: 20px;
}

button, a.button {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background: #333;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font: bold 0.75em "Delius", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  height: 58px;
  letter-spacing: 0.2em;
  line-height: 58px;
  max-width: 100%;
  outline: none;
  padding: 0 16px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
button.minimal-button, a.button.minimal-button {
  background: none;
  color: #333;
  border: none;
  font-size: 13px;
  padding: 0;
}
button.minimal-button:not(:disabled):hover, button.minimal-button:not(:disabled):active, button.minimal-button:not(:disabled):focus, a.button.minimal-button:not(:disabled):hover, a.button.minimal-button:not(:disabled):active, a.button.minimal-button:not(:disabled):focus {
  background: none;
  text-decoration: underline;
}
button.no-border, a.button.no-border {
  border: none;
}
button:not(:disabled):hover, button:not(:disabled):active, button:not(:disabled):focus, a.button:not(:disabled):hover, a.button:not(:disabled):active, a.button:not(:disabled):focus {
  background: #906140;
}
button:disabled, button.disabled, a.button:disabled, a.button.disabled {
  background: #333;
  cursor: not-allowed;
  opacity: 0.3;
}

.select {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  border: 3px solid #333;
  color: #333;
  font: bold 0.875em "Delius", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  height: 58px;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  max-width: 100%;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.select select {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  color: #333;
  font: bold 0.875em "Delius", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  height: 100%;
  letter-spacing: 1px;
  line-height: 58px;
  padding: 0 66px 0 16px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
}
.select select option {
  color: #000;
  background: #FFF;
}
.select select option:disabled {
  color: graytext;
}
.select select:focus {
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select svg {
  fill: #333;
  position: absolute;
  right: 17px;
  top: 50%;
  z-index: 1;
}
.select:hover, .select:active, .select:focus, .select:focus-within {
  border: 3px solid #906140;
}
.select:hover option:disabled, .select:active option:disabled, .select:focus option:disabled, .select:focus-within option:disabled {
  color: graytext;
}
.select:hover svg, .select:active svg, .select:focus svg, .select:focus-within svg {
  fill: #906140;
}

.cart-overlay {
  display: none;
  position: relative;
  z-index: 200;
}

body.maintenance {
  border-right: 3px solid #333;
}
body.maintenance .message_tall {
  min-height: 1200px;
  text-align: center;
}
body.maintenance .message_tall h1 {
  margin-top: 15%;
}

header {
  background: #EEDECE;
  padding-top: 60px;
  padding-bottom: 40px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  header {
    padding: 0;
  }
}
header .header-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  header .header-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin-bottom: 30px;
  }
}
header .header-search {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  color: #333;
}
header .header-search .search-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid transparent;
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 1023px) {
  header .header-search .search-form {
    display: none;
  }
}
header .header-search .search-form:focus-within {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  border: 2px solid #333;
}
header .header-search .search-form:focus-within .search-input {
  outline: none;
}
header .header-search .search-form:focus-within .search-button {
  border-left: 2px solid #333;
  opacity: 1;
}
header .header-search .search-form .search-input, header .header-search .search-form .search-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  height: 40px;
  margin: 0;
  padding: 0;
}
header .header-search .search-form .search-button {
  border-left: 2px solid transparent;
  font-family: "Delius", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 700;
  font-size: 0.85em;
  opacity: 0;
  text-transform: uppercase;
  width: 48px;
}
header .header-search .search-form .search-button:hover, header .header-search .search-form .search-button:focus {
  background: #906140;
  outline: none;
}
header .header-search .search-form .search-input {
  background: rgba(255, 255, 255, 0) url(https://assets.bigcartel.com/theme_assets/79/2.4.7/images/search_icon.png) 8px 12px no-repeat;
  background-size: 28px 15px;
  font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  padding: 4px 8px 4px 44px;
}
header .header-store-title {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  font-family: "Delius", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-align: center;
  font-size: 1.5em;
  letter-spacing: 0.3em;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  header .header-store-title {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-bottom: 3px solid #333;
    margin-bottom: 20px;
    min-height: 80px;
    padding: 20px;
    position: relative;
    font-size: 1em;
    width: 100%;
  }
}
header .header-store-title .store-link {
  display: block;
}
@media screen and (max-width: 767px) {
  header .header-store-title .store-link {
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 120px);
  }
}
header .header-store-title .store-link:hover, header .header-store-title .store-link:focus {
  color: #906140;
}
header .header-store-title img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 300px;
  max-height: 200px;
  width: auto;
}
@media screen and (max-width: 767px) {
  header .header-store-title img {
    max-height: 50px;
  }
}
header .header-cart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  header .header-cart {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
header .header-cart a {
  background: url(https://assets.bigcartel.com/theme_assets/79/2.4.7/images/cart_icon.png) top center no-repeat;
  background-size: 60px 60px;
  display: block;
  padding-top: 70px;
  position: relative;
  width: 60px;
  z-index: 2;
}
header .header-cart a:hover, header .header-cart a:focus {
  opacity: 0.8;
}
header .header-cart span span {
  padding: 0 2px 0 0;
}

.light_cart {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0px;
  display: block;
  z-index: 1;
  overflow: hidden;
  right: 0;
}
.light_cart .green_cart {
  background-color: #906140;
  height: 0px;
  width: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 1;
}
.light_cart .imgAdd {
  margin-top: 8px;
}

section.content {
  padding-bottom: 100px;
}

.open-menu {
  background: url(https://assets.bigcartel.com/theme_assets/79/2.4.7/images/hamburger.png) no-repeat left top;
  background-size: 20px;
  height: 14px;
  left: -10px;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  top: 50px;
  width: 20px;
}
.open-menu.desktop-open-menu {
  display: block;
}
@media screen and (max-width: 767px) {
  .open-menu.desktop-open-menu {
    display: none;
  }
}
.open-menu.mobile-open-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .open-menu.mobile-open-menu {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 26px;
    display: block;
    height: 18px;
    left: 20px;
    position: absolute;
    top: 50%;
    width: 26px;
  }
}

.open-menu:hover, .open-menu:active {
  color: #906140;
}

aside {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 12px #ccc;
  font: 1.35em "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  letter-spacing: 1px;
  height: 100%;
  padding-top: 20px;
  position: fixed;
  right: -260px;
  top: 0;
  width: 300px;
  z-index: 200;
}
@media screen and (max-width: 1023px) {
  aside {
    right: -275px;
  }
}
@media screen and (max-width: 767px) {
  aside {
    right: -100%;
  }
}
aside .wrapper {
  padding: 0 20px 28px 28px;
  overflow: scroll;
  height: 100%;
}
aside.expand {
  right: 0;
}
aside li {
  display: block;
  padding: 5px 0;
}
aside .social {
  margin: 1em 0;
}
aside .social a {
  display: block;
}
aside .social a svg {
  fill: #333;
  height: 22px;
  width: 22px;
}
aside .social a:hover svg {
  fill: #906140;
}
aside .social li {
  display: inline-block;
  padding: 0;
}
aside .social li + li {
  margin-left: 6px;
}
aside .bigcartel-credit {
  margin-top: 20px;
  font-size: 0.625em;
}
.cart-wrapper {
  background-color: rgba(255, 255, 255, 0.95);
  display: block;
  height: 100%;
  left: 0;
  overflow: scroll;
  padding: 50px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
}
@media screen and (max-width: 767px) {
  .cart-wrapper {
    padding-top: 0;
  }
}
.cart-wrapper .close_overlay a {
  background: #fff url(https://assets.bigcartel.com/theme_assets/79/2.4.7/images/x_outs_sprite.png) no-repeat left top;
  background-size: 60px;
  border-radius: 50%;
  display: inline-block;
  float: right;
  height: 60px;
  margin-top: 14px;
  overflow: hidden;
  text-indent: -999px;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .cart-wrapper .close_overlay a {
    height: 40px;
    width: 40px;
    background-size: 40px;
  }
}
.cart-wrapper .message {
  min-height: 700px;
  text-align: center;
}
.cart-wrapper .message hr {
  margin: 80px 0;
}
.cart-wrapper .message .button {
  display: block;
  margin: 40px auto 0;
  width: 300px;
}
.cart-wrapper .message .button:hover, .cart-wrapper .message .button:focus {
  background-color: #906140;
  color: #fff;
}
.cart-wrapper hr {
  background: #333;
  margin: 100px 0;
}
.cart-wrapper .cart-items {
  border-top: 3px solid #333;
}
.cart-wrapper .cart_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 3px solid #333;
  padding: 20px 0;
  width: 100%;
  position: relative;
}
.cart-wrapper .cart_box:last-of-type {
  border: none;
}
.cart-wrapper .cart_box .cart-image-holder {
  margin-left: 0;
  width: 15%;
}
@media screen and (max-width: 767px) {
  .cart-wrapper .cart_box .cart-image-holder {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-bottom: 20px;
    order: 1;
  }
}
.cart-wrapper .cart_box .cart-image-holder img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.cart-wrapper .cart_box .cart-item-name {
  padding-left: 30px;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .cart-wrapper .cart_box .cart-item-name {
    -webkit-flex-basis: 67%;
    -ms-flex-preferred-size: 67%;
    flex-basis: 67%;
    margin-bottom: 20px;
    order: 2;
  }
}
.cart-wrapper .cart_box .cart-item-name .cart-item-product-name {
  margin: 0;
}
.cart-wrapper .cart_box .cart-item-name .cart-item-option-name {
  display: inline-block;
  font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  margin-top: 15px;
}
.cart-wrapper .cart_box .cart-item-quantity {
  margin-left: auto;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .cart-wrapper .cart_box .cart-item-quantity {
    margin-left: 0;
    order: 4;
  }
}
.cart-wrapper .cart_box .cart-item-quantity input {
  border: 2px solid #333;
  font: bold 0.875em "Delius", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  letter-spacing: 0.2em;
  outline: none;
  padding: 10px;
  width: 100%;
}
.cart-wrapper .cart_box .cart-item-price {
  font: 1.25em "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  margin-left: auto;
  width: 10%;
}
@media screen and (max-width: 767px) {
  .cart-wrapper .cart_box .cart-item-price {
    order: 5;
    width: auto;
  }
}
.cart-wrapper .cart_box .update-btn {
  background-color: #333;
  color: #fff;
  border: none;
  font: bold 0.75em "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 11px 23px;
  outline: none;
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
  width: auto;
}
.cart-wrapper .cart_box .update-btn:hover, .cart-wrapper .cart_box .update-btn:focus {
  background-color: #906140;
  color: #fff;
}
.cart-wrapper .cart_box .cart-item-remove {
  margin-left: auto;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .cart-wrapper .cart_box .cart-item-remove {
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    order: 3;
    text-align: right;
  }
}
.cart-wrapper .cart_box .cart-item-remove .remove {
  background: url(https://assets.bigcartel.com/theme_assets/79/2.4.7/images/x_outs_sprite.png) -20px -66px no-repeat;
  background-size: 60px;
  display: inline-block;
  height: 20px;
  overflow: hidden;
  text-indent: -999px;
  width: 20px;
}

.cart-total {
  margin-bottom: 10%;
  padding-top: 40px;
  text-align: center;
}
.cart-total .cart-total-title {
  font-size: 0.75em;
  margin-bottom: 5px;
}
.cart-total .cart-total-amount {
  font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 3.375em;
  margin-bottom: 25px;
}
.cart-total .checkout-button {
  color: #fff;
  background-color: #333;
  float: none;
  width: 300px;
  margin: 0 auto;
}
.cart-total .checkout-button:hover, .cart-total .checkout-button:focus {
  background-color: #906140;
  color: #fff;
}
.contact-container {
  max-width: 700px;
  width: 100%;
}
.contact-container .contact-form-block {
  margin-bottom: 20px;
}
.contact-container label {
  display: block;
  font: bold 0.875em "Delius", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contact-container input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #EEDECE;
  border: 2px solid #333;
  font: normal 1em "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.contact-container input:focus, .contact-container input:active {
  border-color: #906140;
}
.contact-container textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #EEDECE;
  border: 2px solid #333;
  font: normal 0.875em "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  height: 242px;
  letter-spacing: 0.2em;
  max-height: 242px;
  max-width: 100%;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.contact-container textarea:focus, .contact-container textarea:active {
  border-color: #906140;
}
.contact-container .recaptcha-note {
  font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  margin-top: 10px;
}
.contact-container .recaptcha-note a {
  text-decoration: underline;
}
.contact-container .button {
  font: bold 1em "Delius", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  max-width: 300px;
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .contact-container .button {
    max-width: 100%;
  }
}
.contact-container .errors {
  text-align: center;
  color: #fff;
  background-color: #906140;
  font: bold 1em "Delius", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 30px;
}
.contact-container .errors li {
  display: block;
  padding: 20px;
}
.breadcrumb {
  font-size: 0.675em;
  font-family: "Delius", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.75em;
  margin-bottom: 30px;
}

.product-form {
  margin-bottom: 40px;
}

.product-container {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .product-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.product-images-panel {
  padding-right: 60px;
  width: 72%;
}
@media screen and (max-width: 1023px) {
  .product-images-panel {
    padding-right: 0;
    width: 100%;
  }
}

.image-arrow {
  display: block;
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  top: 0;
  white-space: nowrap;
  width: 50%;
}
.image-arrow:hover:after {
  content: "";
}
.image-arrow.next-image {
  right: 0;
}
.image-arrow.next-image:after {
  right: 15px;
}
.image-arrow.prev-image {
  left: 0;
}
.image-arrow.prev-image:after {
  background-position: 0 -45px;
  left: 15px;
}
.image-arrow:after {
  background: url(https://assets.bigcartel.com/theme_assets/79/2.4.7/images/arrows_sprite.png) no-repeat;
  background-size: 33px;
  display: block;
  height: 33px;
  margin-top: -16px;
  position: absolute;
  top: 50%;
  width: 33px;
}

.product-thumbs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -5px 40px;
}
.product-thumbs a {
  border: 3px solid #fff;
  box-shadow: 0 0 12px #ccc;
  object-fit: cover;
  overflow: hidden;
  margin: 0 5px;
  width: 20%;
}
.product-thumbs a:hover img {
  filter: blur(2px);
}
.product-thumbs a img {
  display: block;
  width: 100%;
}

.product-description {
  margin-bottom: 25px;
  text-align: left;
}
.product-description a {
  color: #906140;
}
.product-description a:hover {
  text-decoration: underline;
}
.product-description img, .product-description iframe, .product-description embed, .product-description object, .product-description video {
  max-width: 100%;
}
.product-description ol, .product-description ul {
  font: 0.875em "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  letter-spacing: 1px;
  padding-left: 1em;
}
.product-description ol {
  list-style: decimal;
}
.product-description ul {
  list-style: disc;
}

.similar-products {
  margin-top: 75px;
}
.similar-products .similar-products-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
  font-size: 0.95em;
}
.similar-products .similar-products-title:before, .similar-products .similar-products-title:after {
  -webkit-flex: 1 0 20px;
  -ms-flex: 1 0 20px;
  flex: 1 0 20px;
  content: "";
  border-top: 3px solid #fff;
  margin: 0 20px 0 0;
}
.similar-products .similar-products-title:after {
  margin: 0 0 0 20px;
}

#share_this {
  font: 0.875em "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-style: italic;
  letter-spacing: 1px;
}
#share_this a {
  cursor: pointer;
  padding: 0 10px;
  text-decoration: underline;
}

.availability h2 {
  margin: 0;
}

.product-details {
  text-align: center;
  width: 28%;
}
@media screen and (max-width: 1023px) {
  .product-details {
    margin-top: 20px;
    width: 100%;
  }
}
.product-details h1 {
  margin-top: 0;
}
.product-details .add-to-cart-button {
  margin: 20px 0 0;
}
.product-details .select {
  margin-top: 10px;
}

.reset-selection-button-container {
  text-align: center;
  width: 100%;
}

button.reset-selection-button {
  display: none;
  height: auto;
  max-width: 100%;
  line-height: normal;
  margin: 20px auto 0;
  padding: 4px;
  width: auto;
}

.details hr {
  margin-top: 40px;
}

.product_wrapper {
  position: relative;
}
.product_wrapper > img {
  border: 3px solid #fff;
  -moz-box-shadow: 0 0 12px #ccc;
  -webkit-box-shadow: 0 0 12px #ccc;
  box-shadow: 0 0 12px #ccc;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.product-quantity {
  display: none;
}

#instant-checkout-button {
  margin-top: 12px;
}
.categories ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  line-height: 24px;
  margin: 40px 0 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .categories ul {
    margin: 0 auto 30px;
  }
}
.categories ul li {
  margin: 1px;
}
.categories ul li a {
  display: block;
  padding: 4px 8px;
}
.categories ul li a:hover, .categories ul li a:focus {
  color: #906140;
}
.categories ul li.current a {
  color: #906140;
}

.product-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 20px;
  margin: 0 -10px;
}
.product-list .product-list-item {
  padding: 0 10px 20px;
  width: 25%;
}
@media screen and (max-width: 1023px) {
  .product-list .product-list-item {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .product-list .product-list-item {
    width: 100%;
  }
}
.product-list .product-list-item:hover, .product-list .product-list-item:focus {
  outline: none;
}
@media only screen and (min-width: 768px) and (hover: hover), (-moz-touch-enabled: 0) {
  .product-list .product-list-item:hover figcaption, .product-list .product-list-item:focus figcaption {
    bottom: 0;
  }
}
.product-list .product-list-item:hover img, .product-list .product-list-item:focus img {
  filter: blur(3px);
}
.product-list .product-list-item a {
  display: block;
}
.product-list .product-list-item a:hover {
  opacity: 1;
}
.product-list .product-list-item figure {
  border: 3px solid #fff;
  box-shadow: 0 0 12px #ccc;
  position: relative;
  margin: 0;
  overflow: hidden;
}
.product-list .product-list-item figure figcaption {
  -webkit-transition: bottom 0.4s;
  transition: bottom 0.4s;
  background-color: #fff;
  bottom: -200px;
  padding: 0 20px 20px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .product-list .product-list-item figure figcaption {
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 110px;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 0;
    padding: 20px 20px 10px 20px;
    z-index: 1;
  }
}
.product-list .product-list-item figure figcaption span {
  font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 1em;
  letter-spacing: 1px;
}
.product-list .product-list-item figure figcaption:before {
  background-color: #fff;
  bottom: -105px;
  content: "";
  display: block;
  height: 200px;
  left: -36px;
  position: absolute;
  padding: 20px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .product-list .product-list-item figure figcaption:before {
    display: none;
  }
}
.product-list .product-list-item figure img {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  display: block;
  max-width: 100%;
  width: 100%;
}
.product-list h4 {
  margin: 0 0 5px;
}

a.view-more-button {
  margin: 25px auto 0;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  a.view-more-button {
    max-width: 100%;
  }
}

.product-card:hover, .product-card:focus {
  opacity: 0.85;
}

.page-load-status {
  font-size: 1em;
  letter-spacing: 1px;
  margin-top: 25px;
  text-align: center;
}

.no-products {
  font-family: "Delius", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
/*






 */


/* ====================================================================================================================
 * ✦ 8 PAGES SCRAPBOOK THEME v2 — Soul Shadow ✦
 * Palette: teal #5C7A6B, coral #B85C5C, gold #C4A57B, dusty rose #E8B4B8, cream #FDF8F3
 * Fonts: Chelsea Market (titres), DM Sans (body)
 * ====================================================================================================================*/

@import url('https://fonts.googleapis.com/css2?family=Chelsea+Market&family=DM+Sans:wght@400;500;600&family=Kalam:wght@300;400;700&display=swap');

/* ══════════════════════════════════════════
   KILL ALL UPPERCASE
   ══════════════════════════════════════════ */
h1, h2, h3, h4, h5,
button, a.button,
.select, .select select,
.breadcrumb,
.categories ul li a,
.cart-item-product-name,
.contact-container label,
.no-products,
.cart_box .errors, #product_form .errors {
  text-transform: none !important;
}

/* ══════════════════════════════════════════
   BODY & BACKGROUND — papier quadrillé
   ══════════════════════════════════════════ */
body {
  background-color: #FDF8F3 !important;
  background-image:
    linear-gradient(rgba(196,165,123,0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(196,165,123,0.12) 1px, transparent 1px) !important;
  background-size: 22px 22px !important;
  color: #3D3229 !important;
  font-family: 'DM Sans', sans-serif !important;
}

/* Soften the border frame */
body:after, body:before { border-color: #E8DDD0 !important; }
html:before { border-color: #E8DDD0 !important; }

/* ══════════════════════════════════════════
   HEADER — full scrapbook style
   ══════════════════════════════════════════ */
header {
  background: #FDF8F3 !important;
  border-bottom: none !important;
  padding-bottom: 20px !important;
  position: relative;
  overflow: visible;
}

/* Washi tape strip under header */
header::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(-0.5deg);
  width: 280px;
  height: 16px;
  background: repeating-linear-gradient(
    90deg,
    #E8B4B8 0px, #E8B4B8 6px,
    #F2D4D6 6px, #F2D4D6 12px,
    #F5E0C8 12px, #F5E0C8 18px,
    #D4E2D9 18px, #D4E2D9 24px
  );
  opacity: 0.7;
  z-index: 10;
  border-radius: 1px;
}

/* Second decorative washi tape */
header::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 40px;
  width: 80px;
  height: 14px;
  background: repeating-linear-gradient(
    45deg,
    rgba(92,122,107,0.3) 0px, rgba(92,122,107,0.3) 4px,
    transparent 4px, transparent 8px
  );
  transform: rotate(12deg);
  z-index: 10;
  border-radius: 1px;
}

header .header-store-title {
  font-family: 'Chelsea Market', cursive !important;
  font-size: 2em !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  color: #3D3229 !important;
}
@media screen and (max-width: 767px) {
  header .header-store-title {
    font-size: 1.4em !important;
    border-bottom: 2px dashed #E8DDD0 !important;
  }
}
header .header-store-title .store-link:hover {
  color: #B85C5C !important;
}

/* ══════════════════════════════════════════
   NAVIGATION — pill buttons scrapbook
   ══════════════════════════════════════════ */
.categories ul {
  font-family: 'Kalam', cursive !important;
  font-size: 1em;
  gap: 6px;
}
.categories ul li a {
  color: #5C4A33 !important;
  border: 1.5px dashed transparent;
  border-radius: 20px;
  padding: 6px 16px !important;
  transition: all 0.25s ease;
}
.categories ul li a:hover,
.categories ul li a:focus {
  border-color: #C4A57B !important;
  background: rgba(196,165,123,0.1) !important;
  color: #B85C5C !important;
}
.categories ul li.current a {
  background: #5C7A6B !important;
  color: #FDF8F3 !important;
  border: 1.5px solid #5C7A6B !important;
  border-radius: 20px;
}

/* ══════════════════════════════════════════
   PRODUCT CARDS — sticker / polaroid style
   ══════════════════════════════════════════ */
.product-list .product-list-item {
  transition: transform 0.3s ease;
}
.product-list .product-list-item:hover {
  transform: rotate(-1deg) translateY(-4px);
}
.product-list .product-list-item figure {
  border: 3px solid #F0E6D8 !important;
  border-radius: 4px !important;
  box-shadow: 4px 4px 0 #E8DDD0, 5px 5px 15px rgba(0,0,0,0.06) !important;
  overflow: hidden;
  position: relative;
  background: #fff;
}

/* Washi tape on top-left of card */
.product-list .product-list-item figure::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 15px;
  width: 45px;
  height: 14px;
  background: rgba(232,180,184,0.6);
  transform: rotate(-3deg);
  z-index: 10;
  border-radius: 1px;
}

/* Tiny doodle heart top-right */
.product-list .product-list-item figure::after {
  content: '♡';
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 1em;
  color: #E8B4B8;
  opacity: 0.5;
  z-index: 11;
  transition: all 0.3s ease;
}
.product-list .product-list-item:hover figure::after {
  opacity: 1;
  color: #B85C5C;
  transform: scale(1.3);
}

/* No blur on hover */
.product-list .product-list-item:hover img,
.product-list .product-list-item:focus img {
  filter: none !important;
}

/* Caption */
.product-list .product-list-item figure figcaption {
  background: #fff !important;
  padding: 10px 14px 14px !important;
  position: relative !important;
  bottom: 0 !important;
  border-top: 2px dashed #F0E6D8;
}
.product-list .product-list-item figure figcaption::before {
  display: none !important;
}
.product-list .product-list-item figure figcaption h4 {
  font-family: 'Chelsea Market', cursive !important;
  font-size: 1em !important;
  letter-spacing: 0 !important;
  color: #3D3229 !important;
}
.product-list .product-list-item figure figcaption span {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 0.8em !important;
  color: #5C7A6B !important;
  font-weight: 600;
}

/* ══════════════════════════════════════════
   HEADINGS
   ══════════════════════════════════════════ */
h1 {
  font-family: 'Chelsea Market', cursive !important;
  font-size: 1.8em !important;
  letter-spacing: 0 !important;
  color: #3D3229 !important;
  position: relative;
  display: inline-block;
}

h2, h3 {
  font-family: 'DM Sans', sans-serif !important;
  color: #5C4A33 !important;
  letter-spacing: 0 !important;
}

h4, h5 {
  font-family: 'Chelsea Market', cursive !important;
  letter-spacing: 0 !important;
}

/* ══════════════════════════════════════════
   TYPOGRAPHY
   ══════════════════════════════════════════ */
p {
  font-family: 'DM Sans', sans-serif !important;
  color: #4A3F35 !important;
  line-height: 1.75 !important;
  letter-spacing: 0.3px !important;
}

a { color: #5C4A33 !important; }
a:hover { color: #B85C5C !important; opacity: 1 !important; }

/* ══════════════════════════════════════════
   BUTTONS — handmade feel
   ══════════════════════════════════════════ */
button, a.button {
  background: #5C7A6B !important;
  border: none !important;
  border-radius: 8px !important;
  font-family: 'Chelsea Market', cursive !important;
  font-size: 0.85em !important;
  letter-spacing: 0.03em !important;
  height: 50px !important;
  line-height: 50px !important;
  box-shadow: 3px 3px 0 rgba(92,122,107,0.25);
  transition: all 0.2s ease !important;
  position: relative;
}
button:not(:disabled):hover,
a.button:not(:disabled):hover {
  background: #B85C5C !important;
  box-shadow: 4px 4px 0 rgba(184,92,92,0.25);
  transform: translate(-1px, -1px);
}
button:disabled, a.button:disabled {
  background: #C4B8A8 !important;
  box-shadow: none;
}

/* ══════════════════════════════════════════
   SELECT / DROPDOWN
   ══════════════════════════════════════════ */
.select {
  border: 2px dashed #C4A57B !important;
  border-radius: 10px !important;
  height: 50px !important;
  font-family: 'DM Sans', sans-serif !important;
}
.select select {
  font-family: 'DM Sans', sans-serif !important;
  line-height: 50px !important;
  letter-spacing: 0 !important;
}
.select:hover { border-color: #B85C5C !important; }
.select svg { fill: #C4A57B !important; }
.select:hover svg { fill: #B85C5C !important; }

/* ══════════════════════════════════════════
   HORIZONTAL RULES — torn paper effect
   ══════════════════════════════════════════ */
hr {
  background: none !important;
  border: none !important;
  height: 12px !important;
  position: relative;
  overflow: hidden;
}
hr::before {
  content: '· · · ♡ · · · ✦ · · · ♡ · · ·';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7em;
  color: #C4A57B;
  letter-spacing: 4px;
  white-space: nowrap;
}

/* ══════════════════════════════════════════
   PRODUCT PAGE — polaroid style
   ══════════════════════════════════════════ */
.product_wrapper > img {
  border: 6px solid #fff !important;
  border-radius: 4px !important;
  box-shadow: 4px 4px 0 #E8DDD0, 0 0 20px rgba(0,0,0,0.05) !important;
}
.product_wrapper {
  position: relative;
}
/* Washi tape on product image */
.product_wrapper::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 30px;
  width: 60px;
  height: 16px;
  background: rgba(212,226,217,0.7);
  transform: rotate(-2deg);
  z-index: 10;
  border-radius: 1px;
}
.product_wrapper::after {
  content: '';
  position: absolute;
  bottom: 15px;
  right: -4px;
  width: 50px;
  height: 14px;
  background: rgba(245,224,200,0.7);
  transform: rotate(5deg);
  z-index: 10;
  border-radius: 1px;
}

.product-thumbs a {
  border: 3px solid #fff !important;
  border-radius: 4px !important;
  box-shadow: 2px 2px 0 #E8DDD0 !important;
}
.product-thumbs a:hover img { filter: none !important; }

.product-description {
  font-family: 'DM Sans', sans-serif !important;
  line-height: 1.8 !important;
}
.product-description a {
  color: #B85C5C !important;
  text-decoration-style: wavy !important;
  text-underline-offset: 3px;
}

/* Price tag — sticker style */
.product-details h2 {
  font-family: 'Chelsea Market', cursive !important;
  font-size: 1.8em !important;
  color: #5C7A6B !important;
  background: rgba(92,122,107,0.06);
  display: inline-block;
  padding: 2px 18px;
  border: 2px dashed #5C7A6B;
  border-radius: 8px;
  position: relative;
}

/* ══════════════════════════════════════════
   BREADCRUMB
   ══════════════════════════════════════════ */
.breadcrumb {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  font-size: 0.8em !important;
  color: #8B7355 !important;
}

/* ══════════════════════════════════════════
   SIDEBAR MENU
   ══════════════════════════════════════════ */
aside {
  background: rgba(253,248,243,0.98) !important;
  background-image:
    linear-gradient(rgba(196,165,123,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(196,165,123,0.08) 1px, transparent 1px) !important;
  background-size: 22px 22px !important;
  box-shadow: -4px 0 25px rgba(0,0,0,0.08) !important;
  font-family: 'Kalam', cursive !important;
  font-size: 1.2em !important;
  border-left: none !important;
}
/* Washi tape on sidebar top */
aside::before {
  content: '';
  display: block;
  width: 100%;
  height: 14px;
  background: repeating-linear-gradient(
    90deg,
    #E8B4B8 0px, #E8B4B8 8px,
    #F5E0C8 8px, #F5E0C8 16px,
    #D4E2D9 16px, #D4E2D9 24px
  );
  opacity: 0.5;
}
aside a { color: #5C4A33 !important; }
aside a:hover { color: #B85C5C !important; }
aside .social a svg { fill: #8B7355 !important; }
aside .social a:hover svg { fill: #B85C5C !important; }

/* ══════════════════════════════════════════
   CART
   ══════════════════════════════════════════ */
.cart-wrapper {
  background-color: rgba(253,248,243,0.98) !important;
  background-image:
    linear-gradient(rgba(196,165,123,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(196,165,123,0.08) 1px, transparent 1px) !important;
  background-size: 22px 22px !important;
}
.cart-wrapper .cart-items { border-top: 2px dashed #C4A57B !important; }
.cart-wrapper .cart_box { border-bottom: 2px dashed #E8DDD0 !important; }
.cart-wrapper .cart_box .cart-item-product-name {
  font-family: 'Chelsea Market', cursive !important;
  font-size: 1.1em !important;
}
.cart-total .cart-total-amount {
  font-family: 'Chelsea Market', cursive !important;
  color: #5C7A6B !important;
}
.cart-total .checkout-button {
  background: #B85C5C !important;
  border-radius: 8px !important;
  font-family: 'Chelsea Market', cursive !important;
}
.cart-total .checkout-button:hover { background: #5C7A6B !important; }

/* ══════════════════════════════════════════
   CONTACT FORM — notebook style
   ══════════════════════════════════════════ */
.contact-container label {
  font-family: 'Kalam', cursive !important;
  font-size: 1em !important;
  color: #5C4A33 !important;
}
.contact-container input,
.contact-container textarea {
  background-color: rgba(255,255,255,0.5) !important;
  border: 2px dashed #D4C4B0 !important;
  border-radius: 8px !important;
  font-family: 'DM Sans', sans-serif !important;
  letter-spacing: 0 !important;
}
.contact-container input:focus,
.contact-container textarea:focus {
  border-color: #5C7A6B !important;
  border-style: solid !important;
  background-color: rgba(255,255,255,0.8) !important;
}

/* ══════════════════════════════════════════
   ERRORS
   ══════════════════════════════════════════ */
.cart_box .errors, #product_form .errors,
.contact-container .errors {
  background-color: #B85C5C !important;
  border-radius: 8px !important;
  font-family: 'DM Sans', sans-serif !important;
}

/* ══════════════════════════════════════════
   NEWSLETTER (Brevo)
   ══════════════════════════════════════════ */
.sib-form {
  background-color: #F5EDE3 !important;
  background-image:
    linear-gradient(rgba(196,165,123,0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(196,165,123,0.1) 1px, transparent 1px) !important;
  background-size: 22px 22px !important;
  border-top: none !important;
  padding: 50px 20px !important;
  position: relative;
}
/* Washi tape on newsletter top */
.sib-form::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(0.5deg);
  width: 200px;
  height: 14px;
  background: repeating-linear-gradient(
    90deg,
    #D4E2D9 0px, #D4E2D9 6px,
    #E8DDD0 6px, #E8DDD0 12px,
    #F5E0C8 12px, #F5E0C8 18px
  );
  opacity: 0.6;
  z-index: 5;
}
#sib-container {
  background: rgba(255,255,255,0.7) !important;
  border: 2px dashed #D4C4B0 !important;
  border-radius: 12px !important;
  box-shadow: 4px 4px 0 #E8DDD0 !important;
}
.sib-form-block__button {
  background-color: #5C7A6B !important;
  border-radius: 8px !important;
  font-family: 'Chelsea Market', cursive !important;
  font-size: 1em !important;
}
.sib-form-block__button:hover { background-color: #B85C5C !important; }

/* ══════════════════════════════════════════
   CUSTOM PAGES
   ══════════════════════════════════════════ */
.custom {
  max-width: 750px;
  margin: 0 auto;
}

/* ══════════════════════════════════════════
   SHARE LINKS — sticker buttons
   ══════════════════════════════════════════ */
#Partager\ ! a,
#share_this a {
  font-family: 'Kalam', cursive !important;
  font-style: normal !important;
  text-decoration: none !important;
  background: #F0E6D8;
  color: #5C4A33 !important;
  padding: 4px 14px;
  border-radius: 15px;
  border: 1.5px dashed #D4C4B0;
  margin: 0 3px;
  font-size: 0.85em;
  transition: all 0.2s ease;
}
#Partager\ ! a:hover,
#share_this a:hover {
  background: #B85C5C;
  color: #fff !important;
  border-color: #B85C5C;
}

/* ══════════════════════════════════════════
   SCRAPBOOK DOODLE DECORATIONS
   ══════════════════════════════════════════ */

/* Decorative doodles on home page */
.home-slideshow::after {
  content: '✧ ♪ ♡ ✧';
  display: block;
  text-align: center;
  font-size: 1.2em;
  color: #C4A57B;
  letter-spacing: 12px;
  padding: 10px 0;
  opacity: 0.5;
}

/* Doodle stars around product list title */
.similar-products .similar-products-title::before {
  content: '✦ · · · ' !important;
  border: none !important;
  flex: none !important;
  margin: 0 8px 0 0 !important;
  color: #C4A57B;
  font-size: 0.8em;
  letter-spacing: 4px;
}
.similar-products .similar-products-title::after {
  content: ' · · · ✦' !important;
  border: none !important;
  flex: none !important;
  margin: 0 0 0 8px !important;
  color: #C4A57B;
  font-size: 0.8em;
  letter-spacing: 4px;
}

/* Corner doodle on content section */
section.content {
  position: relative;
}
section.content::before {
  content: '♡';
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 1.5em;
  color: #E8B4B8;
  opacity: 0.3;
  z-index: 1;
}

/* Torn paper effect on product image bottom */
.product-list .product-list-item figure img {
  transition: 0.3s ease !important;
}

/* ══════════════════════════════════════════
   SEARCH BAR
   ══════════════════════════════════════════ */
header .header-search .search-form {
  border-radius: 20px !important;
  overflow: hidden;
}
header .header-search .search-form:focus-within {
  border: 2px dashed #C4A57B !important;
  border-radius: 20px !important;
  background: rgba(255,255,255,0.4) !important;
}
header .header-search .search-form .search-input {
  font-family: 'DM Sans', sans-serif !important;
}
header .header-search .search-form .search-button {
  font-family: 'Chelsea Market', cursive !important;
}
header .header-search .search-form .search-button:hover {
  background: #B85C5C !important;
}

/* ══════════════════════════════════════════
   SELECTION & SCROLLBAR
   ══════════════════════════════════════════ */
::selection {
  background: #E8B4B8;
  color: #3D3229;
}
html { scroll-behavior: smooth; }

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #F5EDE3; }
::-webkit-scrollbar-thumb {
  background: #D4C4B0;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover { background: #C4A57B; }

/* ══════════════════════════════════════════
   MOBILE
   ══════════════════════════════════════════ */
@media screen and (max-width: 767px) {
  h1 { font-size: 1.4em !important; }

  .product-list .product-list-item figure figcaption {
    position: relative !important;
    bottom: 0 !important;
    height: auto !important;
    background: #fff !important;
  }

  header::before { display: none; }
  header::after {
    width: 160px;
    bottom: -7px;
  }

  .product-list .product-list-item:hover {
    transform: none;
  }
}

@media screen and (max-width: 1023px) {
  .product-list .product-list-item figure figcaption {
    position: relative !important;
    bottom: 0 !important;
    height: auto !important;
    background: #fff !important;
  }
}

/* ====================================================================================================================
 * END 8 PAGES SCRAPBOOK v2
 * ====================================================================================================================*/