.elementor-kit-6{--e-global-color-primary:#BC8C5C;--e-global-color-secondary:#32221B;--e-global-color-text:#F2F0EE;--e-global-color-accent:#3E271E;--e-global-color-f7a7318:#BC8C5C;--e-global-color-e94734b:#F2F0EECC;--e-global-color-aebc955:#161413;--e-global-color-c4880ae:#5A2F20;--e-global-typography-primary-font-family:"Cinzel";--e-global-typography-primary-font-size:2.25rem;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:2.5rem;--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-secondary-font-size:0.75rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:1rem;--e-global-typography-secondary-letter-spacing:0.35em;--e-global-typography-text-font-family:"Lora";--e-global-typography-text-font-size:1.125rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-font-style:italic;--e-global-typography-text-line-height:1.625;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#161413;font-family:"Lora", Sans-serif;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.625;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#32221B;font-family:"Oswald", Sans-serif;font-size:0.875rem;text-transform:uppercase;line-height:1.25rem;letter-spacing:0.2em;color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-radius:0px 0px 0px 0px;padding:1.25rem 3rem 1.25rem 3rem;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 img{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */*, :before, :after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
}

html, body {
  background: hsl(30, 8%, 8%);
  color: hsl(33, 14%, 94%);
  overflow-x: hidden;
  max-width: 100vw;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.bg-card {
	background-color: rgba(37, 29, 24, 1);
}

@media (max-width: 1023px) {
  section p,
  section h1,
  section h2,
  section h3,
  section h4 {
    text-align: center;
  }
  section a,
  section button {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }
  .w-16.h-px {
    margin-left: auto;
    margin-right: auto;
  }
  /* Keep bullet point text left-aligned */
  .flex.items-start p {
    text-align: left;
  }
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: hsl(20, 20%, 10%);
}
::-webkit-scrollbar-thumb {
  background: hsl(30, 42%, 35%);
  border-radius: 3px;
}

.hbh-button {
	animation-duration: .3s;
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	color: rgba(188, 140, 92, 1);
	letter-spacing: .2em;
	text-transform: uppercase;
	font-size: .875rem;
	line-height: 1.25rem;
	font-family: "Oswald", sans-serif;
	padding: 1.25rem 3rem;
	background-color: #3E271E;
	border-color: rgba(188, 140, 92, 1);
	border-width: 1px;
	width: 100%;
}
.hbh-tb-gradient {
	border-top: 1px solid rgb(90, 50, 34);
	border-bottom: 1px solid rgb(90, 50, 34);
	padding: 1.5rem;
	background: linear-gradient(to right, transparent, rgba(59, 42, 31, 0.25), transparent);
}
.hbh-lg-divider-line {
	background-color: rgba(188, 140, 92, .4);
	width: 3rem;
	height: 1px;
}
.hbh-lg-divider-circle {
	background-color: rgba(188, 140, 92, .6);
	border-radius: 9999px;
	width: .375rem;
	height: .375rem;
	margin: 0 .75rem;
}
.hbh-sm-divider {
	background-color: rgba(188, 140, 92, 1);
	width: 4rem;
	height: 1px;
}
.hbh-img-frames {
	border-color: rgba(188, 140, 92, .7);
	width: 3rem;
	height: 3rem;
	position: absolute;
}
.hbh-tl-frame {
	border-top-width: 2px;
	border-left-width: 2px;
}
.hbh-tr-frame {
	border-top-width: 2px;
	border-right-width: 2px;
}
.hbh-bl-frame {
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.hbh-br-frame {
	border-bottom-width: 2px;
	border-right-width: 2px;
}
.hbh-shield {
	object-fit: contain;
	width: 10rem;
	height: 10rem;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1024px) {
    .hbh-bot-section {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 1024px) {
    .hbh-bot-section {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}
.hbh-bot-section {
	padding: 0.5rem 1.5rem 6rem;
}
.hbh-bullet {
    background-color: #BC8C5C;
	width: .375rem;
	height: .375rem;
    border-radius: 9999px;
    flex-shrink: 0;
    margin-top: .625rem;
}
#hbh-header-btn {
    color: rgba(188, 140, 92, 1);
}

.product-card-btn {
    opacity: 0;
    transition: opacity 0.3s ease;
    margin-top: -3.5rem;
    position: relative;
    z-index: 10;
    padding: 0 1rem;
}
.product-image:hover ~ .product-card-btn, .product-card-btn:hover {
    opacity: 1;
}

.e-con.elementor-sticky {
    background: transparent;
    transition: background 0.3s ease;
    border-bottom: none;
}

.e-con.elementor-sticky.scrolled {
    background: rgb(0, 0, 0);
    border-bottom: 1px solid #5A3222 !important;
}
.variations select {
    border: 1px solid rgba(188, 140, 92, 0.5) !important;
    padding: 0.5rem 1rem;
    border-radius: 0 !important;
}

.variations tr, .variations td, .variations th, .variations table {
    background-color: transparent !important;
}
.variations select#pa_size {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23BC8C5C' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}
.reset_variations {
    color: rgba(188, 140, 92, 1);
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    font-family: "Oswald", Sans-Serif;
    text-decoration: none;
}
.reset_variations:hover {
    color: rgba(188, 140, 92, 0.6);
}

.woocommerce-product-gallery {
    height: 36.3rem;
    overflow: visible;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    height: 36.3rem !important;
}

.woocommerce-product-gallery__image {
    height: 36.3rem !important;
}

.woocommerce-product-gallery__image img {
    height: 36.3rem !important;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}

.flex-control-thumbs {
    display: flex !important;
    overflow: visible !important;
}

.flex-control-thumbs li img {
    height: 80px !important;
    object-fit: cover !important;
    width: 100% !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}
.woocommerce-Button .woocommerce-button .button .woocommerce-form-register__submit  {
    margin-bottom: 1rem;
}
.woocommerce-notices-wrapper {
    display: none !important;
}

/* Order received page wrapper */
.woocommerce-order-received .woocommerce-order {
    color: hsl(33, 14%, 94%) !important;
}

/* Thank you message */
.woocommerce-order-received .woocommerce-thankyou-order-received {
    color: hsl(33, 14%, 94%) !important;
    font-family: "Oswald", sans-serif !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    font-size: 1rem !important;
}

/* Order overview bar (order number, date, email, total) */
.woocommerce-order-overview.woocommerce-thankyou-order-details {
    background-color: #3E271E !important;
    border: 1px solid rgba(188, 140, 92, 0.3) !important;
    padding: 1.5rem !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
    list-style: none !important;
    margin-bottom: 2rem !important;
}

.woocommerce-order-overview li {
    color: hsl(33, 14%, 94%) !important;
    border-right: 1px solid rgba(188, 140, 92, 0.3) !important;
    padding-right: 1rem !important;
}

.woocommerce-order-overview li strong {
    color: rgba(188, 140, 92, 1) !important;
    display: block !important;
}

/* Order details heading */
.woocommerce-order-received h2 {
    color: hsl(33, 14%, 94%) !important;
    font-family: "Cormorant Garamond", serif !important;
    border-bottom: 1px solid rgba(188, 140, 92, 0.3) !important;
    padding-bottom: 0.5rem !important;
    margin-bottom: 1rem !important;
}

/* Order details table */
.woocommerce-table--order-details {
    width: 100% !important;
    border-collapse: collapse !important;
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
    color: hsl(33, 14%, 94%) !important;
    border-bottom: 1px solid rgba(188, 140, 92, 0.15) !important;
    padding: 0.75rem 0 !important;
}

.woocommerce-table--order-details tfoot tr:last-child td,
.woocommerce-table--order-details tfoot tr:last-child th {
    color: rgba(188, 140, 92, 1) !important;
    font-size: 1.1rem !important;
}

/* Product links */
.woocommerce-order-received .woocommerce-table--order-details a {
    color: rgba(188, 140, 92, 1) !important;
    text-decoration: none !important;
}

/* Customer details section */
.woocommerce-order-received .woocommerce-customer-details address {
    background-color: #3E271E !important;
    border: 1px solid rgba(188, 140, 92, 0.3) !important;
    padding: 1.5rem !important;
    color: hsl(33, 14%, 94%) !important;
    font-style: normal !important;
}
.woocommerce form.checkout button {
    border: 1px solid rgb(188, 140, 92) !important;
    border-radius: 0px !important;
}
.woocommerce form.checkout button:hover {
    color: rgb(188, 140, 92) !important;
    background-color: rgba(62, 39, 30, .8) !important;
}

.wpforms-field-label {
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    font-size: .875rem !important;
}

.wpforms-container,
.wpforms-form {
    width: 100% !important;
}

.wpforms-field-container,
.wpforms-field,
.wpforms-field input,
.wpforms-field textarea,
.wpforms-field select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.wpforms-submit-container, button.wpforms-submit {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    font-family: "Oswald", Sans-Serif !important;
    text-transform: uppercase !important;
    margin-bottom: 1rem !important;
    padding-top: 1rem !important;
    padding-bottom: 2rem !important;
    text-align: center !important;
}/* End custom CSS */