/* RESET */
body {
    margin: 0;
    font-family: 'Fredoka', sans-serif;
    background: #DDD0C8;

}

html,
body {
    width: 100%;
    max-width: 100%;
}

/* TOP BAR */
.top-bar {
    background: #A8D5E3;
    color: #000;
    text-align: center;
    padding: 8px 0;
    font-size: 13px;
    font-weight: 500;

}

.top-bar p {
    margin-bottom: 0;
    font-family: 'Bungee';
    font-weight: 200 !important;
    letter-spacing: 0.5px !important;
}

/* NAVBAR */
.navbar-custom {
    background: #111;

    padding: 18px 0;
    position: sticky !important;
    top: 0;
    z-index: 999;
}

/* CONTAINER */
.navbar-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

/* LOGO */
.logo {
    left: 20px;

    top: -10px;
    transform: rotate(-8deg);
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
}

.logo:hover {
    transform: rotate(-8deg) scale(1.05);
}

.logo h1 {
    font-family: 'Fredoka';
    color: #A8D5E3;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;

    display: inline-block;

    /* MAIN OUTLINE (thick cartoon stroke) */
    text-shadow:
        -3px -3px 0 #000,
        3px -3px 0 #000,
        -3px 3px 0 #000,
        3px 3px 0 #000,
        -4px 0px 0 #000,
        4px 0px 0 #000,
        0px -4px 0 #000,
        0px 4px 0 #000;





    transform: rotate(-1deg);

}

.logo span {
    color: #A8D5E3;
}

/* MENU */
.nav-menu {
    list-style: none;
    position: absolute;
    margin: 0 auto;
    display: flex;
    gap: 35px;
    left: 50%;
    transform: translateX(-50%);



}

.nav-menu li {
    position: relative;
}

.nav-menu a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: 0.3s;
    font-family: 'Bungee';
}

.nav-menu a:hover {
    color: #A8D5E3;
}


/* FINDER BUTTON */
.finder-btn {
    border: 1px solid #A8D5E3;
    padding: 6px 14px;
    border-radius: 6px;
}



.ifire {
    color: #A8D5E3;
}

/* ICONS */
.nav-icons {
    display: flex;
    gap: 18px;
    color: #fff;
    font-size: 18px;
    margin-left: auto;

}

.nav-icons i {
    cursor: pointer;
    transition: 0.3s;
}

.nav-icons i:hover {
    color: #A8D5E3;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .nav-menu {
        display: none;
    }
}

@media (max-width: 768px) {

    html,
    body {
        overflow-x: hidden;
    }


}



.hero-section,
.products-section {
    width: 100%;
    max-width: 100%;
}

/* FULL DROPDOWN */
.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #000;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.25s ease;
    border-top: 2px solid #A8D5E3;
    z-index: -1;
}

.gifts-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #000;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.25s ease;
    border-top: 2px solid #A8D5E3;
    z-index: -1;
}

.gifts-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* ACTIVE STATE */
.mega-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-menu:hover {
    display: block;
}

/* MAIN WRAPPER */
.mega-wrapper {
    display: flex;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
}

.mega-parent {
    position: static;
    /* IMPORTANT */
}

/* LEFT BLACK COLUMN */
.mega-left {
    width: 220px;

    color: #fff;
    padding: 30px 20px;

}

.mega-left h6 {
    color: #A8D5E3;
    font-size: 13px;
    margin-bottom: 15px;
}

.mega-left li {
    margin-bottom: 12px;
    cursor: pointer;
    list-style: none;
    font-weight: 600;

}

/* CENTER CONTENT */
.mega-content {
    display: flex;
    gap: 60px;
    padding: 30px 40px;
    flex: 1;
}

/* COLUMNS */
.mega-col h6 {
    color: #A8D5E3;
    font-size: 13px;
    margin-bottom: 15px;
}

ul {
    padding-left: 0;
}

.mega-col li {
    color: #fff;
    margin-bottom: 10px;
    list-style: none;


}

/* RIGHT CARD (FIX WIDTH) */
.mega-card {
    width: 310px;
    background: #A8D5E3;
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    margin: 30px;

}

.mega-card h3 {
    font-family: 'Bungee', cursive;
    font-size: 26px;
}

.mega-card button {
    background: #fff;
    border: none;
    padding: 8px;
    border-radius: 6px;
    margin-top: 10px;
    font-size: 14px;
}

.mega-card p {
    font-size: 14px;
}

/* HERO SECTION */
.hero-section {
    position: relative;
    margin-top: 0;
    padding: 80px 20px 28px;
    overflow: hidden;

}

/* CONTENT CENTER */
.hero-content {


    margin: 0 auto;
}

/* TITLE */
.hero-title {
    font-family: 'Bungee', cursive;
    font-size: 32px;
    background: #eee;
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    border: 3px solid #000;
    box-shadow: 6px 6px 0 #000;
    margin-bottom: 20px;
}

/* SUBTITLE */
.hero-subtitle {
    font-size: 16px;
    max-width: 650px;
    margin: 0 auto 40px;
    color: #222;
}

/* FILTER BAR */
.filter-bar {
    background: #eee;
    border-radius: 12px;
    border: 3px solid #000;

    padding: 20px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

/* RIGHT SIDE BUTTONS */
.filter-bar .right {
    display: flex;
    gap: 10px;
}

/* BUTTONS */
.btn-filter,
.btn-sort {
    border: 2px solid #000;
    background: #fff;
    padding: 8px 14px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.2s;
    white-space: nowrap;
}

.btn-filter:hover,
.btn-sort:hover {
    background: #A8D5E3;


}

/* ========================= */
/* 📱 TABLET (<= 992px) */
/* ========================= */

@media (max-width: 992px) {

    .hero-title {
        font-size: 26px;
        padding: 10px 20px;
    }

    .hero-subtitle {
        font-size: 15px;
    }

    .filter-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .filter-bar .right {
        width: 100%;
        justify-content: flex-end;
    }
}

/* ========================= */
/* 📱 MOBILE (<= 576px) */
/* ========================= */

@media (max-width: 576px) {

    .hero-section {
        padding: 60px 15px 80px;
        width: 100%;

    }

    .hero-title {
        font-size: 20px;
        padding: 8px 14px;
        box-shadow: 4px 4px 0 #000;
    }

    .hero-subtitle {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .filter-bar {
        padding: 15px;
    }

    .filter-bar .left {
        font-size: 14px;
    }

    .filter-bar .right {
        flex-direction: column;
        width: 100%;
    }

    .btn-filter,
    .btn-sort {
        width: 100%;
        text-align: center;
    }
}

/* GRID */
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 20px;
}

/* CARD */
.product-card {
    background: #eee;
    border: 3px solid #000;
    border-radius: 12px;
    overflow: hidden;



}

.product-card:hover {
    transform: translateY(-3px);
    box-shadow: 3px 3px 0 #000;
}

/* IMAGE */
.product-img {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.product-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

/* HEART (HIDDEN INITIALLY) */
.wishlist {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #fff;
    border: 2px solid #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    transform: scale(0.8);
    transition: 0.2s;
}

/* SHOW ON HOVER */
.product-card:hover .wishlist {
    opacity: 1;
    transform: scale(1);
}

.badge-discount {
    position: absolute;
    top: -7px;
    left: -7px;

    background: #A8D5E3;
    padding: 12px 18px;
    border: 3px solid #000;

    transform: rotate(-10deg);
    z-index: 5;

    opacity: 1 !important;

    visibility: visible !important;
    border-radius: 8px;
    font-weight: 800;
    font-family: 'Bungee', cursive;
}

/* BODY */
.product-body {
    padding: 15px;
    text-align: center;
}

/* TITLE */
.product-title {

    margin-bottom: 10px;
    font-family: 'Bungee', cursive;
    font-size: 16px;
}

/* VARIANTS */
.variants {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 15px 0;
}

.variant {
    text-align: center;
    cursor: pointer;
}

.variant img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    border: 2px solid transparent;
}

.variant:hover img {
    border: 2px solid #000;
}

.variant span {
    display: block;
    margin-top: 5px;
    /* small spacing under image */
    font-size: 13px;
}

/* RATING */
.rating {
    font-size: 13px;
    margin-bottom: 10px;
}

.rating span {
    color: #555;
}

.rating i {
    color: #A8D5E3;
    font-size: 16px;
}

/* PRICE */
.price {
    margin-bottom: 12px;
}

/* PRICE */
.price .old {
    text-decoration: line-through;
    color: #888;
}

.price .new {
    color: #ff2f5b;
    font-weight: bold;
}

/* ACTIONS */
.product-actions {
    display: flex;
    gap: 10px;
}

/* BUTTON */
.btn-cart {
    flex: 1;
    background: #A8D5E3;
    border: 2px solid #000;
    padding: 10px;
    font-weight: bold;
    border-radius: 8px;
}



.btn-view {
    width: 45px;
    border: 2px solid #000;
    background: #fff;
    border-radius: 8px;
}

/* ========================= */
/* 📱 TABLET */
/* ========================= */

@media (max-width: 992px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ========================= */
/* 📱 MOBILE */
/* ========================= */

@media (max-width: 576px) {
    .product-grid {
        grid-template-columns: 1fr;
    }

    .product-img {
        height: 200px;
    }

    .product-card {
        gap: 8px;
    }
}

/* OVERLAY */
.filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);

    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
}

/* SIDEBAR */
.filter-sidebar {
    position: fixed;
    top: 0;
    right: -350px;
    width: 320px;
    height: 100%;
    background: #A8D5E3;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    transition: 0.3s ease;
    z-index: 1000;
}

/* ACTIVE STATE */
.filter-sidebar.active {
    right: 0;
}

.filter-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* HEADER */
.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-family: 'Bungee', cursive;
}

.close-filter {
    border: 2px solid #000;
    background: #ff2f5b;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

/* BODY */
.filter-body {
    padding: 20px;
}

.filter-group {
    margin-bottom: 25px;
}

.filter-group h5 {
    margin-bottom: 10px;
}

.filter-group label {
    display: block;
    margin-bottom: 8px;
}

/* PRICE */
.price-box {
    display: flex;
    gap: 10px;
}

.price-box input {
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    border: 2px solid #000;
}

/* FOOTER */
.filter-footer {
    padding: 20px;
}

.view-btn {
    width: 100%;
    padding: 12px;
    background: #111;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
}

/* WRAPPER */

.sort-dropdown-global {
    position: fixed;
    /* 🔥 key */
    top: 0;
    left: 0;

    width: 260px;
    background: #eee;

    border: 3px solid #000;
    border-radius: 12px;
    box-shadow: 6px 6px 0 #000;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.2s;

    z-index: 999999;
    /* 🔥 always on top */
}

/* ACTIVE */
.sort-dropdown-global.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* LIST */
.sort-dropdown-global ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.sort-dropdown-global li {
    padding: 10px 15px;
    cursor: pointer;
}

.sort-dropdown-global li:hover {
    background: #ddd;
}

.footer {
    background: #111;
    color: #fff;
    padding: 60px 0;

}

.footer h5 {
    font-family: 'Bungee', cursive;
    font-size: 14px;
    margin-bottom: 15px;
    color: #A8D5E3;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 8px;
    font-size: 14px;
    cursor: pointer;
}

.footer ul li:hover {
    color: #A8D5E3;
}

/* GRID */
.footer-top,
.footer-middle {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

/* SECOND ROW */
.footer-middle {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
}

/* SOCIAL */
.social-icons i {
    font-size: 20px;
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 50%;
    margin-right: 10px;
}

/* DESCRIPTION */
.footer-desc {
    font-size: 13px;
    margin: 20px 0;
    line-height: 1.6;
}

/* BOTTOM */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom .links a {
    margin-left: 15px;
    color: #fff;
}

/* ========================= */
/* 📱 TABLET */
/* ========================= */
@media (max-width: 992px) {

    .footer-top {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-middle {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* ========================= */
/* 📱 MOBILE */
/* ========================= */
@media (max-width: 576px) {

    .footer-top,
    .footer-middle {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

}

/* ========================= */
/* JOIN CLUB SECTION */
/* ========================= */

.club-section {
    padding: 80px 15px;
    position: relative;
}

/* BOX */
.club-box {
    max-width: 800px;
    margin: auto;

    background: #A8D5E3;

    border: 3px solid #111;
    border-radius: 14px;

    box-shadow: 8px 8px 0 #c8c2bf;

    padding: 40px 40px;
    text-align: center;
}

/* TITLE */
.club-box h2 {
    font-family: "Bungee", sans-serif;
    font-size: 38px;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.1;
}

/* TEXT */
.club-text {
    max-width: 780px;
    margin: auto;
    color: #000;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 35px;
}

/* FORM */
.club-form {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

/* INPUT BOX */
.input-box {
    flex: 1;
    height: 54px;

    display: flex;
    align-items: center;
    gap: 15px;

    background: #f3f3f3;

    border: 3px solid #111;
    border-radius: 12px;

    padding: 0 22px;
}

/* ICON */
.input-box i {
    font-size: 18px;
    color: #999;
}

/* INPUT */
.input-box input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;

    font-size: 18px;
    font-weight: 500;
    color: #111;
}

/* BUTTON */
.club-form button {
    height: 54px;
    padding: 0 38px;

    border: 3px solid #111;
    border-radius: 12px;

    background: #f7ca2f;

    font-family: "Bungee", sans-serif;
    font-size: 18px;
    color: #111;

    transition: 0.25s ease;
}

/* HOVER */
.club-form button:hover {
    transform: translateY(-2px);
}

/* NOTE */
.club-note {
    color: #000;
    font-size: 17px;
    font-style: italic;
    line-height: 1.6;
}

.club-note a {
    color: #000;
    font-weight: 600;
}

/* ========================= */
/* TABLET */
/* ========================= */

@media (max-width: 992px) {

    .club-box {
        padding: 40px 30px;
    }

    .club-box h2 {
        font-size: 40px;
    }

    .club-text {
        font-size: 18px;
    }

    .input-box {
        height: 64px;
    }

    .club-form button {
        height: 64px;
        font-size: 18px;
    }

}

/* ========================= */
/* MOBILE */
/* ========================= */

@media (max-width: 768px) {

    .club-section {
        padding: 60px 15px;
    }

    .club-box {
        padding: 35px 20px;
        border-radius: 12px;
    }

    .club-box h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .club-text {
        font-size: 16px;
        margin-bottom: 25px;
    }

    /* STACK FORM */
    .club-form {
        flex-direction: column;
    }

    .input-box {
        width: 100%;
        height: 58px;
        padding: 0 16px;
    }

    .input-box i {
        font-size: 22px;
    }

    .input-box input {
        font-size: 16px;
    }

    .club-form button {
        width: 100%;
        height: 58px;
        font-size: 16px;
    }

    .club-note {
        font-size: 14px;
    }

}

/* ========================= */
/* PRODUCT DETAIL */
/* ========================= */
/* IMPORTANT */
.product-detail-section {
    overflow: visible !important;
}

.container {
    overflow: visible !important;
}

.product-layout {
    overflow: visible !important;
}

.product-detail-section {
    padding: 50px 0;
}



/* LAYOUT */
.product-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;

    background: #f3f3f3;

    border: 3px solid #111;
    border-radius: 14px;

    padding: 30px;
    align-items: start;
}

/* ========================= */
/* GALLERY */
/* ========================= */

.product-gallery {

    position: sticky;
    top: 100px;

    height: fit-content;

    align-self: start;

}

/* MAIN IMAGE */
.main-image {
    position: relative;

    border: 3px solid #111;
    border-radius: 10px;

    overflow: hidden;
}

.main-image img {
    width: 100%;
    display: block;
}

/* ARROWS */
.gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    width: 42px;
    height: 42px;

    border-radius: 50%;
    border: 2px solid #111;

    background: #fff;

    z-index: 2;
}

.gallery-arrow.left {
    left: 15px;
}

.gallery-arrow.right {
    right: 15px;
}

/* THUMBS */
.thumb-gallery {
    display: flex;
    gap: 12px;

    margin-top: 15px;
}

.thumb {
    width: 90px;
    height: 90px;

    border: 3px solid transparent;
    border-radius: 10px;

    overflow: hidden;
    cursor: pointer;
}

.thumb.active {
    border-color: #111;
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ========================= */
/* PRODUCT INFO */
/* ========================= */
.product-info {
    min-width: 0;
}

.product-info h1 {
    font-family: "Bungee", sans-serif;
    font-size: 40px;
    margin-bottom: 15px;
}

/* BADGE */
.made-badge {
    display: inline-block;

    background: #9c5cff;
    color: #fff;

    padding: 6px 12px;
    border-radius: 6px;

    font-size: 12px;
    font-weight: 600;

    margin-bottom: 15px;
}

/* RATING */
.product-rating {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 20px;
}

.stars {
    color: #A8D5E3;
}

/* PRICE */
.product-price h2 {
    font-size: 38px;
    color: #A8D5E3;
    margin-bottom: 5px;
}

/* OPTIONS */
.option-title {
    font-weight: 600;
    margin: 25px 0 15px;
}

/* VARIANTS */
.product-variants {
    display: flex;
    gap: 15px;
}

.variant {
    width: 100px;

    border-radius: 10px;

    overflow: hidden;
    cursor: pointer;

    text-align: center;
    padding-bottom: 8px;
}



.variant img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.variant span {
    font-size: 13px;
}

/* CART ROW */
.cart-row {
    display: flex;
    gap: 15px;

    margin-top: 30px;
}

/* QTY */
.qty-box {
    display: flex;
    align-items: center;

    border: 3px solid #111;
    border-radius: 10px;

    overflow: hidden;
}

.qty-box button {
    width: 45px;
    height: 55px;

    border: none;
    background: #fff;
}

.qty-box input {
    width: 55px;
    height: 55px;

    border: none;
    text-align: center;
}

/* CART BUTTON */
.cart-btn {
    flex: 1;

    border: 3px solid #111;
    border-radius: 10px;

    background: #f7ca2f;
    box-shadow: 3px 3px 0 #000;
    font-family: "Bungee", sans-serif;
    font-size: 16px;
}

.wishlist-btn {
    margin-top: 14px;

    height: 52px;
    padding: 0 22px;

    display: inline-flex;
    align-items: center;
    gap: 10px;

    border: 3px solid #222;
    border-radius: 12px;

    background: #fff;

    font-size: 18px;
    font-weight: 600;
    box-shadow: 3px 3px 0 #000;
    transition: 0.2s ease;
}

/* ICON */
.wishlist-btn i {
    font-size: 22px;
}

/* HOVER */
.wishlist-btn:hover {
    transform: translateY(-2px);
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media (max-width: 992px) {

    .product-layout {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 576px) {

    .product-layout {
        padding: 20px;
    }

    .product-info h1 {
        font-size: 28px;
    }

    .product-price h2 {
        font-size: 28px;
    }

    .cart-row {
        flex-direction: column;
    }

    .qty-box {
        width: 100%;
        justify-content: center;
    }

    .cart-btn {
        height: 55px;
    }

    .thumb {
        width: 70px;
        height: 70px;
    }

}


/* ========================= */
/* BUDDY BOX */
/* ========================= */

.buddy-box {
    margin-top: 25px;

    padding: 18px;

    background: #f3f3f3;

    border: 3px solid #222;
    border-radius: 12px;
}

/* HEADER */
.buddy-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 20px;
}

.buddy-header h3 {
    font-family: "Bungee", sans-serif;
    font-size: 18px;
    margin: 0;
}

/* ARROWS */
.buddy-arrows {
    display: flex;
    gap: 12px;
}

.buddy-arrows i {
    font-size: 20px;
    cursor: pointer;
}

/* ========================= */
/* ITEM */
/* ========================= */

.buddy-item {
    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 20px;
}

/* LEFT */
.buddy-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* IMAGE */
.buddy-left img {
    width: 82px;
    height: 82px;

    object-fit: cover;

    border-radius: 10px;
}

/* INFO */
.buddy-info h4 {
    font-family: "Bungee", sans-serif;
    font-size: 18px;
    margin-bottom: 8px;
}

.buddy-info span {
    font-size: 18px;
    font-weight: 500;
}

/* BUTTON */
.buddy-btn {
    min-width: 140px;
    height: 42px;

    border: 3px solid #222;
    border-radius: 12px;

    background: #f7ca2f;

    font-family: "Bungee", sans-serif;
    font-size: 18px;

    transition: 0.2s ease;
}

.buddy-btn:hover {
    transform: translateY(-2px);
}

/* SELECT */
.buddy-select {
    width: 100%;
    height: 42px;

    margin-top: 15px;

    padding: 0 16px;

    border: 2px solid #555;
    border-radius: 10px;

    background: #fff;

    font-size: 16px;
    outline: none;
}

/* HR */
.buddy-box hr {
    border-top: 1px dashed #888;
    margin: 22px 0;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media (max-width: 768px) {

    .buddy-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .buddy-btn {
        width: 100%;
    }

    .buddy-left {
        width: 100%;
    }

    .buddy-info h4 {
        font-size: 16px;
    }

}

/* ========================= */
/* MADE TO ORDER */
/* ========================= */

.made-order-box {
    margin-top: 25px;

    display: flex;
    gap: 18px;
    align-items: flex-start;

    padding: 20px;

    border: 3px solid #b586d6;
    border-radius: 14px;

    background: #f7f2fb;
}

/* ICON */
.made-order-icon i {
    font-size: 28px;
    color: #222;
}

/* CONTENT */
.made-order-content h4 {
    font-family: "Bungee", sans-serif;
    font-size: 18px;
    margin-bottom: 8px;
}

.made-order-content p {
    margin: 0;

    font-size: 18px;
    line-height: 1.7;
    color: #333;
}

.made-order-content strong {
    font-weight: 700;
}

/* ========================= */
/* FEATURES */
/* ========================= */

.feature-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 20px;

    margin: 35px 0;
}

/* ITEM */
.feature-item {
    text-align: center;
}

.feature-item i {
    font-size: 32px;
    color: #111;

    margin-bottom: 12px;
}

/* TITLE */
.feature-item h5 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

/* ========================= */
/* WIGGLE BOX */
/* ========================= */

.wiggle-box {
    padding: 22px;

    border: 3px solid #222;
    border-radius: 14px;

    background: #fff;
}

/* TOP */
.wiggle-top {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 18px;
}

.wiggle-top h4 {
    font-size: 20px;
    margin: 0;
}

.wiggle-top span {
    font-size: 20px;
    font-weight: 700;
}

/* BAR */
.wiggle-bar {
    position: relative;

    width: 100%;
    height: 12px;

    background: #ececec;

    border-radius: 50px;

    overflow: visible;
}

/* FILL */
.wiggle-fill {
    width: 90%;
    height: 100%;

    background: #f37b5c;

    border-radius: 50px;
}

/* EMOJI */
.wiggle-emoji {
    position: absolute;
    right: 7%;
    top: 50%;

    transform: translateY(-50%);

    font-size: 34px;
}

/* TEXT */
.wiggle-box p {
    margin-top: 15px;

    text-align: right;

    font-size: 18px;
    font-weight: 600;
    color: #555;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media (max-width: 768px) {

    .made-order-box {
        flex-direction: column;
    }

    .made-order-content p {
        font-size: 16px;
    }

    /* FEATURES */
    .feature-icons {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .feature-item i {
        font-size: 30px;
    }

    .feature-item h5 {
        font-size: 16px;
    }

    /* WIGGLE */
    .wiggle-top h4,
    .wiggle-top span {
        font-size: 18px;
    }

    .wiggle-box p {
        font-size: 16px;
    }

    .wiggle-emoji {
        font-size: 28px;
    }

}

/* ========================= */
/* ACCORDION */
/* ========================= */

.custom-accordion {
    margin-top: 35px;
}

/* ITEM */
.accordion-item {
    margin-bottom: 18px;

    border: 3px solid #222;
    border-radius: 14px;

    overflow: hidden;

    background: #fff;
}

/* HEADER */
.accordion-header {
    padding: 16px 28px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    cursor: pointer;
}

/* TITLE */
.accordion-header h3 {
    margin: 0;

    font-family: "Bungee", sans-serif;
    font-size: 18px;
}

/* ICON */
.accordion-icon {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 3px solid #222;
    border-radius: 50%;

    background: #b586d6;

    transition: 0.3s ease;
}

.accordion-icon i {
    font-size: 22px;
    color: #fff;
}

/* CONTENT */
.accordion-content {
    max-height: 0;

    overflow: hidden;

    transition: max-height 0.35s ease;

    padding: 0 28px;
}

/* ACTIVE */
.accordion-item.active .accordion-content {
    max-height: 700px;
    padding-bottom: 28px;
}

/* ROTATE ICON */
.accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}

/* TEXT */
.accordion-content p,
.accordion-content li {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.accordion-content ul {
    padding-left: 22px;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media (max-width: 768px) {

    .accordion-header {
        padding: 18px;
    }

    .accordion-header h3 {
        font-size: 18px;
        line-height: 1.4;
    }

    .accordion-icon {
        width: 40px;
        height: 40px;
    }

    .accordion-content {
        padding: 0 18px;
    }

    .accordion-item.active .accordion-content {
        padding-bottom: 20px;
    }

    .accordion-content p,
    .accordion-content li {
        font-size: 16px;
    }

}

.similar-products-section {
    padding: 80px 0;
}

/* TITLE */
.similar-title-wrap {
    text-align: center;
    margin-bottom: 35px;
}

.similar-title {
    display: inline-block;

    padding: 14px 30px;

    background: #fff;

    border: 3px solid #222;
    border-radius: 8px;

    box-shadow: 5px 5px 0 #222;

    font-family: "Bungee", sans-serif;
    font-size: 28px;
}

/* WRAPPER */
.similar-slider-wrapper {
    position: relative;
}

/* SLIDER */
.similar-slider {
    display: flex;
    gap: 24px;

    overflow-x: auto;
    scroll-behavior: smooth;

    padding-bottom: 10px;

    scrollbar-width: none;
}

.similar-slider::-webkit-scrollbar {
    display: none;
}

/* ARROWS */
.slider-btn {
    position: absolute;
    top: 45%;

    transform: translateY(-50%);

    width: 46px;
    height: 46px;

    border-radius: 50%;
    border: 3px solid #222;

    background: #fff;

    z-index: 10;
}

.prev-btn {
    left: -22px;
}

.next-btn {
    right: -22px;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media (max-width: 768px) {

    .similar-title {
        font-size: 20px;
        padding: 12px 20px;
    }

    .similar-card {
        min-width: 240px;
    }

    .similar-image img {
        height: 220px;
    }

    .similar-content h3 {
        font-size: 18px;
    }

    .slider-btn {
        display: none;
    }

}

/* ========================= */
/* REVIEWS SECTION */
/* ========================= */

.reviews-section {
    padding: 80px 0;
}

/* BOX */
.reviews-box {
    background: #fff;

    border: 3px solid #222;
    border-radius: 14px;

    padding: 35px;
}

/* TOP */
.reviews-top {
    display: flex;
    justify-content: space-between;
    align-items: start;

    gap: 20px;

    margin-bottom: 40px;
}

/* TITLE */
.reviews-title {
    font-family: "Bungee", sans-serif;
    font-size: 34px;

    margin-bottom: 12px;
}

/* RATING */
.reviews-rating {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rating-number {
    font-weight: 700;
    font-size: 20px;
}

.stars {
    color: #A8D5E3;
    font-size: 20px;
}

.review-count {
    color: #555;
}

/* SORT BUTTON */
.review-sort button {
    height: 48px;

    padding: 0 18px;

    border: 2px solid #222;
    border-radius: 10px;

    background: #fff;

    font-weight: 600;
}

/* REVIEW CARD */
.review-card {
    border-top: 2px solid #eee;

    padding-top: 35px;
}

/* IMAGES */
.review-images {
    display: flex;
    gap: 12px;

    margin-bottom: 25px;

    overflow-x: auto;
}

.review-images img {
    width: 120px;
    height: 120px;

    object-fit: cover;

    border-radius: 10px;
    border: 2px solid #222;

    flex-shrink: 0;
}

/* REVIEW STARS */
.review-stars {
    color: #A8D5E3;

    font-size: 24px;

    margin-bottom: 20px;
}

/* USER */
.review-user {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 20px;
}

/* AVATAR */
.user-avatar {
    width: 48px;
    height: 48px;

    border-radius: 50%;

    background: #A8D5E3;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 700;
}

/* USER TEXT */
.review-user h5 {
    margin: 0;

    font-weight: 700;
}

.review-user p {
    margin: 0;

    color: #666;
    font-size: 14px;
}

/* VERIFIED */
.verified {
    display: inline-block;

    padding: 3px 8px;

    margin-left: 8px;

    border-radius: 20px;

    background: #eee;

    font-size: 11px;
}

/* TEXT */
.review-text {
    font-size: 17px;
    line-height: 1.8;

    margin-bottom: 25px;
}

/* PRODUCT TAG */
.review-product {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 10px 14px;

    background: #ffeef5;

    border-radius: 10px;
}

.review-product img {
    width: 45px;
    height: 45px;

    object-fit: cover;

    border-radius: 8px;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media (max-width: 768px) {

    .reviews-box {
        padding: 22px;
    }

    .reviews-top {
        flex-direction: column;
    }

    .reviews-title {
        font-size: 24px;
    }

    .review-images img {
        width: 90px;
        height: 90px;
    }

    .review-text {
        font-size: 15px;
    }

}