/** Shopify CDN: Minification failed

Line 2891:10 Expected identifier but found "{"
Line 2891:11 Unexpected "{"
Line 2891:20 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
:root {
    --primary-color: #B58E49;
    --secondary-color: #2C2417;
    --FAF7F2: #FAF7F2;
    --light-greay: #8C867E;
    --black: #000000;
    --light-black: #262626;
    --font-display: "Playfair Display", serif;
    --font-body:  "Inter", Arial, sans-serif;
}
body {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    background:#faf7f2 !important;
}
h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
    margin: 0;
}
h1,
.display-lg {
    font-family: var(--font-display) !important;
    font-size: 60px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    letter-spacing: -0.02em !important;
}
h2  {
    color: #2c2417 !important;
    font: 400 60px/1 var(--font-display) !important;
    margin: 0;
    letter-spacing: -.01em !important;
}

h3 {
    font:400 48px/1 var(--font-display);
}
h4 {
  font:400 34px/1.1 var(--font-display);
}
h5,
.heading-md {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
}
h6,
.heading-sm {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.07;
}
p {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.02em;
    color:#8c867e;
}
.large-text {
    font-size: 20px;
    line-height: 1.4;
}
.small-text {
    font-size: 14px;
    line-height: 1.2;
}
.caption {
    font-size: 13px;
    line-height: 1.2;
}
.nav-link {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
}
button,
.btn {
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
a{
 text-decoration:none;
}
.container {
    width: 100%;
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
}
.primary-btn{
    padding:16px 32px;
    font-size:12px;
    font-family:var(--font-body);
    letter-spacing:3.2px;
    line-height:1.3;
    background:var(--primary-color);
    color:var(--FAF7F2);
    font-weight:400;
    text-transform:uppercase;
}
.primary-btn:hover{
    background:#a07c3a;
}
.secondary-btn {
    font-size: 12px;
    font-family: var(--font-body);
    letter-spacing: 3.2px;
    line-height: 1.3;
    color: var(--FAF7F2);
    text-transform: uppercase;
    text-decoration: underline!important;
    text-underline-offset: 5px;
}
.secondary-btn:hover{
    color:#b58e49;
}
/* ===================Header================== */
.tmys-page-width {
    max-width: 1280px;
    margin: 0 auto;
    padding-inline: 15px;
}
.tmys-drawer__nav li:hover {
    border-bottom: 1px solid #B58E49;
}

.tmys-drawer__nav li:hover a {
    color: #B58E49;
}
.tmys-site-header.is-solid {
    background: #faf7f2f0;
    backdrop-filter: blur(50px);
}
  .tmys-site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    transition: transform 0.35s ease;
    pointer-events: none;
  }

  .tmys-site-header__announcement,
  .tmys-site-header__bar,
  .tmys-site-header__inner,
  .tmys-site-header__brand,
  .tmys-site-header__brand-link,
  .tmys-site-header__actions,
  .tmys-site-header__library,
  .tmys-site-header__menu {
    pointer-events: auto;
  }

  .tmys-site-header__announcement {
    background: #2b1e11;
    color: #f5efe8;
    text-align: center;
    position: relative;
    z-index: 99999;
  }

.tmys-site-header__announcement p {
    margin: 0;
    padding: 10px 0;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #faf7f2e6;
}

  .tmys-site-header__bar {
    position: relative;
    z-index: 100000;
    background: transparent;
    transition: background-color 0.35s ease, box-shadow 0.35s ease;
  }


  .tmys-site-header__inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: relative;
    z-index: 100001;
  }

  .tmys-site-header__brand-link {
    text-decoration: none;
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
    color: #4c3624;
  }

 .tmys-site-header__title {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.025em;
}

  .tmys-site-header__subtitle {
    margin-top: 2px;
    font-size: 10px;
    text-transform: uppercase;
    color: #8c867e;
    letter-spacing: .3em;
    text-align: center;
}

  .tmys-site-header__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
    z-index: 100002;
  }

  .tmys-site-header__library,
  .tmys-site-header__menu {
    border: 0;
    background: transparent;
    color: #3d2c1f;
    padding: 0;
    cursor: pointer;
    position: relative;
    z-index: 100003;
  }

 .tmys-site-header__library {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    font-size: 12px;
    letter-spacing: .24em;
    text-transform: uppercase;
    justify-content: center;
}

  .tmys-site-header__menu {
    width: 24px;
    height: 24px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }

  .tmys-site-header__menu span {
    display: block;
    width: 16px;
    height: 1.5px;
    margin-left: auto;
    background: currentColor;
  }

  .tmys-site-header.header-hidden {
    transform: translateY(-100%);
  }

 .tmys-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 12, 10, 0.18);
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease, visibility .35s ease;
    z-index: 200000;
  }

  .tmys-drawer-overlay.is-visible {
    opacity: 1;
    visibility: visible;
  }

  .tmys-drawer {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    transition: transform .38s ease;
    z-index: 200001;
    overflow: hidden;
    display: flex;
    pointer-events: none;
  }

  .tmys-drawer.is-open {
    transform: translateX(0);
    pointer-events: auto;
  }

  .tmys-drawer__media {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    background: transparent;
    overflow: hidden;
  }

  .tmys-drawer__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(20, 15, 10, 0.28);
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity .35s ease;
  }

  .tmys-drawer__media.has-active-image::after {
    opacity: 1;
  }

  .tmys-drawer__media-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .45s ease, visibility .45s ease;
  }

  .tmys-drawer__media-item.is-active {
    opacity: 1;
    visibility: visible;
  }

  .tmys-drawer__media-image,
  .tmys-drawer__media-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .tmys-drawer__media-placeholder,
  .tmys-drawer__media-placeholder svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  .tmys-drawer__panel {
    position: relative;
    width: 480px;
    max-width: 92vw;
    min-width: 480px;
    height: 100%;
    background: #f5f1ea;
    flex: 0 0 480px;
    z-index: 2;
  }

  .tmys-drawer__inner {
    position: relative;
    z-index: 2;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .tmys-drawer__top {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 34px;
  }

  .tmys-drawer__brand {
    display: flex;
    flex-direction: column;
    line-height: 1;
  }

  .tmys-drawer__brand-title {
    font-family: var(--font-display);
    font-size: 18px;
    color: #2c2417;
  }

  .tmys-drawer__brand-subtitle {
    margin-top: 4px;
    font-size: 10px;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: #8c867e;
    text-align: center;
  }

  .tmys-drawer__close {
    position: relative;
    z-index: 5;
    border: 0;
    background: transparent;
    color: #342519;
    padding: 0;
    cursor: pointer;
    pointer-events: auto;
  }

  .tmys-drawer__nav {
    margin-top: auto;
    margin-bottom: auto;
  }

  .tmys-drawer__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .tmys-drawer__nav li {
    border-bottom: 1px solid rgba(74, 53, 35, 0.12);
  }

  .tmys-drawer__nav-link {
    display: block;
    text-decoration: none;
    color: #2f2217;
    font-family: var(--font-display);
    font-size: 48px;
    line-height: 1.1;
    padding: 16px 0;
    transition: color .25s ease, opacity .25s ease;
  }

  .tmys-drawer__nav-link:hover,
  .tmys-drawer__nav-link:focus,
  .tmys-drawer__nav-link.is-active {
    color: #b08a47;
  }

  .tmys-drawer__footer {
    margin-top: 18px;
  }

  .tmys-drawer__footer p {
    margin: 0 0 12px;
    font-size: 12px;
    text-transform: uppercase;
    color: #4a3523b3;
    letter-spacing: .3em;
    line-height: 1;
  }

  .tmys-drawer__button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: #2d2012;
    color: #f5efe8;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: .2em;
    text-transform: uppercase;
  }

  body.tmys-drawer-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }

  .shopify-section .banner,
  .shopify-section .image-banner,
  .shopify-section .slideshow,
  .shopify-section .hero,
  .shopify-section .hero-banner {
    position: relative;
    z-index: 1;
  }




/* ==================Hero Banner=============== */
.hero-banner {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    padding: 100px 0;
}

.hero-banner__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
    display: block !important;
    background: linear-gradient(
358deg, #2c2417e6, #2c241766, #2c24171a);
}

.hero-banner__content {
    color: #fff;
    position: relative;
    z-index: 9;
}
.hero-banner .sub-top-head{
margin-bottom: 24px;
}
.sub-top-head {
    font-size: 12px;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    color: var(--primary-color);
    
    font-weight: 400;
    line-height: 2;
    font-family:var(--font-body);
}

.hero-banner__heading {
    margin-bottom: 16px;
    color: var(--FAF7F2);
    max-width: 768px;
}
p.hero-banner__decription {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 32px;
    color: #faf7f2cc;
    max-width: 575px;
}

.hero-banner__heading--accent {
  font-style: italic;
  color: var(--primary-color);
  font-weight: 400;
}

.hero-banner__badge {
    font-size: 12px;
    letter-spacing: 0.30em;
    text-transform: uppercase;
    color: #faf7f28c;
    margin-bottom: 24px;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.hero-banner__badge-flag {
    font-size: 12px;
    line-height: 1.5rem;
    vertical-align: bottom;
}

.hero-banner__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
/* ===================================================== */
.features-stats {
    background-color: #2c2417;
    padding: 60px 0;
    text-align: center;
}
.features-stats__bar {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    max-width: 1024px;
    margin: 0 auto 60px;
}
.features-stats__stat {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    position: relative;
}

.features-stats__stat-value {
    font-family: var(--font-display);
    font-size: 18px;
    color: #b58e49;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 28px;
}
.features-stats__stat-label {
    font-size: 10px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #8c867e;
    font-weight: 500;
    font-family: var(--font-body);
}
.features-stats__body {
    max-width: 670px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.features-stats__highlight {
    font-family: var(--font-display);
    font-size: 30px;
    font-weight: 400;
    color: #b58e49;
    margin: 0;
    line-height: 1.2;
}
.features-stats__body-text {
    font-size: 14px;
    line-height: 1.7;
    color: #faf7f2cc;
    margin: 0;
}
.features-stats__tagline {
    font-size: 14px;
    font-style: italic;
    color: #faf7f2;
    margin: 0;
    font-family: var(--font-display);
}

/* ========================Story memory======================== */
.story-split {
    padding: 120px 0;
    position:relative;
}
.story-split__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
    margin: 0 auto;
}

.story-split__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.story-split__left .story-split__richtext {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 12px;
    margin-bottom:20px;
}

.story-split__richtext p strong {
  color: #1a1a1a;
  font-weight:400;
}

.story-split__right {
  position: relative;
}

.story-split__image {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

.story-split__image--placeholder {
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Badge — overlaps bottom-left of image */
.story-split__badge {
    position: absolute;
    bottom: -32px;
    left: -32px;
    width: 148px;
    height: 143px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    padding: 32px;
    text-align: center;
    background: #b58e49 !important;
}

.story-split__badge-value {
  font:400 36px/1 var(--font-display);
  color: #ffffff;
}

.story-split__badge-label {
    font-size: 9px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--FAF7F2);
    line-height: 2;
    font-weight: 400;
    text-align: left;
    font-family: var(--font-body);
}
.story-split .story-split__cta {
    color: #2c2417;
}

.section-shape {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -12px;
}

/* ===========How it work=============== */
 .how-it-works-section {
    padding: 144px 0;
    text-align: center;
}
.how-it-works__header {
    margin: 0 auto 64px;
}

  .how-it-works__eyebrow {
    margin: 0 0 18px;
    color: var(--primary-color);
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 4.4px;
    text-transform: uppercase;
  }

.how-it-works__heading {
    margin: 16px auto 0;
    color: var(--secondary-color) !important;
}

.how-it-works__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px;
    align-items: start;
}

.how-it-works__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 1;
}

.how-it-works__number {
    margin: 0 0 12px;
    color: var(--primary-color);
    font-size: 14px;
    line-height: 1;
    letter-spacing: 3px;
}

.how-it-works__title {
    margin: 0 0 16px;
    color: var(--secondary-color);
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
}

.how-it-works__description {
    color: var(--light-greay);
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.01em;
}

.how-it-works__cta {
    margin-top: 48px;
    text-align: center;
}
.how-it-works__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: var(--secondary-color);
}

  .how-it-works__btn:hover {
    background: #1f180f;
    color: var(--FAF7F2);
  }

  .how-it-works__btn-arrow {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    transform: translateY(-1px);
  }

  /* ===========Collection card============= */
.collection-story-section {
    padding: 60px 0px;
  }

  .collection-story__header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 40px;
  }

  .collection-story__eyebrow {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 8px;
    opacity: 0.7;
  }

  .collection-story__heading {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .collection-story__intro {
    font-size: 16px;
    opacity: 0.8;
  }
  .collection-story__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
  }


  .story-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
  }

  .story-card__media-wrap {
    position: relative;
    border-radius: 8px;
  }
  .story-card__media-wrap .card-hover-cont{
     POSITION: ABSOLUTE;
    top: 50%;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display:none;
  }

  .story-card__media-wrap p.story-card__text1 {
   
    font-size: 12px;
    color: #faf7f2cc;
    line-height: 1.6;
    font-family:var(--font-display);
    
}
.story-card .story-card__media-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: radial-gradient(ellipse at center, rgb(69 69 69 / 60%) 0%, #00000069 70%);
    opacity: 0;
    transition: opacity .5s ease;
}
.story-card:hover .story-card__media-wrap::after{
  opacity:1;
}

.story-card:hover .story-card__media-wrap .card-hover-cont{
  Display:block;
  z-index:9;
}
.card-hover-cont span.Story-card {
    color: #b58e49;
    font-size: 9px;
    line-height: 1;
    letter-spacing: .3em;
    text-transform: uppercase;
}

  .story-card__image {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 3 / 4;
    object-fit: cover;
  }

  .story-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #000;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 4px 10px;
    border-radius: 4px;
    z-index: 2;
  }

  .story-card__content {
    padding: 16px 4px;
  }


  .story-card__price-row {
    font-size: 14px;
  }

  .story-card__price-prefix {
    margin-right: 4px;
  }

  .story-card__price {
    font-weight: 600;
  }

  .story-card--warning {
    padding: 20px;
    border: 2px dashed #d33;
    border-radius: 8px;
    background: #fff4f4;
    color: #a00;
    font-size: 14px;
    line-height: 1.5;
  }
    

  .story-card {
    position: relative;
  }

  .story-card__link {
    display: block;
    color: inherit;
  }

 

  .story-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 6px 12px;
    background: var(--primary-color);
    color: var(--FAF7F2);
    font-size: 10px;
    line-height: 1;
    letter-spacing: 2.4px;
    text-transform: uppercase;
  }

  .story-card__media {
    position: relative;
    aspect-ratio: 4/5;
    overflow: hidden;
    background: #e9e1d6;
  }

  .story-card__image,
  .story-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
     transition: 0.3s ease all;
  }

  .story-card:hover img.story-card__image {
    transform: scale(1.05);
    transition: 0.3s ease all;
}
  .story-card__placeholder {
    width: 100%;
    height: 100%;
  }

  .story-card__placeholder svg {
    width: 100%;
    height: 100%;
  }

  .story-card__content {
    text-align: left;
  }

  .story-card__title {
    margin: 0 0 6px;
    color: var(--secondary-color);
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
  }

  .story-card__text {
    margin: 0 0 10px;
    color: var(--light-greay);
    font-size: 12px;
    line-height: 1.45;
    max-width: 100%;
    margin-bottom:12px;
  }

  .story-card__price-row {
    display: flex;
    align-items: baseline;
    gap: 4px;
    color: var(--primary-color);
    font-size: 14px;
    line-height: 1.3;
  }

  .story-card__price-prefix,
  .story-card__price {
    color: var(--primary-color);
    font-size: 14px;
  }

  .story-card__price {
    font-weight: 400;
  }

  @media screen and (max-width: 1199px) {
    .collection-story__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .collection-story__heading {
      font-size: 54px !important;
    }
  }

  @media screen and (max-width: 989px) {
    .collection-story-section {
      padding: 78px 0;
    }

    .collection-story__header {
      margin-bottom: 44px;
    }

    .collection-story__heading {
      font-size: 42px !important;
    }

    .collection-story__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px;
    }
  }

  @media screen and (max-width: 575px) {
    .collection-story-section {
      padding: 62px 0;
    }

    .collection-story__eyebrow {
      font-size: 10px;
      letter-spacing: 3px;
    }

    .collection-story__heading {
      font-size: 32px !important;
    }

    .collection-story__intro {
      font-size: 15px;
    }

    .collection-story__grid {
      grid-template-columns: 1fr;
    }
  }

  /* ============Crafted section================= */
    .crafted-detail-section {
    padding: 144px 0;
  }

  .crafted-detail__container {
    max-width: 1280px;
  }
.crafted-detail__grid {
    display: grid;
    grid-template-columns: minmax(0,536px) minmax(0,1fr);
    gap: 80px;
    align-items: center;
    justify-content: center;
}

  .crafted-detail__media-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .crafted-media-card--full {
    grid-column: 1 / -1;
  }

  .crafted-media-card__image-wrap {
    position: relative;
    overflow: hidden;
    background: #e7e0d5;
  }

  .crafted-media-card--full .crafted-media-card__image-wrap {
    aspect-ratio: 16 / 7.2;
  }

  .crafted-media-card--square .crafted-media-card__image-wrap {
    aspect-ratio: 1 / 1;
  }

  .crafted-media-card__image,
  .crafted-media-card__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .crafted-media-card__placeholder {
    width: 100%;
    height: 100%;
  }

  .crafted-media-card__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(44, 36, 23, 0.58);
    padding: 10px 12px 9px;
    text-align: center;
  }

  .crafted-media-card__caption p {
    margin: 0;
    color: var(--FAF7F2);
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: var(--font-body);
  }

  .crafted-detail__content-column {
    padding-top: 6px;
  }
.crafted-detail__heading {
    margin: 12px 0 40px;
    max-width: 536px;
}

  .crafted-detail__features {
    border-top: 0;
  }

.crafted-feature {
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 18px;
    padding: 22px 0 24px;
    border-bottom: 1px solid #8c867e26;
}

.crafted-feature__number {
    color: #8c867e4d;
    font-family: var(--font-display);
    font-size: 14px;
    line-height: 1.2;
}

  .crafted-feature__title {
    margin: 0 0 8px;
    color: var(--secondary-color);
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
  }

.crafted-feature__text {
    margin: 0;
    max-width: 520px;
    color: var(--light-greay);
    font-size: 14px;
    line-height: 1.85;
    letter-spacing: .01em;
}

/* ================================= */
.regret-hero{
    position:relative;
    overflow:hidden;
    padding:144px 0;
    display:flex;
    align-items:center;
    justify-content:center;
}

.regret-hero__bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.regret-hero__overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.22);
}

.regret-hero .container{
    position:relative;
    z-index:2;
}

.regret-hero__content{
    max-width:540px;
    margin:0 auto;
    text-align:center;
}

.regret-hero h1{
    color:#fff !important;
    margin-bottom:22px;
}

.regret-hero p {
    color: #faf7f299;
    max-width: 460px;
    margin: 0 auto 48px;
    line-height: 1.6;
}

.regret-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px 40px;
    line-height: 1;
}

.regret-hero__btn span{
    font-size:18px;
    transition:.3s;
}

.regret-hero__btn:hover span{
    transform:translateX(4px);
}



/* =================Testimonial=================== */
.customer-testimonials {
    background: #f0eae0;
    padding: 144px 0;
}
.testi-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 32px;
    margin-top: 40px;
}
.testimonial-card {
    background: #faf7f2;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.testimonial-stars {
    color: var(--primary-color);
    font-size: 14px;
    letter-spacing: 4px;
    margin-bottom: 24px;
}

.testimonial-text{
    flex:1;
}

.testimonial-text p {
    font-family: var(--font-display);
    font-size: 20px;
    line-height: 1.6;
    color: var(--secondary-color);
    font-style: italic;
    margin: 0;
}

.testimonial-author {
    border-top: 1px solid #8c867e26;
    padding-top: 24px;
    margin-top: 30px;
}

.testimonial-author h6 {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    color: #2c2417;
    margin-bottom: 6px;
}

.testimonial-author p {
    font-size: 12px;
    line-height: 1.6;
    color: var(--light-greay);
    margin: 0;
}

/* ====================Occasion Block== */
.occasions-section {
    padding: 96px 0;
    text-align: center;
    background: #faf7f2;
}

.occasions-section__inner {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
a.occasions-button {
    padding: 12px 24px;
    font-size: 12px;
    font-family: var(--font-body);
    border: 1px solid #8c867e4d;
    color: #2c2417;
        text-transform: uppercase;
}
a.occasions-button:hover{
  border-color:#b58e49 !important;
  color:#b58e49;
}
h3.occasions-section__heading {
    color: #2c2417 !important;
}

 .occasions-section__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    max-width: 970px;
    margin: 32px auto 0;
}


  /* ====================================== */
  /* ==============Footer========================= */
.tmys-footer {
    background: #2c2417;
    color: #faf7f2c7;
    padding: 120px 0 48px;
    position: relative;
}
.footer-divider {
    position: absolute;
    top: -29px;
    width: 100%;
    left: 0;
}
  .tmys-footer__wrap {
    max-width: 1060px;
  }

  .tmys-footer__newsletter {
    max-width: 470px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 128px;
  }

  .tmys-footer__eyebrow {
    margin: 0 0 18px;
    color: var(--primary-color);
    font-size: 11px;
    letter-spacing: 4.2px;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .tmys-footer__newsletter-heading {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--FAF7F2);
  }

  .tmys-footer__newsletter-heading-main {
    color: var(--FAF7F2);
  }

  .tmys-footer__newsletter-heading-accent {
    color: var(--primary-color);
    font-style: italic;
  }
.tmys-footer__newsletter-text {
    max-width: 448px;
    margin: 16px auto 40px;
    color: #faf7f2b8;
}

  .tmys-footer__form-wrap {
    margin-top: 0;
  }

  .tmys-footer__form {
    margin: 0;
  }

  .tmys-footer__field-group {
    display: flex;
    border: 1px solid rgba(250, 247, 242, 0.16);
    min-height: 46px;
    overflow: hidden;
  }

  .tmys-footer__input {
    width: 100%;
    border: 0;
    background: transparent;
    color: var(--FAF7F2);
    padding: 0 18px;
    font-size: 14px;
    font-family: var(--font-body);
    outline: none;
  }

  .tmys-footer__input::placeholder {
    color: rgba(250, 247, 242, 0.38);
  }

.tmys-footer__submit {
    border: 0;
    background: var(--primary-color);
    color: var(--FAF7F2);
    font-size: 12px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    transition: background .3s ease;
    width: fit-content;
    white-space: nowrap;
    padding: 0 10px;
}

  .tmys-footer__submit:hover {
    background: #a07c3a;
  }

  .tmys-footer__submit-arrow {
    font-size: 13px;
    line-height: 1;
  }

  .tmys-footer__form-message {
    margin: 14px 0 0;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(250, 247, 242, 0.82);
  }

  .tmys-footer__form-message--error * {
    color: #f3d1d1;
    font-size: 13px;
    margin: 0;
  }

  .tmys-footer__divider {
    width: 100%;
    height: 1px;
    background: rgba(250, 247, 242, 0.08);
    margin-bottom: 38px;
  }

  .tmys-footer__top {
    display: grid;
    grid-template-columns: 1.25fr .95fr .95fr;
    gap: 56px;
    padding-bottom: 38px;
    padding-top: 48px;
    border-top: 1px solid #8c867e33;
}

  .tmys-footer__brand h5 {
    margin: 0 0 16px;
    font: 400 18px/1.3 var(--font-display);
    color: var(--FAF7F2);
  }
.tmys-footer__brand p {
    margin: 0;
    max-width: 380px;
    color: #8c867eb3;
    font-size: 14px;
    line-height: 1.6;
}

.tmys-footer__links h4 {
    margin: 0 0 16px;
    color: #8c867e;
    letter-spacing: 4px;
    text-transform: uppercase;
    font: 400 12px/1.2 var(--font-body);
   
}

  .tmys-footer__links ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .tmys-footer__links li {
    margin-bottom: 12px;
  }

  .tmys-footer__links li:last-child {
    margin-bottom: 0;
  }

.tmys-footer__links a {
    color: #faf7f299;
    font-size: 14px;
    line-height: 1.2;
    transition: color .3s ease;
}

  .tmys-footer__links a:hover {
    color: var(--primary-color);
  }
.tmys-footer__middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 32px 0;
    border-top: 1px solid #8c867e33;
}

.tmys-footer__copyright {
    color: #8c867e80;
    font-size: 12px;
    line-height: 1;
}

 .tmys-footer__quote {
    color: #8c867e66;
    font-family: var(--font-display);
    font-size: 12px;
    line-height: 1;
    font-style: italic;
    text-align: right;
}

  .tmys-footer__bottom {
    border-top: 1px solid rgba(250, 247, 242, 0.08);
    padding: 18px 0 0;
    text-align: center;
  }

.tmys-footer__bottom span {
    display: inline-block;
    color: #faf7f22e;
    font-size: 12px;
    letter-spacing: 0.25em;
    line-height: 1;
    text-transform: uppercase;
}

  /* ============gifting-hero============================= */
  .gifting-hero {
    padding: 160px 0 100px;
    text-align: center;
}
.gifting-hero__inner {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 620px;
}

  .gifting-hero__heading {
    margin: 0 0 8px;
  }

  .gifting-hero__heading-line1,
  .gifting-hero__heading-line2 {
    display: block;
    font-size: clamp(34px, 5.5vw, 56px);
  }

  .gifting-hero__heading-line1 {
    color: #1f1a14;
  }

  .gifting-hero__heading-line2 {
    color: var(--gh-accent, #B08A3E);
    font-style: italic;
  }

  .gifting-hero__subtext p {
    margin: 0;
  }

  /* ===========gifting-features=============== */
.gifting-features {
    position: relative;
    padding: 80px 0px;
    background: #f0eae0;
}
.gifting-features .section-shape {
    top: -30px;
    bottom: auto;
}
.gifting-features__inner {
    max-width: 1024px;
    margin: 0 auto;
}


.gifting-features__wave svg {
  display: block;
  width: 100%;
  height: 40px;
}
.gifting-features__grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 32px;
    list-style: none;
    margin: 0 0 56px;
    padding: 0;
}

.gifting-features__item {
  text-align: center;
}

.gifting-features__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    margin: 0 auto 16px;
    color: #b08a3e;
}

.gifting-features__icon svg,
.gifting-features__icon img {
  width: 100%;
  height: 100%;
}
.gifting-features__title {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 400;
    color: #1f1a14;
    line-height: 1.75;
}
.gifting-features__text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #8c867e;
}

.gifting-features__text p {
  margin: 0;
}

.gifting-features__cta {
  display: flex;
  justify-content: center;
}

.gifting-features__button svg {
  width: 16px;
  height: 16px;
}



/* ============milestones========================= */
 .milestones {
    padding: 144px 0;
    text-align: center;
}

  .milestones__eyebrow {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #b08a3e;
  }
.milestones .mil-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.milestones__subtext {
    max-width: 530px;
    margin: 0 auto 40px;
   
}
.milestones__subtext p {
    margin: 0;
    line-height: 1.6;
}
.milestones__grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    max-width: 896px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    text-align: left;
}
.milestones__card {
    border: 1px solid #8c867e33;
    padding: 28px;
    transition: border-color .25s ease,box-shadow .25s ease,transform .25s ease;
}

  .milestones__card:hover {
    border-color: #b08a3e;
    box-shadow: 0 8px 24px rgba(176, 138, 62, 0.08);
    transform: translateY(-2px);
  }

  .milestones__card.is-open {
    border-color: #b08a3e;
  }
.milestones__title {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 400;
    color: #2c2417;
}
.milestones__text {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.6;
    color: #8c867e;
}

  .milestones__text p {
    margin: 0;
  }

  .milestones__link-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
  }
.milestones__link {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #b58e49;
    text-decoration: none;
    line-height: 1.5;
}

  .milestones__link--placeholder {
    flex: 1;
  }

  .milestones__link:hover {
    text-decoration: underline;
  }

  .milestones__toggle {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: 2px;
    background: none;
    border: none;
    color: #b08a3e;
    cursor: pointer;
  }

  .milestones__toggle svg {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
  }

  .milestones__card.is-open .milestones__toggle svg {
    transform: rotate(180deg);
  }

  .milestones__panel {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #eee2ce;
    font-size: 13px;
    line-height: 1.6;
    color: #83786a;
  }

  .milestones__panel p {
    margin: 0;
  }

  .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }


  /* =======sample-questions============ */
.sample-questions {
    position: relative;
    background: #f0eae0;
    padding: 144px 0;
}

.sample-questions .section-shape {
    bottom: auto;
    top: 0;
}
.sample-questions .section-shape {
    bottom: auto;
    top: -30px;
}

.sample-questions__wave svg {
  display: block;
  width: 100%;
  height: 40px;
}

.sample-questions__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.sample-questions__eyebrow {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #8c867e;
}
.sample-questions__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sample-questions__item {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.sample-questions__number {
    flex-shrink: 0;
    min-width: 20px;
    font-size: 12px;
    letter-spacing: .05em;
    color: #b58e4980;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.sample-questions__quote {
    font-family:var(--font-body);
    font-style: italic;
    font-size: 14px;
    color: #2c2417;
}

/* ======================== */
.gift-recipients {
    padding: 144px 0;
    text-align: center;
}
.gift-recipients__heading {
  margin: 16px 0 56px;
  color: #1f1a14;
}

.gift-recipients__grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
    list-style: none;
    text-align: left;
    max-width: 890px;
    margin: 0 auto;
}

.gift-recipients__card {
    border: 1px solid #8c867e33;
    padding: 28px;
    transition: border-color .2s ease;
}

.gift-recipients__card:hover {
  border-color: #b08a3e;
}

.gift-recipients__title {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 400;
    color: #2c2417;
}
.gift-recipients__text {
    margin: 0 0 16px;
}

.gift-recipients__text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.gift-recipients__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #b08a3e;
    text-decoration: none;
}

.gift-recipients__link:hover {
  text-decoration: underline;
}



/* ==============gifting-section====================== */
.gifting-section{
    padding:144px 0;
    background:#f0eae0;
}
.gifting-section .gift-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.gifting-section h3{
    margin:0 0 40px;
    text-align:center;
}
.gifting-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px;
    max-width: 1024px;
}

.gift-card a{
    display:block;
    color:inherit;
}

.gift-image{
    overflow:hidden;
    aspect-ratio:.74;
    background:#eee;
}

.gift-image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.45s;
}

.gift-card:hover img{
    transform:scale(1.05);
}

.gift-content{
    padding:18px 0 0;
}

.gift-content h6{
    margin:0 0 4px;
    color:var(--secondary-color);
    font: 400 16px/30px var(--font-display);
}
.gift-content p {
    margin: 0 0 12px;
    font-size: 12px;
    line-height: 1.6;
}

.gift-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:var(--primary-color);
    font:400 12px/1.3 var(--font-body);
    letter-spacing:3px;
    text-transform:uppercase;
}

.gift-link svg{
    transition:.3s;
}

.gift-card:hover .gift-link svg{
    transform:translateX(4px);
}
.yoku-info-strip {
    width: 100%;
    background: #b58e491a;
    border-top: 1px solid #b58e4933;
    border-bottom: 1px solid #b58e4933;
    padding: 24px 0;
} 
.yoku-info-strip__inner {
    max-width: 672px;
    margin: 0 auto;
    text-align: center;
}

.yoku-info-strip__inner p {
    margin: 0;
    color: #2c2417;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 400;
}

/* ==========ready-gift============== */
.ready-gift {
    padding: 94px 0;
    text-align: center;
    background: var(--FAF7F2);
}

.ready-gift .container{
    max-width:680px;
}
.ready-gift h4 {
    margin: 0 0 20px;
    font-size: 36px;
}
.ready-gift p {
    max-width: 560px;
    margin: 0 auto 8px;
}
.ready-gift .primary-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    min-width:316px;
}

@media (max-width:767px){

.ready-gift{
    padding:80px 0;
}

.ready-gift h2{
    margin-bottom:15px;
}

.ready-gift p{
    margin:0 auto 28px;
}

.ready-gift .primary-btn{
    width:100%;
    min-width:100%;
}

}

/* =====================Contact=================== */
.contact-hero {
    padding: 160px 0 64px;
    text-align: center;
}
.contact-hero .contact-wrap {
    max-width: 670px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}


.contact-hero__subtext {
  font-size: 15px;
  line-height: 1.6;
  color: #83786a;
}

.contact-hero__subtext p {
  margin: 0;
}

/* ==================help-cards===================== */
.help-cards {
    position: relative;
    background: #f0eae0;
    padding: 64px 0;
}

  .help-cards__wave {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    line-height: 0;
    transform: translateY(-100%);
  }

  .help-cards__wave svg {
    display: block;
    width: 100%;
    height: 40px;
  }

  .help-cards__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .help-cards__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
  }
.help-cards__item {
    background: #faf7f2;
    padding: 32px;
    text-align: center;
}

  .help-cards__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin: 0 auto 16px;
    color: #a9822f;
  }

  .help-cards__icon svg,
  .help-cards__icon img {
    width: 100%;
    height: 100%;
  }
.help-cards__title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 400;
    color: #2c2417;
}

  .help-cards__text {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #83786a;
  }

.help-cards__text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

/* ==========contact-form-section================= */
.contact-form-section {
    padding: 144px 0;
}

.contact-form-section__inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
}

.contact-form-section__heading {
  font-size:36px;
  margin-bottom:8px;
}

.contact-form-section__subtext {
  margin: 0 0 48px;
  font-size: 14px;
}

.contact-form {
    text-align: left;
    max-width: 544px;
    margin: 0 auto;
}

.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-form__field {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.contact-form label {
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8c867e;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form select, .contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
    font-family: inherit;
    color: #2c2417;
    background: transparent;
    border: 1px solid #8c867e4d;
    border-radius: 2px;
    box-sizing: border-box;
    line-height: 20px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #868686ff;
}

.contact-form textarea {
  resize: vertical;
  min-height: 130px;
}

.contact-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231f1a14' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  padding-right: 40px;
}

.contact-form__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px;
    margin-top: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #211c15;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    letter-spacing: .35em;
}

.contact-form__submit:hover {
  background: #35291a;
}

.contact-form__submit svg {
  width: 16px;
  height: 16px;
}

.contact-form__success {
  padding: 12px 16px;
  margin-bottom: 24px;
  font-size: 14px;
  color: #2f5c3f;
  background: #e7f1ea;
  border: 1px solid #bcd9c6;
  border-radius: 2px;
}

.contact-form__error {
  padding: 12px 16px;
  margin-bottom: 24px;
  font-size: 14px;
  color: #7a2e2e;
  background: #f7e9e9;
  border: 1px solid #e3bcbc;
  border-radius: 2px;
}

.contact-form__error ul {
  margin: 0;
  padding-left: 18px;
}

@media (max-width: 599px) {
  .contact-form__row {
    grid-template-columns: 1fr;
  }
}

/* =================Collection page======================= */
.hero-collection {
    padding: 160px 0 64px;
}

.hero-collection__inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.hero-collection__heading {
    margin: 0 0 8px;
}
.hero-collection__subtext {
    max-width: 526px;
    margin: 0 auto;
}

.hero-collection__subtext p{
    margin:0;
}

/* ======================================= */
.product-list {
    padding: 144px 0;
    background: #f0eae0;
}

.custom-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:32px;
    margin:0;
    padding:0;
    list-style:none;
}
.custom-grid li {
    width: 100%;
    max-width: 100%;
}

.custom-card{
    display:block;
    color:inherit;
}

.custom-card__media {
    position: relative;
    overflow: hidden;
    /* aspect-ratio: 3/4; */
    background: #ece8e2;
    height: 100%;
    min-height: 307px;
}

.custom-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .45s;
    aspect-ratio: 3/4;
}

.custom-card:hover .custom-card__image{
    transform:scale(1.05);
}

.custom-card__badge{
    position:absolute;
    top:12px;
    left:12px;
    padding:8px 14px;
    background:var(--primary-color);
    color:#fff;
    font:600 10px/1 var(--font-body);
    letter-spacing:2px;
    text-transform:uppercase;
}

.custom-card__content {
    padding: 22px 0 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.custom-grid li a.custom-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.custom-card h6 {
    font-size: 18px;
    color: #2c2417;
    line-height: 1.3;
}

.custom-card p {
    margin: 4px 0 24px;
    line-height: 1.5;
    font-size: 12px;
}

.custom-card__footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
}

.custom-card__price {
    color: var(--primary-color);
    font: 500 14px/1 var(--font-body);
}
.custom-card__btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    background: #2c2417;
    color: #fff;
    font: 500 12px/1 var(--font-body);
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: .35s;
    flex-direction: row;
    flex-wrap: nowrap;
    min-width: 135px;
}
.custom-card__btn svg {
    width: 11px;
}

.custom-card:hover .custom-card__btn{
    background:var(--primary-color);
}

/* ===================================== */

.delivery-pricing {
    padding: 100px 0;
}
.delivery-heading {
    max-width: 650px;
    margin: 0 auto 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.delivery-heading h4 {
    margin: 0;
    font-size: 30px;
}

.delivery-grid{
    display:flex;
    justify-content:center;
    gap:18px;
}

.delivery-card {
    flex: 0 0 312px;
    padding: 28px;
    border: 1px solid #8c867e33;
    background: transparent;
    transition: .35s;
}

.delivery-card:hover{
    border-color:var(--primary-color);
}

.delivery-card h3{
    margin:0 0 8px;
    color:var(--secondary-color);
    font:400 18px/1.3 var(--font-display);
}

.delivery-price {
    margin: 0 0 18px;
    color: var(--primary-color);
    font: 400 30px/1 var(--font-display);
}

.delivery-card p {
    margin: 0;
    max-width: 240px;
    font-size: 14px;
    line-height: 1.65;
}
/* ============================================== */
.our-story-hero {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding-bottom: 110px;
}

.our-story-hero__image{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    z-index:1;
}

.our-story-hero__overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.18);
    z-index:2;
}

.our-story-hero .container{
    position:relative;
    z-index:3;
    margin:0 auto;
}

.our-story-hero__content{
    max-width:620px;
}

.our-story-hero__subtitle{
    color:#C79A4A;
    letter-spacing:5px;
    text-transform:uppercase;
    font-size:13px;
    margin-bottom:18px;
}

.our-story-hero__title{
    color:#fff;
    font-family:serif;
    font-size:82px;
    line-height:0.95;
    font-weight:400;
    margin:0;
}

.our-story-hero__highlight{
    color:#C79A4A;
    font-style:italic;
}

/* ================================ */

.mission-quote {
    padding: 144px 0;
    text-align: center;
}
.mission-quote .page-width {
    max-width: 1404px;
    margin: 0 auto;
}

.mission-text{
  font: 400 36px/1.15 var(--font-display);
  color:#2c2417;
  margin:0 auto;
  font-style:italic;
}
.mission-divider {
    width: 48px;
    height: 1px;
    background: #b68b43;
    margin: 40px auto 0;
    display: block !important;
}

/* ==================================== */
.story-editorial {
    padding: 144px 0;
    background: #f0eae0;
    overflow: hidden;
}
.story-editorial__header {
    margin: 0 auto 64px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}


.story-editorial__section-title{
    margin:0;
    text-align:center;
}

.story-editorial__grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 100px;
}

.story-editorial__cell {
    width: 100%;
    position: relative;
}

.story-editorial__cell img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
        padding-bottom: 80px;
}

.story-editorial__cell:nth-child(even)::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #8c867e33;
    top: 0;
    left: -50px;
}

.story-editorial__cell:has(.story-editorial__content) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.story-editorial__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
h4.story-editorial__title {
    font-size: 36px;
    line-height: 1.15;
}
/* ================================= */
.durability-features {
    padding: 144px 0;
}
.durability-features .dur-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.durability-features__heading {
    margin: 0 0 40px;
    text-align: center;
}
.durability-features__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin: 0 0 40px;
}
.durability-features__media {
    margin: 0 0 12px;
    overflow: hidden;
}

.durability-features__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}
.durability-features__caption {
    margin: 0;
    font-size: 12px;
    text-align: center;
}

.durability-features__cta-wrapper{
    text-align:center;
}
/* ============================= */
.story-hero{
    position:relative;
    overflow:hidden;
    background:var(--secondary-color);
}

.story-hero__banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 112px 0;
}

.story-hero__image-wrapper,
.story-hero__overlay{
    position:absolute;
    inset:0;
}

.story-hero__image-wrapper img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}

.story-hero__overlay {
    position: absolute;
    inset: 0;
    background: #2c2417cc;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block !important;
}
.story-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 777px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.story-hero__heading {
    margin: 0 0 0px;
    color: #fff;
}

.story-hero__text {
    max-width: 650px;
    margin: 0;
    color: #faf7f299;
}

.story-hero__text p{
    margin:0;
    color:{{ section.settings.text_color }};
    font:400 18px/1.8 var(--font-body);
}



.story-hero__button:hover{
    background:var(--primary-color);
    color:#fff;
}

.story-hero__button-arrow{
    font-size:18px;
    transition:.35s;
}

.story-hero__button:hover .story-hero__button-arrow{
    transform:translateX(5px);
}


/* new css 17-07-2026 */

/* ===========PDP================== */
.pdp-wrap {
    padding: 140px 0;
}

.pdp-wrap .product-media-container {
    margin: 0;
    width: 100% !important;
}
.pdp-wrap .product-media-container img {
    aspect-ratio: 1/1 !important;
    position: relative !important;
    object-fit: contain;
}
.product-media-container.constrain-height .media {
    padding-top: 0 !important;
}
.variant-information .variant-discount {
    font-size: 10px;
    color: #b58e49;
    margin-top: 6px;
    font-weight: 500;
    line-height: 1.3;
}
.pdp-wrap .product.grid {
    gap: 64px;
}

.pdp-wrap .product.grid .product__info-wrapper {
    padding: 0;
    width: 40%;
}
.pdp-wrap .product__info-wrapper p.product__text {
    font-size: 12px;
    color: #8c867e;
    text-transform: uppercase;
    letter-spacing: .35em;
}
.pdp-wrap .product__info-wrapper .product__title {
    margin: 8px 0 16px;
}
.pdp-wrap .product__info-wrapper .product__custom-text {
    margin: 0px 0 15px;
}
.pdp-wrap .jdgm-widget.jdgm-widget {
    display: block;
    padding: 0;
}
.pdp-wrap .price__regular .price-item--regular {
    margin-right: 0;
    font: 400 30px/36px var(--font-body);
    color: #2c2417;
}

.pdp-wrap .product__delivery-info {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: flex-start;
    padding: 12px 0;
    border-top: 1px solid #8c867e26;
    border-bottom: 1px solid #8c867e26;
    margin: 32px 0 !important;
    justify-content: space-between;
}
.pdp-wrap .delivery-info__text {
    line-height: 1.3;
    font-size: 11px;
    color: #8c867e;
    letter-spacing: .025em;
}
.pdp-wrap .product-form__submit {
    margin-bottom: 1rem;
    border-radius: 0 !important;
    background: #2c2417;
    letter-spacing: .35em;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: var(--font-display);
    padding: 20px 0;
}
.pdp-wrap .button--secondary:after {
    border-radius: 0;
}
.product__buy-more-save-more {
    border: 1px solid #8c867e33;
    border-radius: 0;
    overflow: hidden;
    font-family: inherit;
    margin-bottom: 32px !important;
}

.bmsm__banner {
    background: #2c2417;
    color: #cbb98a;
    text-align: center;
    padding: 12px 20px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .35em;
}

.bmsm__tiers {
  background: #b58e490d;
}

.bmsm__tier {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    border-bottom: 1px solid #8c867e1a;
}

.bmsm__tier:last-child {
  border-bottom: none;
}

.bmsm__tier-info {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
}

.bmsm__tier-title {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #2c2417;
}


.bmsm__tier-note {
    margin: 0;
    font-size: 10px;
    color: #8c867e;
    letter-spacing: .025em;
}
.bmsm__tier-price {
    font-size: 18px;
    color: #2c2417;
    white-space: nowrap;
    padding-left: 1em;
    font-family:var(--font-display);
}
.pdp-wrap .product__journal-info {
    padding: 32px 0;
    margin: 0 !important;
    border-top: 1px solid #8c867e26;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.product__journal-heading {
    font-size: 12px;
    color: #8c867e;
    letter-spacing: .35em;
    text-transform: uppercase;
    font-family:var(--font-body)
}
.rte:after{
  display:none;
}
.media--transparent {
    background: #f0eae0;
}
dl.product__journal-specs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

dl.product__journal-specs-grid .product__journal-spec-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

dl.product__journal-specs-grid dt.product__journal-spec-label {
    font-size: 10px;
    color: #8c867e;
    letter-spacing: .3em;
    text-transform: uppercase;
}

dl.product__journal-specs-grid  dd.product__journal-spec-value {
    font-size: 14px;
    color: #2c2417;
    font-weight: 500;
    line-height: 20px;
}
.product__journal-specs {
    margin: 0;
    padding: 32px 0 0;
    border-top: 1px solid #8c867e26;
}
.product__journal-content.rte p {
    font-size: 14px;
    font-family:var(--font-body);
   
}
.product__journal-content.rte {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cart-item__title .cart-item__name{
  font-size:18px;
  font-family:var(--font-display);
}
.drawer__inner {
    height: 100%;
    width: 45rem !important;
}
.cart-drawer .cart__checkout-button {
    max-width: none;
    background: #2c2417 !important;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .3em;
    text-transform: uppercase;
    border-radius: 0;
}
span.price.price--end {
    color: #b58e49;
    font-size: 18px;
    font-weight: 500;
}
.pdp-wrap .product__info-wrapper .product__title h3 {
    text-wrap: auto;
    padding-right: 30px;
}
.product__info-wrapper variant-selects legend {
    letter-spacing: 4.2px;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Inter';
    margin-bottom: 16px!important;
    text-transform: uppercase;
    color: #8c867e;
}
.bmsm__banner span {
    color: #b58e49;
}


/* ========================= */
 .family-archive {
    background: #f0eae0;
    padding: 80px 0;
  }

.family-archive .family-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

  .family-archive__heading {
    margin: 0 0 24px;
    color: #2c2417;
    font: 400 36px/40px var(--font-display);
  }

  .family-archive__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .family-archive__image-wrap {
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #e2ddd2;
    margin-bottom: 16px;
  }

  .family-archive__image,
  .family-archive__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
 .family-archive__title {
    margin: 0 0 7px;
    color: #2c2417;
    font:400 16px/1.37 var(--font-display);
}

.family-archive__price {
    margin: 0;
    font-size: 14px;
    color: #b58e49;
    line-height: 1.25rem;
}
/* ===========Look Inside================== */
   .look-inside{
      background:#f9f5ef;
      padding:80px 0px;
  }
.look-inside .look-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.look-header h4 {
    text-align: center;
    font: 400 36px/40px var(--font-display);
    max-width: 830px;
}
.look-inside .accordion {
    margin: 48px auto 0;
    max-width:768px;

}
 .look-inside .accordion  .accordion-item{
      border-top:1px solid #8c867e33;
  }

  .accordion-item:last-child{
      border-bottom:1px solid #8c867e33;
  }

.look-inside .accordion .accordion-title {
    width: 100%;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
}
.look-inside .accordion .left {
    display: flex;
    align-items: center;
    gap: 10px;
}

  .look-inside .accordion .left .number{
      width:fit-content;
      color:#b7a796;
      font-size:14px;
      font-family: var(--font-display);
  }

.look-inside .accordion  .title {
    color: #b58e49;
    margin: 0;
    font: 400 20px/28px var(--font-display);
}

 .look-inside .accordion  .icon{
      display:flex;
      align-items:center;
      justify-content:center;
      transition:transform .3s ease;
      color:#8c8c8c;
  }

  .accordion-title.active .icon{
      transform:rotate(180deg);
  }

 .look-inside .accordion .accordion-content {
    display: none;
    padding: 0 0 24px 40px;
}

  .look-inside .accordion .accordion-content.active{
      display:block !important;
  }

    .look-inside .accordion .accordion-content ul{
      margin:0;
      padding:0;
      list-style:none;
  }

  .look-inside .accordion .accordion-content li, #shopify-section-template--30969596248401__look_inside_WmBWDJ  .look-inside .accordion .accordion-content li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    font: 400 14px/18px var(--font-display);
    color: #2c2417;
    font-style: italic;
}


    .look-inside .accordion .accordion-content li:before{
      content:"–";
      position:absolute;
      left:0;
  }


  /* ============================ */
  .jdgm-widget.jdgm-widget {
    display: block;
    max-width: 1280px !important;
    padding: 80px 0;
}
.jdgm-widget.jdgm-widget h2.jdgm-title {
    font: 400 60px / 1 var(--font-display) !important;
}
.jdgm-cards-carousel .jdgm-media-card {
    padding: 0;
    background: transparent !important;
}
.jdgm-cards-carousel .jdgm-media-card .jdgm-text{
  font: 400 14px/18px var(--font-display);
}
  .family-archive__grid {
    width: 100%;
}
/* ------------------------------------------------------------- */
.product__delivery-info {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: flex-start;
  padding-top: 1rem;
  border-top: 1px solid rgba(var(--color-border), 0.5);
}

.delivery-info__item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 1.3rem;
}
span.product__media-icon.motion-reduce.quick-add-hidden {
    display: none;
}
.delivery-info__icon img,
.delivery-info__icon svg {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.delivery-info__text {
  line-height: 1.3;
}


.product__journal-info {
  border-top: 1px solid #e3e0da;
  border-bottom: 1px solid #e3e0da;
  padding: 32px 0;
}



.product__journal-content.rte ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: item;
}

.product__journal-content.rte ol li {
  counter-increment: item;
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  align-items: baseline;
}

.product__journal-content.rte ol li::before {
  content: counter(item, decimal-leading-zero) ".";
  flex: 0 0 auto;
  font-size: 12px;
  color: #b7a98f;
  font-family: Arial, sans-serif;
}

.product__journal-content.rte ol li {
    font-family: 'Playfair Display';
    font-style: italic;
    font-size: 16px;
    line-height: 1.5;
    color: #2c2417;
}
.jdgm-preview-badge .jdgm-star {
    color: #B58E49;
    font-size: 12px;
}
span.jdgm-prev-badge__text {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.02em;
    color: #8c867e;
}
.variant-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.variant-wrapper .variant-box label {
    border: 2px solid #8c867e33;
    background: transparent;
}
.variant-wrapper .variant-box label {
    border: 2px solid #8c867e33;
    background: #faf7f2;
    padding: 20px;
    display: inline-block;
    position: relative;
}
.variant-wrapper .variant-box label .variant-img img {
    width: 35px;
    height: 35px;
}
.variant-badge {
    position: absolute;
    top: -10px;
    left: 16px;
    background-color: #b58e49;
    color: #fff;
    font-size: 8px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    padding: 3px 8px;
    font-family: 'Inter';
}
.variant-information .deatail-head {
    color: #2c2417;
    font-size: 14px;
    font-family: 'Inter';
    line-height: 21px;
    margin-bottom: 5px;
}
.variant-descrip {
    font-size: 12px;
    font-family: 'Inter';
    color: #8c867e;
    margin-bottom: 10px;
    line-height: 21px;
}
.variant-descrip {
    font-size: 12px;
    font-family: 'Inter';
    color: #8c867e;
    margin-bottom: 10px;
    line-height: 21px;
}
.variant-price {
    font-family: 'Playfair Display';
    color: #2c2417;
    font-size: 24px;
    line-height: 32px;
}
.variant-wrapper .variant-box input[type=radio]:checked ~ label {
    border-color: #b58e49;
    background: #f6f1ea;
}
.variant-wrapper .variant-box input[type=radio]:checked ~ label .variant-price {
    color: #b58e49;
}
.pdp-wrap .price__regular span.price-item {
    font-family: 'Playfair Display';
    color: #2c2417;
    font-size: 30px;
    line-height: 36px;
}
.product-form__buttons {
    max-width: 100%!important;
}
.product-form__buttons button {
    width: 100%;
}