@charset "UTF-8";
/* ----------------------------------------------------------------------------
 * Main Stylesheet file.
 *
 * Source file for all SCSS files.
 * ------------------------------------------------------------------------- */
@import url("//fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
/* ----------------------------------------------------------------------------
* Variables
* ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
* Custom Website Fonts
* ------------------------------------------------------------------------- */
*, *:after, *:before {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
body {
  color: #333;
  font-family: "Century Gothic", Arial, sans-serif;
  font-weight: 300;
  margin: 0;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-word-break: break-word;
}
.wrapper {
  padding-top: 70px;
}
h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
}
h2 {
  color: #866841;
  font-family: "Century Gothic", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  padding: 0 0 1em 0;
  text-transform: uppercase;
}
h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 32px;
  letter-spacing: -1px;
}
a:link, a:active, a:visited {
  color: #000;
  text-decoration: none;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
a:hover {
  color: #767776;
}
.col-half, .col-twothirds, .col-third, .col-full {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left;
}
.no-padding {
  padding: 0;
}
.col-full {
  width: 100%;
}
.col-half {
  width: 50%;
}
.col-twothirds {
  width: 66.666666%;
}
.col-third {
  width: 33.333333%;
}
.col-third .item {
  width: 100%;
}
.error-container {
  text-align: center;
  padding-bottom: 6em;
}
.error-page {
  color: #222;
  font-size: 5em;
  text-align: center;
}
.rotating-text {
  display: inline;
  overflow: hidden;
}
.rotating-text-content {
  display: inline-block;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
@media (max-width: 768px) {
  .col-half {
    width: 100%;
  }
  .col-twothirds {
    width: 100%;
  }
  .col-third {
    width: 100%;
  }
  .col-third .item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #wpadminbar {
    display: none;
  }
}
.nf-form-content input:not([type=button]), .nf-form-content textarea {
  background: #fff !important;
  border: 1px solid #c4c4c4 !important;
  border-top: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  border-left: 1px solid #fff !important;
  border-radius: 0;
  box-shadow: none;
  color: #6b6b6b;
  transition: all 0.5s;
}
.nf-form-content input[type=submit] {
  background: #fff !important;
  border: 1px solid #000 !important;
  color: #000 !important;
  border-radius: 0 !important;
  transition: all 0.5s !important;
  width: 160px !important;
}
.nf-form-content input[type=submit]:hover {
  background: #000 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
  transition: all 0.5s !important;
}
.nf-form-content label {
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 20px;
}
.wp-block-kadence-posts .more-link-wrap {
  background: #fff;
  color: #000;
  font-weight: 300;
  text-align: center;
}
.wp-block-kadence-posts a.post-more-link {
  font-weight: normal !important;
  letter-spacing: 0.05em;
  text-transform: none !important;
  text-decoration: underline !important;
  color: inherit;
  font-size: 80%;
}
.wp-block-kadence-posts a.post-more-link .kadence-svg-iconset {
  display: none !important;
}
.wp-block-kadence-posts .loop-entry .entry-content-wrap {
  padding: 1rem !important;
  text-align: center;
}
/* Removes the background on blog posts*/
.wp-block-kadence-posts .loop-entry {
  box-shadow: none !important;
  border-radius: 0 !important;
}
.frame-title {
  color: #000 !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 34px !important;
  font-weight: 300 !important;
  margin: 0 auto !important;
}
.frame-line {
  display: none;
}
.ltk-grid {
  margin: 30px 0 !important;
}
.frame-logo {
  padding: 4px 16px 0;
  margin: 0 auto;
}
.aws-container .aws-search-form .aws-form-btn {
  background: #000;
  border: 1px solid #d8d8d8;
}
.aws-container .aws-search-field {
  background: #000;
  color: #ccc;
}
.aws-container .aws-search-field:focus {
  background: #000;
  color: #ccc;
}
.aws-container .aws-search-form .aws-form-btn:active {
  background: #000;
}
.aws-container[data-show-page=false] .aws-search-form .aws-search-btn:hover {
  background: #000;
  cursor: default;
}
#header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 98;
  height: 70px;
}
#header .brand {
  position: absolute;
  font-family: "Cormorant Garamond", serif;
  font-size: 45px;
  font-weight: 300;
  padding: 0;
  width: 100%;
  text-align: center;
}
#header .brand span {
  color: #000;
  font-size: 34px;
  font-weight: 300;
}
#header sup {
  top: -0.2em;
}
#header .navbar {
  float: right;
  height: 70px;
  padding: 0 30px 0 0;
}
#header .navbar-collapse.offcanvas-collapse .menu-main-nav-right-container {
  position: absolute;
  right: 5%;
}
#header ul.menu {
  padding: 0;
  margin: 0 auto;
}
#header .menu-item {
  display: inline-block;
  line-height: 22px;
  padding: 0px 15px;
}
#header .menu-item a {
  color: #333;
  font-family: "Century Gothic", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
#header .menu-item a:hover {
  color: #866841;
  text-decoration: none;
}
#header .current-menu-item a {
  color: #333;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}
#header .current-menu-item a:hover {
  color: #866841;
  font-weight: 300;
  text-decoration: none;
}
#header ul.menu ul {
  /* this targets all sub menus */
  background-color: #f1f1f1;
  box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.1);
  display: none;
  /* hide all sub menus from view */
  padding: 15px 0px 30px 0px;
  position: absolute;
  width: 150px;
}
#header ul.menu li:hover ul {
  display: block;
  /* show sub menus when hovering over a parent */
}
#header ul.menu li:focus-within ul {
  display: block;
  /* show sub menus when hovering over a parent */
  outline-color: #cab3b1;
}
#header ul.menu ul.sub-menu::before {
  margin-top: -52px;
  position: absolute;
  content: url("/wp-content/uploads/nav-arrow-blue.png");
}
#header ul.menu ul.sub-menu li {
  border: none;
  padding: 0;
  width: 100%;
}
#header ul.menu ul.sub-menu li:hover {
  background: #e1e1e1;
}
#header ul.menu ul.sub-menu li a {
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  padding: 0.7em 1em;
  text-decoration: none;
}
#header ul.menu ul.sub-menu li a:before {
  content: url("/wp-content/uploads/menu-item-arrow.png");
  padding-right: 15px;
  position: relative;
  top: 4px;
}
#header .header-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 20px;
  padding: 10px;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
  vertical-align: middle;
}
#header .header-cart:hover {
  color: #866841;
}
#header .header-cart svg {
  display: block;
}
#header .header-cart-count {
  position: absolute;
  top: 2px;
  right: 0;
  background: #866841;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  padding: 0 4px;
}
#header .header-cart-count:empty {
  display: none;
}
#header .header-cart-count[data-count="0"], #header .header-cart-count:empty {
  display: none;
}
#header .navbar-toggler {
  display: none;
  position: absolute;
  z-index: 900;
  top: 25px;
  right: 30px;
}
#header .navbar-toggler-icon {
  display: block;
  height: 16px;
  position: relative;
  width: 21px;
  z-index: 99;
}
#header .navbar-toggler-icon span {
  background-color: #866841;
  display: block;
  height: 2px;
  position: absolute;
  width: 21px;
  -webkit-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
#header .navbar-toggler-icon span:first-child {
  -webkit-animation: backToBaseTop 0.6s;
  -o-animation: backToBaseTop 0.6s;
  animation: backToBaseTop 0.6s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  left: 0;
  top: 0;
}
#header .navbar-toggler-icon span:nth-child(2) {
  left: 0;
  top: 7px;
  -webkit-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
#header .navbar-toggler-icon span:nth-child(3) {
  -webkit-animation: backToBaseBottom 0.6s;
  -o-animation: backToBaseBottom 0.6s;
  animation: backToBaseBottom 0.6s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  left: 0;
  top: 14px;
}
@media (max-width: 1024px) {
  #header {
    min-height: 70px;
    padding-bottom: 0.5em;
    position: fixed;
    width: 100%;
    z-index: 997;
  }
  #header .brand {
    display: inline-block;
    width: 100%;
    z-index: 198;
  }
  #header .navbar {
    padding: 0;
    align-items: unset;
  }
  #header .navbar-toggler {
    display: inline-block;
  }
  #header .header-cart {
    position: absolute;
    top: 22px;
    right: 70px;
    z-index: 901;
    margin-left: 0;
  }
  #header .navbar-expand-md {
    background-color: #f4f2ed;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 7em;
    z-index: 99;
    -webkit-transform: translatex(-100%);
    -o-transform: translatex(-100%);
    transform: translatex(-100%);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  #header.open .navbar-expand-md {
    -webkit-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  #header.open .navbar-expand-md .navbar-collapse {
    display: block !important;
  }
  #header.open ul.menu {
    margin: 0 auto;
    padding: 0 2%;
    width: auto;
    text-align: center;
  }
  #header ul.menu ul {
    /* this targets all sub menus */
    background-color: #fff;
    box-shadow: none;
    display: none;
    /* hide all sub menus from view */
    padding: 15px 10px 30px 10px;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    margin-top: 0px;
  }
  #header ul.menu ul.sub-menu .current-menu-item a {
    background-color: #f1f1f1;
    color: #222;
  }
  #header.open .navbar-toggler-icon span:first-child {
    background-color: #866841;
    top: 6px;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: rotateTop 0.6s;
    -o-animation: rotateTop 0.6s;
    animation: rotateTop 0.6s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  #header.open .navbar-toggler-icon span:nth-child(2) {
    background-color: #866841;
    opacity: 0;
  }
  #header.open .navbar-toggler-icon span:nth-child(3) {
    background-color: #866841;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: rotateBottom 0.6s;
    -o-animation: rotateBottom 0.6s;
    animation: rotateBottom 0.6s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  #header ul.menu {
    display: block;
    height: auto;
  }
  #header ul.menu li {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
  }
  #header ul.menu li a {
    border-bottom: 1px solid #ccc;
    color: #866841;
    font-size: 28px;
    font-weight: 300;
    display: inline-block;
    padding: 1em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
  }
  #header ul.menu ul.sub-menu {
    background-color: #f2f2f2;
    display: block;
    margin: 5px 0;
    padding: 0 0 1.5em 0;
    position: relative;
  }
  #header ul.menu ul.sub-menu li a {
    border-bottom: 0;
    color: #595959;
    font-size: 15px;
    display: flex;
    padding: 1.5em 0.5em 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
  }
  #header ul.menu ul.sub-menu::before {
    content: "";
  }
  #header ul.menu ul.sub-menu li a:before {
    content: "-";
    padding-right: 6px;
    position: relative;
    top: 0px;
  }
  #header ul.menu ul.sub-menu li a:after {
    content: "";
    padding-right: 6px;
    position: relative;
    top: 0px;
  }
  #header .navbar-collapse.offcanvas-collapse .menu-main-nav-right-container {
    padding-top: 0px !important;
    position: absolute;
    right: 0%;
  }
  #header .menu-item {
    border: none;
    text-align: center;
  }
  #header .menu-item a {
    position: relative;
  }
  #header ul.menu .menu-item-has-children a:after {
    content: url("/wp-content/uploads/mob-arrow.png");
    padding-left: 10px;
    position: relative;
    top: 2px;
  }
  #header button:focus {
    outline: 0px auto !important;
  }
}
@keyframes rotateTop {
  0% {
    top: 0;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    top: 6px;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    top: 6px;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes rotateBottom {
  0% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    top: 6px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@-o-keyframes rotateBottom {
  0% {
    top: 0;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    top: 6px;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    top: 6px;
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes rotateBottom {
  0% {
    top: 0;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    top: 6px;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@-webkit-keyframes backToBaseTop {
  0% {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    top: 6px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-o-keyframes backToBaseTop {
  0% {
    top: 6px;
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    top: 6px;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    top: 0;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes backToBaseTop {
  0% {
    top: 6px;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    top: 6px;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    top: 0;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes backToBaseBottom {
  0% {
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  50% {
    top: 6px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    top: 14px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-o-keyframes backToBaseBottom {
  0% {
    top: 6px;
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  50% {
    top: 6px;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    top: 14px;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes backToBaseBottom {
  0% {
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  50% {
    top: 6px;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    top: 14px;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
footer {
  background: #000;
  color: #fff;
  position: relative;
  text-align: left;
  z-index: 20;
}
footer a, footer a:link, footer a:visited {
  color: #fff;
}
footer a:hover {
  color: #866841;
}
footer .row {
  margin: 0 auto;
  padding: 4em 0;
  width: 100%;
}
footer .site-info {
  padding: 2em 0;
}
footer .copyright {
  font-size: 14px;
  margin: 0;
}
footer .disclaimer {
  font-size: 11px;
}
footer .container {
  width: 1400px;
}
.woocommerce-shop-page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px;
}
.woocommerce-products-header {
  text-align: center;
  margin-bottom: 40px;
}
.woocommerce-products-header__title {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.woocommerce-breadcrumb {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 20px;
}
.woocommerce-breadcrumb a {
  color: #666;
  text-decoration: none;
}
.woocommerce-breadcrumb a:hover {
  color: #000;
}
.products-container {
  margin: 0 -15px;
}
ul.products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
}
.product-card {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-card__inner {
  position: relative;
}
.product-card__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.product-card__image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}
.product-card__image:hover img {
  transform: scale(1.05);
}
.product-card .onsale {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #c00;
  color: #fff;
  padding: 5px 10px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 2;
}
.product-card__actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.95);
}
.product-card__actions .button {
  display: block;
  width: 100%;
  text-align: center;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 12px 20px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: background 0.3s ease;
}
.product-card__actions .button:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.product-card:hover .product-card__actions {
  opacity: 1;
  transform: translateY(0);
}
.product-card__content {
  text-align: center;
}
.product-card__category {
  font-size: 0.75rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.product-card__category a {
  color: inherit;
  text-decoration: none;
}
.product-card__title {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 10px;
}
.product-card__title a {
  color: #333;
  text-decoration: none;
}
.product-card__title a:hover {
  color: #666;
}
.product-card__price .price {
  font-size: 0.9rem;
  color: #333;
}
.product-card__price .price del {
  color: #666;
  margin-right: 5px;
}
.product-card__price .price ins {
  text-decoration: none;
  color: #c00;
}
.product-card .star-rating {
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.woocommerce-notices-wrapper {
  margin-bottom: 20px;
}
.woocommerce-result-count, .woocommerce-ordering {
  margin-bottom: 20px;
}
.woocommerce-result-count {
  color: #666;
  font-size: 0.875rem;
}
.woocommerce-ordering select {
  padding: 10px 15px;
  border: 1px solid #e5e5e5;
  background: #fff;
  font-size: 0.875rem;
}
.woocommerce-pagination {
  margin-top: 40px;
  text-align: center;
}
.woocommerce-pagination ul {
  display: inline-flex;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-pagination li a, .woocommerce-pagination li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}
.woocommerce-pagination li a:hover, .woocommerce-pagination li span:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.woocommerce-pagination li span.current {
  background: #000;
  border-color: #000;
  color: #fff;
}
.woocommerce-single-product-page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px;
}
.single-product__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 768px) {
  .single-product__main {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
.single-product__gallery .woocommerce-product-gallery {
  position: relative;
}
.single-product__gallery .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
}
.single-product__gallery .flex-control-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  padding: 0;
  list-style: none;
}
.single-product__gallery .flex-control-thumbs li {
  width: 80px;
  cursor: pointer;
}
.single-product__gallery .flex-control-thumbs li img {
  width: 100%;
  height: auto;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.single-product__gallery .flex-control-thumbs li img:hover, .single-product__gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product__gallery .onsale {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #c00;
  color: #fff;
  padding: 8px 15px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 10;
}
.single-product__summary .product_title {
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 15px;
}
.single-product__summary .price {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.single-product__summary .price del {
  color: #666;
  margin-right: 10px;
}
.single-product__summary .price ins {
  text-decoration: none;
}
.single-product__summary .woocommerce-product-details__short-description {
  color: #666;
  margin-bottom: 25px;
  line-height: 1.7;
}
.single-product__summary .variations {
  margin-bottom: 20px;
}
.single-product__summary .variations tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.single-product__summary .variations .label {
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
.single-product__summary .variations select {
  padding: 12px 15px;
  border: 1px solid #e5e5e5;
  width: 100%;
}
.single-product__summary .quantity {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}
.single-product__summary .quantity input {
  width: 60px;
  padding: 12px;
  text-align: center;
  border: 1px solid #e5e5e5;
}
.single-product__summary .single_add_to_cart_button {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 15px 40px;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: background 0.3s ease;
}
.single-product__summary .single_add_to_cart_button:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.single-product__summary .single_add_to_cart_button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.single-product__summary .product_meta {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  font-size: 0.875rem;
  color: #666;
}
.single-product__summary .product_meta > span {
  display: block;
  margin-bottom: 5px;
}
.single-product__summary .product_meta a {
  color: #333;
  text-decoration: none;
}
.single-product__summary .product_meta a:hover {
  text-decoration: underline;
}
.single-product__tabs {
  margin-top: 60px;
}
.single-product__tabs .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  border-bottom: 1px solid #e5e5e5;
}
.single-product__tabs .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 15px 0;
  color: #666;
  text-decoration: none;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: all 0.3s ease;
}
.single-product__tabs .woocommerce-tabs ul.tabs li a:hover {
  color: #000;
}
.single-product__tabs .woocommerce-tabs ul.tabs li.active a {
  color: #000;
  border-bottom-color: #000;
}
.single-product__tabs .woocommerce-tabs .panel h2 {
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.related.products, .upsells.products {
  margin-top: 60px;
}
.related.products > h2, .upsells.products > h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
}
.woocommerce-cart-page .woocommerce {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}
.woocommerce-cart-form .shop_table {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-cart-form .shop_table th, .woocommerce-cart-form .shop_table td {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce-cart-form .shop_table th {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
.woocommerce-cart-form .shop_table .product-thumbnail {
  width: 100px;
}
.woocommerce-cart-form .shop_table .product-thumbnail img {
  width: 80px;
  height: auto;
}
.woocommerce-cart-form .shop_table .product-name a {
  color: #333;
  text-decoration: none;
}
.woocommerce-cart-form .shop_table .product-name a:hover {
  text-decoration: underline;
}
.woocommerce-cart-form .shop_table .product-remove a {
  color: #666;
  font-size: 1.5rem;
  text-decoration: none;
}
.woocommerce-cart-form .shop_table .product-remove a:hover {
  color: #f44336;
}
.woocommerce-cart-form .shop_table .quantity input {
  width: 60px;
  padding: 8px;
  text-align: center;
  border: 1px solid #e5e5e5;
}
.woocommerce-cart-form .actions {
  padding: 20px 0;
}
.woocommerce-cart-form .actions .coupon {
  display: inline-flex;
  gap: 10px;
}
.woocommerce-cart-form .actions .coupon input {
  padding: 12px 15px;
  border: 1px solid #e5e5e5;
}
.woocommerce-cart-form .actions button {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 12px 25px;
  cursor: pointer;
}
.woocommerce-cart-form .actions button:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.cart-collaterals {
  margin-top: 40px;
}
.cart-collaterals .cart_totals {
  max-width: 500px;
  margin: 0 auto;
}
.cart-collaterals .cart_totals h2 {
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.cart-collaterals .cart_totals table {
  width: 100%;
}
.cart-collaterals .cart_totals table th, .cart-collaterals .cart_totals table td {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.cart-collaterals .cart_totals table th {
  text-align: left;
}
.cart-collaterals .cart_totals table td {
  text-align: right;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin-top: 20px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  display: block;
  width: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
html body.woocommerce-checkout-page {
  display: block !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
}
html body.woocommerce-checkout-page > * {
  flex: none !important;
  grid-column: auto !important;
  grid-row: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}
html body.woocommerce-checkout-page #page-content, html body.woocommerce-checkout-page .site-main, html body.woocommerce-checkout-page .wrapper, html body.woocommerce-checkout-page main {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  clear: both !important;
  flex: none !important;
  position: relative !important;
}
html body.woocommerce-checkout-page #page-content::after, html body.woocommerce-checkout-page .site-main::after, html body.woocommerce-checkout-page .wrapper::after, html body.woocommerce-checkout-page main::after {
  content: "";
  display: table;
  clear: both;
}
html body.woocommerce-checkout-page .content-area, html body.woocommerce-checkout-page #maincontent {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  clear: both !important;
  display: block !important;
}
html body.woocommerce-checkout-page .entry-content {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  clear: both !important;
  overflow: visible !important;
  display: block !important;
}
html body.woocommerce-checkout-page article {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  display: block !important;
}
html body.woocommerce-checkout-page .woocommerce {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  clear: both !important;
  width: 100%;
  display: block !important;
}
html body.woocommerce-checkout-page .woocommerce::after {
  content: "";
  display: table;
  clear: both;
}
html body.woocommerce-checkout-page #colophon, html body.woocommerce-checkout-page .site-footer, html body.woocommerce-checkout-page footer {
  clear: both !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  display: block !important;
  position: relative !important;
  flex: none !important;
  grid-column: 1 / -1 !important;
}
html body.woocommerce-checkout-page footer#colophon.site-footer {
  clear: both !important;
  width: 100% !important;
  display: block !important;
  float: none !important;
}
.woocommerce-checkout, form.checkout.woocommerce-checkout {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .woocommerce-checkout, form.checkout.woocommerce-checkout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto 1fr;
    gap: 20px 40px;
    align-items: start;
  }
}
@media (min-width: 768px) {
  .woocommerce-form-coupon-toggle, .woocommerce-form-login-toggle {
    grid-column: 1 / -1;
  }
}
@media (min-width: 768px) {
  .checkout_coupon, .woocommerce-form-login {
    grid-column: 1 / -1;
  }
}
#customer_details, .col2-set {
  width: 100%;
  min-width: 0;
}
@media (min-width: 768px) {
  #customer_details, .col2-set {
    grid-column: 1;
    grid-row: 2 / span 10;
  }
}
#customer_details .col-1, #customer_details .col-2, .col2-set .col-1, .col2-set .col-2 {
  width: 100%;
  float: none;
  padding: 0;
  margin-bottom: 30px;
}
#order_review_heading {
  width: 100%;
  margin-top: 0;
}
@media (min-width: 768px) {
  #order_review_heading {
    grid-column: 2;
    grid-row: 2;
  }
}
#order_review {
  width: 100%;
}
@media (min-width: 768px) {
  #order_review {
    grid-column: 2;
    grid-row: 3 / span 10;
  }
}
.woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-additional-fields {
  width: 100%;
}
.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3, .woocommerce-additional-fields h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 25px;
  white-space: nowrap;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper, .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper, .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper, .woocommerce-shipping-fields .woocommerce-additional-fields__field-wrapper, .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper, .woocommerce-additional-fields .woocommerce-shipping-fields__field-wrapper, .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
  width: 100%;
}
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row, .woocommerce-additional-fields .form-row {
  margin-bottom: 20px;
  width: 100%;
  clear: both;
  float: none;
}
.woocommerce-billing-fields .form-row.form-row-first, .woocommerce-billing-fields .form-row.form-row-last, .woocommerce-shipping-fields .form-row.form-row-first, .woocommerce-shipping-fields .form-row.form-row-last, .woocommerce-additional-fields .form-row.form-row-first, .woocommerce-additional-fields .form-row.form-row-last {
  width: 100%;
  float: none;
}
@media (min-width: 576px) {
  .woocommerce-billing-fields .form-row.form-row-first, .woocommerce-billing-fields .form-row.form-row-last, .woocommerce-shipping-fields .form-row.form-row-first, .woocommerce-shipping-fields .form-row.form-row-last, .woocommerce-additional-fields .form-row.form-row-first, .woocommerce-additional-fields .form-row.form-row-last {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 576px) {
  .woocommerce-billing-fields .form-row.form-row-first, .woocommerce-shipping-fields .form-row.form-row-first, .woocommerce-additional-fields .form-row.form-row-first {
    margin-right: 4%;
  }
}
.woocommerce-billing-fields .form-row.form-row-wide, .woocommerce-shipping-fields .form-row.form-row-wide, .woocommerce-additional-fields .form-row.form-row-wide {
  width: 100%;
  clear: both;
}
.woocommerce-billing-fields .form-row label, .woocommerce-shipping-fields .form-row label, .woocommerce-additional-fields .form-row label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}
.woocommerce-billing-fields .form-row label .required, .woocommerce-shipping-fields .form-row label .required, .woocommerce-additional-fields .form-row label .required {
  color: #f44336;
}
.woocommerce-billing-fields .form-row label .optional, .woocommerce-shipping-fields .form-row label .optional, .woocommerce-additional-fields .form-row label .optional {
  color: #666;
  font-weight: 400;
}
.woocommerce-billing-fields .form-row input[type="text"], .woocommerce-billing-fields .form-row input[type="email"], .woocommerce-billing-fields .form-row input[type="tel"], .woocommerce-billing-fields .form-row input[type="password"], .woocommerce-billing-fields .form-row input[type="number"], .woocommerce-billing-fields .form-row select, .woocommerce-billing-fields .form-row textarea, .woocommerce-shipping-fields .form-row input[type="text"], .woocommerce-shipping-fields .form-row input[type="email"], .woocommerce-shipping-fields .form-row input[type="tel"], .woocommerce-shipping-fields .form-row input[type="password"], .woocommerce-shipping-fields .form-row input[type="number"], .woocommerce-shipping-fields .form-row select, .woocommerce-shipping-fields .form-row textarea, .woocommerce-additional-fields .form-row input[type="text"], .woocommerce-additional-fields .form-row input[type="email"], .woocommerce-additional-fields .form-row input[type="tel"], .woocommerce-additional-fields .form-row input[type="password"], .woocommerce-additional-fields .form-row input[type="number"], .woocommerce-additional-fields .form-row select, .woocommerce-additional-fields .form-row textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 1rem;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}
.woocommerce-billing-fields .form-row input[type="text"]:focus, .woocommerce-billing-fields .form-row input[type="email"]:focus, .woocommerce-billing-fields .form-row input[type="tel"]:focus, .woocommerce-billing-fields .form-row input[type="password"]:focus, .woocommerce-billing-fields .form-row input[type="number"]:focus, .woocommerce-billing-fields .form-row select:focus, .woocommerce-billing-fields .form-row textarea:focus, .woocommerce-shipping-fields .form-row input[type="text"]:focus, .woocommerce-shipping-fields .form-row input[type="email"]:focus, .woocommerce-shipping-fields .form-row input[type="tel"]:focus, .woocommerce-shipping-fields .form-row input[type="password"]:focus, .woocommerce-shipping-fields .form-row input[type="number"]:focus, .woocommerce-shipping-fields .form-row select:focus, .woocommerce-shipping-fields .form-row textarea:focus, .woocommerce-additional-fields .form-row input[type="text"]:focus, .woocommerce-additional-fields .form-row input[type="email"]:focus, .woocommerce-additional-fields .form-row input[type="tel"]:focus, .woocommerce-additional-fields .form-row input[type="password"]:focus, .woocommerce-additional-fields .form-row input[type="number"]:focus, .woocommerce-additional-fields .form-row select:focus, .woocommerce-additional-fields .form-row textarea:focus {
  outline: none;
  border-color: #000;
}
.woocommerce-billing-fields .form-row textarea, .woocommerce-shipping-fields .form-row textarea, .woocommerce-additional-fields .form-row textarea {
  min-height: 100px;
  resize: vertical;
}
.woocommerce-billing-fields .form-row .select2-container, .woocommerce-shipping-fields .form-row .select2-container, .woocommerce-additional-fields .form-row .select2-container {
  width: 100% !important;
}
.woocommerce-billing-fields .form-row .select2-container .select2-selection--single, .woocommerce-shipping-fields .form-row .select2-container .select2-selection--single, .woocommerce-additional-fields .form-row .select2-container .select2-selection--single {
  height: 48px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.woocommerce-billing-fields .form-row .select2-container .select2-selection--single .select2-selection__rendered, .woocommerce-shipping-fields .form-row .select2-container .select2-selection--single .select2-selection__rendered, .woocommerce-additional-fields .form-row .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  padding-left: 15px;
}
.woocommerce-billing-fields .form-row .select2-container .select2-selection--single .select2-selection__arrow, .woocommerce-shipping-fields .form-row .select2-container .select2-selection--single .select2-selection__arrow, .woocommerce-additional-fields .form-row .select2-container .select2-selection--single .select2-selection__arrow {
  height: 46px;
}
.woocommerce-billing-fields .form-row.woocommerce-invalid input, .woocommerce-billing-fields .form-row.woocommerce-invalid select, .woocommerce-shipping-fields .form-row.woocommerce-invalid input, .woocommerce-shipping-fields .form-row.woocommerce-invalid select, .woocommerce-additional-fields .form-row.woocommerce-invalid input, .woocommerce-additional-fields .form-row.woocommerce-invalid select {
  border-color: #f44336;
}
.woocommerce-billing-fields .form-row.woocommerce-validated input, .woocommerce-billing-fields .form-row.woocommerce-validated select, .woocommerce-shipping-fields .form-row.woocommerce-validated input, .woocommerce-shipping-fields .form-row.woocommerce-validated select, .woocommerce-additional-fields .form-row.woocommerce-validated input, .woocommerce-additional-fields .form-row.woocommerce-validated select {
  border-color: #4caf50;
}
#order_review_heading {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 0;
  padding-bottom: 20px;
}
#order_review {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #order_review {
    position: sticky;
    top: 90px;
  }
}
#order_review h3 {
  font-size: 1.25rem;
  margin-bottom: 20px;
}
#order_review table.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
#order_review table.shop_table th, #order_review table.shop_table td {
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
#order_review table.shop_table th {
  font-weight: 500;
}
#order_review table.shop_table td {
  text-align: right;
}
#order_review table.shop_table .cart_item td {
  padding: 15px 0;
}
#order_review table.shop_table .cart_item .product-name {
  text-align: left;
}
#order_review table.shop_table .order-total th, #order_review table.shop_table .order-total td {
  font-size: 1.1rem;
  font-weight: 600;
  border-bottom: none;
}
#order_review #payment {
  margin-top: 20px;
}
#order_review #payment .payment_methods {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
#order_review #payment .payment_methods li {
  padding: 15px;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
  border-radius: 4px;
  background: #fff;
}
#order_review #payment .payment_methods li:last-child {
  margin-bottom: 0;
}
#order_review #payment .payment_methods li input[type="radio"] {
  margin-right: 10px;
}
#order_review #payment .payment_methods li label {
  font-weight: 500;
  cursor: pointer;
}
#order_review #payment .payment_methods li .payment_box {
  margin-top: 15px;
  padding: 15px;
  background: #f9f9f9;
  border-radius: 4px;
  font-size: 0.875rem;
  color: #666;
}
#order_review #payment .payment_methods li .payment_box p {
  margin: 0;
}
#order_review #payment .place-order {
  margin-top: 20px;
}
#order_review #payment .place-order .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 20px;
  font-size: 0.875rem;
}
#order_review #payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  color: #666;
}
#place_order {
  width: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 18px 30px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.3s ease;
}
#place_order:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
#place_order:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.woocommerce-form-coupon-toggle {
  margin-bottom: 20px;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
  background: rgba(33, 150, 243, 0.05);
  cursor: pointer;
}
.checkout_coupon {
  padding: 20px;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  border-radius: 4px;
}
.checkout_coupon p {
  margin-bottom: 15px;
}
.checkout_coupon p:last-child {
  margin-bottom: 0;
}
.checkout_coupon .form-row-first {
  display: inline-block;
  width: calc(100% - 130px);
  margin-right: 10px;
}
.checkout_coupon .form-row-first input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.checkout_coupon .form-row-last {
  display: inline-block;
}
.checkout_coupon .form-row-last button {
  padding: 12px 25px;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  cursor: pointer;
}
.checkout_coupon .form-row-last button:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.woocommerce-form-login-toggle {
  margin-bottom: 20px;
}
.woocommerce-form-login {
  padding: 20px;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  border-radius: 4px;
}
.woocommerce-form-login .form-row {
  margin-bottom: 15px;
}
.woocommerce-form-login .form-row label {
  display: block;
  margin-bottom: 5px;
}
.woocommerce-form-login .form-row input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.woocommerce-form-login button {
  padding: 12px 25px;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  cursor: pointer;
}
.woocommerce-form-login button:hover {
  background: #f000ff;
  color: #fff;
  border: 1px solid #000;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error {
  padding: 15px 20px;
  margin-bottom: 20px;
  border-left: 3px solid;
}
.woocommerce-message {
  background: rgba(76, 175, 80, 0.1);
  border-color: #4caf50;
}
.woocommerce-info {
  background: rgba(33, 150, 243, 0.1);
  border-color: #2196f3;
}
.woocommerce-error {
  background: rgba(244, 67, 54, 0.1);
  border-color: #f44336;
}
.woocommerce-error li {
  list-style: none;
}
@media (max-width: 767px) {
  .woocommerce-cart-form .shop_table thead {
    display: none;
  }
  .woocommerce-cart-form .shop_table tr {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  .woocommerce-cart-form .shop_table td {
    display: flex;
    justify-content: space-between;
    border: none;
    padding: 8px 0;
  }
  .woocommerce-cart-form .shop_table td::before {
    content: attr(data-title);
    font-weight: 500;
  }
}
body.single-post .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}
body.single-post .content-area {
  max-width: 800px;
  margin: 0 auto;
}
body.single-post article.post {
  margin-bottom: 60px;
}
body.single-post .entry-header {
  text-align: center;
  margin-bottom: 40px;
}
body.single-post .entry-header .entry-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #333;
}
@media (min-width: 768px) {
  body.single-post .entry-header .entry-title {
    font-size: 3rem;
  }
}
body.single-post .entry-meta {
  font-size: 0.875rem;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
body.single-post .entry-meta span::after {
  content: " · ";
  margin: 0 5px;
}
body.single-post .entry-meta span:last-child::after {
  content: "";
  margin: 0;
}
body.single-post .entry-meta a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}
body.single-post .entry-meta a:hover {
  color: #866841;
}
body.single-post .entry-meta .posted-on, body.single-post .entry-meta .byline, body.single-post .entry-meta .cat-links, body.single-post .entry-meta .comments-link {
  display: inline;
}
body.single-post .post-thumbnail {
  margin-bottom: 40px;
}
body.single-post .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
body.single-post .entry-content {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #333;
}
body.single-post .entry-content p {
  margin-bottom: 1.5em;
}
body.single-post .entry-content h2, body.single-post .entry-content h3, body.single-post .entry-content h4, body.single-post .entry-content h5, body.single-post .entry-content h6 {
  margin-top: 2em;
  margin-bottom: 1em;
}
body.single-post .entry-content h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.75rem;
  font-weight: 400;
}
body.single-post .entry-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
}
body.single-post .entry-content a {
  color: #866841;
  text-decoration: underline;
}
body.single-post .entry-content a:hover {
  color: #644d30;
}
body.single-post .entry-content img {
  max-width: 100%;
  height: auto;
}
body.single-post .entry-content blockquote {
  border-left: 3px solid #866841;
  margin: 2em 0;
  padding: 1em 2em;
  font-style: italic;
  color: #666;
}
body.single-post .entry-content ul, body.single-post .entry-content ol {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
body.single-post .entry-content ul li, body.single-post .entry-content ol li {
  margin-bottom: 0.5em;
}
body.single-post .entry-content .page-links {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #e5e5e5;
}
body.single-post .entry-footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  font-size: 0.875rem;
  color: #666;
}
body.single-post .entry-footer .tags-links a {
  color: #333;
  text-decoration: none;
  background: #f5f5f5;
  padding: 4px 10px;
  border-radius: 3px;
  margin-left: 5px;
  transition: all 0.3s ease;
}
body.single-post .entry-footer .tags-links a:hover {
  background: #000;
  color: #fff;
}
body.single-post .entry-footer .edit-link {
  margin-left: 15px;
}
body.single-post .entry-footer .edit-link a {
  color: #666;
  text-decoration: none;
}
body.single-post .entry-footer .edit-link a:hover {
  color: #866841;
}
body.single-post .post-navigation {
  margin: 60px 0;
  padding: 30px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
body.single-post .post-navigation .nav-links {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 576px) {
  body.single-post .post-navigation .nav-links {
    flex-direction: row;
    justify-content: space-between;
  }
}
body.single-post .post-navigation .nav-previous, body.single-post .post-navigation .nav-next {
  flex: 1;
  max-width: 100%;
}
@media (min-width: 576px) {
  body.single-post .post-navigation .nav-previous, body.single-post .post-navigation .nav-next {
    max-width: 45%;
  }
}
body.single-post .post-navigation .nav-previous a, body.single-post .post-navigation .nav-next a {
  display: block;
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}
body.single-post .post-navigation .nav-previous a:hover, body.single-post .post-navigation .nav-next a:hover {
  color: #866841;
}
body.single-post .post-navigation .nav-previous a:hover .nav-subtitle, body.single-post .post-navigation .nav-next a:hover .nav-subtitle {
  color: #866841;
}
body.single-post .post-navigation .nav-previous {
  text-align: left;
}
body.single-post .post-navigation .nav-previous .nav-subtitle::before {
  content: "← ";
}
body.single-post .post-navigation .nav-next {
  text-align: right;
}
@media (min-width: 576px) {
  body.single-post .post-navigation .nav-next {
    margin-left: auto;
  }
}
body.single-post .post-navigation .nav-next .nav-subtitle::after {
  content: " →";
}
body.single-post .post-navigation .nav-subtitle {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #666;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}
body.single-post .post-navigation .nav-title {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}
body.single-post .comments-area {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #e5e5e5;
}
body.single-post .comments-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 30px;
  color: #333;
}
body.single-post .comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}
body.single-post .comment-list > li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
body.single-post .comment .comment-body {
  position: relative;
}
body.single-post .comment .comment-author {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
body.single-post .comment .comment-author .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}
body.single-post .comment .comment-author .fn {
  font-weight: 600;
  font-size: 1rem;
  color: #333;
}
body.single-post .comment .comment-author .fn a {
  color: inherit;
  text-decoration: none;
}
body.single-post .comment .comment-author .fn a:hover {
  color: #866841;
}
body.single-post .comment .comment-author .says {
  display: none;
}
body.single-post .comment .comment-metadata {
  font-size: 0.8125rem;
  color: #666;
  margin-bottom: 15px;
}
body.single-post .comment .comment-metadata a {
  color: inherit;
  text-decoration: none;
}
body.single-post .comment .comment-metadata a:hover {
  color: #866841;
}
body.single-post .comment .comment-metadata .edit-link {
  margin-left: 10px;
}
body.single-post .comment .comment-content {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #333;
}
body.single-post .comment .comment-content p {
  margin-bottom: 1em;
}
body.single-post .comment .comment-content p:last-child {
  margin-bottom: 0;
}
body.single-post .comment .reply {
  margin-top: 15px;
}
body.single-post .comment .reply a {
  font-size: 0.8125rem;
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
body.single-post .comment .reply a:hover {
  color: #866841;
}
body.single-post .comment .children {
  list-style: none;
  padding-left: 30px;
  margin-top: 30px;
}
@media (min-width: 576px) {
  body.single-post .comment .children {
    padding-left: 50px;
  }
}
body.single-post .comment .children > li {
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
}
body.single-post .comment .children > li:not(:last-child) {
  padding-bottom: 30px;
}
body.single-post .comment-navigation {
  margin: 30px 0;
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
body.single-post .comment-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
body.single-post .comment-navigation a {
  color: #666;
  text-decoration: none;
  font-size: 0.875rem;
}
body.single-post .comment-navigation a:hover {
  color: #866841;
}
body.single-post .no-comments {
  font-style: italic;
  color: #666;
}
body.single-post .comment-respond {
  margin-top: 40px;
}
body.single-post .comment-respond .comment-reply-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 25px;
  color: #333;
}
body.single-post .comment-respond .comment-reply-title small {
  font-size: 0.875rem;
  margin-left: 10px;
}
body.single-post .comment-respond .comment-reply-title small a {
  color: #666;
  text-decoration: none;
}
body.single-post .comment-respond .comment-reply-title small a:hover {
  color: #866841;
}
body.single-post .comment-respond .logged-in-as {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 20px;
}
body.single-post .comment-respond .logged-in-as a {
  color: #333;
  text-decoration: none;
}
body.single-post .comment-respond .logged-in-as a:hover {
  color: #866841;
}
body.single-post .comment-respond .comment-notes {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 20px;
}
body.single-post .comment-form label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
body.single-post .comment-form .required {
  color: #c00;
}
body.single-post .comment-form input[type="text"], body.single-post .comment-form input[type="email"], body.single-post .comment-form input[type="url"], body.single-post .comment-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  font-size: 1rem;
  font-family: inherit;
  background: #fff;
  transition: border-color 0.3s ease;
}
body.single-post .comment-form input[type="text"]:focus, body.single-post .comment-form input[type="email"]:focus, body.single-post .comment-form input[type="url"]:focus, body.single-post .comment-form textarea:focus {
  outline: none;
  border-color: #000;
}
body.single-post .comment-form textarea {
  min-height: 150px;
  resize: vertical;
}
body.single-post .comment-form .comment-form-author, body.single-post .comment-form .comment-form-email, body.single-post .comment-form .comment-form-url {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  body.single-post .comment-form .comment-form-author, body.single-post .comment-form .comment-form-email, body.single-post .comment-form .comment-form-url {
    display: inline-block;
    width: calc(33.333% - 14px);
    margin-right: 20px;
    vertical-align: top;
  }
  body.single-post .comment-form .comment-form-author:last-of-type, body.single-post .comment-form .comment-form-email:last-of-type, body.single-post .comment-form .comment-form-url:last-of-type {
    margin-right: 0;
  }
}
body.single-post .comment-form .comment-form-comment {
  margin-bottom: 20px;
}
body.single-post .comment-form .comment-form-cookies-consent {
  margin-bottom: 20px;
  font-size: 0.875rem;
  color: #666;
}
body.single-post .comment-form .comment-form-cookies-consent input[type="checkbox"] {
  margin-right: 10px;
}
body.single-post .comment-form .form-submit {
  margin-top: 25px;
}
body.single-post .comment-form .form-submit .submit {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 15px 40px;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: background 0.3s ease;
}
body.single-post .comment-form .form-submit .submit:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.scss_errors {
  position: absolute;
  z-index: 9999;
  background: aqua;
  padding: 1em;
  width: 100%;
}
.skipnav {
  display: none;
}
#page-content p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 40px;
}
#page-content p a, #page-content p a:hover, #page-content p a:visited, #page-content p a:active, #page-content li a, #page-content li a:hover, #page-content li a:visited, #page-content li a:active {
  font-size: 15px;
  line-height: 22px;
}
#page-content ul {
  list-style-type: none;
  padding-left: 0;
}
#page-content li {
  padding: 0px;
}
#page-content:before {
  content: "";
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100vh;
  z-index: 1;
}
