/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 16 2025 | 03:08:17 */
.smp-pack-ui-wrap {
    position: relative;
}
.smp-pack-inline-title {
    position: absolute;
    top: -26px;
    left: 0;
    font-size: 0.95rem;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    color: #111;
    letter-spacing: .02em;
    pointer-events: none;
}
@media (max-width: 782px) {
    .smp-pack-inline-title {
        top: -22px;
        font-size: 0.9rem;
    }
}
.pack-children-list {
    margin: 0 0 1rem 0;
    padding: 0;
}
.pack-child-li {
    margin: 10px 0 16px 0;
    padding: 10px 0 16px 0;
    border-bottom: 1px solid #e9edf3;
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.ct-list.ct-list--check .pack-child-li {
    list-style: inherit;
}
.pack-child-li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.pack-child-thumb {
    flex: none;
    width: 110px;
    height: 110px;
    border-radius: 8px;
    overflow: hidden;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pack-child-thumb img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}
.pack-child-content {
    flex: 1 1 0%;
}
.pack-price-loader {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 18px;
    height: 18px;
    position: relative;
}
.pack-price-loader svg {
    animation: pack-spin 0.8s linear infinite;
}
@keyframes pack-spin {
    100% {
        transform: rotate(360deg);
    }
}
.pack-price-loader.hide {
    display: none;
}
.pack-status-ok {
    display: inline-block;
    margin-left: 8px;
    color: #1aa1dd;
    font-weight: 700;
    font-size: 0.95em;
}
.pack-status-ok.hide {
    display: none;
}
.pack-status-select {
    color: #666;
    font-size: 0.9em;
    font-weight: normal;
    margin-left: 6px;
}
.pack-status-unavailable {
    display: inline-block;
    margin-left: 8px;
    color: #e74c3c;
    font-weight: 600;
    font-size: 0.9em;
}
.pack-status-unavailable.hide {
    display: none;
}
.pack-variation-selectors {
    margin-top: 10px;
}
.pack-attr-group {
    margin: 12px 0 6px;
}
.pack-attr-label {
    display: block;
    margin: 0 0 6px 0;
    font-weight: 600;
    font-size: 0.95em;
    color: #2b2b2b;
}
.pack-attr-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.pack-attr-btn {
    display: inline-block;
    border: 2px solid #e1e5ea;
    background: #f9fafb;
    color: #344054;
    border-radius: 18px;
    padding: 5px 10px;
    cursor: pointer;
    line-height: 1;
    font-size: 0.88em;
    transition: all .15s ease;
    user-select: none;
}
.pack-attr-btn:hover {
    border-color: #b7c6d5;
    color: #1aa1dd;
    background: #eef6fb;
}
.pack-attr-btn.is-selected {
    background: #1aa1dd;
    border-color: #1aa1dd;
    color: #fff;
}
.pack-attr-btn.is-disabled {
    opacity: .55;
    pointer-events: none;
}
.pack-attr-group .ct-variation-swatches > select {
    display: none !important;
}
.pack-attr-group .ct-variation-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 0;
}
.pack-attr-group .ct-variation-swatches .ct-swatch-container {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: visible !important;
}
.pack-attr-group .ct-variation-swatches .ct-swatch {
    display: inline-flex;
    border: 2px solid #e1e5ea;
    border-radius: 50%;
    padding: 3px;
    background: #fff;
}
.pack-attr-group .ct-variation-swatches .ct-swatch-content {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.08);
    display: block;
    background-clip: padding-box;
}
.pack-attr-group .ct-variation-swatches .ct-swatch-container.active .ct-swatch {
    border-color: #1aa1dd;
    box-shadow: inset 0 0 0 2px rgba(26,161,221,.12);
}
.pack-attr-group .ct-variation-swatches .ct-tooltip {
    position: absolute !important;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(17,17,17,.9);
    color: #fff;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 4px;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    margin-bottom: 6px;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s;
    display: inline-block;
}
.pack-attr-group .ct-variation-swatches .ct-swatch-container:hover .ct-tooltip {
    opacity: 1 !important;
    pointer-events: auto;
}
.smp-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;
}
.pack-add-to-cart-form .single_add_to_cart_button[disabled],
.pack-add-to-cart-form .single_add_to_cart_button.is-disabled {
    opacity: .55;
    cursor: not-allowed;
    pointer-events: none;
    filter: grayscale(6%);
}

.ct-variation-swatches .ct-swatch-container,
.ct-variation-swatches .ct-swatch-content {
    pointer-events: auto !important;
    overflow: visible !important;
}