@font-face {
    font-display: swap;
    font-family: "Josefin Slab";
    font-style: normal;
    font-weight: 400;
    src: url("//talisment.com/cdn/fonts/josefin_slab/josefinslab_n4.a98166462a52f87b8445073312a28c6c1ace7890.woff") format("woff");
}

@font-face {
    font-display: swap;
    font-family: "Josefin Slab";
    font-style: normal;
    font-weight: 500;
    src: url("//talisment.com/cdn/fonts/josefin_slab/josefinslab_n5.120ba75b4f6723524c24061b3cc679406dcf06d2.woff2") format("woff2"),
         url("//talisment.com/cdn/fonts/josefin_slab/josefinslab_n5.c833c659c362e800dc99ad4ff7e2ec6474e32e70.woff") format("woff");
}

@font-face {
    font-display: swap;
    font-family: "Josefin Slab";
    font-style: normal;
    font-weight: 600;
    src: url("//talisment.com/cdn/fonts/josefin_slab/josefinslab_n6.0170c79458aab598611581dd8d377a0813b2158a.woff2") format("woff2"),
         url("//talisment.com/cdn/fonts/josefin_slab/josefinslab_n6.7d1810c16238317f565a408ee08610f249aafaa7.woff") format("woff");
}

@font-face {
    font-display: swap;
    font-family: "Josefin Slab";
    font-style: normal;
    font-weight: 700;
    src: url("//talisment.com/cdn/fonts/josefin_slab/josefinslab_n7.6d1e7a605b286770cc71d43c22f682756a3a8ef3.woff2") format("woff2"),
         url("//talisment.com/cdn/fonts/josefin_slab/josefinslab_n7.e81d27e5d3c35fe18923d706328e26464f46fd21.woff") format("woff");
}

:root {
    --paper: #faf4ea;
    --ink: #3f2021;
    --wine: #3f2021;
    --wine-soft: #984344;
    --muted: #87746a;
    --line: #e2d4c6;
    --white: #fffaf4;
    --gold: #c79a48;
    --body-font: "Josefin Slab", serif;
    --display-font: "Playfair Display", serif;
    --font-body-family: "Josefin Slab", serif;
    --font-body-size: 16px;
    --font-body-weight: 400;
    --body-line-height: 26px;
    --body-letter-spacing: .02em;
    --font-menu-lv1-family: "Josefin Slab", serif;
    --font-menu-lv1-size: 14px;
    --font-menu-lv1-weight: 700;
    --menu-lv1-line-height: 24px;
    --menu-lv1-letter-spacing: .05em;
    --menu-lv1-text-transform: uppercase;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--body-font);
    font-size: var(--font-body-size);
    font-weight: var(--font-body-weight);
    line-height: var(--body-line-height);
    letter-spacing: var(--body-letter-spacing);
}

a {
    color: inherit;
    text-decoration: none;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex;
}

.flex-align-center {
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.fs-0 {
    flex-shrink: 0;
}

.pt-2 {
    padding-top: 2px;
}

.pb-5 {
    padding-bottom: 5px;
}

.text-center {
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

announcement-bar-component,
sticky-header {
    display: block;
}

.announcement-bar {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    background: #833f3f;
    color: #e8e8e8;
}

.announcement-bar .layout--slider {
    position: relative;
    width: 100%;
    max-width: none;
    padding: 0;
}

.announcement-bar .row {
    display: block;
}

.announcement-bar__message,
.announcement-bar__message .message,
.announcement-bar__message a {
    color: #e8e8e8;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.announcement-bar__message .message {
    min-height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.announcement-bar__message a {
    margin-left: 4px;
}

.announcement-close {
    position: absolute;
    right: clamp(18px, 9vw, 220px);
    top: 50%;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: transparent;
    padding: 0;
    overflow: hidden;
}

.announcement-close svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: #e8e8e8;
}

.header-navigation-wrapper {
    position: sticky;
    top: 0;
    z-index: 20;
    transition: transform .3s ease-out;
}

.header-nav-hamburger {
    background: #3f2020;
    color: #faf4ea;
}

.header-navigation {
    width: 100%;
}

.header-container {
    max-width: none;
    width: 100%;
    padding: 0 21px;
}

.header-grid {
    display: grid;
    grid-template-columns: 170px 1fr 210px;
    align-items: center;
    min-height: 78px;
    gap: 20px;
}

.header__heading {
    margin: 0;
}

.header__heading-text {
    color: #faf4ea;
    font-family: var(--font-menu-lv1-family);
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
}

.list-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-menu--inline {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__inline-menu {
    display: flex;
    justify-content: flex-start;
}

.header__menu-item {
    display: block;
    padding: 27px 10px;
    color: #faf4ea;
    font-family: var(--font-menu-lv1-family);
    font-size: 14px;
    font-weight: var(--font-menu-lv1-weight);
    line-height: var(--menu-lv1-line-height);
    letter-spacing: var(--menu-lv1-letter-spacing);
    text-transform: var(--menu-lv1-text-transform);
}

.header-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 28px;
}

.header__icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    color: #faf4ea;
}

.header__icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.cart-count-bubble {
    position: absolute;
    top: -9px;
    right: -11px;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #faf4ea;
    color: #301b1c;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.mobile-menu-toggle {
    display: none;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    background: transparent;
}

.mobile-menu-toggle span,
.mobile-menu-toggle::before,
.mobile-menu-toggle::after {
    content: "";
    display: block;
    width: 21px;
    height: 1px;
    background: currentColor;
    margin: 6px 0;
}

.hero {
    position: relative;
    height: min(37.9vw, 720px);
    min-height: 520px;
    display: grid;
    align-items: center;
    overflow: hidden;
    background: #1d2b21;
}

.container-full {
    width: 100%;
}

.o-hidden {
    overflow: hidden;
}

.sections-slide-show {
    background: #1d2b21;
}

.slideshow,
.slideshow .item,
.images-contain {
    position: relative;
}

.slideshow-wrapper .adaptive_height,
.slideshow-wrapper .image {
    display: block;
    position: relative;
    overflow: hidden;
}

.slideshow-wrapper .adaptive_height > a,
.slideshow-wrapper .adaptive_height > img,
.slideshow-wrapper .slide-image {
    position: absolute;
    inset: 0;
    display: block;
}

.slideshow-wrapper .slide-image img,
.slideshow-wrapper .images-contain > .slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slideshow-wrapper .images-contain > .slide-image {
    position: relative;
    height: min(37.8947368421vw, 720px);
    min-height: 520px;
    overflow: hidden;
}

.slide-content {
    position: absolute;
    width: 475px;
    padding-top: 25px;
    padding-bottom: 30px;
    right: 5%;
    bottom: 5%;
    color: #faf4ea;
    text-align: right;
}

.slide-heading {
    margin: 0 0 var(--heading-spacing-bottom-style, 25px);
    font-family: var(--display-font);
    font-weight: 600;
    letter-spacing: .02em;
}

.slide-mobile {
    display: none;
}

.slide-text {
    margin: 0 0 var(--des-spacing-bottom-style, 45px);
    font-family: var(--body-font);
    letter-spacing: .02em;
}

.slide-button {
    display: inline-flex;
    align-items: center;
    min-width: 78px;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
    color: #faf4ea;
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .05em;
    text-decoration: underline;
    text-underline-offset: .2em;
    text-transform: uppercase;
}

.slide-button:hover {
    background: none;
    border: 0;
    box-shadow: none;
    color: #232323;
}

.select-icon {
    position: absolute;
    top: var(--top-position-1);
    left: var(--left-position-1);
    width: var(--dot-desktop-size, 24px);
    height: var(--dot-desktop-size, 24px);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.select-icon .glyphicon {
    display: block;
    width: 24px;
    height: 24px;
    border: 4px solid rgba(250,244,234,.72);
    border-radius: 50%;
    background: #000;
    box-shadow: 0 0 0 10px rgba(250,244,234,.22);
    animation: talisment-dot-pulse 1.8s ease-in-out infinite;
}

.sections-rich-text {
    background: #faf4ea;
}

.section-block-template--20792611274957__16377257723d92c2b8 {
    padding-top: 25px;
    padding-bottom: 25px;
    background: rgba(0,0,0,0);
}

.rich-text__blocks {
    display: flex;
    justify-content: center;
}

.rich-text__text {
    width: min(var(--width-text-style, 800px), calc(100% - 30px));
    margin-top: var(--margin-top-text-style, 0);
    color: var(--color-text-style, #232323);
    font-size: var(--fontsize-text-style, 16px);
    font-weight: var(--font-weight-text, 400);
    line-height: var(--text-line-height-style, 1);
}

.rich-text__text p {
    margin: 0;
}

.sections-spotlight-block {
    background: #faf4ea;
}

.section-block-template--20792611274957__16342924847ce35dfd {
    padding-top: 0;
    padding-bottom: 55px;
    background: #faf4ea;
}

.sections-spotlight-block .container-full {
    padding-left: 25px;
    padding-right: 25px;
}

.halo-row.column-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.spotlight-item {
    position: relative;
}

.spotlight-item .image-container,
.spotlight-item .img-box,
.spotlight-item .image-zoom {
    position: relative;
    display: block;
    overflow: hidden;
}

.spotlight-item .image-zoom img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .7s cubic-bezier(.25,.46,.45,.94), filter .7s cubic-bezier(.25,.46,.45,.94);
}

.spotlight-item:hover .image-zoom img {
    transform: scale(1.08);
    filter: brightness(.88);
}

.spotlight-inner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--align-items-spacing-top-style, 40px) var(--align-items-spacing-lr-style, 10px) var(--align-items-spacing-bottom-style, 40px);
    pointer-events: none;
}

.spotlight-inner .title {
    margin: 0;
    color: var(--color-text-style, #fff);
    font-family: var(--display-font);
    font-size: var(--fontsize-text-style, 30px);
    font-weight: var(--title-font-weight, 500);
    line-height: 1.2;
}

.spotlight-inner .link_title {
    color: inherit;
}

.scroll-trigger {
    opacity: 0;
}

.scroll-trigger.is-visible,
.scroll-trigger.animate--fade-in.is-visible {
    opacity: 1;
}

.animate--fade-in {
    transition: opacity .9s ease;
}

.animate--slide-in {
    transform: translateY(24px);
    transition: opacity .8s ease, transform .8s cubic-bezier(.25,.46,.45,.94);
    transition-delay: calc(var(--animation-order, 0) * 120ms);
}

.animate--slide-in.is-visible {
    transform: translateY(0);
}

.animate--ambient img,
img.animate--ambient {
    animation: talisment-ambient 12s ease-in-out infinite alternate;
    transform-origin: center;
}

@keyframes talisment-ambient {
    from {
        transform: scale(1.02) translate3d(0, 0, 0);
    }
    to {
        transform: scale(1.08) translate3d(-1.2%, 1%, 0);
    }
}

@keyframes talisment-dot-pulse {
    0%, 100% {
        box-shadow: 0 0 0 10px rgba(250,244,234,.22);
    }
    50% {
        box-shadow: 0 0 0 15px rgba(250,244,234,.12);
    }
}

.hero-media {
    position: absolute;
    inset: 0;
}

.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

.hero-copy {
    position: relative;
    width: min(475px, 90vw);
    margin-left: auto;
    margin-right: 5%;
    margin-top: auto;
    margin-bottom: 5%;
    color: #fff8ef;
    text-align: right;
}

.hero-copy p {
    margin: 0 0 38px;
    font-size: 16px;
    line-height: 22px;
}

.hero-copy h1 {
    margin: 0 0 25px;
    font-family: var(--display-font);
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
}

.text-link {
    display: inline-block;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.text-link::before {
    content: "›";
    display: inline-block;
    margin-right: 5px;
    transform: translateY(-1px);
}

.text-link:hover {
    color: #232323;
}

.lookbook-dot {
    position: absolute;
    top: 58%;
    left: 36%;
    width: 24px;
    height: 24px;
    border: 4px solid rgba(250,244,234,.72);
    border-radius: 50%;
    background: #000;
    box-shadow: 0 0 0 10px rgba(250,244,234,.22);
    padding: 0;
}

.intro-band {
    max-width: 920px;
    margin: 64px auto;
    padding: 0 24px;
    text-align: center;
    font-family: var(--display-font);
    font-size: clamp(24px, 4vw, 42px);
    line-height: 1.25;
}

.spotlight {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0 clamp(18px, 4vw, 56px) 70px;
}

.spotlight a {
    position: relative;
    overflow: hidden;
    min-height: 220px;
    display: flex;
    align-items: flex-end;
    padding: 26px;
    background: linear-gradient(135deg, #71533a, #243b32);
    color: #fff8ef;
    font-family: var(--display-font);
    font-size: 28px;
}

.spotlight-image {
    min-height: 270px;
}

.spotlight-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spotlight-image span {
    position: relative;
    z-index: 1;
}

.product-section {
    padding: 68px clamp(18px, 4vw, 56px);
    background: var(--white);
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 28px;
}

.section-heading p {
    margin: 0;
    text-transform: uppercase;
    color: var(--muted);
    font-size: 12px;
}

.section-heading h2,
.page-shell h1,
.woocommerce-products-header__title,
.product_title {
    margin: 0;
    font-family: var(--display-font);
    font-weight: 600;
}

.service-band {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
    margin: 0 clamp(18px, 4vw, 56px) 78px;
}

.service-band div {
    background: var(--paper);
    padding: 30px;
}

.service-band strong,
.service-band span {
    display: block;
}

.service-band span {
    color: var(--muted);
}

.site-footer {
    background: var(--wine);
    color: #f7eee6;
    padding: 58px clamp(18px, 4vw, 56px) 24px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 36px;
}

.site-footer h2,
.site-footer h3 {
    font-family: var(--display-font);
    margin: 0 0 16px;
}

.site-footer a {
    display: block;
    color: #ead8cd;
    margin: 7px 0;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.14);
    margin-top: 42px;
    padding-top: 18px;
    color: #d8c4ba;
    font-size: 13px;
}

.commerce-shell,
.page-shell {
    width: min(1240px, calc(100% - 36px));
    margin: 48px auto 80px;
}

.single-product .commerce-shell {
    width: 100%;
    margin-top: 28px;
}

.talisment-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #7c716b;
    font-family: var(--display-font);
    font-size: 14px;
    margin: 0 0 36px;
}

.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 18px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none;
}

.woocommerce ul.products li.product {
    width: auto;
    float: none;
    margin: 0;
    background: transparent;
}

.woocommerce ul.products li.product img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #efe4d8;
}

.woocommerce ul.products li.product .onsale,
.single-product .onsale {
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 10px;
    min-height: auto;
    min-width: auto;
    border-radius: 0;
    background: #e95144;
    color: #faf4ea;
    padding: 4px 10px;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase;
}

.woocommerce-loop-product__title {
    color: var(--ink);
    font-family: "Josefin Slab", var(--display-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

.price {
    color: #3f2021;
    font-weight: 400;
    text-align: center;
}

.price del {
    color: #969696;
    opacity: 1;
    margin-right: 8px;
}

.price ins {
    color: #ea4226;
    text-decoration: none;
}

.button,
button,
input[type="submit"],
.single_add_to_cart_button {
    border: 1px solid var(--wine);
    background: #faf4ea;
    color: #3f2020;
    padding: 13px 24px;
    font-family: var(--body-font);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    border-radius: 0;
    transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
.single_add_to_cart_button:hover {
    background: #be4c4b;
    border-color: #be4c4b;
    color: #faf4ea;
}

.single-product div.product {
    display: grid;
    grid-template-columns: minmax(0, 670px) minmax(360px, 440px);
    gap: 60px;
}

.single-product div.product .woocommerce-product-gallery {
    width: auto;
    float: none;
}

.single-product div.product .summary {
    width: auto;
    float: none;
}

.product_title {
    color: #232323;
    font-family: var(--display-font);
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
    margin-bottom: 14px;
}

.variations select,
.quantity input,
input,
textarea,
select {
    border: 1px solid #e6e6e6;
    background: #faf4ea;
    color: #3f2020;
    padding: 12px;
    font-family: var(--body-font);
}

.single-product div.product .woocommerce-product-gallery img {
    background: #f5eadf;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.single-product div.product .summary {
    color: #3c3c3c;
}

.single-product div.product .summary .price {
    text-align: left;
    font-size: 18px;
    margin: 0 0 18px;
}

.single-product div.product .woocommerce-product-details__short-description {
    font-size: 12px;
    margin-bottom: 12px;
    max-width: 470px;
    max-height: 42px;
    overflow: hidden;
}

.talisment-sold-notice {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #e95144;
    font-size: 14px;
    margin: 0 0 16px;
}

.sold-flame {
    color: #e95144;
    font-size: 20px;
}

.talisment-product-info {
    display: grid;
    gap: 8px;
    margin: 0 0 18px;
    color: #3f2021;
    font-size: 14px;
}

.talisment-product-info div {
    display: flex;
    gap: 14px;
}

.talisment-product-info span {
    min-width: 82px;
}

.talisment-product-info strong {
    font-weight: 400;
}

.single-product div.product .product_meta {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 12px 0;
    margin: 0 0 18px;
    font-size: 12px;
}

.variations {
    width: 100%;
    border: 0;
    margin-bottom: 18px;
}

.variations th,
.variations td {
    display: block;
    padding: 0 0 10px;
    text-align: left;
}

.variations label {
    display: block;
    color: #232323;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
}

.variations select {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.talisment-option-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.talisment-option-button {
    min-width: 40px;
    height: 41px;
    border: 1px solid #d7c9bd;
    background: transparent;
    color: #3f2021;
    padding: 0 15px;
    font-size: 14px;
    text-transform: none;
}

.talisment-option-button.is-selected,
.talisment-option-button:hover {
    border-color: #3f2021;
    background: transparent;
    color: #3f2021;
}

.quantity {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e6e6e6;
    background: #faf4ea;
    margin-right: 10px;
}

.quantity .qty {
    width: 54px;
    border: 0;
    text-align: center;
    background: transparent;
    padding: 12px 4px;
}

.qty-button {
    width: 38px;
    height: 42px;
    border: 0;
    background: transparent;
    color: #3f2020;
    padding: 0;
    font-size: 18px;
}

.single_add_to_cart_button {
    min-width: 220px;
}

.woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    width: 74px;
}

.woocommerce-tabs {
    grid-column: 1 / -1;
    margin-top: 52px;
}

.woocommerce-tabs ul.tabs {
    display: flex;
    justify-content: center;
    gap: 35px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
    margin: 0 0 28px;
    list-style: none;
}

.woocommerce-tabs ul.tabs li {
    border: 0;
    background: transparent;
    padding: 0 0 12px;
}

.woocommerce-tabs ul.tabs li.active {
    border-bottom: 2px solid #3f2021;
}

.commerce-shell--product {
    margin: 28px auto 80px;
}

.commerce-shell--product .talisment-breadcrumb {
    width: min(1800px, calc(100% - 30px));
    margin-left: auto;
    margin-right: auto;
}

.productView-container {
    width: min(1170px, calc(100% - 36px));
    margin: 0 auto;
}

.productView-top {
    display: grid;
    grid-template-columns: minmax(0, 670px) minmax(360px, 440px);
    gap: 60px;
    align-items: start;
}

.productView-images-wrapper,
.productView-image-wrapper {
    position: relative;
}

.productView-nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.productView-image {
    background: #f5eadf;
}

.productView-img-container {
    position: relative;
    overflow: hidden;
}

.productView-img-container .media {
    position: absolute;
    inset: 0;
    display: block;
}

.productView-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.productView-badge {
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 10px;
}

.badge.sale-badge {
    display: inline-block;
    background: #ea4226;
    color: #faf4ea;
    font-family: var(--body-font);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 8px;
}

.productView-thumbnail-wrapper {
    margin-top: 15px;
}

.productView-for {
    display: flex;
    gap: 10px;
}

.productView-thumbnail {
    width: 82px;
    border: 1px solid #e6e6e6;
    background: #f5eadf;
}

.productView-thumbnail img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.productView-iconZoom {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #faf4ea;
    display: grid;
    place-items: center;
}

.productView-iconZoom svg {
    width: 17px;
    height: 17px;
}

.productView-product {
    color: #3c3c3c;
}

.productView-moreItem {
    margin-top: var(--spacing-top, 0);
    margin-bottom: var(--spacing-bottom, 0);
}

.productView-title {
    margin: 0;
    color: var(--color-title, #232323);
    font-family: var(--display-font);
    font-size: var(--fontsize-text, 20px);
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: .02em;
}

.productView-soldProduct {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-text-sold-in, #e95144);
    font-size: 14px;
}

.productView-soldProduct svg {
    width: 16px;
    height: 20px;
    fill: currentColor;
}

.productView-desc {
    color: var(--color-text, #3c3c3c);
    font-size: var(--fontsize-text, 12px);
    line-height: 20px;
    max-width: 520px;
    max-height: 42px;
    overflow: hidden;
}

.productView-info {
    border-top: 1px solid var(--color-border, #e6e6e6);
    border-bottom: 1px solid var(--color-border, #e6e6e6);
    padding: 12px 0;
}

.productView-info-item {
    display: flex;
    gap: 14px;
    color: #3f2021;
    font-size: 14px;
    line-height: 24px;
}

.productView-info-name {
    min-width: 82px;
}

.productView-price .price {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
}

.productView-options .variations {
    margin: 0;
}

.productView-options .variations th,
.productView-options .variations td {
    display: block;
    padding: 0 0 10px;
}

.productView-options .variations label,
.productView-options .form__label,
.productView-options .quantity__label {
    display: block;
    color: #232323;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 8px;
}

.productView-options .single_variation_wrap {
    margin-top: 6px;
}

.productView-options .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.productView-options .single_add_to_cart_button {
    min-width: 260px;
    height: 50px;
    padding: 0 24px;
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.productView-ViewingProduct {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #3f2021;
    font-size: 12px;
}

.productView-ViewingProduct svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.product-customInformation {
    border-top: 1px solid #e6e6e6;
    padding-top: 12px;
}

.product-customInformation h2 {
    margin: 0;
    font-family: var(--body-font);
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
}

.product-customInformation p {
    margin: 2px 0 0;
    color: #4d4d4d;
    font-size: 12px;
    line-height: 20px;
}

.productView-bottom {
    margin-top: 58px;
}

.productView-bottom .woocommerce-tabs {
    margin-top: 0;
}

.talisment-product-story {
    color: #333;
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 1.5;
}

.talisment-product-story .bead-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    padding: 20px 20px 80px;
}

.talisment-product-story .bead-item {
    width: calc((100% - 100px) / 4);
    min-width: 150px;
    text-align: left;
}

.talisment-product-story .bead-image {
    width: 50%;
    height: auto;
    border-radius: 50%;
}

.talisment-product-story .bead-name {
    font-weight: 700;
    color: #333;
}

.talisment-product-story .bead-description {
    color: #666;
    font-size: 14px;
}

.talisment-product-story .product-intro-container {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    justify-content: center;
    align-items: flex-start;
    border-top: 1px solid #ccc;
    padding: 80px 20px 20px;
}

.talisment-product-story .product-image-container {
    width: 40%;
    min-width: 200px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.talisment-product-story .product-image {
    max-width: 100%;
    height: auto;
}

.talisment-product-story .product-description-container {
    width: 50%;
    min-width: 200px;
}

.talisment-product-story .product-description-title {
    font-size: 20px;
    font-weight: 700;
    margin: -20px 0 10px;
}

.talisment-product-story .product-description {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

.talisment-product-story .benefit-container {
    padding: 20px;
}

.talisment-product-story .benefit-title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
}

.talisment-product-story .benefit-content {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

.newsletter-popup[hidden] {
    display: none;
}

.newsletter-open {
    overflow: hidden;
}

.newsletter-popup {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
}

.newsletter-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.56);
}

.newsletter-popup__panel {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 50% 50%;
    width: min(940px, calc(100vw - 32px));
    min-height: 470px;
    background: #fff;
    color: #3f2021;
    box-shadow: 0 18px 50px rgba(0,0,0,.35);
}

.newsletter-popup__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsletter-popup__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 86px 36px;
    text-align: center;
}

.newsletter-popup__close {
    position: absolute;
    top: 0;
    right: -31px;
    width: 31px;
    height: 31px;
    border: 0;
    background: #000;
    color: #fff;
    padding: 0;
    font-size: 30px;
    line-height: 20px;
}

.newsletter-popup h2 {
    margin: 0 0 13px;
    color: #3f2021;
    font-family: var(--display-font);
    font-size: 24px;
    line-height: 1.25;
    text-transform: uppercase;
}

.newsletter-popup p {
    margin: 0 0 24px;
    color: #3f2021;
    font-family: var(--display-font);
    font-size: 14px;
}

.newsletter-popup__form {
    width: 100%;
}

.newsletter-popup__form input,
.newsletter-popup__form button {
    width: 100%;
    height: 50px;
    margin-bottom: 12px;
}

.newsletter-popup__form input {
    text-align: center;
    background: #fff;
    border-color: #c9b7aa;
}

.newsletter-popup__form button {
    background: #fff;
    border-color: #3f2021;
    color: #3f2021;
    box-shadow: 0 3px 7px rgba(0,0,0,.2);
}

.newsletter-popup__social {
    display: flex;
    justify-content: center;
    gap: 23px;
    margin: 34px 0 22px;
    text-transform: uppercase;
    font-size: 20px;
    color: #3f2021;
}

.newsletter-popup__dismiss {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    font-size: 13px;
    color: #808080;
}

@media (max-width: 900px) {
    .announcement-bar__message .message {
        min-height: 34px;
        font-size: 12px;
    }

    .announcement-close {
        right: 12px;
    }

    .header-container {
        padding: 0 15px;
    }

    .header-grid {
        grid-template-columns: 42px 1fr auto;
        min-height: 55px;
    }

    .header-logo {
        grid-column: 2;
        justify-self: center;
    }

    .header__heading-text {
        color: #232323;
        font-size: 20px;
        line-height: 1;
    }

    .header-nav-hamburger {
        background: #fff;
        color: #232323;
    }

    .main-menu {
        display: none;
    }

    .header-icons {
        grid-column: 3;
        gap: 14px;
    }

    .header__icon {
        color: #232323;
        width: 22px;
        height: 22px;
    }

    .header__icon--wishlist {
        display: none;
    }

    .productView-top {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .productView-nav {
        grid-template-columns: 1fr;
    }

    .productView-options .woocommerce-variation-add-to-cart {
        display: block;
    }

    .productView-options .quantity {
        margin-bottom: 12px;
    }

    .productView-options .single_add_to_cart_button {
        width: 100%;
    }

    .talisment-product-story .bead-item {
        width: calc((100% - 20px) / 2);
    }

    .talisment-product-story .product-image-container,
    .talisment-product-story .product-description-container {
        width: 100%;
    }

    .site-header {
        grid-template-columns: 42px 1fr auto;
        gap: 10px;
        min-height: 55px;
        background: #fff;
        color: #232323;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .primary-nav {
        position: fixed;
        inset: 87px auto 0 0;
        width: min(320px, 84vw);
        transform: translateX(-100%);
        transition: transform .2s ease;
        background: #fff;
        color: #232323;
        padding: 28px;
        box-shadow: 12px 0 28px rgba(0,0,0,.15);
    }

    .nav-open .primary-nav {
        transform: translateX(0);
    }

    .primary-nav ul {
        display: block;
    }

    .primary-nav li {
        margin-bottom: 16px;
    }

    .brand {
        justify-self: center;
        font-size: 17px;
        color: #232323;
    }

    .wishlist-entry {
        display: none !important;
    }

    .hero {
        height: 560px;
        min-height: 560px;
    }

    .hero-copy {
        width: calc(100% - 40px);
        margin: auto 20px 36px;
        align-self: end;
        text-align: right;
    }

    .hero-copy h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .hero-copy p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 28px;
    }

    .spotlight,
    .service-band,
    .footer-grid,
    .woocommerce ul.products,
    .single-product div.product {
        grid-template-columns: 1fr;
    }

    .newsletter-popup__panel {
        grid-template-columns: 1fr;
        width: min(430px, calc(100vw - 24px));
    }

    .newsletter-popup__image {
        display: none;
    }

    .newsletter-popup__content {
        min-height: 410px;
        padding: 44px 28px 28px;
    }
}
