/** Shopify CDN: Minification failed

Line 2112:0 Unexpected "}"

**/
/* ============================================
   PRODUCT PAGE - CUSTOM STYLES
   Modernized & Mobile-First
   ============================================ */

/* === Cart Drawer Override === */
.cart-drawer__form .drawer__cart-items-wrapper .cart-items .cart-item .cart-item__details .product-option {
    display: none;
}

/* === Product Title === */
.product__title h2 {
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    max-width: 100%;
    line-height: 26px;
}
.product__title h1 {
    padding-right: 114px;
}

/* === Sticky media on desktop === */
@media screen and (min-width: 750px) {
    .product__media-wrapper {
        position: sticky !important;
        top: 80px !important;
        align-self: flex-start !important;
    }
    .product__info-wrapper {
        max-width: 600px !important;
    }
}

/* === Shipping Section === */
.product_shipping_section {
    float: none !important;
    clear: both;
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
    gap: 16px;
    background: #fdf0f2;
    border-radius: 12px;
    padding: 12px 20px;
    border: 1px solid rgba(167, 59, 82, 0.1);
}
.product_shipping_section p {
    font-size: 15px;
    color: #000;
    line-height: 22px;
    margin: 0;
}
.product__tax.caption {
    margin-top: 10px !important;
}

/* === Description === */
.product__description.rte {
    clear: both;
}
.product__description {
    float: left;
    width: 100%;
    letter-spacing: 0;
    color: #000;
    font-size: 15px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.product__description p {
    color: #000;
    font-size: 14px;
}

/* === Price === */
.price__container {
    float: left;
    width: 100%;
}
.product .product__info-wrapper .price__container .price__regular .price-item--regular {
    float: right;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    position: absolute;
    right: 0;
    top: 30px;
}
.product .product__info-wrapper .price__container .price__sale .price-item--sale {
    float: right;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    position: absolute;
    right: 0;
    top: 50px;
}
.product .product__info-wrapper .price__container .price__sale s.price-item--regular {
    float: right;
    font-size: 22px;
    font-weight: 500;
    color: #999;
    position: absolute;
    right: 100px;
    top: 50px;
}

/* === Sale Badge === */
.badge.price__badge-sale {
    white-space: nowrap !important;
}
.product .price .badge.price__badge-sale {
    background: #000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 4px 12px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 5px;
    white-space: nowrap !important;
}

/* === Sold Out Badge === */
.badge.price__badge-sold-out {
    white-space: nowrap !important;
}
.product .price .badge.price__badge-sold-out {
    border-radius: 8px !important;
    padding: 4px 12px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap !important;
}

/* === Variant Packets (size selector) === */
.variant-packets {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    float: left;
    width: 100%;
}
.variant-packet-boxes a {
    text-decoration: none;
    color: #333;
}
.variant-packet-boxes {
    background: #fff;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 10px;
    border: 1.5px solid #e0e0e0;
    transition: all 0.25s ease;
    cursor: pointer;
}
.variant-packet-boxes:hover {
    border-color: #d16d81;
}
.variant-packet-boxes.active {
    border: 2px solid #a73b52;
    background: #fdf0f2;
    font-weight: 600;
}

/* === Quantity Selector === */
.quantity_selector_product {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center;
    justify-content: space-between;
    float: left;
    width: 100%;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    min-height: 50px;
}
.quantity_selector_product p {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.quantity_selector_product select.quantity-select {
    border: 2px solid #e0e0e0;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 50px 10px 15px;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    color: #000;
    background-size: 16px;
    transition: border-color 0.2s;
}
.quantity_selector_product select.quantity-select:focus {
    border-color: #d16d81;
}

/* === Focus Reset === */
*:focus-visible {
    outline: 0 !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
}

/* === Add to Cart Button === */
.product-form__buttons {
    max-width: 100% !important;
    width: 100%;
}
.product-form__buttons button {
    background: #a73b52;
    font-size: 18px;
    font-weight: 700;
    padding: 18px 0;
    border-radius: 12px;
    transition: all 0.25s ease;
    letter-spacing: 0.5px;
    text-transform: none;
}
.product-form__buttons button:hover {
    background: #8e2e44;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(167, 59, 82, 0.35);
}
.product-form__buttons button::after {
    border: 0;
    box-shadow: none;
}
.product-form__buttons button:hover:after {
    box-shadow: none !important;
}

/* === Product text USPs (checkmarks) === */
.product .product__info-wrapper p.product__text.inline-richtext {
    margin-top: 0;
    color: #000;
    display: flex;
    clear: both;
}
.product__info-wrapper p.product__text.inline-richtext:before {
    content: "\2713";
    display: inline-block;
    color: #a73b52;
    padding: 0 10px 0 0;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
}
.product__info-wrapper .caption-with-letter-spacing::before {
    content: none !important;
}

/* === Thumbnails === */
.product .thumbnail-slider .thumbnail-list .thumbnail[aria-current] {
    box-shadow: none;
    border-color: #d16d81;
    border: 3px solid #d16d81;
    border-radius: 10px;
}
.product .thumbnail-slider .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(25% - .8rem);
}

/* === Breadcrumbs === */
ul.breadcrumb__list {
    display: flex;
    align-items: center;
    padding: 0 !important;
    margin-top: 0;
}
ul.breadcrumb__list li:first-child {
    padding-left: 0;
}
ul.breadcrumb__list li {
    list-style: none;
    padding: 0 10px;
    font-size: 12px;
}
ul.breadcrumb__list li a.breadcrumb__link {
    color: #000 !important;
}
ul.breadcrumb__list span {
    font-size: 30px;
}

/* === Related Products === */
.related-products__heading {
    text-align: center;
    border-top: 1px solid #e0e0e0;
    padding-top: 40px;
    float: left;
    width: 100%;
    font-size: 28px;
    margin-bottom: 0 !important;
}
.related-products__heading strong {
    font-weight: 600;
}
.related-products {
    padding-top: 50px;
    clear: both;
}
.related-products img {
    border-radius: 10px;
}
.related-products .card__heading a {
    color: #000;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    min-height: 35px;
}

/* ============================================
   TABBING SYSTEM - Modernized
   ============================================ */

/* === Main Tabs (Cadeau samenstellen / Product omschrijving) === */
.product-data-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 4px;
    position: relative;
    width: 100%;
    max-width: 80%;
    margin: 40px auto 0;
    background: #f5f0f2;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(167, 59, 82, 0.08);
}
.product-data-tab::after {
    display: none;
}
.product-data-tab button {
    border: 0;
    background: none;
    font-size: 15px;
    cursor: pointer;
    color: #888;
    padding: 13px 32px;
    flex: 1;
    text-align: center;
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    border-radius: 13px;
    letter-spacing: 0.2px;
}
.product-data-tab button:hover:not(.active) {
    color: #a73b52;
    background: rgba(167, 59, 82, 0.05);
}
.product-data-tab button.tablinks.active {
    font-weight: 700;
    color: #fff;
    background: #c05a6e;
    border-radius: 13px;
    box-shadow: 0 4px 12px rgba(167, 59, 82, 0.3);
}

/* === Product Tab Content === */
.product-tabcontent {
    float: left;
    width: 100%;
}
.tabcontent {
    display: none;
}

/* === Nested Tabs (Steps 1-2-3) === */
.product-tabcontent .nested-tab {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    padding: 24px 0 0;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    gap: 0;
}
.product-tabcontent .nested-tab::after {
    display: none;
}
.product-tabcontent .nested-tab button {
    border: 0;
    background: transparent;
    font-size: 14px;
    color: #999;
    cursor: pointer;
    padding: 14px 20px 16px;
    border-radius: 0;
    transition: all 0.3s ease;
    font-weight: 500;
    flex: 1;
    position: relative;
    border-bottom: 3px solid #e8e0e3;
}
.product-tabcontent .nested-tab button span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #e8e0e3;
    color: #999;
    font-weight: 700;
    font-size: 12px;
    margin-right: 8px;
    transition: all 0.3s ease;
}
.product-tabcontent .nested-tab button.nested-tablinks.active {
    color: #a73b52;
    background: transparent;
    font-weight: 700;
    box-shadow: none;
    border-bottom: 3px solid #a73b52;
}
.product-tabcontent .nested-tab button.nested-tablinks.active span {
    background: #a73b52;
    color: #fff;
}
.product-tabcontent .nested-tab button:hover:not(.active):not(.left_to_filled) {
    color: #a73b52;
    border-bottom-color: #d16d81;
}
.product-tabcontent .nested-tab button:hover:not(.active):not(.left_to_filled) span {
    background: #f0d0d6;
    color: #a73b52;
}
.product-tabcontent .nested-tab button.left_to_filled {
    opacity: 0.45;
    cursor: default;
}

/* === Nested Tab Content === */
.nested-tabcontent {
    display: none;
    padding-left: 0;
}
.nested-tabcontent::before {
    display: none;
}

/* ============================================
   BONBON SELECTION UI
   ============================================ */

/* === Heading === */
.products_select_choko_data h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}
.products_select_choko_data {
    float: left;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 30px;
}

/* === Two-column Layout === */
.selection_choclate_data {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

/* === Filter Section === */
.products_filter_data {
    float: left;
    width: 100%;
}
.products_filter_data h4 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
    letter-spacing: 0.3px;
}
.products_filter_data ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}
.products_filter_data ul li {
    list-style: none;
}

/* === Flavor Filter Buttons === */
.products_filter_data ul li a {
    text-decoration: none;
    color: #555;
    border: 1.5px solid #ddd;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s ease;
    display: inline-block;
}
.products_filter_data ul li a:hover {
    border-color: #d16d81;
    color: #a73b52;
    background: #fdf0f2;
}
.products_filter_data ul li a.single_bonbon_flavor.single_bonbon_flavor_checked {
    color: #a73b52;
    border-color: #d16d81;
    background: #fdf0f2;
}
.products_filter_data ul li a.single_bonbon_flavor.single_bonbon_flavor_checked.vegan-flavour {
    color: #30894d;
    border-color: #30894d;
    background: #e8f5e9;
}
.products_filter_data ul li a.single_bonbon_flavor_unchecked {
    color: #999;
    border-color: #e0e0e0;
    background: #fafafa;
}

/* === Allergen Filter Dropdown === */
.allergenen_filter svg {
    fill: #a73b52;
    transition: transform 0.3s ease;
}
.allergenen_filter a.active svg {
    transform: rotate(180deg);
}
li.allergenen_filter a {
    display: flex;
    align-items: center;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.allergenen_filter li {
    display: block !important;
    padding: 0px 12px;
}
li.allergenen_filter ul {
    position: absolute;
    background-color: #fff;
    border: 1.5px solid #ddd;
    border-top: 0;
    padding-top: 12px;
    display: block;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    z-index: 10;
}
.allergenen_filter a.active {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.allergenen_filter .custom-checkbox {
    padding-left: 28px;
    font-size: 14px;
    margin-bottom: 5px;
    width: 106px;
}

/* === Bonbon Images Grid === */
.product_filter_images {
    float: left;
    width: 100%;
    padding-top: 0;
    margin-bottom: 24px;
    position: relative;
    overflow: visible;
    -webkit-overflow-scrolling: touch;
    transition: all .5s ease;
}
.product_filter_images.scrollable {
    max-height: 440px;
    overflow-y: auto;
    height: auto;
}
.product_filter_images ul {
    margin-top: 0;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: stretch;
    gap: 2px;
}
.products_filter_data .product_filter_images ul {
    width: 100%;
    max-width: 560px;
}
.product_filter_images img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    pointer-events: none;
    transition: transform 0.2s ease;
}
.product_filter_images a {
    border: 0 !important;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 100%;
    padding: 4px 2px 2px;
    border-radius: 10px;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
.product_filter_images ul li {
    position: relative;
    border-radius: 10px;
    transition: all 0.2s ease;
    overflow: visible;
}
.product_filter_images ul li:hover {
    background: #fdf0f2;
}
.product_filter_images ul li:hover img {
    transform: scale(1.05);
}
.product_filter_images p {
    margin: 0;
    line-height: 14px;
    font-weight: 500;
    color: #333;
    font-size: 11px;
}

/* Plus icon on bonbons */
.products_filter_data .product_filter_images svg {
    position: absolute;
    top: 4px;
    right: 4px;
    background: #30894d;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    padding: 4px;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.products_filter_data .product_filter_images svg path {
    fill: #fff;
}
.product_filter_images ul li:hover svg {
    opacity: 1;
}

/* Filter icons */
.filter_icon img {
    width: 13px !important;
    height: 13px !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none;
    flex-shrink: 0;
}
.filter_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding-top: 2px;
    gap: 3px;
    min-height: 18px;
    width: 100%;
}

/* Out of stock */
li.out_of_stock, li.out-of-stock {
    opacity: .35;
    pointer-events: none;
    filter: grayscale(0.5);
}

/* Sleeve OOS treatment — clean centered "Uitverkocht" pill on a
   desaturated tile so customers immediately see the option is
   unavailable, without the harsh red banner. */
li.sleeve-tile {
    position: relative;
}
/* Override the generic li.out_of_stock { opacity:.35 } rule for sleeve
   tiles only, so the badge can stay fully readable. The dim effect is
   applied to the inner image + label instead. */
li.sleeve-tile.out_of_stock {
    opacity: 1;
}
li.sleeve-tile.out_of_stock > a > img {
    filter: grayscale(0.75);
    opacity: 0.4;
    transition: filter 0.2s, opacity 0.2s;
}
li.sleeve-tile.out_of_stock > a > span:not(.sleeve-oos-badge) {
    opacity: 0.45;
}
/* Selector is chained to win specificity against the generic
   .choose_gifts ul li span { color: #000 } rule in custom.css. */
.choose_gifts ul li span.sleeve-oos-badge,
li.sleeve-tile span.sleeve-oos-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #d16d81; /* brand pink matching store buttons */
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 999px;
    pointer-events: none;
    white-space: nowrap;
    letter-spacing: 0.4px;
    z-index: 2;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    width: auto;
    float: none;
    text-align: center;
}

/* Mobile scroll hint */
.mobile_scroll_product {
    text-align: center;
    padding: 10px 8px;
    font-size: 13px;
    color: #999;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 6px;
    clear: both;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: 8px;
    background: rgba(237, 237, 237, 0.7);
    border-radius: 8px;
}
@media only screen and (max-width: 1180px) {
    .mobile_scroll_product {
        display: flex !important;
        float: none !important;
        margin-left: 0 !important;
    }
}
.mobile_scroll_product img {
    width: 16px !important;
}

/* === Bottom Allergen Legend === */
.botttom_pr_filter_image {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 32px;
    padding: 16px;
    background: #fafafa;
    border-radius: 12px;
}
.botttom_pr_filter_image ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    padding: 0;
    margin: 0;
}
.botttom_pr_filter_image ul li {
    list-style: none;
}
.botttom_pr_filter_image ul li img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    flex-shrink: 0;
}
.botttom_pr_filter_image a {
    border: 0 !important;
    padding-right: 0 !important;
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #555;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
}
.botttom_pr_filter_image ul li a {
    padding: 0;
    font-size: 12px;
    font-weight: 400;
}

/* ============================================
   SELECTED FLAVOURS SECTION
   ============================================ */
.product_selected_flavour {
    float: left;
    width: 100%;
    padding-top: 0;
}
.product_selected_flavour h2 {
    margin-top: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}
.product_selected_flavour ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    gap: 8px;
    position: relative;
    overflow: visible;
    -webkit-overflow-scrolling: touch;
    transition: all .5s ease;
}
.product_selected_flavour ul.scrollable {
    height: 452px;
    overflow-y: auto;
}
.product_selected_flavour img {
    width: 66px;
    height: 66px;
    object-fit: contain;
    padding: 0;
    pointer-events: none;
    margin-left: 8px;
}
.product_selected_flavour li {
    list-style: none;
    border: 2px dashed #ddd;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    background: #fafafa;
    overflow: visible;
}
.product_selected_flavour li.show-minus-sign {
    border: 2px solid #d16d81;
    background: #fff;
    box-shadow: 0 2px 8px rgba(209, 109, 129, 0.12);
}
.product_selected_flavour ul li p,
.product_selected_flavour .filter_icon {
    display: none;
}
.product_selected_flavour li.show-minus-sign a {
    overflow: visible;
}
.product_selected_flavour li.show-minus-sign a::after {
    content: '×';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    position: absolute;
    top: -4px;
    right: -4px;
    border-radius: 50%;
    background: #a73b52;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    z-index: 99;
    border: none;
    cursor: pointer;
    line-height: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease;
}
.product_selected_flavour li.show-minus-sign a:hover::after {
    transform: scale(1.15);
}
.product_selected_flavour svg {
    display: none;
}

/* === Scrollbar Styling === */
.product_filter_images::-webkit-scrollbar,
.product_selected_flavour ul::-webkit-scrollbar {
    width: 6px;
}
.product_filter_images::-webkit-scrollbar-thumb,
.product_selected_flavour ul::-webkit-scrollbar-thumb {
    background: #d16d81;
    border-radius: 10px;
}
.product_filter_images::-webkit-scrollbar-track,
.product_selected_flavour ul::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}

/* ============================================
   PROGRESS BANNER (inline styles in liquid)
   ============================================ */

/* ============================================
   QUANTITY BADGE (inline styles in liquid)
   ============================================ */

/* ============================================
   NEXT / PREVIOUS BUTTONS
   ============================================ */
.products_select_choko_data button {
    float: right;
    background: linear-gradient(135deg, #d16d81 0%, #c05a6e 100%);
    color: #fff;
    border: 0;
    font-size: 18px;
    padding: 14px 48px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(209, 109, 129, 0.25);
}
.products_select_choko_data button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(209, 109, 129, 0.35);
}
.products_select_choko_data button a {
    color: #fff;
    text-decoration: none;
}

div.products_select_choko_data button.next_click.left_to_filled {
    pointer-events: none;
    opacity: 0.4;
    transform: none;
    box-shadow: none;
}

/* === Composition (premade) Options === */
ul.product_composition li {
    list-style: none;
}
ul.product_composition {
    padding: 0;
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
}
ul.product_composition li a {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    color: #333;
    font-size: 20px;
    text-decoration: none;
    float: left;
    width: 100%;
    padding: 14px 0;
    border-radius: 12px;
    margin-bottom: 16px;
    border: 2px solid transparent;
    transition: all 0.25s ease;
}
ul.product_composition li a:hover {
    border-color: #d16d81;
}
ul.product_composition li a.active {
    border: 2px solid #a73b52;
    background: #fdf0f2;
}
.composition_button {
    float: left;
    width: 100%;
    margin-top: 24px;
}

/* ============================================
   GIFT WRAPPING
   ============================================ */
.gift_title h2 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
}
.giftwrap_single_image {
    border-radius: 16px;
    overflow: hidden;
}

/* === Gift Options === */
.choose_gift_wrap h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.choose_gifts ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 12px;
}
.choose_gifts img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: transform 0.2s ease;
}
.choose_gifts ul li a.gift-box {
    display: block;
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 4px;
    transition: all 0.25s ease;
}
.choose_gifts ul li a.gift-box:hover {
    border-color: #d16d81;
}
.choose_gifts ul li a.gift-box.active {
    border-color: #a73b52;
    box-shadow: 0 4px 16px rgba(167, 59, 82, 0.2);
}
.choose_gifts ul li span {
    display: block;
    text-align: center;
    font-size: 13px;
    margin-top: 4px;
    color: #555;
}
li.out_of_stock {
    opacity: 0.35;
    pointer-events: none;
}

/* === Checkbox Styles === */
.custom-checkbox {
    display: flex;
    position: relative;
    padding-left: 42px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    align-items: center;
    color: #333;
}
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: 2px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
    transition: all 0.2s;
}
.custom-checkbox input:checked ~ .checkmark {
    border-color: #a73b52;
    background: #fdf0f2;
}
.custom-checkbox input:checked ~ .checkmark:after {
    content: "";
    position: absolute;
    display: block;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #a73b52;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.custom-checkbox p {
    margin: 0;
    text-align: left;
}
.radio-custom {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border: 2px solid #ddd;
    border-radius: 50%;
    transition: border-color 0.2s;
}
.custom-checkbox input:checked ~ .radio-custom {
    border-color: #a73b52;
}
.gift-wrapping-checkbox {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border: 2px solid #ddd;
    border-radius: 50%;
    transition: border-color 0.2s;
}
.has-after::after {
    content: "\2713";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: bold;
    color: #a73b52;
    display: none;
}
.radio-custom::after {
    content: "\2713";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: bold;
    color: #a73b52;
    display: none;
}
.custom-checkbox input:checked ~ .has-after::after,
.custom-checkbox input:checked ~ .radio-custom::after {
    display: block;
}

/* ============================================
   MESSAGE SECTION
   ============================================ */
.product_your_message {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}
.product_your_message h2 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
}
.product_message_image {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.product_message_image img {
    width: 180px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    transition: transform 0.2s ease;
}
.product_message_image img:hover {
    transform: scale(1.03);
}
.add_message_section {
    width: 100%;
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
}
.add_message_section h4 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
}
#messageBox textarea {
    width: 100%;
    height: 180px;
    border-radius: 12px;
    font-size: 16px;
    padding: 14px 18px;
    border: 2px solid #e0e0e0;
    transition: border-color 0.2s;
    resize: none;
}
#messageBox textarea:focus {
    border-color: #d16d81;
    outline: none;
}
#messageBox {
    padding-top: 10px;
    position: relative;
}
div#characterCount {
    position: absolute;
    bottom: 16px;
    right: 16px;
    font-size: 13px;
    color: #999;
}

/* === Navigation Buttons === */
.message_button {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
    gap: 12px;
}
.message_button button {
    background: linear-gradient(135deg, #d16d81 0%, #c05a6e 100%);
    color: #fff;
    border: 0;
    font-size: 18px;
    padding: 12px 36px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    height: auto;
    min-height: 52px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(209, 109, 129, 0.25);
}
.message_button button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(209, 109, 129, 0.35);
}
.message_button button a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.message_button .previous_click {
    background: #f5f5f5;
    color: #333;
    box-shadow: none;
}
.message_button .previous_click a {
    color: #333;
}
.message_button .previous_click:hover {
    background: #eee;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.message_button .previous_click svg {
    fill: #333;
}
.message_button svg {
    fill: #fff;
    transform: rotate(90deg);
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 100%;
    margin-right: 8px;
}
.message_button .next_click {
    padding: 12px 48px;
}
.composition_button button:hover, .message_button button:hover {
    /* handled above */
}
.nested-tabcontent .choose_gift_wrap .message_button button.next_click.selected-gift-wrapper-next.left_to_filled {
    opacity: .4;
    pointer-events: none;
    transform: none;
    box-shadow: none;
}

/* === Product Description Tab === */
.product_description {
    float: left;
    width: 100%;
    padding: 25px 0;
    margin-top: 20px;
}
.product_description p {
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.7;
}
.product_description h4 {
    color: #333;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
}
.product_description button {
    background: linear-gradient(135deg, #d16d81 0%, #c05a6e 100%);
    color: #fff;
    border: 0;
    font-size: 20px;
    padding: 15px 70px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    float: left;
    width: 100%;
    margin-top: 40px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(209, 109, 129, 0.25);
}
.product_description button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(209, 109, 129, 0.35);
}
.product_description button a {
    color: #fff;
    text-decoration: none;
}

/* === Jump-to Section Button === */
.addto_cart_button_jump_section a {
    background: #30894d;
    font-size: 18px;
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 14px 0;
    border-radius: 50px;
    transition: all 0.25s ease;
}
.addto_cart_button_jump_section a:hover {
    background: #267a40;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(48, 137, 77, 0.3);
}
.addto_cart_button_jump_section {
    float: left;
    width: 100%;
}

/* === Icon boxes === */
ul.bottom_icon_boxes li {
    font-size: 12px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 5px;
}
ul.bottom_icon_boxes img {
    width: 18px;
}
ul.bottom_icon_boxes {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
}

/* === Misc === */
.favoriet_home_section_icon, .related-products ul {
    float: left;
    width: 100%;
}
.cat-list-main-div {
    float: left;
    width: 100%;
}
span.category-names a {
    font-weight: 300;
}
.cat-list-main-div .cat-list strong,
.cat-list-main-div .article-number strong {
    font-weight: 500;
}
.product .product__media-list .product-media-container {
    margin-left: 0;
    margin-right: 0;
}
.product.product--large.product--left {
    gap: 20px;
}
.product .product-media-container {
    width: 100% !important;
}
.product__info-wrapper {
    position: relative;
}
/* Revamped product image lightbox */
.product-media-modal {
    background: rgba(0, 0, 0, 0.92) !important;
    backdrop-filter: blur(10px);
}
.product-media-modal__dialog {
    justify-content: center !important;
    padding: 20px !important;
}
.product-media-modal .product-media-modal__content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px;
    max-width: 800px !important;
    margin: 0 auto;
    padding: 20px;
}
.product-media-modal .product-media-modal__content .product__media-item {
    width: 100% !important;
    max-width: 600px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
}
.product-media-modal .product-media-modal__content .product__media-item img {
    width: 100%;
    height: auto;
    display: block;
}
.product-media-modal .product-media-modal__toggle {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.15) !important;
    border-radius: 50% !important;
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    z-index: 102 !important;
    transition: background 0.2s ease;
    border: none !important;
    cursor: pointer;
}
.product-media-modal .product-media-modal__toggle:hover {
    background: rgba(255, 255, 255, 0.3) !important;
}
.product-media-modal .product-media-modal__toggle svg {
    width: 20px;
    height: 20px;
    color: #fff;
}
@media screen and (max-width: 749px) {
    .product-media-modal .product-media-modal__content .product__media-item {
        max-width: 100%;
    }
}
.product .product-media-container.constrain-height .media img {
    height: 85%;
}
.product .product-media-container.constrain-height {
    height: 420px;
}
.product .product__media-wrapper {
    max-width: 40% !important;
}
.product .product__info-wrapper {
    max-width: 60% !important;
}
::placeholder {
    color: #999;
}

/* === Only-msg tab borders === */
.only-msg-tab:after {
    border-bottom: 1px solid #e0e0e0;
    content: "";
    border: 1px solid #e0e0e0;
    width: 80%;
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 0;
    margin: 40px auto 0;
}
.only-msg-add-to-cart {
    float: right;
    width: 100%;
    display: flex;
    justify-content: end;
    padding-top: 30px;
}
.disabled-button {
    pointer-events: none;
    opacity: 0.4 !important;
}

/* ============================================
   RESPONSIVE - TABLET (max 1024px)
   ============================================ */
@media only screen and (max-width: 1024px) {
    .only-msg-tab:after {
        border: 0;
    }
    .product .product__media-wrapper {
        max-width: 100% !important;
    }
    .footer .footer__content-bottom .footer__content-bottom-wrapper {
        padding-right: 0;
    }
    .copyright_menu_div {
        margin-right: 10px;
    }
    .copyright_div_main ul li {
        margin-right: 20px;
    }
    .favoriet_home_section_icon .multicolumn-card__info h3 {
        font-size: 16px;
    }
    .product_filter_images ul {
        grid-template-columns: repeat(4, 1fr);
    }
    .product-tabcontent .nested-tab, .product-data-tab {
        max-width: 100%;
    }
    .product__title h1 {
        width: 100%;
        max-width: 100%;
    }
    .product-tabcontent .nested-tab button.nested-tablinks {
        padding: 12px 14px 14px;
        font-size: 13px;
    }
    product-recommendations.related-products .price__container .price__regular span.price-item--regular {
        font-size: 12px !important;
    }
    .related-products ul.grid.product-grid .recommended li .product-card-wrapper .card__information p.view-rel-product {
        font-size: 12px;
        height: 40px;
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .favoriet_home_section_icon ul li.grid__item {
        max-width: 18%;
    }
    .product_selected_flavour ul {
        row-gap: 6px;
        align-content: flex-start;
        justify-content: center;
    }
    .products_select_choko_data h2 {
        font-size: 20px;
    }
    .product_selected_flavour li {
        width: 64px;
        height: 64px;
    }
    .product_selected_flavour img {
        width: 60px;
        height: 60px;
        margin-left: 3px;
    }
}

/* ============================================
   RESPONSIVE - SMALL TABLET (max 991px)
   ============================================ */
@media only screen and (max-width: 991px) {
    .only-msg-tab:after {
        border-bottom: 2px solid #e0e0e0;
        width: 100%;
        left: 0;
    }
    ul.product_composition {
        max-width: 80%;
    }
    .product_filter_images.scrollable {
        padding-right: 12px;
    }
    .selection_choclate_data {
        gap: 32px;
    }
    .product .product-media-container.constrain-height .media img {
        height: 100%;
    }
    .product .product-media-container.constrain-height {
        height: 100%;
    }
    .product .product__info-wrapper {
        max-width: 100% !important;
    }
    .related-products .card__heading a.product_wordbreak {
        font-size: 14px;
    }
    .add_message_section {
        max-width: 100%;
    }
    .cat-list-main-div {
        column-gap: 25px;
    }
    .product-tabcontent .nested-tab button.nested-tablinks {
        padding: 10px 12px 12px;
        font-size: 13px;
    }
    .page-width {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    .products_filter_data .product_filter_images ul {
        width: 100%;
    }
    .product_filter_images ul {
        grid-template-columns: repeat(4, 1fr);
    }
    .quantity_selector_product p {
        font-size: 18px;
    }
    .product__info-wrapper {
        padding-left: 10px !important;
    }
    .product .product__info-wrapper .price__container .price__regular .price-item--regular,
    .product .product__info-wrapper .price__container .price__sale .price-item--sale, 
    .product .product__info-wrapper .price__container .price__sale s.price-item--regular {
        font-size: 20px;
        position: unset;
    }
    .product__title h1 {
        max-width: 100%;
    }
    .footer_social_links ul li {
        padding: 9px 0px;
    }
    .favoriet_home_section_icon .multicolumn-card__info h3 {
        font-size: 12px;
    }
    .favoriet_home_section_icon ul li {
        flex: 1 1 170px;
    }
    .favoriet_home_section_icon ul {
        display: flex;
        flex-wrap: wrap;
        padding-top: 30px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .favoriet_home_section_icon .multicolumn-card__info {
        padding-bottom: 0;
    }
    .favoriet_home_section_icon .multicolumn-list__item.center .media {
        padding-bottom: 120px !important;
    }
    .favoriet_home_section_icon ul li img {
        width: 100px !important;
        height: 100px !important;
    }
    .choose_gifts img {
        height: 115px;
    }
    .product-tabcontent .nested-tab, .product-data-tab {
        max-width: 100%;
    }
    .product-data-tab {
        border-radius: 12px;
    }
    .message_button button {
        font-size: 16px;
    }
    #messageBox textarea {
        font-size: 16px;
    }
    .add_message_section h4 {
        font-size: 20px;
    }
    .product_your_message h2 {
        font-size: 20px;
    }
    .choose_gift_wrap h4 {
        font-size: 18px;
    }
    .gift_title h2 {
        font-size: 20px;
    }
    .nested-tabcontent {
        padding-left: 0;
    }
    .choose_gifts ul {
        grid-template-columns: repeat(4, 1fr);
    }
    .products_select_choko_data h2 {
        font-size: 20px;
    }
    .product .product__info-wrapper p.product__text.inline-richtext {
        display: block;
    }
    .product_shipping_section p br {
        display: none;
    }
    .product_shipping_section p {
        font-size: 14px;
    }
    .product_shipping_section {
        gap: 10px;
        padding: 8px 12px;
    }
    .variant-packets {
        gap: 8px;
    }
    .variant-packet-boxes a {
        font-size: 12px;
    }
    .price__container .price__regular .price-item--regular {
        font-size: 24px;
    }
    .product__title h2 {
        font-size: 20px;
    }
    .product-data-tab button {
        font-size: 13px;
        padding: 11px 16px;
    }
    .product-tabcontent .nested-tab button {
        font-size: 12px;
        padding: 10px 8px 12px;
    }
    .product-tabcontent .nested-tab button span {
        width: 20px;
        height: 20px;
        font-size: 11px;
        margin-right: 4px;
    }
    product-recommendations.related-products ul.product-grid {
        padding-left: 25px;
        padding-right: 25px;
    }
    .allergenen_filter .custom-checkbox {
        width: 105.5px;
    }
    .product__title h1 {
        width: 100%;
        max-width: 100%;
    }
}

/* ============================================
   RESPONSIVE - MOBILE (max 767px)
   ============================================ */
@media only screen and (max-width: 767px) {
    .only-msg-tab:after {
        border-bottom: 0;
    }
    .only-msg-tab:before {
        margin-top: 0;
    }
    .giftwrap_single_image {
        height: 270px;
    }

    /* Mobile title */
    .product__title h1 {
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 24px !important;
        padding-right: 0 !important;
    }
    .product__title h2 {
        font-size: 15px !important;
        line-height: 22px !important;
    }

    /* Mobile tabs - pill style */
    .product-data-tab {
        gap: 0;
        padding: 0;
        margin-top: 24px;
        border-radius: 12px;
    }
    .product-data-tab::after {
        display: none;
    }
    .product-data-tab button {
        font-size: 13px;
        padding: 11px 16px;
    }

    /* Mobile step tabs */
    .product-tabcontent .nested-tab {
        float: left;
        width: 100%;
        max-width: 100%;
        padding: 12px 0 0;
        gap: 0;
        justify-content: stretch;
    }
    .product-tabcontent .nested-tab::after {
        display: none;
    }
    .product-tabcontent .nested-tab button {
        font-size: 11px;
        padding: 10px 6px 12px;
        border-radius: 0;
        border-bottom: 3px solid #e8e0e3;
    }
    .product-tabcontent .nested-tab button.nested-tablinks span {
        float: none;
        width: 20px;
        height: 20px;
        font-size: 10px;
        margin-right: 4px;
    }

    /* Mobile selected flavours */
    .product_selected_flavour ul {
        max-height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px;
        height: auto;
    }
    .product_selected_flavour ul.scrollable {
        height: 200px;
        overflow: auto;
    }
    .product_selected_flavour img {
        width: 46px;
        height: 46px;
        margin-left: 3px;
    }
    .product_selected_flavour li {
        width: 50px;
        height: 50px;
        line-height: 0px;
        overflow: visible;
    }
    .product_selected_flavour li.show-minus-sign a::after {
        top: -4px;
        right: -4px;
        width: 16px;
        height: 16px;
        font-size: 10px;
    }

    /* Mobile bonbon grid */
    .selection_choclate_data {
        display: block;
    }
    .products_filter_data .product_filter_images {
        padding-right: 8px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .products_filter_data .product_filter_images ul {
        width: 100%;
    }
    .product_filter_images ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 4px;
    }
    .product_filter_images img {
        width: 64px;
        height: 64px;
    }
    .product_filter_images a {
        padding: 6px 2px;
    }
    .product_filter_images p {
        font-size: 11px;
        line-height: 14px;
    }

    /* Mobile filters */
    .products_filter_data h4 {
        font-size: 14px;
    }
    .products_filter_data ul li a {
        font-size: 12px;
        padding: 5px 10px;
    }
    .allergenen_filter li {
        padding: 0 12px 0 8px;
    }
    .allergenen_filter .custom-checkbox {
        width: 100%;
    }

    /* Mobile layout */
    .product.product--large.product--left {
        row-gap: 0;
        column-gap: 0;
    }
    .product .product__info-wrapper p.product__text.inline-richtext {
        font-size: 14px;
        display: flex;
    }
    .product__info-wrapper {
        padding-left: 0px !important;
    }
    .product .product__info-wrapper .price__container .price__regular .price-item--regular,
    .product .product__info-wrapper .price__container .price__sale .price-item--sale,
    .product .product__info-wrapper .price__container .price__sale s.price-item--regular {
        float: left;
    }
    .price__container .price__regular .price-item--regular {
        float: left;
    }
    .product .product__title {
        padding-top: 16px;
    }

    /* Mobile page width */
    .page-width {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    /* Mobile footer */
    .footer__copyright small, .copyright_div_main ul li a {
        font-size: 16px;
    }
    .copyright_div_main ul {
        display: block;
    }
    .copyright_menu_div {
        margin-right: 0px;
    }
    .footer_width_set {
        max-width: 100%;
        display: block;
    }

    /* Mobile buttons */
    .message_button {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .message_button button {
        float: left;
        width: 100%;
        font-size: 16px;
        padding: 12px 24px;
        margin-bottom: 0;
    }
    .message_button button a {
        justify-content: center;
    }
    .message_button svg {
        width: 24px;
        height: 24px;
    }
    .products_select_choko_data button {
        float: left;
        width: 100%;
        padding: 12px 24px;
        font-size: 16px;
    }
    .products_select_choko_data h2,
    .product_your_message h2,
    .add_message_section h4 {
        font-size: 18px;
    }

    /* Mobile gift wrap */
    .choose_gifts ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .choose_gifts ul li span {
        font-size: 11px;
    }
    .choose_gifts img {
        width: 100%;
        height: auto;
    }
    .giftwrap_single_image img {
        width: 100%;
    }

    /* Mobile misc */
    .custom-checkbox p {
        text-align: left;
        line-height: 22px;
    }
    .add_message_section {
        max-width: 100%;
    }
    .product_message_image img {
        width: 100px;
    }
    .nested-tabcontent {
        padding-left: 0;
        float: left;
        width: 100%;
    }
    .nested-tabcontent:before {
        content: none;
    }
    .product-tabcontent .nested-tab:after {
        display: none;
    }
    .article-number br {
        display: none;
    }
    .cat-list-main-div {
        display: block;
    }
    .product-tabcontent .nested-tab button.nested-tablinks {
        padding: 10px 6px 12px;
    }
    .favoriet_home_section_icon ul li.grid__item {
        max-width: 31.3%;
    }

    /* Mobile composition */
    ul.product_composition li a {
        font-size: 16px;
        line-height: 20px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    }
    ul.product_composition {
        max-width: 100%;
    }

    /* Mobile product shipping */
    .product_shipping_section p {
        font-size: 12px;
    }
    .product_shipping_section p br {
        display: none;
    }
    .product_shipping_section {
        gap: 10px;
        padding: 8px 12px;
    }
    .variant-packet-boxes {
        padding: 6px 10px;
    }
    .variant-packets {
        gap: 6px;
    }
    .variant-packet-boxes a {
        font-size: 12px;
    }
}

/* ============================================
   RESPONSIVE - SMALL MOBILE (max 420px)
   ============================================ */
@media only screen and (max-width: 420px) {
    .product_filter_images ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .product_filter_images img {
        width: 56px;
        height: 56px;
    }
    .product_selected_flavour li {
        width: 44px;
        height: 44px;
    }
    .product_selected_flavour img {
        width: 40px;
        height: 40px;
        margin-left: 2px;
    }
    .product-data-tab button {
        font-size: 11px;
        padding: 10px 10px;
    }
    .product-tabcontent .nested-tab button {
        font-size: 10px;
        padding: 8px 4px 10px;
    }
    .product-tabcontent .nested-tab button span {
        width: 18px;
        height: 18px;
        font-size: 9px;
        margin-right: 3px;
    }
}
}
