html,
body,
button,
input,
textarea,
select,
a,
span,
p,
h1,
h2,
h3,
h4,
div,
label {
    font-family: 'Poppins', Arial, sans-serif !important;
}

.detail-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 80px 28px 40px;
}

.product-detail-section {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 70px;
    align-items: center;
    margin-bottom: 60px;
}

.detail-left {
    width: 100%;
}

.detail-main-image {
    width: 100%;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-main-image img {
    max-width: 100%;
    max-height: 320px;
    object-fit: contain;
    display: block;
}

.detail-thumbs {
    display: flex;
    justify-content: center;
    gap: 55px;
    margin-top: 45px;
}

.detail-thumbs img {
    width: 120px;
    height: 55px;
    object-fit: contain;
}

.detail-right {
    width: 100%;
}

.detail-right h1 {
    font-size: 34px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 35px;
    letter-spacing: 1px;
}

.detail-price {
    font-size: 26px;
    color: #000;
    margin-bottom: 8px;
    font-weight: 600;
}

.detail-price span {
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    color: #666;
    margin-left: 6px;
}

.option-selector {
    margin: 18px 0 18px;
}

.option-selector label {
    display: block;
    font-size: 15px;
    margin-bottom: 8px;
    color: #000;
}

.option-selector select {
    width: 100%;
    max-width: 420px;
    height: 42px;
    border: 2px solid #ffc812;
    border-radius: 999px;
    padding: 0 16px;
    background: #fff;
    outline: none;
    font-size: 14px;
}

.quantity-title {
    font-size: 15px;
    color: #000;
    margin: 8px 0;
}

.quantity-control {
    width: 138px;
    height: 46px;
    background: #ffc812;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 70px;
}

.quantity-control button {
    border: none;
    background: transparent;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    color: #000;
    font-weight: 600;
}

.quantity-control input {
    width: 35px;
    border: none;
    background: transparent;
    text-align: center;
    font-size: 20px;
    outline: none;
    color: #000;
}

.quantity-control input::-webkit-inner-spin-button,
.quantity-control input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.detail-cart-btn {
    width: 100%;
    max-width: 430px;
    height: 64px;
    border: none;
    border-radius: 999px;
    background: #ffc812;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
    transition: 0.2s ease;
}

.detail-cart-btn:hover {
    background: #e2ad00;
}

.detail-cart-btn.disabled {
    background: #d9d9d9;
    color: #777;
    cursor: not-allowed;
}

.detail-description-section {
    margin-top: 45px;
}

.detail-description-section h2 {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 4px solid #ffc812;
    margin-bottom: 16px;
}

.detail-description-content {
    width: 58%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.35;
    color: #000;
    padding-bottom: 45px;
    border-bottom: 3px solid #ffc812;
}

.detail-description-content p {
    margin-bottom: 12px;
}

/* =========================
   BUSCADOR EN NEGRO
========================= */

.search-wrapper {
    position: relative;
    width: 100%;
    max-width: 470px;
    justify-self: end;
}

.search-wrapper .search-bar {
    width: 100%;
    max-width: 100%;
}

.search-bar {
    display: flex;
    align-items: center;
    height: 44px;
}

.search-bar input {
    height: 44px !important;
    border: 2px solid #000000 !important;
    border-right: none !important;
    background: #ffffff !important;
    color: #000000 !important;
    font-size: 14px !important;
    outline: none !important;
}

.search-bar input::placeholder {
    color: #000000 !important;
    opacity: 0.75 !important;
}

.search-bar input:focus {
    border-color: #000000 !important;
    box-shadow: none !important;
}

.search-btn {
    width: 60px !important;
    height: 44px !important;
    background: #000000 !important;
    border: 2px solid #000000 !important;
    cursor: pointer;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.search-btn img {
    width: 34px !important;
    height: 34px !important;
    max-width: 34px !important;
    max-height: 34px !important;
    object-fit: contain !important;
    display: block !important;
}

/* =========================
   MI CARRITO EN NEGRO
========================= */

.header-link {
    color: #000000 !important;
    text-decoration: underline !important;
}

.header-link span {
    color: #000000 !important;
    font-weight: 600 !important;
}

.header-icon {
    width: 29px !important;
    height: 29px !important;
    object-fit: contain !important;
    display: block !important;
}

/* =========================
   SUGERENCIAS BUSCADOR
========================= */

.suggestions-box {
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    background: #ffffff;
    border: 2px solid #000000 !important;
    border-top: none !important;
    z-index: 9999;
    display: none;
    max-height: 280px;
    overflow-y: auto;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.suggestion-item {
    padding: 10px 12px;
    cursor: pointer;
    font-size: 14px;
    color: #111111;
    border-bottom: 1px solid #eeeeee;
}

.suggestion-item:hover {
    background: #000000 !important;
    color: #ffc812 !important;
}

.suggestion-title {
    font-weight: 700;
    display: block;
}

.suggestion-category {
    font-size: 12px;
    opacity: 0.75;
}

/* =========================
   TABLET
========================= */

@media (max-width: 1000px) {
    .detail-container {
        padding: 50px 22px 35px;
    }

    .product-detail-section {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .detail-right {
        text-align: center;
    }

    .quantity-control {
        margin: 0 auto 40px;
    }

    .detail-cart-btn {
        max-width: 360px;
    }

    .detail-description-content {
        width: 85%;
    }

    .search-wrapper {
        justify-self: center;
        max-width: 600px;
    }
}

/* =========================
   CELULAR
========================= */

@media (max-width: 700px) {
    .detail-container {
        padding: 35px 14px 30px;
    }

    .detail-main-image {
        height: 240px;
    }

    .detail-main-image img {
        max-height: 230px;
    }

    .detail-thumbs {
        gap: 20px;
        margin-top: 25px;
    }

    .detail-thumbs img {
        width: 80px;
        height: 45px;
    }

    .detail-right h1 {
        font-size: 24px;
        margin-bottom: 22px;
    }

    .detail-price {
        font-size: 22px;
    }

    .detail-price span {
        display: block;
        font-size: 10px;
        margin-top: 4px;
        margin-left: 0;
    }

    .option-selector select {
        max-width: 100%;
    }

    .quantity-control {
        width: 130px;
        height: 44px;
        margin-bottom: 35px;
    }

    .detail-cart-btn {
        max-width: 100%;
        height: 54px;
        font-size: 16px;
    }

    .detail-description-content {
        width: 100%;
        font-size: 12px;
    }

    .search-wrapper {
        width: 100%;
        max-width: 100%;
        justify-self: center;
    }

    .search-bar {
        width: 100%;
        height: 40px;
    }

    .search-bar input {
        height: 40px !important;
        font-size: 13px !important;
    }

    .search-btn {
        width: 50px !important;
        height: 40px !important;
    }

    .search-btn img {
        width: 28px !important;
        height: 28px !important;
        max-width: 28px !important;
        max-height: 28px !important;
    }

    .suggestions-box {
        top: 42px;
    }

    .suggestion-item {
        font-size: 13px;
    }
}

/* =========================
   RESPONSIVE FOOTER
========================= */

@media (max-width: 1000px) {
    .footer-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 34px;
    }

    .footer-payments {
        flex-direction: column;
        text-align: center;
    }

    .footer-payments h4::after {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 700px) {
    .new-footer {
        margin-top: 45px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 38px 20px 28px;
        gap: 30px;
    }

    .footer-brand {
        align-items: center;
    }

    .footer-logo {
        width: 150px;
    }

    .footer-brand p {
        max-width: 100%;
    }

    .footer-column {
        align-items: center;
    }

    .footer-column h4::after {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-map-link {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-payments {
        padding: 24px 20px;
    }

    .footer-payments img {
        max-width: 280px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        padding: 22px 20px 28px;
    }

    .new-footer .social-links {
        justify-content: center;
    }
}