/** Shopify CDN: Minification failed

Line 615:1 Expected "}" to go with "{"

**/


/* KG Engraving Section � no CSS variables */
.kg-engraving-section {
    margin: 0 auto;
    padding: 32px 32px 112px;
    background: #f8f6f1;
    color: #2c2c2c;
    font-size: 15px;
    line-height: 1.5;
}
.kg-engraving-section *,
.kg-engraving-section *::before,
.kg-engraving-section *::after {
    box-sizing: border-box
}
.kg-engraving-section .kg-header {
    margin-bottom: 32px;
}
.kg-engraving-section .kg-title {
    font-family: Playfair Display, Georgia, Times New Roman, serif;
    font-weight: 500;
    color: #2a2622;
    margin: 0 0 5.6px;
    letter-spacing: -.025em;
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.kg-engraving-section .kg-price-lead {
    color: #93651f;
    font-weight: 500;
    font-family: Playfair Display, Georgia, Times New Roman, serif;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: .25rem;
}
.kg-engraving-section .kg-reviews {
    display: inline-flex;
    align-items: center;
    font-size: .9rem;
    color: #8a8075;
    gap: .5rem;
    margin-top: .5rem;
}
.kg-engraving-section .kg-reviews span{
    font-size: .875rem;
    line-height: 1.25rem;
    color: #8a8075;
}
.kg-engraving-section .kg-description p {
    font-family: 'DM Sans';
    color: #8a8075;
    line-height: 1.625;
    margin-top: .75rem;
    font-size: 16px;
}
.kg-engraving-section .kg-stars {
    color: #c48931;
    letter-spacing: 0.8px;
    font-size: 16px;
    line-height: 1;
}
.kg-engraving-section .kg-description {
    color: #8a8075;
    font-size: 15px;
    line-height: 1.3;
}
.kg-engraving-section .kg-step {
    margin-bottom: 32px;
}
.kg-engraving-section .kg-step-heading {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #c48931;
    margin: 0 0 10px;
    font-family: 'DM Sans';
}
.kg-engraving-section .kg-step-sub {
    font-size: 14px;
    color: #8a8075;
    margin: 0 0 16px;
    font-family: 'DM Sans';
}
.kg-engraving-section .kg-selection-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
/* @media screen and (max-width: 640px) {
    .kg-engraving-section .kg-selection-grid {
        grid-template-columns: 1fr;
    }
} */
.kg-engraving-section .kg-selection-grid .kg-card,
.kg-engraving-section .kg-charms-grid .kg-charm-card {
    position: relative;
    border: 1px solid #e8e2d9;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    background: #f8f6f1;
    transition: all .2s ease;
    text-align: left;
    padding: 0;
    margin: 0;
    color: #2c2c2c;
    display: block;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.kg-engraving-section .kg-selection-grid .kg-card:hover,
.kg-engraving-section .kg-charms-grid .kg-charm-card:hover {
    border-color: #c48931;
}
.kg-engraving-section .kg-selection-grid .kg-card.kg-is-selected,
.kg-engraving-section .kg-charms-grid .kg-charm-card.kg-is-selected {
    border-color: #c48931;
    box-shadow: 0 0 0 1px #c48931;
}
.kg-engraving-section .kg-selection-grid .kg-card-media {
    aspect-ratio: 4/3;
    background: #f0ebe3;
    overflow: hidden;
}
.kg-engraving-section .kg-selection-grid .kg-card-media img,
.kg-engraving-section .kg-charms-grid .kg-charm-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}
.kg-engraving-section .kg-selection-grid .kg-card-body {
    padding:12px;
}
.kg-engraving-section .kg-selection-grid .kg-card-title {
    font-family: "Playfair Display";
    font-size: 14px;
    color: #2a2622;
}
.kg-engraving-section .kg-total-value {
    font-family: "Playfair Display";
    font-size: 20px;
    color: #2a2622;
}
.kg-engraving-section .kg-charms-grid .kg-charm-title {
    font-family: "Playfair Display";
    font-size: 14px;
    color: #000;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0;
}
.kg-engraving-section .kg-selection-grid .kg-card-price ,
.kg-engraving-section .kg-char-counter ,
.kg-engraving-section .kg-field-hint ,
.kg-engraving-section .kg-notes-footer ,
.kg-engraving-section .kg-addon-desc ,
.kg-engraving-section .kg-total-label ,
.kg-engraving-section .kg-trust-item {
    color: #93651f;
    font-size: 12px;
    margin-top: .125rem;
    font-family: 'DM Sans';
}
.kg-engraving-section .kg-charms-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .85rem
}
@media screen and (max-width: 900px) {
    .kg-engraving-section .kg-charms-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}
.kg-engraving-section .kg-charms-grid .kg-charm-card.kg-is-disabled {
    opacity: .55;
    cursor: not-allowed;
    pointer-events: none
}
.kg-engraving-section .kg-charms-grid .kg-charm-media {
    position: relative;
    aspect-ratio: 1;
    background: #f7f4ee
}
.kg-engraving-section .kg-badge-included {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 2px 8px;
    border-radius: 20px;
    background: #c48931;
    border: 1px solid #c48931;
    color: #fff;
    z-index: 1;
    line-height: 1.3;
    font-family: 'DM Sans';
}
.kg-engraving-section .kg-charms-grid .kg-charm-body {
    padding: 12px 12px;
    text-align: center;
    border-top: 1px solid #ede8e1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.kg-engraving-section .kg-charms-grid .kg-charm-tagline {
    font-size: .72rem;
    color: #6b6b6b;
    margin: 0 0 .35rem;
    line-height: 1.35
}
.kg-engraving-section .kg-charms-grid .kg-charm-price {
    margin: 0;
    font-size: 12px;
    color: #9e7030;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0px;
    font-family: 'DM Sans';
}
.kg-engraving-section .kg-engraving-panel,
.kg-engraving-section .kg-addon-panel {
    border: 1px solid #e5dcc8;
    border-radius: 12px;
    background: #fff
}
.kg-engraving-section .kg-engraving-panel {
    padding: 6px 0;
    background: transparent;
    border: unset;
}
.kg-engraving-section .kg-addon-panel {
    padding: 6px 0 0;
    background: transparent;
    border: unset;
}
.kg-engraving-section .kg-checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    margin-bottom: 0;
    cursor: pointer;
    user-select: none
}
.kg-engraving-section .kg-checkbox-row input {
    width: 15px;
    height: 15px;
    margin-top: 2.4px;
    accent-color: #9a7d32;
    flex-shrink: 0;
}
.kg-engraving-section .kg-checkbox-label ,
.kg-engraving-section .kg-field-label ,
.kg-engraving-section .kg-notes-toggle {
    color: #000;
    font-size: 14px;
}
.kg-engraving-section .kg-engrave-preview {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 12px;
    margin-bottom: 0;
}
.kg-engraving-section .kg-step.kg-addon-step .kg-checkbox-row {
    margin: 0 0 4px;
}
@media screen and (max-width: 575px) { 
    /* .kg-engraving-section .kg-charms-grid {
        grid-template-columns: repeat(1, 1fr);
    } */
    .kg-engraving-section .kg-charms-grid .kg-charm-body {
        padding: 15px 10px;
        gap: 6px;
    }
}
@media screen and (max-width: 500px) {
    .kg-engraving-section .kg-engrave-preview {
        grid-template-columns: 1fr
    }
}
.kg-engraving-section .kg-engrave-preview img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #e5dcc8;
    background: #f7f4ee
}
.kg-engraving-section .kg-field {
    margin-bottom: 1rem
}
.kg-engraving-section .kg-field-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: .4rem;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.kg-engraving-section .kg-field-wrap {
    display: flex;
    align-items: center;
    position:relative;
}
.kg-engraving-section .kg-field-wrap.kg-is-locked {
    opacity: .45;
    pointer-events: none
}
.kg-engraving-section .kg-field-wrap span.kg-char-counter {
    position: absolute;
    right: .75rem;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;
    color: #93651f;
}
.kg-engraving-section .kg-engraving-panel .kg-engraving-details .kg-engraving-inner-detail .kg-engraving-input-fields p.kg-engraving-help-text {
    font-size: .875rem;
    line-height: 1.25rem;
    color: #8a8075;
    margin-bottom: 1rem;
}

.kg-engraving-section .kg-notes-body .kg-notes-footer p {
    font-size: .75rem;
    line-height: 1rem;
    color: #8a8075;
    margin-top: .25rem;
}
.kg-engraving-section .kg-notes-toggle span {
    font-family: Playfair Display;
}
.kg-engraving-section .kg-field .kg-field-hint p {
    font-size: .75rem;
    line-height: 1rem;
    color: #8a8075;
    margin-top: .25rem;
}
.kg-engraving-section .kg-engrave-input {
    flex: 1;
    font: inherit;
    min-height: auto;
    min-width: 0;
    gap: .75rem;
    border: 1px solid;
    border-radius: 6px;
    padding: .5rem .75rem;
    background: #fdfcfa;
    outline: 2px solid transparent;
    outline-offset: 2px;
    font-size: .875rem;
    line-height: 1.25rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: #fbfaf8;
    border-color: #e8e2d9;
}
.kg-engraving-section .kg-notes-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .65rem 0;
    border: none;
    border-top: 1px solid #e5dcc8;
    background: transparent;
    font: inherit;
    font-size: .9rem;
    cursor: pointer;
    text-align: left
}
.kg-engraving-section .kg-notes-toggle .kg-chevron {
    display: inline-flex;
    align-items: center;
    transition: transform .2s ease;
    color: #6b6b6b
}
.kg-engraving-section .kg-notes-toggle.kg-is-open .kg-chevron {
    transform: rotate(180deg)
}
.kg-engraving-section .kg-notes-body {
    display: none;
    padding-bottom: .5rem
}
.kg-engraving-section .kg-notes-body.kg-is-open {
    display: block
}
.kg-engraving-section .kg-notes-textarea {
    width: 100%;
    border: 1px solid #e5dcc8;
    border-radius: 6px;
    padding: .65rem .75rem;
    font: inherit;
    resize: vertical;
    min-height: 4.5rem;
    background: #fdfcfa
}
.kg-engraving-section .kg-sticky-footer {
    position: relative;
    border-top: 1px solid #e5dcc8e3;
    padding: 40px 0 0;
}
.kg-engraving-section .kg-sticky-inner {
    max-width: 100%;
    margin: 0 auto;
}
.kg-engraving-section .kg-total-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 1rem
}
.kg-engraving-section .kg-total-label {
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: .1em;
}
.kg-engraving-section .kg-total-value {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Playfair Display';
}
.kg-engraving-section .kg-cta {
    display: block;
    border: none;
    text-transform: capitalize;
    transition: opacity .2s ease, transform .15s ease;
    width: 100%;
    border-radius: .5rem;
    padding: 1rem 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    letter-spacing: .025em;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    animation-duration: .3s;
    background: linear-gradient(135deg, hsl(36 65% 35%), hsl(36 65% 35%));
    color: hsl(40 33% 98%);
    box-shadow: 0 4px 20px hsl(36 60% 48% / .3);
}

.kg-engraving-section .kg-cta-button-soldout {
    display: block;
    border: none;
    text-transform: capitalize;
    transition: opacity .2s ease, transform .15s ease;
    width: 100%;
    
    padding: 1rem 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    letter-spacing: .025em;
    color: #fff;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    animation-duration: .3s;
    background: #ccc;
    /* box-shadow: 0 4px 20px hsl(36 60% 48% / .3); */
}
.kg-engraving-section .kg-cta:hover:not(:disabled) {
    opacity: .94;
    transform: translateY(-1px)
}
.kg-engraving-section .kg-cta:disabled {
    opacity: .65;
    cursor: not-allowed;
    transform: none
}
.kg-engraving-section .kg-sticky-inner .kg-cta-below-text p {
    font-style: italic;
    color: #8a8075;
    font-size: .75rem;
    line-height: 1rem;
    text-align: center;
    margin-top: 16px;
}
.kg-engraving-section .kg-trust-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .75rem 1.5rem;
    margin-top: .65rem;
    padding-top: .5rem;
    border-top: 1px solid;
    border-color: #c48931;
}
.kg-engraving-section .kg-trust-item {
    font-size: 12px;
    letter-spacing: .04em;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    color: #8a8075;
    font-family: DM Sans;
}
.kg-engraving-section .kg-trust-icon {
    width: 14px;
    height: 14px;
    color: #9a7d32;
    flex-shrink: 0
}
.kg-engraving-section .kg-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}
.kg-engraving-section .kg-selection-step .kg-selection-grid .kg-card.kg-is-selected {
    position: relative;
}
.kg-engraving-section .kg-selection-step .kg-selection-grid .kg-card.kg-is-selected::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
    background-image: url(/cdn/shop/files/white-true-icon.svg?v=1775736510);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #c48931;
    border-radius: 50%;
    padding: 6px;
}
.kg-engraving-section .kg-addon-desc {
    color: #7d7d7d;
    font-size: 12px;
    padding: 0 0 0 22px;
    margin: 0;
}

  @media screen and (max-width:767px) {
    .kg-engraving-section{
        padding: 30px 16px 80px;
    }
    .kg-engraving-section .kg-title{
        font-size:30px;
    }
  }

.kg-engraving-section .kg-engraving-panel .kg-engraving-details .kg-engraving-inner-detail {
    display: grid;
    gap: 1.5rem;
    margin-top: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.kg-engraving-section .kg-engraving-panel .kg-engraving-details .kg-engraving-inner-detail .kg-engrave-preview {
    border-radius: .75rem;
    background-color: #ede7de;
    max-height: 16rem;
    display: block;
    overflow: hidden;
}
.kg-engraving-section .kg-engraving-panel .kg-engraving-details .kg-engraving-inner-detail .kg-engrave-preview img{
    height: 100%;
    max-width: 100%;
    vertical-align: middle;
    object-fit: cover;
    object-position:center;
}

@media screen and (max-width:767px) {
 .kg-engraving-section .kg-engraving-panel .kg-engraving-details .kg-engraving-inner-detail{
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  /* Trust row - mobile layout */
@media screen and (max-width: 749px) {
  .kg-trust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    text-align: center;
    gap: 8px;
    margin-top: 10px;
  }

  .kg-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1.2;
    gap: 4px;
  }

  .kg-trust-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
  }

}