/* ==============================================
   BuddyBazaar Interactive Sections - Styles
   ============================================== */

/* CSS Variables - Theme Colors */
:root {
    --bb-primary: #2d2d2d;
    --bb-secondary: #83b738;
    --bb-accent: #f5a623;
    --bb-dark: #1a1a1a;
    --bb-light: #f8f9fa;
    --bb-gradient-1: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --bb-gradient-2: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --bb-gold: linear-gradient(135deg, #f5a623 0%, #f7b731 50%, #f5a623 100%);
    --bb-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    --bb-shadow-lg: 0 25px 60px rgba(0, 0, 0, 0.25);
}

/* ==============================================
   SECTION COMMON STYLES
   ============================================== */
.bb-wardrobe-section,
.bb-buckets-section {
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}

.bb-wardrobe-section {
    background: radial-gradient(circle at 50% 30%, #ffffff 0%, #e8e8e8 100%);
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.05);
}

.bb-buckets-section {
    background: #ffffff;
}

.bb-section-header {
    text-align: center;
    margin-bottom: 30px;
}

.bb-section-title {
    font-size: 3rem;
    font-weight: 800;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    letter-spacing: -0.5px;
}

.bb-wardrobe-section .bb-section-title {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bb-buckets-section .bb-section-title {
    color: #2d2d2d;
    text-shadow: none;
}

.bb-title-icon {
    font-size: 2.5rem;
    -webkit-text-fill-color: initial;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    animation: bbIconBounce 2s ease-in-out infinite;
}

.bb-title-icon:last-child {
    animation-delay: 0.3s;
}

@keyframes bbIconBounce {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    25% {
        transform: translateY(-8px) rotate(-5deg);
    }

    75% {
        transform: translateY(-4px) rotate(5deg);
    }
}

.bb-section-subtitle {
    font-size: 1.25rem;
    color: #555;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.bb-buckets-section .bb-section-subtitle {
    color: rgba(255, 255, 255, 0.8);
}

/* ==============================================
   WARDROBE SECTION
   ============================================== */
.bb-wardrobe-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
}

/* Steel Rack Bar */
/* (Old rack styles removed) */

/* Rack mounting brackets */
/* Rack mounting brackets (Updated for Realism) */
.bb-rack-bar::before,
.bb-rack-bar::after {
    content: '';
    position: absolute;
    top: -8px;
    width: 12px;
    height: 32px;
    background: linear-gradient(90deg, #555 0%, #aaa 50%, #555 100%);
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.bb-rack-bar::before {
    left: 30px;
}

.bb-rack-bar::after {
    right: 30px;
}

/* Brushed Steel Rack Bar */
.bb-rack-bar {
    position: relative;
    height: 14px;
    background: linear-gradient(180deg,
            #999 0%,
            #eee 40%,
            #fff 50%,
            #ccc 60%,
            #666 100%);
    border-radius: 7px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    z-index: 10;
}

/* Clothes Rack Container */
.bb-clothes-rack {
    display: flex;
    gap: 20px;
    padding: 10px 10px 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    /* Connect hanger to pipe */
    margin-top: -35px;
    z-index: 5;
    position: relative;
}

.bb-clothes-rack::-webkit-scrollbar {
    display: none;
}

.bb-clothes-rack:active {
    cursor: grabbing;
}

/* Hanger Item */
.bb-hanger-item {
    flex: 0 0 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transform-origin: top center;
    transition: transform 0.3s ease;
    animation: bbSwayIdle 4s ease-in-out infinite;
    animation-delay: var(--delay, 0s);
}

@keyframes bbSwayIdle {

    0%,
    100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(1deg);
    }

    75% {
        transform: rotate(-1deg);
    }
}

.bb-hanger-item:hover {
    animation: bbSwayActive 0.5s ease-in-out infinite;
    z-index: 20;
}

@keyframes bbSwayActive {

    0%,
    100% {
        transform: rotate(0deg) scale(1.05);
    }

    25% {
        transform: rotate(-2deg) scale(1.03);
    }

    75% {
        transform: rotate(2deg) scale(1.03);
    }
}

/* Wire Hanger Design */
/* Wire Hanger Design - Realistic SVG */
/* Realistic Wire Hanger SVG - High Visibility */
.bb-hanger {
    position: relative;
    width: 100px;
    /* Significantly wider */
    height: 55px;
    /* Taller */
    z-index: 5;
    /* Behind clothing as requested */
    /* Ensure on top of clothing */
    /* Thicker chrome wire hanger */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 60' fill='none'%3E%3Cfilter id='s'%3E%3CfeDropShadow dx='0' dy='2' stdDeviation='1.5' flood-opacity='0.4'/%3E%3C/filter%3E%3Cpath d='M50 2 C50 2 38 2 38 12 C38 20 50 16 50 26 L50 32 L15 58 L85 58 L50 32' stroke='%23d4af37' stroke-width='4' stroke-linejoin='round' stroke-linecap='round' filter='url(%23s)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    margin-bottom: -16px;
    /* Hanger hook overlaps cloth */
    top: 0;
}

/* Hide old elements */
.bb-hanger-hook,
.bb-hanger-bar,
.bb-hanger-bar::after,
.bb-hanger-bar::before {
    display: none;
}

/* Product Card - Clean white card with uniform size */
/* Floating Laundry Look */
/* Floating Laundry Look */
.bb-clothing {
    width: 220px;
    /* Slightly wider */
    height: 300px;
    /* Taller to fit full t-shirt ratio */
    position: relative;
    background: transparent;
    border: none;
    box-shadow: none;
    overflow: visible;
    z-index: 10;
    /* In front of hanger */
    /* Lower than hanger */
    transition: transform 0.4s ease;
    margin-top: -5px;
    /* Reduced overlap so it doesn't cover face */
    /* Pull tighter to hanger */
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

/* Remove accent line */
.bb-clothing::before {
    display: none;
}

/* Image with fixed aspect ratio and cover */
.bb-clothing img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensure uniform height */
    object-position: top center;
    transition: transform 0.4s ease;
    /* Realistic shadow dropping from the clothes */
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.4));
    /* Blend white backgrounds seamlessly into the wall */
    mix-blend-mode: multiply;
}

.bb-hanger-item:hover .bb-clothing {
    /* Removed card shadow */
    transform: translateY(-3px) rotate(1deg);
}

.bb-hanger-item:hover .bb-clothing img {
    transform: scale(1.02);
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.5));
}

/* Quick view overlay - gradient at bottom */
.bb-clothing-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            transparent 50%,
            rgba(0, 0, 0, 0.7) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bb-hanger-item:hover .bb-clothing-overlay {
    opacity: 1;
}

.bb-view-btn {
    padding: 10px 20px;
    background: #fff;
    color: var(--bb-dark);
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    border-radius: 20px;
    transform: translateY(10px);
}

.bb-hanger-item:hover .bb-view-btn {
    transform: translateY(0);
}

.bb-view-btn:hover {
    background: var(--bb-secondary);
    color: #fff;
}

/* Product Info */
.bb-product-info {
    text-align: center;
    padding: 15px 10px;
    background: transparent;
    margin-top: 5px;
}

.bb-product-info h4 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 10px;
    color: var(--bb-dark);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    line-height: 1.3;
}

.bb-product-price {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--bb-secondary);
    background: linear-gradient(135deg, #83b738 0%, #6a9a2e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Navigation Arrows */
.bb-rack-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 15;
}

.bb-rack-prev {
    left: 10px;
}

.bb-rack-next {
    right: 10px;
}

.bb-rack-nav:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    transform: translateY(-50%) scale(1.15);
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.5);
}

.bb-rack-nav svg {
    width: 26px;
    height: 26px;
    stroke-width: 2.5;
}

/* Spotlight Overlay */
.bb-spotlight-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    transition: background 0.3s ease;
    z-index: 5;
}

.bb-spotlight-active .bb-spotlight-overlay {
    background: rgba(0, 0, 0, 0.4);
}

.bb-spotlight-active .bb-hanger-item:hover {
    z-index: 100;
}

/* ==============================================
   PRODUCT MODAL
   ============================================== */
.bb-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.bb-modal.bb-modal-active {
    opacity: 1;
    visibility: visible;
}

.bb-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

.bb-modal-container {
    position: relative;
    background: #fff;
    border-radius: 20px;
    max-width: 700px;
    width: 90%;
    max-height: 80vh;
    overflow: hidden;
    transform: scale(0.8) translateY(50px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: var(--bb-shadow-lg);
}

.bb-modal.bb-modal-active .bb-modal-container {
    transform: scale(1) translateY(0);
}

.bb-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(238, 90, 90, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.bb-modal-close:hover {
    background: linear-gradient(135deg, #ee5a5a 0%, #ff6b6b 100%);
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 6px 20px rgba(238, 90, 90, 0.5);
}

.bb-modal-body {
    padding: 0;
}

.bb-modal-content {
    display: flex;
    flex-wrap: wrap;
}

.bb-modal-image {
    flex: 0 0 50%;
    max-height: 400px;
    overflow: hidden;
}

.bb-modal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bb-modal-details {
    flex: 0 0 50%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bb-modal-details h3 {
    font-size: 1.5rem;
    margin: 0 0 15px;
    color: var(--bb-dark);
}

.bb-modal-price {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--bb-secondary);
    margin-bottom: 20px;
}

.bb-modal-desc {
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.bb-modal-btn {
    display: inline-block;
    padding: 14px 30px;
    background: var(--bb-dark);
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
}

.bb-modal-btn:hover {
    background: var(--bb-secondary);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(131, 183, 56, 0.4);
}

/* ==============================================
   PRICE BASKETS SECTION
   ============================================== */
.bb-buckets-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    padding-top: 20px;
}

.bb-bucket-wrapper {
    text-align: center;
    position: relative;
}

.bb-bucket {
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 1;
}

.bb-bucket.bb-bucket-open {
    z-index: 100;
}

.bb-bucket:hover {
    transform: scale(1.05);
}

.bb-bucket:active {
    transform: scale(0.98);
}

/* Wire Basket Image */
.bb-basket-img {
    width: 350px;
    height: auto;
    transition: all 0.3s ease;
    /* Attempt to sharpen visuals */
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3)) contrast(1.1) saturate(1.1);
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
    /* Hardware accelerate */
    position: relative;
    z-index: 1;
    margin-top: -80px;
    /* Pull baskets up to remove image whitespace */
}

.bb-bucket:hover .bb-basket-img {
    filter: drop-shadow(0 15px 40px rgba(0, 0, 0, 0.4));
}

/* Price Tags */
.bb-price-tag {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 25px;
    font-size: 3rem;
    font-weight: 800;
    border-radius: 8px;
    box-shadow:
        0 4px 10px rgba(0, 0, 0, 0.3),
        inset 0 0 0 2px rgba(255, 255, 255, 0.4);
    z-index: 20;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tag-199 {
    background: linear-gradient(135deg, #ffd700 0%, #fdb931 100%);
    color: #333;
    border: 2px solid #b8860b;
}

.tag-299 {
    background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%);
    color: #fff;
    border: 2px solid #8e44ad;
}

/* Wheels */
.bb-basket-wheels {
    position: relative;
    width: 90%;
    height: 30px;
    margin: 0 auto;
}

.wheel {
    width: 25px;
    height: 25px;
    background: radial-gradient(circle, #333 40%, #666 100%);
    border-radius: 50%;
    position: absolute;
    top: -5px;
    border: 2px solid #999;
}

.wheel.left {
    left: 10px;
}

.wheel.right {
    right: 10px;
}

.bb-bucket-tagline {
    margin-top: 15px;
    font-size: 1.1rem;
    color: #555;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Divider */
.bb-buckets-divider {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bb-buckets-divider span {
    width: 60px;
    height: 60px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    font-weight: 700;
    font-size: 1.2rem;
    border: 2px solid #ddd;
}

.bb-bubbles-container {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    height: 180px;
    pointer-events: none;
    z-index: 1000;
}

.bb-bubble {
    position: absolute;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.1rem;
    color: #1a1a2e;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 3px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    opacity: 0;
    transform: scale(0);
    pointer-events: none;
    z-index: 1001;
    border: 3px solid rgba(255, 255, 255, 0.8);
}

.bb-bubble::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 12px;
    width: 15px;
    height: 10px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    transform: rotate(-30deg);
}

.bb-bucket-open .bb-bubble {
    opacity: 1 !important;
    pointer-events: auto;
}

.bb-bubble:hover {
    filter: brightness(1.1);
    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.5),
        0 5px 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.bb-bubble-disabled {
    background: linear-gradient(135deg, #999 0%, #777 100%);
    color: #555;
    opacity: 0.5;
    cursor: not-allowed;
}

.bb-bubble-disabled:hover {
    filter: none;
    cursor: not-allowed;
}

/* Bubble base position - JS handles final positioning */
.bb-bubble {
    top: 50%;
    left: 50%;
    margin-left: -27.5px;
    margin-top: -27.5px;
}

/* ==============================================
   MORPH TRANSITION
   ============================================== */
.bb-morph-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.bb-morph-overlay.bb-morph-active {
    opacity: 1;
}

.bb-morph-circle {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--bb-secondary);
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.bb-morph-overlay.bb-morph-active .bb-morph-circle {
    transform: translate(-50%, -50%) scale(50);
}

/* ==============================================
   RESPONSIVE DESIGN
   ============================================== */

/* Hide navigation buttons (using auto-scroll instead) */
.bb-rack-nav {
    display: none !important;
}

/* Tablet */
@media (max-width: 1024px) {
    .bb-section-title {
        font-size: 2.2rem;
    }

    .bb-wardrobe-container {
        padding: 0 15px;
    }

    .bb-hanger-item {
        flex: 0 0 200px;
    }

    .bb-clothing {
        width: 180px;
        height: 240px;
    }
}

/* Mobile */
@media (max-width: 768px) {

    .bb-wardrobe-section,
    .bb-buckets-section {
        padding: 50px 15px;
    }

    .bb-section-header {
        margin-bottom: 40px;
    }

    .bb-section-title {
        font-size: 1.6rem;
        gap: 10px;
        flex-wrap: wrap;
        line-height: 1.3;
    }

    .bb-title-icon {
        font-size: 1.8rem;
    }

    .bb-section-subtitle {
        font-size: 1rem;
        padding: 0 10px;
    }

    .bb-wardrobe-container {
        padding: 0 10px;
    }

    /* Show 2-3 products on mobile */
    .bb-clothes-rack {
        gap: 10px;
        padding: 10px 5px 15px;
    }

    .bb-hanger-item {
        flex: 0 0 130px;
    }

    /* Smaller wire hanger for mobile */
    /* Mobile Hanger - Use SVG scaling */
    .bb-hanger {
        width: 50px;
        height: 35px;
        margin-bottom: -10px;
    }

    /* Hide old mobile overrides */
    .bb-hanger-hook,
    .bb-hanger-bar,
    .bb-hanger-bar::after,
    .bb-hanger-bar::before {
        display: none !important;
    }

    /* Compact product card for mobile */
    .bb-clothing {
        width: 100%;
        height: 160px;
        border-radius: 6px;
    }

    /* High quality images */
    .bb-clothing img {
        object-fit: cover;
    }

    .bb-product-info {
        padding: 12px 8px;
    }

    .bb-product-info h4 {
        font-size: 0.85rem;
        max-width: 150px;
        margin: 0 auto 6px;
    }

    .bb-product-price {
        font-size: 0.95rem;
    }

    .bb-view-btn {
        padding: 8px 16px;
        font-size: 0.85rem;
    }

    /* Rack bar mobile - metallic gray */
    .bb-rack-bar {
        height: 6px;
        left: 3%;
        right: 3%;
        background: linear-gradient(180deg, #b8b8b8 0%, #888 50%, #666 100%) !important;
    }

    .bb-rack-bar::before,
    .bb-rack-bar::after {
        width: 12px;
        height: 20px;
        top: -12px;
        background: linear-gradient(180deg, #999 0%, #666 100%) !important;
    }

    /* Modal mobile */
    .bb-modal-container {
        width: 95%;
        max-height: 90vh;
        border-radius: 15px;
    }

    .bb-modal-close {
        width: 40px;
        height: 40px;
        font-size: 24px;
        top: 10px;
        right: 10px;
    }

    .bb-modal-content {
        flex-direction: column;
    }

    .bb-modal-image,
    .bb-modal-details {
        flex: 0 0 100%;
    }

    .bb-modal-image {
        max-height: 220px;
    }

    .bb-modal-details {
        padding: 20px;
    }

    .bb-modal-details h3 {
        font-size: 1.2rem;
    }

    .bb-modal-price {
        font-size: 1.1rem;
    }

    .bb-modal-btn {
        padding: 12px 24px;
        font-size: 0.95rem;
    }

    /* Baskets mobile */
    .bb-buckets-section {
        padding: 40px 15px 60px;
        overflow: visible;
    }

    .bb-buckets-container {
        flex-direction: column;
        gap: 30px;
        padding-top: 20px;
        align-items: center;
    }

    .bb-bucket-wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .bb-basket-img {
        width: 200px;
    }

    /* Bubbles mobile - centered around basket */
    .bb-bubbles-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 300px;
        height: 280px;
        z-index: 2000;
    }

    .bb-basket-img {
        width: 240px;
    }

    .bb-bucket-tagline {
        font-size: 0.9rem;
        margin-top: 10px;
    }

    .bb-price-tag {
        font-size: 2.2rem;
        padding: 10px 20px;
    }

    .bb-bubble {
        width: 50px;
        height: 50px;
        font-size: 0.85rem;
        font-weight: 700;
    }
}

/* Small phones */
@media (max-width: 400px) {
    .bb-section-title {
        font-size: 1.3rem;
    }

    .bb-title-icon {
        font-size: 1.3rem;
    }

    .bb-hanger-item {
        flex: 0 0 110px;
    }

    .bb-hanger {
        width: 50px;
        height: 25px;
    }

    .bb-hanger-hook {
        width: 8px;
        height: 10px;
        border-width: 2px;
        top: -6px;
    }

    .bb-hanger-bar {
        border-left-width: 22px;
        border-right-width: 22px;
        border-top-width: 15px;
    }

    .bb-hanger-bar::after {
        width: 40px;
        left: -20px;
        bottom: -15px;
    }

    .bb-clothing {
        height: 140px;
    }

    .bb-product-info h4 {
        font-size: 0.75rem;
    }

    .bb-product-price {
        font-size: 0.8rem;
    }
}