.single-product-summary .tlb-badges {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 15px !important;
}

.single-product-summary .tlb-badge {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 15px;
}

.single-product-summary .tlb-badge img {
    margin-right: 10px;
}

.single-product-summary .tlb-badge span {
    display: inline-block;
    margin-left: -10px;
}

@media only screen and (max-width: 1024px) {
    .single-product-summary .tlb-badge {
        margin-right: 5px;
    }
}

.single-product-summary .tlb-badge img {
    width:45px;
}

.loop-item-content .tlb-badges {
    display: grid;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 3px;
    line-height:14px;
    row-gap: 7px;
}

@media only screen and (max-width: 1024px ) {
    .loop-item-content .tlb-badges {
        grid-template-columns: 1fr;
        font-size: 12px;
    }

    .single-product-summary .tlb-badge img  {
        width:30px;
    }
}

.loop-item-content .tlb-badge {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.loop-item-content .tlb-badge img {
    fill: #0c88b4!important;
    stroke: #0c88b4!important;
    width:25px;
    margin-right: 10px;
}

@media only screen and (max-width: 1535px ) {
    .loop-item-content .tlb-badge img {
        width:25px;
        margin-right: 5px;
    }

    .loop-item-content .tlb-badges {
        font-size: 12px;
        row-gap: 5px;
    }
}


.min-spend-notice {
    background-color: rgba(237, 226, 218);
    box-sizing: border-box;
    align-items: center;
}

.min-spend-link {
    color: #FFFBF6;
    font-family: "Quattrocento Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    background-color: #262525;
    padding: 5px 10px;
    border-radius: 0;
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
}

@font-face {
    font-family: 'Salmela';
    src: url('fonts/Salmela.otf') format('opentype');
}

.wcd_personalise h3 {
    display: none;
}

.wcd_personalise.input-group {
    padding: 12px 20px 20px;
    border: 1px solid #000;
}

.wcd_personalise .form-check {
    padding: 0;
}

.wcd_personalise_options h4 {
    margin: 20px 0;
}

.wcd_personalise_options .form-group {
    display: flex;
    flex-direction: column;
    margin: 6px 0
}

.wcd_personalise_options .form-group input, .wcd_personalise_options .form-group select {
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #000;
}

#textHelpBlock {
    font-size: 16px;
}

.customise_notice {
    background-color: #262525;
    font-size: 16px;
    line-height: 25px;
}

.personalise-text > p {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
}

.personalise-text > p a {
    font-weight: normal;
}

.personalise-text > p a:hover {
    text-decoration: none;
}

#customise-preview-text{
    text-align: center;
    padding: 35px 0 30px;
    font-size: 36px;
    border: 1px solid #000;
    font-family: "Salmela", serif;
}

.preview-text-leather-brown {
    color: #8B5127;
}

.preview-text-charcoal-grey {
    color: #726767;
}

.preview-bg-grey {
    background-color: #cdcdcd;
}

.preview-bg-black {
    background-color: #000000;
}

.preview-bg-green {
    background-color: rgba(48, 82, 61, 100);
}

.preview-bg-pink {
    background-color: #DFCBC7;
}

.preview-text-gold {
    color: goldenrod;
}

.preview-text-white {
    color: #ffffff!important;
}

.preview-text-copper {
    color: #CE8D88;
}

.preview-text-charcoal-grey {
    color: #726767;
}

.preview-text-grey-concrete {
    color: #7B5858;
}

.wcd-enable-label {
    font-weight: 400;
}

.wcd-enable-label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin: 10px 0 0;
}

.wcd-enable-label input {
    position: absolute;
    width: 0;
    left: 50px;
    height: 0;
    opacity: 0;
    cursor: pointer;
}

.wcd-enable-label .check-box-label {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    outline: 1px solid #000;
    border-radius: 100px;
    transition: all 0.2s ease;
    outline: 1px solid #000000;
}

.wcd-enable-label:hover .check-box-label {
    background: #f4f4f5;
    transition: all 0.2s ease;
}

.wcd-enable-label input[type="radio"] ~ .check-box-label {
    border-radius: 50%;
}

.wcd-enable-label .check-box-label::after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    background: #DAA67D;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    transition: all 0.2s ease;
    border-radius: 100px;
}

.wcd-enable-label input:checked~.check-box-label::after {
    opacity: 1;
    transition: all 0.2s ease;
}

.is-personalisable:not(.disabled)::before {
    content: ' ';
    width: 19px;
    height: 19px;
    border-radius: 100%;
    background-color: #DAA67D;
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    background-image: url(is-personalisable.svg);
    background-position: center;
}

#wishlistModal {
    display: none;
    position: fixed;
    background-color: #33333388;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 3000;
    text-align: center;
    padding: 16px;
}

#wishlistModal.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wishlist-modal {
    box-sizing: border-box;
    padding: 20px;
    background-color: white;
    width: 100%;
    max-width: 600px;
    box-shadow: 0px 0px 30px #00000055;
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
}

#wishlist-modal-exists,
#wishlist-modal-success {
    display: none;
}

.wishlist-modal h3 {
    margin-bottom: 20px;
    font-family: "Playfair Display", serif;
    text-align: center;
}

.wishlist-button {
    box-sizing: border-box;
    display: block;
    margin-top: 20px;
    padding: 10px 20px;
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
    transition: all ease-in-out 0.3s;
    text-decoration: none;
}

.wishlist-button:hover {
    color: #000;
    background-color: #fff;
    cursor: pointer;
}

.wishlist-close {
    margin-top: 10px;
    text-decoration: underline;
}

.wishlist-close:hover {
    text-decoration: none;
}

#main-add-to-wishlist-button, #main-add-new-wishlist-button {
    text-align: center;
    box-sizing: border-box;
    display: block;
    padding: 5px 20px;
    margin-left: 10px;
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
    transition: all ease-in-out 0.3s;
}

#main-add-to-wishlist-button svg, #main-add-new-wishlist-button svg {
    fill: white;
    width: 20px;
    height: 20px;
    transition: all ease-in-out 0.3s;
}

#main-add-to-wishlist-button:hover, #main-add-new-wishlist-button:hover {
    color: #000;
    background-color: #fff;
    cursor: pointer;
}

#main-add-to-wishlist-button:hover svg, #main-add-new-wishlist-button:hover svg {
    fill: black;
}

#wishlistModal h3 {
    font-size: 24px;
}

#wishlistModal h2 {
    margin-top: 10px;
    font-size: 20px;
}

#new-wishlist-name, #wishlist-select {
    flex-grow: 1;
    border: 1px solid;
    padding: 9px;
    width: 100%;
}
.wishlist-status-private .public-status,
.wishlist-status-public .private-status {
    display: none;
}
.wishlist-content .accordion-content p {
    margin-bottom: 20px;
}
.wishlist-content .accordion-content p:last-child {
    margin-bottom: 0;
}