/** Shopify CDN: Minification failed

Line 287:14 Expected ":"

**/
.shopify-section:has(#main-wrapper) {
    padding: 80px 40px;
    background: #fff;
}

#main-wrapper {
    margin: auto;
    max-width: 1600px;
    transition: opacity 250ms ease-out;
}

#builder {
    position: relative;
    padding: 40px 70px;
    margin-bottom: 30px;
    border: 1px solid rgba(217, 63, 66, 0.1);
    border-radius: 4px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.075), 0 10px 20px rgba(217, 63, 66, 0.05);
    background: linear-gradient(135deg, #fafafa, #f3f3f3);
    overflow: hidden;
}

#builder::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(217, 63, 66, 0.15) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
    z-index: 0;
}

#builder .builder-element {
    flex: 1 1 0;
    position: relative;
    touch-action: none; /* Prevents browser handling of gestures */
    -webkit-user-select: none; /* Disables text selection on iOS */
    user-select: none;
    z-index: 1;
}

#builder img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: transform 0.3s ease;
    pointer-events: none;
}

#builder-container {
    position: relative;
    display: flex;
    max-width: 1400px;
    margin: auto;
}

#header-section {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 2px dashed rgba(217, 63, 66, 0.15);
}

#header-section>div:first-child h2 {
    font-size: 38px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
}

#header-section>div:first-child p {
    font-size: 16px;
    font-style: italic;
    color: #888;
}

#header-section>div:nth-child(2) {
    display: flex;
    gap: 40px;
}

.charm-overview {
    display: flex;
    align-items: center;
    gap: 4px;
}

.charm-overview p:first-child {
    font-size: 16px;
    font-style: italic;
    color: #888;
}

.charm-overview p:nth-child(2) {
    font-size: 22px;
    font-style: italic;
    color: #888;
}

div[id^="hulkapps_custom_options"] {
    flex: 1;
}

div[id^="hulkapps_options_"] {
    margin: 0 !important;
}

div[id^="hulkapps_option_list"] {
    padding: 0 !important;
    border: none !important;
    background: none !important;
}

.hulkapps_option_set {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
}

.categories {
    padding-bottom: 40px;
    border-bottom: 2px dashed rgba(217, 63, 66, .15);
}

.categories .hulkapps_option_name {
    display: none !important;
}

.categories .hulkapps_option_value {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 44px;
    column-gap: 20px;
}

.categories,
.hulkapps_option_set .hulkapps_option.dd_render {
    flex-basis: 100%;
}

.categories .hulkapps-tooltip-inner {
    display: none !important;
}

.categories label {
    width: 60px !important;
    height: 60px !important;
    font-size: 14px !important;
}

.categories .hulk_po_radio {
    width: 60px !important;
    height: 60px !important;
    background-size: contain !important;
    background-repeat: no-repeat;
}

.categories .hulkapps_swatch_option .hulkapps_option_child:after {
    border: none !important;
}

.categories p {
    text-align: center;
    padding: 4px 0;
}

.hulkapps_swatch_option {
    width: 50px !important;
    height: 50px !important;
    margin: 0 !important;
}

div.hulkapps-tooltip {
    margin-left: 0 !important;
}

.hulkapps_option_value select {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    background: none !important;
}

.hulkapps_option_name {
    color: #000 !important;
}

.hulkapps_mswatch_option .hulkapps_option_child:after {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
}

.hulkapps_mswatch_option .hulkapps_option_child.swatch_selected:after {
    border-color: #d93f42 !important;
    box-shadow: 0 2px 6px rgba(217, 63, 66, 0.3);
}

.hulk_po_checkbox {
    width: 48px !important;
    height: 48px !important;
}

.hulkapps_option_name>div {
    padding-bottom: 5px;
}

.hulkapps_mswatch_option {
    margin-right: 4px !important;
}

.hulkapps-tooltip {
    margin-left: 4px !important;
}

.hulk_options_quantity.hulk_po_swatch_quantity {
    display: none !important;
}

.hulk_po_radio {
    width: 50px !important;
    height: 50px !important;
    border-radius: 4px !important;
}

.hulk_po_radio:after {
    border: 1px solid #ddd;
    border-radius: 4px !important;
}

.hulk_po_radio.swatch_selected:after {
    border-color: #d93f42 !important;
    box-shadow: 0 2px 6px rgba(217, 63, 66, 0.3);
}

.hulkapps_option.swatch_render {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    width: 100px;
}

.hulkapps_option.swatch_render .hulkapps_option_name {
    width: fit-content !important;
    min-width: unset !important;
    padding: 0 !important;
    text-align: center;
    font-size: 14px !important;
}

.hulkapps_option.swatch_render .hulkapps_option_value {
    width: fit-content !important;
    min-width: unset !important;
}

#add-to-cart-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.atc-section {
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.atc-section .share-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    padding: 8px 12px;
    font-size: 18px;
    color: rgb(217, 63, 66);
    border: 1px solid rgb(217, 63, 66);
    background#fff;
    transition: transform 250ms, box-shadow 250ms;
}

.atc-section .share-btn:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.atc-section #add-to-cart-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-left: 10px;
    padding: 8px 18px;
    font-size: 18px;
    color: #fff;
    border: 1px solid rgb(217, 63, 66);
    background: rgb(217, 63, 66);
    transition: transform 250ms, box-shadow 250ms;
}

.atc-section #add-to-cart-btn.disabled {
    pointer-events: none;
}

.atc-section #add-to-cart-btn:hover {
    transform: scale(1.035);
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.atc-section>div {
    display: flex;
    align-items: center;
    gap: 4px;
}

.atc-section>div>p {
    font-size: 20px;
    color: #000;
}

.atc-section .separator {
    margin: 0 10px;
}

.atc-overview-line {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px 0;
    font-size: 20px;
    font-style: italic;
    color: #000;
}

.atc-overview-line:nth-child(2) {
    padding-top: 10px;
}

.atc-section .cost {
    font-size: 24px;
    font-weight: 700;
}

.atc-section .blanks,
.atc-section .icons {
    margin-top: 2px;
}

.name-field {
    display: flex;
    gap: 6px;
    font-size: 16px;
}

.atc-overview-line:first-child .name-field {
    gap: 6px;
}

.line-connection {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
}

div.hulkapps_option_set div.hulkapps_option_value div.hulkapps-tooltip div.hulkapps-tooltip-inner {
    top: -8px !important;
    left: 60px !important;
    height: fit-content !important;
    padding: 10px !important;
    border-radius: 4px !important;
    transition: opacity 250ms !important;
}

div.hulkapps_option_set div.hulkapps_option_value div.hulkapps-tooltip div.hulkapps-tooltip-inner:after {
    top: 24px !important;
    left: -15px !important;
    border-width: 8px !important;
    border-color: rgba(0, 0, 0, 0) #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
}

.hulk_po_checkbox {
    border-radius: 2px !important;
}

.multiswatch_tooltip_data {
    border-radius: 4px !important;
}

.bracelet_final {
    display: none !important;
}

.charms_order {
    display: none !important;
}

.builder-element.icon {
    position: relative;
}

.builder-element.icon>button {
    position: absolute;
    bottom: -14px;
    left: 50%;
    padding: 6px;
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity 150ms, transform 150ms;
}

.builder-element.icon>div {
    position: absolute;
    top: -10px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity 150ms, transform 150ms;
}

.builder-element.icon:hover>button {
    opacity: 1;
    transform: translate(-50%, 20px);
}

.builder-element.icon:hover>div {
    opacity: 1;
    transform: translate(-50%, -10px);
}

.builder-element.icon:hover {
    animation: charm-shake 0.4s ease-in-out forwards;
}

.builder-element.drag-over {
    outline: 1px solid rgb(217, 63, 66);
    outline-offset: 2px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(217, 63, 66, 0.3);
}

.builder-element.dragging {
    opacity: 0.5;
}

#loading-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: rgba(30, 10, 11, 1);
    opacity: 0;
    transition: opacity 150ms;
}

#loading-overlay.active {
    opacity: 1;
}

#loading-overlay.active.success .loader,
#loading-overlay.success .loader {
    display: none;
}

#loading-overlay .message {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-style: italic;
    color: #fff;
}

.loader {
    width: 50px;
    height: 5px;
    --g1: conic-gradient(from 90deg at left 1.5px top 1.5px, #0000 90deg, #fff 0);
    --g2: conic-gradient(from -90deg at bottom 1.5px right 1.5px, #0000 90deg, #fff 0);
    background: var(--g1), var(--g1), var(--g1), var(--g2), var(--g2), var(--g2);
    background-position: left, center, right;
    background-repeat: no-repeat;
    animation: l8 1s infinite;
}

#loading-screen {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-height: 100vh;
    z-index: 999999999;
}

#loading-screen .loader {
    width: 50px;
    height: 5px;
    --g1: conic-gradient(from 90deg at left 1.5px top 1.5px, #0000 90deg, #000 0);
    --g2: conic-gradient(from -90deg at bottom 1.5px right 1.5px, #0000 90deg, #000 0);
    background: var(--g1), var(--g1), var(--g1), var(--g2), var(--g2), var(--g2);
    background-position: left, center, right;
    background-repeat: no-repeat;
    animation: l8 1s infinite;
}

#loading-screen .message {
    font-size: 18px;
    color: #000;
}

@keyframes charm-shake {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-3deg);
    }

    50% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes l8 {
    0% {
        background-size: 25px 100%, 25px 100%, 25px 100%;
    }

    20% {
        background-size: 25px 50%, 25px 100%, 25px 100%;
    }

    40% {
        background-size: 25px 50%, 25px 50%, 25px 100%;
    }

    60% {
        background-size: 25px 100%, 25px 50%, 25px 50%;
    }

    80% {
        background-size: 25px 100%, 25px 100%, 25px 50%;
    }

    100% {
        background-size: 25px 100%, 25px 100%, 25px 100%;
    }
}

@media screen and (max-width: 960px) {
    #header-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    #add-to-cart-btn {
        padding: 8px 100px;
    }
}

@media screen and (max-width: 780px) {
    #shopify-section-template--17728947290282__main {
        padding: 60px 10px;
    }

    #builder {
        padding: 40px 30px;
    }

    #add-to-cart-form {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .atc-section {
        padding: 0;
        border: none;
    }

    #add-to-cart-btn {
        width: 100%;
    }
}

@media screen and (max-width: 560px) {
    #header-section {
        margin-bottom: 30px;
    }

    #header-section>div:first-child h2 {
        font-size: 28px;
    }

    #header-section>div:first-child p {
        font-size: 14px;
    }

    .hulkapps_option_name {
        font-size: 14px !important;
    }

    .hulkapps_option_set select {
        font-size: 14px !important;
    }

    #add-to-cart-btn {
        font-size: 16px;
    }

    .name-field {
        font-size: 14px;
    }

    .atc-overview-line:first-child {
        font-size: 20px;
    }

    .atc-overview-line {
        font-size: 16px;
    }

    .categories label {
        width: 60px !important;
        height: 60px !important;
        font-size: 14px !important;
    }

    .categories .hulk_po_radio {
        width: 60px !important;
        height: 60px !important;
        background-size: contain !important;
        background-repeat: no-repeat;
    }

    .charm-overview svg {
        width: 54px;
        height: 54px;
    }

    .charm-overview p:first-child {
        font-size: 14px;
        font-style: italic;
        color: #888;
    }

    .charm-overview p:nth-child(2) {
        font-size: 20px;
        font-style: italic;
        color: #888;
    }

    .shopify-section:has(#main-wrapper) {
        padding: 30px 10px;
    }

    #builder {
        margin-bottom: 0;
        padding: 30px 6px;
    }

    .atc-section {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .atc-section>div>p {
        font-size: 14px;
    }

    .atc-section .cost {
        font-size: 18px;
    }

    .atc-overview-line {
        font-size: 14px;
    }

    .hulkapps-tooltip-inner {
        display: none !important;
    }

    .atc-section #add-to-cart-btn {
        margin-left: 0;
    }

    .atc-section .share-btn {
        width: 100%;
        margin-bottom: 4px;
    }

    .atc-section #add-to-cart-btn,
    .atc-section .share-btn {
        font-size: 16px;
    }

    .atc-section #add-to-cart-btn svg {
        width: 22px;
        height: 22px;
    }

    .atc-section .share-btn svg {
        width: 18px;
        height: 18px;
    }

    .builder-element.icon:hover>button {
        pointer-events: auto;
        transform: translate(-52%, 20px);
    }

    .builder-element.icon>button {
        width: 28px;
        height: 28px;
        pointer-events: none;
    }

    .builder-element.icon>button svg {
        width: 100%;
        height: 100%;
    }

    .builder-element.icon>div {
        display: none;
    }
}