*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  color: #333333;
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-weight: 300;
  margin: 0;
  word-break: break-word;
}

.wrapper {
  padding-top: 90px;
}

h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 0.5em;
}

h2 {
  color: #333333;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: normal;
  padding: 0;
  text-transform: uppercase;
  margin: 0;
}

h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 32px;
  letter-spacing: -1px;
}

h4,
h5,
h6 {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-weight: 600;
}

p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 1.5em;
}

a {
  color: #1a1a1a;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #888888;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul,
ol {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}

.page-id-6 .page-header,
.page-id-55 .page-header {
  display: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
  h3 {
    font-size: 26px;
  }
}
.featured-item {
  padding: 80px 0;
  background: #f1f0eb;
}
.featured-item__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 768px) {
  .featured-item__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.featured-item__text h2 {
  text-align: left;
}
.featured-item__text h3 {
  margin-bottom: 20px;
}
.featured-item__text p {
  color: #333333;
  line-height: 1.8;
  margin-bottom: 30px;
}
.featured-item__btn {
  display: inline-block;
  padding: 14px 40px;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}
.featured-item__btn:hover {
  background: #1a1a1a;
  color: #ffffff;
}
.featured-item__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .featured-item__image {
    order: -1;
  }
}

.page-header {
  text-align: center;
  padding: 20px;
}
.page-header h1 {
  color: #333333;
  font-family: "Allura", cursive;
  font-size: 50px !important;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  margin: 0;
}

.page-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}
.page-content .entry-content {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #333333;
}
.page-content .entry-content p {
  margin-bottom: 1.5em;
}
.page-content .entry-content img {
  max-width: 100%;
  height: auto;
  margin: 2em auto;
}
.page-content .entry-content a {
  color: #8b6f47;
  text-decoration: underline;
}
.page-content .entry-content a:hover {
  color: #6b5236;
}

.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: rgb(106.75, 106.75, 106.75);
  transition: all 0.5s;
  height: 50px !important;
}

.nf-form-content input[type=submit] {
  background: #fff !important;
  border: 1px solid #000 !important;
  color: #000 !important;
  border-radius: 0 !important;
  padding: 10px !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;
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #8b6f47;
  color: #ffffff;
  z-index: 999;
  padding: 20px 0;
}
.cookie-consent__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.cookie-consent__inner p {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}
.cookie-consent__inner p a {
  color: #ffffff;
  text-decoration: underline;
}
.cookie-consent__inner p a:hover {
  color: #1a1a1a;
}
.cookie-consent__btn {
  background: #ffffff;
  color: #1a1a1a;
  border: 1px solid #ffffff;
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 30px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.cookie-consent__btn:hover {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cookie-consent__inner {
    flex-direction: column;
    text-align: center;
  }
}

#header {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 98;
  height: 90px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  flex-wrap: nowrap;
}
#header .brand {
  text-align: center;
  order: 2;
  flex-shrink: 0;
  padding: 0 30px;
}
#header .brand a {
  display: block;
}
#header .brand img {
  height: 140px;
  width: auto;
  display: block;
}
#header .navbar-left {
  order: 1;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header .navbar-left ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
#header .navbar-left .menu-item a {
  color: #333333;
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  padding: 0 15px;
}
#header .navbar-left .menu-item a:hover {
  color: #8b6f47;
}
#header .navbar-right {
  order: 3;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#header .navbar-right .navbar-expand-md,
#header .navbar-right .navbar-collapse {
  display: flex;
  align-items: center;
}
#header .navbar-right ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
#header .navbar-right .menu-item a {
  color: #333333;
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  padding: 0 15px;
}
#header .navbar-right .menu-item a:hover {
  color: #8b6f47;
}
#header .header-cart {
  margin-left: 15px;
  position: relative;
  display: flex;
  align-items: center;
}
#header .header-cart svg {
  stroke: #333333;
  transition: all 0.3s ease;
}
#header .header-cart:hover svg {
  stroke: #8b6f47;
}
#header .header-cart-count {
  position: absolute;
  top: -8px;
  right: -10px;
  background: #8b6f47;
  color: #ffffff;
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .header-cart-count:empty, #header .header-cart-count[data-count="0"] {
  display: none;
}
#header .navbar-toggler {
  display: none;
}
#header .mobile-nav {
  display: none;
}
@media (max-width: 1024px) {
  #header {
    min-height: 90px;
    padding: 15px 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #header .navbar-left {
    display: none;
  }
  #header .navbar-toggler {
    display: inline-block;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    order: 1;
    z-index: 901;
  }
  #header .navbar-toggler .navbar-toggler-icon {
    display: block;
    height: 16px;
    position: relative;
    width: 21px;
  }
  #header .navbar-toggler .navbar-toggler-icon span {
    background-color: #8b6f47;
    display: block;
    height: 2px;
    position: absolute;
    width: 21px;
    transition: all 0.6s ease-in;
  }
  #header .navbar-toggler .navbar-toggler-icon span:nth-child(1) {
    top: 0;
  }
  #header .navbar-toggler .navbar-toggler-icon span:nth-child(2) {
    top: 7px;
  }
  #header .navbar-toggler .navbar-toggler-icon span:nth-child(3) {
    top: 14px;
  }
  #header .brand {
    order: 2;
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #header .brand img {
    height: 140px;
  }
  #header .navbar-right {
    order: 3;
    flex: 0;
    justify-content: flex-end;
  }
  #header .navbar-right .navbar-expand-md {
    display: none;
  }
  #header .header-cart {
    order: 3;
  }
  #header .mobile-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    padding: 100px 30px 30px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: -1;
    overflow-y: auto;
    box-shadow: none;
    text-align: center;
  }
  #header .mobile-nav ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #header .mobile-nav .menu-item a {
    font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    color: #333333;
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #e8e2da;
    transition: all 0.3s ease;
  }
  #header .mobile-nav .menu-item a:hover {
    color: #8b6f47;
  }
  #header.open .navbar-toggler-icon span:nth-child(1) {
    top: 6px;
    transform: rotate(45deg);
  }
  #header.open .navbar-toggler-icon span:nth-child(2) {
    opacity: 0;
  }
  #header.open .navbar-toggler-icon span:nth-child(3) {
    top: 6px;
    transform: rotate(-45deg);
  }
  #header.open .mobile-nav {
    transform: translateX(0);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  }
}

.hero {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}
.hero__content {
  position: relative;
  z-index: 1;
  padding: 20px;
}
.hero__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 1.1;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 768px) {
  .hero {
    height: 50vh;
    background-attachment: scroll;
  }
  .hero__title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .hero {
    height: 60vh;
  }
  .hero__title {
    font-size: 36px;
  }
}

.rotating-text {
  display: inline;
  font-family: "Allura", cursive;
  overflow: hidden;
}

.rotating-text-content {
  display: inline-block;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.rotating-text-content.fade-out {
  opacity: 0;
  transform: translateY(-20px);
}
.rotating-text-content.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.blog-preview {
  padding: 80px 0;
  background: #faf9f7;
}
.blog-preview h2 {
  text-align: center;
  margin-bottom: 50px;
}
.blog-preview__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .blog-preview__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .blog-preview__grid {
    grid-template-columns: 1fr;
  }
}
.blog-preview__card {
  display: flex;
  flex-direction: column;
}
.blog-preview__image {
  display: block;
  overflow: hidden;
  position: relative;
}
.blog-preview__image img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.blog-preview__image:hover .blog-preview__overlay {
  opacity: 1;
}
.blog-preview__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.blog-preview__title {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #1a1a1a;
  text-align: center;
  margin: 0;
}

.single-post .entry-header {
  text-align: center;
  padding: 60px 20px 40px;
  max-width: 800px;
  margin: 0 auto;
}
.single-post .entry-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}
.single-post .entry-meta__cat {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8b6f47;
  text-decoration: none;
  transition: all 0.3s ease;
}
.single-post .entry-meta__cat:hover {
  color: #6b5236;
}
.single-post .entry-meta__date {
  font-size: 12px;
  color: #888888;
  letter-spacing: 0.05em;
}
.single-post .entry-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  color: #333333;
  margin: 0;
}
@media (max-width: 768px) {
  .single-post .entry-title {
    font-size: 2rem;
  }
}
.single-post .entry-thumbnail {
  max-width: 900px;
  margin: 0 auto 40px;
  padding: 0 20px;
}
.single-post .entry-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.single-post .entry-content {
  max-width: 900px;
  margin: 0 auto 60px;
  padding: 0 20px;
}
.single-post .entry-content p {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #333333;
}
.single-post .entry-content h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.75rem;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0;
  text-transform: none;
  padding: 0;
  margin: 1em 0 1em;
}
.single-post .entry-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 2em 0 1em;
}
.single-post .entry-content a {
  color: #8b6f47;
  text-decoration: underline;
}
.single-post .entry-content a:hover {
  color: #6b5236;
}
.single-post .entry-content blockquote {
  border-left: 3px solid #8b6f47;
  margin: 2em 0;
  padding: 1em 2em;
  font-style: italic;
  color: #888888;
}
.single-post .entry-content img {
  max-width: 100%;
  height: auto;
}
.single-post .entry-footer {
  border-top: 1px solid #e8e2da;
  padding: 30px 0;
  margin-bottom: 60px;
}
.single-post .entry-footer__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.single-post .entry-footer__tags a {
  font-size: 12px;
  color: #333333;
  background: #f5f5f5;
  padding: 4px 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.single-post .entry-footer__tags a:hover {
  background: #1a1a1a;
  color: #ffffff;
}

.entry-content figure {
  margin: 2em 0;
}
.entry-content figcaption,
.entry-content .wp-caption-text {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 15px;
  color: #1a1a1a;
  text-align: center;
  margin-top: 8px;
  font-style: italic;
  line-height: 1.5;
}

.post-navigation {
  border-top: 1px solid #e8e2da;
  border-bottom: 1px solid #e8e2da;
  padding: 40px 0;
  margin-bottom: 80px;
}
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  flex: 1;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: block;
  text-decoration: none;
  color: #333333;
  transition: all 0.3s ease;
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  color: #8b6f47;
}
.post-navigation .nav-next {
  text-align: right;
}
.post-navigation .nav-subtitle {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #888888;
  margin-bottom: 8px;
}
.post-navigation .nav-title {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .post-navigation .nav-links {
    flex-direction: column;
  }
  .post-navigation .nav-next {
    text-align: left;
  }
}

.single-post .comments-area {
  max-width: 800px;
  margin: 0 auto 80px;
  padding: 0 20px;
}
.single-post .comments-area .comments-title,
.single-post .comments-area .comment-reply-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.75rem;
  font-weight: 300;
  color: #333333;
  margin-bottom: 30px;
}
.single-post .comments-area .comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}
.single-post .comments-area .comment-list .comment-body {
  padding: 20px 0;
  border-bottom: 1px solid #e8e2da;
}
.single-post .comments-area .comment-list .comment-author {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.single-post .comments-area .comment-list .comment-author .avatar {
  border-radius: 50%;
  margin-right: 15px;
}
.single-post .comments-area .comment-list .comment-author .fn {
  font-weight: 600;
}
.single-post .comments-area .comment-list .comment-metadata {
  font-size: 0.8125rem;
  color: #888888;
  margin-bottom: 10px;
}
.single-post .comments-area .comment-list .comment-metadata a {
  color: inherit;
  text-decoration: none;
}
.single-post .comments-area .comment-list .reply a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #888888;
  text-decoration: none;
}
.single-post .comments-area .comment-list .reply a:hover {
  color: #8b6f47;
}
.single-post .comments-area .comment-form label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #333333;
  margin-bottom: 8px;
}
.single-post .comments-area .comment-form input[type=text],
.single-post .comments-area .comment-form input[type=email],
.single-post .comments-area .comment-form input[type=url],
.single-post .comments-area .comment-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e8e2da;
  font-size: 1rem;
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  background: #ffffff;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.single-post .comments-area .comment-form input[type=text]:focus,
.single-post .comments-area .comment-form input[type=email]:focus,
.single-post .comments-area .comment-form input[type=url]:focus,
.single-post .comments-area .comment-form textarea:focus {
  outline: none;
  border-color: #1a1a1a;
}
.single-post .comments-area .comment-form textarea {
  min-height: 150px;
  resize: vertical;
}
.single-post .comments-area .comment-form .form-submit .submit {
  background: #ffffff;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  padding: 14px 40px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.3s ease;
}
.single-post .comments-area .comment-form .form-submit .submit:hover {
  background: #1a1a1a;
  color: #ffffff;
}

.archive-header {
  background: #1a1a1a;
  text-align: center;
  padding: 40px 20px;
}
.archive-header h1 {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-size: 80px;
  color: #ffffff;
  margin: 0;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
  margin: 60px 0;
}
@media (max-width: 1024px) {
  .post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .post-grid {
    grid-template-columns: 1fr;
  }
}

.post-card {
  display: flex;
  flex-direction: column;
}
.post-card__image {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.post-card__image img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.post-card__image:hover .post-card__overlay {
  opacity: 1;
}
.post-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.post-card__title {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #1a1a1a;
  text-align: center;
  margin: 0;
  padding: 0;
}
.post-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
}
.post-card__cats {
  margin-bottom: 10px;
}
.post-card__cats a {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8b6f47;
  text-decoration: none;
  transition: all 0.3s ease;
}
.post-card__cats a:hover {
  color: #6b5236;
}

.archive-pagination {
  text-align: center;
  padding: 40px 0 80px;
}
.archive-pagination .nav-links {
  display: inline-flex;
  gap: 5px;
}
.archive-pagination a,
.archive-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #e8e2da;
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
}
.archive-pagination a:hover,
.archive-pagination span:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #ffffff;
}
.archive-pagination .current {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #ffffff;
}

.instagram-feed {
  max-width: 1200px;
  margin: 64px auto;
  padding: 16px;
  text-align: center;
}
.instagram-feed h2 {
  margin-bottom: 32px;
}
.instagram-feed #sbi_load {
  text-align: center;
  padding: 16px 0;
}
.instagram-feed #sbi_load .sbi_load_btn,
.instagram-feed #sbi_load .sbi_follow_btn a {
  background: #ffffff !important;
  color: #1a1a1a !important;
  border: 1px solid #1a1a1a !important;
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 12px 24px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: all 0.3s ease;
}
.instagram-feed #sbi_load .sbi_load_btn:hover,
.instagram-feed #sbi_load .sbi_follow_btn a:hover {
  background: #1a1a1a !important;
  color: #ffffff !important;
}
.instagram-feed #sbi_load .sbi_follow_btn a {
  background: #1a1a1a !important;
  color: #ffffff !important;
}
.instagram-feed #sbi_load .sbi_follow_btn a:hover {
  background: #ffffff !important;
  color: #1a1a1a !important;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
  border-radius: 0px;
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  transition: all 0.3s ease;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  height: auto;
  width: 100%;
}

.woocommerce-shop-page {
  max-width: 1200px;
  margin: 0 auto;
}

.shop-page-header {
  text-align: center;
  padding: 20px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-left: 20px;
  padding-right: 20px;
}
.shop-page-header h1 {
  color: #333333;
  font-family: "Allura", cursive;
  font-size: 50px !important;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  margin: 0;
}

.shop-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 8px;
}

.woocommerce-result-count {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 13px;
  color: #888888;
  margin: 0;
}

.woocommerce-ordering select {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 13px;
  border: 1px solid #e8e2da;
  padding: 6px 12px;
  background: #ffffff;
  color: #333333;
  cursor: pointer;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.woocommerce-ordering select:focus {
  outline: none;
  border-color: #8b6f47;
}

.woocommerce-breadcrumb {
  max-width: 1200px;
  margin: 16px 0 !important;
  padding: 16px 20px 0;
  display: block;
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 12px;
  color: #888888;
}
.woocommerce-breadcrumb a {
  color: #888888;
  text-decoration: none;
}
.woocommerce-breadcrumb a:hover {
  color: #8b6f47;
}

ul.products.columns-4 {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  float: none !important;
}
ul.products.columns-4::before, ul.products.columns-4::after {
  display: none !important;
  content: none !important;
}
@media (max-width: 1024px) {
  ul.products.columns-4 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 768px) {
  ul.products.columns-4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 480px) {
  ul.products.columns-4 {
    grid-template-columns: 1fr !important;
  }
}

li.product-card {
  background: #ffffff;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  float: none !important;
  width: auto !important;
  clear: none !important;
  position: relative;
}

.product-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
}

.product-card__image {
  position: relative;
  overflow: hidden;
  background: #faf9f7;
  display: block;
}
.product-card__image a {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
.product-card__image img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  transition: transform 0.4s ease;
}
.product-card__image .button,
.product-card__image a.button {
  position: absolute !important;
  bottom: 16px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  opacity: 0 !important;
  transition: all 0.3s ease !important;
  white-space: nowrap !important;
  background: #ffffff !important;
  color: #1a1a1a !important;
  border: 1px solid #1a1a1a !important;
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 16px 60px !important;
  text-decoration: none !important;
  width: auto !important;
  display: inline-block !important;
  z-index: 2 !important;
}
.product-card__image .button:hover,
.product-card__image a.button:hover {
  background: #1a1a1a !important;
  color: #ffffff !important;
}

.product-card__inner:hover .product-card__image img {
  transform: scale(1.04);
}
.product-card__inner:hover .button,
.product-card__inner:hover a.button {
  opacity: 1 !important;
}

.product-card__content {
  padding: 16px 0;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-card__category {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #888888;
  margin: 0;
}
.product-card__category a {
  color: #888888;
  text-decoration: none;
}
.product-card__category a:hover {
  color: #8b6f47;
}

.product-card__title {
  margin: 4px 0;
}
.product-card__title a {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
  line-height: 1.5;
  display: block;
}
.product-card__title a:hover {
  color: #8b6f47;
}

.product-card__price .price {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin: 0;
}
.product-card__price .price del {
  color: #888888;
  margin-right: 4px;
}
.product-card__price .price ins {
  text-decoration: none;
  color: #333333;
}

.woocommerce-pagination {
  text-align: center;
  margin-top: 64px;
}
.woocommerce-pagination ul {
  display: inline-flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-pagination li a,
.woocommerce-pagination li span {
  display: inline-block;
  padding: 8px 14px;
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  border: 1px solid #e8e2da;
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease;
}
.woocommerce-pagination li a:hover,
.woocommerce-pagination li span:hover {
  background: #8b6f47;
  border-color: #8b6f47;
  color: #ffffff;
}
.woocommerce-pagination li span.current {
  background: #8b6f47;
  border-color: #8b6f47;
  color: #ffffff;
}

.single-product div.product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  max-width: 1200px;
  margin: 32px auto;
  padding: 0 16px;
  align-items: start;
}
.single-product div.product .woocommerce-tabs {
  grid-column: 1/-1;
}
.single-product div.product .related.products {
  grid-column: 1/-1;
}
.single-product div.product .up-sells {
  grid-column: 1/-1;
}
.single-product div.product .woocommerce-product-gallery {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}
.single-product div.product .summary {
  float: none !important;
  width: 100% !important;
  clear: none !important;
  margin: 0 !important;
}
.single-product div.product::after {
  display: none !important;
}
@media (max-width: 768px) {
  .single-product div.product {
    grid-template-columns: 1fr;
  }
}
.single-product .product_title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #333333;
  letter-spacing: 1px;
  margin: 0 0 16px;
  line-height: 1.3;
}
.single-product .price {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 16px;
}
.single-product .price del {
  color: #888888;
  margin-right: 4px;
}
.single-product .price ins {
  text-decoration: none;
  color: #333333;
}
.single-product .woocommerce-product-details__short-description {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 13px;
  color: #333333;
  line-height: 1.7;
  margin-bottom: 32px;
}
.single-product table.variations {
  width: 100%;
  border: none;
  margin-bottom: 16px;
}
.single-product table.variations td,
.single-product table.variations th {
  padding: 6px 0;
  border: none;
  vertical-align: middle;
}
.single-product table.variations label {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #333333;
}
.single-product table.variations select {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 13px;
  border: 1px solid #e8e2da;
  padding: 8px 12px;
  background: #ffffff;
  color: #333333;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.single-product table.variations select:focus {
  outline: none;
  border-color: #8b6f47;
}
.single-product table.variations .reset_variations {
  font-size: 12px;
  color: #888888;
  text-decoration: none;
  margin-left: 8px;
}
.single-product table.variations .reset_variations:hover {
  color: #8b6f47;
}
.single-product .single_add_to_cart_button {
  background: #ffffff !important;
  color: #1a1a1a !important;
  border: 1px solid #1a1a1a !important;
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 14px 40px !important;
  border-radius: 0px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}
.single-product .single_add_to_cart_button:hover {
  background: #1a1a1a !important;
  color: #ffffff !important;
}
.single-product .quantity {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.single-product .quantity .qty {
  width: 60px;
  height: 41px;
  padding: 6px 8px;
  border: 1px solid #e8e2da;
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  background: #ffffff;
  color: #333333;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.single-product .quantity .qty:focus {
  outline: none;
  border-color: #8b6f47;
}
.single-product .quantity .qty::-webkit-inner-spin-button, .single-product .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product .product_meta {
  margin-top: 32px;
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 12px;
  color: #888888;
}
.single-product .product_meta span {
  display: block;
  margin-bottom: 4px;
}
.single-product .product_meta a {
  color: #888888;
  text-decoration: none;
}
.single-product .product_meta a:hover {
  color: #8b6f47;
}
.single-product .woocommerce-tabs {
  max-width: 1200px;
  margin: 64px auto;
  padding: 0 16px;
}
.single-product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid #e8e2da;
  padding: 0;
  margin: 0 0 32px;
  list-style: none;
  display: flex;
  gap: 16px;
}
.single-product .woocommerce-tabs ul.tabs::before {
  display: none;
}
.single-product .woocommerce-tabs ul.tabs li {
  border: none !important;
  border-radius: 0 !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.single-product .woocommerce-tabs ul.tabs li a {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #888888;
  text-decoration: none;
  padding: 10px 0;
  display: block;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}
.single-product .woocommerce-tabs ul.tabs li a:hover {
  color: #333333;
}
.single-product .woocommerce-tabs ul.tabs li.active a {
  color: #333333;
  border-bottom: 2px solid #333333;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information {
  text-align: left;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information h2 {
  text-align: left;
  font-size: 12px;
  letter-spacing: 4px;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information table {
  width: auto;
  margin: 0;
}
.single-product .related.products {
  grid-column: 1/-1;
  max-width: 1200px;
  margin: 64px auto;
  padding: 0 16px;
  clear: both;
}
.single-product .related.products h2 {
  text-align: center;
  margin-bottom: 32px;
}
.single-product .related.products ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 16px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}
.single-product .related.products ul.products::before, .single-product .related.products ul.products::after {
  display: none !important;
}
@media (max-width: 768px) {
  .single-product .related.products ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.product-card__image a.button,
.product-card__image a.add_to_cart_button,
.product-card__image a.product_type_variable,
.product-card__image a.product_type_simple {
  aspect-ratio: unset !important;
  width: auto !important;
  height: auto !important;
  position: absolute !important;
  bottom: 16px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.product-card__image .added_to_cart {
  position: absolute !important;
  bottom: 16px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: #ffffff !important;
  color: #1a1a1a !important;
  border: 1px solid #1a1a1a !important;
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 16px 60px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  z-index: 3 !important;
  opacity: 0 !important;
  transition: all 0.3s ease !important;
  width: auto !important;
  height: auto !important;
  aspect-ratio: unset !important;
}
.product-card__image .added_to_cart:hover {
  background: #1a1a1a !important;
  color: #ffffff !important;
}

.product-card__inner:hover .added_to_cart {
  opacity: 1 !important;
}

.product-card__inner:hover .added_to_cart {
  opacity: 1 !important;
}

.product-card__inner:hover .add_to_cart_button.added {
  opacity: 0 !important;
}

.product-card__image .add_to_cart_button.added {
  opacity: 0 !important;
  pointer-events: none !important;
}

.woocommerce-cart .woocommerce {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 16px;
}
.woocommerce-cart table.shop_table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin-bottom: 32px;
}
.woocommerce-cart table.shop_table th {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #333333;
  border: none;
  border-bottom: 1px solid #e8e2da;
  padding: 12px 10px;
  text-align: left;
}
.woocommerce-cart table.shop_table td {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  border: none;
  border-bottom: 1px solid #e8e2da;
  padding: 20px 10px;
  vertical-align: middle;
}
.woocommerce-cart table.shop_table .product-remove a.remove {
  color: #888888 !important;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  background: none;
  border: none;
}
.woocommerce-cart table.shop_table .product-remove a.remove:hover {
  color: #e53935 !important;
  background: none;
}
.woocommerce-cart table.shop_table .product-thumbnail {
  width: 80px;
}
.woocommerce-cart table.shop_table .product-thumbnail img {
  width: 70px;
  height: auto;
}
.woocommerce-cart table.shop_table .product-name a {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  text-decoration: none;
}
.woocommerce-cart table.shop_table .product-name a:hover {
  color: #8b6f47;
}
.woocommerce-cart table.shop_table .product-price .amount,
.woocommerce-cart table.shop_table .product-subtotal .amount {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 14px;
  color: #333333;
}
.woocommerce-cart table.shop_table .product-quantity .qty {
  width: 60px;
  padding: 6px 8px;
  border: 1px solid #e8e2da;
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  background: #ffffff;
}
.woocommerce-cart table.shop_table .product-quantity .qty:focus {
  outline: none;
  border-color: #8b6f47;
}
.woocommerce-cart .coupon {
  display: flex;
  align-items: center;
  gap: 10px;
  float: left;
}
.woocommerce-cart .coupon label {
  display: none;
}
.woocommerce-cart .coupon .input-text {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 13px;
  padding: 10px 14px;
  border: 1px solid #e8e2da;
  background: #ffffff;
  color: #333333;
  min-width: 200px;
}
.woocommerce-cart .coupon .input-text::-moz-placeholder {
  color: #888888;
}
.woocommerce-cart .coupon .input-text::placeholder {
  color: #888888;
}
.woocommerce-cart .coupon .input-text:focus {
  outline: none;
  border-color: #8b6f47;
}
.woocommerce-cart .coupon .button {
  background: #ffffff;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.woocommerce-cart .coupon .button:hover {
  background: #1a1a1a;
  color: #ffffff;
}
.woocommerce-cart button[name=update_cart] {
  background: #ffffff;
  color: #888888;
  border: 1px solid #e8e2da;
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 24px;
  cursor: pointer;
  float: right;
  transition: all 0.3s ease;
}
.woocommerce-cart button[name=update_cart]:hover {
  border-color: #1a1a1a;
  color: #1a1a1a;
}
.woocommerce-cart .woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  float: right;
  width: 48%;
  margin-top: 32px;
}
.woocommerce-cart .woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400 !important;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 16px;
}
.woocommerce-cart .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-cart .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-cart .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table td {
  font-weight: 400 !important;
  color: #333333;
  text-transform: none;
  letter-spacing: 0;
}
.woocommerce-cart .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table th {
  font-weight: 400;
  color: #333333;
}
.woocommerce-cart .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table td {
  text-align: right;
}
.woocommerce-cart .wc-proceed-to-checkout {
  padding: 16px 0;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  display: block !important;
  width: 100% !important;
  background: #ffffff !important;
  color: #1a1a1a !important;
  border: 1px solid #1a1a1a !important;
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  padding: 16px !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
  border-radius: 0 !important;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
  background: #1a1a1a !important;
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .woocommerce-cart .cart_totals {
    float: none;
    width: 100%;
  }
  .woocommerce-cart .coupon {
    float: none;
    margin-bottom: 16px;
  }
  .woocommerce-cart button[name=update_cart] {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}

.entry-content,
.page-content,
.container {
  overflow: visible !important;
}

.woocommerce-checkout .woocommerce {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 16px;
}
.woocommerce-checkout .woocommerce::after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce-checkout form.woocommerce-checkout::after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce-checkout .col2-set {
  width: 55%;
  float: left;
  padding-right: 64px;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .woocommerce-checkout-review-order {
  width: 40%;
  float: right;
  clear: right;
}
@media (max-width: 768px) {
  .woocommerce-checkout .col2-set {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout .woocommerce-checkout-review-order {
    width: 100%;
    float: none;
  }
}
.woocommerce-checkout .woocommerce-checkout-review-order {
  position: sticky;
  top: calc(90px + 20px);
}
.woocommerce-checkout h3,
.woocommerce-checkout h3#order_review_heading {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #333333;
  margin-bottom: 32px;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row,
.woocommerce-checkout .woocommerce-shipping-fields .form-row,
.woocommerce-checkout .woocommerce-additional-fields .form-row {
  margin-bottom: 16px;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row label,
.woocommerce-checkout .woocommerce-shipping-fields .form-row label,
.woocommerce-checkout .woocommerce-additional-fields .form-row label {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  display: block;
  margin-bottom: 6px;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row label .required,
.woocommerce-checkout .woocommerce-shipping-fields .form-row label .required,
.woocommerce-checkout .woocommerce-additional-fields .form-row label .required {
  color: #e53935;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row label .optional,
.woocommerce-checkout .woocommerce-shipping-fields .form-row label .optional,
.woocommerce-checkout .woocommerce-additional-fields .form-row label .optional {
  font-style: italic;
  color: #888888;
  font-size: 12px;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row .input-text,
.woocommerce-checkout .woocommerce-billing-fields .form-row input[type=text],
.woocommerce-checkout .woocommerce-billing-fields .form-row input[type=email],
.woocommerce-checkout .woocommerce-billing-fields .form-row input[type=tel],
.woocommerce-checkout .woocommerce-billing-fields .form-row input[type=number],
.woocommerce-checkout .woocommerce-billing-fields .form-row select,
.woocommerce-checkout .woocommerce-billing-fields .form-row textarea,
.woocommerce-checkout .woocommerce-shipping-fields .form-row .input-text,
.woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=text],
.woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=email],
.woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=tel],
.woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=number],
.woocommerce-checkout .woocommerce-shipping-fields .form-row select,
.woocommerce-checkout .woocommerce-shipping-fields .form-row textarea,
.woocommerce-checkout .woocommerce-additional-fields .form-row .input-text,
.woocommerce-checkout .woocommerce-additional-fields .form-row input[type=text],
.woocommerce-checkout .woocommerce-additional-fields .form-row input[type=email],
.woocommerce-checkout .woocommerce-additional-fields .form-row input[type=tel],
.woocommerce-checkout .woocommerce-additional-fields .form-row input[type=number],
.woocommerce-checkout .woocommerce-additional-fields .form-row select,
.woocommerce-checkout .woocommerce-additional-fields .form-row textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e8e2da;
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  background: #ffffff;
  border-radius: 0;
  transition: all 0.3s ease;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row .input-text::-moz-placeholder, .woocommerce-checkout .woocommerce-billing-fields .form-row input[type=text]::-moz-placeholder, .woocommerce-checkout .woocommerce-billing-fields .form-row input[type=email]::-moz-placeholder, .woocommerce-checkout .woocommerce-billing-fields .form-row input[type=tel]::-moz-placeholder, .woocommerce-checkout .woocommerce-billing-fields .form-row input[type=number]::-moz-placeholder, .woocommerce-checkout .woocommerce-billing-fields .form-row select::-moz-placeholder, .woocommerce-checkout .woocommerce-billing-fields .form-row textarea::-moz-placeholder, .woocommerce-checkout .woocommerce-shipping-fields .form-row .input-text::-moz-placeholder, .woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=text]::-moz-placeholder, .woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=email]::-moz-placeholder, .woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=tel]::-moz-placeholder, .woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=number]::-moz-placeholder, .woocommerce-checkout .woocommerce-shipping-fields .form-row select::-moz-placeholder, .woocommerce-checkout .woocommerce-shipping-fields .form-row textarea::-moz-placeholder, .woocommerce-checkout .woocommerce-additional-fields .form-row .input-text::-moz-placeholder, .woocommerce-checkout .woocommerce-additional-fields .form-row input[type=text]::-moz-placeholder, .woocommerce-checkout .woocommerce-additional-fields .form-row input[type=email]::-moz-placeholder, .woocommerce-checkout .woocommerce-additional-fields .form-row input[type=tel]::-moz-placeholder, .woocommerce-checkout .woocommerce-additional-fields .form-row input[type=number]::-moz-placeholder, .woocommerce-checkout .woocommerce-additional-fields .form-row select::-moz-placeholder, .woocommerce-checkout .woocommerce-additional-fields .form-row textarea::-moz-placeholder {
  color: #888888;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row .input-text::placeholder,
.woocommerce-checkout .woocommerce-billing-fields .form-row input[type=text]::placeholder,
.woocommerce-checkout .woocommerce-billing-fields .form-row input[type=email]::placeholder,
.woocommerce-checkout .woocommerce-billing-fields .form-row input[type=tel]::placeholder,
.woocommerce-checkout .woocommerce-billing-fields .form-row input[type=number]::placeholder,
.woocommerce-checkout .woocommerce-billing-fields .form-row select::placeholder,
.woocommerce-checkout .woocommerce-billing-fields .form-row textarea::placeholder,
.woocommerce-checkout .woocommerce-shipping-fields .form-row .input-text::placeholder,
.woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=text]::placeholder,
.woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=email]::placeholder,
.woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=tel]::placeholder,
.woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=number]::placeholder,
.woocommerce-checkout .woocommerce-shipping-fields .form-row select::placeholder,
.woocommerce-checkout .woocommerce-shipping-fields .form-row textarea::placeholder,
.woocommerce-checkout .woocommerce-additional-fields .form-row .input-text::placeholder,
.woocommerce-checkout .woocommerce-additional-fields .form-row input[type=text]::placeholder,
.woocommerce-checkout .woocommerce-additional-fields .form-row input[type=email]::placeholder,
.woocommerce-checkout .woocommerce-additional-fields .form-row input[type=tel]::placeholder,
.woocommerce-checkout .woocommerce-additional-fields .form-row input[type=number]::placeholder,
.woocommerce-checkout .woocommerce-additional-fields .form-row select::placeholder,
.woocommerce-checkout .woocommerce-additional-fields .form-row textarea::placeholder {
  color: #888888;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row .input-text:focus,
.woocommerce-checkout .woocommerce-billing-fields .form-row input[type=text]:focus,
.woocommerce-checkout .woocommerce-billing-fields .form-row input[type=email]:focus,
.woocommerce-checkout .woocommerce-billing-fields .form-row input[type=tel]:focus,
.woocommerce-checkout .woocommerce-billing-fields .form-row input[type=number]:focus,
.woocommerce-checkout .woocommerce-billing-fields .form-row select:focus,
.woocommerce-checkout .woocommerce-billing-fields .form-row textarea:focus,
.woocommerce-checkout .woocommerce-shipping-fields .form-row .input-text:focus,
.woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=text]:focus,
.woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=email]:focus,
.woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=tel]:focus,
.woocommerce-checkout .woocommerce-shipping-fields .form-row input[type=number]:focus,
.woocommerce-checkout .woocommerce-shipping-fields .form-row select:focus,
.woocommerce-checkout .woocommerce-shipping-fields .form-row textarea:focus,
.woocommerce-checkout .woocommerce-additional-fields .form-row .input-text:focus,
.woocommerce-checkout .woocommerce-additional-fields .form-row input[type=text]:focus,
.woocommerce-checkout .woocommerce-additional-fields .form-row input[type=email]:focus,
.woocommerce-checkout .woocommerce-additional-fields .form-row input[type=tel]:focus,
.woocommerce-checkout .woocommerce-additional-fields .form-row input[type=number]:focus,
.woocommerce-checkout .woocommerce-additional-fields .form-row select:focus,
.woocommerce-checkout .woocommerce-additional-fields .form-row textarea:focus {
  outline: none;
  border-color: #8b6f47;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row select,
.woocommerce-checkout .woocommerce-shipping-fields .form-row select,
.woocommerce-checkout .woocommerce-additional-fields .form-row select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  cursor: pointer;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row textarea,
.woocommerce-checkout .woocommerce-shipping-fields .form-row textarea,
.woocommerce-checkout .woocommerce-additional-fields .form-row textarea {
  min-height: 80px;
  resize: vertical;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row-first,
.woocommerce-checkout .woocommerce-billing-fields .form-row-last,
.woocommerce-checkout .woocommerce-shipping-fields .form-row-first,
.woocommerce-checkout .woocommerce-shipping-fields .form-row-last,
.woocommerce-checkout .woocommerce-additional-fields .form-row-first,
.woocommerce-checkout .woocommerce-additional-fields .form-row-last {
  width: 48% !important;
  display: inline-block;
  vertical-align: top;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row-first,
.woocommerce-checkout .woocommerce-shipping-fields .form-row-first,
.woocommerce-checkout .woocommerce-additional-fields .form-row-first {
  margin-right: 3% !important;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row-wide,
.woocommerce-checkout .woocommerce-shipping-fields .form-row-wide,
.woocommerce-checkout .woocommerce-additional-fields .form-row-wide {
  width: 100% !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 0 !important;
  margin-bottom: 32px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  border: none;
  border-bottom: 1px solid #e8e2da;
  padding: 14px 0;
  text-align: left;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table th {
  color: #333333;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  text-align: right;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item td {
  font-weight: 400;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th {
  font-weight: 400;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
.woocommerce-checkout #payment {
  background: #faf9f7;
  border-radius: 0;
  padding: 16px;
}
.woocommerce-checkout #payment .payment_methods {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  border: none;
}
.woocommerce-checkout #payment .payment_methods li {
  padding: 12px 0;
  border-bottom: 1px solid #e8e2da;
}
.woocommerce-checkout #payment .payment_methods li:last-child {
  border-bottom: none;
}
.woocommerce-checkout #payment .payment_methods li label {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}
.woocommerce-checkout #payment .payment_methods li .payment_box {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 13px;
  color: #888888;
  padding: 10px 0 0 24px;
  line-height: 1.6;
  background: none;
}
.woocommerce-checkout #payment .payment_methods li .payment_box::before {
  display: none;
}
.woocommerce-checkout #payment .place-order {
  padding: 16px 0 0;
}
.woocommerce-checkout #payment .place-order .woocommerce-privacy-policy-text {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 12px;
  color: #888888;
  line-height: 1.6;
  margin-bottom: 16px;
}
.woocommerce-checkout #payment .place-order .woocommerce-privacy-policy-text a {
  color: #333333;
  text-decoration: underline;
}
.woocommerce-checkout #payment .place-order .woocommerce-privacy-policy-text a:hover {
  color: #8b6f47;
}
.woocommerce-checkout #place_order {
  display: block;
  width: 100%;
  background: #ffffff !important;
  color: #1a1a1a !important;
  border: 1px solid #1a1a1a !important;
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  padding: 16px !important;
  border-radius: 0 !important;
  cursor: pointer;
  transition: all 0.3s ease;
}
.woocommerce-checkout #place_order:hover {
  background: #1a1a1a !important;
  color: #ffffff !important;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  background: rgba(200, 230, 240, 0.3);
  border-left: 3px solid #8bafbf;
  border-top: none;
  padding: 15px 20px;
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 14px;
  color: #333333;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: #333333;
  text-decoration: underline;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
  color: #8b6f47;
}
.woocommerce-checkout .checkout_coupon {
  border: 1px solid #e8e2da;
  padding: 16px;
  margin-bottom: 32px;
  border-radius: 0 !important;
}
.woocommerce-checkout .checkout_coupon .input-text {
  padding: 10px 14px;
  border: 1px solid #e8e2da;
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 13px;
  margin-right: 10px;
}
.woocommerce-checkout .checkout_coupon .button {
  background: #ffffff;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.woocommerce-checkout .checkout_coupon .button:hover {
  background: #1a1a1a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .woocommerce-checkout .col2-set {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout .woocommerce-checkout-review-order {
    width: 100%;
    float: none;
    position: static;
  }
}

#colophon {
  background: #1a1a1a;
  color: #ffffff;
  padding: 40px 0;
}

.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.footer-left {
  flex: 1;
}
.footer-left .disclaimer {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin: 0;
}

.footer-monogram {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.footer-monogram img {
  height: 40px;
  width: auto;
  filter: invert(1);
}
.footer-monogram__divider {
  display: block;
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.4);
}

.footer-right {
  flex: 1;
  text-align: right;
}
.footer-right .copyright {
  font-size: 12px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}
.footer-right .copyright a {
  color: inherit;
  text-decoration: underline;
}
.footer-right .copyright a:hover {
  color: #8b6f47;
}

@media (max-width: 768px) {
  .footer-main {
    flex-direction: column;
    text-align: center;
  }
  .footer-right {
    text-align: center;
  }
}