@charset "UTF-8";


/* RESET DEFAULT PARA HTML BASE */
.pdp {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: Roboto, sans-serif;
}

.pdp * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.pdp *,
.pdp *::before,
.pdp *::after {
    box-sizing: border-box;
}