
.nook-hide-group {
    display: none !important;
}
.nook-hide-group {
    display: none !important;
}

.nook-swatch-group[data-option-title*="Body"],
.nook-swatch-group[data-option-title*="Face"] {
    display: none !important;
}

/*  */
.nn-h5-slider-container {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #f2f2f2;
}
.nn-h5-slider-wrapper {
    display: flex !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
.nn-h5-slider-wrapper::-webkit-scrollbar { display: none; }
.nn-h5-slide {
    flex: 0 0 100% !important;
    width: 100%;
    scroll-snap-align: start;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*  */
.nn-thumbnails-container {
    margin-top: 12px;
    width: 100%;
}
.nn-thumbnails-wrapper {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 5px;
}
.nn-thumbnails-wrapper::-webkit-scrollbar { height: 4px; }
.nn-thumbnails-wrapper::-webkit-scrollbar-thumb { background: #ddd; border-radius: 10px; }

.nn-thumb-item {
    flex: 0 0 70px; /*  */
    height: 70px;
    border: 2px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    background: #fff;
}
.nn-thumb-item.active {
    border-color: #00bcd4;
}
.nn-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*  */
.nn-preview-thumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f8f5ff;
    font-size: 10px;
    color: #673ab7;
    font-weight: bold;
}
.thumb-ai-icon { font-size: 18px; margin-bottom: 2px; }


#nook-canvas-item { display: block !important; }
/*  */
.pet-type-container { display: flex; gap: 12px; margin: 10px 0 20px 0; }
.type-card { 
    flex: 1; padding: 12px; border: 2px solid #eee; border-radius: 10px; 
    text-align: center; cursor: pointer; transition: 0.3s; background: #fff;
    font-weight: 500; color: #666;
}
.nook-type-input { display: none; }
.nook-type-input:checked + .type-card { 
    border-color: #00bcd4; background: #e0f7fa; color: #00838f; 
}

/* */
.custom-image-grid { 
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; 
    padding: 15px; background: #f9f9f9; border-radius: 12px; border: 1px solid #eee;
    margin-bottom: 20px;
}
.breed-selector input { display: none; }
.breed-card { 
    border: 2px solid transparent; border-radius: 8px; padding: 4px; 
    transition: 0.2s; background: #fff; text-align: center; cursor: pointer;
}
.breed-card img { width: 100%; border-radius: 5px; margin-bottom: 4px; }
.breed-card span { font-size: 11px; display: block; color: #333; line-height: 1.2; }
.breed-selector input:checked + .breed-card { 
    border-color: #ff6600; box-shadow: 0 4px 12px rgba(255,102,0,0.1); 
}

.nook-preview-box {
    margin-top: 20px;
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}



#input-option-412 { display: none; }
/*  */
.responsive-h1 {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #222;
    /*  */
    font-size: 1rem; 
    letter-spacing: -0.02em; /*  */
}

.title-divider {
    width: 40px;
    height: 3px;
    background-color: #00bcd4; /* Neon Nook  */
    border-radius: 2px;
}

@media (max-width: 768px) {
    .responsive-h1 {
        font-size: 1rem; /*  */
        line-height: 1.3;
    }
    .product-title-container {
        text-align: left; /*  */
    }
}


@media (min-width: 1400px) {
    .responsive-h1 {
        font-size: 1rem;
    }
}


.product-price-box {
    background: #fdfdfd;
    padding: 10px 0;
}

.price-new {
    letter-spacing: -1px;
    color: #222;
}

.text-danger {
    color: #dc512c !important; /*  */
}

.text-cyan {
    color: #00bcd4;
    font-weight: 500;
}

.discount-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 5px 12px;
    background: #fff;
    transition: all 0.2s;
}

.discount-badge:hover {
    border-color: #00bcd4;
    background: #f0fbfc;
}

.discount-badge .qty {
    font-size: 11px;
    color: #888;
}

.discount-badge .price {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

@media (max-width: 768px) {
    .price-new {
        font-size: 2rem !important;
    }
}

.product-info-grid {
    padding: 15px;
    background: #fcfcfc; /*  */
    border-radius: 8px;
    border: 1px solid #eee;
}

.product-info-grid .text-muted {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-info-grid .fw-bold {
    font-size: 14px;
    color: #333;
}

@media (max-width: 576px) {
    .product-info-grid {
        padding: 10px;
    }
    .product-info-grid .fw-bold {
        font-size: 13px;
    }
}

.nook-size-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 5px;
}

.size-input {
    display: none !important;
}

.size-label {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease;
    text-align: center;
    min-width: 80px;
}

.size-label:hover {
    border-color: #999;
}

.size-input:checked + .size-label {
    border-color: #00bcd4; 
    background-color: #f0fbfc;
    color: #00bcd4;
    font-weight: bold;
    box-shadow: 0 0 5px rgba(0, 188, 212, 0.2);
}

.size-price {
    display: block;
    font-size: 11px;
    font-weight: normal;
    opacity: 0.8;
}

.nook-swatch-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

.nook-swatch-input {
    display: none !important;
}

.nook-swatch-label {
    display: block;
    cursor: pointer;
    border: 2px solid #e0e0e0; 
    border-radius: 6px;
    padding: 2px;
    transition: all 0.25s ease-in-out;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.nook-swatch-label img {
    width: 65px;  
    height: 65px;
    display: block;
    object-fit: cover;
    border-radius: 4px;
}

.nook-swatch-label:hover {
    border-color: #ccc;
}

.nook-swatch-input:checked + .nook-swatch-label {
    border-color: #00bcd4; 
    box-shadow: 0 0 10px rgba(0, 188, 212, 0.3);
}

.nook-swatch-input:checked + .nook-swatch-label::after {
    content: "✓";
    position: absolute;
    top: -1px;
    right: -1px;
    background: #00bcd4;
    color: white;
    font-size: 10px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 0 6px;
}

.swatch-price-tag {
    display: block;
    font-size: 10px;
    text-align: center;
    color: #888;
    margin-top: 2px;
}

.nook-buy-row {
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin-top: 20px;
}

.nook-qty-group {
    flex: 0 0 130px; /*  */
}

.nook-qty-group .input-group {
    height: 52px; /*  */
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.nook-qty-group .btn {
    background: #f8f9fa;
    border: none;
    width: 40px;
    font-size: 18px;
    color: #333;
    transition: background 0.2s;
}

.nook-qty-group .btn:hover {
    background: #e9ecef;
}

#input-quantity {
    border: none !important;
    box-shadow: none !important;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
}

.nook-add-cart-group {
    flex: 1; 
}

#button-cart {
    height: 52px;
    background-color: #00bcd4; 
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

#button-cart:hover {
    background-color: #00acc1;
    box-shadow: 0 4px 15px rgba(0, 188, 212, 0.3);
}

@media (max-width: 400px) {
    .nook-buy-row { gap: 8px; }
    .nook-qty-group { flex: 0 0 110px; }
}

.rating-action-wrapper {
    min-height: 40px;
}

.rating-stars .fa-stack {
    width: 1.2em;
    height: 1.2em;
    line-height: 1.2em;
}

.review-links a:hover {
    color: #00bcd4 !important; /* Neon Nook  */
}

.action-buttons .btn-link {
    text-decoration: none;
    transition: transform 0.2s ease, color 0.2s ease;
}

.action-buttons .btn-link:hover {
    color: #dc512c !important; /*  */
    transform: scale(1.1);
}

.action-buttons .fa-arrow-right-arrow-left:hover {
    color: #00bcd4 !important; /*  */
}

@media (max-width: 480px) {
    .rating-action-wrapper {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.product-gallery-wrapper { position: relative; max-width: 100%; }


.product-main-swiper { border: 1px solid #eee; border-radius: 8px; overflow: hidden; }
.product-main-swiper .swiper-slide { background: #fff; display: flex; align-items: center; justify-content: center; }
.product-main-swiper img { max-width: 100%; height: auto; }


.nn-canvas-container { position: relative; width: 100%; padding: 5px; }
#livePreviewCanvas { width: 100%; height: auto; display: block; border-radius: 4px; }
.nn-badge { 
    position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%);
    background: rgba(0, 188, 212, 0.9); color: #fff; padding: 5px 15px;
    border-radius: 20px; font-weight: bold; font-size: 12px; pointer-events: none;
}


.product-thumb-swiper { margin-top: 10px; height: 80px; box-sizing: border-box; padding: 10px 0; }
.product-thumb-swiper .swiper-slide { width: 25%; height: 100%; opacity: 0.4; cursor: pointer; transition: 0.3s; }
.product-thumb-swiper .swiper-slide-thumb-active { opacity: 1; }
.product-thumb-swiper img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }


.small-thumb.active-preview { 
    background: #00bcd4; color: #fff; display: flex; 
    align-items: center; justify-content: center; font-size: 10px; font-weight: bold; border-radius: 4px;
}


#product .col-sm-4, 
.product-options-wrapper {
    transform: translate(15px, -20px);
    position: relative;
    z-index: 10;
}

#product .col-sm-8 {
    position: relative;
    z-index: 5;
}

.nook-swatch-group[data-option-title*="Gender"] {
    text-align: left;
}

.nook-swatch-group[data-option-title*="Gender"] .nook-swatch-label {
    display: flex;
    justify-content: flex-end; 
    align-items: center;
    width: 100%; 
    padding-right: 0px; 
    box-sizing: border-box;
}

.nook-swatch-group[data-option-title*="Gender"] .nook-swatch-label img {
    position: relative;
    left: 0px; 
    transition: all 0.3s ease; 
}

.nook-swatch-group[data-option-title*="Gender"] .nook-swatch-label span {
    order: 1;
    text-align: right;
}

.nook-swatch-group[data-option-title*="Gender"] .nook-swatch-label img,


.nook-swatch-label img {
    margin-left: 10px; 
}

.nook-swatch-group[data-option-title*="Eyes"] {
    margin-top: -10px; 
    position: relative;
    z-index: 11;
}

.nook-swatch-group[data-option-title*="Eyes"] .nook-swatch-label img {
    transform: translateY(-5px); 
}

[data-option-title*="Face"],
[data-option-title*="Body"] {
    display: none !important;
}
#product div.nook-swatch-group[data-option-title*="Graduate's Face"],
#product div.nook-swatch-group[data-option-title*="Graduate's Body"] {
    display: none !important;
    visibility: hidden !important;
    position: absolute !important; 
    pointer-events: none !important;
}

#product div.nook-swatch-group[data-option-title*="Graduate's Skin Color"] {
    visibility: visible !important;
    height: auto !important;
}

[data-option-title*="Graduate's Skin Color"] .nook-swatch-label img {
    border-radius: 50%; 
    border: 2px solid #eee;
}

@font-face {
    font-family: 'MontserratCustom';
    src: url('../stylesheet/fonts/montserrat-v25-latin-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PlayfairCustom';
    src: url('../stylesheet/fonts/playfair-display-v30-latin-700italic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
.nook-swatch-group[data-option-title*="Base"] { display: none !important; }